* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --top-header-bg: #053C1D;
  --nav-btn: #924F0C;

  --sub-title: #4C956C;

  --btn-text-green: #2c6e49;
  --nav-link: #2c6e49;
  --active-link: #d68c45;
  --pri-btn-bg: #d68c45;
  --sec-btn-bg: #924F0C;

  --mobile-sidebar: #2c6e49;

  --pri-color: #2c6e49;
  --sec-color: #D68C45;
  --base-text: #2D2D2D;

  --pri-global-font: Archivo, sans-serif;

  --form-border: #d68c45;
}

a {
  text-decoration: none;
  color: inherit;
}


.sub-title {
  position: relative;
  display: inline-block;
  color: var(--sub-title);
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.title {
  color: #000000;
  font-family: var(--pri-global-font);
  font-weight: 800;
  text-transform: capitalize;
}

.highlight {
  color: #B86C24;
}

.element-spacing {
  padding: 250px 30px 150px 30px;
}

@media (max-width:400px) {
  .element-spacing {
    padding: 250px 0 150px 0;
  }
}

/* BUTTONS---------------------------------------------------- */

.butn {
  display: inline-flex;
  align-items: center;
  padding: 0.563rem 1rem;
  color: var(--pri-btn-text);
  border-radius: 100px;
}


.butn_1 {
  background-color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.03px;
}

.butn_2 {
  background-color: #d68c45;
  color: #FFF;
  border-radius: 14px;
}

.butn_3 {
  background-color: var(--pri-btn-bg);
  color: var(--pri-btn-text);
  white-space: nowrap;
}

.sp_butn {

  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: var(--pri-btn-bg);
  border-radius: 30px 30px 30px 30px;
  padding: 16px 35px 16px 35px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.sp_butn_light:hover,
.sp_butn:hover {
  background-color: #4c956c;
  transform: translateY(-10px);
  color: #FFF;
}

.sp_butn_light {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  flex: 1;
  background-color: #FFF;
  border-radius: 30px 30px 30px 30px;
  padding: 16px 35px 16px 35px;
  border: 1px solid #FFF;
  color: var(--btn-text-green);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}


.boxed-container {
  width: 100%;
  padding: 0% 30% 0% 0%;
}

@media (max-width:850px) {
  .boxed-container {

    padding: 0% 0% 0% 0%;
  }

}

@media (min-width: 768px) {
  .boxed-container .box-element {
    width: 50%;
  }
}

/* TOP HEADER ------------------------------------------------*/
.top-header {
  background-color: var(--top-header-bg);
}

.top_header-wrapper {
  display: flex;
  align-items: center;

}



.top_header-social .tp_scl a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
  font-size: 17px;
  margin: 0 0.75rem;
}

.top_header-social .tp_scl a i {
  font-size: 1em;
  color: #FFF;
}

.top_header-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
}


.top-header_adrs {
  display: flex;
  flex-wrap: wrap;
  /* flex-grow: 1; */
  align-items: center;
  justify-content: end;
}

.top-header_adrs .tp_adrs a {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: var(--pri-text);
}


.top-header_adrs .tp_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  background: #ffffff;
  box-shadow: 9px 9px 18px #042e16,
    -9px -9px 18px #064a24;
}

.top-header_adrs .tp_adrs a {
  font-size: clamp(0.813rem, 1vw + 0.5rem, 0.875rem);
  color: #FFF;
  font-weight: 200;
}

.top-header_adrs .tp_adrs a i {
  font-size: 1em;
  color: #924F0C;
}

.top-header_adrs .tp_adrs:nth-last-child(1) a {
  background-color: var(--nav-btn);
  font-size: 14px;
  letter-spacing: 1.2px;
  border-radius: 100px;
  color: #FFF;
  text-transform: uppercase;

}

.top-header_adrs .tp_adrs:nth-last-child(1) a:hover {
  background-color: var(--pri-color);
}

/* top header Responsive */

/* TOP HEADER END ------------------------------------------------*/



/* NAVBAR -----------------------------------------------------------*/
.navbar .nav-item {
  margin: 0 clamp(12px, 3vw, 15px);

}

.navbar .nav-item .nav-link {
  position: relative;
  color: var(--nav-link);
  /* padding: 5px 6px; */
  font-weight: 500;
}


.navbar .nav-item .nav-link:hover {
  color: var(--sec-color);
}

@media (max-width:1200px) {
  .navbar .nav-item .nav-link {
    color: #FFF;
    margin: 10px 0;
  }
}

.navbar .nav-link.active {
  color: var(--active-link);
}


.tp_adrs a {
  display: inline-flex;
  font-weight: 600;
  align-items: center;
  border-radius: 30px 30px 30px 30px;
  padding: 16px 35px 16px 35px;
  background-color: var(--pri-btn-bg);
  color: #FFF;
  text-transform: uppercase;
  border-radius: 100px;
  white-space: nowrap;
}



.navbar-toggler {
  outline: none;
  border: none;
  background-color: var(--pri-btn-bg);
  color: #FFF;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media (max-width:700px) {
  .navbar-brand img {
    width: 200px;
  }
}

/* navbar responsive */
@media(min-width:999px) {
  .navbar .nav-item .nav-link.active::before {
    opacity: 1;
  }

}

@media (max-width:1200px) {
  #offcanvasNavbar {
    background-color: var(--mobile-sidebar);
  }

  .offcanvas-header {
    background-color: #FFF;
  }
}

/* PAGE INTRO */
.pg-intro {
  position: relative;
  background-color: #042e16;
}

.pg-intro-bg {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
  object-fit: contain;
  filter: opacity(10%);
}

.pg-box {
  padding: 30px 15px;
}

.pg-icon {
  height: 60px;
  width: 60px;

}


.pg-box.active {
  background-color: #ffffff13;
}

.pg-title {
  display: block;
  font-size: clamp(18px, 2vw + 10px, 20px);
  color: #FFF;
  font-weight: 500;
}

.pg-desc {
  color: #FFF;
  font-weight: 200;
  font-size: clamp(12px, 1vw + 4px, 14px);

}

.pg-icon>img {
  object-fit: contain;
}

/* ABOUT */

.abt-imge-wrapper .abt-img {
  max-width: 80%;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}

.abt-imge-wrapper .abt-img>img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.abt-imge-wrapper .abt-img:hover>img {
  transform: scale(1.1);
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}

.img-grid>.img-1 {
  grid-column: 2 / span 12;
  grid-row: 1;
  z-index: 1;
  max-height: 80%;
}

.img-grid>.img-1>img,
.img-grid>.img-2>.img-2-inner>img {
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.img-grid>.img-1:hover>img,
.img-grid>.img-2:hover>.img-2-inner>img {
  transform: scale(1.1);
}

.img-grid>.img-2 {
  grid-column: 1 /span 6;
  grid-row: 1;
  z-index: 2;
}

.img-2-inner {
  height: 100%;
  max-height: 55%;
  border: 10px solid #FFF;
}

.abt-ptr {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  object-fit: contain;
  z-index: -1;
  filter: opacity(3%);
}

/* SERVICES */

.sec-2.services {
  background-color: #f9f9f9;
}

.serv-box {
  border-radius: 22px;
  overflow: hidden;
}

.serv-body {
  position: relative;
  padding: clamp(16px, 4vw, 30px);
  height: 100%;
  transition: all 0.3s ease-in-out;
}


.serv-box:hover .serv-body {
  bottom: 0;
}

.serv-title {
  position: relative;
  color: var(--base-text);
  font-family: var(--pri-global-font);
  font-weight: 800;
  font-size: clamp(19px, 2vw + 10px, 22px);
}

.serv-body-inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.serv-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.serv-desc {
  display: block;
  position: relative;
  color: #000000;
  text-align: center;
  font-size: clamp(14px, 1vw + 4px, 15px);
}

.slider_desc {
  font-size: clamp(12px, 1vw + 4px, 14px);
}



.serv-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
}



.serv-thumbnail>.serv-thumbnail-img {
  border-radius: 30px 30px 30px 30px;
  max-width: 68%;
  overflow: hidden;
}

.serv-thumbnail-img-sec>img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-thumbnail-img-sec:hover>img {
  transform: scale(1.1);
}

.serv-thumbnail>.serv-thumbnail-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serv-thumbnail>.serv-thumbnail-img:hover img {
  transform: scale(1.1);
}

.serv-thumbnail .thumb-butn {
  position: absolute;
  top: 20px;
  right: 10px;
}

.serv-thumbnail .thumb-butn>.butn {
  background-color: #B86C24;
  color: #FFF;
  font-size: 13px !important;
  text-transform: lowercase;
  font-weight: 400;
}


@media (max-width:600px) {
  .serv-thumbnail>.serv-thumbnail-img {
    max-width: 85%;
  }
}

/* FOOTER----------------------------------------- */
.footer_content {
  margin-top: -6px;
}

.footer-logo {
  border-radius: 15px;
}

.footer-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 105px 0px 104px 0px;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000d13bf;
  z-index: 3;
}

.footer_desc {
  max-width: 60%;
}

.pre-heading-line {
  display: block;
  position: relative;
}

.pre-heading-line::before {
  content: "";
  width: 12px;
  height: 4px;
  background: #ffb703;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;

}

.pre-heading-line::after {
  content: "";
  width: 65px;
  height: 4px;
  background: #ffb703;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}

.ftr_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  opacity: 8%;
}

footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background: #2c6e496b;
  background-size: cover;
  padding-top: 80px;
  /* padding-bottom: 80px; */
}


.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 16px;
  background-color: #4c956c;
  color: #FFF;
  border-radius: 30% 30% 30% 30%;
  transition: all 0.3s ease-in-out;
}

.footer-social:hover {
  background-color: #FFF;
  color: #4c956c;
  transform: translateY(-10px);
}

.footer-social:hover>i {
  color: #4c956c;
}

.footer-social i {
  color: #FFF;
  font-size: 1em;
  transition: all 0.3s ease-in-out;
}

h3.footer-title {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--pri-global-font);
}

.widget.widget_nav_menu ul {
  list-style: none;
}

.widget.widget_nav_menu ul li a {
  position: relative;
  padding: 6px 0 6px 0px;
  display: inline-block;
  color: #fefee3;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 20px);
  transition: all 0.3s ease-in-out;
}

.widget.widget_nav_menu ul li a:hover {
  color: var(--pri-color);
}

.widget.widget_nav_menu ul li a::before {
  content: '>';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pri-color);
  font-weight: 600;

}

.fa-ul li i {
  color: var(--pri-color);
}

.fa-ul li span,
.fa-ul li a {
  font-size: clamp(18px, 2vw, 19px);
  font-weight: 500;
  color: #fefee3;
  transition: all 0.3s ease-in-out;
}

.fa-ul li a:hover {
  color: var(--pri-color);

}

.icon-box-title {
  font-weight: 700;
  font-family: var(--pri-global-font);
}

.icon-box-description {
  color: #fefee3;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 20px);
}

.ftr_btn-text a {
  color: #4c956c;
}

.ftr_btn-text {
  color: var(--pri-color);
}

/* why chooes Us */

.sc_3.why_choose {
  position: relative;
  background-image: url(../asset/slide-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_3.why_choose>.wrapper {
  position: relative;
  z-index: 2;
}

.sc_3.why_choose::before {
  position: absolute;
  content: '';
  background-color: #000000a7;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.wch-box {
  position: relative;
  background: #042e16;
  /* box-shadow: 20px 20px 60px #000000,
    -20px -20px 60px #00000080; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  border: 1px solid #ffffff24;
}

.wch-box.sec {
  border-radius: 13px;
  background: #ffffff !important;
  box-shadow: 20px 20px 60px #d9d9d9,
    -20px -20px 60px #ffffff;
}

.sc_3-desc {
  font-size: clamp(14px, 2vw, 15px);
}

.wch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  padding: 10px;
  border-radius: 17px;
  transform: rotate(45deg);
  margin-top: -75px;
  margin-bottom: 20px;
  margin-bottom: 18px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.wch-text {
  color: #FFF;
}

.wch-title {
  margin-top: 15px;
  font-size: clamp(18px, 2vw, 20px);
}

.wch-title.sec {
  color: #000d13;
}

.sc_3-desc.sec {
  color: #000;
}

.wch-text p {
  color: #FFF;
  filter: opacity(0.8);
  font-weight: 300;
}

.wch-icon img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  transform: rotate(-45deg);
}

.wch-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

.wch-image-inner {
  position: relative;
  max-width: 70%;
  border-radius: 19px;
  overflow: hidden;
}

@media (max-width:1400px) {
  .wch-image-inner {
    max-width: 75%;
  }
}

@media (max-width:1200px) {
  .wch-image-inner {
    max-width: 90%;
  }
}

@media (max-width:470px) {
  .wch-image-inner {
    max-width: 95%;
  }
}

@media (max-width:447px) {
  .wch-image-inner {
    max-width: 100%;
  }
}



.wch-image-inner>img {
  transition: all 0.3s ease-in-out;

}

.wch-image-inner:hover>img {
  transform: scale(1.1);
}

.wch-image-inner .box-content {
  text-align: center;
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 0;
  width: 60px;
  background-image: linear-gradient(to bottom, #2b9349, #249643, #1b993d, #109b35, #009e2d);
  border-radius: 0 10px 10px 0;
}

.wch-image-inner .box-content .title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  color: #fff;
  height: 100%;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width:426px) {
  .wch-image-inner .box-content {

    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    border-radius: 0 0 0 0;
  }

  .wch-image-inner .box-content .title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    color: #fff;
    height: 100%;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.sec-list>.sec-list-item {
  display: flex;
  align-items: center;
}

.list-icon {
  font-size: 30px;
}

.sec-list-title {
  color: var(--base-text);
  font-family: Archivo, sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 16px;
}

.sec-list-desc {
  font-size: 15px;
}

.list-icon>i {
  color: #2c6e49;
  font-size: 1em;
}


/* FORM 1 -EMPLOYEE REGISTRATION FORM */
.form-container {
  margin: auto;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-grid-full {
  grid-column: 1 / -1;
}

select,
input,
textarea,
.form-container button {
  width: 100%;
  padding: 15px;
  font-size: 1em;
  box-sizing: border-box;
}

select,
input {
  color: gray;
  background-color: #ffffff;
  border: 1px solid var(--form-border);
  border-radius: 40px 40px 40px 40px;
}

textarea,
input:focus {
  outline: none;
  border: 1px solid var(--pri-color);
}

textarea {
  resize: vertical;
  border-radius: 40px 40px 40px 40px;
  padding-left: 20px;
  min-height: 100px;
  border: 1px solid var(--form-border);

}

.form-container button {
  background-color: var(--sec-color);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid var(--form-border);
  transition: all 0.3s ease-in-out;
}

.form-container button:hover {
  background-color: var(--pri-color);
  border: 1px solid var(--pri-color);
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  justify-content: end;
  /* max-height: 80px; */
}

.upload-btn-wrapper .btn {
  border-radius: 30px 30px 30px 30px;
  border: 1px solid var(--form-border);
  color: gray;
  background-color: white;
  padding: 8px 20px;
  cursor: pointer;
  max-height: 80px;
  /* background-color: red; */

}

.upload-btn-wrapper input[type=file] {
  font-size: inherit;
  position: absolute;
  /* background: blue; */
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 4;
  max-width: 270px;
  max-height: 80px;
}

.upload-btn-wrapper .btn:hover {
  background: var(--sec-color) !important;
}

#upload-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  max-width: 270px;
}

#upload-btn .btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

label {
  color: rgb(99, 99, 99);
}

.img-box-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}

.img-box-wrapper>img {
  height: 100%;
  object-fit: cover;
}



/* breadcrump */
.breadcrump {
  position: relative;
  top: 0;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}


@media (max-width:667px) {
  .breadcrump {
    min-height: 300px;
  }
}


.breadcrump-inner>.row {
  height: 100%;
}

.breadcrump-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}

.breadcrump-inner {

  height: 100%;
  color: white;
  overflow: hidden;
}

.breadcrump .sub_title {
  display: inline-block;
  position: relative;
  /* color: #fb8500; */
  color: var(--sec-head-colr);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 0.75rem;
}

.breadcrump .sub_title::before {
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--sec-head-colr);
  height: 2px;
  border-radius: 100px;
  width: 40px;

}

.bread_link {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bread_link a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  color: #FFFFFFD4;
}

.bread_link .active {
  color: var(--sec-head-colr);
}

.bd_title {
  font-weight: 700;
  color: #FFF;
}



.breadcrump-inner {
  position: relative;
  z-index: 15;
}

@media screen and (max-width:999px) {
  .breadcrump::before {
    width: 100%;
  }

  .breadcrump .ptr-1 {
    width: 100%;
  }

}

.msv-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 30px 30px;
  border-radius: 50px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.msv-icon {
  width: 50px;
  height: 50px;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
}

.msv-icon>i {
  font-size: 1em;
}

.msv-box-1 {
  background-color: #2c6e49e3
}

.contact .msv-box-1 .msv-icon>i {
  color: var(--sec-color);
  transition: all 0.3s ease-in-out;
}

.contact .msv-box-1:hover .msv-icon>i {
  color: var(--pri-color);
}


.contact .msv-box-1:hover {
  background-color: #d68c45;
}



.msv-box-2 {
  background-color: #d68c45;
}


.contact .msv-box-2 .msv-icon>i {
  color: var(--pri-color);
  transition: all 0.3s ease-in-out;
}

.contact .msv-box-2:hover {
  background-color: var(--pri-color);
}

.contact .msv-box-2:hover .msv-icon>i {
  color: var(--sec-color);
}

.serv-list {
  font-size: 16px;
}

.cnt-link {
  font-size: clamp(18px, 2vw + 10px, 20px);
}



.button-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-left: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



.check-type>input {
  display: flex !important;
  white-space: nowrap;
}


legend {

  color: gray;
  font-size: 1rem;
}


input[type="checkbox"] {
  transform: scale(0.7);
  transform-origin: top left;
  border: 1px solid #000000;
}