@charset "UTF-8";

/*-----------------------------------------------------------------------------------

    CSS INDEX
    =========================================
    01. global css 
    02. header area css 
    03. home page css 
    04. about us css  
    05. services  css 
    06. solutions area css 
    07. referenses area css 
    08. success stories page css
    09. business partners css 
    10. blogs page css 
    11. contact us page css 
    12. sitemap page css  
    13. kvkk details css 
    14. error page css 
    15. footer page css 
    16. responsive mode css 

-----------------------------------------------------------------------------------*/

@font-face {
  font-family: Gordita;
  src: url(../fonts/Gordita-Regular.otf);
}

@font-face {
  font-family: Gordita-bold;
  src: url(../fonts/Gordita-Bold.otf);
}

@font-face {
  font-family: Gordita-light;
  src: url(../fonts/Gordita-Light.otf);
}

@font-face {
  font-family: Gordita-medium;
  src: url(../fonts/Gordita-Medium.otf);
}

@font-face {
  font-family: Gordita-black;
  src: url(../fonts/Gordita-Black.otf);
}
/*------------- #KS KS KS KS KS --------------*/

.succesStoriesBoxImage{
  height: 381px;
  object-fit: contain;
}
.succesStoriesBoxBG{
  background-color: #fff7f0;
}
.succesStoriesBoxTitle{
  height: 125px;
}

/*------------- #KS KS KS KS KS --------------*/

/*------------- #GLOBAL STYLES --------------*/
.hidepart{
	display:none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: 100px 0 0;
}
body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  visibility: visible;
  font-family: Gordita, sans-serif;
  color: #081539;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-weight: 400;
  margin-top: 0;
  font-style: normal;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

button,
input[type="submit"] {
  cursor: pointer;
}

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

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.hidden {
  display: none;
}

.clear {
  clear: both;
}
.bg-grey {
  width: 100%;
  background-color: #f5f5f5;
}
.bg-white {
  background-color: #ffffff;
}
.mobile-view {
  display: none;
}
.cookiealert {
  display: flex;

  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: #ff8921;
}
.cookiealert p {
  font-size: 13px;
  margin-bottom: 0;
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 30px;
  vertical-align: baseline;
  min-width: 120px;
  max-height: 50px;
  background-color: #eb7202;
}
/*HEADER AREA*/
.header {
  width: 100%;
  background-color: #081539;
  display: flex;
}
.header .header-text {
  padding: 80px 0;
}
.header .header-text h1 {
  font-family: Gordita-bold;
  font-size: 3.5rem;
  line-height: 2;
  font-weight: 700;
  color: #f5f5f5;
}

.header .header-text h2 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 2.25px;
  color: #f5f5f5;
}
.sticky {
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 10;
  display: none;
}
/*BREADCRUMBS*/

.breadcrumbs {
  padding: 15px 0;
  width: 100%;
  background: linear-gradient(90deg, #ff7c08 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li + li:before {
  padding: 8px;
  color: #081539;
  content: url(../img/theme/breadcrumb-arrow.svg); /*please change to the arrow icon*/
}
.breadcrumbs ul li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 1px;
}
.breadcrumbs ul li a:hover {
  color: #081539;
}

/*CONTENT AREA*/

.content {
  background-image: url(../img/theme/background.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.content .sidebar {
  background-color: #f8f8f8;
  padding: 80px 15px;
  height: 100%;
}
.content .sidebar ul li.selected p {
  font-family: Gordita-medium;
  background-color: #fc7b0a;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2.25px;
  margin-right: -25px;
  margin-left: -15px;
  padding: 15px 10px;
}
.content .sidebar ul li.selected ul {
  padding-left: 15px;
}
.content .sidebar ul li.selected ul li a {
  color: #808080;
}
.content .sidebar ul li.selected ul li a.active {
  color: #fc7b0a;
}
.content .sidebar ul li.selected p a.active {
  font-size: 15px;
}
.content .sidebar ul li {
  margin-bottom: 20px;
}
.content .sidebar ul li a {
  font-family: Gordita-medium;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.25px;
}
.content .sidebar ul li a:hover {
  color: #081539;
}
.content .text {
  margin: 80px 3rem;
}
.content .text ul {
  padding-left: 20px;
}
.content .text ul li {
  list-style-image: url(../img/theme/orange-dot-list.svg);
  letter-spacing: 0.5px;
  line-height: 2;
}
.content .text .border-orange {
  background-color: #fcfcfc;
  position: relative;
  border: 1px solid #ff7b07;
  padding: 20px;
}
.content .text .border-orange .rectangle {
  position: absolute;
  top: 0;
  right: 0;
}
.content .text h1 {
  font-size: 2rem;
  font-family: Gordita-bold;
  text-align: center;
  padding-bottom: 50px;
}
.content .text p {
  padding-bottom: 30px;
  font-size: 16px;
}
.content .text .boxes .box {
  position: relative;
  max-height: 130px;
  padding: 50px 15px;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  border: 1px solid #f4f4f4;
}
.content .text .boxes .box .rectangle {
  position: absolute;
  right: 0;
  top: 0;
}
.content .text .boxes .box a {
  font-family: Gordita-medium;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2.25px;
  text-align: center;
}
.content .text .boxes .box a:hover {
  color: #081539;
}

@media only screen and (max-width: 768px) {
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none;
  }
  .header .header-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .header .header-text h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .content .sidebar {
    display: none;
  }
  .content .text {
    margin: 40px 0;
  }
  .content .text h1 {
    font-size: 1.5rem;
    padding-bottom: 30px;
  }
  .cookiealert.show {
    display: block;
  }
  .cookiealert .acceptcookies {
    margin-left: 0;
    margin-top: 30px;
  }
}

/*------------- #HEADER STYLES --------------*/

/*------------------------------- Global Header------------------------------- */

header .navbar-nav .dropdown .nav-link {
  font-family: "Gordita";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

header .nav-link:focus,
header .nav-link:hover {
  color: #fc7b0a !important;
  text-decoration: underline;
  text-underline-offset: 23px;
  text-decoration-thickness: 2px;
}

header .dropdown-item {
  display: block;
  clear: both;
  color: #081539 !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

header .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
header .dropdown-item:hover {
  color: #fff !important;
  background-color: #fc7b0a !important;
}

header .navbar-nav .dropdown .secondary {
  font-family: "Gordita";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

header .dropdown-menu {
  z-index: 999;
}

/*------------------------------- Pre-Header ------------------------------- */

header .info-icon {
  padding-right: 8px;
  padding-bottom: 2px;
}

header .d-lg-none .info-icon {
  padding-right: 8px;
  padding-bottom: 2px;
}

header .contact-info {
  margin-top: 13px;
  margin-bottom: 13px;
}

header .social-info {
  margin-top: 13px;
  margin-bottom: 13px;
  text-align: end;
}

header #pre-header .text-contact-info {
  margin-right: 26px;
  color: #f67b10 !important;
  font-size: 12px;
  text-decoration: none;
}

header .d-lg-none .text-contact-info {
  color: #f67b10 !important;
  font-size: 12px;
  text-decoration: none;
}

header #linkedin-logo {
  margin-right: 30px;
}

/*------------------------------- Main Navbar ------------------------------- */

header #main-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 3;
}

header .bg-navbarcolor {
  background-color: #091538;
}

header .search-and-lang {
  text-align: center;
  align-items: center;
  border-left: 1px solid white;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header .language-selector {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
}

header .lang .language-selector {
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  border-left: 1px solid white;
  /*border-right: 1px solid white;*/
}

header .search-icon {
  cursor: pointer;
  margin: 19px 17px !important;
  font-size: 24px !important;
  color: #000 !important;
}

header .search-icon:hover .top {
  display: block !important;
}

header .x-icon {
  cursor: pointer;
  margin: 19px 17px !important;
  font-size: 24px !important;
  color: #000 !important;
  display: none;
}

header #navbar-togger-icon {
  color: transparent !important;
  border-color: transparent !important;
}

header #navbarNavDropdown {
  justify-content: right;
}

/*------------------------------- Search Bar -------------------------------- */

header #searchbar-holder {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

header .form-container {
  position: relative;
  display: none;
}

header .navbar-left ::placeholder {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff !important;
}

header #form {
  text-align: center;
  position: start;
  left: 2%;
  background-color: #0068fa;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-block-end: 0;
}

header .form-control {
  background-color: #005ad8 !important;
}

header #searchbox {
  border: 1px solid transparent;
  outline: none;
  border-radius: 0;
  color: white;
}

header #searchbutton {
  border: 0px;
  background: #005ad8;
  color: #fff;
  height: 33.5px;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  margin-top: 1px;
}

header #searchbutton:hover {
  background-color: #f67b10;
}

header #searchbutton img {
  padding-left: 20px;
}

/*----------------------------- Secondary Navbar ---------------------------- */

header #secondary-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 3.2;
  z-index: 900;
  display: block;
}

header .bg-gradient-navbarcolor {
  background: linear-gradient(
    270deg,
    #091538 2.85%,
    #0c1f53 9.81%,
    #0c1f53 32.53%,
    #081539 45.04%,
    #081539 79.75%,
    #011a3e 100%
  );
}

header .border-bottom-gradient-color {
  border: 1px solid;
  border-image-source: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.725799) 24.29%,
    rgba(255, 255, 255, 0) 55.28%,
    rgba(255, 255, 255, 0) 100%
  );
  border-image-slice: 1;
}

header .text-info {
  margin-right: 26px;
  color: #f67b10 !important;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 2.5px;
  font-family: "Gordita";
  font-weight: 700;
  margin-bottom: 0;
}

header #navbar-blog {
  padding-right: 0px !important;
}

@media screen and (max-width: 991px) {
  /*------------------------- Global ------------------------- */
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  header .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
  header .dropdown-item:hover {
    color: #fff !important;
    background-color: #fc7b0a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  header .dropdown-item {
    width: 100%;
    padding: 0.25rem 1rem !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  /*----------------------- Pre-Header ------------------------ */
  header .social-info {
    padding-right: 30px;
  }

  /*----------------------- Main Navbar ----------------------- */
  header .lang .language-selector {
    border-left: 0px solid white !important;
    border-right: 0px solid white !important;
  }

  header .navbar .search-and-lang {
    border-left: 0px solid white !important;
  }

  /*----------------------- Search Bar ------------------------ */
  header #form {
    float: none;
    padding: 10px 0px;
  }

  header .navbar-left ::placeholder {
    text-align: center;
    padding-left: 0px;
  }

  header #searchbox {
    padding: 5px 6px 5px 6px;
    width: 63%;
  }

  header #searchbutton {
    padding: 0px 5px;
    margin-left: 5px;
  }

  /*--------------------- Secondary Navbar -------------------- */
  header #secondary-navbar {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  /*----------------------- Search Bar ------------------------ */
  header #form {
    left: 26%;
  }

  header .form-container:after {
    left: 27%;
  }
}

@media all and (min-width: 992px) {
  /*------------------------- Global ------------------------- */
  header .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
  header .dropdown-item:hover {
    color: #fff !important;
    background-color: #fc7b0a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 103%;
  }

  header .dropdown-item {
    width: 100%;
    padding: 0.25rem 2rem !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  header .navbar .nav-item .dropdown-menu {
    display: none;
    margin-top: 0;
    margin-left: 20px;
  }

  header .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  /*----------------------- Search Bar ------------------------ */
  header #form {
    padding-right: 215px !important;
  }

  header .navbar-left ::placeholder {
    text-align: left;
    padding-left: 35px;
  }

  header #searchbox {
    padding: 5px 30px 5px 10px;
    width: 57%;
  }

  header #searchbutton {
    padding: 0px 17px;
    margin-left: 15px;
  }
}
/*------------- END HEADER STYLE------------- */

/*------------- #HOME STYLES --------------*/
.home h1 {
  letter-spacing: 2.25px;
}
.home .btn-link {
  background: #ff7b07;
  color: #ffffff;
  padding: 20px 30px;
  max-width: 250px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.home .btn-link .in {
  display: contents;
  width: 100%;
}
.home .btn-link .in p {
  margin-bottom: 0;
  font-weight: 600;
}
.home .btn-link .in img {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
.home .content .text {
  margin: 0;
}
.home .animation {
  position: relative;
  background-image: url(../img/home/homebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 83vh;
}
.home .animation h1 {
  font-family: Gordita-bold;
  letter-spacing: 2.25px;
  position: absolute;
  text-align: center;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #f5f5f5;
}
.home .animation h1 span {
  color: #ff9d46;
}
.home .animation .mouse {
  text-align: center;

  left: 0;
  right: 0;
  position: absolute;
  bottom: 10%;
}
.home .who-are-we {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 60px 0;
  z-index: 0;
}

.home .who-are-we .content {
  background: none;
}

.home .who-are-we h4 {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}

.home .who-are-we p {
  text-align: center;
}

.home .who-are-we img {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}

.home .why-elips {
  padding: 60px 0;
  background-color: #f8f8f8;
  background-image: url(../../assets/img/home/nedenelips_background.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home .why-elips .content {
  background: none;
}

.home .why-elips .content .text {
  text-align: left;
  margin: 0;
}

.home .why-elips .content .text .elips-text {
  color: #ff7b07;
}

.home .why-elips .content .text h1 {
  text-align: left;
  letter-spacing: 0.5;
  line-height: 1.5;
}

.home .why-elips .content .text h4 {
  letter-spacing: 0.5;
  line-height: 2;
}

.home .why-elips .content .text li {
  padding: 5px 0;
}

.home .services-solutions {
  width: 100%;
  padding: 60px 0;
}

.home .services-solutions .grid .grid-row .grid-column .top {
  position: relative;
}
.home .services-solutions .grid .grid-row .grid-column .top img {
  position: absolute;
  top: 8px;
}

.home .services-solutions #solutions {
  background-image: url(../../assets/img/cozumler/blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home .services-solutions #services {
  background-image: url(../../assets/img/hizmetler/orange-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home .nav-item {
  margin-bottom: 30px;
}
.home .tab-nav a {
  font-size: 20px;
  margin: 20px;
  padding-bottom: 10px;
  color: rgba(8, 21, 57, 0.3);
  text-transform: uppercase;
}
.home .active .tab-nav a {
  font-family: Gordita-bold;
  color: #081539;
  border-bottom: 6px solid #fc7b0a;
}
.home .services-solutions .list-section .right-img {
  position: absolute;
  left: 40px;
  bottom: -10%;
}
.home .services-solutions .grid {
  background-color: #fff;
  padding: 40px;
}
.home .services-solutions .grid h2 {
  font-family: Gordita-bold;
  font-size: 25px;
  letter-spacing: 2.25px;
  margin-bottom: 20px;
}
.home .services-solutions .grid span {
  font-size: 16px;
  font-weight: 600;
}
.home .services-solutions .grid .grid-row {
  content: "";
  display: flex;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.home .services-solutions .grid .grid-row .grid-column {
  width: 50%;
}
.home .services-solutions .grid .grid-row .grid-column .top {
  display: flex;
}
.home .services-solutions .grid .grid-row .grid-column .top p {
  padding-left: 20px;

  font-size: 15px;
  letter-spacing: 0.5px;
}
.home .services-solutions .grid .grid-row .grid-column .bottom {
  padding-top: 1rem;
}
.home .services-solutions .grid .grid-row .grid-column .bottom a {
  padding-left: 20px;
  color: #0d6efd;
}
.home .services-solutions .grid .grid-row .grid-column .bottom img {
  padding-left: 10px;
}

.home .hidepart {
  padding: 30px 0;
  background-color: #081539;
  background-image: url(../../assets/img/home/homepage_hidepart_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0;
}

.home .hidepart .content {
  background: none;
}

.home .hidepart .content .text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home .hidepart .content .left-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 15% 0 0;
}

.home .hidepart .content .text h1 {
  text-align: left;
  color: #ffffff;
  padding: 0;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.home .hidepart .content .text h4 {
  text-align: left;
  color: #ffffff;
  padding: 0;
  letter-spacing: 1px;
  padding-bottom: 25px;
}
.home .hidepart .content .text li {
  text-align: left;
  color: #ffffff;
  padding: 0;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.home .hidepart .content .text ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.home .three-lines-blue {
  margin-top: -70px;
  position: relative;
  margin-bottom: 100px;
}

.home .three-lines-blue img {
  position: absolute;
  left: 0;
}

.home .three-lines-orange {
  background-color: #f8f8f8;
  margin-top: -70px;
  margin-bottom: 100px;
  position: relative;
}

.home .three-lines-orange img {
  position: absolute;
  left: 0;
}
.home .numbers {
  padding: 60px 0;
  background-color: #f8f8f8;
}
.home .numbers .box {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  margin: 20px;
  position: relative;
  z-index: 2;
}
.home .numbers .box .details h1 {
  font-family: Gordita-bold;
  font-weight: 900;
  text-align: center;
  padding-bottom: 40px;
}
.home .numbers .box .details p {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 2;
}
.home .numbers .orange-box {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 0;
  top: -10px;
  background-color: #fc7b0a;
}
.home .numbers .blue-box {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: -10px;
  background-color: #0068fa;
}
.home .sectors {
  background-image: url(../../assets/img/home/sektorler-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
.home .sectors .content {
  background: none;
}
.home .sectors .content .box {
  background-color: #ffffff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  min-height: 135px;
}
.home .sectors .content .box .box-content {
  text-align: center;
}
.home .sectors .content .box .box-content p {
  padding-top: 10px;
  font-weight: 600;
}
.home .partners {
  padding: 60px 0;
}
.home .partners .content {
  padding-bottom: 0;
}
.home .service-beneficiaries {
  padding: 60px 0;
}
.home .service-beneficiaries .carousel-part {
  position: relative;
}

.home .service-beneficiaries .item {
  background-color: #0068fa;
  background-image: url(./assets/img/home/hizmet-fayda-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 200px;
}

.home .service-beneficiaries .item .carousel-img img {
  width: auto;
  margin-left: 20px;
}

.home .service-beneficiaries .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
}

.home .service-beneficiaries .owl-next {
  right: -50px;
}

.home .service-beneficiaries .owl-prev {
  left: -50px;
}
@media only screen and (max-width: 768px) {
  .home .btn-link {
    margin-top: 20px;
  }
  .home .animation {
    padding: 20px;
    background-image: url(../img/home/homepage_background_mobile.png);
  }
  .home .animation .logo {
    padding: 40px;
    text-align: center;
  }
  .home .animation h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .home .who-are-we .item {
    margin-bottom: 20px;
  }
  .home .services-solutions .grid {
    padding: 12px;
  }
  .home .services-solutions .grid .grid-row .grid-column .top {
    position: relative;
  }
  .home .services-solutions .grid .grid-row .grid-column .top img {
    position: absolute;
    top: 5px;
  }
  .home .services-solutions .grid .grid-row .grid-column .top p {
    padding-left: 15px;
  }
  .home .hidepart .content .left-img img {
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
  }
  .home .hidepart .content .text li {
    padding-right: 2px;
  }
  .home .numbers .orange-box {
    right: 10px;
    top: 0;
  }
  .home .numbers .blue-box {
    right: 10px;
    bottom: 0;
    background-color: #0068fa;
  }
  .home .owl-nav {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .home .animation .mobile-view {
    display: block;
  }
  .home .animation .desktop-view {
    display: none;
  }
  .home .animation .logo {
    padding: 40px;
    text-align: center;
  }
  .home .who-are-we .item {
    margin-bottom: 20px;
  }

  .home .numbers .box {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .home .hidepart .content .left-img img {
    position: relative;
    top: unset;
    left: unset;
    padding: unset;
  }

  .home .three-lines-blue {
    margin-top: -40px;
    position: relative;
    margin-bottom: 100px;
  }

  .home .three-lines-blue img {
    position: absolute;
    left: 0;
    width: 100%;
  }

  .home .three-lines-orange {
    background-color: #f8f8f8;
    margin-top: -40px;
    margin-bottom: 100px;
    position: relative;
    background-image: url();
  }

  .home .three-lines-orange img {
    position: absolute;
    left: 0;
  }
}
/*------------- #ABOUTUS STYLES --------------*/
.about-us  {
  overflow-x: hidden;
}
.about-us .vision-mission {
  margin-top: 10%;
  position: relative;
  margin-bottom: 50px;
}

.about-us .vision-mission .vision {
  width: 100%;
  height: 50vh;
  position: relative;

  background-image: url(../img/hakkimizda/hakkimizda-fotograf1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.about-us .vision-mission .vision h1 {
  font-family: Gordita-bold;
  font-weight: 600;
  position: absolute;
  margin-left: -4%;
  color: #081539;
  font-size: 10rem;
  top: -40px;
}

.about-us .vision-mission .vision .wrapper-vision {
  position: relative;
  width: auto;
  display: flex;
  background: white;
  margin-left: 5%;
  margin-top: 20%;
  z-index: 2;
  border: 1px solid #cbcbcb;
}

.about-us .vision-mission .vision .wrapper-vision .box-or {
  min-width: 100px;
  min-height: 100px;
  background-color: #ff9f4a;
  float: left;
}
.about-us .vision-mission .vision .wrapper-vision .vision-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us .vision-mission .vision .wrapper-vision .vision-text p {
  margin-bottom: 0;
  padding: 10px;
}

.about-us .vision-mission .mission {
  width: 100%;
  height: 50vh;
  position: relative;

  background-image: url(../img/hakkimizda/hakkimizda-fotograf2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.about-us .vision-mission .mission h1 {
  font-family: Gordita-bold;
  font-weight: 600;
  position: absolute;
  font-size: 10rem;
  top: -100px;
  right: 15%;
  color: #081539;
}

.about-us .vision-mission .mission .wrapper-mission {
  position: relative;
  width: auto;

  display: flex;
  margin-right: 5%;
  margin-top: 20%;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}

.about-us .vision-mission .mission .wrapper-mission .box-or {
  min-width: 100px;
  min-height: 100px;
  background-color: #ff9f4a;
  float: right;
}

.about-us .vision-mission .mission .wrapper-mission .mission-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .vision-mission .mission .wrapper-mission .mission-text p {
  margin-bottom: 0;
  padding: 10px;
}

.about-us .vision-mission-res {
  display: none;
}


.about-us .content .text .carousel-part {
  position: relative;
  margin-top: 6rem;
  background-image: url(../../assets/img/hakkimizda/yolculgumuz-carousel-background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 100px;
  background-position-x: 130px;
}

.about-us .content .text .carousel-part .owl-nav {
  text-align: center;
}

.about-us .content .text .carousel-part .owl-prev {
  margin-right: 20px;
}

.about-us .content .text .carousel-part .owl-next {
  margin-left: 20px;
}
.about-us .content .text .carousel-part .item {
  width: auto;
  height: auto;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  display: block;
  margin: 0 30px;
}

.about-us .content .text .carousel-part .item img {
  width: max-content;
  height: auto;
  margin: auto;
}
.about-us .content .text .carousel-part .item p {
  font-weight: 600;
  letter-spacing: 0.5px;
}



.about-us .content .text .carousel-part .item .carousel-img img {
  width: max-content;
  height: auto;
  margin: auto;
}
.about-us .content .text .carousel-part .item .head {
  padding-top: 150px;
}

.about-us .content .text .message {
  position: relative;
  background-color: #fff7f0;
  padding: 25px;
  margin-right: -3rem;
  display: flex;
}
.about-us .content .text .message .orange-box {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #fc7b0a;
  bottom: -20px;
  left: -27px;
  z-index: 1;
}
.about-us .content .text .message .image {
  width: 100%;
  z-index: 3;
}
.about-us .content .text .message .image img {
  width: 100%;
}
.about-us .content .text .message .details {
  padding: 0 10% 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .content .text .message .details h3 {
  font-family: Gordita-bold;
  font-weight: 600;
  font-size: 22px;
}
.about-us .content .text .message .details p {
  letter-spacing: 0.5px;
  text-align: justify;
  font-size: 14px;
}
.about-us .content .text .members {
  margin: 20px 10%;
}
.about-us .content .text .members .member {
  border: 1px solid #ff7b07;
  margin: 20px 20px;
}
.about-us .content .text .members .member .top {
  position: relative;
}
.about-us .content .text .members .member .top img {
  width: 100%;
}
.about-us .content .text .members .member .top .rectangle {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  display: none;
}
.about-us .content .text .members .member .bottom {
  padding: 30px;
  background-color: #fff7f0;
  text-align: center;
}

.about-us .content .text .members .member .bottom h4 {
  letter-spacing: 2.25px;
}
.about-us .content .text .members .member .bottom span {
  letter-spacing: 2.25px;
  color: #8b8b8b;
  font-weight: 600;
}
.about-us .content .text .members .member .bottom p {
  padding-bottom: 0;
}
.about-us .content .text .members .member .bottom span {
  padding-bottom: 0;
}
.about-us .content .text .certificatie-wrapper {
  margin-bottom: 20px;
}
.about-us .content .text .certificatie-wrapper .certificatie {
  position: relative;
  background-color: #fff7f0;
  border: 1px solid #ff7b07;
  padding: 30px;
  width: fit-content;
  margin: auto;
}
.about-us .content .text .certificatie-wrapper .certificatie .rectangle {
  position: absolute;
  top: 0;
  right: 0;
}
.about-us .content .text .certificatie-wrapper h3 {
  padding-top: 20px;
  font-family: Gordita-bold;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.about-us .content .sidebar ul li.selected p {
  background-color: #0068fa;
  font-size: 17px;
}
.about-us .content .sidebar ul li.selected ul li a.active {
  color: #0068fa;
}
.about-us .content .sidebar ul li.selected p a {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .about-us .content .text .carousel-part {
    margin-left: 100px;
    background-position-x: -75px;
  }
  .about-us .vision-mission .vision {
    margin-bottom: 150px;
  }
  .about-us .content .text .message {
    display: block;
    margin-right: 0;
  }
  .about-us .content .text .message .orange-box {
    display: none;
  }
  .about-us .content .text .message .details {
    padding: 20px;
  }
  .about-us .content .text .members {
    margin: 0;
  }

  .about-us .content .text .carousel-part {
    background-position-x: 20px;
  }
  
  .about-us .content .text .carousel-part .owl-nav {
    margin-left: -20%;
  }
  
 
  .about-us .content .text .carousel-part .item {
    left: -20%;
  }
  
}
@media only screen and (max-width: 768px) {
  .about-us  {
    overflow-x: hidden;
  }
  .about-us .content .text .carousel-part {
    margin-left: 0;
    background-position-x: -218px;
    background-size: auto;
  }
  .about-us .vision-mission .vision {
    margin-bottom: 50px;
  }
  .about-us .vision-mission .vision h1 {
    font-size: 5rem;
    margin-left: unset;
    left: 0;
  }
  .about-us .vision-mission .mission h1 {
    font-size: 5rem;
    top: -20px;
  }
  .about-us .vision-mission .vision {
    margin-bottom: 150px;
  }

  .about-us .content .text .carousel-part {
    background-position-x: -40px;
  }
  
  .about-us .content .text .carousel-part .owl-nav {
    margin-left: unset;
  }
  
 
  .about-us .content .text .carousel-part .item {
    left: unset;
  }
}

@media all and (min-width: 480px) and (max-width: 560px) {
  .about-us .content .text .carousel-part {
    background-position-x: -160px;
  }

  .about-us .content .text .carousel-part .owl-nav {
    margin-left: unset;
  }
  
 
  .about-us .content .text .carousel-part .item {
    left: unset;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .about-us .vision-mission .vision {
    margin-bottom: 150px;
  }
  .about-us .vision-mission .vision {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  .about-us .vision-mission .vision {
    margin-bottom: 150px;
  }
}


@media all and (max-width: 480px) {
  .about-us .content .text .carousel-part {
    background-position-x: -230px;
  }

  .about-us .content .text .carousel-part .owl-nav {
    margin-left: unset;
  }
  
 
  .about-us .content .text .carousel-part .item {
    left: unset;
  }
}

/*------------- #SERVICES STYLES --------------*/
.services .list-section {
  background-image: url(../img/hizmetler/orange-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 80px 0 150px 0;
}
.services .list-section .right-img {
  position: absolute;
  right: 0;
  bottom: -20%;
}
.services .grid {
  background-color: #fff;
  padding: 40px;
}
.services .grid .grid-row {
  content: "";
  display: flex;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
.services .grid .grid-row .grid-column {
  width: 50%;
}


.services .grid .grid-row .grid-column .top {
  display: flex;
  position: relative;

}

.services .grid .grid-row .grid-column .top img {
  position: absolute;
  top: 11px;
}
.services .grid .grid-row .grid-column .top p {
  line-height: 2;
  padding-left: 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.services .grid .grid-row .grid-column .bottom {
  padding-top: 1rem;
}
.services .grid .grid-row .grid-column .bottom a {
  padding-left: 20px;
  color: #0d6efd;
}
.services .grid .grid-row .grid-column .bottom img {
  padding-left: 10px;
}

@media only screen and (max-width: 1200px) {
  .services .list-section {
    margin: 40px 0;
  }
  .services .grid {
    padding: 12px;
  }
  .services .grid .grid-row .grid-column .top {
    position: relative;
  }
  .services .grid .grid-row .grid-column .top img {
    position: absolute;
    top: 5px;
  }
  .services .grid .grid-row .grid-column .top p {
    padding-left: 15px;
  }
  .services .grid .mobile-view {
    display: block;
    padding-left: 18px;
  }
  .services .grid .mobile-view li {
    margin-bottom: 5px;
  }
  .services .grid .mobile-view li a {
    font-weight: 600;
    line-height: 1.5;
    font-size: 12px;
    color: #808080;
    letter-spacing: 2.25px;
  }
}
/*------------- #SOLUTIONS STYLES --------------*/
.solutions .list-section {
  background-image: url(../img/cozumler/blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 80px 0 150px 0;
}
.solutions .list-section .right-img {
  position: absolute;
  right: 0;
  bottom: -20%;
}
.solutions .grid {
  background-color: #fff;
  padding: 40px;
}
.solutions .grid .grid-row {
  content: "";
  display: flex;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
.solutions .grid .grid-row .grid-column {
  width: 50%;
}


.solutions .grid .grid-row .grid-column .top {
  display: flex;
  position: relative;

}

.solutions .grid .grid-row .grid-column .top img {
  position: absolute;
  top: 10px;
}
.solutions .grid .grid-row .grid-column .top p {
  line-height: 2;
  padding-left: 20px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.solutions .grid .grid-row .grid-column .bottom {
  padding-top: 1rem;
}
.solutions .grid .grid-row .grid-column .bottom a {
  padding-left: 20px;
  color: #0d6efd;
}
.solutions .grid .grid-row .grid-column .bottom img {
  padding-left: 10px;
}
.solutions .content .sidebar ul li.selected p {
  background-color: #0068fa;
  font-size: 15px;
}
.solutions .content .sidebar ul li.selected ul li a.active {
  color: #0068fa;
}
@media only screen and (max-width: 1200px) {
  .solutions .list-section {
    margin: 40px 0;
  }
  .solutions .grid {
    padding: 12px;
  }
  .solutions .grid .grid-row .grid-column .top {
    position: relative;
  }
  .solutions .grid .grid-row .grid-column .top img {
    position: absolute;
    top: 5px;
  }
  .solutions .grid .grid-row .grid-column .top p {
    padding-left: 15px;
  }
  .solutions .grid .mobile-view {
    display: block;
    padding-left: 18px;
  }
  .solutions .grid .mobile-view li {
    margin-bottom: 5px;
  }
  .solutions .grid .mobile-view li a {
    font-weight: 600;
    line-height: 1.5;
    font-size: 12px;
    color: #808080;
    letter-spacing: 2.25px;
  }
}

/*------------- #REFERANCES STYLES --------------*/

.references .content .text p {
  text-align: center;
  padding-bottom: 20px;
}
.references .content .sidebar ul li.selected p {
  background-color: #0068fa;
}
.references .content .sidebar ul li.selected p a {
  font-size: 15px;
}
.references .content .sidebar ul li.selected ul li a.active {
  color: #0068fa;
}
.references .content .text h1,
.references .content .text p {
  text-align: center;
  line-height: 30px;
}
.references .sector-icon{
  text-align: center;
}

.references .carousel-part .carousel-title h1,
.references .carousel-part .carousel-title h4,
.references .carousel-part .carousel-title p {
  text-align: left;
}

.references .carousel-part .carousel-subtitle h1,
.references .carousel-part .carousel-subtitle h4 {
  text-align: left;
}

.references .carousel-part .carousel-title h1 {
  padding-bottom: unset;
}
.references .carousel-part .carousel-subtitle h4 {
  color: #939393;
}


.references .carousel-part .carousel-text p {
  text-align: left;
}

.references .content .carousel-part .text-wrapper {
  margin-left: 20px;
}

.references .content .carousel-part .carousel-blue-bg {
  background-color: #0068fa12;
  padding-top: 8%;
  padding-bottom: 15%;
  padding-right: 15%;
}


.references .content .carousel-part .carousel-blue-bg .carousel-picture img {
  margin-left: -15%;
  max-width: 525px;
}

.references .carousel-part .owl-nav button {
  margin: 5px;
}


@media all and (max-width: 575px) {
  .references .content .carousel-part .carousel-blue-bg {
    padding: 7%;
    padding-bottom: 15%;
    padding-left: 0px;
    margin-left: 30%;
  }
}
/*------------- #SUCCESS STORIES STYLES --------------*/

.success .content .sidebar ul li.selected p {
  background-color: #0068fa;
}
.success .content .sidebar ul li.selected p {
  font-size: 17px;
}
.success .text .descriptions {
  text-align: center;
}
.success .text .descriptions b {
  font-size: 18px;
}
.success .text .descriptions p {
  padding-top: 2rem;
}
.success .text .box {
  border: 1px solid #ff7b07;
  margin: 20px 20px;
}
.success .text .box a {
  text-decoration: none;
}
.success .text .box a:hover {
  color: #081539;
}
.success .text .box .top {
  position: relative;
}
.success .text .box .top img {
  width: 100%;
}
.success .text .box .top .rectangle {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
}
.success .text .box .bottom {
  padding: 30px;
  background-color: #fff7f0;
}
.success .text .box .bottom h4,
.success .text .box .bottom p {
  text-align: left;
}
.success .text .box .bottom h4 {
  font-size: 1.2rem;
}
.success .text .box .bottom p {
  padding-top: 20px;
  padding-bottom: 0;
}
.success-details .content {
  padding-bottom: 80px;
}
.success-details .content .text {
  padding: 80px 0;
}
.success-details .content .text p {
  text-align: center;
}
.success-details .content .text img {
  width: fit-content;
  margin: auto;
  display: block;
}
.success-details .content .text .description {
  padding-top: 30px;
}
.success-details .box {
  margin: 0 20px;
}
.success-details .box a {
  text-decoration: none;
}
.success-details .box a:hover {
  color: #081539;
}
.success-details .box .top {
  position: relative;
}
.success-details .box .top img {
  width: 100%;
}
.success-details .box .top .rectangle {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
}
.success-details .box .bottom {
  padding: 30px;
  background-color: #fcfcfc;
}
.success-details .box .bottom h4,
.success-details .box .bottom p {
  text-align: center;
}
.success-details .box .bottom h4 {
  font-size: 1.2rem;
}
.success-details .box .bottom p {
  padding-top: 20px;
  padding-bottom: 0;
}
.success-details .box .bottom span {
  color: #0068fa;
  float: right;
  font-weight: 700;
}
.success-details .box .bottom span img {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .success .content .container {
    max-width: 970px;
  }
}
@media only screen and (max-width: 768px) {
  .success .text .box {
    margin: 20px 0;
  }
  .success-details .content .text {
    padding: 0;
  }
}

/*------------- #BUSINESS PARTNERS  STYLES --------------*/
.partners .content {
  padding-bottom: 80px;
}
.partners .text .descriptions {
  text-align: center;
}
.partners .text .descriptions b {
  font-size: 18px;
}
.partners .text .descriptions p {
  padding-top: 2rem;
}
.partners .box {
  position: relative;
  padding: 50px 0;
  max-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  border: 1px solid #f4f4f4;
  margin-bottom: 3rem;
}
.partners .box .rectangle {
  position: absolute;
  top: 0;
  right: 0;
}
/*------------- #BLOGS  STYLES --------------*/

.blog .content .text .details {
  padding: 40px 20px;
}
.blog .content .text .details h3 {
  font-weight: 700;
  line-height: 1.5;
}
.blog .content .text .details span {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}
.blog .content .text .details p {
  padding: 20px 0;
}
.blog .horizontal-box {
  position: relative;
  display: flex;
  border: 1px solid #ff7b07;
  width: 100%;
  background-color: #fcfcfc;
}
.blog .horizontal-box .rectangle {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
}
.blog .horizontal-box .image img {
  height: 100%;
}
.blog .horizontal-box .descriptions {
  padding: 0 20px;
  width: 100%;
}

.blog .horizontal-box .descriptions h3 {
  padding-top: 20px;
  font-weight: 700;
}
.blog .horizontal-box .descriptions p {
  padding-bottom: 20px;
}
.blog .horizontal-box .descriptions a {
  display: table;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 10px;
  color: #0068fa;
  font-weight: 700;
}
.blog .horizontal-box .descriptions a img {
  padding-left: 15px;
}
.blog .recent {
  margin-top: 80px;
  padding: 30px 10px;
  background-color: #f5f5f5;
  border-top: 4px solid #ff7b07;
}
.blog .recent h2 {
  padding-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2.25px;
  font-size: 25px;
}

.blog .recent .horizontal-box {
  border: none;
  margin-bottom: 20px;
}
.blog .recent .horizontal-box .descriptions p {
  padding-bottom: 10px;
}
.blog .recent .horizontal-box .descriptions h5 {
  padding-top: 10px;
  font-weight: 700;
}
.blog .box a {
  text-decoration: none;
}
.blog .box a:hover {
  color: #081539;
}
.blog .box .top {
  position: relative;
}
.blog .box .top img {
  width: 100%;
}
.blog .box .top .rectangle {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
}
.blog .box .bottom {
  padding: 30px;
  background-color: #fcfcfc;
}
.blog .box .bottom h4,
.blog .box .bottom p {
  text-align: center;
}
.blog .box .bottom h4 {
  font-size: 1.2rem;
}
.blog .box .bottom p {
  padding-top: 20px;
  padding-bottom: 0;
}
.blog .box .bottom span {
  color: #0068fa;
  float: right;
  font-weight: 700;
}
.blog .box .bottom span img {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .blog .text .horizontal-box {
    display: block;
  }
  .blog .content .text .details h3 {
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
}
/*------------- #CONTACTUS  STYLES --------------*/

.contact .locations .horizontal-box {
  position: relative;
  display: flex;
  border: 1px solid #ff7b07;
  width: 100%;
  background-color: #fcfcfc;
  margin-bottom: 30px;
}
.contact .locations .horizontal-box .rectangle {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
}
.contact .locations .horizontal-box .image img {
  height: 100%;
}
.contact .locations .horizontal-box .descriptions {
  padding: 0 20px;
  width: 100%;
}

.contact .locations .horizontal-box .descriptions h4 {
  font-family: Gordita-bold;
  color: #fc7b0a;
  font-size: 1.2rem;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
.contact .locations .horizontal-box .descriptions .info-line {
  display: flex;
  margin-bottom: 20px;
}
.contact .locations .horizontal-box .descriptions .info-line img {
  padding-right: 10px;
}
.contact .locations .horizontal-box .descriptions .info-line p {
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 1rem;
}
.contact .locations .horizontal-box .descriptions .info-line b {
  font-family: Gordita-bold;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 1rem;
}
.contact .locations .horizontal-box .descriptions a {
  display: table;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 10px;
  color: #0068fa;
  font-weight: 700;
}
.contact .locations .horizontal-box .descriptions a img {
  padding-left: 15px;
}
.contact .contact-form-bg {
  background-image: url("../../assets/img/iletisim/form-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
}
.contact .wrapper {
  padding: 10rem 0 0 0;
}
.contact .wrapper .bg-title {
  color: #ffffff;
  margin-bottom: 3rem;
}
.contact .wrapper .bg-title h2 {
  font-family: Gordita-bold;
  color: #ffffff;
  margin-bottom: 3rem;
  font-weight: 600;
  letter-spacing: 2.25px;
}
.contact .wrapper .bg-text {
  color: #ffffff;
  padding: 0 50px 0 0;
  margin-bottom: 5rem;
}
.contact .wrapper .bg-text p {
  letter-spacing: 2.25px;
}
.contact .contact-form {
  background-color: #fff;
  padding: 30px;
}
.contact .contact-form .form-control {
  margin-bottom: 20px;
}
.contact .contact-form .terms a {
  color: #ff7b07;
  text-decoration: underline;
}
.contact .contact-form.submit-button {
  text-align: right;
}
.contact .contact-form .submit-button .btn {
  color: #ffffff;
  font-weight: 500;
  background-color: #ff7b07;
  border-radius: 0;
  min-width: 150px;
  line-height: 3;
  text-align: left;
  float: right;
}
.contact .contact-form .submit-button .btn img {
  margin: auto 0 0 50px;
}

@media only screen and (max-width: 768px) {
  .contact .locations .horizontal-box {
    display: block;
  }
}
/*------------- #SITEMAP  STYLES --------------*/
.sitemap .titles {
  padding-bottom: 100px;
}

.sitemap .titles h2 {
  display: flex;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
/*------------- #KVKK  STYLES --------------*/
.kvkk .text {
  margin-left: 0;
  margin-right: 0;
}
.kvkk .text h4 {
  margin-bottom: 20px;
}
.kvkk .text ul {
  margin-bottom: 20px;
}
.kvkk .text .bg-grey {
  padding: 40px 0;
  margin: 20px 0;
}
.kvkk .text .bg-grey .message {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: auto;
}
.kvkk .text .bg-grey .message h5 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
}
.kvkk .text .bg-grey .bg-white {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 20px;
}
.kvkk .text .bg-grey .bg-white p {
  text-align: center;
  padding-bottom: 0;
}

.kvkk .content .file-wrapper {
  display: flex;
  padding-bottom: 30px;
}

.kvkk .content .download-file {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.kvkk .content .download-file .image-wrapper {
  background-color: #fc7b0a;
  height: 120px;
}

.kvkk .content .download-file .image-wrapper img {
  margin: 20px;
}

.kvkk .content .download-file .text-wrapper {
  background-color: #fff7f0cc;
  height: 120px;
}

.kvkk .content .download-file .text-wrapper p {
  margin: 20px;
  padding: 30px;
}

/*------------- #ERROR  STYLES --------------*/
.error-404 {
  background-color: #081539;
  width: 100%;
  height: 100vh;
  background-image: url(../img/404/stars-bg.png);
}
.error-404 .content {
  padding: 100px;
  background-image: url(../img/404/404-bg.png);
}

.error-404 .content .text {
  text-align: center;
  padding-top: 100px;
}
.error-404 .content .error-text {
  text-align: center;
}

.error-404 .content .back-button {
  padding-top: 50px;
  display: flex;
  align-self: center;
  justify-content: center;
}

.error-404 .content .back-button button {
  background-color: #ff7b07;
  color: #ffffff;
}
/*------------- #FOOTER  STYLES --------------*/
footer {
  font-family: Gordita;
  font-style: normal;
}

footer a:hover {
  color: #ffffff;
}

footer h5 {
  font-size: 18px;
}

footer .nav-link:hover {
  text-decoration: none;
}

footer .form-control {
  background-color: #fff !important;
}

footer .contact .btn {
  display: none;
}

footer .footer-1 {
  padding: 3rem 1rem;
  background-color: #fc8318;
  background-image: url(../../assets/img/theme/footer-orange-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer .footer-1 .help .text-wrapper .title h3 {
  font-weight: 700;
  font-size: 38px;
  font-weight: 700;
  font-size: 38px;
  text-align: left;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

footer .footer-1 .help .text-wrapper {
  color: #ffffff;
  padding-top: 20px;
  margin-bottom: 20px;
}

footer .footer-1 .help .whatsapp {
  color: #ffffff;
  padding-bottom: 50px;
  display: flex;
}

footer .footer-1 .help .whatsapp p {
  padding-top: 10px;
  padding-left: 10px;
}

footer .footer-1 .help .forms label {
  color: #000000;
}

footer .footer-1 .help .forms {
  color: #ffffff;
}

footer .footer-1 .help .forms input {
  border-radius: 0;
}

footer .footer-1 .help .forms .btn {
  display: table;
  margin-left: auto;
  color: #ff7b07;
  font-size: 14px;
  margin-top: 14px;
  background-color: #ffffff;
  border-radius: 0;
  line-height: 3;
  min-width: 130px;
}

footer .footer-1 .help .checkboxes .form-check .form-check-input {
  border-radius: 0;
}

footer .footer-1 .help .checkboxes .form-check .form-check-input .link {
  color: #0068fa;
}

footer .footer-2 {
  background-color: #081539;
  padding: 20px;
  color: #ffffff;
  padding-top: 50px;
}

footer .footer-2 h5 {
  padding-bottom: 20px;
  font-weight: 700;
}

footer .footer-2 .second-col ul,
footer .footer-2 .third-col ul {
  padding-bottom: 30px;
}

footer .footer-2 .logos {
  color: #ffffff;
}

footer .footer-2 .logos ul {
  list-style: none;
}

footer .footer-2 .logos .main-logo {
  padding-bottom: 50px;
}

footer .footer-2 .logos .brands h5 {
  padding-bottom: 20px;
  font-weight: 700;
}

footer .footer-2 .logos .brands li {
  padding-bottom: 20px;
}

footer .footer-2 .nav-link {
  color: #ffffff;
  font-size: 14px;
}

footer .footer-2 .information {
  text-align: right;
}

footer .footer-2 .information img {
  margin: 20px;
  margin-left: 40px;
  margin-right: 0px;
}

footer .footer-2 .information .address {
  display: flex;
}

footer .footer-2 .information .address img {
  padding-bottom: 20px;
  padding-left: 10px;
  margin: 0;
  margin-bottom: auto;
}

footer .footer-2 .information .social {
  display: flex;
  text-align: right;
}

footer .footer-3 {
  background-color: #081539;
  padding-top: 50px;
  color: #ffffff;
  background-image: url(../../assets/img/theme/footer-waves-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 130px;
}

footer .footer-3 .title-elips h5 {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

footer .footer-3 .divider {
  text-align: center;
}

footer .footer-3 .title-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-top: 10px;
}

footer .footer-3 .title-links p {
  font-weight: 700;
  padding: 0px 40px;
  font-size: 14px;
}

footer .footer-3 .footnote {
  display: flex;
  align-items: cener;
  justify-content: center;
  margin: auto;
}

footer .footer-3 .footnote a {
  display: flex;
  text-decoration: none;
}

footer .footer-3 .footnote p {
  padding: 10px;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
  color: #fff;
}

footer .vicreation-logo {
  display: flex;
}

footer .title-links a {
  color: #fff;
  text-decoration: none;
}

footer .vicreation-logo img {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-1 .help .text-wrapper-mobile,
footer .footer-2 .mobile-view,
footer .footer-3 .footer-3-wrapper .mobile-divider,
footer .footer-3 .footer-3-wrapper .mobile-button {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-2 .information {
    font-size: 12px;
  }

  footer .footer-2 .footer-social-logos {
    margin-right: auto;
  }

  footer .footer-2 .information img {
    margin: 20px;
    margin-left: 0px;
    margin-right: 40px;
  }

  footer .footer-2 .information .address img {
    padding-right: 14px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  footer .contact .btn {
    color: #ff7b07;
    max-width: 230px;
    margin-top: 22px;
    background-color: #ffffff;
    border-radius: 0;
    line-height: 3;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer h5 {
    font-size: 14px;
  }

  footer .contact .btn img {
    padding-left: 108px;
  }

  footer .footer-1 .help .forms,
  footer .footer-1 .help .checkboxes,
  footer .footer-1 .help .text-wrapper {
    display: none;
  }

  footer .footer-1 .help .text-wrapper-mobile {
    display: block;
    color: #ffffff;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  footer .footer-1 .help .text-wrapper-mobile .title h3 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
  }

  footer .footer-1 .mobile-button {
    display: block;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  footer .footer-1 .mobile-button button {
    display: block;
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    color: #fc8318;
  }

  footer .footer-2 .second-col h5,
  footer .footer-2 .third-col h5 {
    padding-bottom: 0px;
  }

  footer .footer-2 .mobile-view .main-logo {
    padding-bottom: 50px;
  }

  footer .footer-2 .mobile-view .brands {
    padding: 0px;
  }

  footer .footer-2 .desktop-view {
    display: none;
  }

  footer .footer-2 .mobile-view {
    display: block;
  }

  footer .footer-2 .mobile-view .logos {
    display: flex;
  }

  footer .footer-3 .title-links {
    padding-top: 0px;
  }

  footer .footer-3 .title-links p {
    font-size: 12px;
    padding: 0px 10px;
  }

  footer .footer-3 .footer-3-wrapper {
    padding: 0;
  }

  footer .footer-3 .footnote p {
    font-size: 12px;
  }

  footer .footer-3 .title-elips h5 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  footer .footer-3 .footer-3-wrapper .desktop-divider {
    display: none;
  }

  footer .footer-3 .footer-3-wrapper .mobile-divider {
    display: block;
  }
}

@media (max-width: 480px) {
  footer .footer-1 .help .text-wrapper-mobile {
    display: block;
    color: #ffffff;
    padding-bottom: 0px;
    padding-top: 20px;
  }

  footer .footer-2 .mobile-view .main-logo {
    padding: 0px;
    padding-bottom: 26px;
  }
}
/*------------- #RESPONSIVE MODE --------------*/
