/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*==============================================================
 This scss/css we made it from our predefine componenet
 we just copy that css and paste here you can also do that
 ============================================================== */
/*******************
This is for Header
*******************/
/*******************
Main & Page wrapper
*******************/
.topbar.fixed-header {
    background: #ffffff; }

/*******************
Header 11
*******************/
.h11-nav {
    padding: 0; }
.h11-nav .navbar-brand {
    padding: 10px 0; }
.h11-nav .h11-topbar ul {
    margin-bottom: 0px;
    padding: 15px 0; }
.h11-nav .h11-topbar ul li {
    display: inline-block;
    vertical-align: middle; }
.h11-nav .h11-topbar ul li a {
    padding: 0px 7px;
    color: #8d97ad;
    display: block; }
.h11-nav .h11-topbar ul li:hover a {
    color: #263238; }
.h11-nav .h11-topbar ul li:last-child a {
    font-size: 21px;
    font-weight: 600;
    color: #263238;
    padding-left: 15px;
    margin-left: 7px;
    border-left: 1px solid rgba(120, 130, 140, 0.13); }
.h11-nav .navbar-nav .nav-item {
    margin: 0 20px; }
.h11-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 0px;
    color: #8d97ad;
    border-bottom: 1px solid transparent;
    font-weight: 500;
    text-transform: uppercase; }
.h11-nav .navbar-nav .nav-item:hover .nav-link, .h11-nav .navbar-nav .nav-item.active .nav-link {
    color: #188ef4;
    border-bottom: 1px solid #188ef4; }
.h11-nav .navbar-nav .nav-item:last-child {
    margin-right: 0px; }

@media (max-width: 1023px) {
    .h11-nav .navbar-nav .nav-item {
        margin: 0; } }

/*-------------------*/
/*Slider4 Style Start*/
/*-------------------*/
@-webkit-keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1); }
    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3); } }
@keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1); }
    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3); } }

.slider4 .slide-image {
    animation: imagescale 15s ease-in-out infinite alternate;
    -webkit-animation: imagescale 15s ease-in-out infinite alternate;
    -moz-animation: imagescale 15s ease-in-out infinite alternate;
    -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider4 .carousel-indicators {
    bottom: 0; }
.slider4 .carousel-indicators li {
    background-color: #fff; }
.slider4 .carousel-indicators li.active {
    background-color: #188ef4; }

.slider4 label {
    font-style: italic;
    font-family: 'PlayFairDisplay', sans-sarif;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

.slider4 ul {
    list-style: none;
    margin: 0;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
.slider4 ul li {
    line-height: 36px; }

.slider4 h2 {
    font-size: 36px;
    line-height: 42px;
    font-size: 36px; }

.slider4 p {
    font-size: 18px; }

.slider4 .btn-secondary {
    background: transparent;
    color: #3e4555; }
.slider4 .btn-secondary:hover {
    color: #3e4555 !important; }

/*******************
Feature 7
*******************/
.wrap-feature7-box {
    margin-bottom: 30px; }

/*******************
Feature 3
*******************/
.wrap-feature3-box .card-body {
    padding: 40px; }
.wrap-feature3-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }

/*******************
Feature 4
*******************/
.wrap-feature4-box .icon-round {
    font-size: 45px;
    width: 80px;
    color: #188ef4;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin: 20px 0 30px;
    border-radius: 100%; }

/*******************
Feature 21
*******************/
.wrap-feature21-box {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center; }

/*******************
Testimonial 4
*******************/
.testimonial4 .owl-dots {
    counter-reset: dots;
    text-align: left; }
.testimonial4 .owl-dots .owl-dot {
    padding: 15px 20px 10px 0;
    cursor: pointer; }
.testimonial4 .owl-dots .owl-dot span {
    display: none; }
.testimonial4 .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots); }
.testimonial4 .owl-dots .owl-dot.active:before {
    font-weight: 500;
    color: #188ef4;
    border-bottom: 2px solid #188ef4; }

/*******************
Blog homepage 1
*******************/
.blog-home1 .col-md-4 {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.blog-home1 .col-md-4:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/*******************
Footer 2
*******************/
.footer2 {
    padding: 60px 0; }
.footer2 .f2-middle {
    padding-top: 40px; }
.footer2 .link {
    color: #8d97ad;
    padding: 10px 15px 10px 0; }
.footer2 .general-listing li a i {
    font-size: 9px;
    margin-right: 10px; }
.footer2 .info-box .d-flex {
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
.footer2 .subscribe-box {
    background: rgba(120, 130, 140, 0.13);
    padding: 25px; }
.footer2 .subscribe-box .form-control {
    background: transparent;
    padding: 10px 0;
    border: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    color: #ffffff;
    border-radius: 0px; }
.footer2 .subscribe-box .form-control:focus {
    border-bottom: 1px solid #ffffff; }

/*******************
Eb4Soft Css
*******************/

.topbar{background-color: #fff; position: static;}
.navbar-brand img{height: 60px;}
.page-wrapper{padding-top: 0px;}
.navbar-toggler{border: 1px solid #ddd;}
.social-icon-top img{height:32px;}
.breadcrumb-1{
    background-image: url(../images/bg/brick-wall.png);
    background-repeat: repeat;
    background-position: center;
    background-color: rgba(204, 211, 221, 0.25);
}
.jenerik-img img{
    object-fit: scale-down;
    max-width: 100%;
    display: block;
    border-radius: 20px;
}
.breadcrumb-item.active {
    color: white;
    font-weight: bold;
}
.breadcrumb{    background-color: #009688!important;}
@media only screen and (max-width: 600px) {
    .navbar-brand img{height: 40px;!important; }
}
.h11-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 0px;
    color: black;
    border-bottom: 1px solid transparent;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
}
.deveci-txt{
    font-size: 14px;
    color: #615e5e;
    font-weight: 500;
}

/*******************
Footer 1
*******************/
.footer1 .f1-topbar {
    border-bottom: 1px dashed rgba(120, 130, 140, 0.13); }
.footer1 .f1-topbar .navbar {
    padding: 0px; }
.footer1 .f1-topbar .navbar .navbar-nav .nav-item .nav-link {
    color: #8d97ad;
    display: block;
    padding: 15px 13px; }
.footer1 .f1-topbar .navbar .navbar-nav .nav-item:hover .nav-link, .footer1 .f1-topbar .navbar .navbar-nav .nav-item.active .nav-link {
    color: #316ce8; }
.f1-middle{
    background-color: rgba(221, 221, 221, 0.05);
    border-top: 1px dashed rgba(120, 130, 140, 0.13);
    margin-top: 60px;
}

.footer1 .f1-middle {
    padding: 40px  0; }

.footer1 .f1-bottom-bar {
    padding: 20px 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13); }
