*{
    padding: 0;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}

input[type=number] {
  -moz-appearance: textfield!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
::-webkit-scrollbar
{
  width: 4px;
  background-color: #000000;
}

::-webkit-scrollbar-thumb
{
  background-color: #acacac;
  border-radius: 10px;
}

body{
  background: #FFFFFF;
}
body, html{
/*   overflow-x: hidden; */
  font-family: "Archivo", sans-serif;
}
.sticky{
	position: sticky;
}
.common_padding_top {
  padding-top: 100px;
}
.common_padding_bottom {
  padding-bottom: 100px;
}
.common_paragraph p {
  color: #686868;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.common_title {
    color: #1A1818;
    font-size: 40px;
    font-weight: 500;
}
.common_caption {
    font-size: 48px;
    font-weight: 400;
    width: 426px;
    line-height: 50px;
}
.sub_title {
    font-size: 72px;
    background: linear-gradient(90.31deg, #13216C 10.11%, #008E33 129.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}
.title_green{
    color:#00BA43;

}
.width_88 {
    width: 88%;
    margin: auto;
}
.common_btn {
    background: #008E33;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    transition: all .5s linear;
        will-change: transform;
}
.common_btn:hover{
  color: #ffffff;
  transition: all .5s linear;
      will-change: transform;
}
.common_btn:hover::after {
    width: 100%;
    height: 100%;
    transition: all .5s linear;
        will-change: transform;
}
.common_btn img{
  margin-left: 10px;
}
.common_btn::after {
    position: absolute;
    content: '';
    width: 105%;
    height: 115%;
    border-radius: 50px;
    border: 1px solid #13216C;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s linear;
        will-change: transform;
        z-index: -1;
}
.hm_about_left a {
    margin-top: 35px;
}
.hm_about_left .common_title {
    margin-bottom: 20px;
}
.bg_blue{
  background: #13216C;
}
.btn_green::after {
    border: 1px solid #008E33;
}
.text_white{
  color: #fff;
}
.common_btn02 {
    color: #00BA43;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
}
.common_btn02:hover {
    color: #008e33;
}
.common_btn02 img{
    margin-left: 10px;
}
.flex_title {
    margin-bottom: 50px;
}
.bg_gray{
  background: #F3F4F7;
}
.bg_gray1{
  background: #ebebeb;
}
.common_btn input {
    background: transparent;
    border: 0;
    color: #fff;
}
.subscribe_input_wrap {
    display: flex;
    align-items: center;
    background: #273792;
    border-radius: 50px;
    padding: 8px 10px 8px 20px;
    justify-content: space-between;
    width: 480px;
	position: relative;
}
  
.sub_title_green {
    font-size: 72px;
    background: linear-gradient(90.31deg, #11DD5A 0.11%, #00BA43 99.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}
.head_center {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
#button {
    display: inline-block;
    background-color: #008e33;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.fix_icons {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 999;
}
.fix_icons a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fix_icons a img{
  filter: brightness(0) invert(1);
  width: 25px;
}
.fix_phone{
  background: #008e33;
}
.fix_email{
  background: #04104C;
  margin-top: 10px;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}
.wpcf7-response-output {
    font-size: 14px;
}
.contact_form p {
    margin: 0;
}
.common_btn .wpcf7-spinner {
    position: absolute;
    right: -80px;
}
.enquiry_form_wrap p {
    margin: 0;
}
.common_btn iconify-icon {
    font-size: 22px;
    display: contents;
    margin-left: 5px;
}
.hm_product_list a {
    display: none;
}