html, body{
	overflow-x: hidden;
}

ul, ol{
	padding: 0;
	margin: 0;
}

li{
	list-style: none;
}

/* p{
	margin-bottom: 0;
} */

a{
	transition: all linear .25s;
	text-decoration: none !important;
}

.topbar {
  background: #b61f2d;
  color: #fff;
  padding: 10px 0;
}

.topbar_contacts li {
  display: inline-block;
	position: relative;
	padding-right: 20px;
}
.topbar_contacts li a {
  color: #fff;
	font-size: 14px;
}
.topbar_contacts li a:hover {
  opacity: .7;
}

.topbar_contacts li:not(:last-child)::after {
  content: '';
  padding-right: 0px;
  position: absolute;
  right: 8px;
  width: 2px;
  height: 20px;
  background: #fff;
  top: 2px;
}

.topbar_socials li {
  display: inline-block;
  margin: 0 10px;
}
.topbar_socials {
  text-align: right;
}
.topbar_socials li a {
  color: #fff;
}
.topbar_socials li a:hover {
  opacity: .7;
}

#masthead .menu_row {
  padding: 10px 0;
}

.logo {
  margin: 6px 0;
}

.blogreviewspot_nav {
  text-align: center;
	padding: 10px 0;
}

.blogreviewspot_nav li {
  display: inline-block;
/*   margin: 0 10px; */
}

.blogreviewspot_nav li a {
	font-size: 16px;
    font-weight: 500;
    padding: 5px 12px;
    color: #3c3c3c;
    text-decoration: none !important;
    transition: all 0.5s ease;
    display: inline-block;
	font-weight: 600;
}

.blogreviewspot_nav li a:hover {
    color: #b61f2d;
}

.blogreviewspot_nav li a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #b61f2d;
    transition: width 0.3s;
}

.blogreviewspot_nav li a:hover::after {
    width: 100%;
}
.blogreviewspot_nav li.current_page_item a{
    color: #b61f2d;
}

/* .search_frm {
  padding: 15px 0;
} */

.search_frm #searchform {
  float: right;
	position: relative;
}

.post-result a h4 {
  font-size: 12px;
  overflow: hidden;
  line-height: 1.2;
}
.post-result:not(:last-child) {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
#post-search-results {
  max-width: 255px;
  width: 100%;
  padding: 10px;
  background: #fff;
  position: absolute;
  z-index: 2;
}
.post-result a:hover h4 {
  color: #b61f2d;
}

.search_frm #searchform input.searchbarr {
      width: 100%;
    text-indent: 10px;
    border-radius: 50px;
    line-height: 25px;
    border: 2px solid #b61f2d;
}
.search_frm #searchform input.searchbarr::placeholder {
    font-size: 12px;
    line-height: normal;
}
.menu_row .col-md-8 #menu-1 {
  text-align: right;
}

/* middle sec Start */

.featured_sec .vc_do_custom_heading {
  padding-bottom: 15px;
	font-weight: 600;
}

.post_thumbnail {
  padding-bottom: 10px;
	position: relative;
}

.slider_post_title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
	padding-top: 20px;
}
.slider_post_title a {
  color: #b61f2d;
  transition: all linear .25s;
}
.slider_post_title a:hover {
  color: #111;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  margin-top: 0;
}
.owl-carousel .owl-nav button {
  background: #b61f2d !important;
  display: inline-block !important;
  width: 35px;
	height: 35px;
  color: #fff !important;
  font-size: 20px !important;
	transition: all linear .25s;
	
  border-radius: 50px !important;
}
.owl-carousel .owl-nav button:hover {
  background: #111 !important;
}

.owl-item {
  background: #fff;
  padding: 10px;
	border-radius: 20px;
}

.post_thumbnail img {
  border-radius: 20px;
  min-height: 300px;
  object-fit: cover;
}

.slider_post_excerpt {
  height: 85px;
	font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post_link {
  padding-top: 10px;
}

.post_link a {
/*   background: #b61f2d; */
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
}

/* .post_link a:hover {
  background: #111;
} */

.cat_url {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0px;
}
.cat_url a {
  background: #b61f2d;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 12px;
}

.cat_url a:hover {
  background: #111;
}

.post_detail {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  border-radius: 20px;
}
.post_detail p {
  font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}

.cta {
  position: relative;
  margin: auto;
  padding: 5px 20px !important;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b61f2d;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #111;
}

.cta:hover span {
    color: #fff;
}

.cta:hover svg {
    stroke: #fff !important;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.post_by_cat .col-md-4 .item {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.post_by_cat .col-md-4 .item .post_content {
    padding: 5px 10px;
}
.post_by_cat .col-md-4 img {
  width: 100%;
}

.cat_link {
  color: #fff;
  background: #111;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 20px;
}
.cat_link:hover {
  background: #b61f2d;
  color: #fff;
}

/* Category page Start */

.custom_cat_page{
	padding: 50px 0;
	background: #f8f8f8;
}

.subheader {
  padding: 80px 0;
  background: #b61f2d;
  text-align: center;
}
.subheader h1 {
  color: #fff;
  margin-bottom: 0;
}

.single-post .post-description .yoast-breadcrumbs {
  display: none;
}

.single-post .col_left p {
  margin-bottom: 10px;
}

.post-description {
	padding-top: 20px;
}

#breadcrumbs {
  background: #111;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}
#breadcrumbs a {
  color: #fff;
  font-weight: 600;
}
#breadcrumbs a:hover {
  color: #b61f2d;
}

.custom_cat_page .item {
  background-color: #f1f1f1;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.custom_cat_page .item .product_title{
	text-align: center;
}

.custom_cat_page .post_thumbnail img{
	width: 100%;
}

.cat_cards {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

/* single post */

.single-blog{
	padding: 50px 0;
	background: #fbfff8;
}

.col_left {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  overflow: hidden;
  padding: 2em;
}

.main-single-post-thubnail-image img {
  width: 100%;
}

.single-post-details-date{
	padding-bottom: 20px;
}

.single-post-details-date li {
  display: inline-block;
  margin-right: 20px;
	position: relative;
	color: #b61f2d;
  font-weight: 600;
}

.single-post-details-date li a {
	color: #b61f2d;
}

.single-post-details-date li a:hover {
	color: #111;
}

.single-post-details-date li:not(:last-child)::after{
	content: '|';
	position: absolute; 
	top: 0;
	right: -14px;
	color: #000;
}

#search-2 {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  display: flex;
}
#search-2 .search-field {
  width: 100%;
	border: 0;
  line-height: 2;
	text-indent: 10px;
}
#search-2 .search-form {
   display: flex;
}

#search-2 .search-submit {
  padding: 0;
  border: 0;
  background: #b61f2d;
  color: #fff;
  height: 34px;
  width: 40%;
  transition: all linear .25s;
}
#search-2 .search-submit:hover {
  background: #111;
}

.post_author_box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  font-weight: 300;
  padding: 1rem;
}

.post_author_box .post_author_box_inner img {
  border: 2px solid #b61f2d;
  border-radius: 50%;
  display: block;
  height: auto;
  padding: 5px;
  max-width: 5.65em;
	margin-bottom: 10px;
}

.post_author_box .post_author_box_inner h5 {
  font-size: 20px;
  margin-bottom: 0;
}

.post_author_box .post_author_box_inner p {
  font-size: 14px !important;
  color: #241c1796;
	font-weight: 500;
}

.recent_post_card {
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  margin-top: 40px;
}

.recent_post_card img {
  width: 100%;
}

.recent_post_card_inner {
  padding: 1.25em 1em;
}


.sidebar_cat_title a {
  font-size: 12px;
  background: #111;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.sidebar_cat_title a:hover{
	background: #b61f2d;
}

.recent_post_card_inner h4 {
	margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
}
.recent_post_card_inner h4 a {
  color: #b61f2d;
}
.recent_post_card_inner h4 a:hover {
  color: #111;
}

.post_btn a {
  border: 0 !important;
  background: #b61f2d !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  transition: all linear .25s !important;
  border-radius: 50px !important;
}
.post_btn a:hover {
  background: #111 !important;
}

.post_faq .vc_toggle_title {
  background: #b61f2d;
  border-radius: 10px;
}
.post_faq .vc_toggle_title h4 {
  color: #fff;
  line-height: 2;
	font-size: 20px;
}
.vc_toggle_active.post_faq .vc_toggle_title .vc_toggle_icon {
  background: #fff;
  border: 0;
}
.post_faq .vc_toggle_content {
  background: #f8f8f8;
  margin-top: 0;
  padding-top: 20px;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.post_faq .vc_toggle_content a {
  color: #b61f2d;
	font-weight: 700;
}

.post_faq .vc_toggle_content a:hover {
  color: #111;
}

.vc_toggle_active.post_faq .vc_toggle_title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #111;
}

.single-post .col_left strong {
  color: #b61f2d;
  font-weight: 700;
}

.single-post .col_left h4:not(.post_faq h4) {
  color: #b61f2d;
}

.single-post .col_left p a {
    color: #b61f2d;
    font-weight: 700;
}

.single-post .col_left p a:hover {
    color: #111;
}



.products_carousel .owl-nav.disabled{
	display: block;
}

.products_carousel .post_thumbnail img {
    width: 190px !important;
	border-radius: 10px 10px 0px 0px;
	min-height: 200px !important;
	height: auto;
}
.products_carousel .item {
    background-color: #f1f1f1;
    border-radius: 10px;
    text-align: center;
    padding: 8px 0 20px;
}

.products_carousel .item img {
    margin: 0 auto;
}

.product_ul li:nth-child(1) {
    padding-left: 10px;
}

.product_ul li:nth-child(2) {
    padding-right: 10px !important;
}

.product_title {
	font-size: 18px;
	font-weight: 500;
    text-align: left;
    padding: 5px 15px;
    margin: 0;
	text-align: center;
    
}
.product_title a {
  color: #111;
}

.product_ul {
  display: flex;
  justify-content: space-between;
}
.product_ul li {
  font-size: 22px;
}
.product_ul li a {
  color: #111;
  text-align: right;
  font-size: 22px;
  transition: all linear .25s;
	position: relative;
}
/* .product_ul li a:hover {
	color: #b61f2d;
} */

.product_ul li a::before {
  content: '';
  background: #b61f2d;
	height: 40px;
    width: 40px;
    position: absolute;
    top: -5px;
    left: -34px;
  border-radius: 50px;
  transition: all linear .25s;
}
.product_ul li a:hover {
  color: #fff !important;
}
.product_ul li a:hover::before {
  left: -11px;
}

.product_ul li a:hover i {
  position: relative;
}

.products_carousel .shop_now_link{
	padding: 5px 15px;
	width: 100%;
}

.page-template-page-product-shop #primary{
	padding: 50px 0;
}

.page-template-page-product-shop #primary .item{
	background-color: #f1f1f1;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
	margin-bottom: 30px;
}

.page-template-page-product-shop #primary .item img{
	width: 100%;
	min-height: 200px;
}

.page-template-page-product-shop #primary .item .product_title{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.page-template-page-product-shop #primary .item .product_ul li:nth-child(1){
	padding-left: 0;
}

.page-template-page-product-shop #primary .item .product_ul li:nth-child(2){
	padding-right: 5px !important;
}

.shop_now_link a {
  background: #111;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  display: block;
  transition: all linear .25s;
}
.shop_now_link a:hover {
  background: #b61f2d;
}

#woocommerce_product_categories-2 .widget-title {
  color: #fff;
  background: #111;
  border-left: 10px solid #b61f2d;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px !important;
  margin-bottom: 10px;
}

#woocommerce_product_categories-2 ul li:not(:last-child){
	border-bottom: 1px solid #b61f2d;
	padding-bottom: 5px;
  margin-bottom: 5px;
}

#woocommerce_product_categories-2 ul li .count{
	color: #111;
  font-weight: 600;
}

#woocommerce_product_categories-2 ul li a {
  color: #111;
  font-weight: 600;
	position: relative;
  padding-left: 15px;
}

#woocommerce_product_categories-2 ul li a::before {
  content: '\f0da';
  font-family: 'Font Awesome 6 free';
  position: absolute;
  top: -1px;
  left: 0;
  color: #111;
	font-weight: 900;
}

#woocommerce_product_categories-2 ul li a:hover, #woocommerce_product_categories-2 ul li a:hover::before, #woocommerce_product_categories-2 ul li a:hover + #woocommerce_product_categories-2 ul li .count {
	color: #b61f2d;
}


/*---------- blog Page start ----------*/

.row.isotope_cont {
  padding: 50px 0;
}

.post-title-bg h2 {
    color: #fff !important;
    font-size: 74px;
    font-family: barlow !important;
    font-weight: 700 !important;
}

#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

span.blog-title {
    font-size: 20px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
}

.blog .blog-title h2 {
  font-size: 34px;
	font-weight: 400;
}

span.blog-title a {
    color: #5dbb4b !important;
	transition: linear all .25s;
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
}

.blog_read_more {
  color: #5dbb4b !important;
  font-size: 18px;
  font-weight: 700;
}

.blog_read_more:hover {
  color: #000 !important;
}

.blog .blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
	margin-bottom: 0;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	min-height: 250px;
    object-fit: cover;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogImage .blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #b61f2d;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}

.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

.isotope-item .row {
  border-bottom: 1px solid #5dbb4b;
	    padding: 28px 0 25px 0;
}
.isotope-item .row:last-child {
  border-bottom: 0 !important;
}

.blogImage .blogDate hr {
    border-top: 1px solid #fff;
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

.blogDesc {
  padding: 20px;
  background: #fff;
}
section.blog {
  background: #f8f8f8;
}
.blogBox.style2 {
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  margin-bottom: 40px;
	border-bottom: 5px solid #b61f2d;
}
.blog_det {
  padding-bottom: 10px;
}
.blog_det li {
  display: inline-block;
  position: relative;
  color: #b61f2d;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 500;
}
.blog_det li:not(:last-child)::after {
  content: '|';
  color: #111;
  position: absolute;
  top: 0;
  right: -3px;
}
.blog_det li a {
  color: #b61f2d;
  font-weight: 500;
}
.blog_det li a:hover {
  color: #111;
}

.blog-title a {
  color: #111 !important;
  font-size: 26px;
  font-weight: 500;
  transition: linear all .25s;
  line-height:  1;
  font-weight: 500;
}

.blog-title a:hover{
	color: #b61f2d !important;
}


/* Product Page Start */

.single_pro_page {
  padding: 50px 0;
}

.my_prduct_slider .owl-nav {
  display: none;
}

.product-summary h1 {
  font-size: 30px;
}
.product-summary .price {
  color: #b61f2d;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-summary .description {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.product-summary .single_pro_shop_btn{
	margin-bottom: 20px;
}

.product-summary .single_pro_shop_btn a {
  display: inline-block;
}

.product_meta {
  padding-bottom: 10px;
}
.product_meta a {
  color: #b61f2d;
  font-weight: 600;
}
.product_meta a:hover {
  color: #111;
}

.pro_detail_sec{
	padding: 50px 0;
}

.pro_detail_sec .tabs.wc-tabs li {
  display: inline-block;
  background: #111;
  padding: 10px 25px;
  border-radius: 50px;
  color: #fff;
}
.pro_detail_sec .tabs.wc-tabs li.active {
  background: #b61f2d !important;
}
.pro_detail_sec .tabs.wc-tabs li a {
  color: #fff;
  font-size: 18px;
}

.pro_detail_sec .wc-tab{
  padding-top: 10px;
}

.related_pro_sec .related.products {
  text-align: center;
}
.related_pro_sec .related.products h2 {
  padding-bottom: 10px;
}

.shop_now_link.single_pro_shop_btn .woocommerce-loop-product__link {
  display: none !important;
}


.custom_gallery_pro .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  position: relative;
}


.custom_gallery_pro .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  background: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom_gallery_pro .flex-control-nav.flex-control-thumbs {
  overflow: hidden;
	padding-top: 10px;
	display: flex;
}
.custom_gallery_pro .flex-control-nav.flex-control-thumbs li {
  display: inline-block;
  cursor: pointer;
	padding-right: 5px;
}
.custom_gallery_pro .flex-control-nav.flex-control-thumbs li img {
  opacity: .5;
}
.custom_gallery_pro .flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.custom_gallery_pro .flex-control-nav.flex-control-thumbs li img:hover {
  opacity: 1;
}

.custom_gallery_pro .flex-viewport .woocommerce-product-gallery__image img {
  height: 445px;
  object-fit: cover;
}

.related_pro_sec li {
    background-color: #f1f1f1;
    border-radius: 10px;
    text-align: center;
    padding: 8px 0 20px !important;
}

.related_pro_sec li img {
    border-radius: 10px 10px 0px 0px;
	    padding: 0 10px;
}

.related_pro_sec .shop_now_link.single_pro_shop_btn {
    max-width: 220px;
    width: 100%;
    margin: auto;
}

.pro_detail_sec p.stars span a {
    color: #b61f2d;
}

.pro_detail_sec form#commentform input:not([type=submit]), form#commentform textarea {
    text-indent: 5px;
	background: #fff;
    border: 1px solid #ccc;
    display: block;
    font-size: 14px;
    min-height: 40px;
    padding: 10px;
}

.pro_detail_sec form#commentform input:not([type=submit]):focus-visible, form#commentform textarea:focus-visible{
	outline-color: #0060df !important;
}

.pro_detail_sec form#commentform label {
    display: block;
    font-weight: 500;
}

.pro_detail_sec p.comment-form-cookies-consent {
	display: flex;
    align-items: center;
}

.pro_detail_sec p.comment-form-cookies-consent label{
	margin-bottom: 0;
	padding-left: 5px;
}

.pro_detail_sec form#commentform p.comment-form-cookies-consent label {
    display: inline-block !important;
}

.pro_detail_sec p.form-submit input#submit {
    background: #b61f2d !important;
    color: #fff !important;
    border-radius: 60px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
	transition: all linear .25s;
}

.pro_detail_sec p.form-submit input#submit:hover{
	background: #111 !important;
}


/* About Page Start */

.about_box {
  text-align: center;
  background: #b61f2d;
  color: #fff;
  border-radius: 50px;
  padding: 20px;
  transition: all linear .25s;
	box-shadow: 0 0 16px 0px #111;
}

.about_box:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
	background: #111;
}

.about_box .icon_img img {
  max-width: 150px;
  width: 100%;
  padding-bottom: 20px;
}

.about_box .about_box_content h6 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

/* Footer Start */

#colophon {
  color: #777777;
	font-weight: 500;
}

/* #media_image-3 {
  padding-top: 21px;
} */

#text-4 h2 {
  color: #fff;
  text-align: center;
}


#gform_fields_1 #input_1_1 {
  border: 0;
  box-shadow: unset;
  font-size: 18px;
	padding: 25px 0;
	text-indent: 10px;
}
#gform_fields_1 #input_1_1::placeholder {
  font-style: italic;
  color: #0006;
}

#gform_submit_button_1 {
  background: #b61f2d;
  padding: 16px 0;
  font-size: 18px;
	transition: all linear .25s;
}

#gform_submit_button_1:hover{
	opacity: .7;
}

.main-footer {
  padding: 30px 0;
  background: #111111;
	 border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.widget-title, .ftremail h4, .ftrphone h4, .ftrsocial h4 {
  font-size: 22px !important;
  color: #fff;
  font-weight: 600;
  padding-bottom: 40px;
	margin:0px;
	text-transform: uppercase;
}

.widget-title::after,
.ftremail h4::after,
.ftrphone h4::after, 
.ftrsocial h4::after{
    content: "";
    width: 40px;
    height: 0;
    border: 2px solid #ffffff;
    position: absolute;
    top: 30px;
    left: 16px;
}
.textwidget p:not(.about_author p){
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
}

#text-4 .widget-title{
font-size: 16px !important;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}
.widget_nav_menu ul li {
    padding-bottom: 5px;
}
.widget_nav_menu li a:hover {
    color: #b61f2d;
}
/* .footer-1 ul#menu-main-menu,
.footer-2 ul#menu-main-menu-1{
    column-count: 2;
} */
.widget_nav_menu ul li a {
	color: #ffffff;
    position: relative;
    font-size: 14px;
    font-weight: 400;
	display: inline-block;
}
.widget_nav_menu li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #b61f2d;
    transition: width 0.3s;
}

.widget_nav_menu li a:hover::after {
    width: 100%;
}


.footer-3 ul,.footer-4 ul{
    column-count: 2;
}

.footer-3 ul li,.footer-4 ul li {
    font-size: 14px;
    padding-bottom: 10px;
}

.footer-3 ul li a, .footer-4 ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
	display: inline-block;
}
.footer-3 li a:after ,.footer-4 li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #b61f2d;
    transition: width 0.3s;
}

.footer-3 li a:hover::after , .footer-4 li a:hover::after {
    width: 100%;
}
/* 
.widget_nav_menu ul li a::before {
  content: "\f0da";
  font-weight: 900;
  font-family: 'font awesome 6 free';
  left: -15px;
  position: absolute;
  top: 0;
} */

.widget_nav_menu ul li a:hover {
  color: #fff;
}

.about_website {
  padding: 30px 0;
	background: #111;
}

.ftremail a, .ftrphone a{
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
}
.ftrsocial a{
	color: #777;
	font-weight: 500;
	font-size: 15px;
}
.ftremail a:hover, .ftrphone a:hover, .ftrsocial a:hover{
	color: #fff;
}

.ftrsocial li {
  display: inline-block;
	margin-right: 5px;
}

.copyright {
  background: #b61f2d;
  padding: 10px 0;
	text-align: center;
	color: #fff;
}
.copyright .copy-right-text
 {
    font-size: 14px;
    font-weight: 400;
}
.ftrsocial li a {
  height: 40px;
  width: 40px;
  background: ##ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ftrsocial li a:hover {
  background: #b61f2d;
}

#bottom_to_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #b61f2d;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  transition: all linear .25s;
  z-index: 999;
  border: 0;
	color: #fff;
}

#bottom_to_top:hover {
  background-color: #000;
  opacity: 1;
}

.logo_newsletter_sec {
  background: #111;
  padding: 30px 0;
}

#gform_wrapper_2 .gform_heading {
  display: none;
}

#gform_2 legend, #gform_2 label, #gform_2 legend, #gform_2 input {
  font-size: 18px;
}

#gform_2 input:not( #gform_submit_button_2 ), #gform_2 textarea{
	border: 1px solid #ccc;
}

#gform_submit_button_2 {
  font-size: 24px !important;
  border: 0 !important;
  padding: 15px 30px;
  background: #b61f2d;
  transition: all linear .25s;
  border-radius: 50px;
}
#gform_submit_button_2:hover {
  background: #111;
}

.mail_link {
  color: #b61f2d;
  font-weight: 900;
}
.mail_link:hover {
  color: #111;
}


.contact_page_social a {
  background: #b61f2d;
  color: #fff;
}
.contact_page_social a:hover {
  background: #111 !important;
  color: #777;
}

.privacy_list {
  padding-top: 20px;
  padding-left: 20px;
	padding-bottom: 20px;
}
.privacy_list li {
  position: relative;
	padding-bottom: 10px;
}
.privacy_list li::before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -20px;
  color: #b61f2d;
}
.privacy_list li a, .privacy_list li strong {
  color: #b61f2d;
  font-weight: 900;
}
.privacy_list li a:hover {
  color: #111;
}

.privacy_sublist {
  padding-left: 20px;
}

.privacy_sublist li:last-child {
  padding-bottom: 0 !important;
}










