@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
	Theme Name: AFRZEN
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Ram Kumar
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.5px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
.header {
  width: 100%;
  position: relative; /* Not fixed by default */
  top: 0;
  left: 0;
  z-index: 999;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 35px #000;
  z-index: 99999;
  transform: translateY(-20px); /* start slightly above */
  opacity: 0;
  animation: slideFadeDown 0.8s ease forwards;
}

@keyframes slideFadeDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.bgblue {
	background: #005BAA;
}
.bluecolor {
	color: #005BAA;
}
.redcolor {
	color: #ed1c24;
}
.bgblue {
	background: #005BAA !important;
}
.bgred {
	background: #ed1c24 !important;
}
.redbtn {
  color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.card-box-shadow {
  box-shadow: 0px 18px 20px #1A181829 !important;
  -webkit-box-shadow: 0px 18px 20px #1A181829 !important;
  -moz-box-shadow: 0px 18px 20px #1A181829 !important;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
}
.card-hover:hover {
  box-shadow: 0px 0px 10px #e6e6e0 !important;
  -webkit-box-shadow: 0px 0px 10px #e6e6e0 !important;
  -moz-box-shadow: 0px 0px 10px #e6e6e0 !important;
  border-color: #ed1c24 !important;
}
.redbtn:hover {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.scroll-hover {
  display: inline-block;
  transition: transform 0.3s ease;
}
.scroll-hover:hover > .bi {
  transform: translateX(-5px);
}
.mape-h {
  height: 100%;
}
#mega-menu-header-menu {
  text-align: center !important;
}
.svg-bg {
  background-image: url('https://murdochforrest.org/wp-content/uploads/2022/07/angle-bkgrd-blue-left-top.svg');
  position: absolute;
  width: 100%;
  height: 140%;
  background-repeat: no-repeat;
  background-position: center center;
  top: -20%;
  background-size: cover;
  left: -180px;
}
.svg-bg::before {
  content: "";
  background: #ed1c24;
  display: block;
  position: absolute;
  width: 10%;
  height: 100%;
  left: 0;
}
.desc p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .svg-bg {
    height: 120%;
    top: -10%;
    left: 0;
  }
.mape-h {
  height: 550px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 5px !important;	
	font-size: 16px !important;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.svg-bg {
		width: 110%;
	}
}
@media screen and (max-width: 1200px) {
 .mega-close::before {
    font-size: 40px !important;
    background: #f01a24;
  }
}
@media screen and (max-width: 575px) {
 .container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
}
.form-control:hover {
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-color: #ed1c24 !important;
}
.form-control {
  background: #fff !important;
  margin-bottom: 0px;
  border-radius: 5px !important;
  border: 1px solid #4d4d4d !important;
  outline: 0;
  padding: 1.7rem 2rem !important;
  display: block !important;
  width: 100% !important;
  resize: none;
  font-size: 14px !important;
}
.wpcf7-select {
  background-image: url("/wp-content/uploads/2025/04/down-chevron.png") !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
}
.ftelink {
  font-size: 18px;
  color: #000;
  line-height: 46px;
}
.ftelink .bi::before {
  background: #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  align-content: center;
  text-align: center;
}
.ftelink .bi {
  color: #ed1c24;
}
.ftelink:hover{
	color: #ed1c24;
}
.transtion, .transtion:hover {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.socialmedia .bi::before {
  background: #ed1c24;
  padding: 10px;
  border-radius: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  border: 1px solid #ed1c24;
}
.socialmedia .bi.bi-facebook::before {
  font-size: 22px;
  padding: 8px;
}
.socialmedia .bi:hover::before {
	background: #005BAA !important;
	border-color: #005BAA !important;
}
.wpcf7-form-control.wpcf7-submit {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  color: #fff !important;
  border-color: #fff !important;
}
.breadcrumb-item a {
	color: #000;
}
.breadcrumb-item a:hover {
  color: #ed1c24;
}
.description p {
  margin-bottom: 20px;
}
.mission {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.brandbgopacity {
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.desc h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 20px 0;
}
.desc h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
.desc h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
.desc ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 40px;
}
.desc ul li {
  list-style: disclosure-closed;
}
.desc strong {
  font-weight: 600;
}
.thumbnail {
    position: relative;
    overflow: hidden;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.image-link:hover .image-overlay {
    opacity: 1;
}
.image-overlay i {
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
}
.image-link:hover .image-overlay i {
    transform: scale(1);
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  top: 50%;
  display: block;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  -webkit-transition: 1s cubic-bezier(.5,1,.75,1);
  -moz-transition: 1s cubic-bezier(.5,1,.75,1);
  transition: 1s cubic-bezier(.5,1,.75,1);
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  transition: all 0s;
    transition-timing-function: ease;
  transition-timing-function: ease;
  transition-timing-function: ease;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(.4,.08,0,.97);
}
.slick-prev::before, .slick-next::before {
  z-index: 99;
  position: absolute;
  top: 0;
  font-size: 50px;
  font-family: 'bootstrap-icons';
  display: block;
  border-radius: 0 !important;
  color: #fff;
  background: rgba(255, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  bottom: 0;
  align-content: center;
  align-items: center;
  align-self: center;
}
.slick-prev::before {
	content: "\F12C";
	left: 0;
}
.slick-next::before {
  right: 0;
  content: "\F135";
}
.mega-current-menu-item.parentmenu > a {
  color: red !important;
  font-weight: 500 !important;
}
.homeaboutsec {
  background-image: url("/wp-content/uploads/2025/09/BG9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.servicesec {
  background-image: url("/wp-content/uploads/2025/09/home-about-bg-scaled.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.productsbg {
  background-image: url('/wp-content/uploads/2025/09/AdobeStock_249421830--scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}
.vmcard i svg {
  fill: #ed1c24;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.contsecbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.brandbgopacity.contop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    135deg,
    rgba(237, 28, 36, 0.9),
    rgba(0, 91, 170, 0.9)
  );
}

#horizontal-ticker-top .base-template__wrapper {
	max-width: 100vw;
	padding: 50px 0;
}
#horizontal-ticker-top .horizontal-ticker .swiper {
	width: 100%;
	overflow: hidden;
}
#horizontal-ticker-top .swiper-wrapper {
	display: flex;
	align-items: center;
}
#horizontal-ticker-top .swiper-slide {
	width: auto !important;
	height: 80px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
}
#horizontal-ticker-top .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.6s ease;
}
/*------------- Jobs Css ----------- */
.entry-title.awsm-jobs-single-title {
  display: none !important;
}
.awsm-job-entry-content {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.awsm-job-entry-content h2 {
  font-size: clamp(16px, 1vw, 24px);
  font-weight: bold;
  margin: 20px 0 20px 0;
}
.awsm-job-entry-content h2:first-of-type {
	margin-top: 0 !important;
}
.awsm-job-specification-item {
  font-size: 16px;
  line-height: 30px;
}
.awsm-job-form-inner h2 {
  font-size: clamp(18px, 1.5vw, 26px);
  text-transform: uppercase;
  font-weight: bold;
}
.awsm-job-form-group label {
	font-size: 14px;
}
.awsm-job-inline-group {
  margin-bottom: 40px;
}
#awsm-application-form .awsm-job-form-control {
  background: #fff !important;
  margin-bottom: 0px;
  border-radius: 5px !important;
  border: 1px solid #4d4d4d !important;
  outline: 0;
  padding: 1.7rem 2rem !important;
  display: block !important;
  width: 100% !important;
  resize: none;
  font-size: 14px !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#awsm-application-form .awsm-job-form-control:hover {
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-color: #ed1c24 !important;
}
#awsm-application-form .awsm-application-submit-btn {
  color: #ed1c24 !important;
  outline: 0;
  background: transparent;
  padding: 10px 40px;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  border: 2px solid #ed1c24 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}
#awsm-application-form .awsm-application-submit-btn:hover {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}
.page-title.awsm-jobs-archive-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 2rem;
}
.awsm-job-post-title {
    color: #005BAA;
}
.awsm-grid-item .awsm-job-item:hover .awsm-job-post-title {
	color: #ed1c24 !important;
}
.awsm-job-more-container {
    width: 100%;
    margin: 20px 0 10px 0;
}
.awsm-job-more {
    background: #005BAA;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
}
.awsm-grid-item .awsm-job-item:hover .awsm-job-more {
	background: #ed1c24 !important;
}
.awsm-job-search.awsm-job-form-control {
    padding: 8px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}
.awsm-load-more-main .awsm-load-more {
  background: #ed1c24 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  border-color: #ed1c24 !important;
  padding: 15px !important;
}