/*
Theme Name: Grace I.T Theme For Consult (Travels & Jobs)
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);
}
.light-white_bg {
	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);
}
/*
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: .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: .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: .2rem; 
}
.title-underline3{
	width: 150px;
	height: .1rem; 
	background: var(--primary-color);
	-webkit-transition: width 2s;
	transition: width 2s;
	margin: 0 auto 1rem 0; 
}
.title-underline3:hover{
    width: 98%;
	height: .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 .5rem 1rem rgba(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 .5rem 1rem rgba(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;
}
.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.0);
	transform: scale(1.0);
	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;
}