/**************************
#Hicaliber Child Theme
**************************/
/** Generated by FG **/

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenir.eot');
	src: local('☺'), url('../fonts/avenir.woff') format('woff'), url('../fonts/avenir.ttf') format('truetype'), url('../fonts/avenir.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.header .menu a{
    font-family: 'Avenir';
    font-size: 20px !important;
}

html, body,
.hic-title h2,
.hic-title h3,
.post-content h2,
.post-content h3{
	font-family: 'Gothic A1', sans-serif;
}

.padded-box .hic-box{
	padding: 20px;
}

.contact-details {
    margin-bottom: 25px;
}

.menu.submenu.is-dropdown-submenu{
    background: #69737e;
}

.white-grid .grid-x.section-body{
	background: #FFF;
}

.project-element.image-above-content .hic-content.haslogo {
    min-height: 97px;
    justify-content: center;
}

.off-canvas .menu .is-accordion-submenu-parent > a::after{
	display: none;
}

.subscribeForm {
    max-width: 400px;
    margin: auto;
	text-align: left;
}

.subscribeForm input {
    border: solid thin #c4c4c4;
    padding: 0.438rem;
    height: 2.4375rem;
    width: 100%;
    margin-bottom: 15px;
}

.center-boxes .section-body {
    justify-content: center;
}

.contactForm input {
	border: none;
	background: #FFF;
	border-bottom: solid thin #b0b0b0;
	width: 100%;
	margin: 0;
	height: unset;
	padding: 10px;
}

.fields-wrap label{
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #3e4543;	
}

.fields-wrap input[type="checkbox"] + label::before{
	top: 0;
}

.fields-wrap > div {
    flex-basis: calc(50% - 30px);
    margin: 0 15px;
	margin-bottom: 20px;
}

.fields-wrap {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
}

.contactForm  button{
	float: right;
	background: #d82630;
	color: #FFF;
	border: none;
	-webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,0);
	box-shadow: 0 0 8px 02px rgba(0,0,0,0);
	transition: all .2s ease;
}

.contactForm  button:after{
	display: none;
}

.contactForm  button:hover {
    transform: translateY(-3px) scale(1.02);
    -webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
    box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
}

.contact-page-main .cell:first-child{
	align-self: start;
	-webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
	padding: 30px;
	margin-bottom: 40px;
}

.contact-page-main .cell:last-child{
	padding-left: 30px;
}

.contact-page-main .contact-details a {
	color: #000;
}

@media(max-width: 768px){
	.contact-page-main .cell:first-child{
		-webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,0);
		box-shadow: 0 0 8px 02px rgba(0,0,0,0);
	}
	
	.fields-wrap > div {
		flex-basis: 100%;
	}
}

.section-body .cell:not(.has-image) > .hic-box .hic-image-container{
	display: block !important;
}



/**************************
#Author box - start
**************************/

.post-meta-bottom {
    margin-top: 10px;
}

.author-box {
    display: flex;
}

.author-box--avatar {
    flex-basis: 20%;
}

.author-box--avatar img {
    border-radius: 99999px;
}

.author-box--content {
    padding-left: 20px;
	width: 100%;
}

.author-box--content-header {
    display: flex;
}

.author-box--content-header__left {
    flex: 1;
}

.author-box--content-name {
    font-size: 28px;
}

.author-box--content-header {
    margin-bottom: 10px;
}

.author-box--content-date {
    color: #d82630;
}

.author-box--content-header__social-box {
    -webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
    box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
    border-radius: 5px;
}

.author-box--content-header__social-box a {
    padding: 14px 30px;
    display: inline-block;
}

.author-box--content-header__social-box a:not(:last-child) {
    border-right: 1px solid #eee;
}

.author-box {
    padding: 30px;
    margin-bottom: 0;
}

/**************************
#Author box - end
**************************/

/**************************
#Single Posts - start
**************************/

.post-links small {
    display: block;
}

.pre-next-links {
    display: flex;
}

.pre-next-links .post-links{
    flex-basis: 50%;
}

.post-links small a {
    color: #919191;
	background: #f9f9f9;
}

.pre-next-links .post-links:first-child{
	padding-right: 10px;
	text-align: right;
}

.pre-next-links .post-links:last-child{
	padding-left: 10px;
	text-align: left;
}

.single-post h1 {
	font-family: 'Gothic A1', sans-serif;
	font-size: 70px;
}

.post-content .type-post{
	max-width: 640px;
	margin: auto;
}

.post-content p,
.post-content .wp-block-image,
.post-content h2,
.post-content h3{
	margin-bottom: 30px;
}

.post-content em{
	font-weight: 100;
	background: #f4f4f4;
}

.post-content em:hover{
	background: #e8e8e8;
}

.post-content b{
	color: #313131;
}

.post-content .wp-block-image img {
    width: 100%;
}

.post-content figcaption strong {
    font-weight: 400;
}

.post-content ul{
	padding-left: 20px;
}


/**************************
#Single Posts - end
**************************/

.center-titles .hic-title{
	text-align: center;
}

.default-width .xsmall-container .grid-container {
    max-width: 700px;
}

.checklist > li::before {
    color: #576f9b !important;
    border: solid thin #000;
    display: block;
    padding: 0 5px;
}

.checklist > li {
	margin-bottom: 10px;
	padding-left: 40px;
}

ul.red-bullets{
	list-style: none;
}

ul.red-bullets li::before {
  content: "\2022";
  color: #CA1027;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.hic-blurb ul.underline-list li::before{
	display: none;
}

ul.underline-list li {
    text-align: center;
	padding: 10px 0;
}

ul.underline-list li::after {
    content: "";
    display: block;
    height: 1px;
    background: #aaa;
    width: 50%;
    margin: auto;
	margin-top: 10px;
}

.center-blurb .hic-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.hic-icon img {
    vertical-align: top;
}

.header .top-bar .menu  a{
	padding-top: 30px;
	padding-bottom: 30px;
}

.title-icon {
	width: 50px;
}

/**************************
#Project Posts - start
**************************/

.hic-image-container.has-description {
    position: relative;
}

.project-element.image-above-content .short-description {
    position: absolute;
	z-index: 99;
	text-align: center;
	background: #FFF;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project-element.image-overlay-content .short-description {
	display: none;
}

.project-element.image-overlay-content .hic-content {
    background: #FFF;
    opacity: 0;
	transition: all .4s ease-in-out;
}

.project-element.image-overlay-content .hic-content .hic-title a{
	width: 100%;
}

.project-element.image-overlay-content .hic-content.haslogo img {
    max-width: 145px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 100%;
	max-height: unset;
}

.project-element.image-overlay-content .hic-blurb{
	max-width: 300px;
	margin: 10px auto 0 auto;
}

.project-element.image-overlay-content .hic-category a {
    color: #000;
    font-size: 18px;
    margin-bottom: 4px;
    display: inline-block;
}

.project-element.image-overlay-content .hic-title h3 {
    font-size: 38px;
}

.project-element.image-overlay-content p {
	color: #000;
}

.project-element.image-overlay-content .hic-box:hover > .hic-content{
	opacity: 1;
}

.project-element.image-overlay-content .hic-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project-element .hic-content.haslogo .hic-title {
    display: flex;
}

.hic-content.haslogo img {
    max-height: 30px;
}

.hic-content.haslogo .hic-category{
	display: none;
}

.project-element .hic-content.haslogo .hic-title a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #000;
}

.project-element .hic-content.haslogo .hic-title h3 {
    margin-bottom: 0;
}

/**************************
#Project Posts - end
**************************/

.project-banner{
	padding: 20px 0;
}

.project-banner h1{
	font-size: 100px;
	font-weight: 400;
}

.project-banner .hic-image{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.project-banner .hic-image{
	height: 100%;
}

.project-features{
	padding: 30px 0;
}

.project-features .hic-icon img {
    height: 150px;
    max-width: 150px;
    margin: 0;
}

.project-features .hic-image {
	background-size: 70px;
	background-repeat: no-repeat;
	
}

.project-reviews .grid-container {
    max-width: calc(1170px * 0.6 + ((100% - 1170px) / 2)) !important; 
    margin: unset;
    padding-left: calc(((100% - 1170px) / 2));
}

.project-reviews .bg-float::before{
	display: none;
}

.project-reviews .bg-helper {
	width: calc(1170px * 0.37);
	background-size: contain;
	right: calc(((100% - 1170px) / 2) + 15px);
	left: unset;
}

.shadow-boxes .hic-box {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
}

.shadow-content .hic-content {
    -webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
	position: relative;
	z-index: 9999;
}

.short-description{
	opacity: 0;
	transition: all .4s ease-in-out;
}

.project-element .hic-box:hover .short-description{
	opacity: 1;
}

.project-element .hic-title {
    display: flex;
}

.map-form-element.contact-layout-1 .section-header {
    -webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
    box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
    padding: 30px;
}

.testimonial-element.image-right-content.grid-layout-3 .section-footer {
    display: block;
    position: absolute;
}

.testimonial-element.image-right-content.grid-layout-3 .section-title {
    font-size: 6rem;
	margin-top: -30px;
}

.testimonial-element.image-right-content.grid-layout-3 .grid-container{
	display: flex;
}

.testimonial-main-content p {
    line-height: 1.3;
}

.testimonial-element.image-right-content.grid-layout-3 .section-header, 
.testimonial-element.image-right-content.grid-layout-3 .section-body{
	flex: 1;
}

.title-w-icon .section-title img{
	position: absolute;
	left: 0;
	transform: translateY(-7%) translateX(-113%);
	max-width: 65px;
}

img[src="https://komosion.komosionstaging.com/wp-content/uploads/2021/04/News.svg"]{
	padding-top: 15px;
}

.content-p-0 .hic-content {
    padding-top: 0;
    padding-bottom: 0;
}

.testimonial-element .client-details{
	margin-top: 0;
}

.blurb-shadow .hic-box{
	position: relative;
}

.testimonial-element.image-right-content.split-25-75 .hic-box{
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
	padding: 20px;
	border-radius: 15px;
}

.blurb-shadow .hic-blurb{
	-webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,.3);
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,.3);
	padding: 41px;
	position: absolute;
	width: 63%;
	z-index: 999;
	background: #FFF;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.gray-buttons .button {
    background: #69737e;
    color: #FFF;
    border: none;
}

@media(max-width: 900px){
	.blurb-shadow .hic-blurb{
		padding: 20px;
		width: unset;
		position: static;
		transform: unset;
		box-shadow: unset;
	}
	.testimonial-element.image-right-content.grid-layout-3 .grid-container{
		display: unset;
	}
	.testimonial-element.image-right-content.grid-layout-3 .section-title {
		font-size: 26px;
		margin-top: unset;
	}
	
	.testimonial-element.image-right-content.grid-layout-3 .heading-and-subheading{
		text-align: center;
	}
}

@media(max-width: 800px){
	.blurb-shadow .hic-blurb{
		padding: unset;
	}
}

.title-w-icon .section-title {
    display: inline-block;
    border-bottom: 7px solid #576F9B;
    position: relative;
}

.round-corner-grid .section-body {
    border-radius: 10px;
    overflow: hidden;
}

.wp-block-button__link {
    background-color: #d82630 !important;
}

.image-left-content .has-image .hic-content {
    padding-top: 0 !important;
}


.content-box-element.image-overlay-content.grid-layout-1 .hic-content {
    opacity: 0;
	background-color: rgba(255, 255, 255, 0.7);
	transition: all .4s ease-in-out;
	cursor: pointer;
}

.content-box-element.image-overlay-content.grid-layout-1 .hic-content:hover {
	opacity: 1;
}

.content-box-element.image-overlay-content.grid-layout-1 .hic-title h3, .content-box-element.image-overlay-content.grid-layout-1 p {
    color: #000;
}

.rounded-corners .hic-image{
	border-radius: 8px;
}

.button {
    border: #000 solid 2px;
    color: #000;
    border-radius: 50px;
}

.button.light {
    background: #d82630;
    color: #FFF;
    border: none;
}

.button.light:hover {
    background: #bd2029;
}

.podcast-links .button::after {
    display: none;
}

.podcast-links .button {
    border-radius: 4px;
    margin: 2px;
	line-height: 22px;
}

.podcast-links {
    margin: 0 -4px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

@media(min-width: 767px){
	.podcast-links .button {
		flex-basis: 50%;
	}
	.podcast-links {
		flex-wrap: nowrap;
	}
}


.section-footer .hic-button-wrap a:hover {
    background: #221f20;
}

.button::after {
    font-family: 'Font Awesome 5 Pro';
	content: '\f105';
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
}

.footer-dark .footer{
	background: #3E4543 !important;
}

.bottom-footer {
    background-color: #d82630 !important;
}

.cell.footer-col.footer-col-1 {
	flex: 1;
}

#top-bar-menu,
.logo-wrap,
.menu-container {
	transition: all .4s ease-in-out;
}

#top-bar-menu.dissabled .logo-wrap{
	transform: translateX(-50px);
	opacity: 0;
}

#top-bar-menu.dissabled .menu-container{
	transform: translateX(50px);
	opacity: 0;
}

.header .top-bar .menu .active > a {
    border-top: none;
    margin-top: 0;
}

.home-banner-links.image-above-content:not(.grey-section):not(.has-bg-img) .hic-box{
    background-color: #f2f2f200;
}

.home-banner-links .hic-image-container {
    width: 150px;
height: 150px;
border-radius: 50%;
background: #b92031;
margin: auto;
}
.home-banner-links .hic-image {
    top: 50%;
    transform: translateY(-50%);
}

.home-banner-links .hic-title h3{
	color: #FFF;
}

.hero .hero-banner-message h1{
    font-size: 80px;
	font-family: 'Gothic A1', sans-serif;
}

.header-transparent .hero .hero-banner-message {
    transform: translateY(-20%);
}

.home-banner-links{
	margin-top: -315px;
}

.footer-layout-4 .footer-col-1{
	width: 100%;
}

.footer-layout-4 .footer-col-2 {
    width: 30%;
}

.footer-layout-1 .button {
    background: #0d8ce0;
    border-radius: 5px;
    border: none;
}

.footer-layout-4 .grid-container{
	position: relative;
}

.footer-layout-4 .footer-col-4{
	position: absolute;
	right: 0;
}

.hero-banner-message .button{
	background: none;
	color: #FFF;
	border-color: #FFF;
}

.hero-banner-message .button:hover,
.button:hover{
	border-color: transparent;
}



.title-border .hic-title {
    margin-bottom: 10px;
}

.title-border .hic-title h3{
	border-bottom: solid 7px #d82630;
	display: inline;
	padding-bottom: 7px;
	line-height: 60px;
}

.text-ceenter{
	text-align: center;
}

.col-gap-0 .cell {
    margin-bottom: 0 !important;
    padding: 0;
}

.col-gap-0 .grid-container {
    padding: 0 15px;
}

.content-no-padding .hic-content {
	padding: 15px 0;
}

.header .top-bar .menu a, .header .top-bar .menu a, .header .top-bar .menu a, .header .top-bar .menu a, li > a {
	border-bottom: solid 5px transparent !important;
}

.header .top-bar .menu .active > a, .header .top-bar .menu a:hover, .header .top-bar .menu a:active, .header .top-bar .menu a:focus, li.is-active > a {
	border-bottom: solid 5px #d82630 !important;
    color: #FFF !important;
}

.header .menu .is-dropdown-submenu li a:hover,
.header .menu .is-dropdown-submenu li a{
	border-bottom: none !important;
}

.content-box-element.content-only.grey-section .hic-title h3{
	color: #ca1027;
}

.titles-lg .hic-title h3{
	font-size: 80px;
}

.member-name {
    font-size: 30px;
    font-weight: 600;
}

.grey-boxes .hic-box {
    padding: 30px;
    background: #221f20 !important;
    color: #FFF;
}

.rounded-corners .hic-box{
    border-radius: 10px;
}

.white-boxes .hic-box{
	background: #FFF !important;
}

.hic-blurb span {
    color: #CA1027;
}

.hic-blurb span.lg {
	font-size: 24px;
}

.lg-titles .hic-title h3 {
    font-size: 2.5rem;
}

.hero-bg-overlay{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#161616+0,161616+100&0.8+0,0.05+27,0.05+69,0.8+100 */
background: -moz-linear-gradient(top,  rgba(22,22,22,0.8) 0%, rgba(22,22,22,0.05) 27%, rgba(22,22,22,0.05) 69%, rgba(22,22,22,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(22,22,22,0.8) 0%,rgba(22,22,22,0.05) 27%,rgba(22,22,22,0.05) 69%,rgba(22,22,22,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(22,22,22,0.8) 0%,rgba(22,22,22,0.05) 27%,rgba(22,22,22,0.05) 69%,rgba(22,22,22,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc161616', endColorstr='#cc161616',GradientType=0 ); /* IE6-9 */

}

.hero .hero-banner-message h1 small {
    font-size: 40px;
    line-height: 1.2;
    display: block;
}


.testimonial-element.image-above-content .hic-image-container.details {
    width: 30%;
    float: left;
}

.testimonial-element.image-above-content  .client-details {
    margin-top: 0;
    width: 70%;
    float: left;
}

.author {
    font-weight: bold;
}

.map-form-element [type="text"],
.map-form-element textarea{
	border: none;
	background: #FFF;
	border-bottom: solid thin #b0b0b0;
}

.map-form-element.contact-layout-1 .section-header a {
    color: #1b1b1b;
}

.gfield_required {
    color: #db2630;
}

.title-short-border .section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    margin: auto;
        margin-top: auto;
    margin-top: 5px;
}

#gform_submit_button_1 {
    float: right;
    background: #d82630;
    color: #FFF;
    border: none;
	-webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,0);
	box-shadow: 0 0 8px 02px rgba(0,0,0,0);
	transition: all .2s ease;
}

#gform_submit_button_1:hover{
	transform: translateY(-3px) scale(1.02);
	-webkit-box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 02px rgba(0,0,0,.1);
}

.map-form-element label {
    color: #3e4543;
}

.two-col-input{
	float: left;
	width: 50% !important;
}

.gfield textarea {height: 50px;}

.map-form-element ::-webkit-input-placeholder { 
  color: #000;
}

.map-form-element :-ms-input-placeholder { 
  color: #000;
}

.map-form-element ::placeholder {
  color: #000;
}

figure.aligncenter {
    text-align: center;
}

figcaption {
    display: block !important;
}

.testimonial-main-content::before {
    content: "";
    display: block;
    width: 42px;
    height: 38px;
    background: url('https://komosion.komosionstaging.com/wp-content/uploads/2021/04/quotes.svg');
        background-repeat: repeat;
    background-repeat: no-repeat;
    background-size: contain;
	transform: translateY(-7px);
}

.page-element .social-media i::before {
    background: #000;
    color: #FFF;
    display: block;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.social-media i {
	text-align: center;
}
.cell-no-margin .cell{
	margin-bottom: 0 !important;
}

.title-w-border .hic-title h3::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #CA1027;
    display: block;
    margin-top: 16px;
    margin-bottom: 25px;
}

/**************************
#Footer - start
**************************/

footer .social-media i::before {
    background: #FFF;
    color: #d82630;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

footer .social-media li:not(:last-child) {
    margin-right: 5px;
}

.footer-dark .footer{
	color: #aeaeae;
}

.footer-dark .footer h4{
	font-family: Georgia, serif;
	font-weight: 100;
	color: #FFF;
	margin-bottom: 30px;
}

.footer-dark .footer h4 span {
    font-family: 'Gothic A1', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
	color: #aeaeae;
	font-size: 18px;
}

body:not(.footer-theme) .footer a:hover{
	color: #FFF !important;
}

.footer a::after{
	display: none;
}

.footer .contact-details {
    padding-left: 25px;
}


/**************************
#Footer - end
**************************/

.content-box-element.icon-above-content .hic-box:hover .hic-title span{
	color: #d82630;
}

.content-box-element.icon-above-content.hover-effect .hic-box:hover .hic-icon img{
	filter: invert(0%) sepia(100%) saturate(3487%) hue-rotate(347.3deg);
	-webkit-filter: invert(0%) sepia(100%) saturate(3487%) hue-rotate(347.3deg);
}

.next-prev-section {
    display: flex;
    justify-content: center;
}

.prev-nav .hic-image,
.next-nav .hic-image{
	width: 80px;
	height: 50px;
}

.prev-nav {
	text-align: right;
}

.next-nav {
	text-align: left;
}

.prev-nav .nav-box,
.next-nav .nav-box{
	display: flex;
}

.prev-nav .nav-image-container{
	order: 2;
}

.prev-nav a,
.next-nav a{
	padding: 0px 30px;
	background: #FFF;
	display: block;
	color: #333;
	border-radius: 13px;
	-webkit-box-shadow: 0 3px 3px 2px rgba(000,000,000,.2);
	box-shadow: 0 3px 3px 2px rgba(000,000,000,.2);
	position: relative;
}

.prev-nav .nav-box{
    display: flex;
	display: -webkit-flex;
	justify-content: end;
	-webkit-justify-content: end;
}

.prev-nav a{
	padding-left: 50px;
}

.next-nav a{
	padding-right: 50px;
}

.prev-nav a::before {
    content: "\f104";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
}

.next-nav a::before {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
}

.nav-image-container{
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

.prev-nav .nav-image-container{
	padding-left: 20px;
}

.next-nav .nav-image-container{
	padding-right: 20px;
}

.hic-post-meta-nav {
    margin: 0 15px 20px 15px;
}

.single .testimonial-element.default-section.has-bg-img {
    background-color: #eaeaea;
}


.single .testimonial-element .hic-image{
	width: unset !important;
	height: unset !important;
}

.single .testimonial-element .hic-image:before{
	padding-top: 100%;
}

.content-box-element.contained-content-right .hic-content{
	padding-right: calc(((100% - 1170px) / 2) + 15px);
}

.content-box-element.contained-content-left .hic-content{
	padding-left: calc(((100% - 1170px) / 2) + 15px);
}

.image-padding-lg .image-list {
	padding: 60px;
}

/* NEW  */

.project-overview.image-right-content.then-left .cell.has-image .hic-content{
	padding-left: calc(((100% - 1170px) / 2) + 15px) ;
}

.project-overview.image-right-content.then-left .cell:nth-child(2n).has-image .hic-content{
	padding-right: calc(((100% - 1170px) / 2) + 15px);
	padding-left: 40px;
}

.project-overview.image-right-content.then-left .cell:nth-child(2n).has-image .hic-content{
	background: #FFF;
	color: #333;
}

.project-overview.image-right-content.then-left .has-image .hic-image{
	margin-bottom: 0;
	height: 100%;
}

.project-overview.image-right-content.then-left .hic-content {
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project-overview{
	padding: 0;
}

.project-overview .hic-title h3 {
    border-bottom: solid 2px #d82630;
    display: inline;
    padding-bottom: 7px;
}

.project-overview .hic-title{
	margin-bottom: 10px;	
}

#load-more {
    display: none;
}

.header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	margin-top: -10px;
}

.team-element.default-section .member-name {color: #d82630;}
.team-element .member-position {font-weight: 700;}
.team-element .social-media {margin-top: 10px;}
.team-element.page-element .social-media i::before {background: #cb2027;}

@media(min-width: 641px){
	.project-overview.image-right-content.then-left .cell:nth-child(2n).has-image .hic-image-container{
		width: 60%;
	}
	.project-overview.image-right-content.then-left .hic-content{
		width: 60%;
	}

	.project-overview.image-right-content.then-left .hic-image-container{
		width: 40%;
	}
	.project-overview.image-right-content.then-left .cell:nth-child(2n).has-image .hic-content{
		width: 40%;
	}
}


@media(max-width: 1210px){
	
	.project-overview.image-right-content.then-left .cell:nth-child(2n).has-image .hic-content{
		padding-right: 40px;
	}

	.project-overview.image-right-content.then-left .hic-content{
		padding-left: 40px;
	}
	
	
	.project-reviews .grid-container {
		width: 100%;
		padding: 0 15px;
	}
}

@media(max-width: 1170px){
	
	.project-reviews .bg-helper {
		width: 35%;
		right: 0;
	}
	
}


@media(max-width: 1023px){
	
	.footer-layout-4 .footer-col-4{
		position: static;
	}
	
	.image-overlay-content .hic-content.haslogo{
		font-size: 14px;
	}
	
	.image-overlay-content .hic-content.haslogo{
		font-size: 14px;
	}
	
	.image-overlay-content .hic-content.haslogo .hic-title h3{
		font-size: 20px;
	}
	
	.image-overlay-content .hic-content.haslogo .button{
		font-size: 14px;
		padding: 7px;
	}
	
	.project-element.image-overlay-content .hic-content.haslogo img{
		max-width: 80px;
	}

}

@media(max-width: 768px){
	
	.home-banner-links{
		margin-top: 0;
	}
	
	.home-banner-links .hic-title h3 {
		color: #000;
		font-size: 15px;
	}
	
	.hero .hero-banner-message h1 {
		font-size: 45px;
	}
	
	.footer-layout-4 .footer-col-2{
		width: 100%;
	}
	
	.next-prev-section{
		display: block;
	}
	
	.prev-nav .nav-box, .next-nav .nav-box{
		justify-content: center;
	}
	
	.prev-nav a,
	.next-nav a{
		margin: auto;
	}
	
	.project-banner h1{
		font-size: 50px;
	}
	
	.project-reviews .grid-container {
		max-width: 100% !important;
	}
	
	.project-reviews .bg-helper{
		display: none;
	}

}

@media(max-width: 640px){
	
	
	
}

@media(max-width: 450px){
	.author-box--content-header__social-box a{
		padding: 5px 8px;
	}
	.author-box{
		padding: 0;
	}
	
}

/**************************
#Animation - start
**************************/

.hero-heart {
    max-width: 400px;
    margin: auto;
}

/**************************
#Animation - end
**************************/
/**************************
FORM - START
**************************/
  .support-request-form .gform_footer input{
  background-color: transparent;
    border-radius: 0;
    padding:0px;
    text-transform: uppercase;
    color: #000;
	  border: 2px solid transparent;
    border-bottom: 2px solid #e9773c;
    padding-bottom: 10px;
  }
   .support-request-form .gform_footer::after{
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        margin-left: 10px;
        transition: all .3s ease;
        position: absolute;
    }
    .support-request-form .gform_footer::after{
         top: -7px;
    }
    .support-request-form .gform_footer{
        display: inline;
        position: relative;
    }
    .support-request-form .gform_footer input{
         padding-bottom:0px;
    }
    .support-request-form .gform_footer:hover::after{
   padding-left: 10px;
        color: #e9773c;
        
    }
.fade-white-bg .contact-us-form input {
    height: 55px;
   }
   .fade-white-bg .contact-us-form ::placeholder{
       color:#4c4c4c;
   }
.fade-white-bg.page-element .section-header .section-title,
  .fade-white-bg.page-element .section-header .sub-heading{
    color: #000;
  }
  .fade-white-bg.page-element .section-header .section-title span{
    color: #666666;
  }

  .fade-white-bg.page-element .section-body{
    color: #000;
  }
  .fade-white-bg.page-element .bg-image{
    background-position: center bottom;
  }
  .fade-white-bg.page-element .bg-image::before{
    background-color: transparent;
  }
/*Support Request - Start*/
.support-request-form.fade-white-bg .grey-section{
	background-color:transparent!important;
}
.support-request-form.fade-white-bg .gform_body input{
	height: 55px;
	padding-left: 10px;
	padding-right: 10px;
}
.support-request-form.fade-white-bg .ginput_complex label{
	display:none;
}
.support-request-form.fade-white-bg .gform_body input[type="file"] {
  border: 1px solid #cacaca;
  padding-top: 12px;
	background-color:#fff;
}
.support-request-form.fade-white-bg .contact-us-form .gform_footer::after{
	display:none
}
.support-request-form.fade-white-bg .gform_footer input{
	padding:0px 0px;
	margin-top:45px;
}
.support-request-form .gform_wrapper .gform_fields .ginput_complex fieldset,
.support-request-form .gform_wrapper .gform_fields .ginput_complex span {
    flex: 1;
}
.support-request-form .gfield textarea{
	height: 150px;
	resize: none;
}
.support-request-form .gform_wrapper .gform_fields .gfield_header_item,
.support-request-form .gform_wrapper .gform_fields .gform_fileupload_rules,
.support-request-form .gform_wrapper .gform_fields .ginput_complex label {
    font-size: 16px;
    padding-top: 0.3125rem;
}
@media (min-width: 641px){
	.support-request-form .gform_wrapper .gform_fields .ginput_complex {
		display: flex;
		flex-flow: row wrap;
	}	
	.support-request-form .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
	.support-request-form .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-right: 1%;
	}
	.support-request-form .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
	.support-request-form .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
		padding-left: 1%;
		padding-right: 0;
	}
}

/*Support Request - End*/
/**************************
FORM - END
**************************/

.header .menu .is-dropdown-submenu li a {
	background-color: #1f497d;
}