@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNovaExtraboldRegular.eot');
    src: url('../fonts/ProximaNovaExtraboldRegular.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaExtraboldRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaExtraboldRegular.woff') format('woff'),
        url('../fonts/ProximaNovaExtraboldRegular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaBold.woff2') format('woff2'),
        url('../fonts/ProximaNovaBold.woff') format('woff'),
        url('../fonts/ProximaNovaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNovaSemiboldRegular.eot');
    src: url('../fonts/ProximaNovaSemiboldRegular.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaSemiboldRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaSemiboldRegular.woff') format('woff'),
        url('../fonts/ProximaNovaSemiboldRegular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNovaMediumRegular.eot');
    src: url('../fonts/ProximaNovaMediumRegular.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaMediumRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaMediumRegular.woff') format('woff'),
        url('../fonts/ProximaNovaMediumRegular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNovaLightRegular.eot');
    src: url('../fonts/ProximaNovaLightRegular.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaLightRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaLightRegular.woff') format('woff'),
        url('../fonts/ProximaNovaLightRegular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNovaThinRegular.eot');
    src: url('../fonts/ProximaNovaThinRegular.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaThinRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaThinRegular.woff') format('woff'),
        url('../fonts/ProximaNovaThinRegular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
        url('../fonts/ProximaNovaRegular.woff') format('woff'),
        url('../fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}











body{
    font-family: 'Proxima-Nova' !important;
    overflow-x:hidden;
    animation: pagetransition 2s;
}

div#content {
    background: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
}

p, li  {
    font-family: 'Proxima-Nova' !important;
    font-weight: normal;
    color: #495666;
    font-size: 18px;
}
body header .container {
    max-width: 90%;
}
.header--to--section .container {
    max-width: 90%;
}
@keyframes pagetransition{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}

#back-to-top.show {
  opacity: 1;
}
#back-to-top {
    border: 0 none;
    background: #ff6d02 !important;
    border-radius: 50%;
    bottom: 30px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 36px;
    height: 50px;
    line-height: 40px;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    width: 50px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 13px #fff;
}
#back-to-top:hover {
    transform: scale(0.9);
    transition: all 0.3s;
}
#back-to-top i {
    transform: rotate(-90deg);
}

@media (max-width: 2200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
}

body:not(.home) div#content .card-body p {
    font-size: 16px;
    line-height: 25px;
    color: #363434;
}
body:not(.home) div#content .card-body {
    padding: 0px;
}
.breadcrumb--section p a {
    color: #bebed1;
    text-decoration: none;
}
.main--nav--menu {
    border-top: 0px;
    box-shadow: none;
}
.main--nav--menu ul#primary-menu {
    width: 290px;
    margin: 0px;
    background: rgba(0,122,204,1);
    position: fixed;
    top: 0px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
    height: 100%;
    padding: 60px 40px;
    z-index: 999 !important;
    opacity: 0;
    text-align: left;
    left: -400px;
}
.main--nav--menu.show ul#primary-menu {
    opacity: 1;
    top: 0px;
    left: 0px
}
.main--nav--menu .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.site-branding-text a.navbar-brand {
    margin: 0px;
    color: #0d4fcc !important;
    font-size: 22px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #3d4a78 !important;
    opacity: 1 !important;
    font-size: 16px;
}
ul#primary-menu a.nav-link {
    padding: 45px;
    font-size: 18px;
    color: #ffffff !important;
    font-weight: normal;
}
.extra--pay--bittons {
    margin-left: 15px;
}
.extra--pay--bittons section ul li a:hover {
    transition: all 0.3s;
    background: #ffd45b;
}
.navbar-toggler-icon i.fa.fa-bars {
    font-size: 33px;
    color: #fff;
}
#site-navigation .row {
    width: 100%;
    margin: 0px;
}
button {
    outline: none;
}
.site---menu button {
    float: right;
}
.site-branding-text {
    text-align: center;
}
.main--nav--menu.show ul#primary-menu li a.nav-link {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.social--link ul.list-inline {
    margin: 0px;
    padding-top: 5px;
}
.social--link ul.list-inline a {
    color: #ddd;
    font-size: 18px;
    transition: all 0.2s;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}
.social--link ul.list-inline a:hover {
    color: #068be4;
}
.darkHeader .main--nav--menu.show ul#primary-menu {
    top: 0px;
}
.logged-in .main--nav--menu.show ul#primary-menu {
    top: 0px;
}
.logged-in .darkHeader .main--nav--menu.show ul#primary-menu {
    top: 0px;
}

.home--slider--post {
    position: relative;
}
header#masthead nav#site-navigation {
    z-index: 9999 !important;
}
.main--slider--content {
    position: absolute;
    top: 14rem;
    width: 100%;
    z-index: 9;
   /* background: rgba(0,0,0,0.2);*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.main--slider--content .slider--title {
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 26px;
    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
    text-align: center;
}
hr.slider--head--hr {
    width: 300px;
    position: relative;
    height: 5px;
    background-color: #fff;
    opacity: 0.4;
    margin-left: 0;
}
.slider--para {
    width: 770px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    color: #eee;
    font-size: 20px;
    line-height: normal;
    margin-left: 0;
}
.slider--link {
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.home--slider--post .owl-dots {
    position: absolute;
    top: 20rem;
    right: 50px;
}
.home--slider--post .owl-dots button.owl-dot {
    display: block;
    outline: none;
}
.home--slider--post .owl-dots button.owl-dot.active {
    border: 2px solid #005cad;
    border-radius: 50%;
    height: 20px;
    position: relative;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home--slider--post .owl-dots button.owl-dot.active span {
    background: #005cad;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home--slider--post .owl-dots button span {
    margin: 8px 5px !important;
}
.slider--link a {
    background: #fff;
    color: #005cad;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #fff;
}
.slider--link a:hover {
    color: #000;
}
.main--slider--content ul.list-inline {
    text-align: left;
}
.main--menu--list ul.dropdown-menu {
    left: 10px;
    top: 0;
    position: relative !important;
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.main--menu--list ul.dropdown-menu a.nav-link {
    padding: 5px 15px;
    color: #b9b6b6;
}
.modal-backdrop {
    z-index: 9;
}

.social--link {
    width: 56%;
    float: left;
    text-align: right;
    margin-right: 5%;
    padding-top: 16px;
}
.top--bar--search button.btn.btn-info {
    background: transparent;
    padding: 0px;
    border: 0px;
    outline: none;
    box-shadow: none;
}
.top--bar--search p {
    margin: 0px;
}
.top--bar--search {
    width: 39%;
    float: left;
    text-align: left;
    border-left: 2px solid #ddd;
    padding-left: 30px;
    margin-top: 21px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.logged-in .top--bar--search div#myModal {
    top: 103px;
}
.top--bar--search div#myModal {
    top: 72px;
}
.darkHeader .top--bar--search div#myModal {
    top: 58px;
}
.top--bar--search div#myModal .modal-dialog {
    margin-right: 60px;
}
.top--bar--search .modal-header {
    background: #0f62fe;
    border-radius: 0px;
    padding: 0px;
}
.top--bar--search .modal-header button.close {
    color: #fff;
    opacity: 1;
    padding: 11px 15px 15px 15px;
    margin: 0px 0px 0px auto;
}
.top--bar--search .modal-body .form-group {
    width: 78%;
    margin: 0px;
    float: left;
}
.top--bar--search .modal-body button {
    margin-left: 5px;
    background: #0f62fe;
    color: #fff;
    float: left;
    width: 20%;
}
a.custom-logo-link img.custom-logo {
    height: 55px;
    position: relative;
}
.tabs-left {
  border-bottom: none;
}
.tabs-left>li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}


.item-overlay {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    transition: all 0.3s;
}
.item-overlay::before {
    content: '\e657';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100px;
    opacity: 0;
    color: #fff;
    right: 0;
    font-size: 63px;
    transition: all 0.2s;
    font-family: "Pe-icon-7-stroke";
}
.item-overlay:hover {
    background: rgba(0,0,0,0.7);
    opacity: 0.9;
}
.item-overlay::before {
    content: '\e657';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    color: #fff;
    right: 0;
    font-size: 63px;
    transition: all 0.2s;
    font-family: "Pe-icon-7-stroke";
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-item:hover .item-overlay::before {
    opacity: 1;
}
footer#colophon {
    padding-bottom: 30px;
    border-top: 0px solid #eee;
    position: relative;
    margin-top: -20px;
}

.footer_sections h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer_sections p {
    color: #a4b3bd;
    font-size: 17px;
}
.footer_sections ul {
    padding: 0px !important;
}
.footer_sections ul li {
    list-style: none !important;
}
.footer_sections ul li a {
    font-size: 17px;
}
.footer_sections ul li a {
    font-size: 17px;
    color: #a4b3bd !important;
}
.footer_sections ul li a:hover {
    color: #007bff !important;
}
.footer_sections ul li a span {
    margin-right: 5px;
    color: #0476c3;
}

.site-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.darkHeader .site---menu button.navbar-toggler {
    padding-top: 15px;
}
.darkHeader .social--link {
    padding-top: 15px;
}
.darkHeader .top--bar--search {
    margin-top: 20px;
}

.main-navigation ul#primary-menu li {
    position: relative;
    margin: 0em 0.75em;
}
.main--nav--menu.show ul#primary-menu li a.nav-link:hover {
    color: #111;
}
.main--menu--list #primary-menu li.current_page_item a.nav-link {
    color: #111;
}
header#masthead {
    left: 0;
    z-index: 9;
    border-top: 0px solid #ffffff;
    position: relative;
    padding-bottom: 0px;
    padding: 0px;
}
.is-sticky header#masthead {
    z-index: 99 !important;
    padding: 0px 0px;
}
header#masthead nav#site-navigation {
    z-index: 9999 !important;
    width: 100% !important;
}
.wp-block-columns {
    margin: 0px;
}
ul#primary-menu ul li a.nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
}
ul#primary-menu ul li a.nav-link:hover {
    transform: translatex(2px);
    transition: all 0.4s;
}

a:hover, a:active, a:focus, .btn-link:hover, .entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
    color: #005cad !important;
}
.wp-block-columns {
    justify-content: center;
}
.footer--address--section h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
ul#menu-footer-menu li a {
    color: #a4b3bd !important;
    font-size: 17px;
}
ul#menu-footer-menu {
    padding: 0px;
}
ul#menu-footer-menu li {
    list-style: none;
}
.footer--address--section p {
    color: #a4b3bd;
    font-size: 17px;
}
.footer--address--section p a {
    color: #fff !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #fff;
    margin-top: 15px;
}
body:not(.home) div#content .card-body .wp-block-heading {
    font-weight: 600;
}
.current-menu-item a {
    color: #bebed1 !important;
}
ul#primary-menu ul.dropdown-menu li.nav-item a.nav-link {
    font-size: 18px;
    background: transparent;
    color: #0251a1 !important;
    text-transform: uppercase;
}
div#top-right-menu-wrap ul#top-right-menu a.nav-link:hover {
    background: transparent;
    color: #fff !important;
}
ul#top-right-menu ul.dropdown-menu {
    border: 0px;
    background: #005cad;
    min-width: 200px;
    position: absolute;
    left: -100%;
    top: 100%;
    padding-top: 15px;
}
div#top-right-menu-wrap ul#top-right-menu ul.dropdown-menu li a.nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
}
ul#top-right-menu > li.nav-item.dropdown.menu-item > a.nav-link.dropdown-toggle {
    position: relative;
    top: 3px;
}
.top---left--menu ul#menu-top-left-menu li a:hover {
    color: #bebed1 !important;
}
.top_right_section--here button.wp-block-search__button:hover {
    background: #000 !important;
}
header#masthead nav#site-navigation ul#primary-menu ul.dropdown-menu {
    border: 0px;
    background: #fff;
}
div#top-right-menu-wrap ul#top-right-menu a.nav-link:active,
div#top-right-menu-wrap ul#top-right-menu a.nav-link:focus {
    color: #fff !important;
}







footer#colophon aside.widget-area section.widget.wp-bp-footer-widget.widget_block {
    padding-bottom: 0px;
}
.footer--aboutus--section section {
    padding: 0px !important;
}
footer#colophon aside.widget-area h2.wp-block-heading {
    text-align: left;
    color: #005cad;
    padding: 0;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 15px;
}
footer#colophon aside.footer-office--address a:hover {
    text-decoration: underline;
}

footer#colophon aside.widget-area h4.wp-block-heading {
    margin-bottom: 0px;
    font-size: 18px;
}
footer#colophon aside.footer-office--address a {
    color: #ddd !important;
    transition: all 0.3s;
    text-decoration: none;
}
aside#secondary section {
    background: #f6f6f6;
    border-radius: 3px;
    border: 0 !important;
}
aside#secondary {
    margin-top: 2rem;
    border: 0px solid #eee;
}
aside#secondary h2.wp-block-heading {
    font-size: 26px;
    text-transform: uppercase;
    color: #005cad;
    border-left: 3px solid #005cad;
    padding-left: 15px;
    margin-bottom: 20px;
    background: #eee;
    padding-top: 3px;
    padding-bottom: 3px;
}
aside#secondary section ul.wp-block-latest-posts__list {
    padding: 0px;
}
aside#secondary section ul.wp-block-latest-posts__list li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
aside#secondary section ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    width: 35%;
}
aside#secondary section ul.wp-block-latest-posts__list li time.wp-block-latest-posts__post-date {
    font-size: 14px;
    color: #999;
    display: block;
    width: 100%;
    padding-left: 145px;
    position: relative;
    bottom: 17px;
}
aside#secondary section ul.wp-block-latest-posts__list li a.wp-block-latest-posts__post-title {
    width: 65%;
    padding-left: 15px;
    text-decoration: none;
    color: #363636;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: normal;
    max-height: 40px;
}
body:not(.home) div#content div#primary article .entry-content p {
    font-size: 18px;
    line-height: 28px;
}
aside#secondary section ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    max-width: 100% !important;
    background: #fff;
}
section#block-slidersociallinks {
    position: fixed;
    top: 23rem;
    z-index: 999;
    left: 0px;
}

@media(max-width: 868px) {
    header#masthead {
        top: 0px !important;
    }
    .is-sticky header#masthead {
        border-top: 0px;
    }
}


@media(max-width: 991px) {
    header#masthead::before {
        display: none;
    }
    .site-branding-text a.navbar-brand {
        display: none !important;
    }
    ul#primary-menu a.nav-link {
        padding: 5px 0px 5px !important;
    }
    div#masthead-sticky-wrapper {
        height: auto !important;
    }
    .navbar-dark .navbar-toggler {
        background: #0c2577 !important;
    }
}

.extra--pay--bittons section {
    margin: 0;
}
.extra--pay--bittons section p {
    margin: 0;
}
.extra--pay--bittons section p a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 60px;
    border-radius: 50px;
    width: 338px;
    display: block;
    text-align: center;
    font-size: 18px;
}
ul#primary-menu a.nav-link:hover {
    transition: all 0.2s;
}
.home--main--slider .owl-nav {
    position: absolute;
    top: 26.5em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    margin: 0px !important;
    z-index: 2;
    font-family: 'Lato';
}
.home--main--slider .owl-nav button {
    background: #b2bac6 !important;
    width: 40px;
    height: 40px;
    line-height: normal;
    border-radius: 100% !important;
    font-family: 'Lato';
}
.home--main--slider .owl-nav button span {
    font-size: 44px;
    color: #fff;
    line-height: 26px;
    font-family: 'Lato';
}
.wp-block-columns.slider--absolute--content {
    position: absolute;
    top: 27em;
    left: 10%;
    width: 80%;
    z-index: 1;
}
.wp-block-column.slider--absolute--content--bottom--left h1.wp-block-heading {
    color: #fff;
    font-weight: 800;
    font-size: 56px;
    margin-bottom: 40px;
}
.wp-block-column.slider--absolute--content--bottom--left p {
    color: #fff;
    font-size: 18px;
}
p.all--fields--req {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.contactform--fields {
    padding: 0px 60px;
}
.contactform--fields input {
    border-radius: 50px;
    border: 0px;
}
.contactform--fields input {
    border-radius: 50px !important;
    border: 0px !important;
    padding: 0px 20px !important;
    height: 43px;
    width: 100% !important;
    margin-bottom: 0px !important;
}
.contactform--fields div {
    margin-bottom: 25px;
}
.contactform--fields .call--me--now {
    margin-bottom: 0px;
}
.contactform--fields .call--me--now input.wpcf7-form-control.wpcf7-submit {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
.wp-block-columns.home--products--section {
    padding: 6em 0px;
    position: relative;
}
.wp-block-columns.home--products--section .home--products--section--para {
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
}
.home--products--section--box img {
    max-width: 65px;
    margin: 0 auto;
    display: block;
}
.wp-block-column.home--products--section--box {
    background: #666bab;
    border-radius: 8px;
    padding: 40px 30px;
    transition: all 0.3s;
}

.home--products--section--box .wp-block-heading {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.home--products--section--box p {
    color: #fff;
    font-size: 18px;
}
.wp-block-column.home--about--us--section--left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-column.home--about--us--section--left figure {
    margin: 0px;
}
.wp-block-column.home--about--us--section--left figure img {
    max-width: 100px;
}
.wp-block-column.home--about--us--section--right {
    padding: 6em 6em;
}
.wp-block-column.home--about--us--section--right h2.wp-block-heading {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 30px;
}
.wp-block-column.home--about--us--section--right p {
    color: #495666;
    font-size: 18px;
}
.wp-block-columns.get--a--free--quote--section {
    padding: 5em 0px;
}
.wp-block-columns.get--a--free--quote--section h1 {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 30px;
}
.wp-block-columns.get--a--free--quote--section p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.get--a--quote--form .row {
    max-width: 800px;
    margin: 0px auto 0px;
    align-items: center;
    justify-content: space-between !important;
}
.get--a--quote--form .row input[type="text"] {
    height: 54px;
    border: 0px;
    width: 100%;
    color: #000;
}
.get--a--quote--form .row input[type="email"] {
    height: 54px;
    border: 0px;
    width: 100%;
    color: #000;
}
.get--a--quote--form .row input[type="submit"] {
    height: 54px;
    border: 0px;
    width: 100%;
}
.get--a--quote--form .row span.ajax-loader {
    position: absolute;
}
.get--a--quote--form .row input[type="submit"] {
    height: 54px;
    border: 0px;
    width: 100%;
    background: #fff;
    color: #495666;
    text-transform: uppercase;
    font-weight: 800;
}
.get--a--quote--form .row input::placeholder {
    color: #b4c0ca;
}
.wp-block-columns.client--review--section {
    padding: 5em 0px 0px;
    position: relative;
    background: #fff;
}
.wp-block-columns.client--review--section .client--review--para {
    position: relative;
    border-bottom: 2px solid #eee;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.wp-block-columns.client--review--section .client--review--para::before {
    content: "";
    position: absolute;
    width: 30%;
    left: 35%;
    height: 2px;
    bottom: -2px;
}
.wp-block-columns.client--review--section h2.wp-block-heading {
    font-weight: 800;
    margin-bottom: 30px;
}
.client_review-slider---image img {
    max-width: 100px;
}
.client--review--parent {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 35px;
    border-radius: 9px;
}
.client--review--parent .client_review-slider---image {
    width: 10%;
    position: relative;
    top: 7px;
}
.client--review--parent .client_review--contents {
    width: 90%;
}
.client--review--parent .client_review--contents h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.client--review--parent .client_review--contents p {
    color: #fff;
    line-height: normal;
    padding-right: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home--contact--us--section--right .wp-block-media-text figure.wp-block-media-text__media {
    width: 75px;
    height: 75px;
    margin: 0px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.home--contact--us--section--right .wp-block-media-text {
    display: flex;
    flex-wrap: wrap;
}
.home--contact--us--section--right .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0px;
    padding-left: 20px;
}
.wp-block-column.home--contact--us--section--right {
    padding: 3em 3em 0;
    background: #fff;
}
.wp-block-column.home--contact--us--section--right h2.wp-block-heading {
    font-weight: 700;
    margin-bottom: 40px;
}
.home--contact--us--section--right .wp-block-media-text img {
    max-width: 100%;
}
.home--contact--us--section--right .wp-block-media-text .wp-block-media-text__content h4.wp-block-heading {
    font-weight: 600;
    font-size: 20px;
}
.owl-carousel.client_review--slider {
    padding-bottom: 5em;
}
footer#colophon .footer--aboutus--section ul#menu-primary-menu {
    display: flex;
    list-style: none;
}
footer#colophon .footer--aboutus--section ul#menu-primary-menu li {
    list-style: none;
}
footer#colophon .footer--aboutus--section ul#menu-primary-menu li a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 0px 40px;
}
footer#colophon .footer--aboutus--section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #454f59;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.footer--bottom--section ul.wp-block-list {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer--bottom--section ul.wp-block-list li {
    padding: 0px 30px;
    color: #67707d;
    list-style: none !important;
}
.footer--bottom--section ul.wp-block-list li a {
    text-decoration: none;
    color: #67707d !important;
}
.wp-block-columns.home--contact--us--section {
    gap: 0px;
}
.wp-block-columns.about--page--gallery--section {
    padding: 5rem 0px;
    position: relative;
    background: #fff;
}
.wp-block-columns.about--page--gallery--section h1.wp-block-heading {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}
.wp-block-columns.about--page--gallery--section .gallery--para {
    margin-bottom: 80px;
}
.wp-block-columns.about--page--top--contents {
    background: #fff;
    padding: 5rem 0px;
    position: relative;
}
.wp-block-columns.about--page--top--contents .wp-block-heading {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}
figure.wp-block-image {
    margin: 0px;
}
.wp-block-columns.service--page--product--section {
    position: relative;
    padding: 5rem 0px;
}
.wp-block-columns.service--page--product--section h2.wp-block-heading {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
}
.wp-block-columns.service--page--product--section .container > p {
    color: #fff;
}
.products_slider---image img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.products--slider--contents {
    text-align: center;
    padding-top: 30px;
}
.products--slider--contents h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.products--slider--contents .products--bottom--para {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products--slider--contents .learn--more a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}
.products--slider--post {
    position: relative;
    padding-top: 60px;
}

.products--slider--post .owl-nav {
    margin: 0px;
    position: absolute;
    top: 8rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-family: 'Lato';
}
.products--slider--post .owl-nav button {
    background: #b2bac6 !important;
    font-family: 'Lato';
    width: 40px;
    height: 40px;
    line-height: normal;
    border-radius: 100% !important;
}
.products--slider--post .owl-nav button span {
    font-size: 44px;
    color: #fff;
    line-height: 26px;
    font-family: 'Lato';
}
.products--slider--post .owl-nav button.owl-prev {
    margin-left: -100px;
}
.products--slider--post .owl-nav button.owl-next {
    margin-right: -100px;
}
.single-products article {
    border: 0px;
}
.single-products .col-md-8.wp-bp-content-width {
    width: 100%;
}
.single-products .col-md-4.wp-bp-sidebar-width {
    display: none;
}
.get--aa--qoute--page--top--contents .wp-block-column.home--contact--us--section--right {
    padding: 0px;
}
.get--aa--qoute--page--top--contents .wp-block-column.home--contact--us--section--right .wp-block-media-text .wp-block-media-text__content h4.wp-block-heading {
    margin: 0px;
}
.get--a--quote--big--form label {
    width: 100%;
}
.get--a--quote--big--form label {
    width: 100%;
    font-weight: 800;
    color: #4A5666;
    margin-bottom: 35px;
}
.get--a--quote--big--form label input {
    margin-top: 10px;
    height: 45px;
    border-radius: 0;
}
.get--a--quote--big--form .get--quote--button input.wpcf7-form-control.wpcf7-submit {
    border: 0;
    border-radius: 50px;
    width: 300px;
    font-weight: 600;
    font-size: 16px;
}
.wp-block-columns.get--a--quote--banner--product--section {
    padding: 40px 0px;
}
.wp-block-columns.get--a--quote--banner--product--section h2.wp-block-heading {
    margin: 0px;
}
.wp-block-columns.get--a--quote--banner--product--section a.btn-primary {
    width: 100%;
    border-radius: 50px;
    border: 0px;
    padding: 10px;
    color: #fff !important;
}

.profile-details {
  display: none;
}
.profile-details.active {
  display: block;
}
.testimonials--slider .slides {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #fff;
}

.wp-block-columns.about--page--testimonials--section {
    background: #f05e2f;
    position: relative;
    padding: 5rem 0px;
}
.about--page--testimonials--section .slide img {
    max-width: 210px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.about--page--testimonials--section .slide.active img {
    padding-bottom: 60px;
    margin-bottom: -3px;
    opacity: 0.8;
}
.profile-details-container {
    padding-top: 50px;
}
.profile-details-container .profile-details.active {
    display: flex;
    flex-wrap: wrap;
}
.profile-details-container .profile-details .profile-title {
    width: 25%;
}
.profile-details-container .profile-details .profile-desc {
    width: 75%;
}
.profile-details-container .profile-details .profile-desc p {
    color: #fff;
    font-size: 20px;
}
.profile-details-container .profile-details .profile-title h2 {
    color: #fff;
    font-size: 30px;
}
.profile-details-container .profile-details .profile-title p {
    color: #fff;
    font-weight: 500;
}
.home .home--main--slider .slider---image {
    height: 865px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .home--main--slider .home--slider--post {
    height: 865px;
}
.home .wp-block-columns.home--slider--parent--section .home--slider--post {
    height: 865px;
}
.home--products--section .home--products--section--head {
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 36px;
}
.wp-block-columns.get--a--free--quote--section {
    background: url(/wp-content/themes/arkansas_portable/assets/images/Untitled-1-copy.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.get--a--free--quote--section .get--a--quote--form {
    padding: 60px 0px;
}
.wp-block-columns.slider--absolute--content form input {
    width: 100% !important;
    border-radius: 50px !important;
    border: 0px !important;
    padding: 0px 20px !important;
    height: 43px;
    margin-bottom: 0px !important;
}
.wp-block-columns.slider--absolute--content form .gform_fields {
    row-gap: 20px;
}
.get--a--free--quote--section form[method="post"] .gform-footer.gform_footer {
    margin-left: 15px;
    margin-top: 0px;
}
.get--a--free--quote--section form[method="post"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.get--a--free--quote--section form[method="post"] .gform-body.gform_body {
    width: 72%;
}
.get--a--free--quote--section form[method="post"] .gform_footer.before {
    width: 20%;
    margin: 0px;
    justify-content: center;
}
.get--a--free--quote--section form[method="post"] .gform-body.gform_body .gform_fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.get--a--free--quote--section form[method="post"] .gform-body.gform_body .gform_fields .gfield {
    width: 50%;
}
.get--a--free--quote--section form[method="post"] .gform-body.gform_body .gform_fields .gfield input {
    height: 54px;
    border: 0px;
    width: 100%;
    color: #000;
}
.get--a--free--quote--section form[method="post"] .gform-body.gform_body .gform_fields .gfield input::placeholder {
    color: #b4c0ca;
    font-family: 'Proxima-Nova';
    font-size: 16px;
}
.get--a--free--quote--section form[method="post"] .gform_footer.before input[type="submit"] {
    width: 100%;
    height: 54px !important;
    padding: 0px 60px !important;
    margin-left: 0px !important;
    background: #fff !important;
    color: #495666 !important;
    font-family: 'Proxima-Nova' !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}
.page-get-a-quote form[method="post"] .gfield input {
    margin-top: 10px;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ced4da;
}
.page-get-a-quote form[method="post"] .gfield label.gfield_label {
    width: 100%;
    font-weight: 800;
    color: #4A5666;
    font-family: 'Proxima-Nova';
}
.page-get-a-quote form[method="post"] .gform_footer.before {
    display: block;
}
.page-get-a-quote form[method="post"] .gform_footer.before input[type="submit"] {
    border: 0;
    border-radius: 50px !important;
    width: 300px !important;
    font-weight: 600;
    font-size: 16px;
}
.get--a--free--quote--section form[method="post"] .gform-footer.gform_footer input[type="submit"] {
    background: #ff6d02 !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    padding: 16px 36px !important;
}

/* 404 page CSS */
.error404 div#content {
    text-align: center;
    padding: 5em 15px;
}
.error404 div#content .card {
    border: 0px;
}
.error404 div#content .card h1.page-title {
    font-size: 14rem;
    color: #BA292E;
    line-height: 14rem;
    font-weight: 700;
}
.error404 div#content .card h1.page-title--two {
    font-size: 4rem;
    line-height: 4rem;
    color: #000;
    margin-bottom: 0px;
}
.error404 div#content .card .page-content p {
    font-size: 20px;
}
.back--to--home--not--found a {
    background: #1d2037;
    padding: 14px 45px;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 4px 8px -3px #999;
}
.back--to--home--not--found {
    padding-top: 40px;
    padding-bottom: 40px;
}
.error404 div#masthead-sticky-wrapper {
    position: relative;
}
.header--to--section section {
    margin: 0px;
}
.header--to--section section p {
    margin: 0px;
}
.header--to--section section p {
    margin: 0px;
    text-align: right;
    font-weight: 600;
    font-size: 17px;
}
.header--to--section {
    padding: 7px 0;
    z-index: 99 !important;
    background: #fff;
}
.header--to--section section p a {
    color: #ff6d02;
    text-decoration: underline;
}
.header--to--section section p a:hover {
    color: #000 !important;
}