
.header-logo {
    padding: 10px;
  }
  .header-logo img {
   width:100px
  }
  .single-slider 
  {
      position: relative;
  }
  .single-slider:before 
  {
      position: absolute;
     right: 0;
      top: 0;
      width: 50%;
      height: 100%;
      content: '';
      background: rgb(178 135 34 / 79%);
      border-left: 2px solid white;

  }
  .single-slider:after
  {
      position: absolute;
     right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: rgb(0 98 64 / 30%);
      z-index: -1;

  }
  .slider-content
  {
      position: relative;
  }

  
    /* .about-image .single-image {
        -webkit-transform: rotate(11deg);
      
    } */
  
  .about-image .single-image.image-3 {
    top: 31%;
    left: 20px;
}
.container-fluid 
{
    padding: 0 5%;
}
.about-content {
    max-width: 560px;
}
.features-area-2 figure 
{
    position: relative;
    padding-bottom: 100%;
    border-radius: 50px 0;
    overflow: hidden;
}
.features-area-2 figure  img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit:cover;
}
.left-bk 
{
    padding-right: 5%;
}

.courses-menu .menu-items li {
    display: inline-block;
    width: auto;
    padding: 2px 20px;
    height: auto;
    line-height: 43px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #016241;
    border: 1px solid #dbdbdb;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 13px;
}

.single-courses-2:hover .courses-link {
    opacity: 1;
    visibility: visible;
}
.single-courses-2  
{
    overflow: hidden;
    border-radius: 20px;
}

.section-title-2 span {
    color: #b28721;
}

.single-courses-2 .courses-content .courses-title a {
    
    color: #fff;
    min-height: 64px;
}


.courses-wrapper .courses-col:nth-child(odd) .single-courses-2 {
    background-color: #016241
}


.courses-wrapper .courses-col:nth-child(even) .single-courses-2 {
    background-color: #b28721
}
.about-image .single-image.image-4::before
{
    background-color: #b28721
}
.about-image .single-image.image-2::before
{
    background-color: #016241 
}
.top-courses-area {
    padding-top: 110px;
    padding-bottom: 110px;
}
.footer-area {
   padding-top: 0;
}

@media(min-width:767px)
{
    .navigation .nav-toggle 
    {
        display: none;
    }
}
.footer-copyright .copyright p {
    font-weight: 400;
    font-size: 11px;
    line-height: 30px;
}
.footer-widget 
{
    padding-top: 80px;
    padding-bottom: 80px;
}

.slider-content .title {
    font-size: 53px;
   
}

.maxw-760 
{
    max-width: 960px;
    margin: auto;
}

@media(max-width:767px)
{
    .single-slider:before {
       display: none;
    }
}

@media ( max-width: 767px)
{
    .about-image .single-image.image-4 {
      
        width: 164px;
        top: 37%;
    }
    .about-image .single-image.image-3 {
      
        width: 164px;
        top: 37%;
    }
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
   
    line-height: 23px;
}
.bk-academis .item-bk {
    padding: 130px 50px;
    text-align: center;
    background: #036242;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.bg-bk 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
   
}
.bg-bk  img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    object-fit: cover;
   
}
.bk-academis .item-bk:nth-last-child(2) {
    
    background: #b28721;
  
}
.about-area {
    padding-bottom: 110px;
}
.bk-academis 
{
    padding: 80x 0 0; 
}
.bk-academis .item-bk  h5{
    
    color: white;
    position: relative;
    z-index: 9;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}
/* .bk-academis a.btn-bk {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px 25px;
    background: #ffffffb6;
    color: black;
    border-radius: 20px 0 0 0;
    transition: 0.2s;
    /* border: 1px solid white; */
} */
.bk-academis a.btn-bk:hover {
   background: white;
}
.main-btn.main-btn-2 {
   
    background: white;
    color: black;
}
.main-btn.main-btn-2:hover {
   
    
    color: white;
}
.bk-academis a.btn-bk {
    position: absolute;
    bottom: -25px;
    left: 50%;
    padding: 16px 34px;
    background: #ffffff;
    color: black;
    border-radius: 13px;
    transition: 0.2s;
    /* border: 1px solid black; */
    transform: translateX(-50%);
    /* border: 1px solid; */
    z-index: 9;
    transition: 0.4s;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
    font-weight: 500;
}
.bk-academis a.btn-bk:hover 
{
    background-color: #b28721;
    color: white;
}


.about-content .main-btn,.slider-content .slider-btn li .main-btn
{
    border-radius: 13px;  
}

.slider-active .slick-arrow {
   
    background-color: rgb(3 98 64);
    
    
}
span.prev.slick-arrow 
{
    margin-right: 1rem;
}
.header-top-wrapper .header-top-right .header-link a 
{
    color: white;
}
.direction 
{
    color: #b28721!important;
    margin-top: 1rem;
    display: block;
}