/*!
Theme Name: ComingSoon - Grace I.T
Theme URI: https://www.graceitservices.com/
Author: Justice Kwesi Akuffo
Author URI: RI: https://www.graceitservices.com/
Description: Grace IT Services Multi-Purpose Theme for coming soon or under construction
Version: 0.1.1
*/
/*-------------------------------------------------------------
	#Import All Link CSS - 0.0.1
--------------------------------------------------------------*/ 
@import url('assets/css/bootstrap.min.css'); 
@import url('assets/css/bootstrap-icons.css'); 

/*-------------------------------------------------------------
	# Import Fonts - 0.0.2 
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&family=Open+Sans&display=swap');
  
/*-------------------------------------------------------------
	#Root CSS - 0.0.2 
--------------------------------------------------------------*/
:root {
	--primary-color			: 	#08294a;
	--primary-close-color	: 	#608cb8;
	--second-color			: 	#d6202d;
	--white-color			:	white;
	--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 {
	font-family: 'Open Sans', sans-serif;
	color: var(--white-color);
	/*background: url("assets/img/bg.jpg") top center no-repeat;*/
	background-size: cover;
	position: relative;
}
body::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(34, 34, 34, 0.9);
	z-index: 5;
}
@media (min-width: 1024px) {
	body{
		background-attachment: fixed;
	}
}
.sfont {
	font-family: 'Oleo Script', cursive;
} 
.mfont{
	font-family: 'Open Sans', sans-serif;
}
a {
    color: var(--primary-color);
    transition: 0.6s;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: var(--second-color);
    transition: all 0.6s ease-in-out;
    outline: none; 
	}
p{
	padding: 0;
	margin: 0 0 1rem 0;
}
p:last-child {
	margin: 0;
}
h1, h4{
	font-family: 'Oleo Script', cursive;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.mt-n1 {
  margin-top: -5rem !important;
}
#main {
	position: relative;
	z-index: 6;
}
/*-------------------------------------------------------------
	#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-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);
}
/*------------------------------------
	Social CSS - 0.0.3 
--------------------------------------*/
.facebook a{
	color: var(--light-black-color1) !important;
}
.twitter a {
	color: var(--light-black-color1) !important;
}
.instagram a{
	color: var(--light-black-color1) !important;
}
.googleplus a{
	color: var(--light-black-color1) !important;
}
.youtube a{
	color: var(--light-black-color1) !important;
}
.linkedin a{
	color: var(--light-black-color1) !important;
}
.whatsapp a{
	color: var(--light-black-color1) !important;
}
.facebook a:hover{
	color: var(--facebook-color)!important;
}
.twitter a:hover {
	color: var(--twitter-color)!important;
}
.whatsapp a:hover {
	color: var(--whatsapp-color)!important;
}
.instagram a:hover{
	color: var(--instagram-color)!important;
}
.googleplus a:hover{
	color: var(--googleplus-color)!important;
}
.youtube a:hover{
	color: var(--youtube-color)!important;
}
.linkedin a:hover{
	color: var(--linkedin-color)!important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: var(--primary-color);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 28px;
	color: var(--white-color);
	line-height: 0;
}
.back-to-top:hover {
	background: var(--second-color);
	color: var(--white-color);
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	z-index: 6;
	/* countdown */
}
#header h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#header h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}
#header .countdown {
  margin-bottom: 30px;
}
#header .countdown div {
	text-align: center;
	margin: 10px;
	width: 100px;
	padding: 15px 0;
	background: rgba(255, 255, 255, 0.12);
	border-top: 5px solid var(--primary-color);
}
#header .countdown div h3 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 0px;
}
#header .countdown div h4 {
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 575px) {
	#header .countdown div {
	width: 70px;
	padding: 10px 0;
	margin: 10px 8px;
}

#header .countdown div h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

#header .countdown div h4 {
	font-size: 14px;
	font-weight: 500;
	}
}
#header .subscribe {
	font-size: 15px;
	text-align: center;
}
#header .subscribe h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  position: relative;
  padding-bottom: 12px;
}
#header .subscribe .subscribe-form {
  min-width: 300px;
  margin-top: 10px;
  background: var(--white-color);
  padding: 6px 10px;
  position: relative;
  text-align: left;
}
#header .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#header .subscribe .subscribe-form input[type=submit] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: var(--primary-color);
	color: var(--white-color);
	transition: 0.3s;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .subscribe .subscribe-form input[type=submit]:hover {
  background: #f50000;
}
#header .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

#header .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading-notify 1s linear infinite;
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#header .social-links {
  margin-top: -15px;
}

#header .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding-top: 14px;
  margin: 0 10px;
  text-align: center;
  transition: 0.3s;
}

#header .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
}
.section-title {
	text-align: center;
	padding-bottom: 15px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 20px;
  color: var(--primary-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-wrap {
  background: rgba(255, 255, 255, 0.06);
  padding: 60px;
}

.contact .info i {
  font-size: 30px;
  color: var(--white-color);
  float: left;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
/*
.contact .info {
	margin-bottom: 10px;
	margin-top: 10px;
}
*/
.contact .info h4 {
  padding: 0 0 0 70px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 0px 70px;
  margin-bottom: 0px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: var(--white-color);
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--primary-color);
  color: var(--white-color);
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.06);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--white-color);
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--white-color);
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--white-color);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white-color);
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--primary-color);
  border: 0;
  padding: 10px 24px;
  color: var(--white-color);
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff3333;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: rgba(19, 19, 19, 0.4);
	padding: 30px 0;
	color: var(--white-color);
	font-size: 14px;
	position: relative;
	z-index: 6;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--white-color);
}

#footer .credits a {
  color: #ff3333;
}