.post, .page {
  margin: 0 !important;
}
p{
	margin: 0;
}
.web_content ul{
	margin: 0;
	padding: 0 0 0 15px;
}
.web_content p:last-child{
	margin: 0;
}
.elementor-image-box-title {
  margin: 0;
}
/*////////////////////Mobile-Menu////////////*/
.menu_btn{
  cursor: pointer;
  line-height: 1;
}
#mobile_menu{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
} 
body .mobile_menu.active{
    width: 350px !important;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#close_mobile_menu {
    cursor: pointer;
    font-size: 18px;
    color: #777;
    display: inline-block;
    line-height: 1;
}
.close_mobile_menu_outer {
    text-align: right;
    border-bottom: 1px solid #4a4a4a21;
    padding: 5px 14px;
}
#mobile_menu_nav {
    margin: 0;
    padding: 0;
}
#mobile_menu_nav li {
    list-style: none;
    padding-bottom: 15px;
}
#mobile_menu_nav li a {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.5px;
  padding: 13px 0;
  outline: none;
  text-decoration: none;
  font-family: "Jost", Sans-serif;
}
#mobile_menu_nav li a:hover {
  color: #999;
}
.mobile_menu_navigation {
    padding: 20px;
}
#mobile_menu_nav li {
    list-style: none;
    padding: 0px 0;
    border-bottom: 0px solid #333;
}
#mobile_menu_nav li .sub-menu li {
    padding: 0px 0;
    border-top: 0px solid #333;
    border-bottom: 0;
}
#mobile_menu_nav li.menu-item-has-children {
    padding-bottom: 0;
}
#mobile_menu li {
    position: relative;
    padding: 0;
    margin: 0;
}
#mobile_menu li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px;
  background: transparent;
}
#mobile_menu li .sub-menu li a:hover {
  background: rgba(61,61,80,.09);
  color: #000;
}
#mobile_menu .sub-menu {
    margin: 0;
    padding: 0;
    display: none;
}
.page_overlay{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.page_overlay.active {
  position: fixed;
  z-index: 22222;
  background-color: #000000b5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.cat_toggle_btn::before{
  display: inline-block;
  content: '';
  left: 0;
  right: 0;
  font-size: 14px;
  top: 0;
  line-height: 1;
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.cat_toggle_btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cat_toggle_btn:hover {
  color: #000;
  background: rgba(0,0,0,.1);
}
.cat_toggle_btn.opened::before{
  content: '';
}

/*/////////Contact Us/////////*/

.custom-form {
  max-width: 100%;
}

.custom-form .row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.btn_row {
  display: flex;
  align-items: center;
}

.custom-form .col {
  width: 50%;
}

.custom-form .col.full {
  width: 100%;
}

/* Inputs */
.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e0ddd8;
  background: unset;
}
.custom-form select{
  padding: 14px 16px;
  font-family: 'Jost', sans-serif;
}

/* Placeholder */
.custom-form input::placeholder,
.custom-form textarea::placeholder,
.custom-form select {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
}

/* Focus */
.custom-form input:focus,
.custom-form textarea:focus,
.custom-form select:focus {
  outline: none;
}

/* Textarea */
.custom-form textarea {
  height: 150px;
  resize: none;
}

/* Button */
.custom-form input[type="submit"] {
  border: 2px solid #111315;
  border-radius: 8px;
  padding: 13px 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  width: unset;
  background: #111315;
  font-family: 'Jost', sans-serif;
}
.custom-form input[type="submit"]:hover{
  background: transparent;
  color: #111315;
}

/* Note text */
.form-note {
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a;
  margin-left: 10px;
  font-family: 'Jost', sans-serif;
}
.e-n-tab-title{
	cursor: pointer;
}
.img_box {
  width: 100% !important;
}
.img_box img {
  width: 100%;
}
