/*
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: 'Arboria-Book', arial, sans-serif;
}

section {
	scroll-margin: 97px;
}

.fit-content {
	width: fit-content;
}

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/
.home-pg {
	position: relative;
	background: transparent linear-gradient(360deg, #D2E1F9, #FFFFFF00) 0% 0% no-repeat padding-box;
	min-height: 100vh;
}

	#home-banner-carousel .carousel-item img {
		object-fit: cover;
		object-position: bottom center;
		height: 100vh;
	}

.home-fold-1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	z-index: 100;
}

	.home-fold-1 h1, .home-fold-1 p {
		text-shadow: 0px 3px 6px #000000CF;
	}

	.home-fold-1 h1 {
		font-size: 80px;
		line-height: 80px;
	}

	.home-fold-1 p {
		letter-spacing: 1px;
		font-size: 30px;
	}

	.home-fold-1 img {
		width: 250px;
	}

	.home-fold-1 a {
		width: fit-content;
		margin: auto;
	}

.home-fold-2 {
	background: transparent linear-gradient(360deg, #F6F6F6, #D2E1F9) 0% 0% no-repeat padding-box;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}

	.home-fold-2 img {
		margin: auto;
		margin-bottom: 1.5rem;
	}

.home-fold-3 {
	position: relative;
	z-index: 100;
   background: url('../img/fold-3-bg.png') no-repeat top center;
   background-color: #F6F6F6;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}

	.home-fold-3 ul {
		width: fit-content;
		margin: auto;
		margin-bottom: 3rem;
	}

	.home-fold-3 li::before {
		padding-right: 7px;
 	   content: "•";
	   color: var(--color-orange);
	}

.home-fold-4 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url('../img/fold-4-bg.png') no-repeat bottom left;
   background-color: #F6F6F6;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
	background-attachment: fixed;
}

.home-fold-5 {
	position: relative;
	z-index: 100;
	padding-top: 80px;
	padding-bottom: 80px;
	background: url('../img/fold-5-bg.png') no-repeat top center;
   background-color: #F6F6F6;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   color: #fff;
}

	.home-fold-5 .play-btn {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.home-fold-5 a {
		width: fit-content;
	}

	.home-fold-5 a:hover {
		opacity: .8;
	}

.home-fold-6 {
	/*position: relative;
	z-index: -1;*/
	margin-top: -60px;
	padding-top: 120px;
	padding-bottom: 60px;
	background: url('../img/fold-6-bg.png') no-repeat bottom left;
   background-color: #F6F6F6;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   background-attachment: fixed;
}

.home-fold-7 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url('../img/fold-7-bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
   /*background: transparent linear-gradient(360deg, #FFFFFF00, #585858) 0% 0% padding-box;*/
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   color: #fff;
   position: relative;
}

	.home-fold-7 p {
		text-shadow: 0px 2px 2px #0000007D;
	}

/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
.blog-pg {
	padding-top: 140px;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.desktop-header-fixed {
	padding: 12px 15px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

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

.header .logo {
	display: flex;
	align-items: center;
}

/*HEADER ON SCROLL*/
.desktop-header-scroll {
	background: #fff;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	box-shadow: 0px 3px 6px #00000029;
}

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

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

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

	ul.nav-menu li {
		display: inline-block;
	}

		ul.nav-menu > li > a {
			text-decoration: none;
			text-transform: uppercase;
			color: #fff;
			font-family: 'HammersmithOne-Regular', 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;
			font-size: 17px;
		}

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

	/*NAV ACTIVE LINK*/
	ul.nav-menu > li.current_page_item > a {
		color: #ff9933;
	}

	/*NAV ON HOVER*/
	ul.nav-menu li a:hover{
		color: #ff9933;
		-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;
	}

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

	ul.nav-menu li:last-child {
		margin-left: 1rem;
	}

	ul.nav-menu li:last-child a {
		padding-left: 0;
		color: #fff !important;		
	}

.contact-header ul li a {
	color: #fff;
	font-size: 17px;
	font-family: 'HammersmithOne-Regular', arial, sans-serif;
}

.contact-header ul li a:hover {
	color: var(--color-orange);
}

.desktop-header-scroll .contact-header ul li a {
	color: #333 !important;
}

.desktop-header-scroll .contact-header ul li a:hover {
	color: var(--color-orange) !important;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	background: transparent linear-gradient(180deg, #585858 0%, #3A3A3A 100%) 0% 0% no-repeat padding-box;;
	color: #fff;
	margin-top: -80px;
	padding-top: 160px;
	padding-bottom: 20px;
}

	footer a {
		color: #fff;
	}

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

	footer .copyright {
		font-size: 13px;
		line-height: 20px;
	}

.social-profiles li {
	color: var(--color-orange);
	margin-right: .5rem;
}

.social-profiles li a {
	color: var(--color-orange);
	font-size: 24px !important;
}

.social-profiles li a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
CONTACT
--------------------------------------------------------------*/
.contact-pg {
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 100px;
    background: url('../img/contact-bg.png') no-repeat center;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

	.contact-pg .logo {
		margin-bottom: 20%;
	}

	.contact-pg a {
		color: #484848;
	}

	.contact-pg a:hover {
		color: #0d6efd;
	}

.contact-card {
	padding: 60px 50px;
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 80px 0px;
}

	.contact-card span.light {
		font-size: 12.5px;
	}

.contact-card2 {;
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 90px 0px;
	height: 100%;
}

	.home-fold-6 .contact-card2 .card-img {
		object-fit: cover;
		border-top-left-radius: 90px;
	}

	.home-fold-6 .contact-card2 .card-content {
		margin-top: -60px;
		padding: 0 50px 60px;
	}

	.home-fold-6 .card-content h3 {
		font-family: 'HammersmithOne-Regular', arial, sans-serif;
	}

/*--------------------------------------------------------------
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;
}