header .navbar-brand img {
    max-width: 100%;
}

.header-appear .navbar-brand img{
    max-width: 100%;
}

.slider-area .slider-overlay{
    background-color: rgb(61 61 61 / 75%);
}

.slider-area .slider-content{
    width: 70%;
}

.services-sec .our-services .service-card.hoverClass {
    border-radius: 20px;
    box-shadow: 0 0 15px #e1e1e1;
    cursor: pointer;
}

.services-sec .our-services .service-card.hoverClass .service-card-heading {
    color:#7a6842
}

.qoute-sec .qoute{
    width: 75%;
}

.services-sec .our-services .service-card{
    padding: 30px 15px;
}

.contact-heading1 {
    text-align: center;
    color: #7D1F1D;
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-content .main_content .course_block{
    border-radius: 10px;
    padding: 0;
    border-bottom: solid 7px #eee;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.blog-content .main_content .course_block:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.blog-content .main_content .single_blog .single_img{
    border-radius: 10px;
}

.single_detail{
    padding: 15px;
}

.blog-content .main_content .single_blog .single_detail h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #7D1F1D;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-content .main_content .single_blog .single_detail .blog-text a{
    font-size: 14px;
}

.blog-content .main_content .single_blog .single_detail .blog-text{
    font-size: 18px;
}

.form-control:focus {
    border-color: #7a684275;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.bg-text{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://wonderfulengineering.com/wp-content/uploads/2013/06/HD-engineering-wallpaper-1.jpg) center 80px / cover no-repeat fixed;
    /* filter: blur(2px); */
    /* -webkit-filter: blur(2px); */
}

.qoute-sec1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    /* border: 0 0; */
    /* border-color: #7a6842; */
    /* border-style: solid; */
}

.qoute-sec .writer{
    color: #000;
    margin-top: 30px;
}

.qoute-sec.qoute-sec1 .container{
    padding: 30px 0px;
    background-color: #ffffffa8;
    position: relative;
    border-radius: 20px;
    padding-top: 60px;
}

.pt-50{
    padding-top: 50px;
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bar {
    height: 5px;
    width: 90px;
    background: #eef4ee;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
    margin-bottom: 0;
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #7a6842;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.blog-content{
    padding-top: 60px;
}

.dfjcc{
    display: flex;
    justify-content: center;
}

.blog-sub-heading{
    color: #7a6842;
    margin-top: 20px;
}

/* CalltoAction Start */

.background-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 50px!important;
    padding-top: 50px!important;
    text-align: center!important;
}
.background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background-color: #7a6842;
    border-radius:20px
}
.background-cover {
    z-index: 2;
    position: relative;
    color: #fff;
    padding: 0 50px;
}
.line-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.line-heading-left {
    text-align: right!important;
    margin: 0;
    padding: 0;
}
.line-heading-left h1 {
    color: #fff;
    font-size: 2.625rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    vertical-align: baseline;
    padding: 0;
    margin-top: 100px;
}

.line-heading-left h4 {
    font-size: 1.75rem;
    font-weight: 300;
  font-family: 'Roboto', sans-serif;
    color: #05B0E3;
    line-height: 1.1;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
.line-heading p {
    margin-left: 38px;
    margin-top: 0;
    border-left: 3px solid #9c3630;
    padding: 12px 0 12px 30px;
    line-height: 24px;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
   font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}

/*.line-heading p {
    position: relative; !* Çizgiyi ve yazıyı doğru konumlandırmak için *!
    margin-left: 38px;
    margin-top: 0;
    padding: 12px 0 12px 30px; !* Üstten 12px, soldan 30px boşluk bırakır *!
    line-height: 24px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    min-height: 120px; !* Çizginin sabit uzunluğunu korur *!
    border-left: 3px solid #9c3630; !* Kırmızı çizgi *!
    padding-top: 20px; !* Yazıyı aşağıya kaydırır *!
}*/





/*CalltoAction End */



.owl-item .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-card .row {
    justify-content: center;
}
.testimonial-card .row .col-md-6 {
    justify-content: center;
}

.testimonial-review {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.testimonial-review img {
    object-fit: contain;
}

.clients .testimonial-review {
    height: 60px;
}

.blog-content .main_content .single_blog .single_detail .blog-text span{
    
}

.first-content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #7D1F1D;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.first-content span{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #7D1F1D;
    opacity: .9;
    margin-bottom: 15px;
    transition: .8s ease;
    text-decoration: none;
    font-size: 18px;
}

#exampleModal {
    font-family: 'Roboto', sans-serif;
}
#exampleModal #title{
    
width: 100%;
    
text-align: center;
}


#education-detail ul{
    list-style: none;
}

#education-detail #education-img{
    width: 100%;
}
#education-detail #multiple h5, #education-detail #single h5{

font-size: 20px;

font-weight: bold;
}
#education-detail #multiple h6, #education-detail #single h6{
}

#education-detail #single span{
    
color: #9d9d9d;
}

#education-detail #education-names{

font-size: 17px;
}

#education-detail #education-sub-contents h6 {
    font-size: 14px;
}

.single_detail{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.single_detail .first-content{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
#sidemenu_toggle{
    display: none;
}
.powered{
    text-align: right;
}
.covered{
    text-align: left;
}
@media only screen and (max-width: 600px) {
    .line-heading{
        flex-direction: column;
    }
    .line-heading-left{
        text-align: center !important;
        padding-bottom: 20px;
    }
    .line-heading p{
        margin-bottom: 20px;
    }
    .contact-area{
        flex-direction: column;
    }
    .single_detail{
        align-items: center !important;
    }
    .owl-item .item{
        height: 356px;
        background-size: contain;
    }
    .padding-top{
        padding-top: 30px;
    }
    .services-sec .our-services{
        padding-top: 0;
    }
    #sidemenu_toggle{
        display: inline-block ;
    }
    .powered{
        text-align: center;
    }
    .covered{
        text-align: center;
    }
  }
  

.subheader{
    text-align: left;
    color: #7D1F1D;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}


.clients.owl-carousel.owl-theme img{
    padding-right: 10px;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #7a6842;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: -40px;
  }
  .owl-nav button.owl-next {
    right: -30px;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 5px;
    height: 20px;
  }
  .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #7a6842;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-nav button span {
      font-size: 70px;    
      position: relative;
      top: -5px;
      color: #7a6842;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .education .single_detail {
    padding-top: 0;
  }

  .multi-image{
    min-height: 280px;
    padding-top: 0;
  }

  .course_block .owl-item img{
    border-radius: 10px;
  }


  @media screen and (max-width: 767px) {
    .dfjcc{
        margin-top: 50px;
    }
  }

  @media only screen and (max-width: 991px) {
    #sidemenu_toggle{
        display: inline-block ;
    }
  }

  @media only screen and (min-width: 600px) and (max-width: 991px) {
    .owl-item .item {
        height: 550px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1500px) {
    .owl-item .item {
        height: 750px;
    }
}