@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("plugins/fontawesome/fonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}


a.lang-switch {
    background: #13547b;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    transition: all 400ms;
}
a.lang-switch:hover {
    background: #000;
    transition: all 400ms;
}

.watsup-fixed {
    bottom: 15px;
    left: 15px;
    position: fixed;
    z-index: 9999;
}
.watsup-fixed a {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: pulsee;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.watsup-fixed a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #49b15d;
    opacity: .75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.watsup-fixed a img {
    max-width: 35px;
}
.call-fixed {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
}
.call-fixed a
 {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #06b1d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: pulsee;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}
.call-fixed a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #06b1d9;
    opacity: .75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.call-fixed a img {
    width: 20px;
}

@-webkit-keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
    }

    75% {
        padding: 50px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
    }

    75% {
        padding: 50px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes pulsee {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,.5);
        box-shadow: 0 0 0 0 rgba(37,211,102,.5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 14px rgba(37,211,102,0);
        box-shadow: 0 0 0 14px rgba(37,211,102,0)
    }
}

@keyframes pulsee {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,.5);
        box-shadow: 0 0 0 0 rgba(37,211,102,.5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 14px rgba(37,211,102,0);
        box-shadow: 0 0 0 14px rgba(37,211,102,0)
    }
}




.exit-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
 
.popup-box {
  background: #fff;
  padding: 80px;
  width: 35%;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
 
#closePopup {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  background: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.popup-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.popup-box p {
    margin-bottom: 40px;
}
.exit-popup.active {
    visibility: visible;
    opacity: 1;
    transition: all 400ms;
}

.popup-box input {
    background: #eee;
    border: 1px solid #eee;
    height: 60px;
    padding: 30px;
    border-radius: 50px;
}
.popup-box button {
    border: 1px solid #eee;
    padding: 18px 40px;
    border-radius: 50px;
    display: inline-block;
    background: #13547b;
    color: #fff;
}

small.error.text-danger {
    text-transform: uppercase;
    font-weight: 500;
}
form#callbackForm {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.error {
    color: red;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width:1800px){
.popup-box {
  width: 50%;
}
}




@media (max-width:991px){
a.lang-switch {
    margin-right: 60px;
}
.popup-box {
  width: 80%;
}
}
@media (max-width:767px){
.popup-box {
  width: 95%;
}
form#callbackForm {
    flex-direction: column;
}
.popup-box button, .popup-box input {
    width: 100%;
}
}

.foot-logo p {
    margin: 5px 0 0;
    font-size: 18px;
    color: #13547b;
    font-weight: 600;
    font-style: italic;
}
.foot-logo {
    margin-top: 10px;
}
.foot-logo ul {
    display: flex;
    gap: 0 30px;
}
.foot-logo ul li img {
    width: auto;
}

@media (max-width:991px){
    .foot-logo {
    margin-top: 40px;
    text-align: center;
}
.foot-logo ul {
    justify-content: center;
}
}

/* 404 */

#notfound {
  position: relative;
  height: 100%;
  padding: 150px 0;
  background-color: #fafafa;
}


.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #13547b;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}


/* Offer Card */

.offer-section {
    margin: 30px 0;
}

.offer-card {
    border-radius: 20px;
    padding: 50px 50px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    position: relative;
    color: #fff;
}

.offer-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(19, 84, 123, 0.5) 0%, rgb(19, 84, 123) 100%);
    z-index: -1;
}

.offer-card h2 {
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.offer-card .line-div {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 30px auto;
}

.offer-card h3 {
    font-size: 20px !important;
    color: #fff !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}

.offer-card h4 {
    font-size: 30px !important;
    color: #00d8ff !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

.offer-card p {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 400 !important;
    margin-bottom: 16px !important;
}

.offer-card p.in-c {
    color: #00d8ff !important;
}

.offer-card ul {
    display: flex;
    justify-content: center;
    gap: 16px !important;
    flex-direction: row !important;
}

.offer-card ul li {
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(15px);
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, .85) !important;
    padding: 15px 20px !important;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .25);
}

.offer-card ul li b {
    display: block;
    color: rgba(255, 255, 255, 15) !important;
}

.offer-card ul li::before {
    display: none !important;
}

.offer-card .theme-btn {
    background-color: #FFD447;
    padding: 10px 10px;
    padding-left: 24px;
    border-radius: 50px;
    color: #13547B;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 16px;
    outline: none;
    overflow: hidden;
    z-index: 1;
    margin-top: 30px;
}

.offer-card .theme-btn::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
    z-index: -1;
}

.offer-card .theme-btn span {
    width: 30px;
    height: 30px;
    background-color: #13547B;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-card .theme-btn span img,
.offer-card .theme-btn span svg {
    width: 15px;
}

.offer-card .theme-btn span svg path {
    fill: #FFD447;
}

.offer-card .theme-btn:hover {
    background-color: #ffd447;
    color: #13547b;
}

.offer-card .theme-btn:hover::before {
    animation: shine 1.5s ease-out infinite;
}

@media (max-width: 992px) {
    .offer-card {
        padding: 50px 50px;
    }
    
    .offer-card h2 {
        font-size: 30px !important;
    }
    
    .blog-single-details .content-block .content-wrapper ul li {
        padding: 0;
    }
    
    .blog-single-details .content-block .content-wrapper ul li::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .service-details-page .service-content-block ul {
        flex-direction: column !important;
    }
}

@media (max-width: 568px) {
    .offer-card {
        padding: 30px 30px;
    }
    
    .offer-card h2 {
        font-size: 26px !important;
    }
    
    .service-details-page .service-content-block p {
        font-size: 15px !important;
        line-height: 28px !important;
    }
}

.blog-single-details .content-block .post-share ul li a svg {
    width: 22px;
}

.blog-single-details .content-block .post-share ul li a svg path {
    fill: #13547b;
}


.blog-single-details .content-block .content-wrapper table {
    margin: 30px 0;
}