
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-image: url("/assets/img/istanbul-city-.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("/assets/img/istanbul-city-.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section {
  background-color: rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: inset 0px 0px 81px 3px rgba(77,77,77,0.45);
  -moz-box-shadow: inset 0px 0px 81px 3px rgba(77,77,77,0.45);
  box-shadow: inset 0px 0px 81px 3px rgba(77,77,77,0.45);
}
@media (max-width: 600px) {
  section {
    padding: 20px !important;
  }
  #hero {
    padding: 0;
  }
  .carousel-indicators {
    bottom: 15px;
  }
  .carousel-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .carousel-content .title {
    font-size: 24px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .our-service {
    font-size: 24px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #services .section-title {
    padding-bottom: 0;
  }
  .business-title {
    font-size: 24px !important;
    margin-bottom: 0 !important;
    margin-top: 10px;
  }
  .philosophy {
    font-size: 24px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #hero .btn-get-started {
    font-size: 12px;
    padding: 8px 24px 8px 25px;
  }
  .about .about-info .about-info-title {
    font-size: 24px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .about-info-desc-1,
  .about-info-desc-2,
  .about-info-desc-3,
  .about-info-desc-4,
  .about-info-desc-5,
  .about-info-desc-6,
  .about-info-desc-7,
  .about-info-desc-8 {
    font-size: 14px !important;
  }
  .serviceinfo {
    font-size: 14px !important;
  }
  .service1,
  .service2,
  .service3,
  .service4,
  .service5,
  .service6 {
    font-size: 13px;
  }
  .advantage-title {
    font-size: 16px !important;
    margin-top: 20px;
  }
}
a {
  color: white;
  text-decoration: none;
  transition: .5s all;
}

a:hover {
  color: #e20520;
  text-decoration: none;
  transition: .5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e20520;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5a5252;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
  z-index: 997;
  height: 110px;
}
#header .header-info .info{
  gap: 20px;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 639px) {
  .swiper-wrapper {
    margin-left: 967px !important;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .swiper-wrapper {
    margin-left: 340px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .swiper-wrapper {
    margin-left: 100px !important;
  }
}

@media (min-width: 992px) {
  .swiper-wrapper {
    margin-left: 0px !important;
  }
  .swiper-slide:hover {
    margin: 0 100px !important;
    scale: 1.499;
    z-index: 9;
    transition: 1s;
  }
}

@media (max-width: 992px) {
  .header-info {
    flex-direction: column;
  }
  .info a {
    font-size: 12px;
  }
  .services-info-title {
    display: none !important;
  }
  /*.swiper {
    left: 0 !important;
    padding: 0 !important;
  }
  .swiper-slide {
    width: 200px !important;
    height: 400px !important;
  }*/
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  /*.services-swiper:hover .swiper-slide:not(:first-child){
    margin-right: 0px !important;
    margin-left: 0px !important;
  }*/
  .services-swiper .swiper-slide:hover .img-wrapper img {
    filter: none !important;
  }
  
  .swiper-slide .img-wrapper img {
    filter: none !important;
  }
  .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .contact-wrapper .contact-logo img {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 22px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #e20520;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border: 2px solid #e20520;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e20520;
}

.navbar .getstarted:hover:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 22px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2a2a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e20520;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #e20520;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e20520;
}

.navbar-mobile>ul>li {
  white-space: nowrap;
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #e20520;
  padding-left: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e20520;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(17, 17, 17, 0.3);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}
.carousel-content .title {
  line-height: 40px;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

#hero h2 span {
  color: #e20520;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #e20520;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #e20520;
  background: #e20520;
}

#hero .btn-get-started:hover {
  background: #e20520;
  border-color: #e20520;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f1f1f1;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #e20520;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  box-shadow: none !important;
}
.about .content {
  /* padding: 30px 0; */
}
.about .about-us-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  height: 100%;
}
.about .about-info .about-info-title{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #e20520;
  margin-bottom: 40px;
  margin-top: 20px;
}

.about-info img {
  width: 65px;
  margin-bottom: 20px;
}

.about-us-text {
  z-index: 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.about .content .icon-box .img-wrapper {
  width: 116px;
  border-radius: 100%;
  overflow: hidden;
  transition: all .5s;
}

.img-wrapper img {
  max-width: 100%;
}
.about .about-text {
  
}

@media (max-width: 991px) {
  .about .image {
    
  }

  .about .image img {
    
  }
}

@media (max-width: 667px) {
  .about .image img {
    
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-swiper {
  height: 500px;
  overflow: hidden !important;
}

.swiper {
  width: 100%;
  height: 100%;
  /*padding: 40px;*/
  position: absolute;
  /*left: 40px;*/
  top: 0;
  overflow: hidden !important;
}
.swiper-wrapper {
  display: flex;
  justify-content: center;
  transition: 1s;
  
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}


.services-swiper:hover .swiper-slide:not(:first-child){
  transition: 1s;
  /*margin-right: 60px;
  margin-left: 0px;*/
}
.services-swiper .swiper-slide:hover .img-wrapper img {
  filter: grayscale(0);
}

.swiper-slide .img-wrapper img {
  max-width: 100%;
  filter: grayscale(1);
}

/* .swiper-slide-active {
  transition: 1s;
  width: calc(30%) !important;
} */
.swiper-slide .slide-text {
  position: absolute;
  left: -200px;
  top: 200px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 100%;
}
/*.swiper-slide:hover {
  margin-right: 40px;
  margin-left: 40px;
  scale: 1.3;
}*/


.swiper-slide-active {
  /* scale: 1.2; */
  /* transition: 0.5s; */
  
}
.mySwiper .swiper-button-next {
  top: 23px;
  left: auto;
  right: 50px;
  color: black;
}
.mySwiper .swiper-button-prev {
  top: 23px;
  left: auto;
  right: 100px !important;
  color: black;
}
.swiper-pagination-bullet-active {
  background-color: #e20520;
}
.img-wrapper:hover {
  /* scale: 1.1; */
  transition: all .5s;
}
.services-info .services-info-title {
  font-size: 58px;
    font-weight: 100;
    width: 370px;
    transform: rotate(-90deg);
    position: absolute;
    left: auto;
    right: auto;
    color: #545554;
    padding-top: 60px;
    margin: auto;
}

#services {
  margin-top: 150px;
  overflow: hidden;
}
.business-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #e20520;
  /*margin-bottom: 40px;*/
  margin-top: 20px;
}
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #e20520;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services:hover .icon {
  box-shadow: 0px 0 25px rgba(92, 159, 36, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.display {
  display: none;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #e20520;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #e20520;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}
#advantages {
  margin-top: 150px;
}
.advantages {
  color: #625a5a;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.advantages-box {
  padding: 5px;
}
.advantagesText {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .advantagesText {
    display: block !important;
  }
  .advantagesText .col-3 {
    width: 100% !important;
  }
}
.advantagesTitle1,
.advantagesTitle2,
.advantagesTitle3,
.advantagesTitle {
  display: flex;
  justify-content: center;
}
.advantages1,
.advantages2,
.advantages3,
.advantages4 {
  text-align: start;
}
.textPrimary {
  color: #e20520;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

#why-us {
  margin-top: 150px;
}
.our-service {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #e20520;
  margin-bottom: 40px;
  margin-top: 20px;
}
#why-us .ourServiceText img {
  position: relative;
  animation: iconMove 1s infinite;
}
@keyframes iconMove {
  from {left: 0px;}
  to {left: 5px;}
}

#why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

#why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #8ed851;
}

#why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #2a2a2a;
}

#why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

#why-us .box:hover {
  background: #e20520;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team {
  margin-top: 150px;
}

.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
}

.team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #e20520;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f6;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #444444;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111111;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  margin-top: 150px;
}

#footer .footer-top {
  background: #1d1d1d;
  border-bottom: 1px solid #2f2f2f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2a2a2a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e20520;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #8ed851;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #81d33d;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e20520;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e20520;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}