*{
    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: 0px;
  background-color: #fff;
}
div#exampleModal::-webkit-scrollbar
{
  width: 0px;
  background-color: #000000;
}
::-webkit-scrollbar-thumb
{
  background-color: #D52228;
  border-radius: 10px;
}
body, html{
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
}
#exampleModal {
    background: #ffffff33;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
body{
  background: #ffffff;
}
.common_padding_top {
  padding-top: 80px;
}
.common_padding_bottom {
  padding-bottom: 80px;
}
.common_paragraph p {
    color: #565653;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.common_title {
    color: #161514;
    font-size: 40px;
    font-weight: 600;
}
.common_btn {
    background: #01ADF1;
    text-decoration: none;
    color: #161514 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    text-transform: uppercase;
    transition: all .2s linear;
    font-weight: 800;
	position: relative;
}
.common_btn .wpcf7-spinner {
    position: absolute;
    right: -40px;
    top: 11px;
}
.common_btn span img {
  width: 10px !important;
   transition: all .2s linear;
}
.common_btn:hover{
  color: #000000!important;
   transition: all .2s linear;
}
.common_arrow2 {
    width: 0px !important;
    opacity: 0;
    transition: all .2s linear;
    margin-right: 0 !important;
}
.common_btn:hover .common_arrow2{
 width: 20px!important;
 opacity: 1;
  transition: all .2s linear;
  margin-left: 10px !important;
}
.common_btn:hover .common_arrow1{
  width: 0px;
  opacity: 0;
  transition: all .2s linear;
  margin-left: 0px!important;
}
.common_btn:hover .common_arrow img {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px);
}

25% {
    opacity: 0;
    transform: translate(20px, 0px);
}
26% {
    opacity: 0;
    transform: translate(-20px, 0px);
}
55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
}
}
.common_btn span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #161514;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all .2s linear;
    overflow: hidden;
    color: #01adf1;
    font-size: 22px;
}
.bg_dark{
  background: #161514;
}
.small_title {
    color: #01ADF1;
    font-size: 18px;
    font-weight: 600;
}
.flex_title {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
#hm_expertise .flex_title div {
    width: 600px;
}
#hm_expertise .flex_title div a{
  margin-top: 30px;
}
.dot_bg{
  position: relative;
}
.dot_bg .container{
  position: relative;
  z-index: 9;
}
.dot_bg::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-dot.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}
.common_btn02 {
    display: flex;
    align-items: center;
    color: #01ADF1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    gap: 10px;
    font-weight: 700;
}
.common_btn02:hover{
  color: #01ADF1;
}
.common_btn02 span{
  width: 20px;
  height: 20px;
  background: #01ADF1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_btn02 span img {
    filter: brightness(0);
    width: 8px !important;
    height: 8px !important;
}
.text_white{
  color: #FFFFFF;
}
#hm_projects .flex_title p {
    width: 490px;
    margin-bottom: 0;
    margin-top: 20px;
}
.bg_gray{
  background: #f5f5f5;
}
.bg_light{
  background: #fff;
}
/* 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 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #020202;
    margin: 0px 0px 5px;
    text-transform: capitalize;
}
.error-text p {
    font-size: 14px;
    color: #565653;
    font-weight: 400;
    margin: 0 auto;
    width: 380px;
}
.error-text a {
    background: #01ADF1;
    text-decoration: none;
    color: #161514 !important;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: all .5s linear;
    display: flex;
    align-items: center;
    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;
	  }
  }