*{
    padding: 0;
    margin: 0;
}
div#exampleModal {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 0 !important;
}

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: 6px;
  background-color: #ffffff;
}
.modal::-webkit-scrollbar{
	width: 0;
}
div#exampleModal::-webkit-scrollbar
{
  width: 0px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb
{
  background-color: #F7941E;
}
select:focus-visible{
	outline: none!important;
	box-shadow: none!important;
}
body{
  background: #F7F7F7;
   transition: background 1s ease-in-out;
}
html,body {
  font-family: "Belleza", sans-serif;
  scroll-behavior: auto !important;
}
@font-face{
  font-family: "satoshi-regular";
  src: url(../fonts/satoshi-regular.otf);
}
@font-face{
  font-family: "satoshi-medium";
  src: url(../fonts/satoshi-medium.otf);
}
@font-face{
  font-family: "satoshi-light";
  src: url(../fonts/satoshi-light.otf);
}
#exampleModal {
    background: #ffffff33;
    background: #a07e5524;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.common_padding_top {
  padding-top: 80px;
}
.common_padding_bottom {
  padding-bottom: 80px;
}
.common_paragraph p {
    color: #0000009c;
    font-size: 18px;
    line-height: 25px;
    font-family: "satoshi-regular";
}
.common_paragraph_light p{
  color: #FFFFFFB8;
}
.common_title {
    color: #000000;
    font-size: 35px;
    margin-bottom: 20px;
    transition: all .5s linear;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 38px;
}
.common_btn {
    color: #F7941E;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    position: relative;
    border: 0;
    background: transparent;
}
.common_btn:hover::after {
    width: 0;
    transition: all .5s linear;
}
.common_btn::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #F7941E;
}
.common_btn::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #F7941E;
  transition: all .5s linear;
}
.common_btn iconify-icon{
  font-size: 22px;
}
.head_centre {
    text-align: center;
    margin-bottom: 60px;
    overflow: hidden;
}
.bg_gray{
  background: #F7F7F7;
}
.bg_yellow{
  background: #fef4e8;
}
.bg_light{
  background: #F7941E0A;
}
.title_medium {
    font-size: 24px;
    margin: 0;
    color: #000000;
    transition: all .5s linear;
    font-weight: 400;
}
.text_white{
  color: #fff;
}
.text_gray{
  color: #FFFFFFB2;
}
.padding_top_150 {
    padding-top: 120px;
}
.width_80{
  width: 80%;
  margin: auto;
}
.num_font{
   font-family: "satoshi-regular";
}
#button {
    display: inline-block;
    background-color: #f7941e;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    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: 20px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.bg_white{
  background: #fff;
}
.text_orange {
    color: #F7941E !important;
}
.head_centre .common_title {
    margin-bottom: 15px;
}
#leadership_message {
    background: #f7f7f7;
}
.common_header {
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 70px;
}
.common_header .container{
  position: relative;
  z-index: 9;
}
.common_header::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
}
.common_header .common_title {
    color: #fff;
    margin-bottom: 10px;
}
.common_header p {
    color: #fff;
    width: 520px;
    line-height: 22px;
    margin: 0px 0 40px;
}
/* 404 */
.four-not-four {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .error {
    width: 100%;
    height: 400px;
    margin: auto;
    margin: 0px auto;
	  text-align: center;
  }
.error img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .error-text {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
.error-text p {
    font-size: 14px;
    color: #0000009d;
    font-weight: 400;
    margin: 0 auto;
    width: 380px;
}
.error svg {
    width: 100%;
    height: 110%;
}
.error-text a {
    border: 0;
    background: #EC8A00;
    border-radius: 4px;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all .5s linear;
    display: flex;
    width: fit-content;
    margin: 20px auto 0px;
}
  @media(max-width: 575px){
    .error{
        height: unset;
        text-align: center;
    }
    .error img{
        height: unset;
        width: 70%;
    }
    .error-text h2 {
        font-size: 24px;
    }
	  .error-text p{
		  width: unset;
	  }
  }