.navbar-brand {
    font-size: 32px;
    font-weight: 900;
}

.ftco-footer {
    font-size: 16px;
    background: #940C1F;
    padding: 7em 0;
}
.ftco-footer p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
}

.ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 4em 0;
    background: #155B9A;
}

.rounded-seventh {
    background-image: linear-gradient(#155B9A, #073F74);
    border: 1px solid #073F74 !important;
    color: #fff !important;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.rounded-seventh-2 {
    background-image: linear-gradient(#da1a35, #940C1F);
    border: 1px solid #940C1F !important;
    color: #fff !important;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.heading-section.heading-section-white h5{
    color: #fff !important;
}

.bg-primary {
    background: #073F74!important;
}
.navbar-collapse.in {
overflow: hidden;
}


.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #165D9D !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ftco-navbar-light.scrolled .navbar-brand {
    color: #fff;
}
.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: #fff !important;
    border-color: #fff !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 1) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}


.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #fff!important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
}

.slider-text .breadcrumbs span a {
    color: #fff;
}
.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 1);
}
.slider-text .bread {
    font-weight: 900;
    color: #fff!important;
}

/*biyan add*/
p {
    margin: 0 0 20px;
}

.baris{
    padding: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}