.overflow-hidden {
	overflow: hidden;
}
.container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background: linear-gradient(to right, #b30000, #cc0000);
  padding: 10px 0;
  color: #fff;
  font-family: sans-serif;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-logo img {
    max-width: 140px;
}

.site-branding {
  margin-left: 10px;
}

.site-title {
  font-size: 20px;
  margin: 0;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-description {
  font-size: 14px;
  margin: 0;
  color: #f2f2f2;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-right-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_menu .site-navigation {
  display: flex;
  gap: 20px;
}
.header-right-inner .site-navigation ul {
	list-style: none;
	padding: 0;
}
.header-right-inner .site-navigation .header-menu {
    display: flex;
    list-style: none;
    padding: 0;
}
.header-right-inner .site-navigation .header-menu a {
    font-size: 17px;
    color: #fff;
    padding: 5px 14px;
}
.header-right-inner .site-navigation .header-menu .sub-menu a {
	color: #000;
}
.header .header-right-inner nav ul >  li {
    position: relative;
}
.header .header-right-inner nav ul > li.menu-item-has-children {
    padding-right: 10px;
}
.header .header-right-inner nav ul > li.menu-item-has-children::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transform: translateY(-50%);
}
.header .header-right-inner nav ul > li.menu-item-has-children:hover::before {
    transform: translateY(-50%) rotate(-180deg);
}
.header .header-right-inner nav ul li li.menu-item-has-children:hover::before {
    transform: translateY(-50%) rotate(-90deg);
}
.header .header-right-inner nav ul li:hover > ul {
    visibility: visible;
}
.header .header-right-inner nav ul ul ul {
    left: 100%;
    top: 0;
}
.header .header-right-inner nav ul ul {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 200px;
    background: #fff;
    z-index: 100000;
    padding: 15px 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: block;
}
.header-right-inner .site-navigation .header-menu a:hover {
    color: #efaf5d;
}

.header_btn a, .header_btn button {
  background: #fff;
  color: #b30000;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.header_btn a:hover, .header_btn button:hover {
  background: #f2f2f2;
}

.header .header-mobile-menu {
    display: none;
}


/* Footer */
.footer {
    background: #B66247;
    padding: 30px 0px 0;
}
.footer .container {
	width: 1310px;
}
.footer .footer-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer .footer-wrap .footer-block {
    width: 33.33%;
}
.footer .footer-wrap .footer-block h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-menu .footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-wrap .footer-block a {
    color: #fff;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 5px;
}
.footer .footer-bottom .footer-wrap {
    justify-content: center;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,1);
}
.footer .footer-bottom p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.grid-item .item-inner .text-sec {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.grid-item .item-inner {
    position: relative;
}
.image-with-text .img-sec .elementor-element {height: 100%;}
.image-with-text .img-sec .elementor-element img {height: 100%;object-fit: cover;}

/* Contact form */
input,select {
    width: 100%;
    font-size: 14px;
    height: 50px;
}
textarea {
    max-height: 140px;
}
/* .form-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
}
.form-wrap .feild {
    width: calc(50% - 7px);
}
.form-wrap .feild.full-width {
    width: 100%;
} */
.form-wrap .feild label {
    display: block;
}
.form-wrap .feild textarea {
    max-height: 140px;
}

.elementor-icon-box-icon {
    background: #912a2a;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 1023px) {
.header-logo img {max-width: 120px;}
.header-right-inner .site-navigation .header-menu  a {font-size: 14px;padding: 5px 12px;}
.footer .footer-wrap .footer-block h2 {font-size: 22px;margin-bottom: 22px;}
}
@media only screen and (max-width: 959px) {
.header-right-inner nav.site-navigation {display: none;}
.header .header-wrap .header-mobile-menu {display: flex;z-index: 6;}
.header .header-wrap .header-mobile-menu svg {height: 20px;width: 20px;position: relative;z-index: 1;cursor: pointer;}
.header .header-wrap .drawer-icon {fill: #fff;}
.header-mobile-menu .mobile-inner.active {visibility: visible;transform: translate(0);}
.header-mobile-menu .mobile-inner {position: absolute;left: -15px;top: -5px;visibility: hidden;background: #fff;width: 50%;padding: 20px;overflow-y: scroll;height: 95vh;box-shadow: 0 0 30px rgba(0,0,0,0.1);z-index: 1;transition: all ease-in-out 0.3s;transform: translateX(-120%);}
.header {position: relative;}
.header-wrap .header-mobile-menu .site-navigation {display: block;}
.header-wrap .header-mobile-menu nav.show {display: flex;}
.header-wrap .header-mobile-menu nav > ul {padding: 20px 0;}
.header-wrap .header-mobile-menu nav ul {display: flex;justify-content: flex-start;flex-direction: column;height: 100%;background: #fff;list-style: none;}
.header-wrap .header-mobile-menu nav ul li a {font-size: 16px;line-height: 1.2;padding: 6px 10px;background: #fff;font-weight: 600;display: inline-flex;color: #05002e;font-family: "Lato", Sans-serif;}
.header .header-wrap .mobile-inner .close-icon {position: absolute;right: 20px;top: 10px;height: 20px;width: 20px;cursor: pointer;}
.header-wrap .header-mobile-menu .sub-menu {max-height: 0;overflow: hidden;transition: max-height 0.3s ease-out;padding-left: 15px;}
.header-wrap .header-mobile-menu .menu-item-has-children.active > .sub-menu {max-height: 500px;padding-left: 15px;}
.header-wrap .header-mobile-menu nav ul .menu-item-has-children {position: relative;}
.header-wrap .header-mobile-menu nav ul .menu-item-has-children::before {content: "";position: absolute;right: 0;top: 0.6rem;border-top: 5px solid #000;border-left: 5px solid transparent;border-right: 5px solid transparent;}
}