@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/*==BASIC-SETUP==*/
body {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/
.header-area {
  background: rgba(243,248,255,1);
  padding: 25px 0;
}

.header-left img {
  max-width: 404px;
  width: 100%;
}

.header-right a {
   font-family: "Open Sans", sans-serif;
   font-weight: 700;
   font-size: 28px;
   color: #000000;
   background: rgba(169,209,88,1);
   padding: 4px 20px;
   display: inline-block;
}

/* management-section */
.management-area {
  background: #F7FAFF;
  padding: 5px 0;
}

.management-left h2 {
  font-weight: 700;
  font-size: 45px;
  color: #000000;
  text-align: center;
}

.management-left h2  span {
  color: rgb(169, 209, 88);
}

.management-left h3 {
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  margin-top: 35px;
}

.manage-list-item ul li {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.manage-list-item ul li span img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.contact-box {
  border: 4px solid #A9D158;
  border-radius: 20px;
  background: #ffffff;
  max-width: 350px;
  margin: auto;
  width: 100%;
}

.contact-title {
  text-align: center;
  border-bottom: 4px solid #A9D158;
  padding: 5px;
}

.contact-title h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
}

.contact-main {
  padding: 15px;
}

.contact-item {
  margin-top: 18px;
}

.contact-item2 {
  margin-top: 0;
}

.contact-item h6 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.contact-item input {
  width: 100%;
  outline: none;
  border: 1px solid #bbbbbb;
  box-shadow: inset 0px 2px 3px #dddddd;
  border-radius: 5px;
  padding: 3px 6px;
}

.select-item select {
  width: 100%;
  appearance: none;
  border: none;
  background: url('images/angle.png') no-repeat;
  background-position: 98% 50%;
  border: 1px solid #bbbbbb;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 15px;
}

.submit-item {
  max-width: 284px;
  margin: auto;
}

.submit-item button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  width: 100%;
  margin-top: 10px;
  border: 0;
  background: rgba(169,209,88,1);
  padding: 5px;
  line-height: 34px;
  text-transform: uppercase;
} 

.submit-item span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.submit-item span a {
  text-decoration: underline;
  color: #0000FF;
}

/*==includes-sectin==*/
.includes-area {
  background: #ffffff;
  padding: 10px 0 44px 0;
  overflow: hidden;
}

.includes-area2 {
  background: rgba(247,250,255,1);
  padding: 45px 0;
}

.title-img2 {
  margin: auto;
  max-width: 688px;
}

.includes-title {
  display: grid;
  grid-template-columns: 10% auto;
  column-gap: 15px;
}

.includes-title h2 {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 10;
  color: #1B1642;
}

.title-img {
  max-width: 740px;
  margin-top: -17px;
  position: relative;
  z-index: 5;
}

.title-img img {
  width: 100%;
  height: 55px;
}

.includes-main {
  display: grid;
  grid-template-columns: 67% auto;
  column-gap: 15px;
  /*! margin-top: 45px; */
}

.includes-right img {
  width: 618px;
  height: 515px;
  margin-top: 109px;
}

.includes-right2 img {
  width: 584px;
  height: 427px;
  margin-left: -242px;
} 

.includes-left {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 45px;
  row-gap: 30px;
  margin-top: 35px;
}

.includes-left-item {
  display: grid;
  grid-template-columns: 22% auto;
  column-gap: 15px;
}

.includes-img img {
  max-width: 90px;
}

.includes-cnt h4 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}

.includes-cnt p {
  font-weight: 400;
  font-size: 16px;
  color: #575A7B;
  margin-top: 5px;
}

.includes-main2 {
  display: grid;
  grid-template-columns: auto  67%;
  column-gap: 15px;
  /*! margin-top: 45px; */
}













/* question-section */
.question-area {
  background: rgba(90,131,5,1);
  border-bottom: 1px solid #000000;
  padding: 15px 0;
}

.question-left h2 {
  font-weight: 700;
  font-size: 45px;
  color: #ffffff;
}

.question-left h3 {
  font-weight: 700;
  font-size: 48px;
  color: #F5C070;
  line-height: 0;
}

.question-right {
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
  max-width: 320px;
  column-gap: 10px;
}

.question-right img {
  max-width: 134px;
}

.question-right span {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 28px;
}

.question-right span a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/*==footer-section==*/
.footer-area {
  background: #F7FAFF;
  padding: 25px 0;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-left img {
  max-width: 285px;
}

.footer-right ul li {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.footer-right ul li a {
  color: #000000;
  padding: 3px 15px;
  margin-top: 10px;
  display: inline-block;
}

.footer-right ul li a:hover {
  background: #BCD0F2;
}
