*{
    padding: 0;
    margin: 0;
}
div#exampleModal {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 0 !important;
}
@font-face{
  font-family: "helvetica-neue-bold";
  src: url(../fonts/helvetica-neue-bold.otf);
	font-display: swap;
}
@font-face{
  font-family: "helvetica-neue-heavy";
  src: url(../fonts/helvetica-neue-heavy.otf);
	font-display: swap;
}
@font-face{
  font-family: "helvetica-neue-light";
  src: url(../fonts/helvetica-neue-light.otf);
	font-display: swap;
}
@font-face{
  font-family: "helvetica-neue-medium";
  src: url(../fonts/helvetica-neue-medium.otf);
	font-display: swap;
}
@font-face{
  font-family: "helvetica-neue-roman";
  src: url(../fonts/helvetica-neue-roman.otf);
	font-display: swap;
}
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;
}
#exampleModal::-webkit-scrollbar
{
  width: 0px;
  background-color: #000000;
}
::-webkit-scrollbar-thumb
{
  background-color: #D52228;
  border-radius: 10px;
}
body, html{
  font-family: "helvetica-neue-roman";
}
#exampleModal {
    background: rgb(0 0 0 / 13%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
input:focus {
    border: 1px solid #dd27207a!important;
}
input{
	border: 1px solid transparent!important;
}
textarea{
	border: 1px solid transparent!important;
}
.small_title {
    color: #dd2720;
    font-size: 16px;
    text-transform: capitalize;
}
.common_padding_top {
  padding-top: 80px;
}
.common_padding_bottom {
  padding-bottom: 80px;
}
.common_paragraph p {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 24px;
    font-family: "helvetica-neue-light";
}
.common_title {
    color: #FFFFFF;
    font-size: 44px;
    font-family: "helvetica-neue-medium";
}
.common_title2 {
    color: #040A30;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -1px;
}
.common_btn {
  background: #DD2720;
  text-decoration: none;
  color: #FFFFFF !important;
  display: flex !important;
  width: fit-content;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  align-items: normal;
  transition: all .2s linear;
  justify-content: space-between;
	position: relative;
}
.common_arrow1 {
    width: 0px !important;
    opacity: 0;
    transition: all .2s linear;
    border-left: none !important;
    border-right: 1px solid #E49F9C;
}
.common_btn:hover .common_arrow1{
 width: 45px!important;
 opacity: 1;
  transition: all .2s linear;
}
.common_btn:hover .common_arrow2{
  width: 0px;
  opacity: 0;
  transition: all .2s linear;
}
.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: translateX(20px);
}
26% {
    opacity: 0;
    transform: translateX(-20px);
}
55% {
    opacity: 1;
    transform: translateX(0px);
}
}
.common_btn_text {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all .2s linear;
  font-family: "helvetica-neue-light";
}
.common_btn:hover{
  background: #DD2720;
  color: #fff!important;
  transition: all .2s linear;
}
.common_btn:hover .common_arrow{
  transition: all .2s linear;
}
.common_arrow {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    width: 45px;
    border-left: 1px solid #E49F9C;
}
.common_btn:hover{
  color: #ffffff;
  transition: all .2s linear;
}
.bg_light{
  background: #F8F9F7;
}
.flex_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.head_centre {
    text-align: center;
    margin-bottom: 60px;
}
.head_centre .small_title{
  margin: 0 auto 20px; 
}
.bg_red{
  background: #C1010B;
}
.text_white{
  color: #fff;
}
.progress-wrap {
  position: fixed;
  bottom: 80px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #dd2720;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: #dd2720;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

/* ========= [ extra ]  =========*/
.required {
    color: #D52228;
}
.mob_btn{
  display: none;
  margin-top: 20px;
}
.fix_icon {
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 180px;
    display: grid;
    gap: 8px;
    backdrop-filter: blur(5px);
}
.fix_icon a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
}
.mail_icon {
    background: #d52228;
    color: #fff;
}
.phone_icon {
    background: #0a3eb5;
    color: #fff;
}
.fix_icon a:hover {
  color: #fff;
}
.wp_icon {
    background: #44c554;
    font-size: 22px !important;
}
.bg_blue{
  background-image: url(../images/background.jpg);
  background-position: top;
}
.bg_light{
  background: #CDD4DA;
}
.head_centre p {
    width: 640px;
    margin: auto;
}
.head_centre h4 {
    margin-bottom: 16px;
}
.text_dark{
  color: #131212;
}
.paragraph_dark p {
    color: #2e2e2e;
}
.text_orange{
  color: #DD2720;
}
.bg_white {
    color: #CBD1D8;
}

.scroll-reveal span {
  color: hsl(0 0% 100% / 0.2);
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-image: linear-gradient(90deg, white, white);
  animation: scroll-reveal linear forwards;
  animation-timeline: view(y);
  animation-timing-function: ease; /* smooth transition */
}

.scroll-reveal h4 span {
  animation-range-start: cover 20vh;
  animation-range-end: cover 30vh;
}

.scroll-reveal p span {
  animation-range-start: cover 22.5vh;
  animation-range-end: cover 50vh;
}

@keyframes scroll-reveal {
  to {
    background-size: 100% 100%;
  }
}


.scroll-reveal2 span {
  color: hsl(0deg 0% 0% / 20%);
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-image: linear-gradient(90deg, #000000, #000000);
  animation: scroll-reveal2 linear forwards;
  animation-timeline: view(y);
  animation-timing-function: ease; /* smooth transition */
}

.scroll-reveal2 h4 span {
  animation-range-start: cover 20vh;
  animation-range-end: cover 30vh;
}

.scroll-reveal2 p span {
  animation-range-start: cover 22.5vh;
  animation-range-end: cover 50vh;
}

@keyframes scroll-reveal2 {
  to {
    background-size: 100% 100%;
  }
}
.btn_mobile{
  display: none;
  justify-content: center;
  margin-top: 30px;
}
.bg_gray{
  background: #D5DCE3;
}
/* 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: 20px auto;
    width: 380px;
}
.error-text a {
    margin: 0 auto;
}
  @media(max-width: 575px){
    .error{
        height: unset;
        text-align: center;
    }
    .error img{
        height: unset;
        width: 70%;
    }
	  .error-text p{
		  width: unset;
	  }
  }