/*
    Theme Name: rms
    Theme URI: #
    Description: rms
    Author URI: #
    Version: 4.0.4
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: rms
*/

body,
textarea {
  font-family: var(--font-primary);
}

.header {
  width: 100%;
  padding: 25px 0;
  background: #ffffff;
  text-align: center;
  border-bottom: 4px solid #000000;
  position: fixed;
  top: 0;
  z-index: 1;
}

/* --------------------------------------------------- */

.body-section {
  margin-top: 120px;
  display: flex;
  align-items: center;
  background-color: #00833e;
  background-image: url('assets/images/pattern.png');
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 630px;
  position: relative;
  background-size: 520px;
}

.body-section.others {
  padding: 145px 0 0 0;
}

.body-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: self-start;
}

.body-section .inner {
  text-align: center;
  margin: 0 auto;
}

.body-section p,
.body-section h2,
.body-section h1 {
  color: #ffffff;
}

.body-section p {
  margin: 15px 0 0 0;
}

.tic-icon {
  margin: 0 0 15px 0;
}

.title-sec {
  text-align: center;
  width: 100%;
}

.title-sec ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 0;
  margin: 45px -5px 65px -8px;
  list-style: none;
  justify-content: center;
}

.title-sec li {
  background: #0d6436;
  padding: 12px 30px;
  color: #ffffff;
  font-size: 13px;
  margin: 0 8px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.title-sec li span {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}

.iframe-outer {
  padding: 10px;
  width: 100%;
  background: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* --------------------------------------------------- */

form.search1 {
  display: flex;
  width: 100%;
  height: 66px;
  max-width: 742px;
  padding-left: 34px;
  justify-content: center;
  background: #ffffff;
  border: 4px solid #ffffff;
  margin-top: 55px;
}

form.search1,
form.search1 .search-btn,
form.search1 .search-btn::after {
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}

form.search1 input {
  padding: 0 15px 0 0;
  border: none;
  width: calc(100% - 155px);
}

form.search1 .search-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  min-width: 155px;
  background: #000000;
  transition: background .35s ease-in-out;
  position: relative;
  z-index: 0;
}

form.search1 .search-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(147, 147, 147);
  background: linear-gradient(180deg, rgba(147, 147, 147, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

form.search1 .search-btn:hover {
  background: #00833e;
}

/* --------------------------------------------------- */

.cross_icon {
  margin-bottom: 15px;
}

.button-block {
  display: flex;
  margin: 30px 0 65px 0;
  justify-content: center;
}

.fill-btn,
.outline-btn {
  padding: 0 35px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #ffffff;
  font-weight: bold;
}

.fill-btn,
.outline-btn,
.subscribebtn,
.subscribebtn::after,
.wpcf7-form textarea {
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}

.fill-btn {
  color: #000;
  background: #ffffff;
}

.outline-btn {
  color: #ffffff;
  background: transparent;
  margin-left: 8px;
  transition: background .35s ease-in-out, color .35s ease-in-out;
}

.outline-btn:hover {
  color: #00833e;
  background: #ffffff;
}

.wpcf7 {
  max-width: 742px;
  margin: 20px auto 0 auto;
}

.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
  row-gap: 22px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  height: 52px;
  padding: 0 25px;
  width: 100%;
  min-height: auto;
  border: none;
  background: #e7faf0;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
}

.wpcf7-form textarea {
  padding-top: 15px;
}

.wpcf7-form .col-lg-6 {
  width: 48%;
  margin: 0 1%;
}

.wpcf7-form .col-lg-12 {
  width: 98%;
  margin: 0 1%;
}

.subscribebtn {
  width: 247px;
  height: 44px;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
  border: 2px solid #509d74;
  background: #000000;
  box-shadow: 0 0 26px 0 rgb(0, 0, 0, 37%);
  transition: background .35s ease-in-out;
  position: relative;
  z-index: 0;
}

.subscribebtn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(147, 147, 147);
  background: linear-gradient(180deg, rgba(147, 147, 147, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.subscribebtn:hover {
  background: #00833e;
}

/* --------------------------------------------------- */

.footer-sec {
  width: 100%;
  text-align: center;
  background: #00833e;
  padding: 120px 0 55px 0;
}

.rights {
  font-size: 12px;
  text-align: center;
  color: #fff;
}