/* Custom Code css */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --border: #888888;
  --sub-border: #939598;
  --text-hover: #f26641;
  --sub-text: #585f6b;
  --text-color: #25211c;
  --bg-color: #ffffff;
  --sub-bg-color: #f5f5f5;
  --primary-blue: #085876;
  --ff-montserrat: "Montserrat", sans-serif;
}
body {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--bg-color);
  font-family: var(--ff-montserrat);
  box-sizing: border-box;
}
.anton_serif {
  font-family: "Anton", sans-serif;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal,
.otgs-development-site-front-end {
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.sectionWidth {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sectionPadding {
  padding-top: 60px;
  padding-bottom: 60px;
}
iframe,
video,
img {
  max-width: 100%;
}
button,
a {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: clamp(26px, 3.5vw, 49px);
  font-weight: normal;
  line-height: 138%;
  font-family: "Anton", sans-serif;
}
.h2,
h2 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}
h3 {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 120%;
  font-family: "Anton", sans-serif;
}
.h4,
h4 {
  font-size: clamp(18px, 3.5vw, 24px);
  line-height: 130%;
  font-family: "Anton", sans-serif;
}
.h5,
h5 {
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
}
.h6,
h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.btn-primary {
  background-color: var(--primary-blue);
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.btn-primary:hover {
  background-color: var(--text-hover);
}
.scrollbarHide::-webkit-scrollbar {
  display: none;
}
.scrollbarHide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

/* select2 custom css */
.select2-container {
  font-size: 14px;
}
#newsFilterForm .select2 .select2-selection{
  border: 1px solid var(--bg-color) !important;
}
 .select2 .select2-selection {
  height: 52px !important;
  background-color: #ffffff4d !important;
  border-radius: 0 !important;
}
.select2 .select2-selection__rendered {
  color: var(--bg-color) !important;
  line-height: 50px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.select2 .select2-selection__arrow b {
  display: none !important;
}
.select2 .select2-selection__arrow {
  top: 15px !important;
  right: 15px !important;
  width: 22px !important;
  height: 22px !important;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}
.select2-container--open .select2-selection__arrow {
  transform: rotate(-180deg);
}
.select2 .select2-dropdown,
.select2-container--open .select2-dropdown--above {
  border-radius: 0 !important;
}
.select2-search--dropdown .select2-search__field {
  padding: 6px 12px 6px 16px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-blue);
}
.select2-results__option {
  padding: 6px 20px !important;
}

/* form single */
.single_form label {
  display: block;
  margin-bottom: 10px;
  color: var(--sub-text);
}
.single_form input,
.single_form textarea {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: var(--sub-text);
  background: #ffffff;
  border: 1px solid #eeeeee;
  outline: none;
}
.single_form textarea {
  height: 100%;
  min-height: 130px;
}
.single_form input::placeholder,
.single_form textarea::placeholder {
  color: #888888;
}
.single_form .single_author {
  width: calc(50% - 5px);
  display: inline-block;
  margin-bottom: 10px;
}
.single_form .single_email {
  float: right;
}
.single_form .comment-form-cookies-consent label {
  display: inline;
}
.single_form .comment-form-cookies-consent input {
  width: 14px;
  height: 14px;
}
.single_form .form-submit {
  margin-top: 25px;
  display: inline-block;
}
.single_form .form-submit .submit {
  min-height: 60px;
  padding: 18px 25px;
  font-size: 17px;
  line-height: 130%;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  background-color: var(--primary-blue);
  transition: all 360ms ease;
}
.single_form .form-submit .submit:hover {
  opacity: 0.8;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 24px 32px;
    font-size: 18px;
    outline: none;
}

.wpcf7 textarea {
    height: 260px;
}

.wpcf7 label {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #6b7280;
}

.wpcf7 input[type="checkbox"] {
    width: 22px;
    height: 22px;
}

.wpcf7-submit {
    background: #000;
    color: #fff;
    padding: 16px 32px;
    font-size: 18px;
    cursor: pointer;
}
@media (max-width: 1280px) {
  .sectionPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sectionPadding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectionPadding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single_form label {
    margin-bottom: 0px;
  }
  .single_form .single_author {
    width: 100%;
  }
}

/* Auth message styles */
.mia-auth-message,.mia-profile-message {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  display: none;
}
.mia-auth-message.error,.mia-profile-message.error {
  display: block;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}
.mia-auth-message.success, .mia-profile-message.success {
  display: block;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}
.mia-field-error {
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
}
