:root {
	--primary-color: #004890;
	--alt-color: #1ab6ea;
	--secondary-color: #bf2d1a;
}

/* TEMP CSS Starts Here */

a#scroll-top-link {
    bottom: 25px;
    left: 30px;
    display: flex;
    justify-content: center;
}
/* TEMP CSS Starts Here */

.icon {
  /* gradient and fallback color */
  fill: url(#my-cool-gradient);
}

@media (min-width: 990px) {
	.av_header_transparency {
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15), transparent) !important;
	}

	.av_header_transparency .av-logo-container:before {
		color: #fff;
	}
}

#top #custom_footer.avia-builder-el-0 .container {
    padding-top: 0 !important;
}

@keyframes spinning_animation {
	0% {
		transform: scale(1) rotate(0deg);
		-o-transform: scale(1) rotate(0deg)
	}
	50% {
		transform: scale(.8) rotate(360deg);
		-o-transform: scale(.8) rotate(360deg)
	}
	100% {
		transform: scale(1) rotate(720deg);
		-o-transform: scale(1) rotate(720deg)
	}
}
@-webkit-keyframes spinning_animation {
	0% {
		-webkit-transform: scale(1) rotate(0deg)
	}
	50% {
		-webkit-transform: scale(.8) rotate(360deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(720deg)
	}
}

.av-siteloader {
    display: none;
}

.av-preloading-logo {
    margin-bottom: 0;
    animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation;
	-webkit-animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation
}

/* Header CSS Starts Here */

#header_meta .sub_menu li a:hover {
    opacity: .8 !important;
}

.main_menu .menu-item-top-level >a  .avia-menu-text {
    letter-spacing: 0.5px;
    font-size: 16px;
}

.main_menu .sub-menu .avia-menu-text {
	font-size: 16px;
}

#header_main {
    border-top: none !important;
}

#header_meta .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo svg {
  width: 190px !important;
}
/*
.av-logo-container:before {
	content: 'Home of the True Life-time Warranty™';
	position: absolute;
	bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3 !important;
	text-align: center;
	color: var(--primary-color);
}
*/
@media (min-width: 1351px) {
  .logo {
      position: absolute;
      top: -45px;
      height: auto !important;
      z-index: 999;
  }

    .logo svg {
      max-height: 1000% !important;
  }

  #header_main .container,
  .av-main-nav .menu-item-top-level > a {
      line-height: 45px !important;
      height: 65px !important;
  }

    #header_meta {
      border: none !important;
      background: #004890;
      max-width: 668px;
      margin: 0 auto;
  }


  #header_meta .container {
      min-height: 50px;
  }

  #header_meta .sub_menu {
      padding: 0 !important;
      top: 0 !important;
  }

  .main_menu .menu-item-top-level > a .avia-menu-text {
    line-height: 3.5;
  }

   #main {
      padding-top: 115px !important;
  }

  .desktop-hide {
    display: none;
  }

  .main_menu {
		left: calc(50% - 375px);
	}
}

@media (max-width: 1350px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }

    .menu-item-top-level {
        display: none;
    }

    #av-burger-menu-ul li a {
        height: auto !important;
        line-height: 1.5 !important;
    }

    #header_meta {
      display: none;
    }

    .menu-logo {
      display: none;
    }

     #main {
      padding-top: 91px !important;
  }

  .logo svg {
  	width: 140px !important;
  }
}

/* Header CSS Ends Here */

#header_meta .container,
#header_main .container {
    max-width: 1510px !important;
}

#header_meta .container {
    text-align: center !important;
}

#header_meta .sub_menu a {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: normal;
    letter-spacing: 0.2px;
}

.tel-icon.menu-icon a:before {
  content: '\f095';
  font-family: 'FontAwesome';
  display: inline-block;
  transform: rotate(75deg);
  position: relative;
  top: 3px;
}

.main_menu .menu-item:last-child a {
    padding-right: 0 !important;
}

.main_menu .av-menu-button-colored a {
    padding: 0;
}

.main_menu .av-menu-button-colored .avia-menu-text {
    padding: 6px 15px !important;
    border-radius: 10px !important;
    background: var(--alt-color) !important;
    border-color: var(--alt-color) !important;
}

#footer_grid {
	clip-path: polygon(0 3em,0 100%, 100% 100%,100% 0);
}

#footer_grid .flex_cell {
	padding: 60px 50px 20px !important;
}

.hero-area {
    clip-path: polygon(0 0,0 100%, 100% calc(100% - 3em),100% 0);
    margin-bottom: -3em;
}

.curve-area-alt,
.curve-area {
	clip-path: polygon(0% 3em,0% calc(100% - 0em),100% calc(100% - 3em),100% 0%);
	position: relative;
	margin-bottom: -3.1em;
	margin-top: 0;
}

.curve-area-alt .content,
.curve-area .content {
	padding: 120px 0;
}

.hero-title h1 {font-weight: bold !important;}

.hero-form .gform_wrapper {
    margin: 0;
}

.hero-form form {
    margin-bottom: 0 !important;
}

.hero-form select,
.hero-form input {
    border-radius: 5px !important;
}

#top .hero-form input[type="submit"] {
    background: var(--secondary-color);
    padding: 12px !important;
}

.hero-form input[type="submit"]:hover {
    background: var(--alt-color) !important;
}

.avia_button_icon_right {
    padding-left: 7px;
}

.intro-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
	column-gap: 40px;
	padding-top: 30px;
}

.intro-logo-wrap span img {
    width: auto;
    height: auto;
	max-height: 90px;
    max-width: 200px;
}

.soild-bg-area .content {
	padding: 80px 0;
}

.inner-logo-area .content {
    padding: 60px 0;
}

.inspect-form .button {
    background: #fff !important;
    color: #bf2d1a !important;
    font-weight: bold;
    border-radius: 5px;
}

.inspect-form {
    max-width: 850px;
    margin: 0 auto;
}

.inspect-form .gfield_select {
    border-radius: 5px !important;
}

.inspect-form textarea,
.inspect-form input[type="text"] {
    border-radius: 5px !important;
}

@media (min-width: 768px) {
    .inspect-form .ginput_complex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .inspect-form .ginput_full {
        width: 100%;
        margin-bottom: 10px;
    }

    #top .inspect-form .ginput_left,
    #top .inspect-form .ginput_right {
        width: calc(33.33% - 6.67px) !important;
        padding: 0 !important;
        margin: 0;
    }

    #top .inspect-form .ginput_right {
        margin: 0 10px !important;
    }
}

.captcha-block {
    height: 0 !important;
}

.inner-col-area .av-flex-placeholder {
    width: 30px !important;
}

.inner-link-col {
    background: #f8f8f8;
    padding-bottom: 30px;
    border-radius: 5px !important;
    border: 1px solid #ececec !important;
    transition: .5s;
}

.inner-link-col:hover {
    background: #e8e8e8 !important;
}

.inner-link-title .av-special-heading-tag {
    color: var(--primary-color);
}

.inner-link-title .av-subheading {
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5;
}

.inner-link-title {margin: 0 !important;}

.normal-btn a {
    font-size: 16px !important;
    padding: 13px 30px !important;
    border-radius: 5px !important;
    letter-spacing: 0.5px;
    background: var(--primary-color) !important;
    border-bottom: 3px solid #003e7d !important;
}

.normal-button-row a:first-child {
    background: var(--primary-color) !important;
    border-bottom: 3px solid #003e7d !important;
}

.inner-link-btn a {
    background: var(--alt-color) !important;
    border-bottom: 3px solid #17A4D2 !important;
    padding: 12px 20px !important;
		font-size: 16px !important;
}

.white-border a {
    border: 2px solid #fff !important;
}

.section-title .av-subheading {
    opacity: 1 !important;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.inner-svg-col {
    text-align: center !important;
    padding: 30px !important;
    transition: .5s;
    background: #1ab6ea !important;
    background: var(--alt-color) !important;
}

.inner-svg-col:hover {
    background: #004890 !important;
    background: var(--primary-color) !important;
}

.inner-svg-col img {
    height: 80px;
    width: auto;
    margin-bottom: 10px;
}

.inner-svg-title .av-special-heading-tag {
    font-size: 25px !important;
    font-weight: bold;
    color: #fff;
}

.section-title .av-special-heading-tag {
    font-weight: bold !important;
    text-transform: none !important;
    color: #565656;
    line-height: 1.7 !important;
}

@media (min-width: 990px) {
    .soild-bg-area .flex_column {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
    }

    .soild-bg-area .section-title {
        width: auto;
        padding-right: 40px;
    }
}

@media (max-width: 989px) {
     .soild-bg-area .section-title {
         padding-bottom: 15px !important;
     }
}

#custom_footer,
.testimonial-area {
    background: #004990;
}

.testimonial-area .avia-testimonial-content,
.testimonial-area h2 {
	color: #fff !important;
}

#custom_footer .widget_nav_menu li {
    padding: 0;
    margin: 0 !important;
    border: none !important;
}

#custom_footer .widget_nav_menu ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 8px;
	column-gap: 20px;
}

#custom_footer .widget_nav_menu {
    padding: 10px 0 0 0 !important;
}

.avia_textblock strong {
    color: #333 !important;
}

.footer-icon:before {content: '\e841';font-family: entypo-fontello;padding-right: 8px;}

.tel-icon.footer-icon:before {content: '\e8ac';}

.footer-ribbon img {
    width: 320px;
}

.footer-title .av-special-heading-tag {
    font-weight: bold;
    color: var(--alt-color);
}

#custom_footer .widget_nav_menu li a {
    border: none !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px;
}

#custom_footer .widget_nav_menu li.current-menu-item,
#custom_footer .widget_nav_menu li a:hover {
    background: transparent !important;
    color: var(--alt-color) !important;
}

#custom_footer .avia_textblock * {
    color: #fff !important;
}

#custom_footer .widget_nav_menu li.current-menu-item a {
	color: var(--alt-color) !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .inner-four-col .av-flex-placeholder {
        display: none !important;
    }

    .inner-four-col .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .inner-four-col .flex_column {
        margin-left: 0;
        margin-top: 30px !important;
        width: 48%;
    }
}

@media (max-width: 767px) {
    #top .process-content .flex_cell_inner {
        margin: 20px 0 30px !important;
    }

    #top .process-content {
        clip-path: polygon(0 0,100% 3em,100% 100%, 0 calc(100% - 3em));
        position: relative;
        top: -3em;
        margin-bottom: -3em !important;
    }
	
		.avia-testimonial {
			padding-top: 0 !important;
	}
	
	.section-title-alt {
			text-align: center;
	}
}

.custom-breadcrumbs {
    text-align: center;
}

.custom-breadcrumbs * {
    color: #fff !important;
}

.custom-breadcrumbs a:hover {
    opacity: .8;
}

.inner-heading-title .av-special-heading-tag {
    text-transform: none !important;
    font-weight: bold;
}

.inner-heading-area .av-section-color-overlay {
    background: #004990 !important;
    opacity: .6 !important;
}

.single-svg-col svg {
    width: auto;
    height: 150px;
    margin: 0 auto;
    fill: #fff;
}

@media (max-width: 1250px) {
	.single-svg-col svg {
		height: 100px !important;
	}
}

.primary-testimonial .avia-testimonial-content p {
    line-height: 1.8;
}

.testimonial-landing .avia-testimonial-content p {
    font-size: 16px;
}

.testimonial-area .primary-testimonial .avia-testimonial-name {
    color: #fff !important;
    text-align: center;
}

.primary-testimonial .avia-testimonial-name:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: entypo-fontello;
    display: block;
    margin-bottom: 15px;
    color: #FF9800;
    font-size: 25px;
    letter-spacing: 5px;
}

.testimonial-area .primary-testimonial .avia-testimonial-name:before {
	text-align: center;
}

.primary-testimonial .avia-testimonial-meta {
    margin-top: 15px !important;
}

.testimonial-landing .avia-testimonial-meta {
    margin-left: 0 !important;
}

.tick-list li:nth-child(n+2) {
    margin-top: 15px;
}

.tick-list .av_iconlist_title {font-weight: bold;letter-spacing: 0.2px;}

.icon-col svg {
    width: auto;
    height: 80px;
    margin: 0 auto;
    color: #bf2e1a;
    fill: var(--alt-color);
    margin-bottom: 10px !important;
}

.bolder-title h3,
.bolder-title h2 {
    font-weight: bold !important;
}

.faq-content .toggler {
    border: 1px solid #d7d7d7 !important;
    border-radius: 5px !important;
    font-weight: bold;
    padding: 18px 30px 18px 70px !important;
    background: #fff;
}

.faq-content .toggler:hover {
	background: #f8f8f8;
}

.faq-content .toggle_icon {
	left: 25px;
}

.faq-content .toggle_icon,
.faq-content .vert_icon,
.faq-content .hor_icon {
    border-color: var(--alt-color);
    opacity: 1 !important;
}

.faq-content .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}

.faq-content .toggle_content {
	line-height: 1.7;
	border: none;
}

.smaller-iconlist {
    margin-top: 5px;
}

#inner_area_col .inner-link-col {
    padding: 0;
}

@media (min-width: 768px) {
    .inner-four-col .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .inner-four-col .flex_column {
        margin-left: 0;
    }
}

@media (min-width: 1101px) {
    .inner-four-col .flex_column {
        width: calc(25% - 22.5px);
    }
}


@media (min-width: 768px) and (max-width: 1100px) {
    .inner-four-col .av-flex-placeholder {
        display: none !important;
    }

    .inner-four-col .flex_column_table {
        justify-content: space-between;
    }

    .inner-four-col .flex_column {
        margin-left: 0;
        margin-top: 30px !important;
        width: 48%;
    }
}

.contact-iconlist {
    margin-bottom: 0;
}

.footer-logo img {
    width: 170px;
}

.av-subheading {
    line-height: 1.6;
}

.logo-haag .avia_image {
    width: 280px;
}

.process-col-title .av-subheading {
    opacity: 1;
}

.img-bg-grid .flex_cell {
	padding: 130px 40px !important;
}

@media (min-width: 990px) {
    .img-bg-grid .left-cell {
        border-right: 3px solid #fff !important;
    }

    .img-bg-grid .right-cell {
        border-left: 3px solid #fff !important;
    }

    .img-bg-grid .middle-cell {
        border-left: 3px solid #fff !important;
        border-right: 3px solid #fff !important;
    }

	.right-align,
    .right-align-btn,
    .right-align * {
        text-align: right !important;
    }

	.left-align,
    .left-align-btn,
    .left-align * {
        text-align: left !important;
    }
}

.red-title .av-special-heading-tag {
	color: #bf2d1a !important;
    color: var(--secondary-color) !important;
}

.claim-text {
    max-width: 700px;
    margin: 10px auto 0;
}

.normal-btn-large a {
    min-width: 220px !important;
    padding: 22px 20px !important;
    border-bottom: 3px solid #a12616 !important;
    background: var(--secondary-color) !important;
    font-size: 18px !important;
}

@media (min-width: 990px) {
	.process-col-icon img {
		width: auto;
		height: 300px;
	}
}

@media (max-width: 989px) {
	.process-col-icon img {
		width: 250px;
	}
}

.process-title {
    max-width: 560px;
}

.normal-btn-red a {
    border-color: #aa2615 !important;
    background: var(--secondary-color) !important;
}

.normal-btn-sky a {
    border-color: #17a5d3 !important;
    background: var(--alt-color) !important;
    color: #fff !important;
}

.center-align {
    text-align: center;
}

.section-title-colored .av-special-heading-tag {
    color: #004890;
    color: var(--primary-color) !important;
}

.iconlist_title_small {
    font-weight: bold;
}

.contact-iconlist-home {margin: 10px 0px 20px;}

.svg-col-area .flex_column_table {
    max-width: 900px !important;
    margin: 0 auto !important;
}

#custom_footer {
}

@media (max-width: 989px) {
    .img-bg-grid .flex_cell {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .img-bg-grid .middle-cell,
    .img-bg-grid .left-cell {
        border-bottom: 6px solid #fff !important;
    }
}

h3.red-title {
    color: var(--secondary-color) !important;
    line-height: 1.5 !important;
    font-size: 25px;
}

@media (min-width: 768px) {
    h3.red-title {
        font-size: 30px;
    }
}

.avia_textblock p {
    line-height: 1.8;
}

.icon-col {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.icon-col h3 {
    color: var(--primary-color) !important;
    font-size: 23px !important;
}

.our-process-area .avia_textblock {
    max-width: 550px;
}

@media (min-width: 990px) {
	.our-process-alt .avia_textblock {
			margin-left: auto !important;
	}
}

.custom-nav {
    list-style-type: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin:  0;
}

.custom-nav li {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 15%;
}

@media (max-width: 1250px) {
    .custom-nav li {
        width: 32% !important;
    }
}

@media (max-width: 767px) {
    .custom-nav li {
        width: 48% !important;
    }
}

@media (max-width: 480px) {
    .custom-nav li {
        width: 100% !important;
    }
}

.single-counter .avia-animated-number-title {
    color: var(--secondary-color);
    margin-bottom: 10px !important;
    display: block;
}

.single-counter .avia-no-number {
    opacity: 1;
    font-size: 1em;
}

.number-timeline .milestone_number {
    font-size: 35px;
}

@media (min-width: 768px) and (max-width: 1088px) {
    .number-timeline .av-milestone-date {
        padding: 15px !important;
    }
}

@media (max-width: 767px) {
    .number-timeline .av-milestone-date {
        padding: 10px !important;
    }
}

@media (min-width: 990px) {
    .inner-intro-area .av-special-heading-tag {
        font-size: 35px !important;
    }
}

h3.sky-title {
    font-size: 25px;
    color: var(--alt-color);
}

#socket .noLightbox a {
    font-size: 16px;
}

h3 a {
    color: var(--alt-color) !important;
}

.compare-table th {
    text-align: center;
    vertical-align: middle;
    border: none !important;
    padding: 20px 10px;
}

.compare-table th h3 {
    margin: 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
}

.compare-table th img {
    width: auto;
    height: 40px;
}

.compare-table .feature-cell {
    font-size: 18px;
    line-height: 1.6;
    color: #004990 !important;
    color: var(--primary-color) !important;
}

.compare-table tr td {
    background: #f8f8f8;
    border: none;
    border-top: 2px solid var(--alt-color);
    vertical-align: middle !important;
    padding: 15px 30px 15px 0;
}

.compare-table tr td:first-child {
    width: 50%;
    background: #fff !important;
}

.compare-table tr td {
	width: 25%
}

.blank-head {
    background-color: #fff;
    border: none !important;
}

.compare-table tr th:nth-child(n+3),
.compare-table tr td:nth-child(n+3) {
    border-left: 2px solid var(--alt-color) !important;
}

.tick-cell:before {content: '\e812';font-family: entypo-fontello;text-align: center;font-size: 45px;color: #bf2d1a;color: var(--secondary-color);line-height: 1.5;}

.tick-cell {
    text-align: center;
}

.phone-item a:before {
    content: '\e854';
    font-family: entypo-fontello;
    display: inline-block;
    transform: rotate(170deg);
    padding-left: 5px;
}

@media (min-width: 1351px) {
    .contact-element {
        position: absolute;
        right: 0;
        top: -40px;
        text-align: center;
    }

    .button-item a {
        background: var(--alt-color);
        color: #fff !important;
        padding: 10px 20px !important;
        letter-spacing: 0.5px;
        border-radius: 5px;
        transition: .5s;
    }

    .button-item a:hover {
        background: var(--secondary-color);
    }

    .phone-item {
        margin-bottom: 15px;
    }

    .phone-item a {
        font-weight: bold;
        font-size: 21px;
        color: var(--secondary-color) !important;
        transition: .5s;
    }

    .phone-item a:hover {
        color: var(--alt-color) !important;
    }

    .contact-element-mobile {
    	display: none;
    }
}

@media (max-width: 1350px) {
    .contact-element {
        display: none;
    }

    .contact-element-mobile {
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: -1px;
		width: 100%;
		z-index: 999;
	}

	.contact-element-mobile > div {
		text-align: center;
		width: 100%;
	}

	.contact-element-mobile > div a {
		display: block;
		border: none !important;
		color: #fff !important;
		font-size: 18px;
		padding: 10px;
	}

	.contact-element-mobile .phone-item {
		background: var(--secondary-color) !important;
	}

	.contact-element-mobile .button-item {
		background: var(--alt-color) !important;
	}

	#socket .container {
		padding-bottom: 60px;
	}
}

.areas-inner .avia_mega_menu_columns_last {
    position: relative;
}

#header .six.units {
    width: 600px !important;
}

#header .units {
    left: 0 !important;
}

#header .three.units {
    width: 300px !important;
}

.avia_mega_div .sub-menu > li {
    padding-top: 0;
}

.avia_mega_div .sub-menu a {
    padding: 6px 10px !important;
}

.inner-col-area .inner-link-title {
    padding: 0 20px 10px!important;
}

.blank-area .template-page {
    padding: 27px 0;
}

.portfolio-col-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.portfolio-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media (max-width: 989px) {
	.portfolio-wrap {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 650px) {
	.portfolio-wrap {
		grid-template-columns: 1fr;
	}
}

.portfolio-col {
    background: #f8f8f8;
    border: 1px solid #efefef !important;
    border-radius: 10px;
}


.portfolio-col-info {
    padding: 15px 20px 20px;
}

.portfolio-featured-wrap .portfolio-col {
    background: #fff;
}

.portfolio-featured-wrap .portfolio-col {
    width: 100% !important;
}

strong.porfolio-label {
    position: relative;
    padding-left: 30px;
}

button.owl-prev, button.owl-next {
    position: absolute;
    top: 160px;
    left: 10px;
    background: rgba(255, 255, 255, 0.75) !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

button.owl-next {
    right: 10px;
    left: auto;
}

button.owl-prev i, button.owl-next i {
    color: #585858 !important;
}

/* enfold social media icons fix */
.social_bookmarks_twitter a::before, .av-social-link-twitter a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_reddit a::before, .av-social-link-reddit a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_vk a::before, .av-social-link-vk a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_mail a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_dribble a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_youtube a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_instagram a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_vimeo a::before {
    font-family: 'entypo-fontello';
    content: '';
}
/* enfold social media icons fix ENDS */

.single-trc_portfolio .title_container {
    display: none;
}

.portfolio-landing .portfolio-col-info {
    padding: 0;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.5;
}

.portfolio-landing .portfolio-col-info .roof-system {
    margin-top: 10px;
}

.portfolio-landing .portfolio-col-info strong:before {
	content: '\e856';
	font-family: entypo-fontello;
	position: absolute;
	left: 0;
	color: var(--secondary-color)
}

.portfolio-landing .portfolio-col-info .portfolio-loc strong:before {
    content: '\e841';
}

.portfolio-gallery ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 989px) {
	.portfolio-gallery ul {
		grid-template-columns: 1fr;
	}
}

.commercial-block {
    background-position: 50% 15% !important;
}

.charity-logos {
    list-style-type: none !important;
}

.warranty-graph svg {
    height: auto;
    width: auto;
}

@media (max-width: 767px) {
	.warranty-graph svg {
		margin-bottom: 20px;
	}
	
	.primary-testimonial .avia-testimonial {
			padding: 0 !important;
	}
}

.charity-logos {
    margin: 0;
}

@media (max-width: 767px) {
    .charity-logos img {
        width: 200px;
        margin: 0 auto;
        padding: 10px;
    }
}

a.popup-cta {
    display: block;
    background: #004890;
    text-align: center;
    color: #fff !important;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 990px) {
    .corona-area .flex_column {
        display: flex;
        align-items: center;
    }

    .corona-area .avia-button {
        margin-left: 30px;
    }

    .corona-area img {
        margin-right: 20px !important;
    }
}

@media (max-width: 989px) {
    .corona-area .avia-button {
        margin-top: 20px;
    }
}

.corona-area .template-page {
    padding: 90px 0;
}

#top .wdpu-close:hover {
    background: transparent !important;
}

.ncs-col svg {
    width: auto;
    height: 80px;
    margin: 0 auto 20px;
}

.ncs-col {
    padding: 30px 15px 10px;
    border-radius: 5px !important;
    box-shadow: 0 0 10px #efefef;
    border: 1px solid #f5f5f5 !important;
}

@media (max-width: 989px) {
    .inner-img-col .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
    }

    .inner-img-col .flex_column {
        width: 100% !important;
    }

    .inner-img-col .img-col {
        order: -1;
    }
}

.big-preview.single-big {
    max-width: 750px;
    margin: 0 auto;
}

.trc-blogs .slide-meta {
    display: none;
}

.trc-blogs .slide-entry-title {
    padding: 10px 0;
}

.single .related_posts {
    display: none;
}

#footer-page {
    background: #fff;
    border: none !important;
}

#top .flex_column_table {
    margin-top: 0 !important;
    float: none !important;
}

.plus-list ul {
    list-style-type: none;
    margin: 0;
}

.plus-list ul li {
    margin-left: 0;
    position: relative;
    padding-left: 25px;
}

.plus-list ul li:before {
    content: '\e816';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 22px;
    color: var(--secondary-color);
}

.plus-list ul li:nth-child(n+2) {
    margin-top: 10px;
}

.inner-text-heading h2 {
    color: var(--alt-color);
    font-size: 27px;
    text-transform: none !important;
}

.inner-text-heading h3 {
    color: var(--alt-color);
    font-size: 23px;
}

.sercive-list li:nth-child(n+2) {
    margin-top: 12px;
}

.pledge-icon img {
    width: 175px;
    margin-bottom: 15px;
}

.job-content .toggler {
    font-size: 18px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px !important;
    background-color: #f8f8f8;
    color: var(--secondary-color);
    font-weight: bold;
    padding: 16px 60px 16px 25px !important;
}

.job-content .toggle_icon {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    opacity: 1 !important;
}

.job-content .vert_icon,
.job-content .hor_icon {
    border-color: #fff;
    opacity: 1 !important;
}

.job-content .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}
.job-content .toggle_content {
    border: none;
    font-size: 16px;
    line-height: 1.7;
}

.job-content .toggler:focus {
    outline: none;
}

.av-subheading.av_custom_color {
    opacity: 1;
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1 !important;
}

.main_color .iconlist_content {
    color: #333;
}

/* Case Study CSS - Start */

.narrow-padding .container .content {
    padding-block: 30px !important;
}

.cs-iconlist ul li:not(:last-child) {
    margin-bottom: 20px;
}

.cs-details h3{
    color: #004890;
    font-size: 22px;
}

.center-three-columns .flex_column {
    width: 100% !important;
    margin: 0 !important;
}
 
.center-three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
 
@media (min-width: 768px) {
    .center-three-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
 
@media (min-width: 1251px) {
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}

.facet-card {
    border: 1px solid #d8d8d8;
    text-align: center;
    transition: 0.5s;
    background-color: #f8f8f8;
}

.facet-card:hover {
    transform: translateY(-5px);
    background-color: #fff;
}

.facet-card .content-block {
    padding: 20px 20px 30px;
}

.facet-card .card-location {
    color: #666;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Case Study CSS - End */

.narrow-textblock {
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
}

blockquote {
    font-weight: bold;
    color: #333 !important;
}

.inner-ticklist ul li {
    list-style-type: none !important;
    position: relative;
    padding-left: 25px;
    margin-left: 0;
}

.inner-ticklist ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-size: 20px;
}

.inner-ticklist ul li:nth-child(n+2) {
    margin-top: 6px;
}

.avia_textblock hr {
    margin-block: 20px !important;
}

li.menu-item-has-children.units:nth-child(n+2) {
    border-left: 1px dotted #b0b0b0 !important;
}

@media (min-width:1351px) {
    .show-on-phone {
        display: none !important;
    }
}
#socket .container {
    display: flex;
    padding-inline: 25px;
    gap: 10px;
}
#socket .sub_menu_socket {
    display: flex;
    align-items: center;
}
#socket .social_bookmarks {
    order: 3;
    margin: 0 !important;
}
#socket .menu {
    margin: 0;
}
#socket .sub_menu_socket li {
    border-left: 1px solid #fff !important;
    padding-left: 10px;
}
@media(max-width: 1280px) {
    #socket .container {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.footer-logo svg {
    width: auto;
    height: 110px;
    margin-inline: auto;
}
.footer-logo svg,
.footer-logo svg path {
    fill: #fff;
}