*{
    padding: 0;
    margin: 0;
}
div#exampleModal {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 0 !important;
}
@font-face{
  font-family: "magnetik-bold";
  src: url(../fonts/magnetik-bold.otf);
}
@font-face{
  font-family: "magnetik-light";
  src: url(../fonts/magnetik-light.otf);
}
@font-face{
  font-family: "magnetik-medium";
  src: url(../fonts/magnetik-medium.otf);
}
@font-face{
  font-family: "magnetik-regular";
  src: url(../fonts/magnetik-regular.otf);
}
@font-face{
  font-family: "magnetik-semibold";
  src: url(../fonts/magnetik-semibold.otf);
}
@font-face{
  font-family: "magnetik-thin";
  src: url(../fonts/magnetik-thin.otf);
}
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: #0000000d;
}
div#exampleModal::-webkit-scrollbar
{
  width: 0px;
  background-color: #0000000d;
}
::-webkit-scrollbar-thumb
{
  background-color: #eb2326;
  border-radius: 10px;
}

body{
  background: #F8F8F8;
   transition: background 1s ease-in-out;
}
body, html{
  font-family: "magnetik-medium";
  letter-spacing: .2px;
}
div#exampleModal {
    background: #ffffff33;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.common_padding_top {
  padding-top: 60px;
}
.common_padding_bottom {
  padding-bottom: 60px;
}
.common_paragraph p {
    color: #151515a6;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    font-family: "magnetik-light";
}
.common_title {
    color: #252525;
    font-size: 38px;
    margin: 0;
    transition: all .5s linear;
     font-family: "magnetik-medium";
     line-height: 42px;
}
.head_centre .common_title {
    margin: 20px auto 0;
    width: 540px;
}
.common_btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family: "Manrope", sans-serif;
    transition: all .5s linear;
	position: relative;
}
.common_btn .wpcf7-spinner {
    position: absolute;
    left: -50px;
    top: 15px;
}
.common_btn:hover .btn_text{
  background: #EB2326;
}
.common_btn:hover .btn_text_white{
  color: #fff;
}
/* .btn_text {
    background: #010101;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    transition: all .5s linear;
} */
.btn_text {
    background: #010101;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    border: 0;
    transition: all .5s linear;
    text-transform: uppercase;
}
.btn_arrow {
    width: 45px;
    height: 45px;
    background: #EB2326;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all .5s linear;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
}
.common_btn:hover .btn_arrow {
    transition: all .5s linear;
}
.common_btn:hover .btn_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) scale(1);
}
25% {
    opacity: 0;
    transform: translate(20px, -20px) scale(0.9);
}
26% {
    opacity: 0;
    transform: translate(-20px, 20px) scale(0.9);
}
55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
}
}
.btn_text_white {
    background: #EEEEEE;
    color: #161616;
    font-weight: 500;
}
.sub_title {
    font-family: "Manrope", sans-serif;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #EDEDED;
    padding: 5px 15px 5px 5px;
    width: fit-content;
    border-radius: 50px;
}
.head_centre .sub_title{
  margin: 0 auto;
}
.sub_title span{
  width: 30px;
  height: 30px;
  background: #E02834;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_centre {
    text-align: center;
    margin-bottom: 60px;
}
.bg_gray{
  background: #EDEDED;
}
.head_centre p {
    width: 570px;
    margin: 15px auto 0;
}
.bg_gray .sub_title{
    background: #F8F8F8;
}
.flex_title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.flex_title_left h4 {
    width: 415px;
}
.flex_title_right {
    width: 510px;
}
.flex_title_right a{
    margin-top: 25px;
}
.flex_title_left .sub_title {
    margin-bottom: 30px;
}
.fix_icon {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 99;
    display: grid;
    gap: 10px;
    padding: 5px;
    border-radius: 50px;
    background: #ffffff33;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff2e;
}
.fix_icon a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb2326;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  font-size: 18px;
}
.whatsapp {
    background: #00bf22 !important;
    font-size: 24px !important;
}
.email{
    background: #114bd1 !important;
}
.phone iconify-icon{
  animation: ringing 5s ease-in-out infinite;
}
@keyframes ringing {
  20% {
    transform: rotate(0deg);
  }
  21% {
    transform: rotate(10deg);
  }
  22% {
    transform: rotate(-10deg);
  }
  23% {
    transform: rotate(12deg);
  }
  24% {
    transform: rotate(-12deg);
  }
  25% {
    transform: rotate(12deg);
  }
  26% {
    transform: rotate(-12deg);
  }
  28% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  32% {
    transform: rotate(5deg);
  }
  34% {
    transform: rotate(-5deg);
  }
  36% {
    transform: rotate(2deg);
  }
  38% {
    transform: rotate(0deg);
  }
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #010101;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  z-index: 9999;
}
.loader img{
  width: 80px;
  animation: bounce2 2s ease infinite;
}
.flex_title_right p {
    margin: 0;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/* 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: 90%;
    text-align: center;
    margin: 0 auto;
}
.error-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #020202;
    margin: 0px 0px 5px;
    font-family: "Manrope", sans-serif;
    text-transform: capitalize;
}
.error-text p {
    font-size: 14px;
    color: #0000009d;
    font-weight: 400;
    margin: 0 auto;
    width: 380px;
	font-family: "Manrope", sans-serif;
}
.error-text a {
    background: #010101;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .5s linear;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 20px auto 0px;
	font-family: "Manrope", sans-serif;
}
  @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;
	  }
  }