@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.font_caveat p{
    font-family: "Caveat";
    font-weight: 600;
}

/***GFORM******/
.gform-theme--framework .gform_validation_errors {
  display: none;
}
.gform_body input[type="date"], 
.gform_body input[type="email"], 
.gform_body input[type="number"],
.gform_body input[type="password"],
.gform_body input[type="search"], 
.gform_body input[type="tel"], 
.gform_body input[type="text"],
.gform_body input[type="url"],
.gform_body select,
.gform_body textarea {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: rgb(73, 80, 87);
    height: calc(2em + .75rem);
    padding: .375rem 1.5625rem;
    transition: all 300ms;
    vertical-align: middle;
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    
}
.gform_body .gfield_error input[type="date"], 
.gform_body .gfield_error input[type="email"], 
.gform_body .gfield_error  input[type="number"],
.gform_body .gfield_error  input[type="password"],
.gform_body .gfield_error  input[type="search"], 
.gform_body .gfield_error  input[type="tel"], 
.gform_body .gfield_error  input[type="text"],
.gform_body .gfield_error  input[type="url"],
.gform_body .gfield_error  select,
.gform_body .gfield_error  textarea {
     border-color: red;
}
.gform_body input[type="date"]:focus, 
.gform_body input[type="email"]:focus, 
.gform_body input[type="number"]:focus,
.gform_body input[type="password"]:focus,
.gform_body input[type="search"]:focus, 
.gform_body input[type="tel"]:focus, 
.gform_body input[type="text"]:focus,
.gform_body input[type="url"]:focus,
.gform_body select:focus,
.gform_body textarea:focus {
   color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,102,0,.25);
}
.gform-theme--foundation .gfield textarea.large {
  min-block-size: 76px;
}
.gform-theme--foundation .gform_fields {
    gap: 20px;
}
.gchoice .gform-field-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #636363;
}
.our_services_form .gform-body .gfield--type-submit input[type="submit"].gform-button{
    color: #fff;
  background-color: #f60;
  border-color: #f60;
  text-transform: uppercase;
  padding: .375rem 5px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
  transition: all 300ms;
}
.our_services_form .gform-body .gfield--type-submit input[type="submit"].gform-button:hover{
    background-color: #d95700;
  border-color: #cc5200;
  color: #fff;
}

.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
  display: none;
}
.btn_group .col{
    padding-bottom: 0;
}

.gfield--type-submit{
    position: relative;
}
.gform-loader{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*********************/
ul li ul,
ul li ol,
ol li ul,
ol li ol{
    margin: 0 !important;
}
.header_phone_link{
    
}
.header-nav .request_quote_btn a{
    background: #DD0516;
    color: #ffffff !important;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer_menu .ux-menu-link{
    padding-bottom: 10px;
}
.footer_menu .ux-menu-link__link{
    font-size: 18px;
    color: #3F3D56;
  transition: color 0.3s;
  min-height: auto;
  line-height: 1;
}
.footer_menu .ux-menu-link__link:hover{
    color: #0056B3 !important;
}
.footer-wrapper{
    box-shadow: 0px -12px 11px 0px rgba(0, 0, 0, 0.1);
}
.header .header-top {
  position: absolute;
  right: 0;
  top: 0;
}
.header {
    padding: 10px 40px;
}
a.button:not(.icon){
    font-size: 18px;
    font-weight: 400;
   padding: 14px 14px 13px 14px;
    line-height: 1;
    width: fit-content;
    min-height: auto;
}

a.button span {
  display: inline-block;
  line-height: 1;
}
a.button.white{
   color: #D53434 !important;
}
a.button.button_width_full{
    width: 100%;
}
.banner_box_bg{
    border-radius: 5px;
     background-color: #ffffff;
}
.banner_box_bg:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/2.png');
    background-size: contain;
    background-position: center bottom;
   
    background-repeat: no-repeat;
}
/*.banner_box_bg > .col-inner{
    z-index: 2;
}*/
.icons_list {
    margin-bottom: 20px;
}
.icons_list:last-child{
    margin-bottom: 0;
}
.icons_list .icon-box-text{
    display: flex;
    align-items: center;
}
.icons_list .icon-box-text .text p{
    margin-bottom: 0;
}

.icons_list .icon-box-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons_list .icon-box-img .icon-inner {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D53535;
    border-radius: 5px;
    padding: 3px;
}

.section_shadow{
    box-shadow: 0px -80px 60px 0px rgba(255,255,255, 0.9);
}
.bg_red .section-bg.bg-loaded {
  background-size: contain !important;
}
.section_box_shadow{
    box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.17);
}
.testimonials_image_block .box-image{
    -webkit-mask-image: none !important;
    max-width: 202px;
    border: 6px solid #d53534;
    box-shadow: 0 0 0 11px #0000000f;
    margin-top: 11px;
}
.testimonials_image_block .icon-box-text{
    align-items: center;
    display: flex;
}
.testimonials_image_block .icon-inner{
    margin: 6px;
}
.testimonials_image_block .icon-box-img img{
   border: 3px solid #d53534;
  border-radius: 999px;
  box-shadow: 0 0 0 5px #0000000f;
  padding-top: 0;
}
.slider_video{
    padding-top: 0 !important;
}


.post_meta{
    display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 0 !important;
  padding-top: 10px;
}
.post_meta span{
    color:  #D53434;
    font-weight: 600;
    font-size: 16px;
}
.post_meta span svg{
    width: 14px;
    height: 14px;
    fill: #D53434;
}
.home_posts_slider .post-item .box-text-inner{
    display: flex;
  flex-direction: column;
}
.home_posts_slider .post-item .box-text .is-divider{
    display: none;
}
.home_posts_slider .post-item .box-text-inner .button {
    order: 1;
}
.home_posts_slider .col.post-item .col-inner{
    background: #ffffff;
    box-shadow: 0px 0px 26px -22px rgba(0,0,0,0.5);
    border-radius: 20px 20px 20px 20px;
    padding: 30px;
    height: 100%;
    justify-content: stretch;
    display: flex;
    flex-direction: column;
} 
.home_posts_slider .col.post-item .post-title .plain{
    font-size: 28px;
    line-height: 28px;
}
.home_posts_slider .col.post-item .wp-post-image,
.home_posts_slider .col.post-item .image-overlay-remove{
    border-radius: 20px;
    overflow: hidden;
}
.home_posts_slider .col.post-item .button:after {
    box-shadow: none;
    display: none;
}
.home_posts_slider .col.post-item .button {
    background: #D53434;
    color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
}
.home_posts_slider .col.post-item{
/*    height: 100%;*/
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.home_posts_slider .col.post-item .box {
    
}

.table_title_black{
    padding: 9px 0;
    background: #212529;
}
.table_title_black p{
    color: #ffffff;
    margin-bottom: 0;
}
.table_title_red{
    padding: 9px 0;
    background: #D53434;
}
.table_title_red p{
    color: #ffffff;
    margin-bottom: 0;
    
}

.icon_box_table div.icon-box-img{
    margin-bottom: 0;
}

.link_underline p a{
   
}
.accordion_custom{
    border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D4D4D4;
  border-radius: 5px 5px 5px 5px;        
}
.accordion_custom .accordion-title {
  background-color: #F7F7F7;
  padding: 20px 40px 20px 40px;
  line-height: 1;
  cursor: pointer;
  color: #3F3D56;
  font-family: "Roboto", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  border: 0;
/*  border-bottom: 1px solid #d5d8dc;*/
}
.accordion_custom  .accordion-title.active{
    font-weight: 600;
}
.accordion_custom  .accordion-item{
    border-bottom: 1px solid #d5d8dc;
}
.accordion_custom  .accordion-inner{
     border-top: 1px solid #d5d8dc;
}
.accordion_custom  button.toggle {
  margin-left: 0;
}
.margin_b0{
    padding-bottom: 0 !important;
}
.margin_b0 p{
    margin-bottom: 0;
}
.margin_bottom_10 p{
    margin-bottom: 10px;
}
.align_items_center{
    align-items: center;
}
.align_items_center .icon-box-text{
/*    display: flex;
    align-items: center;*/
}
section.section_flex_start{
    align-items: flex-start;
}
section.padding_LR_50{
    padding-left: 50px;
    padding-right: 50px;
}
a.button.read_more_button{
    background-color: #F8F9FA !important;
  color: #212529;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E2E4E7 !important;
  border-radius: 8px 8px 8px 8px;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
  font-weight: 600;
}
a.button.read_more_button:hover{
    background-color: #E4E4E4 !important;
}
.single_post_block>.col-inner{
    display: flex;
    flex-direction: column;
}
.single_post_row{
    height: 100%;
}
.single_post_link_box{
    display: flex;
  align-items: flex-end;
}
.ux-relay__control--bottom{
    margin-top: 20px;
}
.ux-relay__load-more-button.button{
    background-color: #212529;
    border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
  font-weight: 600;
}
.star_rating_custom .star-rating{
    font-size: 26px;
    margin-bottom: 30px;
}
.star_rating_custom .star-rating span::before{
    color: #f0ad4e;
}
.custom_video video{
    object-fit: cover;
}
.stars_rating{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.stars_rating svg{
    width: 21px;
    height: 21px;
    fill: #FFD92A;
}
.slider_reviews .flickity-page-dots {
  bottom: -30px;
}

.form_custom_wrapper .gform_heading,
.form_contact_wrapper .gform_heading{
    display: none;
}
.form_custom .ginput_container input,
.form_custom .ginput_container select{
    border: 1px solid rgba(213, 52, 52, 0.42);
    border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
}
.form_custom input.gform_button,
.form_contact input.gform_button{
    margin-bottom: 0;
    background-color: #d53434 !important;
    text-transform: none;
    margin-right: 0;
    color: #ffffff;
    min-height: 47px;
    border-radius: 4px;
  font-size: 16px;
/*  padding: 15px 30px;*/
}
form.form_custom,
form.form_contact{
    margin-bottom: 0;
}
.textarea_custom textarea.textarea {
    border-radius: 4px;
}
.form_contact .ginput_container input, 
.form_contact .textarea_custom textarea.textarea {
  border: 1px solid #CCD1DA;
  border-radius: 4px;
  font-size: 16px;
  min-height: 59px;
  padding: 6px 16px;
  background-color: #ffffff;
}
.form_contact_wrapper.gravity-theme label.gfield_label{
    margin-bottom: 0;
    color: #D53434;
}

.image_center{
    margin: auto;
}
.banner_custom{
    height: 100%;
}
.section_40_60 .margin_b0{
    padding-right: 0 !important;
}
.section_40_60 .row .row-small:not(.row-collapse) {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.tabbed-content.tab_custom .tab-panels{
    order: -1;
}
.tab_custom{
    
}
.tab_custom .tab>a{
    font-family: "Roboto", Sans-serif;
  font-weight: 500;
  background: #FFFFFF;
  color: #212529;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 15px 35px;
  transition: all 300ms;
  position: relative;
}
.tab_custom .tab>a:hover{
    background: #d53434;
    color: #ffffff;
}
.tabbed-content.tab_custom .nav {
  width: 100%;
  justify-content: center;
  gap: 35px;
}
.tab_custom .tab.active>a{
    background: #d53434;
    color: #ffffff;
}
.tab_custom .tab>a:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 20px;
  margin-left: -10px;
  position: absolute;
  z-index: 99;
  left: -4px;
  border: 3px #f7f9fc solid;
  transition: all 300ms;
}
.tab_custom .nav:hover > li:not(:hover) > a::before {
  opacity: 1;
}
#tab-anthracite-grey a:before{
    background-color: #293133;
}
#tab-pale-brown a:before{
    background-color: #755C48;
}
#tab-light-brown a:before{
    background-color: #734222;
}
#tab-rosewood a:before{
    background-color: #45322E;
}
#tab-green-chartwell a:before{
    background-color: #89AC76;
}

/*******SINGLE POST***************/
.blog-single.single_post_wrapper{
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.banner_single_post{
    min-height: 272px;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}
.banner_single_post:before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(33, 37, 41, 0.68);
    position: absolute;
}
.banner_single_post_wrap{
    width: 100%;
    max-width: 1140px;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 1;
}
.link_back{
    padding-bottom: 15px;
}
.link_back a{
    font-size: 15px;
    transition: all .3s;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 500;
}
.link_back a:hover{
    color: #D53434;
}
.banner_single_post_title{
    padding-bottom: 15px;
}
.banner_single_post_title h1{
   font-family: "Roboto", Sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #F8F9FA;
  margin-bottom: 0;
  line-height: 1.2;
}
.banner_single_post_meta{
    display: flex;
    gap: 20px;
}
.banner_single_post_meta_item{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #B9B9B9;
}
.banner_single_post_meta .icon{
    width: 20px;
    height: 20px;
    display: flex;
}
.banner_single_post_meta .icon svg{
    fill: #D53434;
}
.single_post_section{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
}
.single_post_conainer{
    display: grid;
    width: 100%;
    max-width: 1140px;
    grid-template-columns: 3fr 1fr;
    padding-top: 50px;
    padding-bottom: 100px;
    gap: 30px;
}
.author_post {
    margin-bottom: 16px;
}
.author_post p{
    color: #D53434;
    font-size: 24px;
    font-weight: 600;
}
.sinle_post_info{
    position: relative;
}
.sinle_post_info:before{
    content: "";
    height: 5px;
    width: 80px;
    background: #D53434;
    display: block;
    margin-bottom: 30px;
  margin-top: 25px;
}
.single_post_section .widget_title{
     color: #D53434;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
    display: block;
}
.single_post_content{
    padding-bottom: 40px;
}
.single_post_aside .widget {
    background: #F7F9FC;
    padding: 15px;
    border-radius: 4px;
}
.single_post_form .widget{
     background: #F7F9FC;
    padding: 15px;
    border-radius: 4px;
}
.single_post_navigation{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.single_post_navigation_item a{
    display: flex;
    gap: 0;
    flex-direction: column;
}
.single_post_navigation_item a.next{
    text-align: right;
}
.single_post_navigation_item .post_navigation_label{
    color: #D53434;
    font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  
  text-transform: uppercase;
}
.single_post_navigation_item .post_navigation_title{
    color: #212529;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.single_post_thumbnail img{
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 50px;
}

.post_content #ez-toc-container {
  background: #F8F9FA;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  display: table;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  width: auto;
  width: 100%;
}

.post_content h2{
    font-size: 36px;
    line-height: 1.2;
    color: #D53434;
    margin-top: 60px;
}
.post_content h3{
     font-size: 21px;
     margin-top: 60px;
     color: #7A7A7A;
     font-weight: 600;
}
.post_content p,
.post_content ul li,
.post_content ol li{
    color: #7A7A7A;
    font-size: 18px;
    line-height: 36px;
}
.post_content p a{
    color: #d53434;
}
/*****/
.scroll_tracker{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #eee;
    z-index: 9999;
    overflow: hidden;
}

.scroll_tracker_progress{
    width: 0%;
    height: 100%;
    background: #D53434;
    transition: width .08s linear;
}

.blog_posts_greed .from_the_blog_excerpt {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 1.2;
    order: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}
.blog_posts_greed .col.post-item .col-inner{
    height: 100%;
}

.blog_posts_greed .col-inner .box.box-default{
    height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_posts_greed .col-inner .box .box-text{
    height: 100%;
}
.blog_posts_greed .post-item .box-text-inner {
  height: 100%;
}
.blog_posts_greed .col.post-item .button {
  margin-top: auto;
}
.blog_posts_greed .col.post-item .box-image {
  height: auto;
  margin: 0;
  overflow: visible;
}
.blog_posts_greed .col.post-item .col-inner {
  background: #ffffff;
  box-shadow: 0px 0px 26px -22px rgba(0,0,0,0.5);
  border-radius: 20px 20px 20px 20px;
  padding: 30px;
}
.blog_posts_greed .col.post-item .wp-post-image,
.blog_posts_greed .col.post-item .image-overlay-remove {
  border-radius: 20px;
  overflow: hidden;
}
.blog_posts_greed .post-item .box-text-inner {
  display: flex;
  flex-direction: column;
}
.blog_posts_greed .col.post-item .post-title .plain {
  font-size: 28px;
  line-height: 28px;
}
.blog_posts_greed .post-item .box-text .is-divider {
  display: none;
}
.blog_posts_greed .col.post-item .button {
  background: #D53434;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
}
.blog_posts_greed .post-item .box-text-inner .button {
  order: 1;
}



@media all and (max-width: 1024px) and ( min-width: 849px) {
    .gform-theme--foundation .gfield--width-half {
        grid-column: span 12;
    }
    .gform-theme--foundation .gfield--width-two-thirds {
        grid-column: span 12;
    }
    .gform-theme--foundation .gfield--width-third {
        grid-column: span 12;
    }
}
.our_services_form {
    
}
/*********/

@media all and (max-width: 1599px) {
   
}
@media all and (max-width: 1024px) {
    .header {
        padding: 10px 20px;
    }
   #logo.logo img {
        max-height: 70px;
    }
    section.padding_LR_50{
        padding-left: 25px;
        padding-right: 25px;
    }
    .single_post_aside{
        display: none;
    }
    .single_post_conainer {
        grid-template-columns: 1fr;
      }
    .banner_single_post_title h1 {
        font-size: 38px;
    }
    .post_content h2 {
        font-size: 32px;
        margin-top: 40px;
    }
    .post_content h2 {
        margin-top: 40px;
    }
    .post_content p,
    .post_content ul li,
    .post_content ol li{
         line-height: 26px;
    }
}



@media all and (max-width: 849px) {
    .header .medium-logo-center .logo {
        margin: 0 0;
        order: 1;
    }
    .header .medium-logo-center .logo img {
        margin: 0;
    }
    .accordion_custom  .accordion-inner{
        padding: 0 15px;
    }
    .accordion_custom .accordion-title {
        padding: 10px 40px 10px 40px;
        font-size: 18px;
    }
      section.padding_LR_50 {
    padding-left: 16px;
    padding-right: 16px;
  }
}




@media all and (max-width: 768px) {
    .banner_single_post_title h1 {
        font-size: 30px;
    }
    .post_content h2 {
        font-size: 26px;
    }
    .home_posts_slider .col.post-item .post-title .plain,
    .blog_posts_greed .col.post-item .post-title .plain{
        font-size: 22px;
        line-height: 24px;
      }
}