html {
    scroll-behavior: auto;
} 
body {
    overflow-x: hidden !important;
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
}
* {
    list-style: none;
    box-sizing: border-box;
}
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #2b2b2b;
}
p {
    margin: 0;
    padding: 0;
    color: #282828;
    line-height: 1.6;
    font-size: 1rem;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    body.scrollhide {
        overflow-y: hidden !important;
        height: 100vh;
    }
}
.container {
    max-width: 1315px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}
@media screen and (max-width: 991px) {
    .container {
        padding: 0 15px;
        width: 100%;
    }
}
.btn.btn-primary {
    background-color: #0094d4;
    color: #fff;
    transition: all 0.3s;
    line-height: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 52px;
    display: inline-block;
    font-family: Poppins, sans-serif;
    border-radius: 3px;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
    .btn.btn-primary {
        font-size: 0.875rem;
    }
}
.btn.btn-primary:hover {
    background-color: #2b2b2b;
    color: white;
}
.btn.btn-primary:active {
    color: #000;
    background-color: #f19267;
}
.btn.btn-secondary {
    background-color: transparent;
    border: solid 1px #0094d4;
    color: #0094d4;
    transition: all 0.3s;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 19px;
    padding: 14px 20px;
    font-family: Poppins, sans-serif;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 700;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.1));
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .btn.btn-secondary {
        font-size: 16px;
    }
}
.btn.btn-secondary:hover {
    background-color: #0094d4;
    color: #fff;
}
.btn.btn-secondary:active {
    color: #fff;
    border: 0;
}
.btnbox {
    text-align: center;
    margin-top: 60px;
}
@media screen and (max-width: 991px) {
    .btnbox {
        text-align: left;
        margin-top: 48px;
    }
}
section {
    display: inline-block;
    width: 100%;
    margin: 0 0 85px 0;
}
@media screen and (max-width: 991px) {
    section {
        margin: 0 0 50px 0;
    }
}
section h1,
section h2 {
    font-size: 39px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    section h1,
    section h2 {
        font-size: 1.5rem;
    }
}
section small {
    font-size: 1rem;
    font-weight: 500;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
section .inner-sec {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    section .inner-sec {
        flex-flow: column;
    }
}
section .btn-block {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    section .btn-block {
        flex-flow: column;
    }
}
.btnblock {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
/*.archive .header,
.error404 .header,
.page-template-default .header,
.post-template-default .header,
.search .header {
    position: relative;
}*/
.site-main {
    margin-top: 50px;
}
@media screen and (max-width: 991px) {
    .site-main {
        margin-top: 20px;
    }
}
.site-main a {
    color: #2b2b2b;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
.site-main a:hover {
    color: #2b2b2b;
}
.site-main ul {
    padding-left: 20px;
    padding-bottom: 20px;
}
.site-main ul li {
    list-style: disc;
}
.site-main ol {
    padding-left: 20px;
    padding-bottom: 20px;
}
.site-main ol li {
    list-style: decimal;
}
.site-main .alignleft {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
.site-main .page-title,
.site-main h1 {
    margin-bottom: 50px;
}
.site-main p {
    margin-bottom: 24px;
}
.site-main .page-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.site-main .post_image {
    width: 100%;
    height: 300px;
}
@media screen and (max-width: 991px) {
    .site-main .post_image {
        height: 150px;
    }
}
.site-main .post_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.site-main .post_title {
    margin-top: 20px;
}
.site-main .post_content {
    margin-top: 10px;
}
.site-main .row {
    display: grid;
    gap: 30px;
}
.search.search-results .def_page {
    max-width: 100%;
    text-align: left;
}
.search.search-results .def_page .entry-header {
    text-align: left;
    margin-bottom: 24px;
}
.search.search-results .def_page .entry-header .entry-title {
    text-align: left;
}
.search.search-results .def_page .blog .container {
    padding: 0;
}
.site-main h1 {
    font-size: 4rem;
}
@media screen and (max-width: 768px) {
    .site-main h1 {
        font-size: 2.5rem;
    }
}
.site-main h2 {
    font-size: 2.75rem;
}
@media screen and (max-width: 768px) {
    .site-main h2 {
        font-size: 2rem;
    }
}
.site-main h3 {
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .site-main h3 {
        font-size: 1.25rem;
    }
}
.site-main h4 {
    font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
    .site-main h4 {
        font-size: 1rem;
    }
}
.site-main h5 {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .site-main h5 {
        font-size: 0.875rem;
    }
}
.site-main h6 {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .site-main h6 {
        font-size: 0.75rem;
    }
}
.error404 .page-header,
.error404 h1,
.error404 h2,
.search .page-header,
.search h1,
.search h2 {
    text-align: center;
}
.error404 .def_page,
.search .def_page {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.error404 .intro-text,
.search .intro-text {
    margin-top: 20px;
}
.error404 .search-form,
.search .search-form {
    position: relative;
    max-width: 600px;
    margin: 50px auto 0;
}
.error404 .search-form label,
.search .search-form label {
    width: 100%;
}
.error404 .search-field,
.search .search-field {
    width: 100%;
    height: 50px;
    padding: 0 20px !important;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.error404 .search-field:focus,
.search .search-field:focus {
    outline: 0;
}
.error404 input.search-submit,
.search input.search-submit {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 22px;
    line-height: normal;
    padding: 0 20px;
    background-color: #0094d4;
    color: #fff;
    font-family: Inter, sans-serif;
    border: solid 1px #0094d4;
    transition: all 0.3s;
    cursor: pointer;
}
.error404 input.search-submit:hover,
.search input.search-submit:hover {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}
.site-main.cust_def a {
    text-transform: uppercase;
    font-weight: 700;
}
.cust_search .page-title {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .cust_search .page-title {
        text-align: center;
    }
}
* {
    box-sizing: border-box;
}
.header {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 30px;
}
@media screen and (max-width: 768px) {
    .header {
        position: relative;
        padding: 15px 0;
    }
}
.header .header-upper {
    background-color: #fff;
    min-height: 48px;
}
@media screen and (max-width: 768px) {
    .header .header-upper {
        background-color: transparent;
        width: 100%;
        min-height: auto;
    }
}
@media screen and (max-width: 768px) {
    .header .header-upper .container {
        padding: 0 0 0 22px;
    }
}
.header .header-upper .header-up-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.header .header-upper .header-up-inner .upper-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
@media screen and (max-width: 768px) {
    .header .header-upper .header-up-inner .upper-right {
        flex-shrink: 0;
        gap: 10px;
    }
}
.header .header-upper .header-up-inner .upper-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .header-upper .header-up-inner .upper-right ul li {
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.header .header-upper .header-up-inner .upper-right ul li:last-child {
    padding-right: 0;
}
@media screen and (max-width: 768px) {
    .header .header-upper .header-up-inner .upper-right ul li {
        padding: 0;
    }
}
.header .header-upper .header-up-inner .upper-right ul li a {
    color: #424242;
    font-weight: 700;
    font-size: 27px;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .header .header-upper .header-up-inner .upper-right ul li a {
        font-size: 1.375rem;
    }
}
.header .header-upper .header-up-inner .upper-right ul li a:hover {
    color: #0094d4;
}
@media screen and (max-width: 768px) {
    .header .header-upper .header-up-inner .upper-right ul li a {
        color: #2b2b2b;
        font-size: 1.125rem;
    }
}
.header .header-upper .header-up-inner .upper-right ul li a.call-icon {
    display: flex;
}
@media screen and (max-width: 768px) {
    .header .header-upper .header-up-inner .upper-right ul li a.button {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header .header-upper .header-up-inner .upper-right ul li a img {
        max-width: 30px;
    }
}
.header .header-upper .header-up-inner .upper-right .quotebtn {
    background-color: #2d3032;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: 700;
    padding: 17px 43px;
    border-radius: 3px;
    transition: all 0.3s;
    text-transform: uppercase;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .header .header-upper .header-up-inner .upper-right .quotebtn {
        font-size: 1rem;
        padding: 8px 15px;
    }
}
@media screen and (max-width: 768px) {
    .header .header-upper .header-up-inner .upper-right .quotebtn {
        font-size: 0.875rem;
        padding: 5px 10px;
    }
}
.header .header-upper .header-up-inner .upper-right .quotebtn:hover {
    background-color: #0094d4;
}
.header .main-header {
    height: 76px;
    display: flex;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 148, 212, 0.8);
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .header .main-header {
        height: auto;
        box-shadow: none;
        background-color: transparent;
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .header .main-header .headermenu {
        display: flex;
        align-items: center;
        position: inherit;
    }
}
@media screen and (max-width: 768px) {
    .header .main-header .container {
        padding: 0 15px;
        position: inherit;
    }
}
.header .main-header ul {
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}
.header .main-header ul li:hover .menu-arrow i {
    color: #2b2b2b;
}
.header .main-header .container {
    justify-content: space-between;
}
.header .logo {
    max-width: 303px;
}
@media screen and (max-width: 991px) {
    .header .logo {
        width: 25%;
    }
}
@media screen and (max-width: 576px) {
    .header .logo {
        width: 35%;
    }
}
.header .header-right {
    gap: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1022px) {
    .header .header-right {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .header .header-right {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .header .header-right {
        gap: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .header .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (max-width: 991px) {
    .header .header-top .header-inner-top {
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
        padding-top: 26px;
    }
}
@media screen and (min-width: 991px) {
    .header .header-top {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .header .mobi-header {
        height: 80px;
        display: flex;
    }
}
@media screen and (min-width: 768px) {
    .header .mobi-header {
        position: absolute;
        bottom: 22px;
        left: 0;
        right: 0;
        z-index: 0;
    }
}
@media screen and (max-width: 768px) {
    .header .mobi-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.header .main-menu {
    position: relative;
    z-index: 22;
}
.header .main-menu nav ul li {
    padding: 0 22px;
    display: flex;
    align-items: center;
}
@media (min-width: 1200px) {
    .header .main-menu nav ul li {
        padding: 0 15px;
    }
}
@media (max-width: 1399px) {
    .header .main-menu nav ul li {
        padding: 0 12px;
    }
}
@media (max-width: 768px) {
    .header .main-menu nav ul li {
        flex-wrap: wrap;
    }
}
.header .main-menu nav ul li:hover > a {
    color: #2b2b2b;
}
.header .main-menu nav ul li:last-child {
    padding-right: 0;
}
@media (max-width: 768px) {
    .header .main-menu {
        height: auto;
        background: #fff;
        width: 100%;
        position: inherit;
    }
    .header .main-menu nav ul {
        padding-bottom: 25px;
    }
    .header .main-menu nav ul li {
        padding: 5px 0;
        font-size: 1.25rem;
    }
    .header .main-menu nav ul li a {
        padding: 6px 0;
        display: block;
        color: #2b2b2b;
        font-size: 1.25rem;
        font-weight: 500;
    }
    .header .main-menu nav ul li .sub-menu {
        padding: 12px 0 22px 16px;
    }
    .header .main-menu nav ul li .sub-menu li a {
        font-weight: 400;
        font-size: 0.875rem;
        text-decoration: none;
    }
    .header .main-menu nav ul li.arrow .menu-arrow i {
        transform: rotate(180deg);
    }
}
.header .header-btn {
    gap: 20px;
}
.header .header-btn .btn-primary {
    padding: 13px 56px;
    font-size: 1.875rem;
    font-family: Inter, sans-serif;
    text-transform: uppercase;
}
@media (max-width: 1439px) {
    .header .header-btn .btn-primary {
        padding: 12px 45px;
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .header .header-btn .btn-primary {
        padding: 12px 30px;
        font-size: 1.25rem;
    }
}
@media (max-width: 768px) {
    .header .header-btn .btn-primary {
        font-size: 1rem;
        padding: 8px 20px;
    }
}
@media (max-width: 374px) {
    .header .header-btn .btn-primary {
        font-size: 0.875rem;
        padding: 6px 15px;
    }
}
@media (max-width: 768px) {
    .header .header-btn {
        gap: 15px;
    }
}
.nav_sec > ul {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .nav_sec > ul {
        height: 76px;
    }
}
.nav_sec > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav_sec > ul > li > a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .nav_sec > ul > li > a {
        font-size: 14px;
    }
}
.nav_sec > ul > li.current-menu-item > a {
    color: #2b2b2b;
}
.nav_sec > ul > li.current-menu-item .menu-arrow {
    transform: rotate(180deg);
    transition: all 0.3s;
}
.nav_sec > ul > li.menu-item-has-children {
    position: relative;
}
.nav_sec > ul > li.menu-item-has-children:hover .menu-arrow {
    transform: rotate(180deg);
    transform-origin: 10px 10px;
    transition: all 0.3s;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .nav_sec > ul > li.menu-item-has-children:hover .menu-arrow {
        transform: rotate(0);
    }
}
.nav_sec > ul > li.menu-item-has-children .menu-arrow {
    font-size: 0.875rem;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    transition: all 0.3s;
}
.nav_sec > ul > li.menu-item-has-children .menu-arrow i {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.nav_sec > ul > li.menu-item-has-children .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .nav_sec > ul > li.menu-item-has-children .sub-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }
}
@media (min-width: 768px) {
    .nav_sec > ul > li.menu-item-has-children .sub-menu {
        display: none !important;
    }
}
.nav_sec > ul > li.menu-item-has-children .sub-menu li a {
    color: #2b2b2b;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .nav_sec > ul > li.menu-item-has-children .sub-menu li a {
        font-size: 14px !important;
    }
}
.nav_sec > ul > li.menu-item-has-children .sub-menu li a:hover {
    background-color: #e9f6fb;
    border-radius: 8px;
}
.nav_sec > ul > li.menu-item-has-children .sub-menu li.current-menu-item {
    background-color: #e9f6fb;
    border-radius: 8px;
}
@media (min-width: 768px) {
    .nav_sec > ul > li.menu-item-has-children:hover .sub-menu {
        display: block !important;
        left: -50px;
        top: 100%;
        background-color: #fff;
        padding: 15px 18px;
        font-size: 0.875rem;
        font-weight: 400;
        min-width: 250px;
        width: 96%;
        border-radius: 10px;
        box-shadow: 0 4px 25px 0 rgba(70, 76, 136, 0.25);
    }
    .nav_sec > ul > li.menu-item-has-children:hover .sub-menu > li {
        padding: 0;
        height: auto;
        line-height: 1.35;
        display: block;
    }
    .nav_sec > ul > li.menu-item-has-children:hover .sub-menu > li > a {
        display: block;
        padding: 10px;
        font-weight: 500;
        font-size: 0.875rem;
        text-decoration: none;
    }
    .nav_sec > ul > li.menu-item-has-children:hover .sub-menu > li:last-child a {
        border-bottom: none;
    }
}
#nav-icon1 {
    width: 26px;
    height: 22px;
    transform: rotate(0);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 0;
}
@media screen and (min-width: 768px) {
    #nav-icon1 {
        display: none;
    }
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #2b2b2b;
    border-radius: 3px;
    opacity: 1;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0;
}
#nav-icon1 span:nth-child(2) {
    top: 10px;
}
#nav-icon1 span:nth-child(3) {
    top: 20px;
}
#nav-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(130deg);
}
#nav-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-130deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
}
h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.25;
}
@media (max-width: 1599px) {
    h1 {
        font-size: 54px;
    }
    h1 span {
        font-size: 2.5rem;
    }
}
@media (max-width: 1399px) {
    h1 {
        font-size: 42px;
    }
    h1 span {
        font-size: 1.875rem;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
    h1 span {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
    h1 span {
        font-size: 1.25rem;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}
@media screen and (min-width: 769px) {
    #mega-menu-wrap-menu-1 {
        background-color: transparent !important;
    }
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 {
        position: inherit;
    }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 0 11px 0 11px !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px !important;
        padding: 0 !important;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0 6px !important;
    }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #fff !important;
    width: 70% !important;
    left: inherit !important;
    border-radius: 3px !important;
    top: 58px !important;
    padding: 30px 20px 20px 20px !important;
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: 100% !important;
    }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu::before {
    width: 0 !important;
    height: 0 !important;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff !important;
    content: "" !important;
    top: -20px !important;
    left: 90px !important;
    right: 0 !important;
    position: absolute !important;
    display: block !important;
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu::before {
        top: 30px !important;
    }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 20px 0 0 !important;
}
/*@media screen and (min-width: 320px) and (max-width: 480px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0 !important;
    }
}*/
@media screen and (min-width: 769px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 208px !important;
        border-radius: 5px;
        overflow: hidden;
    }
}
@media screen and (min-width: 769px) and (min-width: 480px) and (max-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 100% !important;
    }
}
@media screen and (min-width: 769px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 img {
        width: 100%;
        height: 147px !important;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 3px;
    }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center !important;
    font-size: 17px !important;
    color: #222 !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !important;
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        padding: 30px 0 !important;
    }
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 {
        clear: both;
        position: inherit !important;
    }
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    background-color: #2b2b2b !important;
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background-color: transparent !important;
        height: auto !important;
        line-height: normal !important;
    }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    /*background-color: transparent !important;
    color: #2b2b2b !important;*/
    background-color: rgba(255, 255, 255, 0.33) !important;
}
@media screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
        color: #0094d4 !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .mega-menu-row ul.mega-sub-menu {
        display: flex !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .mega-menu-column.mega-menu-columns-3-of-12 .mega-sub-menu {
        flex-flow: column !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 img,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 input {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1022px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
}
.hero-sec {
    position: relative;
    padding: 0;
    margin-top: 138px;
    margin-bottom: 40px;
    min-height: 500px;
}
@media screen and (max-width: 991px) {
    .hero-sec {
        margin-top: 115px;
    }
}
@media screen and (min-width: 841px) and (max-width: 991px) {
    .hero-sec {
        margin-top: 121px;
    }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
    .hero-sec {
        margin-top: 110px;
    }
}
@media screen and (max-width: 768px) {
    .hero-sec {
        margin-top: 0;
    }
}
.hero-sec .hero-banner {
    width: 100%;
}
.hero-sec .hero-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-sec .hero-banner .banner-content-outer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .hero-sec .hero-banner .banner-content-outer {
        position: inherit;
    }
}
.hero-sec .hero-content {
    padding: 38px 26px 38px 24px;
    max-width: 528px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
    .hero-sec .hero-content {
        text-align: center;
        position: inherit;
        transform: none;
        background-color: #2b2b2b;
        max-width: 387px;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
}
.hero-sec .hero-content h1 {
    font-size: 47px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-sec .hero-content h1 {
        font-size: 2.1875rem;
    }
}
@media screen and (max-width: 1023px) {
    .hero-sec .hero-content h1 {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
        font-size: 1.375rem;
    }
}
.hero-sec .hero-content p {
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    font-size: 2.125rem;
    text-transform: uppercase;
    margin: 10px 0;
}
@media screen and (max-width: 1023px) {
    .hero-sec .hero-content p {
        text-align: center;
        font-size: 1.375rem;
    }
}
@media screen and (max-width: 1022px) {
    .hero-sec .hero-content .btn-primary:hover {
        background-color: #fff;
        color: #0094d4;
    }
}
.hero-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.hero-sec .container {
    height: 100%;
}
@media screen and (max-width: 1023px) {
    .hero-sec .container {
        display: flex;
        gap: 40px;
        margin-top: -290px;
    }
}
@media screen and (max-width: 768px) {
    .hero-sec .container {
        flex-direction: column-reverse;
        margin: 0;
    }
}
.quote-form {
    padding: 35px 35px 90px 35px;
    position: absolute;
    right: 0;
    top: -18px;
    z-index: 222;
    background-color: #f5f5f5;
    max-width: 400px;
}
@media screen and (min-width: 1023px) and (max-width: 1365px) {
    .quote-form {
        max-width: 300px;
        padding: 35px 15px 60px 15px;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1100px) {
    .quote-form {
        max-width: 240px;
    }
}
@media screen and (max-width: 1023px) {
    .quote-form {
        position: inherit;
        margin: 0 auto;
        z-index: 1;
        top: 0;
    }
}
@media screen and (max-width: 768px) {
    .quote-form {
        margin: 10px auto 30px;
    }
}
.quote-form h2 {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    color: #0d619b;
    line-height: 1;
    letter-spacing: 1px;
}
@media screen and (min-width: 1101px) and (max-width: 1365px) {
    .quote-form h2 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1100px) {
    .quote-form h2 {
        font-size: 1.375rem;
    }
}
.quote-form::before {
    width: 0;
    height: 0;
    border-bottom: 18px solid #737373;
    border-left: 30px solid transparent;
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
}
@media screen and (max-width: 991px) {
    .quote-form::before {
        border: none;
    }
}
.quote-form::after {
    width: 0;
    height: 0;
    border-bottom: 18px solid #043467;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    right: -29px;
    content: "";
}
@media screen and (max-width: 991px) {
    .quote-form::after {
        border: none;
    }
}
.quote-form .form {
    display: grid;
    gap: 10px;
    margin-top: 30px;
    position: relative;
}
.quote-form .form .textfeild {
    border: solid 1px #b1b1b1;
    font-size: 15px;
    color: #111;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 10px;
    background-color: #fff;
}
.quote-form .form .btn {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
}
.quote-form .form .submitbtn {
    background-color: #fb9f1b;
    color: #fff;
    transition: all 0.3s;
    text-transform: capitalize;
    line-height: 20px;
    border: 0;
    font-size: 19px;
    padding: 14px 20px;
    font-family: Roboto, sans-serif;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.1));
    cursor: pointer;
    transition: all 0.3s;
}
.quote-form .form .submitbtn:hover {
    border-color: #f5f5f5;
    background-color: #2b2b2b;
}
.quote-form .form .submitbtn:active {
    color: #fff;
    border: 0;
}
.quote-form .inquaryformbox {
    max-width: 630px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .quote-form .inquaryformbox {
        max-width: 100%;
    }
}
.quote-form .inquaryformbox .gform_wrapper {
    margin-top: 64px;
}
.quote-form .inquaryformbox .gform_fields {
    row-gap: 20px !important;
    -moz-column-gap: 24px !important;
    column-gap: 24px !important;
}
.quote-form .inquaryformbox .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    color: #2b2b2b;
    margin-bottom: 4px;
}
.quote-form .inquaryformbox .gfield_required {
    display: none !important;
}
.quote-form .inquaryformbox .form-outer input {
    padding: 5px 16px !important;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    border: solid 1px rgba(75, 85, 99, 0.25);
    line-height: normal !important;
}
.quote-form .inquaryformbox .form-outer input:focus {
    outline: 0;
}
.quote-form .inquaryformbox .form-outer input:active {
    outline: 0;
}
.quote-form .inquaryformbox .form-outer select {
    padding: 5px 16px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    background-position: right 16px center;
    border: solid 1px rgba(75, 85, 99, 0.25);
    font-size: 1rem;
    color: #2b2b2b;
    background-color: transparent;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../images/down-arrow.svg) no-repeat 96% center;
}
.quote-form .inquaryformbox .form-outer select:focus {
    outline: 0;
}
.quote-form .inquaryformbox .form-outer select:active {
    outline: 0;
}
.quote-form .inquaryformbox .gfield_checkbox {
    -moz-columns: 2;
    columns: 2;
}
@media screen and (max-width: 576px) {
    .quote-form .inquaryformbox .gfield_checkbox {
        -moz-columns: 1;
        columns: 1;
    }
}
.quote-form .inquaryformbox .gfield_checkbox {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 576px) {
    .quote-form .inquaryformbox .gfield_checkbox {
        row-gap: 14px;
    }
}
.quote-form .inquaryformbox .gfield_checkbox .gchoice {
    margin-bottom: 14px;
}
.quote-form .inquaryformbox .gfield_checkbox .gchoice label {
    color: #2b2b2b;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
.quote-form .inquaryformbox .gfield_checkbox .gchoice label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #2b2b2b;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.quote-form .inquaryformbox .gfield_checkbox .gchoice input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.quote-form .inquaryformbox .gfield_checkbox .gchoice input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.quote-form .inquaryformbox .gfield_checkbox .gchoice input:checked + label::before {
    background-color: #00a739;
    border-color: #00a739;
}
.quote-form .inquaryformbox .textarea {
    height: 193px !important;
    resize: none;
    padding: 5px 16px !important;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    border: solid 1px rgba(75, 85, 99, 0.25);
}
.quote-form .inquaryformbox .textarea:focus {
    outline: 0;
}
.quote-form .inquaryformbox .textarea:active {
    outline: 0;
}
.quote-form .inquaryformbox .gform_footer {
    margin-top: 6px;
    text-align: center;
}
.quote-form .inquaryformbox .gform_footer .gform_button {
    background: url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../images/button-arrow.svg) no-repeat #ed7741 80% center;
    color: #000;
    border: 1px transparent;
    position: relative;
    padding-right: 50px;
    border-radius: 8px;
    transition: all 0.3s;
    text-transform: capitalize;
    line-height: 20px;
    padding: 10px 50px 10px 30px;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal !important;
}
.quote-form .inquaryformbox .gform_footer .gform_button::after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f061";
    font-size: 20px;
    font-family: "Font Awesome 6 Pro";
}
.quote-form .inquaryformbox .gform_footer .gform_button:hover {
    background-color: #f19267;
}
.quote-form .inquaryformbox .gform_footer .gform_button:active {
    color: #000;
    background-color: #f19267;
}
.card-sec .inner-sec {
    display: flex;
    align-items: normal;
    gap: 35px;
}
.card-sec .inner-sec .card {
    width: 100%;
    background-color: #f0f0f0;
    display: flex;
    flex-flow: column;
}
@media screen and (min-width: 768px) {
    .card-sec .inner-sec .card {
        width: 50%;
    }
}
.card-sec .inner-sec .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-sec .inner-sec .card .card-detail {
    padding: 30px 30px 46px 30px;
    text-align: center;
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: center;
}
.card-sec .inner-sec .card .card-detail h3 {
    font-weight: 700;
    color: #2b2b2b;
    font-size: 39px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    .card-sec .inner-sec .card .card-detail h3 {
        font-size: 1.625rem;
    }
}
.card-sec .inner-sec .card .card-detail .btn {
    margin-top: auto;
}
.aboutus {
    width: 100%;
    margin: 0 auto 85px;
    display: block;
}
/*.page-template-interior-page .aboutus {
	margin-bottom: 0px;
}*/
.aboutus .aboutimg {
    width: 35%;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .aboutus .aboutimg {
        width: 100%;
    }
}
.aboutus .aboutimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.aboutus .inner-sec {
    align-items: normal;
}
@media screen and (max-width: 768px) {
    .aboutus .inner-sec {
        flex-flow: column;
        width: 100%;
    }
}
.aboutus .about-content {
    width: 65%;
    flex-shrink: 0;
    background-color: #e9f6fb;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 38px;
    gap: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .aboutus .about-content {
        width: 100%;
        padding: 30px 15px;
        gap: 20px;
        text-align: center;
        align-items: center;
    }
}
.aboutus .about-content h2 {
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    .aboutus .about-content h2 {
        font-size: 1.5rem;
    }
}
.aboutus .about-content h3 {
    font-weight: 600;
    color: #0094d4;
    font-size: 1.15rem;
    line-height: 1.25;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    .aboutus .about-content h3 {
        font-size: 1.25rem;
    }
}
.aboutus .about-content p {
    max-width: 599px;
}
.service-sec h2 {
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.page-template-interior-page .service-sec h2 {
	margin-bottom: 0px;
}
.service-sec .servise-detailbox {
    display: flex;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
    .service-sec .servise-detailbox {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .service-sec .servise-detailbox {
        flex-flow: column;
    }
}
.service-sec .servise-detailbox .service-info {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .service-sec .servise-detailbox .service-info {
        width: 100%;
        text-align: center;
        align-items: center;
    }
}
.service-sec .servise-detailbox .service-info h3 {
    color: #0094d4;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    .service-sec .servise-detailbox .service-info h3 {
        font-size: 1.375rem;
        margin-bottom: 10px;
    }
}
.service-sec .servise-detailbox .service-info .btn-block {
    margin-top: 50px;
    justify-content: flex-start;
}
@media screen and (min-width: 991px) {
    .service-sec .servise-detailbox .service-info .btn-block img {
        max-width: 70%;
    }
}
@media screen and (max-width: 991px) {
    .service-sec .servise-detailbox .service-info .btn-block img {
        max-width: 70%;
    }
}
@media screen and (max-width: 991px) {
    .service-sec .servise-detailbox .service-info .btn-block {
        flex-flow: column;
        gap: 30px;
    }
}
.service-sec .servise-detailbox .service-img {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .service-sec .servise-detailbox .service-img {
        width: 100%;
    }
}
.service-sec .servise-detailbox .service-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .service-sec .servise-detailbox.odd {
        margin-top: 30px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
    .service-sec .servise-detailbox.odd {
        margin-bottom: 0;
    }
}
.service-sec .servise-detailbox.odd .service-info {
    order: 2;
}
@media screen and (max-width: 768px) {
    .service-sec .servise-detailbox.odd .service-info {
        order: 1;
    }
}
.service-sec .servise-detailbox.odd .service-img {
    order: 1;
}
@media screen and (max-width: 768px) {
    .service-sec .servise-detailbox.odd .service-img {
        order: 2;
    }
}
.dealer-sec {
    background-color: #f5f5f5;
    padding: 70px 0;
}
.dealer-sec .inner-sec {
    align-items: normal;
}
.dealer-sec .dealer-box {
    width: 100%;
    display: flex;
    flex-flow: column;
}
/*.dealer-sec .dealer-box:nth-child(1) {
    border-right: solid 1px #c5c5c5;
}*/
@media screen and (max-width: 768px) {
    .dealer-sec .dealer-box:nth-child(1) {
        border: none;
        margin-bottom: 30px;
    }
}
.dealer-sec .dealer-box h4 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #0094d4;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 1199px) {
    .dealer-sec .dealer-box h4 {
        font-size: 20px;
        padding: 0 30px;
    }
}
.dealer-sec .dealer-box .dealer-logo {
    display: grid;
    gap: 20px;
    margin-top: 20px;
    flex-flow: column;
    align-items: center;
    height: 60%;
    justify-content: center;
}
@media screen and (max-width: 1199px) {
    .dealer-sec .dealer-box .dealer-logo img {
        max-width: 130px;
    }
}
.dealer-sec .dealer-box .dealer-logo .logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.dealer-sec .dealer-box .dealer-logo .logo-row-signle {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.choose-sec p {
    text-align: center;
    max-width: 1090px;
    margin: 20px auto 0;
}
.choose-sec .solutionbox {
    margin-top: 48px;
}
.choose-sec .solutionbox ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
@media screen and (max-width: 991px) {
    .choose-sec .solutionbox ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.choose-sec .solutionbox ul li {
    background-color: #e9f6fb;
    text-align: center;
    padding: 30px 30px 50px 30px;
    width: 100%;
    border-radius: 3px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .choose-sec .solutionbox ul li {
        width: calc(50% - 20px);
    }
}
.choose-sec .solutionbox ul li h5 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #0094d4;
    margin-top: 10px;
    display: block;
    letter-spacing: 1px;
}
.choose-sec .solutionbox ul li p {
    max-width: 300px;
    margin: 10px auto 0;
}
.review-sec {
    background-color: #f5f5f5;
    padding: 70px 0;
    margin-bottom: 0;
}
.review-sec p {
    text-align: center;
    max-width: 1090px;
    margin: 20px auto 0;
}
.review-sec .reviews {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    justify-content: space-between;
}
.review-sec .reviews .review_item {
    width: calc(33.3% - 25px);
    background: #fff;
    padding: 30px 40px 40px 20px;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(43, 43, 43, 0.14);
}
@media screen and (max-width: 991px) {
    .review-sec .reviews .review_item {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 576px) {
    .review-sec .reviews .review_item {
        width: 100%;
    }
}
.review-sec .reviews .review_content {
    margin-top: 20px;
}
.review-sec .reviews .review_content p {
    text-align: left;
    margin: 0;
}
@media screen and (max-width: 1230px) {
    .review-sec .reviews .review_content p {
        font-size: 0.875rem;
    }
}
.review-sec .reviews .user-profile {
    display: flex;
    align-items: center;
    gap: 18px;
}
.review-sec .reviews .user-profile .user_image {
    width: 82px;
    height: 82px;
    background: #e9f6fb;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
@media screen and (max-width: 1230px) {
    .review-sec .reviews .user-profile .user_image {
        width: 50px;
        height: 50px;
        padding: 15px;
    }
}
.review-sec .reviews .user-profile .user_title h5 {
    font-size: 21px;
    font-weight: 700;
    color: #0094d4;
    letter-spacing: 1px;
}
@media screen and (max-width: 1230px) {
    .review-sec .reviews .user-profile .user_title h5 {
        font-size: 16px;
    }
}
.review-sec .reviews .user-profile .user_title .rating-star {
    width: 140px;
    margin-top: 5px;
    position: relative;
}
@media screen and (max-width: 1230px) {
    .review-sec .reviews .user-profile .user_title .rating-star {
        width: 90px;
    }
}
.review-sec .reviews .user-profile .user_title .rating-star img {
    width: 100%;
}
.review-sec .reviews .user-profile .user_title .rating-in {
    background: url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../images/rating-star.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: 100%;
}
.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.tab-link {
    margin: 0 1%;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    color: #2b2b2b;
    background-color: transparent;
    border: solid 1px #2b2b2b;
    transition: all 0.3s;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 22px;
    padding: 10px 35px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
}
@media screen and (max-width: 991px) {
    .tab-link {
        text-align: center;
        font-size: 0.875rem;
    }
}
.tab-link:hover {
    background-color: #6fccea;
    color: #fff;
}
.tab-link:hover {
    background-color: #6fccea;
    color: #fff;
    border-color: #6fccea;
}
.tab-link.active {
    background-color: #6fccea;
    color: #fff;
    border-color: transparent;
}
.content-wrapper {
    padding: 70px 0 0 0;
}
@media screen and (max-width: 768px) {
    .content-wrapper {
        padding-top: 40px;
    }
}
.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.tab-content.active {
    display: block;
}
@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}
.gform_heading {
    display: none;
}
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    border: solid 1px #b1b1b1;
    font-size: 15px;
    color: #111;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
}
.gform_wrapper.gravity-theme .gfield input.large:focus,
.gform_wrapper.gravity-theme .gfield select.large:focus {
    outline: 0;
}
.gform_wrapper.gravity-theme .gfield input.large:active,
.gform_wrapper.gravity-theme .gfield select.large:active {
    outline: 0;
}
.gform_wrapper.gravity-theme .gfield_error.gfield input.large,
.gform_wrapper.gravity-theme .gfield_error.gfield select.large {
    border-color: #c02b0a;
}
.gform_wrapper.gravity-theme .gfield_description {
    display: none;
}
.gform_button.button {
    background-color: #fb9f1b;
    color: #fff;
    transition: all 0.3s;
    text-transform: capitalize;
    line-height: 20px;
    border: 0;
    font-size: 19px;
    padding: 14px 20px;
    font-family: Roboto, sans-serif;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.1));
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
}
.gform_button.button:hover {
    background-color: #2b2b2b;
}
.gform_wrapper.gravity-theme .gform_footer {
    padding: 0 !important;
    margin-top: -15px !important;
}
.gform_wrapper.gravity-theme .gfield select.large {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../images/footer-arrow.png) #fff 95% no-repeat;
    background-size: 13px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.footer {
    background: #fff;
    padding: 86px 0 15px 0;
}
@media screen and (max-width: 991px) {
    .footer {
        padding: 86px 0 15px 0;
    }
}
.footer .inside-footer {
    display: flex;
    width: 100%;
    gap: 95px;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer {
        flex-flow: column;
        gap: 40px;
    }
}
.footer .inside-footer .fooleft {
    width: 20%;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .fooleft {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .fooleft .foologo img {
        max-width: 170px;
    }
}
.footer .inside-footer .fooright {
    display: flex;
    width: 80%;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .fooright {
        flex-flow: column;
        width: 100%;
    }
}
.footer .inside-footer h4 {
    font-size: 23px;
    font-weight: 700;
    color: #434343;
    position: relative;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer h4 {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 991px) {
    .footer .inside-footer h4::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 7px;
        background: url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../images/footer-arrow.png) no-repeat;
        background-size: 100%;
        content: "";
        transition: all 0.3s;
    }
}
.footer .inside-footer .footerBox {
    width: 33.3333333333%;
    color: #2b2b2b;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .footerBox {
        width: 100%;
    }
}
.footer .inside-footer .footerBox ul {
    margin-top: 10px;
}
@media screen and (min-width: 992px) {
    .footer .inside-footer .footerBox ul {
        display: block !important;
    }
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .footerBox ul {
        display: none;
    }
}
.footer .inside-footer .footerBox ul li {
    color: #2b2b2b;
    font-size: 1rem;
    font-weight: 400;
}
.footer .inside-footer .footerBox ul li a {
    color: #434343;
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    padding: 5px 0;
}
.footer .inside-footer .footerBox ul li a:hover {
    color: #0094d4;
}
.footer .inside-footer .footerBox .mobi_title.active h4:after {
    transform: rotate(-90deg);
    transition: all 0.3s;
}
.footer .inside-footer .footerBox .box-inside {
    margin-bottom: 30px;
}
.footer .inside-footer .cust_wrap_loaw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .cust_wrap_loaw {
        flex-flow: column;
        width: 100%;
    }
}
.footer .inside-footer .cust_wrap_loaw .locations {
    width: 95%;
    margin: 30px 0 0 0;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .cust_wrap_loaw .locations {
        margin-top: 0;
        width: 100%;
    }
}
.footer .inside-footer .cust_wrap_loaw .locations .office-address {
    display: flex;
    margin: 36px 0 0 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .cust_wrap_loaw .locations .office-address {
        display: none;
    }
}
.footer .inside-footer .cust_wrap_loaw .locations .office-address h6 {
    font-size: 0.875rem;
    font-weight: 400;
    color: #2b2b2b;
    margin: 0 0 16px 0;
}
.footer .inside-footer .cust_wrap_loaw .locations .office-address .footerBox {
    padding-right: 170px;
    width: calc(33.3% - 4px);
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .cust_wrap_loaw .locations .office-address .footerBox {
        padding-right: 0;
        width: 100%;
    }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
    .footer .inside-footer .cust_wrap_loaw .locations .office-address .footerBox {
        padding-right: 30px;
    }
}
.footer .inside-footer .cust_wrap_loaw .locations .office-address .footerBox img {
    margin: 20px 0 0 0;
}
.footer .inside-footer .cust_wrap_loaw .locations .office-address .footerBox p {
    line-height: 32px;
}
.footer .inside-footer .cust_wrap_loaw .locations .office-address .footerBox p a {
    color: #2b2b2b;
    text-decoration: none;
    transition: all 0.3s;
}
.footer .inside-footer .cust_wrap_loaw .cust_award {
    width: 26%;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .cust_wrap_loaw .cust_award {
        width: 100%;
    }
}
.footer .inside-footer .cust_wrap_loaw .cust_award .footerBox {
    width: 100%;
}
.footer .inside-footer .cust_wrap_loaw .cust_award .footerBox {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 16px;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .cust_wrap_loaw .cust_award .footerBox {
        margin-top: 0;
    }
}
.footer .inside-footer .cust_wrap_loaw .cust_award .footerBox h4:after {
    content: "";
    background: 0 0;
}
.footer .inside-footer .cust_wrap_loaw .cust_mob_poli {
    display: none;
}
@media screen and (max-width: 991px) {
    .footer .inside-footer .cust_wrap_loaw .cust_mob_poli {
        display: inline-block;
        width: 100%;
        margin-top: 37px;
    }
}
.footer .copyright {
    border-top: solid 1px #cfcfcf;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;
    color: #2b2b2b;
}
@media screen and (max-width: 991px) {
    .footer .copyright {
        margin-top: 10px;
        justify-content: center;
    }
}
.footer .copyright .inner-copy {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
@media screen and (max-width: 991px) {
    .footer .copyright .inner-copy {
        flex-flow: column;
        gap: 30px;
    }
}
.footer .copyright .inner-copy p {
    color: #434343;
    font-size: 1rem;
}
.footer .copyright .inner-copy ul {
    display: flex !important;
}
.footer .copyright .inner-copy ul li {
    color: #2b2b2b;
    font-size: 0.875rem;
    position: relative;
    padding: 0 16px;
}
.footer .copyright .inner-copy ul li a {
    color: #323232;
    font-size: 0.875rem;
    transition: all 0.3s;
    text-decoration: underline;
}
.footer .copyright .inner-copy ul li a i {
    font-size: 1.875rem;
}
@media screen and (max-width: 991px) {
    .footer .copyright .inner-copy ul li a i {
        font-size: 1.25rem;
    }
}
.footer .address {
    margin-top: 30px;
}
.footer .address p {
    color: #434343;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 15px;
}
.footer .address h4:after {
    background: 0 0;
}
.footer .address a {
    color: #434343;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 15px;
    text-decoration: none;
    transition: all 0.3s;
}
.footer .address a:hover {
    color: #0094d4;
}

/*!
Theme Name: caliber home solutions theme
Theme URI: caliber home solutions
Author: caliber home solutions
Author URI: caliber home solutions
Description: caliber home solutions custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.hero-content.dark{background-color:rgba(0,0,0,.5)}.cta-call-out{background-color:#f5f5f5;padding:75px 0}.cta-call-out .call-out-outer{display:flex}.cta-call-out .call-out-text{max-width:66%}.cta-call-out .call-out-text h2{font-size:39px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-align:left;color:#0094d4}.cta-call-out .call-out-text h3{font-size:23px;font-weight:700;color:#434343;position:relative;text-transform:uppercase}.call-out-cta{align-content:center;margin:auto}.section-contact-us{background-color:#e9f6fb;min-height:400px}.contact-us-text{padding-top:50px;max-width:66%}.contact-us-text .article-header{margin-bottom:30px}.contact-us-text .article-header h2{text-align:left}.contact-us-text .article-content p{font-size:1.25rem}.contact-us-text .article-content a{color:#424242;font-weight:700;font-size:27px;text-decoration:none;transition:all .3s;display:flex}.contact-us-text .article-content .number-callout{padding-top:30px}.contact-us-text .article-content .number-callout ul li{display:flex;gap:20px}.contact-us-text .article-content .number-callout ul li a{align-items:center}.card-sec h2{color:#0094d4;margin-bottom:30px}.locations .hero-sec,.contact-us .hero-sec{margin-bottom:0}.locations .aboutus,.contact-us .aboutus{margin-bottom:50px;margin-top:-7px}.locations .aboutus .about-content{padding:50px}.location-grid{display:grid;grid-template-columns:auto auto auto;align-items:start;margin-left:-3px;margin-right:-20px;width:100%;grid-gap:25px;padding:20px}.contact-us .aboutus.location-map .about-content{height:600px}.contact-us .single-location ul li{font-size:26px}section.easy-steps .inner-sec{align-items:unset}.easy-steps .inner-sec .col.col-4{text-align:center}.easy-steps .inner-sec{gap:40px;padding:40px 0;justify-content:space-between}.process-icon-label{font-size:30px;font-weight:600;color:#0094d4;margin-top:10px;display:block;letter-spacing:1px}.easy-steps .col h3{font-size:26px;padding:20px 0}.easy-steps .inner-sec .col.col-4{text-align:center;padding:20px 10px;background:#dedede;border-radius:4px}.hero-sec .hero-banner .hero-content img{width:unset;height:unset;object-fit:unset;-o-object-fit:unset}.footer .inside-footer .footerBox p{margin-top:10px;margin-bottom:30px;line-height:1.8}.single .hero-sec .hero-banner img{width:100%;max-height:600px;-o-object-fit:cover;object-fit:cover}.contact_sec{display:flex;max-width:1315px;justify-content:center;margin:0 auto;width:95%;position:relative}.single .contact_sec #secondary,.blog .contact_sec #secondary{max-width:25%;padding:0 40px}#secondary h2{font-weight:700;text-align:left;font-size:2rem;line-height:1;margin:20px 0}.site-main.cust_def li{list-style-type:none;padding:7px 0}.site-main.cust_def a{text-transform:uppercase;font-weight:500}.aboutus.location-map .inner-sec{min-height:500px}.blog .site-main{padding-top:250px}.blog .header{padding-top:0}.single .cta-call-out{background-color:#f5f5f5;padding:40px 0;margin:30px 0}.single .cta-call-out .btn.btn-primary:hover{background-color:#fff;border:1px solid #0094d4;color:#2b2b2b}#field_1_7 .gfield_label{display:none}.bwg_image_info_spun{text-align:center !important;vertical-align:bottom}@media screen and (max-width:991px){.cta-call-out .call-out-outer{display:flex;flex-direction:column}.cta-call-out .call-out-text{max-width:unset;text-align:center}.cta-call-out .call-out-text h2{font-size:1.5rem;padding-bottom:15px;text-align:center}.cta-call-out .call-out-text h3{font-size:1.25rem}.call-out-cta{margin-top:25px}.location-grid{grid-template-columns:unset}.contact-us .location-grid{display:block;margin:unset}.contact-us .single-location ul li{font-size:18px}.contact-us-text{max-width:unset}.section-contact-us .quote-form{margin:25px auto 0}.gform_wrapper.gravity-theme .gform_footer{margin-top:0 !important}.dealer-sec .dealer-box .dealer-logo img{max-width:270px;margin:25px 0}.contact_sec{flex-direction:column}.single .contact_sec #secondary,.blog .contact_sec #secondary{max-width:unset;padding:40px}.nav-links a{margin:20px 0;display:block}}.mobile-cta ul{display:none}@media only screen and (max-width:768px){.header{padding-top:0}.mobile-cta ul{display:flex;text-align:center;margin:0 auto;justify-content:center;align-items:center;gap:10px;background-color:#0c609a;color:#fff;height:50px;margin-bottom:15px}.mobile-cta ul li a{color:#fff;font-weight:bolder}.mobile-cta ul li a img{max-width:30px;margin-top:6px}.header .header-upper .header-up-inner .upper-right{display:none}#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1{background:#0094d4 !important;padding:0 !important;display:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover{color:#fff !important}.hero-sec .container{flex-direction:column;margin:0}.hero-content.dark{background-color:#2b2b2b}.dealer-sec .dealer-box .dealer-logo{display:unset;gap:unset;margin-top:20px;flex-flow:column;align-items:center;height:unset;justify-content:center}}.embed-container{position:relative;padding-bottom:56.25%;overflow:hidden;max-width:100%;height:auto}.embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.author-blurb{border:1px solid #ccc;padding:15px;margin-bottom:20px;text-align:center}.author-blurb img{border-radius:50%;margin-bottom:10px}.author-blurb h3{margin-bottom:10px;font-size:1.2em}
/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Pro");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-duotone,.fa-light,.fa-regular,.fa-sharp,.fa-sharp-solid,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fasl,.fasr,.fass,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-sharp,.fass{font-weight:900}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-facebook-f:before{content:"\f39e"}.fa-instagram-square:before{content:"\e055"}.fa-linkedin:before{content:"\f08c"}.fa-youtube:before{content:"\f167"}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//caliberhsolutions.com/wp-content/themes/caliber-home-solutions-theme/assets/css/../webfonts/fa-brands-400.ttf) format("truetype")}