*{
    padding: 0;
    margin: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield!important;
}
/* Change the white to any color */
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;
}
/*body{
  background: #F9F9FA;
}*/
body, html{
  /* overflow-x: hidden; */
  font-family: "Schibsted Grotesk", sans-serif;
 
}
#exampleModal {
  background: #ffffff80;
}
.modal-open {
  padding-right: 0!important;
}
#exampleModal {
  padding-right: 0!important;
}
#button {
  display: inline-block;
  background-color: #0074BC;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  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;
  font-size: 24px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #031A34;
}
#button:active {
  background-color: #031A34;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

::-webkit-scrollbar
{
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #0074BC;
}
.common_top_padding {
  padding-top: 85px;
}
.common_bottom_padding {
  padding-bottom: 85px;
}
.flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_title {
  color: #414141;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0;
}
.sub_title img {
  margin-right: 10px;
}
.sub_title_wrap {
  border-bottom: 1px solid #00000021;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;

}
@keyframes makeline2 {
  0% {
    width: 100%;
    background: #0074bc00;
  }
  100% {
    width: 0;
    background: #8bccf5;
  }
}
.sub_title_wrap::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  animation: makeline2 4s infinite 4s;
  z-index: 9;
  width: 100%;
  height: 1px;
}
.btn_flex {
  display: flex;
  align-items: center;
}
.common_btn {
  background: #031A34;
  text-decoration: none;
  color: #FFFFFF !important;
  display: flex !important;
  width: fit-content;
  border: 0;
  align-items: normal;
  transition: all .2s linear;
  justify-content: space-between;
}
.common_arrow1{
  width: 0px!important;
  opacity: 0;
  transition: all .2s linear;
}
.common_btn:hover .common_arrow1{
 width: 50px!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) 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);
}
}
.common_white_btn {
  background: #E8E8E8;
  color: #0074BC!important;
  margin-left: 20px;
  transition: all .2s linear;
}
.common_btn_text {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s linear;
}
.common_btn:hover{
  background: #0074BC;
  color: #fff!important;
  transition: all .2s linear;
}
.common_btn:hover .common_arrow{
  background: #031A34;
  transition: all .2s linear;
}
.common_arrow {
  background: #0074BC;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
  width: 50px;
}
.common_btn:hover{
  color: #ffffff;
  transition: all .2s linear;
}
.common_tite {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  color: #1C1A1A;
  text-transform: capitalize;
  position: relative;
}
.bg_dark{
  background: #031A34;
}
.bg_blue{
  background: #0074BC;
}
.bg_gray{
  background: #F5F6F7;
}
.bg_lightblue{
  background: #002855;
}
.title_centre {
  text-align: center;
}
.fixed_icons {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 99;
}
.fixed_icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0px;
  border: 1px solid #ffffff13;
}
.fixed_icons a img {
  width: 24px;
  filter: brightness(0) invert(1);
  height: 24px;
  object-fit: contain;
}
.whatsapp img {
  filter: none !important;
}
.whatsapp {
  background: #29a71a;
}
.call {
  background: #0074BC;
}
.email {
  background: #031A34;
}
.common_paragraph p{
  color: #535353B8;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.sub_title_wrap_light {
  border-color: #ffffff1a;
}
.text_white {
  color: #FFFFFF;
}
.mb_20 {
  margin-bottom: 20px;
}
.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden!important;
}
.mob_btn{
  display: none;
  margin-top: 20px;
}
/* image reveal */
.reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 80%;
  max-width: 100%;
  overflow: hidden;
}

.pg263 {
    overflow-x: hidden !important;
}