/*
@File: Tport Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Google Fonts
** - Default CSS
** - Section Title CSS
** - Navbar CSS
** - Banner CSS
** - Promo Contact CSS
** - Promo Service CSS
** - About CSS
** - Services CSS
** - Choose CSS
** - Team CSS
** - Gallery CSS
** - Work CSS
** - Blog CSS
** - Newsletter CSS
** - Transportation CSS
** - Tracking Order CSS
** - Testimonials CSS
** - Footer CSS
** - Service Details CSS
** - Blog Details CSS
** - Pricing CSS
** - Contact CSS
** - Global Location CSS
** - Authentication Section CSS
** - Error CSS
** - Coming Soon CSS
** - Terms & Conditions CSS
** - Privacy CSS
** - FAQ CSS
** - Contact Form CSS
** - Contact Map CSS
** - Aside Widget CSS
** - Page Title CSS
** - Pagination CSS
** - Form Validation CSS
** - Go Top CSS
** - Custom Owl Button CSS
** - Preloader CSS
** - Animation CSS
*/
/* -----------------------------------------
  Google Fonts
----------------------------------------- */
@import url("css2");
/* -----------------------------------------
  Variables CSS
----------------------------------------- */
/* -----------------------------------------
  Default CSS
----------------------------------------- */
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1919;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 60px;
}

h2 {
  font-weight: 700;
  font-size: 40px;
}

h3, .h3 {
  font-weight: 600;
  font-size: 22px;
}

h4 {
  font-weight: 600;
  font-size: 20px;
}

h5 {
  font-weight: 600;
}

h6 {
  font-weight: 600;
}

a {
  color: #1b1919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--renk1);;
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: #1b1919;
  margin-bottom: 15px;
  font-weight: 400;
}

/* padding css */
.pb-10 {
  padding-bottom: 10px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* margin css */
.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.bg-primary {
  background-color: #f9f9f9 !important;
}

.bg-secondary {
  background-color: #ffeee5 !important;
}

/* Section Title CSS */
.section-title {
  text-align: center;
  margin-top: -3px;
  margin-bottom: 50px;
  z-index: 5;
}

.section-title .sub-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--renk1);;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.section-title .sub-title:after {
  position: absolute;
  content: '';
  left: 5%;
  right: 5%;
  bottom: 0;
  width: 90%;
  height: 3px;
  border-radius: 30px;
  background: var(--renk1);;
  z-index: 1;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.section-title p {
  max-width: 640px;
  font-size: 17px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* Primary Button */
.primary-btn {
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: var(--renk1);;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.primary-btn:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid var(--renk1);;
}

.primary-btn:hover {
  color: #ffffff;
  border-color: var(--renk1);;
}

.primary-btn:hover:after {
  -webkit-transform: scaleX(1.2) scaleY(1.4);
          transform: scaleX(1.2) scaleY(1.4);
  opacity: 0;
}

.secondary-btn {
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  color: var(--renk1);;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.secondary-btn:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid #ffffff;
}

.secondary-btn:hover {
  color: var(--renk1);;
  border-color: #ffffff;
}

.secondary-btn:hover:after {
  -webkit-transform: scaleX(1.2) scaleY(1.4);
          transform: scaleX(1.2) scaleY(1.4);
  opacity: 0;
}

/* Text Button*/
.btn-text {
  border: none;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Social Icon CSS*/
.social-link a {
  display: inline-block;
  line-height: 0;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  color: #1b1919;
  padding: 10px;
  font-size: 18px;
  margin-right: 8px;
}

.social-link a:last-child {
  margin-right: 0;
}

/*Form-Control CSS*/
.form-control {
  height: 50px;
  color: #1b1919;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0 0 18px;
  font-size: 14px;
}

.form-control::-webkit-input-placeholder {
  color: #4e4c4c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:-ms-input-placeholder {
  color: #4e4c4c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::-ms-input-placeholder {
  color: #4e4c4c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::placeholder {
  color: #4e4c4c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input[type=date].form-control {
  padding: 0 18px 0 18px;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.form-group {
  margin-bottom: 15px;
}

/* -----------------------------------------
Navbar CSS
----------------------------------------- */
.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(27, 25, 25, 0.8);
}

.header-area .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-area .header-top .header-left {
  padding: 10px 0;
}

.header-area .header-top .header-left .contact-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-area .header-top .header-left .contact-info-list li {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  margin-right: 16px;
}

.header-area .header-top .header-left .contact-info-list li:last-child {
  margin-right: 0;
}

.header-area .header-top .header-left .contact-info-list li a {
  font-weight: 400;
  color: #ffffff;
}

.header-area .header-top .header-left .contact-info-list i {
  font-size: 20px;
  color: var(--renk1);;
  margin-right: 8px;
  vertical-align: middle;
}

.header-area .header-top .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-area .header-top .header-right .social-link {
  padding: 10px 0;
  padding-right: 60px;
}

.header-area .header-top .header-right .social-link a {
  color: #ffffff;
  border: none;
  margin: 0;
  padding: 0 3px;
  font-size: 18px;
  background-color: transparent;
}

.header-area .header-top .header-right .social-link a:hover {
  color: var(--renk1);;
}

.header-area .header-top .header-right .social-link a i {
  vertical-align: middle;
}

.header-area .header-top .header-right .language {
  padding: 10px 0;
  position: relative;
}

.header-area .header-top .header-right .language a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
}

.header-area .header-top .header-right .language a i {
  vertical-align: -2px;
  margin-left: 3px;
}

.header-area .header-top .header-right .language a i:first-child {
  color: var(--renk1);;
  margin-left: 0;
  margin-right: 5px;
}

.header-area .header-top .header-right .language .menu {
  border: none;
  top: 40px;
  right: 0;
  z-index: 99;
  display: none;
  border-radius: 0;
  width: 200px;
  padding: 15px;
  position: absolute;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
  -webkit-animation: slideUp .3s linear 1;
          animation: slideUp .3s linear 1;
  list-style-type: none;
}

.header-area .header-top .header-right .language .menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  right: 25px;
}

.header-area .header-top .header-right .language .menu .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 15px;
  font-size: 14px;
  color: #1b1919;
}

.header-area .header-top .header-right .language .menu .menu-item .menu-link img {
  border-radius: 50%;
  max-width: 20px;
  margin-right: 10px;
}

.header-area .header-top .header-right .language .menu .menu-item .menu-link:hover {
  color: var(--renk1);;
}

.header-area .header-top .header-right .language .menu .menu-item:last-child .menu-link {
  margin-bottom: 0;
}

.header-area.header-style-two {
  background: #161414;
}

.header-area.header-style-two .main-navbar-area {
  background: #1b1919;
  border: none;
}

.main-navbar-area {
  padding: 15px 0;
  border-top: 1px solid #636363;
}

.main-navbar-area .main-responsive-nav {
  display: none;
}

.main-navbar-area .main-nav .navbar {
  position: inherit;
  padding: 0;
}

.main-navbar-area .main-nav .navbar .navbar-brand {
  padding: 0;
}

.main-navbar-area .main-nav .navbar .navbar-brand img:first-child {
  display: block;
}

.main-navbar-area .main-nav .navbar .navbar-brand img:last-child {
  display: none;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: var(--renk1);;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--renk1);;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .toggle i {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  vertical-align: -2px;
  margin-left: 3px;
  font-size: 18px;
  font-weight: normal;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .toggle:hover i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 50px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 230px;
  display: block;
  border-radius: 0;
  padding: 8px 0;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 25px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  margin-left: 5px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu::before {
  border-left: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  top: 10px;
  left: -8px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item a:hover::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item a.active::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: 0;
  margin-right: 0;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  font-size: 15px;
  padding: 8px 15px;
  color: #1b1919;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  padding-left: 20px;
  color: var(--renk1);;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: var(--renk1);;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .toggle i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  right: 15px;
  margin-top: -8px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .toggle:hover i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 40px;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 235px;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--renk1);;
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-area.is-sticky .header-top {
  display: none;
}

.header-area.is-sticky .main-navbar-area {
  -webkit-animation: slideUp .5s linear 1;
          animation: slideUp .5s linear 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
}

.header-area.is-sticky .main-navbar-area .main-nav .navbar .navbar-brand img:first-child {
  display: none;
}

.header-area.is-sticky .main-navbar-area .main-nav .navbar .navbar-brand img:last-child {
  display: block;
}

.header-area.is-sticky .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  color: #1b1919;
}

.header-area.is-sticky .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: var(--renk1);;
}

.header-area.is-sticky .main-navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--renk1);;
}

@media only screen and (max-width: 1199px) {
  .header-area {
    position: relative;
    background-color: #1b1919;
  }
  .header-area.is-sticky {
    position: fixed;
    top: 0%;
    width: 100%;
  }
  .header-area.is-sticky .main-navbar-area {
    -webkit-animation: slideInDown .5s linear 1;
            animation: slideInDown .5s linear 1;
  }
  .main-navbar-area {
    padding: 0;
    border: none;
  }
  .main-navbar-area .main-responsive-nav {
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(78, 76, 76, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-navbar-area .main-responsive-nav .mean-bar {
    z-index: 9;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav {
    margin-top: 68px;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav {
    height: 300px;
    overflow-y: scroll;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--renk1);;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14.5px;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-brand {
    display: none;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .side-option {
    display: none;
  }
  .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(78, 76, 76, 0.1);
            box-shadow: 0 7px 13px 0 rgba(78, 76, 76, 0.1);
  }
  .main-navbar-area .main-responsive-nav .logo {
    position: relative;
    width: 30%;
    z-index: 10;
  }
  .main-navbar-area .main-responsive-nav .mean-container a.meanmenu-reveal {
    padding-top: 13px;
    color: #1b1919;
  }
  .main-navbar-area .main-responsive-nav .mean-container a.meanmenu-reveal span {
    margin-top: -7px;
    background: #1b1919;
  }
  .main-navbar-area .main-nav {
    display: none;
  }
  .main-navbar-area.stickyadd {
    -webkit-animation: slideInDown .5s linear 1;
            animation: slideInDown .5s linear 1;
  }
}

/* -----------------------------------------
Banner CSS
----------------------------------------- */
.home-banner-area {
  position: relative;
  overflow: hidden;
}

.home-banner-area .banner-content {
  padding: 270px 0 220px;
  max-width: 720px;
  margin-left: 0;
  margin-right: auto;
  z-index: 3;
}

.home-banner-area .banner-content .title {
  font-size: 45px;
  color: #ffffff;
  margin-top: -14px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.home-banner-area .banner-content .title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 3px;
  border-radius: 30px;
  background: var(--renk1);;
  z-index: 1;
}

.home-banner-area .banner-content .text {
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 576px;
}

.home-banner-area .banner-content .actions-btn a {
  margin-right: 20px;
}

.home-banner-area .banner-content .actions-btn a:last-child {
  margin-right: 0;
}

.home-banner-area .slider-item {
  position: relative;
  z-index: 1;
}

.home-banner-area .slider-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 25, 25, 0.7);
  z-index: -1;
}

.home-banner-area .slider-item.item-one {
  background: url("../images/banner/slider1.jpg") no-repeat center;
  background-size: cover;
}

.home-banner-area .slider-item.item-two {
  background: url("../images/banner/slider2.jpg") no-repeat center;
  background-size: cover;
}

.home-banner-area .slider-item.item-three {
  background: url("../images/banner/slider3.jpg") no-repeat center;
  background-size: cover;
}

.home-banner-area .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-right: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .home-banner-area .owl-carousel .owl-dots {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .home-banner-area .owl-carousel .owl-dots {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .home-banner-area .owl-carousel .owl-dots {
    width: 1140px;
  }
}

.home-banner-area .owl-carousel .owl-dots .owl-dot {
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  display: block;
  margin-right: 0;
}

.home-banner-area .owl-carousel .owl-item .banner-content h1 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.home-banner-area .owl-carousel .owl-item .banner-content p {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.home-banner-area .owl-carousel .owl-item .banner-content .actions-btn {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.banner-style-two .slider-item {
  padding: 270px 0 220px;
}

.banner-style-two .banner-content {
  padding: 50px;
  background: rgba(27, 25, 25, 0.8);
}

.banner-style-two .banner-content .actions-btn .secondary-btn {
  color: var(--renk1);;
  background: transparent;
}

.banner-style-two .banner-content .actions-btn .secondary-btn:hover {
  border-color: var(--renk1);;
}

.banner-style-two .banner-content .actions-btn .secondary-btn::after {
  border-color: var(--renk1);;
}

.banner-style-two .slider-item.item-one {
  background: url("../images/banner/slider4.jpg") no-repeat center;
  background-size: cover;
}

.banner-style-two .slider-item.item-two {
  background: url("../images/banner/slider5.jpg") no-repeat center;
  background-size: cover;
}

.banner-style-two .slider-item.item-three {
  background: url("../images/banner/slider6.jpg") no-repeat center;
  background-size: cover;
}

.banner-style-two .owl-carousel .owl-dots {
  right: auto;
  top: auto;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-style-two .owl-carousel .owl-dots .owl-dot {
  margin-bottom: 0;
  margin-right: 10px;
  border: 1px solid var(--renk1);;
  display: inline-block;
}

.banner-style-two .owl-carousel .owl-dots .owl-dot::after {
  background: var(--renk1);;
}

.banner-style-three .slider-item.item-one {
  background: url("../images/banner/slider7.jpg") no-repeat center;
  background-size: cover;
}

.banner-style-three .slider-item.item-two {
  background: url("../images/banner/slider8.jpg") no-repeat center;
  background-size: cover;
}

.banner-style-three .slider-item.item-three {
  background: url("../images/banner/slider9.jpg") no-repeat center;
  background-size: cover;
}

/* -----------------------------------------
Promo Contact CSS
----------------------------------------- */
.promo-contact-area {
  position: relative;
  top: -80px;
  background: #f9f9f9;
}

.promo-contact-area .inner-content {
  position: relative;
  overflow: hidden;
  padding: 50px 30px 20px;
  background: #1b1919;
  z-index: 1;
}

.promo-contact-area .inner-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/map.png) no-repeat center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

.promo-contact-area .inner-content .item-single {
  position: relative;
  padding-left: 65px;
}

.promo-contact-area .inner-content .item-single .icon {
  position: absolute;
  left: 0;
  top: 4px;
  background: var(--renk1);;
  color: #ffffff;
  font-size: 30px;
  width: 50px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
}

.promo-contact-area .inner-content .item-single .icon i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-contact-area .inner-content .item-single .title {
  color: #ffffff;
  margin-bottom: 5px;
}

.promo-contact-area .inner-content .item-single .text {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.promo-contact-area .inner-content .item-single .text a {
  color: #ffffff;
}

.promo-contact-area .inner-content .item-single .text a:hover {
  color: var(--renk1);;
}

.promo-contact-area .inner-content .item-single:hover .icon i {
  -webkit-animation: flipZ .5s linear 1;
          animation: flipZ .5s linear 1;
}

/* -----------------------------------------
Promo Service CSS
----------------------------------------- */
.promo-service-section {
  background: #f9f9f9;
  margin-top: -80px;
}

.promo-service-section .item-single {
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.15);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.15);
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-service-section .item-single::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: var(--renk1);;
  z-index: -2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-service-section .item-single .icon {
  position: relative;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 30px;
  background: #ffeee5;
}

.promo-service-section .item-single .icon i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  color: var(--renk1);;
  font-size: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-service-section .item-single .title {
  margin-bottom: 10px;
}

.promo-service-section .item-single .text {
  margin-bottom: 0;
}

.promo-service-section .item-single .overlay-icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 0;
  bottom: 0;
  opacity: .04;
  font-size: 165px;
  z-index: -1;
}

.promo-service-section .item-single:hover::after {
  bottom: 0;
}

.promo-service-section .item-single:hover .icon i {
  font-size: 45px;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.promo-service-section .item-single:hover .title a {
  color: #ffffff;
}

.promo-service-section .item-single:hover .text {
  color: #ffffff;
}

.promo-service-section .content {
  text-align: center;
  margin-bottom: 45px;
}

.promo-service-section .content .title {
  margin-bottom: 20px;
  margin-top: -7px;
}

.promo-service-section .content .text {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .promo-service-section .order-md-first {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

@media (max-width: 991px) {
  .promo-service-section .mt-50 {
    margin-top: 0;
  }
  .promo-service-section .mt-30 {
    margin-top: 0;
  }
  .promo-service-section .mb-50 {
    margin-bottom: 30px;
  }
  .promo-service-section .primary-btn {
    margin-bottom: 30px;
  }
  .promo-service-section .content {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .promo-service-section .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
}

.promo-service-section.style-two {
  background: #f9f9f9;
  margin-top: 0 !important;
}

.promo-service-section.style-two .item-single {
  padding: 0 !important;
}

.promo-service-section.style-two .item-single::after {
  content: none;
}

.promo-service-section.style-two .item-single .image {
  overflow: hidden;
}

.promo-service-section.style-two .item-single .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-service-section.style-two .item-single .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #1b1919;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b1919), to(rgba(27, 25, 25, 0)));
  background: linear-gradient(0deg, #1b1919 0%, rgba(27, 25, 25, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1919",endColorstr="#1b1919",GradientType=1);
}

.promo-service-section.style-two .item-single .content .title {
  margin-bottom: 10px;
}

.promo-service-section.style-two .item-single .content .title a {
  color: #ffffff;
}

.promo-service-section.style-two .item-single .content .text {
  color: #ffffff;
  margin-bottom: 0;
}

.promo-service-section.style-two .item-single:hover .content {
  background: rgba(255, 94, 21, 0.7);
}

.promo-service-section.style-two .item-single:hover .image img {
  -webkit-transform: scale(1.3) rotateZ(5deg);
          transform: scale(1.3) rotateZ(5deg);
}

/* -----------------------------------------
About CSS
----------------------------------------- */
.about-section {
  position: relative;
  overflow: hidden;
}

.about-section .content {
  margin-top: -4px;
}

.about-section .content .sub-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--renk1);;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.about-section .content .sub-title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: var(--renk1);;
  z-index: 1;
}

.about-section .content .title {
  margin-bottom: 25px;
}

.about-section .content h6 {
  font-weight: 500;
  margin-bottom: 20px;
}

.about-section .content .text {
  margin-bottom: 25px;
}

.about-section .content .content-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
}

.about-section .content .content-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.about-section .content .content-list li i {
  font-size: 24px;
  margin-right: 5px;
  color: var(--renk1);;
}

.about-section .content .content-list li:last-child {
  margin: 0;

}

.about-section .content .content-list li p {
  margin: 0;
}

.about-section .content .signature {
  margin-bottom: 25px;
}

.about-section .content .actions-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section .content .actions-btn a {
  margin-right: 20px;
}

.about-section .content .actions-btn a:last-child {
  margin-right: 0;
}

.about-section .content .actions-btn .video-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  background-color: var(--renk1);;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
}

.about-section .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 15px;
  padding-left: 15px;
}

.about-section .image::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 40%;
  background: var(--renk1);;
  z-index: -1;
}

@media (max-width: 991px) {
  .about-section .image img {
    width: 100%;
  }
}

.about-section .image .overlay-text {
  position: absolute;
  left: -88px;
  bottom: 99px;
  padding: 20px;
  background: var(--renk1);;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.about-section .image .overlay-text h4 {
  color: #ffffff;
  margin-bottom: 0;
}

.about-section .image .overlay-text h4 span {
  font-size: 120%;
  font-weight: 700;
}

.about-section .shape {
  position: absolute;
  left: 5%;
  bottom: 20%;
  opacity: .3;
  -webkit-animation: movebounce 2s linear infinite;
          animation: movebounce 2s linear infinite;
}

.about-section-two {
  position: relative;
  overflow: hidden;
}

.about-section-two .row > [class*="col-"]:last-child {
  width: 640px;
}

.about-section-two .content {
  margin-top: -4px;
}

.about-section-two .content .sub-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--renk1);;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.about-section-two .content .sub-title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: var(--renk1);;
  z-index: 1;
}

.about-section-two .content .title {
  margin-bottom: 25px;
}

.about-section-two .content .text {
  margin-bottom: 25px;
}

.about-section-two .content h6 {
  font-weight: 500;
  margin-bottom: 20px;
}

.about-section-two .content .fun-fact .item-single {
  text-align: center;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.about-section-two .content .fun-fact .item-single .icon {
  font-size: 70px;
  color: #1b1919;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}

.about-section-two .content .fun-fact .item-single h3 {
  font-size: 35px;
  color: var(--renk1);;
  margin-bottom: 3px;
}

.about-section-two .content .fun-fact .item-single h5 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.about-section-two .content .actions-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section-two .content .actions-btn a {
  margin-right: 20px;
}

.about-section-two .content .actions-btn a:last-child {
  margin-right: 0;
}

.about-section-two .content .actions-btn .video-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  background-color: var(--renk1);;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
}

.about-section-two .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-section-two .image::before {
  position: absolute;
  content: '';
  top: 15%;
  left: 45%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 8px solid var(--renk1);;
  z-index: 1;
  -webkit-animation: movebounce 2s linear infinite;
          animation: movebounce 2s linear infinite;
}

.about-section-two .image .image1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.about-section-two .image .image2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.about-section-two .image .image2 img {
  position: relative;
  top: -230px;
}

.about-section-two .image .experience {
  padding: 20px;
  text-align: center;
  background: var(--renk1);;
  z-index: -1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.about-section-two .image .experience h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.about-section-two .image .experience .text {
  display: block;
  color: #ffffff;
}

.about-section-two .shape {
  position: absolute;
  left: 5%;
  bottom: 20%;
  opacity: .3;
  -webkit-animation: movebounce 2s linear infinite;
          animation: movebounce 2s linear infinite;
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .about-section-two .row > [class*="col-"]:last-child {
    width: 540px;
  }
  .about-section-two .image {
    max-width: 470px;
  }
  .about-section-two .image::before {
    top: 10%;
  }
  .about-section-two .image .image1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 1400px) and (min-width: 1301px) {
  .about-section-two .row > [class*="col-"]:last-child {
    width: 560px;
  }
  .about-section-two .image::before {
    top: 10%;
  }
  .about-section-two .image .image1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

.about-section-three {
  position: relative;
  overflow: hidden;
  margin-top: -80px;
}

.about-section-three .row > [class*="col-"]:last-child {
  width: 100%;
  max-width: 640px;
}

.about-section-three .content {
  max-width: 664px;
  margin-left: auto;
  margin-top: -4px;
}

.about-section-three .content .sub-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--renk1);;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.about-section-three .content .sub-title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: var(--renk1);;
  z-index: 1;
}

.about-section-three .content .title {
  margin-bottom: 25px;
}

.about-section-three .content .text {
  margin-bottom: 25px;
}

.about-section-three .content .content-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

.about-section-three .content .content-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.about-section-three .content .content-list li i {
  font-size: 24px;
  margin-right: 5px;
  color: var(--renk1);;
}

.about-section-three .content .content-list li:last-child {
  margin: 0;
}

.about-section-three .content .content-list li p {
  margin: 0;
}

.about-section-three .content .contact-info .item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.about-section-three .content .contact-info .item-single .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  background: #ffeee5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(78, 76, 76, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(78, 76, 76, 0.1);
}

.about-section-three .content .contact-info .item-single .item-content {
  padding-left: 15px;
}

.about-section-three .content .contact-info .item-single .item-content .title {
  margin-bottom: 5px;
  color: var(--renk1);;
}

.about-section-three .content .contact-info .item-single .item-content .text {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.about-section-three .content .contact-info .item-single .item-content .text a {
  color: #ffffff;
}

.about-section-three .content .contact-info .item-single .item-content .text a:hover {
  color: var(--renk1);;
}

.about-section-three .content .actions-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section-three .content .actions-btn a {
  margin-right: 20px;
}

.about-section-three .content .actions-btn a:last-child {
  margin-right: 0;
}

.about-section-three .content .actions-btn .secondary-btn {
  background: #1b1919;
  color: #ffffff;
}

.about-section-three .content .actions-btn .secondary-btn::after {
  border-color: #1b1919;
}

.about-section-three .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-section-three .image .image1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
  z-index: 1;
}

.about-section-three .image .image2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
  margin-top: 50px;
  z-index: 3;
}

.about-section-three .image .image3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.about-section-three .image .experience {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px 35px;
  text-align: center;
  background: var(--renk1);;
  z-index: 5;
}

.about-section-three .image .experience h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.about-section-three .image .experience .text {
  display: block;
  color: #ffffff;
}

.about-section-three .shape {
  position: absolute;
  left: 5%;
  bottom: 20%;
  opacity: .3;
  -webkit-animation: movebounce 2s linear infinite;
          animation: movebounce 2s linear infinite;
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .about-section-three .row > [class*="col-"]:last-child {
    width: 540px;
  }
  .about-section-three .image {
    max-width: 470px;
    padding-bottom: 200px;
  }
}

@media (max-width: 1450px) and (min-width: 1301px) {
  .about-section-three .row > [class*="col-"]:last-child {
    width: 560px;
  }
  .about-section-three .image {
    max-width: 510px;
    padding-bottom: 200px;
  }
}

/* -----------------------------------------
  Service CSS
----------------------------------------- */
.service-section {
  background-color: #f9f9f9;
}

.service-section .item-single {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.service-section .item-single .image {
  overflow: hidden;
}

.service-section .item-single .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-section .item-single .content {
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-section .item-single .content::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: var(--renk1);;
  z-index: -2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-section .item-single .content .title {
  margin-bottom: 10px;
}

.service-section .item-single .content .text {
  margin-bottom: 0;
}

.service-section .item-single:hover .content::after {
  bottom: 0;
}

.service-section .item-single:hover .content .title a {
  color: #ffffff;
}

.service-section .item-single:hover .content .text {
  color: #ffffff;
}

.service-section .item-single:hover .image img {
  -webkit-transform: scale(1.3) rotateZ(5deg);
          transform: scale(1.3) rotateZ(5deg);
}

.service-section-two {
  position: relative;
  background: #f9f9f9;
}

.service-section-two .section-title {
  text-align: left;
}

.service-section-two .section-title .title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-section-two .section-title .title-content p {
  max-width: 654px;
  padding-left: 10px;
}

.service-section-two .item-single {
  position: relative;
  overflow: hidden;
  padding: 30px 25px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 4px solid #ffffff;
  text-align: center;
}

.service-section-two .item-single .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #f9f9f9;
}

.service-section-two .item-single .icon i {
  color: var(--renk1);;
  font-size: 45px;
}

.service-section-two .item-single .title {
  margin-bottom: 10px;
}

.service-section-two .item-single .text {
  margin-bottom: 0;
}

.service-section-two .item-single:hover {
  border-color: var(--renk1);;
}

.service-section-two .item-single:hover .icon i {
  -webkit-animation: flipZ .5s linear 1;
          animation: flipZ .5s linear 1;
}

/* -----------------------------------------
Best Service CSS
----------------------------------------- */
.best-service-section {
  background-color: #f9f9f9;
}

.best-service-section .item-single {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
  background: #1b1919;
}

.best-service-section .item-single .image {
  overflow: hidden;
}

.best-service-section .item-single .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.best-service-section .item-single .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #1b1919;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b1919), to(rgba(27, 25, 25, 0)));
  background: linear-gradient(0deg, #1b1919 0%, rgba(27, 25, 25, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1919",endColorstr="#1b1919",GradientType=1);
}

.best-service-section .item-single .content .title {
  margin-bottom: 10px;
}

.best-service-section .item-single .content .title a {
  color: #ffffff;
}

.best-service-section .item-single .content .text {
  color: #ffffff;
  margin-bottom: 0;
}

.best-service-section .item-single:hover .content {
  background: rgba(255, 94, 21, 0.7);
}

.best-service-section .item-single:hover .image img {
  -webkit-transform: scale(1.3) rotateZ(5deg);
          transform: scale(1.3) rotateZ(5deg);
}

/* -----------------------------------------
Choose CSS
----------------------------------------- */
.choose-section {
  position: relative;
  overflow: hidden;
}

.choose-section .content {
  max-width: 664px;
  margin-left: auto;
}

.choose-section .content .sub-title {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--renk1);;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.choose-section .content .sub-title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: var(--renk1);;
  z-index: 1;
}

.choose-section .content .title {
  margin-bottom: 25px;
}

.choose-section .content .text {
  margin-bottom: 25px;
}

.choose-section .content .fun-fact {
  margin-bottom: 25px;
}

.choose-section .content .fun-fact .item-single {
  text-align: center;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.choose-section .content .fun-fact .item-single .icon {
  font-size: 70px;
  color: #1b1919;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}

.choose-section .content .fun-fact .item-single h3 {
  font-size: 35px;
  color: var(--renk1);;
  margin-bottom: 3px;
}

.choose-section .content .fun-fact .item-single h5 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.choose-section .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 15px;
  padding-right: 15px;
  height: 100%;
  margin-right: 50px;
}

.choose-section .image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid var(--renk1);;
  z-index: 1;
}

.choose-section .image::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
  background: var(--renk1);;
  z-index: -1;
}

.choose-section .image img {
  width: 100%;
}

.choose-section-two {
  position: relative;
  overflow: hidden;
  background: url(../images/choose-bg-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.choose-section-two::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 25, 25, 0.3);
  z-index: -1;
}

.choose-section-two .content {
  padding: 40px 30px;
  background: #ffffff;
  max-width: 786px;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.choose-section-two .content .section-title {
  margin-bottom: 30px;
}

.choose-section-two .content .section-title .sub-title::after {
  left: 0;
}

.choose-section-two .content .section-title {
  text-align: left;
}

.choose-section-two .content .text {
  margin-bottom: 25px;
}

.choose-section-two .content .title {
  margin-bottom: 20px;
}

.choose-section-two .content .features {
  margin-bottom: 5px;
}

.choose-section-two .content .features .item-single {
  padding: 15px 15px 15px 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose-section-two .content .features .item-single .icon {
  font-size: 45px;
  color: var(--renk1);;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.choose-section-two .content .features .item-single h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.choose-section-two .content .features .item-single:hover .icon i {
  -webkit-animation: bounce .5s linear 1;
          animation: bounce .5s linear 1;
}

.choose-section-two .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 15px;
  padding-right: 15px;
  height: 100%;
  margin-right: 50px;
}

.choose-section-two .image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid var(--renk1);;
  z-index: 1;
}

.choose-section-two .image::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
  background: var(--renk1);;
  z-index: -1;
}

.choose-section-two .image img {
  width: 100%;
}

.choose-section-two.style-two {
  background: url(../images/choose-bg-2.jpg) no-repeat top;
  background-size: cover;
  background-attachment: fixed;
}

.choose-section-two.style-two::after {
  content: none;
}

/* -----------------------------------------
Team CSS
----------------------------------------- */
.team-section {
  background: #f9f9f9;
}

.team-section .item-single {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-section .item-single .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}

.team-section .item-single .content::after {
  position: absolute;
  content: '';
  left: -10%;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
  -webkit-transform: skew(-10deg, 7deg);
          transform: skew(-10deg, 7deg);
  background: var(--renk1);;
  opacity: .9;
  z-index: -1;
}

.team-section .item-single .content .follow {
  display: none;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 14px;
}

.team-section .item-single .content .title {
  margin-bottom: 2px;
}

.team-section .item-single .content .title a {
  color: #ffffff;
}

.team-section .item-single .content .title a:hover {
  color: var(--renk1);;
}

.team-section .item-single .content .text {
  color: #ffffff;
  margin-bottom: 0;
}

.team-section .item-single .content .social-link {
  margin-top: 20px;
  display: none;
}

.team-section .item-single .content .social-link a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.team-section .item-single:hover .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: slideInUp .3s linear 1;
          animation: slideInUp .3s linear 1;
}

.team-section .item-single:hover .content::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.team-section .item-single:hover .content .title a {
  color: #ffffff;
}

.team-section .item-single:hover .content .follow {
  display: block;
}

.team-section .item-single:hover .content .social-link {
  display: block;
}

.team-section.team-style-two {
  position: relative;
  overflow: hidden;
  background: url(../images/team/team-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.team-section.team-style-two::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 25, 25, 0.9);
  z-index: -1;
}

.team-section.team-style-two .section-title .title {
  color: #ffffff;
}

.team-section.team-style-two .item-single .content::after {
  background: #ffffff;
}

.team-section.team-style-two .item-single .content .follow {
  color: var(--renk1);;
}

.team-section.team-style-two .item-single .content .title a {
  color: var(--renk1);;
}

.team-section.team-style-two .item-single .content .title a:hover {
  color: #1b1919;
}

.team-section.team-style-two .item-single .content .text {
  color: var(--renk1);;
}

.team-section.team-style-two .item-single .content .social-link a {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 20px 0px rgba(78, 76, 76, 0.12);
}

.team-section.team-style-two .item-single:hover .content .title a {
  color: #1b1919;
}

.team-section.team-style-two .item-single:hover .content .follow {
  color: #1b1919;
}

.team-section.team-style-two .item-single:hover .content .text {
  color: #1b1919;
}

.team-section.team-style-two .item-single:hover .content .social-link a {
  color: #1b1919;
}

.team-section.team-style-three {
  position: relative;
  overflow: hidden;
  background: url(../images/team/team-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.team-section.team-style-three::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 25, 25, 0.9);
  z-index: -1;
}

.team-section.team-style-three .section-title .title {
  color: #ffffff;
}

/* -----------------------------------------
Gallery CSS
----------------------------------------- */
.gallery-section {
  overflow: hidden;
}

.gallery-section .row {
  margin: 0;
}

.gallery-section .row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 575px) {
  .gallery-section .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .gallery-section .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.gallery-section .item-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-section .item-single .content {
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-section .item-single .content::after {
  position: absolute;
  content: '';
  left: -10%;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
  -webkit-transform: skew(-10deg, 7deg);
          transform: skew(-10deg, 7deg);
  background: rgba(255, 94, 21, 0.9);
  z-index: -1;
}

.gallery-section .item-single .content .title {
  margin-bottom: 0;
  font-size: 20px;
}

.gallery-section .item-single .content .title a {
  color: #ffffff;
}

.gallery-section .item-single .content .title a:hover {
  color: #ffffff;
}

.gallery-section .item-single:hover {
  margin: 15px;
}

.gallery-section .item-single:hover .content {
  left: 0;
}

/* -----------------------------------------
Work CSS
----------------------------------------- */
.work-section {
  overflow: hidden;
}

.work-section .item-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.work-section .item-single .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  z-index: 1;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-section .item-single .content::after {
  position: absolute;
  content: '';
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 94, 21, 0.9);
}

.work-section .item-single .content i {
  color: #ffffff;
  font-size: 30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.work-section .item-single:hover .content {
  opacity: 1;
}

.work-section .item-single:hover .content::after {
  bottom: 0;
}

.work-section .item-single:hover .content i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -----------------------------------------
Blog CSS
----------------------------------------- */
.blog-section {
  background: #f9f9f9;
}

.blog-section .item-single {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-section .item-single .image {
  overflow: hidden;
}

.blog-section .item-single .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-section .item-single .date {
  position: absolute;
  left: 0;
  top: -35px;
  width: 70px;
  height: 70px;
  background: var(--renk1);;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}

.blog-section .item-single .date span {
  display: block;
  font-size: 18px;
}

.blog-section .item-single .content {
  position: relative;
  padding: 20px;
}

.blog-section .item-single .content .author {
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}

.blog-section .item-single .content .author .color {
  color: var(--renk1);;
}

.blog-section .item-single .content .title {
  font-size: 20px;
  margin-bottom: 0;
}

.blog-section .item-single .content .text {
  margin-bottom: 25px;
}

.blog-section .item-single .content .primary-btn {
  background: transparent;
  color: var(--renk1);;
}

.blog-section .item-single:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 2.8px 2.2px rgba(78, 76, 76, 0.034), 0 41.8px 33.4px rgba(78, 76, 76, 0.196);
          box-shadow: 0 2.8px 2.2px rgba(78, 76, 76, 0.034), 0 41.8px 33.4px rgba(78, 76, 76, 0.196);
}

.blog-section .item-single:hover .image img {
  -webkit-transform: scale(1.3) rotateZ(5deg);
          transform: scale(1.3) rotateZ(5deg);
}

.blog-section.blog-style-two .item-single .image {
  position: relative;
}

.blog-section.blog-style-two .item-single .date {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.blog-section.blog-style-two .item-single .content .author {
  padding-left: 0;
}

.blog-section.blog-style-two .item-single .content .primary-btn {
  background: var(--renk1);;
  border-color: var(--renk1);;
  color: #ffffff;
}

/* -----------------------------------------
Newsletter CSS
----------------------------------------- */
.newsletter-area {
  background-color: #f9f9f9;
}

.newsletter-area .wrapper {
  position: relative;
  bottom: -60px;
  z-index: 5;
  padding: 50px 40px 30px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.newsletter-area .title {
  margin-bottom: 20px;
}

.newsletter-area .newsletter-form {
  margin-bottom: 20px;
}

.newsletter-area .newsletter-form .form-control {
  border: 3px solid var(--renk1);;
}

.newsletter-area.newsletter-style-two {
  position: relative;
  overflow: hidden;
  background: url(../images/newsletter-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.newsletter-area.newsletter-style-two::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 25, 25, 0.7);
  z-index: -1;
}

.newsletter-area.newsletter-style-two .wrapper {
  background: #1b1919;
  bottom: 0;
}

.newsletter-area.newsletter-style-two .title {
  color: #ffffff;
}

.newsletter-area.newsletter-style-two .newsletter-form .form-control {
  color: #ffffff;
  background: transparent;
}

.newsletter-area.newsletter-style-two .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.newsletter-area.newsletter-style-two .newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.newsletter-area.newsletter-style-two .newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.newsletter-area.newsletter-style-two .newsletter-form .form-control::placeholder {
  color: #ffffff;
}

/* -----------------------------------------
Transportation CSS
----------------------------------------- */
.transportation-section {
  overflow: hidden;
  background-color: #f9f9f9;
}

.transportation-section .section-title {
  text-align: left;
  margin-top: -5px;
}

.transportation-section .section-title .sub-title {
  color: #ffffff;
  padding-bottom: 0;
}

.transportation-section .section-title .sub-title::after {
  content: none;
}

.transportation-section .section-title .title {
  font-size: 30px;
  color: #ffffff;
}

.transportation-section .wrapper {
  position: relative;
  top: 30px;
  width: calc(100% + 60px);
  background-color: var(--renk1);;
  z-index: 2;
}

.transportation-section .wrapper .transportation-form {
  max-width: 610px;
  margin-left: auto;
  padding-right: 100px;
}

.transportation-section .wrapper .transportation-form .form-group {
  margin-bottom: 20px;
}

.transportation-section .wrapper .transportation-form .form-group .form-control {
  width: 80%;
  height: auto;
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.transportation-section .wrapper .transportation-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.transportation-section .wrapper .transportation-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.transportation-section .wrapper .transportation-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.transportation-section .wrapper .transportation-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.transportation-section .wrapper .transportation-form .actions-btn .primary-btn {
  background: transparent;
  color: #ffffff;
}

.transportation-section .wrapper .transportation-form .actions-btn .primary-btn:hover {
  border-color: #ffffff;
}

.transportation-section .wrapper .transportation-form .actions-btn .primary-btn::after {
  border-color: #ffffff;
}

.transportation-section .wrapper .transportation-form .actions-btn .secondary-btn {
  color: #1b1919;
}

.transportation-section .wrapper .transportation-form .actions-btn button {
  margin-right: 20px;
}

.transportation-section .wrapper .transportation-form .actions-btn button:last-child {
  margin-right: 0;
}

.transportation-section .video-content {
  position: relative;
  height: 100%;
  height: calc(100% + 100px);
  z-index: 1;
  background: url("../images/video-bg.jpg") no-repeat center;
}

.transportation-section .video-content .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  z-index: 2;
}

.transportation-section .video-content .video-btn i {
  font-size: 56px;
  color: var(--renk1);;
}

.transportation-section .video-content .video-btn::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
}

.transportation-section .video-content .video-btn::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ripple 1500ms ease-out infinite;
          animation: ripple 1500ms ease-out infinite;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -2;
}

@media (max-width: 991px) {
  .transportation-section .video-content .video-image img {
    display: block;
    width: 100%;
  }
}

.transportation-section-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #1b1919;
}

.transportation-section-two::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: url(../images/transportation-bg-1.jpg) no-repeat center;
  background-size: cover;
}

.transportation-section-two .section-title {
  text-align: left;
  margin-left: 0;
}

.transportation-section-two .section-title .sub-title {
  padding-bottom: 0;
}

.transportation-section-two .section-title .sub-title::after {
  content: none;
}

.transportation-section-two .section-title .title {
  font-size: 30px;
  color: #ffffff;
}

.transportation-section-two .row > [class*="col-"]:first-child {
  padding-right: 30px;
}

.transportation-section-two .form-control {
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.transportation-section-two .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.transportation-section-two .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.transportation-section-two .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.transportation-section-two .form-control::placeholder {
  color: #ffffff;
}

.transportation-section-two .transportation-form .form-group {
  margin-bottom: 20px;
}

.transportation-section-two .transportation-form .form-group .form-control {
  height: auto;
  padding: 0 0 15px;
  border: none;
  border-bottom: 1px solid #d4d4d4;
}

.transportation-section-two .tracking-form {
  padding: 70px 50px;
  background-color: var(--renk1);;
  text-align: center;
}

.transportation-section-two .tracking-form .form-group {
  margin-bottom: 20px;
}

.transportation-section-two .tracking-form .title {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 30px;
  margin-top: -5px;
}

.transportation-section-two .tracking-form .secondary-btn {
  margin-top: 30px;
}

.transportation-section-two.style-two {
  background: url(../images/transportation-bg-2.jpg) no-repeat center;
  background-size: cover;
}

.transportation-section-two.style-two::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 25, 25, 0.7);
  z-index: -2;
}

.transportation-section-two.style-two::after {
  right: auto;
  left: 0;
  top: 100px;
  height: calc(100% - 200px);
  background: var(--renk1);;
  z-index: -1;
}

.transportation-section-two.style-two .section-title .sub-title {
  color: #ffffff;
}

.transportation-section-two.style-two .tracking-form {
  width: 720px;
  max-width: 720px;
  padding: 70px 80px;
  background-color: #1b1919;
}

.transportation-section-two.style-two .actions-btn .primary-btn {
  background: transparent;
  color: #ffffff;
}

.transportation-section-two.style-two .actions-btn .primary-btn:hover {
  border-color: #ffffff;
}

.transportation-section-two.style-two .actions-btn .primary-btn::after {
  border-color: #ffffff;
}

.transportation-section-two.style-two .actions-btn .secondary-btn {
  color: #1b1919;
}

.transportation-section-two.style-two .actions-btn button {
  margin-right: 20px;
}

.transportation-section-two.style-two .actions-btn button:last-child {
  margin-right: 0;
}

/* -----------------------------------------
Tracking Order CSS
----------------------------------------- */
.tracking-order-area {
  position: relative;
  top: -80px;
}

.tracking-order-area .inner-content {
  position: relative;
  overflow: hidden;
  padding: 50px 30px 20px;
  background: #1b1919;
  z-index: 1;
}

.tracking-order-area .inner-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/map.png) no-repeat center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

.tracking-order-area .inner-content .tracking-form .form-group {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 15px;
}

.tracking-order-area .inner-content .tracking-form .form-group .form-control {
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  border-color: var(--renk1);;
}

.tracking-order-area .inner-content .tracking-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.tracking-order-area .inner-content .tracking-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.tracking-order-area .inner-content .tracking-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.tracking-order-area .inner-content .tracking-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.tracking-order-area .inner-content .tracking-form .primary-btn {
  margin-bottom: 20px;
}

/* -----------------------------------------
Testimonials CSS
----------------------------------------- */
.testimonials-section {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}

.testimonials-section .slider-item {
  padding: 30px;
  padding-top: 0;
  padding-top: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.testimonials-section .slider-item .content .client-image {
  position: relative;
  overflow: hidden;
  top: -50px;
  max-width: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section .slider-item .content .client-name {
  margin-top: -20px;
}

.testimonials-section .slider-item .content .review {
  font-size: 18px;
  color: #ffa200;
  margin-bottom: 24px;
}

.testimonials-section .slider-item .content .text {
  margin-bottom: 30px;
}

.testimonials-section .slider-item .content .quote {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 50px;
  color: #4e4c4c;
}

.testimonials-section .owl-carousel .owl-dots .owl-dot {
  border-color: var(--renk1);;
}

.testimonials-section .owl-carousel .owl-dots .owl-dot::after {
  background: var(--renk1);;
}

.testimonials-section .shape img {
  position: absolute;
  opacity: .3;
}

.testimonials-section .shape .shape1 {
  top: 20%;
  left: 5%;
  width: 2%;
  -webkit-animation: movebounce 4s linear infinite;
          animation: movebounce 4s linear infinite;
}

.testimonials-section .shape .shape3 {
  left: 5%;
  bottom: 5%;
  -webkit-animation: bouncedelay 4s linear infinite;
          animation: bouncedelay 4s linear infinite;
}

.testimonials-section .shape .shape2 {
  right: 7%;
  top: 15%;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}

.testimonials-section .shape .shape4 {
  right: 10%;
  bottom: 23%;
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

.testimonials-section.testimonials-style-two {
  position: relative;
  overflow: hidden;
  background: url(../images/team/team-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.testimonials-section.testimonials-style-two::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 25, 25, 0.9);
  z-index: -1;
}

.testimonials-section.testimonials-style-two .section-title .title {
  color: #ffffff;
}

/* -----------------------------------------
Footer CSS
----------------------------------------- */
.footer-area {
  background-color: #101014;
}

.footer-area .footer-widget {
  margin-bottom: 30px;
}

.footer-area .footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-area .footer-widget .navbar-brand {
  margin-bottom: 20px;
  padding: 0;
}

.footer-area .footer-widget h3 {
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #ffffff;
}

.footer-area .footer-widget p {
  color: #cccccc;
  margin-bottom: 25px;
}

.footer-area .footer-widget .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-area .footer-widget .social-link h3 {
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}

.footer-area .footer-widget .social-link a {
  color: #ffffff;
  border: none;
  margin: 0;
  padding: 0 3px;
  font-size: 18px;
  background-color: transparent;
}

.footer-area .footer-widget .social-link a:hover {
  color: var(--renk1);;
  -webkit-transform: none;
          transform: none;
}

.footer-area .footer-widget .social-link a i {
  vertical-align: middle;
}

.footer-area .footer-widget .footer-links li {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-widget .footer-links li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--renk1);;
}

.footer-area .footer-widget .footer-links li a {
  color: #cccccc;
}

.footer-area .footer-widget .footer-links li a:hover {
  color: var(--renk1);;
}

.footer-area .footer-widget .footer-links li:hover {
  padding-left: 20px;
}

.footer-area .footer-widget .footer-links li:hover i {
  opacity: 1;
}

.footer-area .footer-widget .info-list li {
  color: #cccccc;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.footer-area .footer-widget .info-list li i {
  color: var(--renk1);;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-area .footer-widget .info-list li a {
  color: #cccccc;
}

.footer-area .footer-widget .info-list li a:hover {
  color: var(--renk1);;
}

.footer-area .copy-right-area .copy-right-content {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 94, 21, 0.2);
}

.footer-area .copy-right-area .copy-right-content span {
  color: #ffffff;
}

.footer-area .copy-right-area .copy-right-content a {
  color: var(--renk1);;
}

/* -----------------------------------------
Service Details CSS
----------------------------------------- */
.service-details-area .service-details-desc .content {
  padding-top: 25px;
}

.service-details-area .service-details-desc .content .text {
  margin-bottom: 20px;
}

.service-details-area .service-details-desc .content .title {
  font-size: 30px;
  margin-bottom: 25px;
}

.service-details-area .service-details-desc .content .image {
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.service-details-area .service-details-desc .content .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.service-details-area .service-details-desc .content .content-list i {
  font-size: 24px;
  margin-right: 5px;
  color: var(--renk1);;
}

.service-details-area .service-details-desc .content .content-list p {
  margin: 0;
}

.service-details-area .service-details-desc .contact-form {
  max-width: 100%;
}

/* -----------------------------------------
Blog Details CSS
----------------------------------------- */
.blog-details-area .blog-details-desc .title {
  margin-bottom: 25px;
}

.blog-details-area .blog-details-desc .image {
  overflow: hidden;
}

.blog-details-area .blog-details-desc .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .blog-details-desc .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-details-area .blog-details-desc .content {
  padding-top: 25px;
}

.blog-details-area .blog-details-desc .content .text {
  margin-bottom: 25px;
}

.blog-details-area .blog-details-desc .content .image {
  margin-top: 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.blog-details-area .blog-details-desc .content .info-list {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details-area .blog-details-desc .content .info-list li {
  margin-right: 16px;
  font-size: 15px;
}

.blog-details-area .blog-details-desc .content .info-list li:last-child {
  margin-right: 0;
}

.blog-details-area .blog-details-desc .content .info-list li i {
  color: var(--renk1);;
  margin-right: 5px;
  vertical-align: -1px;
}

.blog-details-area .blog-details-desc .content-footer {
  padding: 20px;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.blog-details-area .blog-details-desc .content-footer li {
  line-height: 1;
  margin-bottom: 15px;
}

.blog-details-area .blog-details-desc .content-footer .share i {
  color: var(--renk1);;
  vertical-align: -1px;
  margin-right: 8px;
}

.blog-details-area .blog-details-desc .content-footer .social-link a {
  border-radius: 0;
  color: #ffffff;
  padding: 6px;
}

.blog-details-area .blog-details-desc .content-footer .social-link .facebook {
  background-color: #3b5999;
}

.blog-details-area .blog-details-desc .content-footer .social-link .twitter {
  background-color: #55acee;
}

.blog-details-area .blog-details-desc .content-footer .social-link .whatsapp {
  background-color: #25D366;
}

.blog-details-area .blog-details-desc .content-footer .social-link .google {
  background-color: #dd4b39;
}

.blog-details-area .blog-details-desc .content-footer .social-link .instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.blog-details-area .blog-details-desc .blockquote {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 30px 60px;
  padding-left: 60px;
  margin-bottom: 25px;
  background: var(--renk1);;
}

.blog-details-area .blog-details-desc .blockquote p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.blog-details-area .blog-details-desc .blockquote i {
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 80px;
  opacity: .3;
  line-height: 1;
  z-index: -1;
}

@media (max-width: 767px) {
  .blog-details-area .blog-details-desc .blockquote {
    padding: 16px;
  }
  .blog-details-area .blog-details-desc .blockquote p {
    font-size: 16px;
  }
}

.blog-details-area .blog-details-desc .comments-area {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.blog-details-area .blog-details-desc .comments-area .title {
  margin-top: -3px;
}

.blog-details-area .blog-details-desc .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-author {
  padding-right: 16px;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-author img {
  max-width: 50px;
  border-radius: 50%;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-content .comment-metadata {
  margin-bottom: 10px;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-content .comment-metadata .name {
  font-size: 16px;
  margin-bottom: 8px;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-content .comment-metadata .time {
  font-size: 12px;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-content p {
  margin-bottom: 14px;
  font-size: 15px;
  color: #4e4c4c;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-content .btn-reply {
  border: 1px solid var(--renk1);;
  color: var(--renk1);;
  display: inline-block;
  padding: 6px 20px 3px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 13px;
}

@media (max-width: 767px) {
  .blog-details-area .blog-details-desc .comments-area .comment-list .comment .comment-body .comment-content p {
    font-size: 14px;
  }
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .children {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .blog-details-desc .comments-area .comment-list .comment .children .comment-body {
  padding-left: 35px;
}

.blog-details-area .blog-details-desc .comments-area .comment-reply .title {
  margin-bottom: 10px;
}

.blog-details-area .blog-details-desc .comments-area .comment-reply p {
  margin-bottom: 25px;
}

.blog-details-area .blog-details-desc .comments-area .comment-reply .form-group {
  margin-bottom: 20px;
}

/* -----------------------------------------
Pricing CSS
----------------------------------------- */
.pricing-area {
  background: #f9f9f9;
}

.pricing-area .item-single {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
  padding: 25px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-area .item-single .content h2 {
  color: var(--renk1);;
  margin-bottom: 5px;
  margin-top: -3px;
}

.pricing-area .item-single .content p {
  color: #4e4c4c;
  font-size: 14px;
  font-weight: 500;
}

.pricing-area .item-single .content span.label {
  display: block;
  padding: 10px 0;
  background: #ffeee5;
  color: var(--renk1);;
}

.pricing-area .item-single .item-list {
  list-style-type: none;
  margin: 0;
  text-align: center;
  padding: 0 20px;
  margin: 25px 0;
}

@media (max-width: 767px) {
  .pricing-area .item-single .item-list {
    padding: 0 10px;
  }
}

.pricing-area .item-single .item-list li {
  margin-bottom: 14px;
  font-size: 15px;
  color: #1b1919;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pricing-area .item-single .item-list li {
    font-size: 13px;
  }
}

.pricing-area .item-single .item-list li i {
  font-size: 12px;
  font-weight: normal;
  margin-right: 10px;
  color: var(--renk1);;
}

.pricing-area .item-single .item-list li:last-child {
  margin-bottom: 0;
}

.pricing-area .item-single .item-list .disabled {
  opacity: .6;
}

.pricing-area .item-single:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 2.8px 2.2px rgba(78, 76, 76, 0.034), 0 41.8px 33.4px rgba(78, 76, 76, 0.196);
          box-shadow: 0 2.8px 2.2px rgba(78, 76, 76, 0.034), 0 41.8px 33.4px rgba(78, 76, 76, 0.196);
}

@media (max-width: 767px) {
  .pricing-area .mt-30 {
    margin-top: 0;
  }
}

/* -----------------------------------------
Contact CSS
----------------------------------------- */
.contact-area {
  position: relative;
  background: url(../images/map.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.contact-area::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #f9f9f9;
  z-index: -1;
}

.contact-area .item-single {
  position: relative;
  text-align: center;
  padding: 20px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.contact-area .item-single .icon {
  background: #ffffff;
  color: #1b1919;
  font-size: 30px;
  width: 50px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 10px 0px rgba(78, 76, 76, 0.12);
}

.contact-area .item-single .icon i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-area .item-single .title {
  color: var(--renk1);;
  margin-bottom: 5px;
}

.contact-area .item-single .text {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.contact-area .item-single .text a {
  color: #1b1919;
}

.contact-area .item-single .text a:hover {
  color: var(--renk1);;
}

.contact-area .item-single:hover .icon i {
  -webkit-animation: flipZ .5s linear 1;
          animation: flipZ .5s linear 1;
}

/* -----------------------------------------
Global Location CSS
----------------------------------------- */
.global-location-section .item-single {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.global-location-section .item-single i {
  color: var(--renk1);;
  vertical-align: middle;
}

.global-location-section .item-single a {
  display: block;
  padding: 25px;
  font-weight: 500;
}

.global-location-section .item-single:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 2.8px 2.2px rgba(78, 76, 76, 0.034), 0 21.8px 23.4px rgba(78, 76, 76, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(78, 76, 76, 0.034), 0 21.8px 23.4px rgba(78, 76, 76, 0.12);
}

/* -----------------------------------------
Authentication Section CSS
----------------------------------------- */
.authentication-section {
  background-color: #f9f9f9;
}

.authentication-section form {
  max-width: 600px;
  margin: auto;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

@media (max-width: 767px) {
  .authentication-section form {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .authentication-section form {
    padding: 25px 14px;
  }
  .authentication-section form .content p {
    font-size: 13px;
  }
  .authentication-section form .content h3 {
    font-size: 22px;
  }
}

.authentication-section .form-group {
  margin-bottom: 20px;
  padding-left: 16px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
}

.authentication-section .form-group .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
  text-align: center;
  white-space: nowrap;
}

.authentication-section .form-group .input-icon i {
  color: #4e4c4c;
  vertical-align: -2px;
  font-size: 20px;
}

.authentication-section .form-group .input-icon.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 16px;
}

.authentication-section .form-group .form-control {
  padding-left: 5px;
  background-color: #ffffff;
  border: none;
}

.authentication-section .primary-btn {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.authentication-section .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.authentication-section .help-block {
  position: absolute;
  bottom: 0;
}

.authentication-section .help-block ul li {
  font-size: 14px;
  color: var(--renk1);;
}

.authentication-section #msgSubmit {
  font-size: 20px;
  margin-top: 8px;
  color: var(--renk1);;
}

.authentication-section .content {
  margin-bottom: 30px;
  text-align: center;
}

.authentication-section .content h3 {
  font-weight: 700;
  font-size: 30px;
  margin-top: -3px;
}

.authentication-section .content p {
  color: #4e4c4c;
  margin-bottom: 7px;
}

.authentication-section .content .or {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}

.authentication-section .content .or::after {
  position: absolute;
  content: '';
  left: -50px;
  top: 50%;
  width: 40px;
  margin-top: 1px;
  border-top: 1px solid #d4d4d4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.authentication-section .content .or::before {
  position: absolute;
  content: '';
  right: -50px;
  top: 50%;
  width: 40px;
  margin-top: 1px;
  border-top: 1px solid #d4d4d4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.authentication-section .content a {
  color: var(--renk1);;
}

.authentication-section .checkbox label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  color: #4e4c4c;
}

.authentication-section .checkbox label a {
  color: var(--renk1);;
}

.authentication-section .checkbox input[type=checkbox] {
  display: none;
  pointer-events: none;
}

.authentication-section .checkbox input[type=checkbox] + label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authentication-section .checkbox input[type=checkbox] + label svg {
  width: 30px;
  stroke: var(--renk1);;
  stroke-width: 5;
}

.authentication-section .checkbox input[type=checkbox] + label svg .box {
  stroke-dasharray: 320;
  stroke-dashoffset: 0;
  fill: #ffeee5 !important;
}

.authentication-section .checkbox input[type=checkbox] + label svg .check {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  fill: none;
}

.authentication-section .checkbox input[type=checkbox] + label span {
  margin-left: 5px;
}

.authentication-section .checkbox input[type=checkbox]:checked + label .box {
  stroke-dashoffset: 320;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

.authentication-section .checkbox input[type=checkbox]:checked + label .check {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

.authentication-section .checkbox .reverse .box {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

.authentication-section .checkbox .reverse .check {
  stroke-dashoffset: 70;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

.authentication-section .link {
  text-align: right;
}

.authentication-section .link a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #4e4c4c;
}

.authentication-section .link a:hover {
  color: var(--renk1);;
}

/* -----------------------------------------
Error CSS
----------------------------------------- */
.error-area {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.error-area .error-content {
  text-align: center;
}

.error-area .error-content img {
  max-width: 70%;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  font-size: 40px;
}

.error-area .error-content p {
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
}

.error-area .shape img {
  position: absolute;
  opacity: .3;
}

.error-area .shape .shape1 {
  top: 20%;
  left: 5%;
  width: 2%;
  -webkit-animation: movebounce 4s linear infinite;
          animation: movebounce 4s linear infinite;
}

.error-area .shape .shape3 {
  left: 5%;
  bottom: 5%;
  -webkit-animation: bouncedelay 4s linear infinite;
          animation: bouncedelay 4s linear infinite;
}

.error-area .shape .shape2 {
  right: 7%;
  top: 15%;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}

.error-area .shape .shape4 {
  right: 10%;
  bottom: 23%;
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

/* -----------------------------------------
Coming Soon CSS
----------------------------------------- */
.coming-soon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.coming-soon-section .coming-soon-box {
  max-width: 660px;
  margin: auto;
  padding: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.coming-soon-section .coming-soon-box .title-box {
  text-transform: capitalize;
  position: relative;
  text-align: center;
  margin-bottom: 26px;
}

.coming-soon-section .coming-soon-box .title-box .title {
  margin-top: -3px;
  margin-bottom: 10px;
}

.coming-soon-section .coming-soon-box .title-box .text {
  position: relative;
  margin-bottom: 0;
}

.coming-soon-section .coming-soon-box .newsletter-form .form-control {
  border: 1px solid var(--renk1);;
}

.coming-soon-section .coming-soon-box #timer {
  margin-bottom: 30px;
}

.coming-soon-section .coming-soon-box #timer .count {
  background-color: #1b1919;
  color: #fff;
  width: 100px;
  height: 105px;
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coming-soon-section .coming-soon-box #timer .count .h1 {
  font-weight: 700;
  color: var(--renk1);;
  margin-bottom: 0;
}

.coming-soon-section .coming-soon-box #timer .count span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
}

.coming-soon-section .shape img {
  position: absolute;
  opacity: .3;
}

.coming-soon-section .shape .shape1 {
  top: 20%;
  left: 5%;
  width: 2%;
  -webkit-animation: movebounce 4s linear infinite;
          animation: movebounce 4s linear infinite;
}

.coming-soon-section .shape .shape3 {
  left: 5%;
  bottom: 5%;
  -webkit-animation: bouncedelay 4s linear infinite;
          animation: bouncedelay 4s linear infinite;
}

.coming-soon-section .shape .shape2 {
  right: 7%;
  top: 15%;
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}

.coming-soon-section .shape .shape4 {
  right: 10%;
  bottom: 23%;
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

/* -----------------------------------------
Terms & Conditions CSS
----------------------------------------- */
.terms-area .image, .privacy-area .image {
  margin-bottom: 20px;
}

.terms-area p, .privacy-area p {
  margin-bottom: 20px;
}

.terms-area p span, .privacy-area p span {
  color: #4e4c4c;
  font-style: italic;
}

.terms-area ul, .privacy-area ul {
  margin: 0;
}

.terms-area .item-single, .privacy-area .item-single {
  padding: 25px;
  background: #f9f9f9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .terms-area .item-single, .privacy-area .item-single {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .terms-area .item-single, .privacy-area .item-single {
    padding: 25px 14px;
  }
}

.terms-area .item-single h3, .privacy-area .item-single h3 {
  margin-bottom: 15px;
}

.terms-area .item-single p:last-child, .privacy-area .item-single p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------
Privacy CSS
----------------------------------------- */
/* -----------------------------------------
  FAQ CSS
----------------------------------------- */
.faq-section .panel-group .panel {
  border-radius: 0;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-section .panel-group .panel .panel-heading {
  padding: 0;
  background: #ffffff;
  position: relative;

}

.faq-section .panel-group .panel-title {
  margin: 0;
}

.faq-section .panel-group .panel-title a {
  display: block;
  padding: 25px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1b1919;
}

.faq-section .panel-group .panel-title a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: none;
  border-bottom: 8px solid var(--renk1);;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .faq-section .panel-group .panel-title a {
    padding-right: 40px;
  }
}

.faq-section .panel-group .panel-title a.collapsed:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--renk1);;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-section .panel-group .panel-body {
  padding: 25px 20px;
  border: 0;
  background: #ffffff;
  position: relative;
  margin-top: 2px;
}

.faq-section .panel-group .panel-body p {
  color: #1b1919;
  margin: 0;
}

/* -----------------------------------------
  Contact Form CSS
----------------------------------------- */
.contact-form {
  max-width: 600px;
  margin: auto;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.contact-form .title {
  margin-bottom: 20px;
  margin-top: -3px;
  font-weight: 700;
  font-size: 30px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .primary-btn {
  width: 100%;
}

.contact-form .checkbox {
  margin-bottom: 20px;
}

.contact-form .checkbox label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  color: #4e4c4c;
}

.contact-form .checkbox label a {
  color: var(--renk1);;
}

.contact-form .checkbox input[type=checkbox] {
  display: none;
  pointer-events: none;
}

.contact-form .checkbox input[type=checkbox] + label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form .checkbox input[type=checkbox] + label svg {
  width: 30px;
  stroke: var(--renk1);;
  stroke-width: 5;
}

.contact-form .checkbox input[type=checkbox] + label svg .box {
  stroke-dasharray: 320;
  stroke-dashoffset: 0;
  fill: #ffeee5 !important;
}

.contact-form .checkbox input[type=checkbox] + label svg .check {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  fill: none;
}

.contact-form .checkbox input[type=checkbox] + label span {
  margin-left: 5px;
}

.contact-form .checkbox input[type=checkbox]:checked + label .box {
  stroke-dashoffset: 320;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

.contact-form .checkbox input[type=checkbox]:checked + label .check {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

.contact-form .checkbox .reverse .box {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

.contact-form .checkbox .reverse .check {
  stroke-dashoffset: 70;
  -webkit-transition: stroke-dashoffset .3s linear;
  transition: stroke-dashoffset .3s linear;
}

/* -----------------------------------------
	Contact Map CSS
----------------------------------------- */
.contact-map .map {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  border: none;
}

.contact-map .map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/* -----------------------------------------
Aside Widget CSS
----------------------------------------- */
.aside-widget-area .title-box {
  padding: 30px 20px;
  margin-bottom: 10px;
  background: var(--renk1);;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.aside-widget-area .title-box .title {
  text-transform: capitalize;
  margin: 0;
  color: #ffffff;
}

.aside-widget-area .widget-contact .widget-list,
.aside-widget-area .widget-category .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aside-widget-area .widget-contact .widget-list li,
.aside-widget-area .widget-category .widget-list li {
  position: relative;
  font-weight: 400;
  padding: 20px;
  padding-left: 50px;
  margin-bottom: 10px;
  line-height: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.aside-widget-area .widget-contact .widget-list li:last-child,
.aside-widget-area .widget-category .widget-list li:last-child {
  margin-bottom: 0;
}

.aside-widget-area .widget-contact .widget-list li a,
.aside-widget-area .widget-category .widget-list li a {
  font-weight: 400;
  display: block;
}

.aside-widget-area .widget-contact .widget-list li p,
.aside-widget-area .widget-category .widget-list li p {
  margin-bottom: 0;
}

.aside-widget-area .widget-contact .widget-list li i,
.aside-widget-area .widget-category .widget-list li i {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: var(--renk1);;
}

.aside-widget-area .widget-post .article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.aside-widget-area .widget-post .article-item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  overflow: hidden;
}

.aside-widget-area .widget-post .article-item .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aside-widget-area .widget-post .article-item .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  background: #ffffff;
  padding: 5px 5px 5px 10px;
}

.aside-widget-area .widget-post .article-item .content h3 {
  margin-bottom: 0;
  font-size: 15px;
}

.aside-widget-area .widget-post .article-item .content h3 a {
  color: #1b1919;
}

.aside-widget-area .widget-post .article-item .content h3 a:hover {
  color: var(--renk1);;
}

.aside-widget-area .widget-post .article-item .content .time {
  font-size: 13px;
  margin-bottom: 3px;
}

.aside-widget-area .widget-post .article-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.aside-widget-area .widget-post .article-item:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.aside-widget-area .widget-tag {
  margin-bottom: 20px;
}

.aside-widget-area .tags a {
  display: inline-block;
  text-align: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

/* -----------------------------------------
Page Title CSS
----------------------------------------- */
.page-title-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 230px 0 100px;
}

.page-title-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .7;
  background: #1b1919;
  z-index: -1;
}

.page-title-area .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title-area .page-title-content {
  text-transform: capitalize;
  text-align: center;
}

.page-title-area .page-title-content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: -10px;
  line-height: 1.2;
}

.page-title-area .page-title-content ul {
  padding: 0;
  margin: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  color: #ffffff;
}

.page-title-area .page-title-content ul li i {
  vertical-align: -2px;
  margin: 0 10px;
  font-size: 20px;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: var(--renk1);;
}

.page-title-area .page-title-content ul .active {
  color: var(--renk1);;
}

/* -----------------------------------------
Pagination CSS
----------------------------------------- */
.pagination {
  display: block;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.pagination .page-numbers {
  background-color: transparent;
  color: #1b1919;
  text-align: center;
  display: inline-block;
  line-height: 42px;
  position: relative;
  margin: 10px;
  font-weight: 400;
  font-size: 18px;
}

.pagination .page-numbers.current {
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: var(--renk1);;
}

/* -----------------------------------------
Form Validation CSS
----------------------------------------- */
.validation-danger,
.validation-success {
  font-size: 14px;
  margin-top: 5px;
}

.validation-danger {
  color: #df1f1f;
}

.validation-success {
  color: green;
}

.help-block ul li {
  font-size: 14px;
  color: #df1f1f;
}

#msgSubmit {
  font-size: 16px;
  margin-top: 8px;
}

/* -----------------------------------------
Go Top CSS
----------------------------------------- */
.go-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: var(--renk1);;
  padding: 8px 13px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (max-width: 767px) {
  .go-top {
    font-size: 18px;
  }
}

.go-top.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------------
Custom Owl Button CSS
----------------------------------------- */
.owl-carousel .owl-nav button[class*=owl-] {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #ffffff;
  color: var(--renk1);;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font: inherit;
}

.owl-carousel .owl-nav button[class*=owl-]:last-child {
  margin-right: 0;
}

.owl-carousel .owl-nav button[class*=owl-] i {
  font-size: 22px;
  margin-top: 4px;
}

.owl-carousel .owl-nav button[class*=owl-]:hover {
  color: #ffffff;
  background: var(--renk1);;
}

.owl-carousel .owl-dots {
  text-align: center;
  line-height: 0;
}

.owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ffffff;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot::after {
  content: '';
  position: absolute;
  width: calc(100% / 1.5);
  height: calc(100% / 1.5);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.owl-carousel .owl-dots .owl-dot.active::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* -----------------------------------------
Preloader CSS
----------------------------------------- */
#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 999999;
}

#preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
          animation: loader 1.2s infinite ease-in-out;
}

#preloader .loader span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--renk1);;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
          animation: loaderBlock 1.2s infinite ease-in-out both;
}

#preloader .loader span:nth-child(1) {
  top: 0;
  left: 0;
}

#preloader .loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
          animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

#preloader .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
          animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

#preloader .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

@-webkit-keyframes loader {
  0%, 10%, 100% {
    width: 40px;
    height: 40px;
  }
  65% {
    width: 80px;
    height: 80px;
  }
}

@keyframes loader {
  0%, 10%, 100% {
    width: 40px;
    height: 40px;
  }
  65% {
    width: 80px;
    height: 80px;
  }
}

@-webkit-keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  55% {
    background-color: var(--renk1);;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  55% {
    background-color: var(--renk1);;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@-webkit-keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  55% {
    background-color: var(--renk1);;
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  55% {
    background-color: var(--renk1);;
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

/* -----------------------------------------
Animation CSS
----------------------------------------- */
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes animatedBorder {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes animatedBorder {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes flipZ {
  from {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes flipZ {
  from {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #preloader {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */