/*
Theme Name: HR Suite – Consult Theme from Grace I.T
Theme URI: https://www.graceitservices.com/
Author: Justice Kwesi Akuffo
Author URI: https://www.graceitservices.com/
GitHub Theme URI: https://www.graceitservices.com/
Description: The renowned WordPress theme for Grace IT Services Client.
Version: 0.2.5
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.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, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*-------------------------------------------------------------
	#Import All Link CSS - 0.0.1
--------------------------------------------------------------*/

@import url("assets/css/bootstrap.min.css");
@import url("assets/css/owl.theme.default.min.css");
@import url("assets/css/owl.carousel.min.css");
@import url("assets/css/magnific-popup.min.css");
@import url("assets/css/animate.min.css");
@import url("assets/css/boxicons.min.css");
@import url("assets/css/flaticon.css");
@import url("assets/css/meanmenu.min.css");
@import url("assets/css/nice-select.min.css");
@import url("assets/css/odometer.min.css");
@import url("assets/css/theuse.css");
@import url("assets/css/responsive.css");

/*-------------------------------------------------------------
	# Import Fonts - 0.0.2 
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

/*-------------------------------------------------------------
	#Root CSS - 0.0.2 
--------------------------------------------------------------*/
:root {
  --primary-color: #283569;
  --primary-close-color: #5869ac;
  --second-color: #f3a30a;
  --white-color: white;
  --white-color2: #ffffff;
  --black-color: #000000;
  --light-white-color: #fafafa;
  --gray-color1: #f3f3f3;
  --gray-color2: #e6e6e6;
  --gray-color3: #eeeeee;
  --gray-color4: #b2b2b2;
  --gray-color5: #7e7e7e;
  --gray-color6: #f4f4f2;
  --gray-color7: #dee2e6;
  --dsblue-color: #003348;
  --light-black-color1: #222222;
  --light-black-color2: #555555;
  --light-black-color3: #191919;
  --light-black-color4: #888888;
  --light-black-color4: #888888;
  --google-map-color: #dddddd;
  --youtube-color: #b31217;
  --facebook-color: #3b5998;
  --twitter-color: #55acee;
  --whatsapp-color: #075e54;
  --googleplus-color: #dd4b39;
  --linkedin-color: #0077b5;
  --instagram-color: #6651c3;
  --soundcloud-color: #6651c3;
  --reverbnation-color: #6651c3;
  --audiomack-color: #6651c3;
  --author-color: #7f8070;
  --transparent-color: transparent;
}

/*--------------------------------------------------------------
#1 General
--------------------------------------------------------------*/

body {
}
.sfont {
  font-family: "Sofia", cursive;
}
.mfont {
  font-family: "Open Sans", sans-serif !important;
}
a {
  color: var(--primary-color);
}

a:hover {
  color: var(--second-color);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
}
/*-------------------------------------------------------------
	#Typo - Texts CSS - 0.0.7 
--------------------------------------------------------------*/
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--second-color) !important;
}
.text-white {
  color: var(--white-color);
}
.text-white2 {
  color: var(--white-color2);
}
.text-light-white {
  color: var(--light-white-color);
}
.text-gray-color1 {
  color: var(--gray-color1);
}
.text-gray-color2 {
  color: var(--gray-color2);
}
.text-gray-color3 {
  color: var(--gray-color3);
}
.text-gray-color4 {
  color: var(--gray-color4);
}
.text-gray-color5 {
  color: var(--gray-color5);
}
.text-gmap-color {
  color: var(--google-map-color);
}
.text-black {
  color: var(--black-color);
}
.text-light-black1 {
  color: var(--light-black-color1);
}
.text-light-black2 {
  color: var(--light-black-color2);
}
.text-light-black3 {
  color: var(--light-black-color3);
}
.text-light-black4 {
  color: var(--light-black-color4);
}
/*-------------------------------------------------------------
	#Backgrounds, Margins & Paddings CSS - 0.0.7 
--------------------------------------------------------------*/
.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--second-color);
  border-color: var(--second-color);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: var(--second-color);
  border-color: var(--second-color);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.list-check li::before {
  color: var(--primary-color);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}
.primary_bg {
  background-color: var(--primary-color);
}
.second_bg {
  background-color: var(--second-color);
}
.white_bg {
  background-color: var(--white-color);
}
.lightWhiteBg {
  background-color: var(--light-white-color);
}
.gray1_bg {
  background-color: var(--gray-color1);
}
.gray2_bg {
  background-color: var(--gray-color1);
}
.gray3_bg {
  background-color: var(--gray-color2);
}
.light-black1_bg {
  background: var(--light-black-color1);
}
.light-black2_bg {
  background-color: var(--light-black-color2);
}
.light-black3_bg {
  background-color: var(--light-black-color3);
}
.black1_bg {
  background-color: var(--black-color);
}
.author-color_bg {
  background-color: var(--author-color);
}
.section-title {
  max-width: 900px;
}
.section-title span {
  color: var(--primary-color);
}
.team-content h3 {
  text-transform: capitalize;
}
/*
Production Area Three Style
======================================================*/
.production-process-area .production-item {
  border: 2px solid var(--primary-color);
}
.single-process {
  text-align: center;
}
.single-process i {
  background-color: var(--primary-color);
}
.single-process i:hover {
  color: #e2a750;
}
.single-process p {
  color: var(--primary-color);
}
.single-process.one {
  border: 20px solid var(--primary-color);
}
.single-process.one .one {
  color: var(--primary-color);
}
.single-process.two {
  border: 20px solid var(--primary-color);
}
.single-process.three {
  border: 20px solid var(--primary-color);
}
.single-process.four {
  border: 20px solid var(--primary-color);
}
.single-process.five {
  border: 20px solid var(--primary-color);
}
.single-process.six {
  border: 20px solid var(--primary-color);
}
.single-process.six .six {
  color: var(--primary-color);
}
.navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: var(--primary-color);
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--second-color);
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--primary-color);
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--white-color);
}
.navbar-area .others-option .search-form .form-control {
  width: 150px;
}
.title-underline {
  width: 200px;
  height: 0.1rem;
  background: var(--primary-color);
  -webkit-transition: width 2s;
  transition: width 2s;
  margin: 1rem auto 1rem auto;
  margin-bottom: 25px;
}
.title-underline:hover {
  width: 100%;
}
.title-underline2 {
  width: 200px;
  height: 0.1rem;
  background: var(--primary-color);
  -webkit-transition: width 2s;
  transition: width 2s;
  margin: 0 auto 1rem 0;
  margin-top: 20px;
  margin-bottom: 15px;
}
.title-underline2:hover {
  width: 98%;
  height: 0.2rem;
}
.title-underline3 {
  width: 150px;
  height: 0.1rem;
  background: var(--primary-color);
  -webkit-transition: width 2s;
  transition: width 2s;
  margin: 0 auto 1rem 0;
}
.title-underline3:hover {
  width: 98%;
  height: 0.2rem;
}
.about-area-two .about-content span {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--primary-color);
}

/*
Shop Area Two Style
======================================================*/
.shop-img {
  position: relative;
  overflow: hidden;
}

.shop-img .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black background */
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

.shop-img .overlay-content h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

.shop-img .overlay-content h3 a {
  color: #fff;
  text-decoration: none;
}

.shop-img .overlay-content h3 a:hover {
  text-decoration: underline;
}
.shop-img img {
  transition: transform 0.5s ease;
  width: 100%;
  display: block;
}

.single-shop:hover .shop-img img {
  transform: scale(1.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shop-img {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.single-shop:hover .shop-img:hover {
  transform: scale(1.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.underline-hover {
  text-decoration: none;
}

.underline-hover:hover {
  text-decoration: underline;
}
.default-btn {
  text-transform: capitalize;
}
.default-btn:hover {
  color: #ffffff;
  border-color: #272b2b !important;
  background-color: var(--primary-color);
}

/* custom-form.css */

.custom-form {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
}

.custom-form .form-label {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  display: block;
}

.custom-form .form-control {
  border-radius: 8px;
  border: 1.8px solid #ddd;
  transition: border-color 0.3s ease;
  font-size: 1rem;
  padding: 12px 15px;
}

.custom-form .form-control:focus {
  border-color: #0069d9;
  box-shadow: 0 0 8px rgba(0, 105, 217, 0.4);
  outline: none;
}

.custom-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.custom-form .form-check-label {
  font-size: 0.95rem;
  color: #555;
  user-select: none;
}

.custom-form .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
  cursor: pointer;
}

.custom-form .btn-primary {
  background: linear-gradient(135deg, #0069d9, #004085);
  border: none;
  border-radius: 10px;
  font-size: 1.25rem;
  padding: 12px 0;
  box-shadow: 0 5px 15px rgba(0, 105, 217, 0.4);
  transition: background 0.4s ease;
}

.custom-form .btn-primary:hover {
  background: linear-gradient(135deg, #004085, #002752);
  box-shadow: 0 7px 20px rgba(0, 65, 133, 0.7);
}

.custom-form .text-danger {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 576px) {
  .custom-form {
    padding: 20px 25px;
  }
}

.custom-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 0 8px var(--primary-color);
  outline: none;
}

.custom-form .btn-primary {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--second-color)
  );
  border: none;
  border-radius: 10px;
  font-size: 1.25rem;
  padding: 12px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.4s ease;
}

.custom-form .btn-primary:hover {
  background: linear-gradient(
    135deg,
    var(--second-color),
    var(--primary-color)
  );
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}
.content h2,
h4 {
  text-transform: capitalize;
}
.content h4 {
  text-transform: capitalize;
}
/*-------------------------------------------------------------
	#Profile/ CSS - 0.1.9
--------------------------------------------------------------*/
.about-me:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about-me h2 {
  text-transform: capitalize;
}
.relative {
  position: relative;
}
.lined-head {
  position: relative;
  padding-left: 62px;
}
.lined-head:before {
  background: var(--primary-color);
  position: absolute;
  content: close-quote;
  height: 2px;
  width: 40px;
  left: 0;
  top: 50%;
}
.experience li {
  padding-left: 86px;
  position: relative;
}
.experience li .dates {
  position: absolute;
  left: 0;
  top: 2px;
}
.experience li:not(:last-child) {
  margin-bottom: 30px;
}
.about-image {
  max-width: 474px;
}
.about-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s;
}
.user-exprnce {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.user-exprnce h1 {
  text-shadow: 0.1px 0.1px var(--white-color);
  font-size: 85px;
  margin-left: 13px;
}
.user-exprnce h4 {
  text-shadow: 1px 1px var(--black-color);
  margin-left: 20px;
}
.introHighlight {
  border-left: 4px solid var(--primary-color);
  position: relative;
  padding-left: 10px;
}
.introHighlight:before {
  position: absolute;
  content: close-quote;
  width: 4px;
  bottom: 0;
  left: 0;
  top: 0;
}
.dotList li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 25px;
}
.dotList li:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f192";
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--primary-color);
}
.ruthList li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 25px;
}
.ruthList li:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f192";
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--primary-color);
}
.imgHover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
}
.imgHover img:hover {
  transition: all 1s;
  margin: 1rem !important;
  border-radius: 10px;
}
.accordion-button {
  color: var(--primary-color);
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: var(--gray-color1);
}
.accordion-button:focus {
  border-color: var(--primary-color) !important;
}
.accordion-button:focus {
  border-color: var(--primary-color) !important;
}
#profiles {
  padding: 60px 0 30px 0;
}
#profiles .profile {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#profiles .profile .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#profiles .profile .details h3 {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 5px;
}
#profiles .profile .details p {
  color: var(--white-color);
  font-size: 12px;
  margin-bottom: 5px;
}
#profiles .profile .details .social {
  height: 30px;
}
#profiles .profile .details a {
  color: var(--primary-color) !important;
}
#profiles .profile .details a:hover {
  color: var(--white-color) !important;
}
#profiles .profile:hover .details {
  bottom: 0;
}
#profiles-details {
  padding: 60px 0;
}
#profiles-details .details h2 {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#profiles-details .details .social {
  margin-bottom: 10px;
}
#profiles-details .details .social a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}
#profiles-details .details p {
  font-size: 16px;
  margin-bottom: 10px;
}
.profile:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s;
}
.hero-slider-text {
  text-align: left;
  max-width: 900px;
  margin: 70px auto 0;
}

.hero-slider-text h1 {
  text-transform: capitalize;
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-slider-text p {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

/*-------------------------------------------------------------
	#Slider CSS - 0.0.8
--------------------------------------------------------------*/
.sliderContainer {
  margin-left: 100px;
  margin-top: 675px !important;
  margin-bottom: !important;
}
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
jssor_1 .jssorb132 {
  position: absolute;
}
.jssorb132 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb132 .i .b {
  fill: #fff;
  fill-opacity: 0.8;
  stroke: #000;
  stroke-width: 1600;
  stroke-miterlimit: 10;
  stroke-opacity: 0.7;
}
.jssorb132 .i:hover .b {
  fill: #000;
  fill-opacity: 0.7;
  stroke: #fff;
  stroke-width: 2000;
  stroke-opacity: 0.8;
}
.jssorb132 .iav .b {
  fill: #000;
  stroke: #fff;
  stroke-width: 2400;
  fill-opacity: 0.8;
  stroke-opacity: 1;
}
.jssorb132 .i.idn {
  opacity: 0.3;
}
.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.jssora051:hover {
  opacity: 0.8;
}
.jssora051.jssora051dn {
  opacity: 0.5;
}
.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}
.sMainContainer {
  position: relative;
  margin: 0 auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 1920px;
  height: 700px;
  overflow: hidden;
  visibility: hidden;
}
.silderLoading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.silderIntroImg {
  margin-top: -19px;
  position: relative;
  top: 50%;
  width: 38px;
  height: 38px;
}
.slidesContainer {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 700px;
  overflow: hidden;
}
.slideContainer {
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 700px;
  position: absolute;
}
.slideTitle {
  left: 80px;
  top: 400px;
  opacity: 1;
  height: 150px;
  position: absolute;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px var(--black-color) !important;
}
.slideTitle a {
  font-size: 100px !important;
  text-shadow: 2px 2px var(--black-color) !important;
}
.slideTitle a:hover {
  text-shadow: 2px 2px var(--white-color) !important;
}
.slideTitleMore {
  left: 80px !important;
  top: 520px;
  height: 157px;
  position: absolute;
  font-size: 50px;
}
@media only screen and (max-width: 769px) {
  .slideTitle {
    top: 400px;
  }
  .slideTitleMore123 {
    top: 400px;
  }
  .slideReadMore {
    font-size: 50px !important;
    padding-left: 25px !important;
  }
}
.slideReadMore {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
  -webkit-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
  box-shadow: 0 1px 10px rgba(52, 51, 49, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  text-transform: none;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 25px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 15px !important;
  padding-left: 20px !important;
}
.slideReadMore:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  -webkit-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
  box-shadow: 0 3px 10px rgba(52, 51, 49, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 30px;
}

.hDivider h3 {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.hDivider h3:before,
.hDivider h3:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid var(--primary-color);
  margin: auto;
}

.facts2 {
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
.facts {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
.bgTextWhite a {
  color: var(--white-color);
  transition: 0.3s;
}
.bgTextWhite a:hover {
  color: var(--second-color) !important;
}
/*** Facts 
@media (max-width: 991.98px) {
    .facts2 {
        position: relative;
        margin-top: -110px;
        z-index: 1;
    }
}***/
