/*
Theme Name: GENNDA
Author: Lionet Authors
Author URI: https://lionet.co.za/
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.6
Tested up to: 5.7.2
Requires PHP: 5.2
License: UnderStrap WordPress Theme, Copyright 2013-2021 Howard Development &amp; Consulting
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/
#wrapper-navbar {
  position: relative;
  z-index: 9;
  height: 9vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#main-nav {
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.home #main-nav {
  background: #fff !important;
  border-bottom: 0px solid rgba(0,0,0,0.1);
}
.entirehomewrap {
  width: 100%;
  height: 91vh;
}
body, p, li{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #032E3E;
}

.navbar-collapse {
	flex-grow: 0;
	align-items: flex-end;
}
.navbar-dark .navbar-nav .nav-link{
	color: #032e3e;
	transition: 0.7s;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #DA261E;
}
.navbar-nav .active > .nav-link{
	color: #DA261E !important;
}
.entirehomewrap > div {
	height: 100%;
	margin: 0;
	padding: 0px;
}
.homeservices{
	overflow: auto;
	background: #000;
}
.homeservices .servicecont{
	height:100% ;
	transition: 0.7s;
}
.homeservices div:hover .servicecont {
	opacity: 0.7;
}
.homeservices div:hover a{
	/*background: #032e3e;*/
	color: #da261e;
}
.homeservices div:hover a{
	opacity: 1;
	transition: 0.6s;
	z-index: 999;
	position: absolute;
}
.homeabout {
	background-image: url(img/gen-home1.jpg);
	background-size: cover;
	background-position: right bottom;
}
.homeabout a{
	transition: 0.7s;
	transform: scale(1);
}
.homeabout:hover a{
	/*transform: scale(1.1);*/
	color: #fff;
	background: #c41e15;
} 
.homeabout a {
	padding: 20px 20px;
	background: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 30px;
	position: absolute;
	top: 47%;
	text-transform: uppercase;
	left: 0px;
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	color: #c41e15;
}
.homeservices div, .homeservices {
    position: relative;
    padding: 0px;
    z-index: 0;
    margin: 0px;
}
.homeservices.secondscroll {
	overflow: scroll;
	margin-top: -190px;
	z-index: 0;
	position: relative;
}
.homeservices div a{
transition: 0.7s;
	font-size: 22px;
	position: absolute;
	bottom: 0px;
}
/*.homeservices div:hover  a{
	font-size: 23px;
}*/
.homeservices div:nth-child(1) .servicecont{
	background-image: url(img/training.jpg);
	background-size: cover;
	background-position: center 35%;
	background-repeat: no-repeat;
}
.homeservices div:nth-child(3) .servicecont{
	background-image: url(img/Untitled-6.jpg);
	background-size: cover;
	background-position: center 25%;
	background-repeat: no-repeat;
}
.homeservices div:nth-child(2) .servicecont{
	background-image: url(img/consult.jpg);
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat;
}
.homeservices div a {
	padding: 10px 20px;
	background: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 30px;
	bottom: 0px;
	text-transform: uppercase;
	left: 0px;
	text-decoration: none;
	font-weight: 400;
	color: #032e3e;
	width: 210px;
}
.col.homeservices .row {
	align-items: flex-end;
	justify-content: flex-start;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 30.3vh;
}
.navbar-brand img {
	width: 210px;
}
nav.bg-light {
	background-color: #fff !important;
}
.hadersec2, .hadersec1{
	height: 70vh;
}
.headsec1{

}
.col.hadersec2 {
	background: #DA261E;
	padding: 0px;
	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.entireaboutwrap .row {
	padding: 0px;
	margin: 0;
}
.hadersec2 h2{
		padding: 20px 20px;
	background: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 30px;
	text-transform: uppercase;
	left: 0px;
	text-decoration: none;
	font-size: 30px;
	font-weight: 900;
	color: #c41e15;
	width: 320px;
	z-index: 9;
	position: relative;
}
.header2overlay:hover {
	opacity: 1;
}
.headsec1{
	background-image: url(img/gen-home1.jpg);
	background-size: cover;
	background-position: center bottom;
}
 .readmorecont a{
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}
.readmorecont {
	width: 100%;
	padding-top: 25px;
	text-transform: capitalize;
	padding-left: 19px;
}
article.container{
	padding: 60px 0px;
}
h3.art1{
	color: #626F85;
}
.bizobj div {
	background: #626F85;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 70px;
	padding-left: 0;
	margin-top: 5px;
	height: 40px;
}
/*.bizobj div:hover{
	transition: 0.4s;
	background: #da261e;
}*/

.row.bizobj{
	max-width: 500px;
}
h4 {
	font-size: 20px;
	font-weight: 700;
}
.row.vision .col-3 {
	display: flex;
	justify-content: center;
}
.icon {
	width: 90px;
	max-width: 90px;
	border: 0px solid #000;
	/* padding: 35px; */
	/* border-radius: 40px; */
	/* transform: scale(0.9); */
	margin-left: 25%;
}
.row.vision, .row.mission{
	padding: 20px;
	border: 0px solid #000;
}
.row.values .icon{
	margin-right: 20px;
}

h4 {
	color: #000;
	border-bottom: 1px solid #000;
	width: 150px;
	padding-bottom: 10px;
}
.headingsubtitle {
	text-transform: capitalize;
	border-bottom: 2px solid #000;
	width: 320px;
	/* font-weight: 200; */
	background: #DA261E;
	color: #fff;
	padding: 5px;
}
.headingsubtitle span{
	font-weight: 200;
}
.loadingOverlay {
	position: fixed;
	width: 100vw;
	height: 100%;
	background: #fff;
	z-index: 10;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.philos {
	background: #DA261E;
	padding: 10px 26px;
	margin-top: 25px;
	border-top: 1px solid #000;
}
.philos p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
}
footer{
	background: #032e3e;
	height: 150px;
}
.footmott{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.footmott p {
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.footmott div {
	width: 460px;
	border-top: 1px solid #fff;
}

#sherqpage .headsec1.sherq{
	background-image: url(img/sherq.jpg);
	background-size: cover;
	background-position: center bottom;
}
#sherqpage .sherqservicebg{
	color: #fff;
}
.imgresp{
	max-width: 100%;
}
#sherqpage .sherqservicebg p {
	font-size: 18px;
	font-weight: 300;
	padding-top: 5px;
	text-decoration: ;
	border-bottom: 1px solid #032E3E;
	max-width: 300px;
	color: #032E3E;
}
#consulting .headsec1{
	background-image: url(img/Untitled-6.jpg);
	background-size: cover;
	background-position: center bottom;
}
#training .headsec1{
	background-image: url(img/Untitled-1.jpg);
	background-size: cover;
	background-position: center bottom;
}
#auditing .headsec1{
	background-image: url(img/consult.jpg);
	background-size: cover;
	background-position: center bottom;
}
#team .headsec1{
	background-image: url(img/our-team.jpg);
	background-size: cover;
	background-position: right bottom;
}
#contact .headsec1{
	background-image: url(img/team.jpg);
	background-size: cover;
	background-position: center bottom;
}
.col-5.quote{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.ourteamqoute{
	/*min-height: 350px;*/
}
.ourteamqoute .col-7{
	padding: 0px;
}
.ourteamqoute .col-7 div {
	background-image: url('img/Asset 1.png');
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 100%;
}
.ourteamqoute .wpb_single_image .vc_figure, .ourteamqoute .wpb_single_image .vc_figure *{
	width: 100%;
}
.ourteamqoute{
	background: #032E3E;
}
.ourteamqoute .wpb_content_element{
	margin-bottom: 0px;
}
.ourteamqoute .vc_column_container > .vc_column-inner{
	padding: 0px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.ourteamqoute {
	display: flex;
	align-items: center;
}
blockquote {
	/*border-top: 1px solid #032E3E;
	border-bottom: 1px solid #fff;*/
	padding: 20px;
	margin: 0px 20px;
}
blockquote p{
	line-height: 32px;
	color: #fff;
}
.exec .title {
	background: #032E3E;
	color: #fff;
	font-size: 22px;
	padding: 14px;
	font-weight: 300;
	    border-top-right-radius: 40px;
}
.sherqservicebg a{
	text-decoration: none;
	/*color: #DA261E;*/
	display: block;
	transition:0.8s;
	transform: scale(1);
}
#sherqpage .sherqservicebg a:hover{
	color: #DA261E;
	transform: scale(1.05);
}
.btn.btn-primary {
	color: #fff;
	background-color: #DA261E !important;
	border-color: #DA261E !important;
}
.form-control:focus {
    background-color: #fff;
    border-color: #DA261E;
    box-shadow: none;
}
.contactsubheads {
	font-weight: 600;
	/* text-decoration: underline; */
	border-bottom: 1px solid;
	width: 100px;
	padding-bottom: 5px;
}
.homeservices:nth-child(2) div {
    transition: 1s;
    left: 0;
}
.headsec1{
	background-color: #000;
}
.home #footer-full-content {
	display: none;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
	color: #000;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	border: 0px;
	padding: 10px;
}
.navbar-expand-md .navbar-nav .dropdown-menu a:hover{
	background: #fff;
	color: #da261e;
}
/*************************RESPONSIVE*******************/


@media (max-width: 1080px){
	.navbar-toggler {
	background: #DA261E;
}
	.hadersec2, .hadersec1 {
		height: 40vh;
	}

	#valPhil .wpb_column.vc_column_container.vc_col-sm-2\/5 {
	width: 80%;
}
.icon {
	width: 100px;
	max-width: 100px;
	border: 0px solid #000;
	margin-left: 0px;
}
/*#main-nav div.container {
	display: block;
}*/
.vc_row.wpb_row.vc_inner.vc_row-fluid.sherqservicebg > div {
	width: 100%;
}
#consultingblock .wpb_wrapper .sectionservice {
	float: left;
	width: 150px;
}
.wpb_single_image.wpb_content_element {
	width: 100%;
	float: left;
}
.sherqservicebg > .vc_column-inner {
	background: #032E3E;
}
.entireaboutwrap .row {
	padding: 0px;
	margin: 0;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.hadersec2 {
	height: auto;
    margin-top: 0;
  }
  .col.headsec1.sherq, .col.hadersec2 {
	height: 40vh;
}
}


@media (max-width: 991px){

	
}

@media (max-width: 768px){
	.vc_row.wpb_row.vc_row-fluid.pagesect {
	padding-left: 40px;
	padding-right: 40px;
}
.icon {
	width: 70px;
}
#vissionAbout .wpb_column.vc_column_container.vc_col-sm-1\/5, #missionAbout .wpb_column.vc_column_container.vc_col-sm-1\/5 {
	width: 100px;
	float: left;
}
#vissionAbout .wpb_column.vc_column_container.vc_col-sm-4\/5, #missionAbout .wpb_column.vc_column_container.vc_col-sm-4\/5{
	width: calc(100% - 100px);
	float: left;
}
#valPhil .wpb_column.vc_column_container.vc_col-sm-1\/5{
	width: 100px;
	float: left;
}
 #valPhil .wpb_column.vc_column_container.vc_col-sm-2\/5{
	width: calc(100% - 100px);
	float: left;
}

#valPhil div:nth-child(3) {
	width: 100%;
}
#valPhil #philosophy {
	width: 100%;
}
.headingsubtitle {
	width: 100%;
}
.serviceOver {
	background-color: rgba(0,0,0,0.5);
}
#single-service-wrapper .col.hadersec2 {
	height: auto;
	display: block;
	margin-top: 30px;
	padding-top: 30px;
}
article .col.headsec1 {
	display: none !important;
}
article .readmorecont{
	padding-bottom: 20px;
}
#about {
	margin-top: 60px;
}
#main article .row.container.p-5.m-5 {
	margin: 0px !important;
}
#single-service-wrapper .col.hadersec2 {
	height: auto;
	display: block;
	margin-top: 30px;
	padding-top: 150px;
}
#about {
	margin-top: 30px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.ourteamqoute {
	flex-direction: column-reverse;
}
	.ourteamqoute div {
	width: 100% !important;
}
.bio.wpb_column.vc_column_container.vc_col-sm-3 {
	padding-top: 70px;
	padding-bottom: 40px;
	border-bottom: 1px solid #fff;
}

}

@media (max-width: 479px){
	.ourteamqoute div {
	width: 100% !important;
}
#ceo {
	margin-top: 70px;
}
	.col.hadersec2 {
	height: 200px;
}
.readmorecont {
	padding-left: 25px;
}
#page > div.row {
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}
.hadersec2, .hadersec1 {
	height: 25vh;
	width: 100vh;
}
.headsec1 {
	position: relative;
	top: 10px;
	height: 220px;
}
#page.site > .row {
	display: block;
}
.hadersec2, .hadersec1 {
	height: 300px;
	width: 100%;
	margin-top: -10px;
}
#wrapper-navbar{
	border-width: 0px;
}
.hadersec2 {
	height: 50px;
	width: 100%;
	margin-top: -10px;
	background: #da261e;
}.hadersec2 h2 {
	padding: 10px 20px;
	border-bottom: 10px solid #000;
}
article .col.headsec1 {
	height: auto;
}
}


