#logo img {
    max-width: none;
    width: 200px;
}

.header-output .row {
    align-items: center;
}

header ul.nav-menu>li.has-dropdown>ul>li {
    position: relative;
}

.btn-orange {
    color: #fff;
    background-color: #f36f34;
    border-color: #f36f34;
}

.btn-orange:hover {
    color: #fff;
    background-color: #f36f34;
    border-color: #f36f34;
}

.btn-orange.focus,
.btn-orange:focus {
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(243, 112, 52, 0.5);
}

header ul.nav-menu>li>a {
    margin-right: 9px !important;
}

h4.table-title span {
    background-color: #fafafa !important;
}

.background-orange {
    background-color: #f36f34 !important;
}

.background-gray {
    background-color: #e2e3e4 !important;
}

.portfolio .hover-box.dark {
    background-color: rgb(243, 111, 52, 0.9);
    color: #fff;
}

.post-entry h5 {
    color: #f36f34 !important;
}

.Why-Choos-area {
    background: rgba(0, 0, 0, 0) url(../img/youtube-bg.jpg) repeat scroll 0 0;
    background-position: center center;
    background-size: cover;
}

.Choos-content {
    margin-top: 50px;
    position: relative;
    z-index: 999;
}

.Choos-content h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.Choos-content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.Choos-content a {
    backface-visibility: hidden;
    border: 1px solid #1293D4;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    min-width: 140px;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    background: #1293D4;
}

.bg-opacity-1 {
    position: relative;
}

.bg-opacity-1::before {
    background: #1e2224 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.video {
    position: relative;
    z-index: 999;
}


.product-item h3 {
    min-height: 115px;
}

.e-katalog a {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.e-katalog a:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(1.05, 1.05);
}

@media (max-width:768px) {
    .e-katalog h2 {
        padding-bottom: 30px !important;
    }
}

.head-contact a:hover {
    color: #f36f34 !important;
}

.footer-link a:hover {
    color: #f36f34 !important;
}

@media (max-width:768px) {
    .hermes .tp-bullet {
        top: 45px !important;
    }
}

.social li a:hover {
    color: #0e76a8 !important;
}

.breadcrumb li {
    color: #000 !important;
}

.breadcrumb li.active {
    color: #f36f34 !important;
}

.background-grey-5 {
    background-color: #e6e7e8;
}

.text-default {
    color: #f36f34;
}

.single-slider {
    background-position: center center;
    background-size: cover;
}

.bg-opacity {
    position: relative;
}

.ptb-150 {
    padding: 150px 0;
}

.bg-opacity::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
} 

.slider-text {
    position: relative;
    z-index: 999;
}

.slider-text h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 19px;
    text-transform: uppercase;
    z-index: 9999;
}

.slider-text h2 {
    color: #f36f34;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.slider-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.slider-text a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
}

.slider-active .owl-nav div {
    color: #ffffff;
    font-size: 30px;
    height: 100px;
    left: 0;
    line-height: 100px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 42px;
}

.slider-active .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.slider-active .owl-nav div:hover {
    background: #f36f34 none repeat scroll 0 0;
}

.slider-active:hover .owl-nav div {
    left: 10px;
    opacity: 1;
}

.slider-active:hover .owl-nav div.owl-next {
    left: auto;
    right: 10px
}

.slider-active .owl-dots {
    bottom: 70px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}

.slider-active .owl-dot {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    width: 23px;
}

.slider-active .owl-dot.active {
    background: #f36f34;
    position: relative;
    border: 2px solid #f36f34;
}

/* small mobile :320px. */
@media (max-width: 767px) {

    .slider-text h2 {
        font-size: 27px;
        line-height: 29px;
    }

    .slider-text h3 {
        font-size: 23px;
    }

    .slider-active .owl-nav div {
        font-size: 25px;
    }

}

.slider-text a:hover {
    border-color: #f36f34;  
}

.slider-text a::after {
    background: #f36f34;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.slider-text a:hover::after {
    transform: scaleX(1);
}

.page-muhendislik h2 {
    font-size:20px !important;
}

.page-muhendislik i {
    font-size:20px !important;
}

.alignleft {
    float: left;
    margin: 0px 46px 20px 0px;
}