/*
Theme Name: Tigris Theme
Author: Mahsum
Author URI: https://tigristest.com
Description: A development theme, from static HTML to WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.navbar-inverse {
  background-image: url("./assets/img/banner-top.png") !important;
}

.pt-5{
  padding-top: 1rem!important
}

.pt-x3{
  padding-top: 3rem!important
}

li.current-menu-item>a {
  color: #ef5c27 !important;
}

.navbar-nav .nav-item .active {
  color: #ef5c27 !important;
}

ul.navbar-nav li.nav-item a.contact-info{
  color: #ffffff !important;
}

.font-italic{
  font-style: italic;
}