/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.header-logo img
{
	width:300px!important;
}

.top-phone .button-icon-right, .career-btn .button-icon-right
{
	margin-right: -40px;
    background: #163e7e;
    border-radius: 50%;
}

.top-phone .button-icon-right
{
	font-size: 14px;
	padding: 8px;
}

.career-btn .button-icon-right
{
	font-size: 18px;
	padding: 5px;
}

.global-btn .button-icon-right
{
	margin-right: -40px;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 14px;
	color:#ff7500!important;
}

.global-btn:hover .button-icon-right, .top-phone:hover .button-icon-right, .career-btn:hover .button-icon-right
{
	background: #ff7500;
	color:#fff!important;
}

.blue-btn .button-icon-right
{
	margin-right: -40px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 18px;
	color:#163e7e!important;
}

.blue-btn:hover .button-icon-right, .hm-cases .hm-case-study .fusion-column-wrapper:hover .global-btn
{
	background: #163e7e!important;
	color:#fff!important;
}

.hm-case-study .fusion-column-wrapper:hover 
{
	pointer-events:auto!important;
}

.slide-btn .material-icons {
    margin-right: -50px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
    margin-top: -5px;
    margin-left: 12px;
	color:#ff7500!important;
}

.slide-btn:hover .material-icons
{
	background:#ff7500!important;
	color:#fff!important;
}

.top-phone .fusion-button:hover .button-icon-right
{
	background: #ff7500;
}

.clip-100, .clip-36, .clip-15 {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

.quk-links ul
{
	display: flex;
    justify-content: space-between;
}

.quk-links ul li
{
	padding:10px 15px 15px 15px!important;
}

.quk-links ul li a
{
	color:#fff!important;
}

.ftr-form textarea
{
	height:130px!important;
}

.ftr-phone .button-icon-left, .quk-phone .button-icon-left
{
    background: #ff7500;
    padding: 8px;
    border-radius: 50%;
    font-size: 14px;
}

.ftr-phone .fusion-button:hover .button-icon-left, .ftr-copy a
{
	color:#fff!important;
}

.ftr-copy a:hover, .quk-links ul li a:before, .quk-links ul li a:hover
{
	color:#ff7500!important;
}

.quk-form .nf-form-content .list-select-wrap .nf-field-element > div {
	background: #333!important;
	color:#fff;
	opacity:1;
	border-radius:30px;
	border:1px solid rgba(255,255,255,0.2);
}

.quk-form .nf-form-content select.ninja-forms-field option {
    background: #333!important;
	color:#fff;
	opacity:1;
	border-radius:30px;
}

.quk_form .nf-form-content select.ninja-forms-field:focus {
    background: #333!important;
	color:#fff;
	opacity:1;
	border-radius:30px;
}

.ftr-form  .nf-form-content .list-select-wrap .nf-field-element > div {
	background: #fff;
	color:#333!important;
	border-radius:30px!important;
	opacity:1!important;
}

.ftr-form .nf-form-content select.ninja-forms-field option {
	background: #fff;
	color:#333!important;
	opacity:1!important;
	border-radius:30px!important;
}

.ftr-form .nf-form-content select.ninja-forms-field:focus {
	background: #fff!important;
	color:#333!important;
	border-radius:30px!important;
	opacity:1!important;
}

.quk-form .nf-form-content .list-select-wrap > div div::after {
	content: "\f0d7" !important;
	color: #fff !important;
}

.ftr-form .nf-form-content .list-select-wrap > div div::after {
	content: "\f0d7" !important;
	color: #333 !important;
}

.quk-form ::-webkit-input-placeholder { /* Edge */
  color: #fff!important;
  opacity:1!important;
}

.quk-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
  opacity:1!important;
}

.quk-form ::placeholder {
  color: #fff!important;
  opacity:1!important;
}

.ftr-form input::-webkit-input-placeholder, .ftr-form textarea::-webkit-input-placeholder { /* Edge */
  color: #333!important;
  opacity:1!important;
}

.ftr-form input:-ms-input-placeholder, .ftr-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333!important;
  opacity:1!important;
}

.ftr-form input::placeholder, .ftr-form textarea::placeholder {
  color: #333!important;
  opacity:1!important;
}

.ftr-form .submit-wrap .nf-field-element:after, .career-frm .submit-wrap .nf-field-element:after, .quk-form .submit-wrap .nf-field-element:after, .fusion-load-more-button:after{
    content: "\e901";
    font-family: 'haren' !important;
    position: absolute;
    top: 10px;
    z-index: 11;
    color: #fff;
}

.ftr-form .submit-wrap .nf-field-element:after, .quk-form .submit-wrap .nf-field-element:after
{
  right: -4px;
}

.career-frm .submit-wrap .nf-field-element:after
{
  right: 166px;
}

.ftr-form .submit-wrap::after, .career-frm .submit-wrap::after, .quk-form .submit-wrap::after, .fusion-load-more-button:after {
    background: #163e7e;
    padding: 15px;
    position: absolute;
    top: 10px;
    z-index: 1;
    border-radius: 50%;
	content:'';
}

.fusion-load-more-button
{
	position:relative!important;
}

.fusion-load-more-button:after
{
    top: 10px !important;
    left: 185px;
    content: "\e901" !important;
    font-family: 'haren' !important;
    padding: 6px;
}

.ftr-form .submit-wrap::after, .quk-form .submit-wrap::after
{
	right:-10px;
}

.career-frm .submit-wrap::after
{
	right: 160px;
}

.ftr-form .submit-wrap:hover:after, .career-frm .submit-wrap:hover:after, .fusion-load-more-button:hover:after, .quk-form .submit-wrap:hover:after
{
	background:#ff7500!important
}

.quk-form .nf-field-element:hover:after
{
	color:#fff!important;
}

.services .fusion-imageframe:before {
    content: '\f06e';
    background: rgba(52, 52, 52, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
	color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	opacity:0;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}

.services:hover .fusion-column-wrapper h3
{
	color:#ff7500!important;
}

.services:hover .fusion-imageframe:before
{
	opacity:1;
}

.timeline-box .content-box-column
{
	margin-bottom:0px!important;
}

.timeline-box .content-box-column .fa-check-circle::before {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "IBM Plex Sans Condensed";
    border: 1px solid #ff7500;
    padding: 3px 10px;
    border-radius: 50%;
    position: relative;
    left: -10px;
    top: 3px;
}

.timeline-box .content-box-column:nth-child(1) .fa-check-circle::before {
    content: '1';
}

.timeline-box .content-box-column:nth-child(2) .fa-check-circle::before {
    content: '2';
}

.timeline-box .content-box-column:nth-child(3) .fa-check-circle::before {
    content: '3';
}

.timeline-box .content-box-column:nth-child(4) .fa-check-circle::before {
    content: '4';
}

.timeline-box .content-box-column:nth-child(5) .fa-check-circle::before {
    content: '5';
}

.timeline-box .content-box-column .content-box-wrapper
{
	padding-left:15px!important;
}

.timeline-box .content-box-column .fa-check-circle:after
{
	content:'';
	background:#ff7500;
	position:absolute;
	width:1px;
	height:88px;
	left:5px;
	top:32px;
}

.timeline-box .fusion-content-boxes .heading
{
	margin-bottom:5px!important;
}

.timeline-box .content-box-column:nth-child(5) .fa-check-circle:after
{
	display:none!important;
}

.gmp .fa-check::before{
    content: '';
    background: url(/wp-content/uploads/2024/07/check-mark.svg);
    position: absolute;
    font-size: 24px;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-top: -15px;
    left: 42px;
}

.team-chk .fa-check:before {
    background: url(/wp-content/uploads/2024/08/checked.svg);
    color: transparent!important;
    font-size: 26px!important;
}

.hrn-process .fusion-imageframe:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    border-radius: 0 0 0 100%;
    content: '';
}

.hrn-process .fusion-imageframe:after {
    position: absolute;
    bottom: 0px;
    right: 0;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    border-radius: 0 0 100% 0;
    content: '';
}

.hrn-process .fusion-imageframe
{
	padding:10px!important;
}

.hrn-process .fusion-imageframe img
{
	background: #ff7500;
    padding: 15px;
	border-radius:50%;
}

.process-block .hrn-process:hover
{
	--awb-bg-color:#333!important;
}

.process-block .hrn-process:before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 220px;
    color: rgba(255, 255, 255, 0.03);
    font-weight: 700;
    font-family: "Open Sans";
	z-index:0;
}

.process-block .hrn-process:hover:nth-child(1):before
{
	content: '01';
}

.process-block .hrn-process:hover:nth-child(2):before
{
	content: '02';
}

.process-block .hrn-process:hover:nth-child(3):before
{
	content: '03';
}

.process-block .hrn-process:hover:nth-child(4):before
{
	content: '04';
}

.process-block .hrn-process:hover:nth-child(5):before
{
	content: '05';
}

.cs-box .heading-with-icon img
{
	background: #ff7500;
    padding: 15px;
    border-radius: 8px;
}

.cs-box .content-box-heading
{
	font-weight: 500;
    font-family: "Open Sans";
}

.schedule-mgmt {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
}

.schedule-mgmt .fusion-layout-column::after {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero);
    color: #fff;
    position: absolute;
    right: 35px;
    top: 10px;
    padding: 0px 5px;
    border-radius: 5px;
    background-color: #ff7500;
	opacity:0;
}

.schedule-mgmt .fusion-layout-column:hover::after
{
	opacity:1;
}

.blue-txt
{
	color:#163e7e;
	font-weight:500;
}

.orange-txt
{
	color:#ff7500;
	font-weight:500;
}

.perform-list {
    columns: 2;
}

.perform-list li
{
	padding:15px 0px!important;
	position:relative;
}

.perform-list li::marker {
    color: #ff7500;
}

.perform-list li:before {
    content: '';
    border-top: 1px solid rgba(52, 52, 52, 0.2);
    position: absolute;
    width: 295px;
    left: -30px;
    top: 0px;
}

.advantages .content-box-heading
{
	text-transform:uppercase;
}

.advantages .heading
{
	margin-bottom:5px!important;
}

.fab-boxes .heading .image
{
	background: #163e7e;
	border: 1px solid #163e7e;
    padding: 8px;
    border-radius: 5px;
}

.fab-boxes .content-box-heading
{
	padding-left:20px!important;
}

.fab-boxes .heading img
{
	margin-right:0px!important;
}

.fab-boxes .content-box-wrapper:hover .image
{
	background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(54,47,105,0.1);
}

.fab-boxes .content-box-column:hover:nth-child(1) img
{
	content:url('/wp-content/uploads/2024/07/Cabinets.svg');
}

.fab-boxes .content-box-column:hover:nth-child(2) img
{
	content:url('/wp-content/uploads/2024/07/Teller-Stations-1.svg');
}

.fab-boxes .content-box-column:hover:nth-child(3) img
{
	content:url('/wp-content/uploads/2024/07/Solid-Surface-Countertops-1.svg');
}

.fab-boxes .content-box-column:hover:nth-child(4) img
{
	content:url('/wp-content/uploads/2024/07/Complete-Wall-Sections-1.svg');
}

.fab-boxes .content-box-column:hover:nth-child(5) img
{
	content:url('/wp-content/uploads/2024/07/Accent-Walls-1.svg');
}

.fab-boxes .content-box-column:hover:nth-child(6) img
{
	content:url('/wp-content/uploads/2024/07/Floating-Shelves-1.svg');
}

.fab-boxes .content-box-column:hover:nth-child(7) img
{
	content:url('/wp-content/uploads/2024/07/Many-More-customize-1.svg');
}

.team-block p
{
	margin-bottom:0px!important;
}

.nf-fu-fileinput-button
{
	background: transparent!important;
    border: 1px dashed #bbbbbb!important;
    color: #333!important;
    text-transform: capitalize!important;
    padding: 15% 0px !important;
    border-radius: 16px!important;
    background-color: #f8f9fa!important;
	width:100%!important;
}

.projects-section .fusion-tabs.horizontal-tabs .nav
{
	border:none;
	border-bottom: 1px solid;
    margin-bottom: 30px;
}

.projects-section .fusion-tabs .tab-pane, .projects-section .fusion-tabs .nav-tabs.nav-justified
{
	border:none!important;
}

.projects-section .tab-link
{
	border-top:none!important;
}

.projects-section .fusion-tabs.classic.horizontal-tabs .nav-tabs>.active>.tab-link {
    border-top:none!important;
    border-bottom-width: 3px!important;
    border-bottom-style: solid !important;
}

.fusion-load-more-button {
	width: auto !important;
	margin: 30px auto !important;
	padding: 12px 27px;
	border-radius:30px;
	line-height: 1 !important;
	color:transparent!important;
}

.fusion-load-more-button:before {
    content: 'Load More'!important;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
}

/*********Old CSS ***********/
.quk-form .nf-field-container
{
	margin-bottom:0px!important;
}

.quk-form .nf-form-content
{
	padding-bottom:0px!important;
}

.quk-form .button-icon-left
{
	margin-right:10px!important;
}

.service-icon
{
	opacity:0!important;
	margin-bottom:-40px!important;
}

.service-block
{
	min-height:270px!important;
}

.nf-fu-progress
{
	display:none!important;
}

.ftr-form .nf-field-container {
    margin-bottom: 15px !important;
}

.services .fusion-column-wrapper .fusion-layout-column:hover h4
{
	color:#fff!important;
}

.services .fusion-column-wrapper .fusion-layout-column:hover .service-icon
{
	opacity:1!important;
	margin-bottom:0px!important;
}

.services .fusion-column-wrapper .fusion-layout-column:hover img
{
	filter: brightness(5)!important;
}

.bg-box 
{
	background: #fff;
    padding: 5px 10px;
}

.display-counter
{
	font-weight:800!important;
}

.counter-box-content
{
  font-weight:500!important;
}

.counter-box-container
{
	padding:20px 0px!important;
}

.swiper-slide .fusion-image-wrapper {
    border: 0px!important;
}

.hm-carousel .fusion-image-carousel
{
	margin:20px 0px !important;
}

.hm-carousel .fusion-carousel-item-wrapper
{
	width:200px!important;
	margin:0 auto!important;
}

.entry-title
{
	text-transform:uppercase!important;
	filter: drop-shadow(0px 7px 19px rgba(51,51,51,0.34));
}

.rotated-block img {
    margin-left: -15px;
}

.blue-block:after {
    content: '';
    background: #0f6bab;
    width: 100%;
    height: 85%;
    position: absolute;
    top: 35px;
    left: 95%;
}

.blue-bg-right img
{
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	margin-top:-1px!important;
	margin-bottom:-1px!important;
}

.blue-bg-left img
{
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
	margin-top:-1px!important;
	margin-bottom:-1px!important;

}

.privacy .wp-block-heading {
    margin-bottom: 20px;
}

.file_upload-container
{
	margin-top:-10px!important;
}

.mb-br
{
	display:none!important;
}

.menu-item .fusion-button-text-left
{
	padding-left:0px!important;
}

.menu-item .fusion-button
{
	padding:13px 60px 13px 35px!important;
}

.menu-item .button-icon-divider-left
{
	right:0px!important;
	border-right:none!important;
	left:52%!important;
}

.ftr-form .nf-field-description, .ftr-form .nf-error-msg
{
	color:#fff!important;
}

.career-block img
{
	background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.career-block .fusion-imageframe
{
	padding:10px;
}

.career-frm .nf-form-content input:not([type=button])
{
	border-top:none!important;
	border-left:none!important;
	border-right:none!important;
}

.type-post .flexslider .slides img, .custom-post-img img{
    max-height: 650px;
}

.ftr-form:before {
    content: '';
    background: #ff7500;
    width: 93%;
    position: absolute;
    height: 8px;
    border-radius: 10px;
    left: 0;
	right:0;
	margin:0 auto;
}

.pp-block {
    margin-bottom: 40px;
}

.pp-block h2 {
    margin-bottom: 10px;
}

.fusion-modal .modal-header h3 {
    font-weight: 700 !important;
    font-family: "Open Sans" !important;
    color: #163e7e !important;
}

.white-dot
{
	color:#fff!important;
}

.before-shape
{
	border-left: 3px solid #ff953d;
	padding-left:20px!important;
}

@media only screen and (max-width:800px)
{
	h1
	{
		font-size:34px!important;
		line-height:1.3!important;
	}
	
	h2
	{
		font-size:26px!important;
		line-height:1.3!important;
	}
	
	h3
	{
		font-size:22px!important;
	}
	
	.owner-block h3, .projects h3
	{
		font-size: 18px !important;
        line-height: 24px !important;
	}
	
	h4, .ftr-phone .fusion-button-text
	{
		font-size:18px!important;
	}
	
	.display-counter, .unit
	{
		font-size:24px!important;
	}
	
	p, li, .counter-box-content, .content-container
	{
		font-size:16px!important;
		line-height:22px!important;
	}
	
	.content-box-column
	{
		padding-left:10px!important;
		padding-right:10px!important;
	}
	
	.fab-boxes .content-box-column
	{
		margin-bottom:0px!important;
	}
	
	.timeline-box .content-box-column .content-box-wrapper
	{
		height:128px!important;
	}
	
	.gmp .fa-check::before
	{
		margin-top: -12px;
        left: 17px;
	}
	
	.team-block h3
	{
		font-size:20px!important;
	}
	
	.team-block .fa-plus
	{
		width:28px!important;
		height:28px!important;
		line-height:28px!important;
		font-size:14px!important;
	}
	
	.timeline-box .fusion-content-boxes .heading
	{
		margin-bottom:0px!important;
	}
	
	.timeline-box .content-box-column .fa-check-circle:after
    {
	height:98px;
    }
	
	.counter-box-container
    {
	padding:0px!important;
    }
	
	.fusion-counters-box .content-box-counter
	{
		line-height:30px!important;
	}
	
	.perform-list
	{
		columns:unset!important;
		margin-top:0px!important;
	}
	
	.perform-list li
	{
		padding:8px 0px !important;
	}
	
	.schedule-mgmt .fusion-layout-column::after {
    right: 15px;
    top: 0px;
    padding: 0px 5px;
    font-size: 14px;
     }
	
	.advantages .fusion-content-boxes .fusion-column
	{
		margin-bottom:0px!important;
	}
	
	.ftr-form .nf-field-container
	{
		margin-bottom:0px!important;
	}
	
	.nf-field-container .nf-field-description
	{
		order:15!important;
	}
	
	.quk-links ul
    {
	display: block!important;
     }
	
	.quk-links ul li
	{
		padding:0px 15px!important;
	}
	
	.ftr-copy p
	{
		margin:0px!important;
	}
	
	#ftr-contact img
	{
		width:280px!important;
	}
	
	#ftr-contact .menu-item
	{
		padding-bottom:0px!important;
	}
	
	.mb-br
	{
		display:block!important;
	}
	
	.sep, .lg-br, .projects-section .fusion-tabs .fusion-mobile-tab-nav, .career-frm .submit-wrap .nf-field-element:after, .career-frm .submit-wrap::after, .quk-form .submit-wrap .nf-field-element:after, .quk-form .submit-wrap::after, .ftr-form .submit-wrap .nf-field-element:after, .ftr-form .submit-wrap::after, .fusion-load-more-button:after
	{
		display:none!important;
	}
	
	.intro-bg
	{
		--awb-bg-image:unset!important;
	}
	
	.blue-block:after
	{
		top:20px!important;
	}
	
	.submit-wrap:after
	{
		top:45%!important;
		right:32%!important;
	}
	
	.nf-fu-fileinput-button:before 
	{
		left:65px!important;
	}
	
	.service-block
    {
	min-height:auto!important;
	}
	
	.trusted-block .fusion-grid-column:nth-child(3) .fusion-gallery-image {
    width: 50%;
    margin: 0 auto;
   }
	
	.trusted-block .fusion-grid-column:nth-child(3) {
    width: 100% !important;
    }
	
	.projects-section .fusion-tabs:not(.mobile-mode-carousel) .nav:not(.fusion-mobile-tab-nav) {
        display: block !important;
    }
	
	.projects-section .fusion-tabs.horizontal-tabs .nav
	{
		border-bottom:none!important;
	}
	
	.hm-carousel .fusion-carousel-item-wrapper {
       width: auto !important;
    }

}

@media only screen and (max-width:1024px) and (min-width:580px)
{
		h1
	{
		font-size:34px!important;
		line-height:1.3!important;
	}
	
	h2
	{
		font-size:26px!important;
		line-height:1.3!important;
	}
	
	h3
	{
		font-size:22px!important;
	}
	
	.owner-block h3
	{
		font-size: 18px !important;
        line-height: 30px !important;
	}
	
	h4
	{
		font-size:18px!important;
	}
	
	p, #menu-footer-menu li, .nf-element, li, .fusion-button-text
	{
		font-size:16px!important;
	}
	
	.schedule-mgmt .fusion-layout-column::after {
    right: 15px;
    top: 0px;
    padding: 0px 5px;
    font-size: 14px;
     }
	
	.display-counter, .unit
	{
		font-size:24px!important;
	}
	
	.counter-box-content
	{
		font-size:16px!important;
		line-height:20px!important;
	}
	
	.form-block .nf-cell
	{
		width:100%!important;
	}
	
	.nf-fu-fileinput-button:before 
	{
    width: 20px!important;
    height: 20px!important;
    left: 15px!important;
    top: 28px!important;
   }
	
	.lg-br
	{
		display:none!important;
	}
	
	.gmp .fa-check::before
	{
		margin-top: -12px;
        left: 17px;
	}
	.nf-field-container .nf-field-description
	{
		order:15!important;
	}
    
	.timeline-box .fusion-content-boxes .col
	{
		margin-bottom:0px!important;
	}
	
	.perform-list {
      columns: 2!important;
     }
	
	.trusted-block .fusion-grid-column:nth-child(3) .fusion-gallery-image {
    width: 100%;
    margin: 0 auto;
   }
	
	.trusted-block .fusion-grid-column:nth-child(3) {
    width: 33% !important;
    }
	
	.hrn-process .fusion-imageframe:before
	{
		left:1px!important;
	}
	
	.hrn-process .fusion-imageframe:after
	{
		right:1px!important;
	}
	
	.quk-form .nf-cell
	{
		width:16.5%!important;
	}
	
	.career-frm .submit-wrap .nf-field-element:after
    {
      right: 90px!important;
    }
	
	.career-frm .submit-wrap::after
    {
	  right: 85px!important;
    } 
	
	.hm-carousel .fusion-carousel-item-wrapper {
       width: auto !important;
    }
	
}

@media only screen and (max-width:1520px) and (min-width:1380px)
{
	
	.quk-form .submit-wrap:after
   {
	right:-10px!important;
   }
	
	.top-phone
	{
		--awb-width-large:16%!important;
	}
	
	.top-links
	{
		--awb-width-large:9%!important;
	}
	
	.project-btn
	{
		--awb-width-large:21%!important;
	}
	
	.header-nav
	{
		--awb-width-large:38%!important;
	}
	
	.header-logo
	{
		--awb-width-large:16%!important;
	}
	
	.awb-menu__main-li
	{
		margin-left:8px!important;
		margin-right:8px!important;
	}
	
	.ftr-copy
	{
		--awb-padding-right: 3%!important;
        --awb-padding-left: 3%!important;
	}
	
	.rw0
	{
		--awb-spacing-right-large:50px!important;
	}
	
	.wh-left
	{
		--awb-spacing-left-large:50px!important;
	}
	
	.quk-form
	{
	   --awb-padding-right: 20px!important;
       --awb-padding-left: 50px!important;
	}
	
	.lg-br
	{
		display:none!important;
	}
	
	.steps-img
	{
		--awb-width-large: 48%!important;
	}
	
	.timeline-box
	{
		--awb-width-large: 52%!important;
	}
	
	.fab-boxes
	{
		--awb-width-large: 55%!important;
		--awb-spacing-left-large: 35px!important;
	}
	
	.fab-img
	{
		--awb-width-large: 45%!important;
	}
	
	.sch-img .fusion-image-element 
	{
		--awb-margin-top:0px!important;
	}
}

@media only screen and (max-width:1439px) and (min-width:1025px)
{
	.haren-header
	{
		--awb-padding-left:30px!important;
	}
	
	.haren-header .fusion-button, .haren-header .fusion-menu li
	{
		font-size:14px!important;
	}
	
	.quk-form
	{
		--awb-padding-right: 0%!important;
        --awb-padding-left: 4%!important;
	}
}

/******** Mobile Footer Block Code ********/

@media only screen and (max-width: 800px) {
 .mobilepopup {
    display: block !important;
  }  
}
.mobilepopup {
	background: #ff7500;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	display: none;
  left: 0;
  right: 0;
}

.popup-title {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 18px !important;
	letter-spacing: 0.8px !important;
	border-bottom: 1px solid #FFF;
    font-weight: 700 !important;
    font-family: "Open Sans" !important;
}

.popup-title a, .popup-title a:hover {
	color: #FFFFFF !important;
}

.mobile img, .mobile span {
	vertical-align: middle;
}

.mobile.sms{
	border-right: 1px solid #FFF;
}

.mobile {
	width: 50%;
	float: left;
	text-align: center;  
}

.mobile img {
	display: inline-block;
  width: 32px;
}

.mobile span {
	margin-left: 8px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}

.mobile a {
	padding: 20px 0;
	display: block;
}

.mobile {
	width: 50%;
	float: left;
	text-align: center;
}