@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family:"Poppins",  sans-serif ;
    line-height: 1.7;
    color:#6a6a6a;
    overflow-x: hidden;
    position: relative; 

    
}

h1,h2,h3,h4, h5,h6{
    font-weight: 700  !important;
    color:#323323;
}
a{
    color:#323323;
    text-decoration:none;
    transition: all 0.4s ease;
    font-weight: 500;
}
a:hover{
    color: #a3916e;

}
img{
    width :100%;
}
/*top nav*/
.top-nav{
    background: #2b5ea3;
    padding-top: 5px;
    padding-bottom: 5px;
   
}
.top-nav p{
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16;
    color:#fff;
}
.top-nav i,
.top-nav span{
    vertical-align: middle;
}
.top-link ul{
     list-style: none;
}

.social-links {
    text-align: end;
}
.social-links a, .social-links-footer a {
    width: 34px;
    height: 34px;    
    display: inline-flex;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.social-links  a:hover{
    color: #a3916e;
   
}
.logo img{
    width: 120px;
}
@media (max-width:768px) {
    .contact-details,.social-links {
        text-align: center;
    }
    .logo img {
        width: 70px;
    }
}

@media (max-width:587px) {
    
    .logo img {
        width: 78px;
       
    }
    .logo  {
       
        text-align: center;
    }
}
.section-padding{
    position: relative;
    padding : 170px 0;
    
    transition: all .4s ease-in-out;
}
.bottom{
    padding-top : 120px ;

}
.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar.scrolled{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #b3cae9;
}
.navbar .navbar-nav .nav-link:hover
 {
    background-color: #a3916e !important;
    color: #fff !important;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 16px;
    padding-left: 16px;
}
}
/* Style the navbar */
#navbar {
    overflow: hidden;
   
     z-index: 10000;
  }
  
  /* Navbar links */
  #navbar a {
    
    display: block;
   
   
  }
  /*scrolling*/
  /* make the header nav sticky on scroll */
/* make the header nav sticky on scroll */
.header{
  
    position: absolute;
    width: 100%;
 
    z-index: 2;
    transition: all .4s ease-in-out;
  }
  
  .header.header--fixed {
    position: fixed;
    top: 0;
  }
  
  /* active styles */
  .main-menu > .nav-item > a.active {
    background-color: #a3916e !important;
    color: #fff !important;
  }
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 20px;
  }
.btn-brand{
    color: #fff;
    background-color: #a3916e;
}
.btn-brand:hover{
    color: #fff;
    background-color: #2b5ea3;
}
.slider1{
    margin-top: 90px;
    background-image: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.3337)),url(../img/slider1.jpg);
     min-width: 100%; 
     height: 100vh;
}
.slider2{
    margin-top: 90px;
    background: linear-gradient(rgba(9,32,50,0.3),rgba(9,32,50,0.3337)),url(../img/slider2.jpg);
     max-width: 100%; 
     height: 100vh;

}
.bg-cover{
    background-position: top !important;
    background-size: cover !important;
    
}
@media (max-width: 768px) {
    .slider1{        
         height: 50vh;
    }
    .slider2{        
        height: 50vh;
   }

   .section-padding {
   
    padding: 100px 0;
    
}

.navbar {
   
    font-size: 15px;
}
    }
/*owl carsoul*/
.owl-prev,
.owl-next{
    position: absolute;
    top:50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.3) !important;
    margin: -30px !important;
    color:#fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 100px !important;
}
.owl-prev{
    left:32px;
}
.owl-next{
    right:36px;
}
.owl-prev:hover,
.owl-next:hover{
    background-color: #a3916e !important;
    color: #fff !important;
}
/*intro*/
.intro-img{
    background-image: url( ../img/PETER-MAKGOBA.jpg);
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
}
.bg-brown{
    
    background-color: #a3916e !important;
}
.bg-blue{
    background-color:#2b5ea3 !important;
}

/*practice*/
.practice{
    z-index: -1;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    background: #a3916e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #a3916e;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #151515;
  }
  
  .back-to-top:hover i {
    color: #151515;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
}