@charset "UTF-8";
:root {
  --color-body: 241 239 239;
  --border-color2:238 238 238;
  --color-orange:215 69 22;
}
body {
  background:white;
  color:rgb(0 0 0 / 70%);
}
ul {
  list-style:initial;
}
a {
  color:rgb(var(--color-orange));
}
a:hover {
  color:rgb(var(--color-dark-orange))
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}






.slider .item {
  float: left;
  user-select: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.mobil {
  display:none !important
}
@media (max-width:992px) {
  .mobil {
    display:block !important;
  }
  .pc {
    display:none !important
  }
}
header {
  width:100%;
  height: 70px;
  position: relative;
  z-index: 6;
  padding:30px;
  margin-bottom: 30px;
}
header .logo {
  display:
  flex;
  align-items: center;
}
header .logo-text {
  font-weight:500;
  margin-left:10px;
  font-size:23px;
}
header .logo img {
  width:50px;
}
header .container {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
header .menu {
  display:flex;
  align-items:center;
}
header .menu .item {
  margin-right:15px;
}
header .menu .item.hover {
  position:relativE;
}
header .menu .item.hover .submenu {
  position:
  absolute;
  display:none;
  width:220px;
  left:-60px;
  padding:13px 0;
  top: 17px;
}
header .menu .item.hover .submenu-container {
  border-radius:3px;
  overflow:
  hidden;
  background: white;
  border: 1px solid #ebebeb;
}
header .menu .item.hover .submenu a {
  color:rgb(0 0 0 / 60%);
  padding:10px;
  border-bottom:1px solid rgb(0  0 0 / 10%);
  display:block;
}
header .menu .item.hover .submenu-container div:last-child a {
  border:none;
}
header .menu .item.hover:hover .submenu {
  display:block;
}
header .menu .item a {
  color: #555555;
  text-transform:
  uppercase;
  font-weight: 600;
  font-size:13px;
}
header .menu .item:last-child {
  margin-right:0;
}
.slider {
  height: 588px;
  position: relative;
  overflow: hidden;
}
.slider-container {
  height:100%;
}
.slider-content {
  height: 100%;
  width:65%;
  padding:130px 80px;
}
.slider-title {
  font-size: 54px;
  white-space: nowrap;
  color:white;
  margin-bottom:7px;
  font-weight:500;
}
.slider-desc {
  font-size:21px;
  color:
  white;
  margin-bottom: 43px;
  max-height: 99px;
  overflow: hidden;
}
.slider-btn {
  position:
  absolute;
  right: 15px;
  bottom: 15px;
  transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
  display: flex;
  height: 36px;
}
.slider-btn  svg {
  fill: white;width:40px;
}
.slider-btn > span {
  height:100%;
  display: flex;
  width: 42px;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  cursor:pointer;
}
.slider-btn .slider-left {
  background:
  rgb(var(--color-orange));
}
.slider-btn .slider-right {
  background:
  rgb(var(--color-default));
}
.slider-btn .slider-left svg {
  transform:rotate(-180deg)
}

.box-row {
  display:flex;
  margin:45px 0;
}
.box-row .box-1 {
  width:33%;
  margin-right: 15px;
  border-radius:5px;
  flex: auto;
  background:#f7f7f7;
  overflow: hidden;
}
.box-row .box-1:last-child {
  margin-right:0;
}
.box-row .icon {
  transform:
  rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  background: #ebecee;
  margin-left: -25px;
  margin-right: 6%;
  text-align: center;
}
.box-row .icon i {
  color: #2e375f;
  transform:
  rotate(0deg) scale(1.003) skew(26deg) translate(0px);
  font-size: 60px;
  display: block;
}
.box-1 .body {
  padding:10%;
  text-align:center;
}
.box-1 .title {
  font-size:18px;
  font-weight:600;
  color:rgb(var(--color-orange))
}
.box-1 .desc {
  font-size:13px;
  margin-top:3px;
}

.social {
  text-align:
  center;
  position: relative;
  margin-bottom: 80px;
}
.social:after {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  height: 3px;
  content: '';
  position:
  absolute;
  left:0;
  top:0;
  bottom:0;
  margin:
  auto;
  width: 100%;
}
.social > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  list-style: outside none none;
  margin-right: -3px;
  font-weight: 600;
  padding: 8px 15px 6px 17px;
  position: relative;
  z-index: 5;
  transition: all 0.1s ease-out 0s;
  border:1px solid #eeeeee;
  transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
  text-transform: uppercase;
}
.social > div > a {
  color:
  white;
  transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
  display: block;
}
i {
  vertical-align:
  middle;
}
.social > div.facebook {
  background:#3b5998;
}
.social > div.instagram {
  background:#e4405f;
}
.social > div.twitter {
  background:#26c4f1;
}
.social > div i {
  margin-right:7px;
}

.info {
  width:650px;
  margin:auto;
  margin-bottom:55px;
}
.info-title {
  font-size:25px;
  text-align:center;
  color:rgb(var(--color-orange));
  font-weight:500;
}
.info-title2 {
  margin-bottom:10px;
  font-size:28px;
  color:black;
  font-weight:600;
  text-align:center;
}
.info-desc {
  text-align:center;
  margin-bottom:15px;
}
.info-feature i {
  color:rgb(var(--color-orange));
  margin-right:5px;
}
.section-header {
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: flex;
}
.section-header:before,.section-header:after {
  border-bottom: 1px solid #dddddd;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
}
.section-header:after {
  top: 38px;
  z-index: 2;
}
.section-header > span {
  background: none repeat scroll 0 0 #fff;
  display: inline-block;
  font-size: 24px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  color: black;
  margin-bottom: 0;
  padding: 6px 20px;
  position: relative;
  top: 9px;
  font-weight: 600;
  z-index: 7;
}

.services {
  margin-bottom:50px;
}
.services .item {
  border:1px solid #eeeeee;
  border-radius:3px;
  overflow:hidden;
}
.services .body {
  text-align:center;
}
.services .view {
  text-align:center;
  margin:20px 0;
}
.services .item .logo img {
  width:100%;
}
.services .item .title a {
  font-size:16px;
  font-weight:600;
  display:
  inline-block;
  color:
  black;
  transition:.3s;
  margin:10px 0
}
.services .item .title a:hover {
  text-decoration: underline;

}
.services .item .desc 
{
  margin-bottom:15px;
}

.info2 {
  background: #0b1727;
  height: 408px;
  display: flex;
  position: relative;
  color: white;
}

.info2-image {
  width:50%;
  position: absolute;
  right: 0;
  margin: auto;
  height: 100%;
  display: flex;
}
.info2-left {
  width: 45%;
}
.info2-image img {
  width:100%;
}
.info2 .container {
  display:
  flex;
  align-items:
  center;
  position: initial;
}
.info2-title {
  font-size:23px;
  font-weight:500;
  margin-bottom:10px;
}
.info2-desc {
  margin-bottom:15px;
}
.info2-feature > div {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.info2-feature > div i {
  margin-right:7px;
}
.footer-top {
  background: rgb(var(--color-orange));
  color:
  white;
  position:relative;
  overflow:hidden;
}
.footer-top:after {
  content:
  "";
  position:
  absolute;
  background:
  white;
  opacity: 0.1;
  right: -217px;
  transform: rotate(65deg);
  width:350px;
  height:100%;
  top:-10px;
}
.footer-top:before {
  content:
  "";
  position:
  absolute;
  background:
  white;
  opacity: 0.1;
  left: -226px;
  transform:
  rotate(65deg);
  width:350px;
  height:100%;
  top:-10px;
}
.footer-top a {
  color:white;
  font-weight:700;
}
.footer-top .container {
  display:flex;
  flex-wrap:wrap;
}
.footer-top .item {
  flex:
  auto;
  text-align:
  center;
  width:25%;
  padding: 13px;
  border-left: 1px solid
  rgb(255 255 255 / 20%);
}
.footer-top .item:last-child {
  margin-right:0;
  border-right: 1px solid rgb(255 255 255 / 20%);
}
.footer-top .item .icon {
  margin-bottom: 4px;
}
.footer-top .item .icon i {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgb(255 255 255 / 30%);
  width:30px;
  border-radius:2px;
  height:30px;
}
.footer-top .item .title {
  margin-bottom: 4px;
}

footer {
  background: #0b1727;
  color:
  rgb(255 255 255 / 40%);
  position: relative;
}
footer > .container {
  display:
  flex;
  font-size: 14px;
  flex-wrap:
  wrap;
  padding-top: 3.5rem!important;
}
footer > .container > div {
  width:10%;
  margin-right:70px;
  flex:auto;
}
footer .container .description {
  margin-right: 49px;
  width: 35%;
}
footer .container .title {
  font-size:21px;
  margin-bottom:12px;
  font-weight:600;
  color:rgb(255 255 255 / 80%)
}
footer .container .menu a {
  color:
  rgb(255 255 255 / 40%);
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
}
footer .container .menu a i {
  margin-right:5px;
}
footer .container .menu a:hover {
  color:rgb(var(--color-blue))
}
footer .container .footer-social {
  display:flex;
  margin:20px 0;
}

footer .container .footer-social a {
  background:
  white;
  width:40px;
  border-radius:100%;
  margin-right: 9px;
  display:
  flex;
  align-items:
  center;
  justify-content:
  center;
  height:40px;
}
footer .container .footer-social a i {
  display: flex;
}
footer .copyright {
  border-top:1px solid rgb(116 129 148 / 30%);
  padding:15px;
  font-size:13px;
}
footer .copyright a {
  color:white;
}
footer .copyright .container {
  display:flex;
  justify-content:space-between;
}

.footer-up {
  background-color: #0b1727;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem;
  left: 50%;
  top: 0;
  transform: translate3d(-50%,-50%,0) rotate(-45deg);
  height: 2.5rem;
  width: 2.5rem;
}
.footer-up svg {
  width:0.875em;
}
footer .container .desc {
  width:50%;
}
@media (max-width:992px) {
  .mobil {
    display:block !important;
  }
  .pc {
    display:none !important
  }
  footer .container .description {
    width:100%;
    margin-right: 0;
    margin-bottom: 29px;
  }
  footer .container .desc {
  width:100%;
}
  footer .container .footer-social {
    justify-content:center;
    flex-wrap:wrap;
  }
  footer .copyright {
    margin-top:30px;
  }
}
@media (max-width:700px) {
  .info {
    width:90%;
  }
  .slider-title {
    font-size:25px;
  }
  .slider-desc {
    margin-bottom:8px;
    font-size:15px;
  }
  .box-row .box-1 {
    width:47%;
    margin-bottom:30px;
  }
  .box-row {
    flex-wrap:wrap;
  }
}
@media (max-width:600px) {
  .footer-info > div > div {
    padding:0 15px;
    font-size:19px;
  }
  footer > .container > div {
    width:100%;
    margin-right:0;
    text-align:center;
    margin-bottom:30px;
  }
  footer > .container > div:last-child {
    margin-bottom:0;
  }
  .info-img img {
    width:100%;
  }
  .info2 .container {
    flex-wrap:wrap;
  }
  .footer-top .item:last-child {
    border-bottom:none;
  }
  .footer-top .item {
    width:100%;
    margin-bottom:15px;
    border-left:0;
    border-right: 0 !important;
    padding-top:2px;
    padding-bottom:35px;
    margin-top:30px;
    border-bottom:1px solid
    rgb(255 255 255 / 30%);
  }
  .footer-top:after,.footer-top:before {
    display:none;
  }
  .footer-top .container {
    padding:0;
    margin:0;
    width: 100% !important;
  }
  .info2-left {
    width:100%;
  }
  .info2 {
    height:auto;
    padding:15px;
  }
  .info2-image {
    position:
    initial;
    width: 100%;
    margin: 15px 0;
  }
  .slider-content {
    width:100%;
    padding-left: 48px;
    padding-right: 48px;
  }
  .box-row .box-1 {
    width:100%;
    margin-right:0;
    margin-bottom:30px;
  }
  .social {
    display:none;
  }
}
@media (max-width:400px) {
  .info-title2 {
    font-size:20px;
  }
  .info-title {
    font-size:18px;
  }
  .info-desc,.info-feature {
    font-size:13px;
  }
  
}

.breadcrumb {
  background:
  url('https://efekoseoglu.com.tr/kurumsal/inc/template/assets/fg770.jpg?ver=2');
  min-height: 181px;
  margin-top:30px;
  display:
  flex;
  flex-direction:
  column;
  align-items:
  center;
  justify-content:
  center;
  position:
  relative;
  color:
  white;
}
.breadcrumb:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  background:rgb(0 0 0 / 70%);
  width:100%;
  height:100%;
}
.breadcrumb > * {
  position:relative;
  z-index:5;
}
.breadcrumb-title {
  font-size:30px;
  font-weight:600;
}
.breadcrumb-list .container {
  display:flex;
  justify-content:center;
  align-items:center;
}
.breadcrumb-list {
  border-bottom:1px solid #eeeeee;
  padding:35px;
  margin-bottom: 47px;
}
.breadcrumb-list .container > div {
  font-weight:500;
  text-transform:uppercase;
  margin-right:5px;
}
.mobilmenu-btn {
  display: none;
}
@media (max-width: 1051px) {
  .mobilmenu-btn {
    display: block;
  }
  header .menu {
    position:
    fixed;
    right:0;
    top:0;
    
    height:100%;
    background: #0b1727;
    width: 291px;
    display: none;
  }
  header .menu.active {
    display:block;
  }
  header .menu .item > a {
    display:
    block;
    padding: 14px 13px;
    color: white;
    border-bottom: 1px solid #142439;
  }
  header .menu .item {
    margin-right:0;
  }
  header .menu .item.hover .submenu-container {
    border:
    none;
    padding: 10px 15px;
    background:
    transparent;
  }
  header .menu .item.hover {
    border-bottom:1px solid #132236;
  }
  header .menu .item.hover > a {
    border-bottom:none !important;
  }
  header .menu .item.hover .submenu {
        display:
        block;
        position:
        initial;
    width:100%;
        top: 0;
        padding: 0;
  }
  header .menu .item.hover .submenu-container a {
    color:white;
  }
}
@media (max-width:326px) {
  header .menu {
    width:80%;
  }
}
@media (max-width:539px) {
  header .logo-text {
    font-size:19px;
  }
  header .logo img {
    width:30px;
  }
  header .container {
    width:100% !important;
    padding:5px;
  }
}
@media (max-width:340px) {
  header {
    padding:30px 10px;
  }
}