@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ============================== */
@font-face {
    font-family: 'CeraGR';
    src: url('../fonts/CeraGR-Bold.woff2') format('woff2'),
    url('../fonts/CeraGR-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CeraGR';
    src: url('../fonts/CeraGR-Medium.woff2') format('woff2'),
        url('../fonts/CeraGR-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* ============================== */

@font-face {
    font-family: 'Alba Matter';
    src: url('../fonts/AlbaMatter.woff2') format('woff2'),
        url('../fonts/AlbaMatter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* ============================== */
@font-face {
    font-family: 'Astrid';
    src: url('../fonts/AstridRegular.woff2') format('woff2'),
        url('../fonts/AstridRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {padding: 0px;margin: 0px;}
p {padding: 0px; }
ul {padding-left: 20px;}
ul{margin: 0; padding: 0; margin-left: 20px; }
ul li{ list-style: disc; margin-bottom: 10px;font-weight: 500; }
a {color: #000; text-decoration: none;transition: all 0.3s;}
a:hover {text-decoration: none;}
figure {margin-bottom: 0;}
h1 span, h2 span {color: #0abab5;}
h1, h2, h3, h4, h5, h6 {padding: 0px; margin: 0; }
h1{ font-size: 40px; color: #111111; margin-bottom: 20px; font-family: 'CeraGR';font-weight: 600; }
h2{ font-size: 36px; color: #111111; margin-bottom: 20px; font-family: 'CeraGR';font-weight: 600; }
h3{ font-size: 34px; color: #111111; margin-bottom: 20px; font-family: 'CeraGR';font-weight: 600; }
h4{ font-size: 32px; color: #111111; margin-bottom: 20px; font-family: 'CeraGR';font-weight: 600; }
h5{ font-size: 30px; color: #111111; margin-bottom: 20px; font-family: 'CeraGR';font-weight: 600; }
h6{ font-size: 28px; color: #111111; margin-bottom: 20px; font-family: 'CeraGR';font-weight: 600; }
h1, h2, h3, h4, h5, h6 { margin-top: 35px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { margin-top: 0px;}

.container {max-width:1306px;margin: auto;}
body {font-family: 'Gilroy'; background: #f5f5f5;}
.default_btn{background: #0abab5;padding: 11px 98px;font-size: 20px;line-height: 26px;color: #fff;position: relative;display: inline-block;overflow: hidden;text-transform: uppercase;z-index: 1;transition: 0.3s ease-in-out;font-family: 'Gilroy';font-weight: 600;letter-spacing: 1px;border-radius: 8px;}
.default_btn:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: -1px;background-color: #333446; transform: translateX(-100%);box-sizing: border-box;transition: 0.3s ease-in-out;}
.default_btn:hover{ color: #fff;   transition: 0.3s ease-in-out;}
.default_btn:hover:before {transform: translateX(0);z-index: -1;    transition: 0.3s ease-in-out; }

.btn-check:focus+.btn-primary, .btn-primary:focus { background-color: #333446; border-color: #333446; box-shadow: none; }
.btn-primary:hover { background-color: #333446; border-color: #333446; }

.tra-btn {background: transparent;border: 1px solid #ffffff;}
.arrow-btn img { margin-left: 15px;width: 14px !important;filter: invert(1);margin-top: -4px;}
p {color: #111111;font-size: 17px;line-height: 30px;font-family: 'Gilroy';font-weight: 500;}
.form-page form {  max-width: 800px; margin: auto;}
.form-group {margin-bottom: 20px;}
.form-group textarea{ height: 150px;}
.form-group {margin-bottom: 18px;}
.form-group .form-control {font-family: "Manrope";display: block;font-size: 16px;border: 1px solid #c4c4c4;padding: 12px 15px;border-radius: 6px;font-weight: 500; color: #8b8b8b;}
.form-group .form-control::placeholder {color: #8b8b8b;}
.form-group textarea.form-control {height: 120px;}
.form-group span.wpcf7-form-control-wrap {width: 70%;}
.form-group span.wpcf7-form-control-wrap .form-control { width: 100%;}
.form-group label {font-family: "Manrope"; font-size: 16px; margin-bottom: 8px; line-height: normal; font-weight: 500; }

button.remove-applicant.btn.btn-danger.btn-sm { width: 30px; height: 30px; border-radius: 50px; line-height: 18px; }
.form_title h4 { font-size: 28px; }

.form-sec {max-width: 1000px;margin: auto;border: 1px solid #f0f0f0;padding: 30px 40px;border-radius: 20px;background: #fff;}
.form-sec .default_btn {outline: none;border: none;}
.payment-book img { width: 100%;}
.payment-book {background: #fff;padding: 40px 40px;border-radius:20px;}
.payment-book h5 {background: #0abab5;color: #fff;padding: 22px 20px 30px 20px;text-align: center;border-radius: 10px;font-size: 28px; text-transform: capitalize;}
.payment-book h6 {font-size: 22px;line-height: normal;margin-bottom: 30px;margin-top: 0;background: #333446;color: #fff;padding: 12px 20px 20px 20px;text-align: center;border-radius: 10px;}
.contact-img img{ width: 100%; border-radius: 15px; }

.contact-info {margin-top: 70px;display: flex;flex-wrap: wrap;justify-content: center;}
.contact-info .contact-box {width: 250px;text-align: center;border-right: 1px solid #333446;}
.contact-info .contact-box span {background: #fff;height: 50px;width: 60px;display: flex;align-items: center;justify-content: center;border: 1px solid #000000;background-color: #333446;margin: auto;}
.contact-info .contact-box span img {width: 25px;filter: invert(1);}
.contact-info .contact-box h6 {margin-top: 20px;margin-bottom: 8px;font-size: 24px;color: #0abab5;}
.contact-info .contact-box a {color: #333446;font-weight: 500;font-size: 16px;    font-family: 'Manrope'; }
.contact-info .contact-box a:hover {color: #0abab5;}
.contact-info .contact-box:last-child {border-right: none;}
.contact-info .contact-box:hover span {animation: prt-bounce .5s ease-in-out 50ms;}
@keyframes prt-bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.site-map ul {column-count: 3;}
.site-map ul li {list-style: none;}
.site-map ul li .default_btn {padding: 11px 20px;display: block;text-align: center;}

.scroll-to-target {cursor: pointer;position: fixed;bottom: 15px;right: 15px;display: none;width: 30px;height: 30px;line-height: 20px;color: #fff;z-index: 999;background-color: #6fc0d3; border-radius: 30px !important;}
.scroll-to-target a svg {fill: #fff;width: 30px;height: 30px;padding: 8px;}
.btn-center {text-align: center;padding-top: 35px;}

.sm-container { padding: 0 40px;}
.content-sec{ padding: 60px 0px;}

/* ======banner-start====== */
.baner-img {max-width: 64%;margin-left: auto; position: relative;    overflow: hidden;}
.baner-img img {width: 100%;border-radius: 20px 0px 0px 20px;}
.baner-img::before{content: "";background-image: url(../images/banner-style.png);position: absolute;right: 60px;height: 343px;width: 412px;background-size: cover;background-repeat: no-repeat;bottom: 0;z-index: 0; -webkit-animation: mover 2s infinite  alternate;    animation: mover 2s infinite  alternate;}
@-webkit-keyframes mover {
    0% { transform: translatex(0);
         transform: rotate(0deg); }
    100% { transform: translatex(-10px); }
}
@keyframes mover {
    0% { transform: translatex(0);
        transform: rotate(0deg);}
    100% { transform: translatex(-10px); }
}

.baner-img::after{content: "";background-image: url(../images/plane.png);position: absolute;right: 500px;height: 72px;width: 65px;background-size: cover;background-repeat: no-repeat;bottom: 0;z-index: 0;animation: animate-plane 5s linear infinite;}
@keyframes animate-plane {
   0% { transform: translateY(0);}
    100% { transform: translateY(850%); }
}
@keyframes animate-plane {
    0% { transform: translateY(0); }
    100% { transform: translateY(-850%); }
}

.banner {position: relative;margin-bottom: 70px;}
.banner .container {position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);}
.bannergerman-box {background: #ffffff;padding: 30px 40px 45px 40px;border-radius: 20px;max-width: 622px;text-align: center;box-shadow: 7px 11px 7px hsl(0deg 0% 0% / 5%);}
.bannergerman-box h1, .bannergerman-box h2 {font-size: 69px;font-family: 'Gilroy';letter-spacing: -0.5px;-webkit-text-stroke: 2px #383845;color: #fff;font-weight: 600;}
.bannergerman-box p {color: #102e50;font-size: 30px;line-height: 30px;font-family: 'Gilroy';font-weight: 600;margin-bottom: 30px;}

.inner-banner .container {max-width: 100%;padding-left: 0;}
.inner-banner .bannergerman-box { border-radius: 0px 20px 20px 0px;  max-width: 765px;}
.inner-banner .bannergerman-box h1, .inner-banner .bannergerman-box h2 { margin-bottom: 0; font-size: 45px; letter-spacing: -0.5px; text-align: right;/* -webkit-text-stroke: initial; color: #383845;*/}
.inner-banner .baner-img::before { display: none; }

/* ======appointment-start====== */
.appointment {background: #fff;box-shadow: 8px 0px 30px hsl(97deg 0% 56.47% / 15%);padding: 60px 0px;}
.appointment-img {display: flex;}
.appointment-img .imgstyle2 {margin-top: 85px;}
.appointment-img .appointment-imgstyle {padding: 0px 5px;}
.appointment h2 {margin-bottom: 30px;}
.appointment-img .appointment-imgstyle img{ width: 100%; border-radius: 100px; border: 6px solid #ffe00e; }
.appointment p {margin-bottom: 30px;}
.appointment p:last-child {margin-bottom: 0px;}
.appointment-img .imgstyle1 {-webkit-animation: imgstyle1 2s infinite  alternate;animation: imgstyle1 2s infinite  alternate;}
.appointment-img .imgstyle2 {-webkit-animation: imgstyle1 2s infinite  alternate;animation: imgstyle1 2s infinite  alternate;}

@-webkit-keyframes imgstyle1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(40px); }
}
@keyframes imgstyle1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(40px); }
}

.appointment-img .imgstyle2 {-webkit-animation: imgstyle2 2s infinite  alternate;animation: imgstyle2 2s infinite  alternate;}
.appointment-img .imgstyle2 {-webkit-animation: imgstyle2 2s infinite  alternate;animation: imgstyle2 2s infinite  alternate;}
@-webkit-keyframes imgstyle2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}
@keyframes imgstyle2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}

.appointment-img .imgstyle3 {-webkit-animation: imgstyle3 2s infinite  alternate;animation: imgstyle3 2s infinite  alternate;}
.appointment-img .imgstyle3 {-webkit-animation: imgstyle3 2s infinite  alternate;    animation: imgstyle3 2s infinite  alternate;}
@-webkit-keyframes imgstyle3 {
    0% { transform: translateY(0); }
    100% { transform: translateY(40px); }
}
@keyframes imgstyle3 {
    0% { transform: translateY(0); }
    100% { transform: translateY(40px); }
}

/* ======trip-style-start====== */
.trip-imgstyle img {width: 100%;border-radius: 20px;}
.trip-style {display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;width: calc(100% - 25px);}
.trip-visa {padding: 75px 0px 120px 0px;}
.trip-style .imgstyle2 {float: right;position: absolute;right: 0;top: 192px;}
.trip-style .imgstyle2 img {border: 8px solid #fff;}
.trip-style .imgstyle1 {float: left;}
.trip-style .imgstyle1 img {border-top: 12px solid #0abab5;border-right: 15px solid #0abab5;}
.trip-style .imgstyle2:before {content: "";position: absolute;background: #0abab5;width: 100%;height: 100%;z-index: -1;border-radius: 20px;right: -12px;top: -12px;}
.trip-style::before{content: "";left: 35px;bottom: -66px;position: absolute;background-image: url(../images/success.png);height: 132px;width: 181px;z-index: 1;}

.trip-style::before{ animation: zoom-in-zoom-out 2s ease-out infinite;}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.adventure-begins h3 {color: #111111;font-size: 23px;margin-bottom: 32px;}
.meet-icons {display: flex;align-items: start; margin-bottom: 15px;}
.meet-icons figure {margin-right: 15px;}
.listmeet-cont p{ line-height: 27px;}


/* ======serving-start====== */
.serving-box { position: relative; background: #333446;border-radius: 20px;padding: 30px 45px;text-align: center;}
.serving-box::after{content: "";background-image: url(../images/serving.png);position: absolute;height: 286px;width: 316px;bottom: -7px;right: 25px;}
.serving-box h2 {color: #0abab5;font-size: 52px;line-height: 36px;}
.serving-box p {color: #fff;font-size: 22px;line-height: 36px;margin-bottom: 25px;}
.serving-box ul {margin: 0;display: flex;align-items: center;justify-content: center;background: #1b9696;border-radius: 8px;padding: 14px 15px;margin-right: 70px;}
.serving-box ul li {list-style: none;margin-bottom: 0;position: relative;padding: 0 30px;}
.serving-box ul li a {color: #fff;font-size: 18px;}
.serving-box ul li:before {content: "";background: #fff;height: 15px;width: 2px;position: absolute;left: 0;top: 6px;}
.serving-box ul li:first-child:before {display: none;}
.serving-box ul li a:hover {color: #333446;}

/* ======faq-page-start====== */
.inner-faq {margin-bottom: 90px;}
.faq-page {padding-top: 85px ;}
.faq-page h2 {text-align: center;margin-bottom: 40px;}
.faq-page .accordion-item h2 {margin-bottom: 0;}
.faq-page .collapsed::after {background-color: #333446 !important;}
.faq-page .accordion {margin: 0px auto 0px;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.faq-accordion-col {width: 100%;}
.faq-page .accordion-item {margin-bottom: 15px;border: 0;border: 1px solid hsl(0deg 0% 56.47% / 15%);border-radius: 0px;overflow: hidden;}
.faq-page .accordion-item:hover {border-color: #1abbaa;}
.faq-page .accordion-item:last-child {margin-bottom: 0px;}
.faq-page .accordion-button {position: relative;color: #111111;padding: 15px 55px 15px 35px;font-size: 17px;line-height: 30px;font-family: 'Gilroy';font-weight: 600;box-shadow: none;}
.faq-page .accordion-button:not(.collapsed) {background-color: transparent;}
.faq-page .accordion-button:not(.collapsed) {box-shadow: none;}
.faq-page .accordion-button::after {width: 32px;height: 32px;background-color: #1abbaa;background-position: center center;border-radius: 50%;background-image: url(../images/arrow-down.png);background-size: 14px 9px;position: absolute;right: 15px;top: 14px;}
.faq-page .accordion-body {padding: 0px 35px 20px 35px;color: #111111;font-size: 17px;}
.faq-page .accordion-body ul {margin-top: 15px;}
.faq-page .accordion-body a {color: rgb(2, 87, 151);font-weight: bold;}
.faq-page .accordion-body a:hover {color: rgb(0 0 0);}
:is(.faq-page) :is(.accordion-body) :is(p, h1, h2, h3, h4, h5, h6, li, div, span) {color: rgb(18, 18, 19);}
.faq-page .accordion-body p {line-height: 24px;}
.inner-faq { padding-top: 20px;}

/* ======inner-serving-start====== */
.bg-box {background: #fff;box-shadow: 8px 0px 30px hsl(97deg 0% 56.47% / 15%);}
.inner-serving {padding: 70px 0;}
.inner-serving h2 {text-align: center;}
.inner-serving p {text-align: center;padding: 0 5%;}
.inner-serving .serving-box {margin-top: 50px;}
.inner-serving .serving-box h2 {line-height: normal;}
.inner-serving .serving-box p {font-size: 17px;line-height: 30px;margin-bottom: 15px;}
.inner-serving .serving-box::after {display: none;}
.serving-box .abooked p {color: #0abab5;font-size: 18px;line-height: 40px;font-weight: 600;margin-bottom: 0;padding: 0;}
.serving-box .abooked p a {color: #333446;}
.serving-box .abooked p a:hover {color: #0abab5;}
.serving-box .abooked {background: #ffffff;border-radius: 50px;padding: 1px 40px;display: inline-block;}

.fix-sec {position: fixed;right: 10px;bottom: 10px; z-index: 9;}
.fix-sec ul {padding: 0;margin: 0;}
.fix-sec ul li {margin-bottom: 12px;list-style: none;}
.fix-sec ul li:last-child{ margin-bottom: 0;}
.fix-sec ul li a {display: flex;height: 50px;width: 50px;border-radius: 50px;background: #fff;align-items: center;justify-content: center;box-shadow: 0px 0px 6px #adadad;}
.fix-sec ul li a img {width: 42px;border-radius: 50px;}

.page404 { text-align: center;}
.page404 figure img {width: 450px;margin: auto;}
.page404 h6 {font-size: 56px;margin-bottom: 20px;font-weight: 600;}
.page404 p {font-size: 20px;margin-bottom: 20px;}



/*===================*/
.page-template-template-apply .serving.inner-serving.bg-box, .page-id-701 .serving.inner-serving.bg-box, .page-template-template-payment .serving.inner-serving.bg-box, .page-id-705 .serving.inner-serving.bg-box{
  display: none;
}
.page-template-template-apply footer.footer, .page-id-701 footer.footer, .page-template-template-payment footer.footer, .page-id-705 footer.footer {
    background: #fff;
}

/*===============*/
.highlight-content{
  padding: 20px 40px 0;
  max-width: 1000px;
  margin: auto;
}
.highlight-content p{
  padding: 0px;
  font-size: 15px;
  line-height: 24px;
}
.wp-block-table td, .wp-block-table th {
    align-content: flex-start;
}
