/**
* Template Name: RUFFWAL TECHNOLOGIES - v2.0
* Template URL: https://www.ruffwal.com
* Author: Sodiq Ogundairo
/* 
#201E1E
#E46016 */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* body {
    color: #E46016;
  } */
  
  /* a {
    color: #201E1E;
  }
   */
  a:hover {
    /* color: #fff; */
    text-decoration: none;
  }
  
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #E46016;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 25px 0;
    box-shadow: 0px 2px 15px rgba(136, 139, 141, 0.1);
    display: flex;
    justify-content: space-between;
    height: 60px;
    position: fixed;
    width: 100%;
  }
  
  header.header-scrolled {
    top: 0;
  }
   
  header .logo img {
    width: 15%;
}

  @media (max-width: 992px) {
    header {
      top: 0;
    }
    header .logo {
      font-size: 28px;
    }
  }
  
  
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu > ul {
    display: flex;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #E46016;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 5px 2px;
  }
  

  .nav-menu .active > a {
    color: #201E1E;
    border-bottom: solid thin #E46016;
  }

  .nav-menu a:hover,
  .nav-menu li:hover > a {
    /* padding: 10px; */
    color: #201E1E;
    /* background-color: #E46016; */
    /* padding: 10px; */
    /* border-radius: 10px; */
    border-bottom: solid thin #201E1E;
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  
  .mobile-nav-toggle i {
    color: #E46016;
  }
  
  .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
  }
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #E46016;
    padding: 10px 20px;
    font-weight: bolder;
    outline: none;
  }
  
  .mobile-nav .active > a {
    color: #201E1E;
    text-decoration: none;
    width: max-content;
    border-radius: 10px;
  }

    
  .mobile-nav a:hover,
  .mobile-nav li:hover > a {
    color: #fff;
    text-decoration: none;
    background-color: #E46016;
    width: max-content;
    border-radius: 10px;
  }
  
  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(184, 113, 6, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }
 
  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  

.pad {
    margin-right: 5%;
    margin-left: 5%;
}


.main-btn {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover{
	color:#201E1E;
}

.my-float{
	margin-top:16px;
}

.no-border {
    border-style: none;
    border-width: 2px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 52px;
    padding-bottom: 52px;
}

.no-border:hover {
    border-style: dashed;
    background-color: lightgray;
}

.footer_logo a img {
    width: 40%;
}

.footer-linkr li a:hover {
    color: #E46016;
}

.max-h {
    max-height: 500px;
}

@media (max-width:580px) {
    .max-h {
        text-align: center;
    }
}

#about_card {
    padding: 40px;
    border-radius: 25px;
    font-size: larger;
}

.classic {
  border-bottom: solid thin #E46016;
}
.classic:hover {
  color: #E46016;
}

.dope:hover {
  color: #E46016;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

