/*
Theme Name: 
Theme URI: http://prosoft-phils.com/
Author: | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive Theme for
*/

/*--------------------------------------------------------------
STYLE FOR CUSTOM THEME
--------------------------------------------------------------*/
blockquote {
	color: #fbae0a;
	font-family: 'OpenSans-Regular', arial, sans-serif;
}

section {
	padding-top: 70px;
   padding-bottom: 70px;
}

section:first-of-type {
	margin-top: 97px;
}

.f36 {
	font-size: 36px;
}

ul.two-column-list {
	columns: 2;
}

a.green:hover {
	color: var(--color-orange);
}

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.home-pg {
	background: url('../img/home-bg.png') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

	.home-pg h1 {
		font-size: 36px;
	}

.home-fold-2 {
	background: transparent linear-gradient(0deg, #2C6BB2 0%, #36587D 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}

	.home-fold-2 table {
	    background-color: #fff;
	    color: var(--color-gray);
	    border-radius: 16px;
	}

	.home-fold-2 table p {
		margin-bottom: 0;
	}

	.home-fold-2 table tr {
	    border-bottom: none;
	}

	.home-fold-2 table td {
	    padding: 40px 30px;
	    vertical-align: top;
	    border-bottom: none;
	}

	.home-fold-2 table tr:first-child td {
	    border-bottom: 1px solid var(--color-blue);
	}

	.home-fold-2 table tr:last-child td {
	    border-top: 1px solid var(--color-blue);
	}

	.home-fold-2 table td:first-child {
	    border-right: 1px solid var(--color-blue);
	}

	.home-fold-2 table td:last-child {
	    border-left: 1px solid var(--color-blue);
	}

.home-fold-4 .fold-4-content-heading {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
}

	.fold-4-content-heading h4 {
		padding: 0;
		margin: 0;
	}

.home-fold-5 {
	background: transparent linear-gradient(0deg, #EBEBEBBA 0%, #E8E8E84D 100%) 0% 0% no-repeat padding-box;
	text-align: center;
}

	.home-fold-5 ul {
		list-style-type: none;
		columns: 2;
		margin-left: 0;
		padding-left: 0;
		text-align: left;
	}

	.home-fold-5 ul li {
		list-style-position: outside;
		margin-left: 1.5em;
		margin-bottom: 1rem;
		padding-left: 1em;
		text-indent: -1em;
	}

	.home-fold-5 ul li::before {
		content: "x";
		font-weight: 900;
 		padding-right: 5px;
	}

.home-fold-6 .package-card {
	box-shadow: 0px 3px 20px #9E9E9E99;
	border-radius: 16px;
	padding: 40px 30px;
	margin-bottom: 1.5rem;
}

.home-fold-6 .package-name {
	margin-left: -58px;
	margin-bottom: 1rem;
}

.home-fold-6 ul {
	list-style-type: none;
	padding-left: 0;
}

.home-fold-6 ul li {
	list-style-position: outside;
	margin-bottom: 1rem;
	padding-left: 1em;
	text-indent: -1em;
}

.home-fold-6 ul li::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	padding-right: 5px;
}

.home-fold-6 .package-1 ul li::before {
	color: var(--color-orange);
}

.home-fold-6 .package-2 ul li::before {
	color: var(--color-green);
}

.home-fold-6 .package-3 ul li::before {
	color: var(--color-blue);
}

.home-fold-7 {
	background: #EAFFDB;
}

	.home-fold-7 ul {
		list-style-type: none;
		columns: 2;
		margin-left: 0;
		padding-left: 0;
		text-align: left;
	}

	.home-fold-7 ul li {
		list-style-position: outside;
		margin-left: 1.5em;
		margin-bottom: 1rem;
		padding-left: 1em;
		text-indent: -22px;
	}

	.home-fold-7 ul li::before {
		content: "\f00c";
		color: var(--color-green);
		font-family: 'FontAwesome';
		font-weight: 900;
 		padding-right: 8px;
	}

.home-fold-8 {
	color: #fff;
	background: url('../img/fold8bg.png') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

	.home-fold-8 ul {
		columns: 2;
		margin-left: 0;
		padding-left: 0;
		text-align: left;
	}

	.home-fold-8 ul li {
		list-style-position: outside;
		margin-left: 1.5em;
		margin-bottom: 1rem;
		padding-left: 1em;
		text-indent: -1em;
	}

.home-fold-10 {
	background: transparent linear-gradient(0deg, #EBEBEBBA 0%, #E8E8E84D 100%) 0% 0% no-repeat padding-box;
}

	.home-fold-10 .get-started-step {
		display: flex;
		margin-bottom: 1rem;
	}

	.home-fold-10 .get-started-step h5 {
		padding: 0;
	}

	.home-fold-10 .get-started-step p {
		margin-bottom: .5rem;
	}

	.home-fold-10 .get-started-step a:hover {
		color: var(--color-orange) !important;
	}

	.home-fold-10 .get-started-step img {
		min-width: 100px;
	}

.accordion-header button,
.accordion-item {
	background: #EFF0F5 !important;
	text-align: left;
}

.accordion-header {
	margin-bottom: 0;
	padding-bottom: 0;
}

	.accordion-header .accordion-button, .accordion-body {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

.accordion-item {
	border: none;
	margin-bottom: 1.5rem;
}

.accordion-body p {
	margin-bottom: .5rem;
}

.accordion-button::after {
    font-family: 'FontAwesome';
    content: '\2b';
    background-image: unset !important;
    text-align: center;
}

.accordion-button:not(.collapsed)::after {
    font-family: 'FontAwesome';
    content: '\f068';
}

.home-fold-12 {
	background: url('../img/fold12bg.png') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.desktop-header-fixed {
	padding: 30px 15px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	background-color: var(--color-dblue);
}

.header {
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}

/*HEADER ON SCROLL*/
.desktop-header-scroll {
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}

/*.desktop-header-scroll ul.nav-menu > li > a {
		color: #333;
	}

.desktop-header-scroll .logo img {
	width: 65%;
}
*/

.logo a {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}

	.logo a:hover {
		color: var(--color-green);
	}

/*NAV MENU*/
ul.nav-menu {
	list-style: none;
	text-align: right;
	padding-left: 0;
	margin-bottom: 0;
}

	ul.nav-menu li {
		display: inline-block;
		margin-left: 15px;
	}

		ul.nav-menu > li > a {
			text-decoration: none;
			/*text-transform: uppercase;*/
			color: #fff;
			font-family: 'OpenSans-Bold', arial, sans-serif;
			/*padding-left: 15px;*/
			-webkit-transition: all 300ms ;
			-moz-transition: all 300ms ;
			-ms-transition: all 300ms ;
			-o-transition: all 300ms ;
			transition: all 300ms ;
			display: block;
		}

		

	/*NAV ACTIVE LINK*/
	ul.nav-menu > li.current_page_item > a {
		color: var(--color-green);
	}

	/*NAV ON HOVER*/
	ul.nav-menu li a:hover{
		color: var(--color-green);
		-webkit-transition: all 300ms ;
		-moz-transition: all 300ms ;
		-ms-transition: all 300ms ;
		-o-transition: all 300ms ;
		transition: all 300ms ;
	}

	ul.nav-menu li:last-child a:hover{
		color: #fff;
		-webkit-transition: all 300ms ;
		-moz-transition: all 300ms ;
		-ms-transition: all 300ms ;
		-o-transition: all 300ms ;
		transition: all 300ms ;
	}

/*----- NAV MENU: 1st LEVEL SUB MENU -----*/
	ul.nav-menu li ul.sub-menu {
		display: none;
	}

	ul.nav-menu li:hover ul.sub-menu {
		display: block;
	}
	
	ul.nav-menu li ul.sub-menu {
		list-style: none;
		padding-left: 0px;
		text-align: center;
		position: absolute;
		z-index: 1001;
		background: rgba(0,0,0,0.9);
		border-top: 3px solid #6b0500;
		margin-left: 0;
	}

	ul.nav-menu li ul.sub-menu li {
		display: block;
		margin-left: 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	ul.nav-menu li ul.sub-menu li a {
		color: #fff;
		/*text-transform: uppercase;*/
		display: block;
		min-width: 100px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

		ul.nav-menu li ul.sub-menu li a:hover {
			background: #6b0500;
			-webkit-transition: all 0ms !important;
			-moz-transition: all 0ms !important;
			-ms-transition: all 0ms !important;
			-o-transition: all 0ms !important;
			transition: all 0ms !important;
		}

	ul.nav-menu > li.menu-item-has-children a::after {
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
  		font-weight: 900;
		padding-left: 10px;
		color: red;
	}

		ul.nav-menu > li.menu-item-has-children ul li a::after {
			content: none;
		}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	text-align: center;
	color: #ffffff;
	background: var(--color-blue);
	padding-top: 30px;
	padding-bottom: 30px;
}

/*--------------------------------------------------------------
404 PAGE
--------------------------------------------------------------*/
.pg-404 {
	position: relative;
	height: 100vh;
}

.pg-404-content {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

	.pg-404-content i {
		margin-bottom: 20px;
	}

	.pg-404-content h1 {
		margin-bottom: 20px;
	}

	.pg-404-content p {
		margin-bottom: 0;
	}

/*--------------------------------------------------------------
NAV TAB STYLE RESET
--------------------------------------------------------------*/
.nav-tab-style-reset .nav-tabs {
	border-bottom: none;
}

.nav-tab-style-reset .nav-tabs .nav-item.show .nav-link,
.nav-tab-style-reset .nav-tabs .nav-link.active {
	background: none;
	border-color: none;
}

.nav-tab-style-reset .nav-tabs .nav-link {
	border: none;
}