@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, ::after, ::before {
  box-sizing: border-box;
}
:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
:root {
  --blackc: #000000;
  --whitec: #fff;
  --bgcolor: #c21f30;
  --brcolor: #0E76BC;
  --paracolor: #555;
  --titlecolor: #000;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--titlecolor);
}
.main_menu_area {
  padding: 0 110px;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
}
.main_menu_area.about_menu_fixed {
  background-color: var(--whitec);
  position: relative;
}
.main_menu_area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgb(186 186 186 / 90%);
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.main_menu_all_item {
  align-items: center;
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a {
  transition: .5s;
  text-decoration: none;
  color: var(--linkcolor);
}
a {
  text-decoration: none;
  color: var(--paracolor);
  transition: .5s;
}
@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.main_nav_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ol, ul {
  padding-left: 2rem;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.main_logo,.mobile_menu_logo a,.mobile_menu_logo a{
  font-size: 20px;
  color: #000;
}
.footer_logo_area a{
  color: #fff;
  font-size: 20px;
}
.inner_main_nav_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_main_nav_area >ul >li {
  display: inline-block;
  position: relative;
}
.inner_main_nav_area >ul >li >a {
  display: block;
  margin: 35px 20px 35px;
  transition: .2s;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--titlecolor);
  text-transform: uppercase;
}
.inner_main_nav_area >ul> li> a:hover {
  color: var(--bgcolor);
}
.mobile_logo_area {
  display: none !important;
}
.dtbtn {
  background-color: var(--bgcolor);
  color: var(--whitec);
  display: block;
  font-size: 14px;
  margin-left: 20px;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: 600;
}
.menu_btn a:hover {
  color: var(--whitec);
  background-color: var(--titlecolor);
}
.yblog_left {
  padding: 50px 0 70px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.inner_blog_area {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.yblog_left_inner {
  padding: 0 0;
  background: none;
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}
.inner_blog_thumb {
  position: relative;
  overflow: hidden;
}
img, svg {
  max-width: 100%;
  vertical-align: middle;
}
.inner_blog_img img {
  width: 100%;
  transition: .5s;
}
.inner_blog_content {
  padding: 10px 0px 0px;
}
.yblog_left_sub {
  padding: 25px 15px 30px 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: var(--titlecolor);
}
h2, h2 a {
  font-size: 22px;
}
.inner_blog_content h2 a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.yblog_left_sub h2 a {
  width: 100%;
}
.yblog_left_text_sub {
  padding: 0px 0 10px;
}
.inner_blog_text span {
  font-size: 14px;
  margin-right: 10px;
  color: var(--paracolor);
}
.yblog_left_text_sub span {
  color: var(--paracolor);
}
@font-face {
  font-family: IcoFont;
  font-weight: 400;
  font-style: Regular;
  src: url(../font/icofont.woff2) format("woff2");
}
[class*=" icofont-"], [class^=icofont-] {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.inner_blog_text span i {
  margin-right: 3px;
  color: var(--bgcolor);
}
.yblog_left_text_sub span i {
  color: var(--bgcolor);
}
.icofont-clock-time:before {
  content: "\eedc";
}
.icofont-comment:before {
  content: "\eeeb";
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
P {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--paracolor);
}
.inner_blog_content p {
  font-size: 14px;
}
.yblog_left_sub p {
  font-size: 16px;
  font-weight: 400;
  width: 95%;
}
.yblog_left_sub >a {
  display: inline-block;
  margin: 7px 0 0;
  padding: 7px 25px;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  color: var(--paracolor);
  text-transform: capitalize;
}
.yblog_left_sub >a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.inner_yblog_form {
  position: relative;
  width: 100%;
  padding: 20px 0 20px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea, input {
  outline: none;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.inner_yblog_form input {
  width: 80%;
  outline: none;
  height: 55px;
  border: 1px solid #efefef;
  margin-left: 20px;
  padding-left: 20px;
}
button {
  border-radius: 0;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
.inner_yblog_form button {
  position: absolute;
  display: inline-block;
  right: 0;
  outline: none;
  border: none;
  padding: 16px 20px 15px;
  margin-right: 13px;
  background-color: #ddddddfa;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.inner_yblog_form button i {
  font-size: 18px;
}
.icofont-search-2:before {
  content: "\ed12";
}
.inner_yblog_left_title {
  margin: 30px 0 30px;
  width: 100%;
  padding: 20px 20px 15px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.recent-post-item {
  display: flex;
  gap: 10px;
}
.inner_yblog_left_title a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
.inner_yblgo_left_style2 a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 13px 0 12px;
  margin-top: 0;
}
.footer_area {
  padding: 100px 0 65px;
  background-color: var(--blackc);
  position: relative;
  z-index: 9;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.footer_logo_area p {
  padding: 30px 0 10px;
  color: var(--whitec);
  margin: 0;
}
@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.inner_subscribe_form_area {
  position: relative;
  overflow: hidden;
}
.inner_subscribe_form_area p {
  margin: 0;
}
.inner_subscribe_form_area input {
  height: 40px;
  position: relative;
  width: 100%;
  line-height: 43px;
  border-radius: 0px;
  padding-left: 10px;
  color: var(--titlecolor);
  border: none;
}
.inner_subscribe_form_area button {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 37%;
  height: 39px;
  border-radius: 0px;
  cursor: pointer;
  padding: 20px 10px;
  line-height: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color: var(--whitec);
  background: var(--bgcolor);
  border: none;
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.footer_widget h4 {
  font-size: 18px;
  color: var(--whitec);
  margin-bottom: 25px;
}
.footer_nav ul {
  list-style: none;
  padding-left: 0;
}
.footer_nav ul li {
  padding: 0 0 10px;
}
.footer_nav ul li a {
  color: var(--whitec);
  font-size: 16px;
  font-weight: 400;
}
.icofont-caret-right:before {
  content: "\ea69";
}
.footer_widget h4 {
  font-size: 18px;
  color: var(--whitec);
  margin-bottom: 25px;
}
.footer_main_add {
  display: flex;
  gap: 12px;
  padding-top: 10px;
}
.footer_main_add a {
  color: var(--whitec);
  transition: .5s;
}
.footer_main_add span {
  color: var(--whitec);
  transition: .5s;
}
.footer_widget p {
  color: var(--whitec);
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer_address_area p i {
  margin-right: 5px;
}
.icofont-home:before {
  content: "\ef47";
}
.icofont-ui-call:before {
  content: "\ec46";
}
.icofont-envelope:before {
  content: "\ef14";
}
.copyright_title {
  padding: 5px 0;
  border: none;
  background-color: var(--bgcolor);
}
.p-0 {
  padding: 0 !important;
}
.copy-right-text p {
  color: var(--whitec);
  margin: 18px 0 0;
}
.footer_socail_icons {
  padding: 10px 0 0;
  margin-bottom: 10px;
  text-align: end;
}
.footer_socail_icons a {
  color: var(--whitec);
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--whitec);
  border-radius: 100%;
}
.icofont-facebook:before {
  content: "\ed37";
}
.icofont-instagram:before {
  content: "\ed46";
}
.icofont-x:before {
  content: "\f03d";
}
.icofont-pinterest:before {
  content: "\ed5d";
}
.footer_socail_icons a:hover {
  color: var(--titlecolor);
  border-color: var(--whitec);
}
@media (max-width: 767px) {
  .main_menu_area {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile_logo_area {
    display: block !important;
    padding: 5px 0;
    background: #fff;
  }
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.mobilemenu_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-center {
  text-align: center !important;
}
.mobile_opicon {
  text-align: right;
  padding: 4px 0;
}
.mobile_menu_o i {
  font-size: 26px;
}
.icofont-navigation-menu:before {
  content: "\efa2";
}
.mobile_p {
  position: fixed;
  right: 0;
  width: 300px;
  padding: 80px 20px 0px;
  overflow-y: scroll;
  top: 0;
  height: 100%;
  z-index: 9999;
  display: block;
  transition: 0.5s all;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
  transform: translateX(100%);
  background: #ffffff;
}
.tx-s-open {
  transform: translateX(0);
}
.text-center {
  text-align: center !important;
}
.mobile_menu_content .mobile_menu_logo {
  margin-bottom: 20px;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #EA3751;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar {
  background: #fff;
  padding: 0;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 44px;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li {
  border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, .5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li a {
  color: #444;
}
.mean-container .mean-nav ul li a {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 12px 5px;
  font-weight: 500;
  display: block;
}
.mobile_cicon {
  position: absolute;
  right: 30px;
  top: 50px;
}
.mobile_menu_o i {
  font-size: 26px;
}
.icofont-close:before {
  content: "\eee4";
}
@media (max-width: 767px) {
  .footer_area {
    text-align: center;
  }
}
.contact_box {
  padding: 60px 0 30px;
}
.contact_text {
  display: block;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-style: solid;
  transition: .5s;
  border-width: 2px 2px 2px 2px;
  border-color: var(--blackc);
  margin-bottom: 20px;
}
h3, h3 a {
  font-size: 24px;
}
.contact_box p {
  margin-right: auto;
  margin-left: 0px;
}
.contact_area {
  padding: 55px 0 60px;
}
.witr_all_pd0 {
  padding: 0;
}
.inner_contact_area {
  text-align: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #F1F7EA;
  position: relative;
  background-size: cover;
  padding: 60px 35px 60px;
  border-radius: 10px;
}
.cu_contact_text {
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}
.inner_contact_content h2 {
  font-size: 48px;
  font-weight: 700;
}
h2 span.highlight {
  color: var(--bgcolor);
}
.inner_contact_content p {
  font-size: 16px;
  color: var(--titlecolor);
  margin: 5px 0 20px;
  width: 94%;
}
.inner_contact_content p span {
  color: var(--bgcolor);
}
.cu_man_contact {
  padding: 10px;
}
.inner_contact_form {
  margin-top: 20px;
}
.inner_contact_form {
  text-align: center;
  display: block;
}
.inner_contact_form input {
  outline: none;
  border: none;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  margin-right: 15px;
  background-position: center center;
  font-size: 14px;
  border-radius: 5px;
}
.consou_contact input {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--blackc);
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  height: 45px;
  border-radius: 0;
  outline: none;
  background: transparent;
  margin-bottom: 0;
}
.inner_contact_form textarea {
  width: 100%;
  outline: none;
  padding: 5px 20px;
  height: 100px;
  border: none;
  font-size: 14px;
}
.consou_contact textarea {
  background: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--blackc);
  height: 100px;
}
.con_btn {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.con_btn button {
  border: 0 none;
  display: inline-block;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 0;
  color: var(--whitec);
  transition: .5s;
  background-color: var(--bgcolor);
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.con_btn button:hover {
  color: var(--whitec);
  background-color: var(--titlecolor);
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 500;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .inner_contact_content h2 {
    font-size: 32px;
  }

  .yblog_left{
    padding-top: 20px;
  }
}
.inner_yblgo_left_style2 a:hover {
  color: var(--bgcolor);
}
.single_comment_title {
  margin: 35px 0 55px;
}
.single_comment_title h3 {
  font-size: 20px;
}
.csingle_contant input {
  width: 100% !important;
}
.single_post_comment_area input {
  width: 47%;
  outline: none;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.csingle_contant textarea {
  width: 100% !important;
}
.single_post_comment_area textarea {
  width: 97%;
  padding: 10px 20px;
  height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.inner_contact_form button {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  background-color: var(--bgcolor);
  color: var(--whitec);
  border-radius: 0;
  transition: .5s;
  width: 100%;
}
.single_post_comment_area button {
  display: inline-block;
  text-align: center;
  padding: 16px 30px;
  margin-top: 5px;
  border-radius: 5px;
  background-color: var(--brcolor);
  color: var(--whitec);
  border: none;
  outline: none;
  transition: .6s;
}
.single_post_comment_area button:hover {
  background-color: var(--bgcolor);
}

.post-pagination {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}

.post-pagination li{
  position: relative;
    display: inline-block;
    margin: 0 2px;
}

.post-pagination a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px #c21f30 solid;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination a:hover,.post-pagination a.current {
  color: #fff;
  background: #c21f30;
}







.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}