/* Text Colors */

.colored,
.nav-menu li a:hover,
.nav-menu li.active a,
.f-box:hover .f-icon i,
.team-members .member-details .member-position,
.prices .tables .active .price-table-top .price-circle p.price,
.prices .tables .active .price-table-top .price-circle p.timely,
.pricing-table:hover .price-table-top .price-circle p.price,
.pricing-table:hover .price-table-top .price-circle p.timely,
#site-socials .top-button:hover,
footer p.copyright a:hover,
.why-oxygen-accordion .accordion-toggle:hover,
.dark-nav .nav-menu li a:hover,
ul.nav ul.dropdown-menu li a:hover{
  color: #5e6f80 ;
}

/* Background Colors */

.colored-bg,
a.positive-m:hover,
.why-oxygen-accordion span.positive-s,
.prices .tables .active .table-inner a.price-buy-now,
.table-inner a.price-buy-now:hover,
#map .google-map-big-button:hover,
.form-btn:hover,
#history ul.timeline li.note:hover,
#history ul.timeline li.note:hover:after,
.prices .tables .active a.price-table-img{
  background-color:#5e6f80 ;
}

/* Border Colors */

.dark-nav .nav-menu li a:hover,
.colored-border,
.nav-menu li.active a,
.nav-menu li a:hover,
.form-btn:hover{
  border-color:#5e6f80 ;
}

/* Border Right Colors */

.colored-border-right,
#history ul.timeline li.note:hover span.note-arrow,
#history ul.timeline li.note:hover span.note-arrow:after{
  border-right-color: #5e6f80 ;
}

/* Border Left Colors */

.colored-border-left,
#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow,
#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow:after{
  border-left-color: #5e6f80 ;
}

.fixed-text {
  font-size: 40px;
  color: white;
  margin: 0;
}

.dark-nav {
    background: #333333 !important;
}

.scrollto-btn {
    animation-name: bounce;
    animation-duration: 1.6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.pattern-black:after{
    background-color: rgba(0, 0, 0, 0.6);
}

.home-details {
  top: 60%;
}

.hometext{
  font-size:32px;
  height:auto;
  color:white;
  line-height: 32px;
}

.hometexts {
  margin-top: 20px;
  margin-bottom: 40px;
}

.home-arrow {
  bottom: 0;
  margin-top: 10rem;
}

#about {
    background-color: #cccccc;
}
#about .latest-news {
    padding-top: 20px;
    padding-bottom: 120px;
}

#about .latest-news .block {
    padding: 45px 30px 45px 110px;
    margin-left: 200px;
    margin-bottom: 30px;
    background: #808080;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
#about .latest-news .picture {
    background-color: #333333;
    float: left;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    width: 275px;
}
#about .latest-news h2 {
    padding-top: 0;
    margin-top: 0;
}
#about .latest-news .p-img {
    padding-left: 310px;
}
#about .latest-news .block h1 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    color: #2c2e30;
    font-weight: 800;
    text-transform: uppercase;
}
#about .latest-news .block .description {
    font-size: 14px;
    color: #ffffff;
}
#about .latest-news .block .button {
    margin-top: 40px;
}
#about .latest-news .block .button a.btn-orange {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding: 10px 0px 11px 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
#about .latest-news .block .button a.btn-orange i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    padding: 12px 15px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
#about .latest-news .block .button a.btn-orange:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
}
#about .inner .boxes {
    overflow: hidden;
}

.line {
    height: 1px;
    min-width: 320px;
    max-width: 600px;
    background-color: #000;
    padding: 1px;
    margin-top: 5px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

    .line {
        min-width: 200px;
    }
}
.boxes .desc {
    border: 1px solid #686868;
    border-radius: 0;
    background-color: #333333;
    color: white;
    padding: 1rem;
}
.about-box .about-head {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #333;
}
.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #000 ;
}
.inline {
    display: inline-block;
}
.facts {
    margin: 100px auto;
}
.fact {
    display: flex;
    justify-content: center;
}
.facts .fact .fact-number {
    color: #ffffff;
}
.facts .fact .fact-number h1 {
    font-size: 55px;
    margin-top: 6px;
    padding-top: 0;
    margin-bottom: 5px;
}

.contact-details ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}
.contact-details ul li {
    color: #464646;
    list-style: none;
    margin-bottom: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.contact-details ul li:first-child {
    width: 60%;
}
.contact-details ul li i {
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #464646;
}
.contact-details ul li span {
    display: inline-block;
    padding-right: 30px;
}

.contact-details ul li span:last-child {
    padding-right: 0;
}

@media screen and (max-width: 767px) {

    .contact-details {
        margin: 40px auto 0 auto;
    }
    .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-details ul li i {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .contact-details ul li span {
        padding-right: 5px;
    }
}


.faaliyet {
    background-color: #ffffff;
}
.faaliyet .latest-news {
    padding-top: 20px;
}

.faaliyet .latest-news .news {
    margin-left: 30px;
}

.faaliyet .latest-news .block {
    padding: 30px 30px 0 30px;
    background: #cccccc;
    min-height: 250px;
}
.faaliyet .latest-news .block-left {
    float: right;
    width: 590px;
    margin: 0 auto;
    text-align: left;
}
.shadow {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.block-bottom {
    margin-top: 0;
    background: #cccccc;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}
.block-left h2 {
    text-align: left;
}
.faaliyet .latest-news .picture {
    position: absolute;
    margin-top: -20px;
    background-color: #333333;
    float: left;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

.faaliyet .latest-news h2 {
    padding-top: 0;
    margin-top: 0;
}

.faaliyet .latest-news .p-img {
    padding-left: 125px;
}

.faaliyet .latest-news .block h1 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    color: #2c2e30;
    font-weight: 800;
    text-transform: uppercase;
}

.faaliyet .latest-news .block .description {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.faaliyet .latest-news .block .button {
    margin-top: 40px;
}

.faaliyet .latest-news .block .button a.btn-orange {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #ff974f;
    padding: 10px 0px 11px 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.faaliyet .latest-news .block .button a.btn-orange i {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #2c2e30;
    padding: 12px 15px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.faaliyet .latest-news .block .button a.btn-orange:hover {
    text-decoration: none;
    background-color: #2c2e30;
    color: #fff;
}
.faaliyet .inner .boxes {
    overflow: hidden;
}


.about-icon {
    display: flex;
    align-content: center;
    justify-content: center;
}
.about-icon img {
    max-width: 36px;
    font-size: 34px;
    color: #464646;
    z-index: 4;
    position: relative;
    line-height: 64px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.form, .form-btn {
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 14px;
    color: #e8e3e3 !important;
}

.home-details .logo img {
    max-width: 250px;
}
.site-logo a.logo img{
    max-width: 200px;
}
.site-logo a.scroll img {
    height: 50px;
}

.icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: cover;
}
.icon-1 {
    background-image: url("/svg/icon-1.svg");
}
.link-hover:hover .icon-1,
.link-hover:focus .icon-1 {
    background-image: url("/svg/icon-1-black.svg");
}

.icon-2 {
    background-image: url("/svg/icon-2.svg");
}
.link-hover:hover .icon-2,
.link-hover:focus .icon-2 {
    background-image: url("/svg/icon-2-black.svg");
}

.icon-3 {
    background-image: url("/svg/icon-3.svg");
}
.link-hover:hover .icon-3,
.link-hover:focus .icon-3 {
    background-image: url("/svg/icon-3-black.svg");
}

.icon-4 {
    background-image: url("/svg/icon-4.svg");
}
.link-hover:hover .icon-4,
.link-hover:focus .icon-4 {
    background-image: url("/svg/icon-4-black.svg");
}

.icon-5 {
    background-image: url("/svg/icon-5.svg");
}
.link-hover:hover .icon-5,
.link-hover:focus .icon-5 {
    background-image: url("/svg/icon-5-black.svg");
}

.icon-6 {
    background-image: url("/svg/icon-6.svg");
}
.link-hover:hover .icon-6,
.link-hover:focus .icon-6 {
    background-image: url("/svg/icon-6-black.svg");
}

.link-hover:hover .about-head,
.link-hover:focus .about-head {
    color: #0f0f0f;
}

@media (max-width:576px) {
    #about .latest-news {
        padding-top: 0;
        padding-bottom: 0;
    }
    #about .latest-news .block {
        padding: 45px 30px;
        margin-left: 0;
        margin-bottom: 30px;
    }
    #about .latest-news .news-carousel .news {
        padding-left: 5px;
        padding-right: 5px;
    }
    #about .latest-news .picture {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    #about .latest-news .p-img {
        padding: 5px;
        text-align: center;
    }
}

@media (max-width:576px) {
    .faaliyet .latest-news  {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 5px;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .faaliyet .latest-news .picture {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .faaliyet .latest-news .block-left {
        float: inherit;
        width: 100%;
    }
    .faaliyet .latest-news .news {
        margin-left: auto;
    }

    .faaliyet .latest-news .block {
        padding: 10px;
    }

    .faaliyet .latest-news .block-bottom {
        padding: 10px !important;
    }

    .faaliyet .latest-news .news-carousel .news {
        padding-left: 5px;
        padding-right: 5px;
    }
    .faaliyet .latest-news .p-img {
        padding: 5px;
        text-align: center;
    }

}

#services  .about-head {
    min-width: 160px;
}
