/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Fivea
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery-ui.css");
@import url("fontawesome.css");

:root {
  --theme-color1: #E42F34;
  --theme-color2: #f31918;
  --theme-color3: #161718;
  --text-color-theme-color1: #fff;
  --text-color-theme-color2: #161718;
  --text-color-theme-color3: #fff;
  --theme-color-light: #fff;
  --theme-color-dark: #000;
  --text-color: #74787c;
  --text-font: "Open Sans", sans-serif;
  --title-font: "Open Sans", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 26px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 72px;
  --h2-font-size: 48px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--theme-color1);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-black: #191919;
  --container-width: 1250px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color1); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1); /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}


/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--theme-color1);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}


@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1399.98px) {
	.auto-container, .container {
		max-width: 1360px;
		width: 100%;
	}
}
.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-left: -50px;
  margin-top: -60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/logo-2.png);
  background-size: 84px;
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color1);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  
  -webkit-transition: none;
  transition: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #ffffff;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #808287;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 20px;
}
.list-style-one li a {
  display: inline-block;
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  color: var(--text-color);
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding-left: 27px;
  margin-bottom: 0;
}
.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color2);
}
.list-style-two li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #ffffff;
}
.list-style-two.style-two li {
  margin-bottom: 5px;
}
.list-style-two.style-two li:before {
  content: "\f00c";
  color: var(--text-color);
}

/*=== List Style Three ===*/
@media (max-width: 767.98px) {
  .list-style-three {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .list-style-three {
    text-align: center;
  }
}
.list-style-three a {
  color: var(--text-color-theme-color1);
  font-size: 16px;
  margin-left: 55px;
}
@media (max-width: 991.98px) {
  .list-style-three a {
    margin-left: 20px;
  }
}
.list-style-three a:first-child {
  margin-left: 0;
}
.list-style-three a:hover {
  color: var(--theme-color2);
}

/*=== List Style Four ===*/
.list-style-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-style-four li {
  color: var(--text-color-theme-color1);
  font-size: 14px;
  font-weight: 400;
  margin-right: 40px;
}
.list-style-four li:last-child {
  margin-right: 0;
}
.list-style-four li:hover a {
  color: var(--theme-color2);
}
.list-style-four li .icon {
  margin-right: 5px;
}
.list-style-four li a {
  color: var(--text-color-theme-color1);
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  border: 1px solid #eeeeee;
  margin-right: 22px;
  padding: 9px 34px 9px 9px;
}
@media (max-width: 1199.98px) {
  .social-icon-one li {
    margin-right: 10px;
    padding: 9px 16px 9px 9px;
  }
}
.social-icon-one li:last-child {
  margin-right: 0;
}
.social-icon-one li:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.social-icon-one li .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
  display: inline-block;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a {
  color: var(--theme-color1);
  position: relative;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color2);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  font-size: 16px;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: var(--text-color-theme-color1);
}

/*Social Icon Three*/
.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-three li {
  position: relative;
  margin-left: 20px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #2f3529;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  color: var(--theme-color2);
}

/*Social Icon Four*/
.social-icon-four {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-four li {
  position: relative;
  margin-left: 22px;
}
.social-icon-four li:first-child {
  margin-left: 0;
}
.social-icon-four li a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  color: var(--text-color-theme-color1);
}
.social-icon-four li a:hover {
  color: var(--theme-color2);
}

/*Social Icon Five*/
.social-icon-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icon-five li {
  margin-right: 10px;
}
.social-icon-five li:last-child {
  margin-right: 0;
}
.social-icon-five li a {
  position: relative;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #74787c;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.social-icon-five li a:hover {
  color: var(--theme-color2);
}

/*Social Icon Five*/
.social-icon-six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icon-six li {
  margin-right: 10px;
}
.social-icon-six li:last-child {
  margin-right: 0;
}
.social-icon-six li a {
  position: relative;
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  color: #74787c;
  background-color: #fff;
  border: 1px solid rgb(231, 232, 236);
}
.social-icon-six li a:hover {
  color: var(--theme-color2);
  border-color: var(--theme-color2);
}

/*======================
    Info Box One
======================*/
.info-box-one .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-box-one .inner:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.info-box-one .inner .icon {
  background-color: rgb(250, 247, 242);
  border-radius: 50%;
  color: var(--theme-color2);
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.info-box-one .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-box-one .inner .info a {
  font-size: 18px;
  font-weight: 600;
}
.info-box-one .inner .info a:hover {
  color: var(--theme-color2);
}
.info-box-one .inner .info span {
  font-size: 14px;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: var(--theme-color1);
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  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;
  padding-left: 5px;
  font-size: 12px;
  border: 0.5px solid var(--theme-color1);
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
          animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  content: "";
}
.play-now-two i {
  position: relative;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--theme-color1);
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  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;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-dots .owl-dots {
  position: relative;
  margin-top: 30px;
  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;
}
.default-dots .owl-dots .owl-dot {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #cdcbcb;
  border: 2px solid #cdcbcb;
  margin-left: 5px;
}
.default-dots .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.default-dots .owl-dots .owl-dot.active {
  border: 2px solid var(--theme-color2);
  background-color: transparent;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.theme-btn .btn-title {
  position: relative;
  font-weight: 800;
  font-size: 18px;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 25.5px 15px 15px;
  font-weight: 600;
  overflow: hidden;
  color: #FFF;
  background: var(--theme-color2);
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-style-one:hover:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-one:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-one:hover .icon {
  background-color: var(--text-color-theme-color1);
  color: var(--theme-color1);
}
.btn-style-one.dark-bg {
  background-color: var(--theme-color1);
  color: var(--text-color-theme-color1);
}
.btn-style-one.dark-bg:hover {
  color: var(--theme-color2);
}
.btn-style-one.dark-bg::before {
  background-color: var(--text-color-theme-color1);
}
.btn-style-one.dark-bg .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}
.btn-style-one.hvr-light:hover {
  color: var(--theme-color2);
}
.btn-style-one.hvr-light:hover .icon {
  background-color: var(--theme-color2);
}
.btn-style-one.hvr-light:before {
  background-color: #ffffff;
}
.btn-style-one.bg-light:not(hover) {
  background-color: #ffffff !important;
}
.btn-style-one .icon {
  background-color: #FFF;
  color: var(--theme-color2);
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*Btn Style One*/
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 23px 15px 21px;
  border-radius: 27.5px;
  font-weight: 600;
  overflow: hidden;
  color: var(--theme-color1);
  background: var(--theme-color2);
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-style-two:hover:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-two:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-two:hover .icon {
  background-color: var(--text-color-theme-color1);
  color: var(--theme-color1);
}
.btn-style-two.dark-bg {
  background-color: var(--theme-color1);
  color: var(--text-color-theme-color1);
}
.btn-style-two.dark-bg:hover {
  color: var(--theme-color2);
}
.btn-style-two.dark-bg::before {
  background-color: var(--text-color-theme-color1);
}
.btn-style-two.dark-bg .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}
.btn-style-two.hvr-light:hover {
  color: var(--theme-color2);
}
.btn-style-two.hvr-light:hover .icon {
  background-color: var(--theme-color2);
}
.btn-style-two.hvr-light:before {
  background-color: #ffffff;
}
.btn-style-two.bg-light:not(hover) {
  background-color: #ffffff !important;
}
.btn-style-two .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color2);
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*Btn Style One*/
.btn-style-three {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 25.5px 15px 15px;
  font-weight: 600;
  overflow: hidden;
  color: var(--theme-color1);
  background: var(--theme-color2);
}
.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-style-three:hover:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-three:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-three:hover .icon {
  background-color: var(--text-color-theme-color1);
  color: var(--theme-color1);
}
.btn-style-three.dark-bg {
  background-color: var(--theme-color1);
  color: var(--text-color-theme-color1);
}
.btn-style-three.dark-bg:hover {
  color: var(--theme-color2);
}
.btn-style-three.dark-bg::before {
  background-color: var(--text-color-theme-color1);
}
.btn-style-three.dark-bg .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
}
.btn-style-three.hvr-light:hover {
  color: var(--theme-color2);
}
.btn-style-three.hvr-light:hover .icon {
  background-color: var(--theme-color2);
}
.btn-style-three.hvr-light:before {
  background-color: #ffffff;
}
.btn-style-three.bg-light:not(hover) {
  background-color: #ffffff !important;
}
.btn-style-three .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--theme-color2);
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 26px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.theme-btn.small {
  padding: 10px 40px;
  line-height: 20px;
  font-size: 12px;
}

.grid-nav-btn .inner {
  border: 1px solid var(--theme-color1);
  padding: 7px;
  cursor: pointer;
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.grid-nav-btn .inner .icons {
  background-color: var(--theme-color1);
  padding: 12.5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.grid-nav-btn:hover .inner .icons {
  background-color: var(--theme-color2) !important;
}

.grid-nav-btn-two .inner {
  border: 1px solid rgb(238, 238, 238);
  padding: 7px;
  cursor: pointer;
  margin-left: 15px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.grid-nav-btn-two .inner .icons {
  background-color: var(--theme-color1);
  border-radius: 50%;
  padding: 12.5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.grid-nav-btn-two:hover .inner .icons {
  background-color: var(--theme-color2) !important;
}

.innerpage .accordion-box {
  position: relative;
}
.innerpage .accordion-box .block {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.innerpage .accordion-box .block .acc-btn {
  background-color: var(--theme-color-light);
  position: relative;
  color: var(--theme-color1);
  font-family: var(--title-font);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #fff;
}
.innerpage .accordion-box .block .acc-btn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color1);
  font-family: "Font Awesome 6 Pro";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.innerpage .accordion-box .block .acc-btn.active {
  color: var(--text-color-theme-color2);
  background-color: var(--theme-color2);
}
.innerpage .accordion-box .block .acc-btn.active .icon {
  color: var(--text-color-theme-color2);
}
.innerpage .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}
.innerpage .accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.innerpage .accordion-box .block .acc-content .content {
  position: relative;
  padding: 25px 30px;
}
.innerpage .accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #808287;
  margin-bottom: 0;
}
.innerpage .accordion-box .block .acc-content.current {
  display: block;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.shape-1 {
  width: 589px;
  height: 568px;
  top: 0;
  right: 0;
  background-image: url(../images/icons/shape-1.png);
  z-index: -1;
}

.shape-2 {
  width: 630px;
  height: 783px;
  top: -370px;
  left: 0;
  background-image: url(../images/icons/shape-2.png);
  z-index: -1;
}

.shape-3 {
  width: 608px;
  height: 765px;
  bottom: 166px;
  left: 0;
  background-image: url(../images/icons/shape-3.png);
}

.shape-4 {
  width: 485px;
  height: 640px;
  bottom: 180px;
  right: 0;
  background-image: url(../images/icons/shape-4.png);
}

.shape-6 {
  width: 1061px;
  height: 1070px;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/icons/shape-6.png);
}

.shape-7 {
  width: 192px;
  height: 385px;
  top: 0;
  left: 0;
  background-image: url(../images/icons/shape-7.png);
}

.shape-8 {
  width: 192px;
  height: 385px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/shape-8.png);
}

.shape-9 {
  width: 192px;
  height: 385px;
  top: 0;
  left: 0;
  background-image: url(../images/icons/shape-7.png);
}

.shape-10 {
  width: 192px;
  height: 385px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/shape-8.png);
}

.shape-11 {
  width: 560px;
  height: 549px;
  top: 0;
  left: -102px;
  background-image: url(../images/icons/shape-11.png);
}

.shape-12 {
  width: 330px;
  height: 326px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/shape-12.png);
}

.shape-13 {
  width: 1116px;
  height: 1016px;
  top: 0;
  left: -200px;
  background-image: url(../images/icons/shape-13.png);
}

.shape-14 {
  width: 611px;
  height: 607px;
  top: 0;
  left: 0;
  background-image: url(../images/icons/shape-14.png);
}

.shape-15 {
  width: 352px;
  height: 357px;
  top: 0;
  right: 0;
  background-image: url(../images/icons/shape-15.png);
}

.shape-16 {
  width: 806px;
  height: 622px;
  bottom: -150px;
  left: 0;
  background-image: url(../images/icons/shape-16.png);
}

.shape-17 {
  width: 728px;
  height: 713px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/shape-17.png);
}

.shape-18 {
  width: 162px;
  height: 130px;
  top: 52px;
  right: calc(50% - 80px);
  background-image: url(../images/icons/shape-18.png);
}

.shape-19 {
  width: 272px;
  height: 303px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/shape-19.png);
}

.shape-20 {
  width: 640px;
  height: 669px;
  top: -319px;
  right: 0;
  background-image: url(../images/icons/shape-20.png);
}

.shape-21 {
  width: 727px;
  height: 846px;
  top: -50px;
  left: 0;
  background-image: url(../images/icons/shape-21.png);
}

.shape-22 {
  width: 1241px;
  height: 502px;
  bottom: 8px;
  left: 80px;
  background-image: url(../images/icons/shape-22.png);
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color2);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: var(--theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  background: var(--theme-color2);
  color: #ffffff;
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.topiletisim li {
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
	font-size: 14px;
}
.topiletisim li i {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #EFEFEF;
	padding: 0px;
	margin: 0px;
}
.topiletisim li, .topiletisim li a {
	color: #FFF;
	font-weight: 900;
}
.header-span {
  display: block;
  height: 110px;
  position: relative;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-top .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--theme-color3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.header-top .top-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-top .top-right {
  position: relative;
}
.header-top .useful-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.header-top .useful-links li {
  color: #808287;
  font-size: 13px;
  line-height: 20px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color1);
}
.header-top .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 210px;
}

.header-top {
  background-color: var(--theme-color1);
  margin: 0;
  padding: 0 80px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .header-top {
    padding: 0;
  }
  
}
@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }
}
.header-top .inner-container {
  padding: 5px 0;
  background-color: var(--theme-color1);
}
.header-top .top-left .text {
  color: var(--text-color-theme-color1);
  font-size: 14px;
}
.header-top .top-left .date {
  color: var(--text-color-theme-color1);
  font-size: 14px;
}
.header-top .top-left .date i {
  margin-right: 6px;
}
.header-top .top-right .date {
  color: var(--text-color-theme-color1);
  font-size: 16px;
  font-weight: 600;
}
.header-top .top-right .date i {
  margin-right: 6px;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  min-width: 280px;
  padding: 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .main-header .header-lower .logo-box {
    min-width: 212px;
  }
}
.main-header .header-lower .grid-nav-btn.mobile-nav-toggler {
  display: block;
  margin-left: 0;
}
.main-header .header-lower .grid-nav-btn-two.mobile-nav-toggler {
  display: block;
  margin-left: 0;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  display: block;
  position: relative;
}
.main-header .logo h1 a, .main-header .logo p a {
	width: px;
	height: 80px;
	display: block;
}
.main-header .logo h1, .main-header .logo p {
	padding: 0px;
	margin: 0px;
	width: 291px;
	height: 80px;
	font-size: 16px;
	text-indent: -9999px;
	background: url(../img/kinaynakliyat-logo.svg);
	background-position: left center;
	background-size: cover;
}
.main-header .main-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0px;
  position: relative;
  top: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  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;
  width: 100%;
}

.main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

.main-menu .navigation > li {
  float: left;
  margin-right: 63px;
  padding: 18px 0 16px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  background-color: var(--theme-color2);
  bottom: auto;
  top: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 0%;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  padding: 0;
  position: relative;
  
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color2);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color2);
  font-weight: 700;
}

.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: visible;
}

.main-menu .navigation > li > ul {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	display: none;
	left: 0px;
	margin-top: 30px;
	opacity: 0;
	padding: 10px 0 15px;
	position: absolute;
	top: 100%;
	width: 360px;
	z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 20px;
  font-weight: 700;
  font-size: 13px;
  color: #161616;
  text-align: left;
  margin: 0 18px 0px 23px;
  
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color2);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  text-align: left;
  margin: 0 30px;
  
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.main-header .header-lower .outer-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 25px 0;
  position: relative;
}
.main-header .header-lower .outer-box .ui-btn-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #e6e8ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 30px;
  padding: 6px 0;
  padding-right: 30px;
}

.main-header .ui-btn {
  background: none;
  color: var(--theme-color1);
  display: block;
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  margin-left: 26px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}

.main-header .info-btn {
  color: var(--theme-color1);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 0;
  padding-left: 54px;
  position: relative;
  text-align: left;
}
.main-header .info-btn small {
  color: #808287;
  font-size: 12px;
  font-weight: 400;
}
.main-header .info-btn i {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  line-height: 44px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 44px;
}
.main-header .info-btn:hover {
  color: var(--theme-color2);
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/*** 
====================================================================
  Header Style One
====================================================================
***/
.header-style-one {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.header-style-one .header-lower .inner-container {
  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;
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .mobile-nav-toggler {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .social-icon-one {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower .social-icon-one li {
    padding: 9px 8px 9px 9px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower .social-icon-one li .icon {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower .social-icon-one li a {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-style-one .header-bottom {
    display: none;
  }
}
.header-style-one .main-box .nav-outer {
  border-top: 1px solid #eeeeee;
}
.header-style-one .btn-style-one {
  color: var(--theme-color1);
  background-color: transparent;
  border-left: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0;
}
.header-style-one .btn-style-one:before {
  display: none;
}
.header-style-one .btn-style-one:hover {
  color: var(--theme-color2);
}
.header-style-one .btn-style-one .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.header-style-one .main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .header-style-one .main-menu {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header-style-one .main-menu {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .sticky-header .main-menu {
    display: none;
  }
}

/*** 
====================================================================
  Header Style Tow
====================================================================
***/

@media (max-width: 1199.98px) {
  .header-style-two .main-box {
    display: none;
  }
}
.header-style-two .header-top .top-left .date {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
.header-style-two .header-top .top-left .date:before {
  content: "";
  position: absolute;
  height: 45px;
  width: 1px;
  left: 0;
  top: -9px;
  background-color: rgb(38, 38, 38);
}
.header-style-two .header-top .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-two .header-top .top-right .social-icon-four {
  position: relative;
  padding-left: 25px;
  margin-left: 16px;
}
.header-style-two .header-lower .inner-container {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-two .header-lower .logo-box {
  min-width: 213px;
}
.header-style-two .header-lower .outer-box {
  padding: 30px 0;
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .outer-box {
    padding: 16px 0;
  }
}
@media (max-width: 767.98px) {
  .header-style-two .header-lower .outer-box .btn-style-one {
    display: none;
  }
}
.header-style-two .navigation > li > a {
  font-size: 16px;
  font-weight: 900;
}
.header-style-two .navigation > li {
  margin-right: 15px;
}
.header-style-two .navigation > li::before {
  display: none;
}

/*** 
====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 15px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 0px;
}
.sticky-header .logo img {
	height: 70px!important;
}
.sticky-header .nav-outer {
  background: none;
  position: relative;
}
.sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 40px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: #161718;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .sticky-header .mobile-nav-toggler {
    display: block;
  }
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  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;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
	width: 85%;
}
.mobile-menu .menu-box {
  position: relative;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-color1);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.mobile-menu-visible .mobile-menu .close-btn i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #FFF;
	color: red;
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  position: relative;
  width: 100%;
}
.mobile-menu .navigation li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 0;
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  
}
.mobile-menu .navigation li:hover ul li {
  padding-left: 0px;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color2);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color2);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  
}

.mobile-menu .social-links {
  position: relative;
  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;
  background: var(--theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 32px;
}
.sec-title .sub-title {
  position: relative;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--theme-color2);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-left: 30px;
  
}
.sec-title .sub-title:after {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 3px;
  width: 20px;
  margin-right: 10px;
  margin-top: -1px;
  background: var(--theme-color2);
  content: "";
}
.sec-title h2, .sec-title p{
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .sec-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 32px;
  }
}
.sec-title .text {
  margin-top: 30px;
}
.sec-title.style-two {
  margin-bottom: 58px;
}
.sec-title.style-two .sub-title {
  position: relative;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--theme-color2);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  margin-bottom: 26px;
  
}
.sec-title.style-two .sub-title:before {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 3px;
  width: 20px;
  margin-left: 10px;
  margin-top: -1px;
  background: var(--theme-color2);
  content: "";
}
.sec-title.style-two .sub-title:after {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 3px;
  width: 20px;
  margin-right: 10px;
  margin-top: -1px;
  background: var(--theme-color2);
  content: "";
}
.sec-title.style-three {
  margin-bottom: 58px;
}
.sec-title.style-three .sub-title {
  position: relative;
  font-size: 16px;
  color: var(--theme-color2);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0;
  
}
.sec-title.style-three .sub-title:before {
  display: none;
}
.sec-title.style-three .sub-title:after {
  display: none;
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .text {
  color: #8c8f94;
}
.sec-title.light .sub-title {
  color: var(--theme-color2);
}

.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .text {
  color: #8c8f94;
}
.sec-title.light .sub-title.light {
  color: #fff;
}
.sec-title.light .sub-title.light:before {
  content: none;
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
.main-slider {
  position: relative;
}

.main-slider .title {
  position: relative;
  display: inline-block;
  line-height: 30px;
  padding: 7px 30px;
  padding-left: 80px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  
  letter-spacing: 0.01em;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-slider .title:before {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 40px;
  background-color: var(--theme-color2);
  content: "";
}
.main-slider h1 {
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 1.1em;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
  
}
.main-slider .text {
  font-size: 18px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
}
.main-slider .btn-box {
  position: relative;
}
.main-slider .theme-btn {
  display: inline-block;
  white-space: nowrap;
  min-width: 200px !important;
}

.tp-dottedoverlay {
  background-color: #222429;
  opacity: 0;
}

.tp-bannertimer {
  display: none;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: 8;
  pointer-events: none;
}
.banner-section .slide-item {
  position: relative;
  height: 740px;
}
.banner-section .slide-item .auto-container {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-60%);
}
.banner-section .slide-item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section .slide-item .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom right, rgba(0,0,0,0.75), rgba(0,0,0,0));
  content: "";
}

.banner-section .content-box .sub-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 40px 0px;
  
}
.banner-section .content-box .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  display: block;
}
.banner-section .content-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section .content-box .play-btn {
  font-size: 13px;
  
  color: #ffffff;
  font-weight: 600;
  margin-left: 20px;
  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;
}
.banner-section .content-box .play-btn .icon {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  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;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section .content-box .play-btn:hover .icon {
  background-color: #ffffff;
  color: var(--theme-color1);
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  max-width: 1714px;
  margin: -25px auto 0;
  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;
}
@media (max-width: 991.98px) {
  .banner-carousel .owl-nav {
    top: 44%;
  }
}
@media (max-width: 767.98px) {
  .banner-carousel .owl-nav {
    display: none;
  }
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  background-color: #fff;
  color: var(--theme-color1);
  display: block;
  height: 55px;
  width: 108px;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 991.98px) {
  .banner-carousel .owl-nav .owl-next,
  .banner-carousel .owl-nav .owl-prev {
    height: 46px;
    width: 98px;
    font-size: 16px;
    line-height: 46px;
  }
}
.banner-carousel .owl-nav .owl-next:before,
.banner-carousel .owl-nav .owl-prev:before {
  position: absolute;
  font-size: 16px;
  
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
  color: var(--theme-color2);
}
.banner-carousel .owl-nav .owl-prev {
  padding-right: 48px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 52px;
  border-radius: 6px 0 0 6px;
}
.banner-carousel .owl-nav .owl-prev:after {
  background-color: #eeeeee;
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  right: -11px;
  top: 26px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.banner-carousel .owl-nav .owl-prev:before {
  content: "Prev";
  padding-left: 22px;
}
.banner-carousel .owl-nav .owl-next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-left: 50px;
  border-radius: 0 6px 6px 0;
}
.banner-carousel .owl-nav .owl-next:before {
  content: "Next";
  left: 23px;
}

/*** 

====================================================================
    Banner Section Two
====================================================================

***/
.banner-section-two {
  position: relative;
}



/*** 

====================================================================
	Testimonial Section 
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 90px 0;
  }
}

.testimonial-block .inner-box {
  background-color: rgba(25, 25, 25, 0.961);
  margin-right: -269px;
  padding: 93px 100px;
}
@media (max-width: 1599.98px) {
  .testimonial-block .inner-box {
    margin-right: -70px;
  }
}
@media (max-width: 1399.98px) {
  .testimonial-block .inner-box {
    margin-right: 0;
    padding: 60px 60px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .sec-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .sec-title h3 {
    font-size: 25px;
  }
}
.testimonial-block .inner-box p {
  color: #bebfc1;
  font-size: 17px;
  line-height: 1.5;
  margin: 35px 0px;
  display: block;
}
.testimonial-block .inner-box h4 {
	display: block;
	font-size: 36px;
	line-height: 1;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-weight: 900;
	letter-spacing: -1px;
}
.testimonial-block .inner-box p strong {
	color: #bebfc1;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.testimonial-block .inner-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-block .inner-box .info-box .name {
  color: var(--text-color-theme-color1);
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .info-box .name {
    font-size: 16px;
  }
}
.testimonial-block .inner-box .info-box .designation {
  color: var(--theme-color2);
  margin: 0;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .info-box .designation {
    font-size: 16px;
  }
}

/*** 

====================================================================
    Testimonial Section Two
====================================================================

***/
.testimonial-section-two {
  position: relative;
  padding: 120px 0 104px;
}
@media (max-width: 991.98px) {
  .testimonial-section-two {
    padding: 90px 0 90px;
  }
}
.testimonial-section-two .testimonials {
  position: relative;
}
.testimonial-section-two .swiper-button-next, .testimonial-section-two .swiper-button-prev {
  background-color: rgb(246, 246, 246);
  display: block;
  color: var(--theme-color1);
  top: auto;
  bottom: 76px;
  right: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .testimonial-section-two .swiper-button-next, .testimonial-section-two .swiper-button-prev {
    bottom: 0;
  }
}
.testimonial-section-two .swiper-button-next:after, .testimonial-section-two .swiper-button-prev:after {
  font-size: 18px;
}
.testimonial-section-two .swiper-button-prev {
  left: auto;
  right: 55px;
}

.testimonial-block-two {
  position: relative;
  padding-top: 0;
  margin-bottom: 0;
}
.testimonial-block-two .icon-box {
  position: relative;
  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;
  margin-bottom: 20px;
  padding-right: 10px;
}
.testimonial-block-two .icon-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color2);
}
.testimonial-block-two .icon-box .rating i {
  margin-left: 2px;
}
.testimonial-block-two .text {
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 36px;
  padding-top: 60px;
}
.testimonial-block-two .text span {
  color: var(--theme-color2);
}
.testimonial-block-two .name {
  margin-bottom: 1px;
  font-size: 30px;
}
.testimonial-block-two .designation {
  display: block;
  font-size: 12px;
  color: var(--theme-color1);
  font-weight: 600;
  
}
.testimonial-block-two .designation span {
  color: var(--theme-color2);
}
.testimonial-block-two .image-column {
  position: relative;
}
.testimonial-block-two .image-column .image {
  position: relative;
  height: 100%;
  width: 100%;
}
.testimonial-block-two .content-column {
  padding-top: 37px;
}
.testimonial-block-two .content-column .icon-quote {
  position: relative;
}
.testimonial-block-two .content-column .icon-quote:before {
  content: "";
  position: absolute;
  width: 73px;
  height: 55px;
  left: 0;
  top: 0;
  background-image: url(../images/icons/icon-quote.png);
}
.testimonial-block-two .content-column .info-box {
  border-top: 1px solid rgb(242, 242, 242);
  padding-top: 38px;
  position: relative;
}

/*** 

====================================================================
    Testimonial Section Three
====================================================================

***/
.testimonial-section-three {
  padding: 0 0 120px;
}
@media (max-width: 991.98px) {
  .testimonial-section-three {
    padding: 0 0 90px;
  }
}

.testimonial-block-three .inner-box {
  background-color: rgb(247, 247, 247);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 50px 50px 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .inner-box {
    display: block;
    padding: 30px 15px;
    text-align: center;
  }
}
.testimonial-block-three .inner-box:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -69px;
  height: 385px;
  width: 192px;
  background-image: url(../images/icons/shape-8.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.testimonial-block-three .inner-box .image-box {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .testimonial-block-three .inner-box .image-box {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.testimonial-block-three .inner-box .image-box .image {
  width: 120px;
  height: 120px;
}
.testimonial-block-three .inner-box .content-box {
  position: relative;
  z-index: 1;
}
.testimonial-block-three .inner-box .content-box .title {
  margin-bottom: 0;
}
.testimonial-block-three .inner-box .content-box span {
  color: var(--theme-color2);
  font-size: 14px;
  width: 500px;
}
.testimonial-block-three .inner-box .content-box .text {
  margin-top: 9px;
  margin-bottom: 20px;
}
.testimonial-block-three .inner-box .content-box .rating i {
  color: var(--text-color);
  font-size: 14px;
}



/*** 

====================================================================
Page Title
====================================================================

***/

.page-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 150px;
  position: relative;
}
.page-title:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	opacity: 0.4;
}
.title-outer {
	position: relative;
	padding-left: 20px;
}
.title-outer:before {
	position: absolute;
	content: "";
	width: 8px;
	top: -10px;
	bottom: -10px;
	background: red;
	left: 0px;
}
.page-title h1 {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 10px;
}
.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  
}
.page-breadcrumb li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: red;
  top: 8px;
  right: -3px;
  border-radius: 50%;

}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: #FFF;
  font-weight: 500;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  letter-spacing: -0.5px;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: var(--theme-color3);
}

.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 30px;
}

.main-footer span, .main-footer h4 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  display: block;
}
.main-footer span:before, .main-footer h4:before{
  position: absolute;
  left: 0;
  bottom: -9px;
  background-color: var(--theme-color2);
  height: 3px;
  width: 40px;
  content: "";
  border-radius: 2px;
}
.main-footer .btn-locations {
  color: var(--theme-color2);
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  display: inline-block;
  text-decoration: underline;
}
.main-footer .btn-locations:hover {
  color: var(--text-color-theme-color1);
}

.main-footer .about-widget {
  position: relative;
  margin-right: 54px;
}
.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .company-widget {
  margin-left: 44px;
}
@media (max-width: 991.98px) {
  .main-footer .company-widget {
    margin-left: 0;
  }
}
.main-footer .contact-widget {
  margin-left: 34px;
}
@media (max-width: 991.98px) {
  .main-footer .contact-widget {
    margin-left: 0;
  }
}
.main-footer .address-widget {
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .main-footer .address-widget {
    margin-left: 0;
  }
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--text-color);
}
.user-links li a:hover {
  color: #FFFFFF;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color2);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}

/*=== Footer Top ===*/
.footer-top {
  background-color: #202020;
  padding: 37px 0;
}
.footer-top .outer-box {
  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;
}
@media (max-width: 767.98px) {
  .footer-top .outer-box {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .footer-top .social-icon-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  border-top: 1px solid rgb(44, 44, 44);
}
.footer-bottom .inner-container {
  position: relative;
  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;
}
@media (max-width: 767.98px) {
  .footer-bottom .inner-container {
    display: block;
    text-align: center;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  padding: 25px 0;
}
@media (max-width: 767.98px) {
  .footer-bottom .copyright-text {
    padding: 25px 0 9px;
  }
}
.footer-bottom .copyright-text p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: var(--text-color-theme-color1);
}
.footer-bottom .copyright-text a {
  color: var(--text-color-theme-color1);
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .footer-bottom .copyright-right {
    padding-bottom: 25px;
  }
}
.footer-bottom .copyright-right a {
  color: var(--text-color-theme-color1);
  margin-left: 40px;
}
@media (max-width: 575.98px) {
  .footer-bottom .copyright-right a {
    margin-left: 20px;
  }
}
.footer-bottom .copyright-right a:hover {
  color: var(--theme-color2);
}
.footer-bottom .copyright-right a:first-child {
  margin-left: 0;
}
.footer-bottom.style-two .inner-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-widget .contact-info {
  margin-bottom: 30px;
}
.footer-widget .contact-info li {
  font-size: 16px;
  margin-right: -25px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-widget .contact-info li a {
  color: var(--text-color);
}
.footer-widget .contact-info li a:hover {
  color: var(--theme-color1);
}
.footer-widget .contact-info li i {
  color: var(--theme-color2);
  position: absolute;
  left: 0;
}












.hizmet {
	position: relative;
	display: block;
	height: 100%;
}
.hizmet .hizmettext {
	padding: 25px 30px;
	display: block;
	background: #FFF;
	height: 100%;
}
.hizmet .hizmettext h3 {
	font-size: 22px;
	line-height: 1;
	display: block;
	font-weight: 800;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.hizmet .hizmettext h3 a {
	color: #262728;
}
.hizmet .hizmetimg {
	background: rgba(0,0,0,0.05);
	width: 100%;
	min-height: 220px;
	position: relative;
	display: block;
	overflow: hidden;
	
}
.hizmet .hizmettext p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 72px;
	padding: 0px;
	margin: 0px;
}
.hizmet .hizmetimg a{
    position: absolute;
    right: calc(50% - 40px);
    top: calc(50% - 40px);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    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;
    color: var(--theme-color1);
    background-color: var(--theme-color2);
    font-size: 25px;
    -webkit-transform: scale(0);
    transform: scale(0);
	opacity: 0;
    z-index: 2;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.hizmet:hover .hizmetimg a { 
    opacity: 1;
    transform: scale(1);
}

.hizmet .hizmetimg a i {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #FFF;
}
.hizmet .hizmetimg img {
	position: relative;
	display: block;
	transform: scale(1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hizmet:hover .hizmetimg img {
	transform: scale(1.15);
}



.grid-container {
	display: grid;
	gap: 50px;
	padding: 50px;
	grid-template-columns: 1fr; /* Varsayılan: tek sütun */
	grid-auto-rows: 1fr; /* Satırların eşit yükseklikte olmasını sağlar */
}

.grid-item {
	position: relative;
	display: block;
	color: white;
	text-align: center;
	padding: 50px 60px;
	overflow: hidden;

}
.grid-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	opacity: 0.8;
}
/* Ekran genişliği 768px ve üzeri olduğunda iki sütun oluştur */
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* İki sütun */
  }
}
.grid-item h4 {
	font-size: 40px;
	font-weight: 800;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.grid-item p {
	position: relative;
	display: block;
	z-index: 1;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
	font-size: 17px;
	line-height: 1.4;
}
.grid-item p strong {
	font-weight: 500;
	color: rgba(255,255,255,0.7);
}
.grid-item .gridimg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	transition: all 300ms ease;
}
.grid-item:hover .gridimg {
	left: -25px;
	right: -25px;
	top: -20px;
	bottom: -20px;
	
}




.nedenler {
	position: relative;
	display: block;
	padding: 0px;
	margin-top: -70px;
	z-index: 2;
}
.neden {
	position: relative;
	width: 100%;
	background: #FFF;
	padding: 25px 25px 25px 100px;
	border-radius: 7px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.neden img {
	width: 50px;
	position: absolute;
	left: 25px;
	top: 30px;
}
.neden span {
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}
.neden p {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #3b3b3b;
	padding: 0px!important;
	margin: 0px!important;
}
.neden2 {
	background: #E42F34;
	color: #FFF!important;
}
.neden2 p {
	color: #FFF!important;
}
.flist ul, .flist ul li {
	padding: 0px;
	margin: 0px;
	display: block;
}
.flist ul li a {
	line-height: 30px;
	display: block;
	padding: 0px 0px 0px 15px;
	color: rgba(255,255,255,0.5);
	position: relative;
	font-size: 14px;
	font-weight: 300;
}
.flist ul li a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	left: 0px;
	top: 12px;
	background: var(--theme-color2);
}


.markalar {
	display: block;
	position: relative;
	text-align: center;
}
.markalar .mlogo {
	width: 100%;
	display: block;
	padding: 0px 20px;
}
.markalar h3 {
	position: relative;
	font-size: 18px;
	font-weight: 900;
	display: block;
	width: 100%;
	padding: 15px 20px;
	border-top: 3px solid var(--theme-color2);
	position: relative;
	color: #262626;
}
.markalar h3:before {
	position: absolute;
	content: "";
	background: #161616;
	left: 0px;
	top: -3px;
	height: 3px;
	width: 0px;
	transition: all 300ms ease;
}
.markalar:hover h3:before {
	width: 100%;
}




.sidebarwidget {
	position: relative;
	display: block;
	top: -75px;
	z-index: 1;
}

.wiletisim {
	position: relative;
	color: #FFF;
	background: var(--theme-color2);
	padding: 35px;
	margin-bottom: 30px;
}
.wiletisim span, .hizmetwidget span {
	display: block;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	color: #FFF;
}
.wiletisim p {
	font-weight: 400;
	line-height: 1.4;
	font-size: 14px;
	margin: 30px 0px;
	color: #FFF;
}
.wiletisim ul {
	display: block;
	width: 100%;
}
.wiletisim ul li a {
	color: #FFF;
}
.wiletisim ul li {
	position: relative;
	display: block;
	padding: 10px 0px 10px 50px;
	line-height: 20px;
	display: block;
	font-weight: 900;
	margin-bottom: 10px;
}
.wiletisim ul li.telefon {
	font-size: 20px;
}
.wiletisim ul li i {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #3b3b3b;
	color: #FFF;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	left: 0px;
	top: 0px;
}
.hizmetwidget {
	position: relative;
	display: block;
	background: #1b1b1b;
	padding: 40px 35px;
	margin-bottom: 30px;
}
.hizmetwidget ul {
	display: block;
	width: 100%;
	margin-top: 35px;
}
.hizmetwidget ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.hizmetwidget ul li:last-child {
	border-bottom: 0px!important;
}
.hizmetwidget ul li a {
	line-height: 20px;
	display: block;
	padding: 10px 5px 10px 15px;
	position: relative;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
}
.hizmetwidget ul li a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: var(--theme-color2);
	left: 0px;
	top: 17px;
}



.slideralt {
	position: relative;
	display: block;
	padding: 0px;
	margin: -100px 0px 0px 0px;
	z-index: 2;
}
.slideralt .altbox {
	padding: 50px;
	background: #FFF;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.slideralt .altbox h4, .slideralt .altbox h4 a {
	color: #FFF;
}
.slideralt .altbox h4 {
	font-size: 32px;
	line-height: 1.1;
	font-weight: 800;
	position: relative;
	z-index: 1;
}
.slideralt .altbox p {
	font-size: 19px;
	line-height: 1.4;
	color: rgba(255,255,255,0.75);
	position: relative;
	z-index: 1;
}
.slideralt .altbox.mavi:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: var(--theme-color1);
	opacity: 0.6;
	z-index: 1;
}
.slideralt .altbox.kirmizi:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: var(--theme-color2);
	opacity: 0.6;
	z-index: 1;
}
.slideralt .altboximg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 0;
	transition: all .3s;
}
.mavi:hover .altboximg, .kirmizi:hover .altboximg {
	transform: scale(1.15)
}






.ara {
	display: block;
	position: relative;
	width: 100%;
	padding: 100px 0px;
	background: url(../img/ara-min.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.ara:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	right: 0px;
	top: 0px;
	background-image: linear-gradient(to right, rgba(243, 25, 24, 1) , rgba(243, 25, 24, 0));
}
.ara .col-md-5, .ara .col-md-7{
	padding: 0px!important;
	margin: 0px!important;
	position: relative;
	height: 100%;
}
.aratext {
	position: relative;
	z-index: 1;
}
.aratext span {
	display: block;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.aratext span strong {
	font-weight: 800;
}
.aratext p {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	color: rgba(255,255,255,0.9);
}

.sayfa {
	position: relative;
	display: block;
	padding: 100px 0px;
}
.sayfadetay {
	position: relative;
	padding: 0px;
	display: block;
}

.detayresim {
	background: #EFEFEF;
	border-radius: 10px;
	overflow: hidden;
	margin: 50px 0px 75px;
}
.detayresim img {
	width: 100%;
}


.sayfadetay h2, .sayfadetay h3, .sayfadetay h4, .sayfadetay h5 {
	font-size: 30px!important;
	line-height: 1.1;
	font-weight: 800!important;
	display: block;
	color: #161718;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.sayfadetay h2 strong, .sayfadetay h3 strong, .sayfadetay h4 strong, .sayfadetay h5 strong {
	color: #262728;
	font-weight: 800!important;
}
.sayfadetay p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #262728;
}
.sayfadetay ul {
	display: block;
	list-style: square;
	margin-left: 30px;
}
.sayfadetay ul li {
	font-size: 16px;
	width: 100%;
	display: block;
	line-height: 25px;
	margin-bottom: 10px;
	position: relative;
}
.sayfadetay ul li:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: -10px;
	top: 10px;
	display: block;
	background: var(--theme-color2);
}

.blogsayfa {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.mainposts {
	position: relative;
	padding: 100px 0px 50px;
	display: block;
}
.blog {
	width: 100%;
	display: block;
	position: relative;
}
.blog .blogimg {
	width: 100%;
	min-height: 230px;
	border-radius: 5px;
	display: block;
	position: relative;
	z-index: 0;
	background: rgba(7,0,150,0.05);
	overflow: hidden;
}
.blog .blogtext {
	margin: -50px 25px 0px 25px;
	padding: 25px;
	background: #FFF;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}
.blog .blogtext h3, .blog .blogtext h3 a {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 800;
	color: #272829;
}




.dip-container {
	padding: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 sütunlu grid */
	gap: 50px; /* Elemanlar arasında boşluk */
	align-items: stretch;
}
.dipbox h4 {
	font-size: 40px;
	line-height: 1;
	font-weight: 800;
}
.dipbox p {
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1.4;
}
.dipbox {
	padding: 75px;
	position: relative;
	text-align: center;
	color: #FFF;
	display: block;
}
.dipbox:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: block;
	background: #000;
	opacity: 0.8
}
@media (max-width: 991px) {
	.dip-container {
	    grid-template-columns: 1fr; /* Tek sütunlu grid */
	}
	.sticky-header .btn-style-one, .banner-section .content-box .btn-box {
		display: none!important;
	}
	.slideralt {
		margin: 25px 0px!important;
	}
	.banner-section .slide-item {
		height: 550px!important;
	}
	.banner-section .content-box .title {
		font-size: 32px!important;
		width: 100%!important;
	}
	.banner-section .content-box .sub-title {
		font-size: 16px;
		font-weight: 400!important;
		width: 100%!important;
	}
	
}

.whatsappdestek {
	display: inline-block;
	padding: 8px 40px 8px 60px;
	background: #4FCE5D;
	position: relative;
	border-radius: 25px;
}
.whatsappdestek span.bir {
	width: 100%;
	display: block;
	line-height: 15px;
	color: #FFF;
}
.whatsappdestek span.iki {
	line-height: 25px;
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
	
}
.whatsappdestek i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: -15px;
	top: -2px;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	font-size: 36px!important;
	color: #4FCE5D
}



.mainabout {
	position: relative;
	padding: 100px 0px;
	display: block;
}
.aboutbaslik span, .aboutbaslik h3 {
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
	line-height: 1;
	font-size: 44px;
	letter-spacing: -1px;
}
.aboutbaslik h3 {
	font-weight: 900;
}
.mainabout ul {
	width: 100%;
	display: block;
}
.mainabout ul li {
	width: 50%;
	float: left;
	display: block;
	padding-right: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.mainabout ul li strong {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}
.mainabout p {
	display: block;
	font-weight: 400;
	line-height: 1.6;
	font-size: 16px;
	margin: 30px 0px;
}

.iletisim {
	position: relative;
	display: block;
	padding: 100px 0px;
}
.sube {
	display: block;
	width: 100%;
	margin-bottom: 60px;
	position: relative;
}
.sube h2 {
	font-size: 30px;
	line-height: 1;
	display: block;
	font-weight: 900;
	letter-spacing: -1px;
}
.sube p.aciklama {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	display: block;
	margin: 25px 0px;
	color: #2b2b2b;
}
.sube .rfa-phone, .sube .rfa-home, .sube .rfa-envelope {
	display: block;
	font-size: 16px;
	font-weight: 900;
	color: #3b3b3b;
	line-height: 20px;
	padding: 10px 0px 10px 50px;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.sube .rfa-phone i, .sube .rfa-home i, .sube .rfa-envelope i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: red;
	color: #FFF;
	border-radius: 50%;
	left: 0px;
	top: 0px;
	position: absolute;
}


.mainservices {
	position: relative;
	display: block;
	padding: 100px 0px;
	background: #f3f4f5;
}
.mainservice {
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 5px;
	height: calc(100% - 30px);
	transition: all 0.3s!important;
}
.mainserviceimg {
	width: 100%;
	display: block;
	border-radius: 5px;
	aspect-ratio: 16 / 9;
	background: rgba(0,0,0,0.1);
	display: block;
	overflow: hidden;
}
.mainservice .mainserviceimg img {
	width: 100%;
	transition: all 0.3s!important;
}
.mainservice:hover .mainserviceimg img {
	transform: scale(1.12) rotate(4deg);
}
.mainservicetext {
	padding: 20px;
	display: block;
	transition: all 0.3s!important;
}
.mainservicetext p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0px!important;
	margin: 0px!important;
	transition: all 0.3s!important;
}
.mainservicetext h3 a {
	color: #3B3B3B;
	transition: all 0.3s!important;
}
.mainservicetext h3 {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	display: block;
	letter-spacing: -0.5px;
	transition: all 0.3s!important;
	
}
.mainservice:hover {
	background: var(--theme-color2);
}
.mainservice:hover h3 a, .mainservice:hover p, .mainservice:hover h3 {
	color: #FFF!important;
}
.mainservicebaslik span {
	display: block;
	font-size: 36px;
	line-height: 1;
	color: #3b3b3b;
	font-weight: 900;
	margin-bottom: 20px;
}
.mainservicebaslik p {
	display: block;
	font-size: 17px;
	font-weight: 500;
	padding: 0px 5%;
}
.mainservicebaslik {
	padding-bottom: 50px;
}

.bolumler {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.bolumlerbaslik {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.bolumlerbaslik span, .bolumlerbaslik h2 {
	display: inline-block!important;
	padding: 0px!important;
	margin: 0px!important;
	font-size: 44px;
	line-height: 44px!important;
	font-weight: 500;
	color: #2b2b2b;
	margin-right: 20px;
}
.bolumlerbaslik h2 {
	font-weight: 800;
}
.bolumler p {
	display: block;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
	color: #3b3b3b;
}




.sloganlar {
	position: relative;
	display: block;
	padding: 75px 0px;
	background-color: var(--theme-color2);
}
.slogan {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 20px 20px 90px;
	color: #FFF;
	background: rgba(0,0,0,0.15);
	border-radius: 10px;
	margin-top: 25px;
	height: calc(100% - 25px);
}
.slogan img {
	width: 40px;
	display: block;
	position: absolute;
	left: 30px;
	top: 25px;
	filter: invert(1) brightness(100%);
}
.slogan span {
	font-size: 22px;
	font-weight: 900;
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}
.slogan p {
	font-size: 14px;
	line-height: 1.4;
	display: block;
	color: rgba(255,255,255,0.95);
}
.sloganlarbaslik span {
	color: #FFF;
	display: block;
	line-height: 1;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 20px;
}
.sloganlarbaslik p {
	font-size: 17px;
	line-height: 1.4;
	display: block;
	color: rgba(255,255,255,0.9);
}

.dikey {
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-51%);
}