*{
    padding: 0px;
    margin: 0px;
    font-family: "Signika";
    overflow-x: hidden;
}

.btn.btn-call{
    padding: 10px 25px;
    border-radius: 25px;
    background-color: #ff36b5;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s ease all;
}
.btn.btn-call:hover{
    background-color: #054c92;
}

.hero-section{
    background: linear-gradient(to top, #ff36b5, #054c92);;
}
.form-wrapper{
    padding: 25px;
}
.form-title{
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}
.hero-form .form-control{
    height: 45px;
    padding: 0px 0px 0px 25px;
}
.hero-form select.form-control, .hero-form .form-control::placeholder{
    color: #054c92;
}
.btn.btn-submit{
    padding: 10px 25px;
    border-radius: 25px;
    background-color: #054c92;
    color: white;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease all;
}
.btn.btn-submit:hover{
    background-color: white;
    color: #054c92;
}

.core-section{
    padding: 30px 0px;
}
.title{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #054c92;
}

.intro-section .intro-content p.intro{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 25px;
}
.intro-section p.feat{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.why-section .video-container {
    padding: 0 20px;
}
.why-section .video-embed-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}
.why-section .video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feat-section p.feat{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.package-section .package-card{
    padding: 0px 25px;
}
.package-section .package-card .card-content{
    border-radius: 10px;
    border: 1px solid lightgrey;
}
.package-section .package-card .card-content .card-image img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.package-section .package-card .card-struct{
    padding: 10px 20px;
}
.package-section .package-card .card-struct .card-top{
    border-bottom: 1px solid lightgrey;
}
.package-section .package-card .card-struct .card-top .card-infos{
    margin-bottom: 15px;
}
.package-section .package-card .card-struct .card-top .card-infos p.subs{
    font-size: 18px;
    font-weight: 600;
}
.package-section .package-card .card-struct .card-top .card-infos p.para{
    font-weight: 400;
}
.package-section .package-card .card-struct .card-top .card-infos p.para i{
    font-size: 7px;
}
.package-section .package-card .card-struct  .card-bottom{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.package-section .package-card .card-struct  .card-bottom a{
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.story-section .video-container {
    padding: 0 20px;
}
.story-section .video-embed-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}
.story-section .video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}

.experience-section .expertise{
    padding: 40px 0px 20px 0px;
    border-left: 5px solid #054c92;
}
.experience-section .expertise ul{
    padding: 0px 25px;
}
.experience-section .expertise ul li{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.experience-section .expertise ul li img{
    margin-right: 25px;
}

.exposer-section .exposer{
    padding: 30px 0px 15px 0px;
    background-color: #054c92;
    border-radius: 25px;
    margin-bottom: 45px;
}
.exposer-section .exposer .expose-card{
    padding: 15px 70px;
}
.exposer-section .exposer .expose-card .expose-image{
    margin-bottom: 25px;
}
.exposer-section .exposer .expose-card .expose-image img{
    border-radius: 25px;
}
.exposer-section .exposer .expose-card h3{
    font-size: 22px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.exposer-section .exposer .expose-card p{
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: 300;
}
.btn.btn-book{
    padding: 15px 30px;
    border-radius: 25px;
    background-color: #054c92;
    color: white;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease all;
}
.btn.btn-book:hover{
    background-color: #ff36b5;
}

.contact-section .contact-content{
    background-color: #77a8da;
    height: 600px;
    overflow: hidden;
}
.contact-section .contact-content .contact-details{
    padding: 50px 100px;
}
.contact-section .contact-content .contact-details .title{
    margin-bottom: 40px;
}
.contact-section .contact-content .contact-details h3, .contact-section .contact-content .contact-details p{
    font-size: 27px;
    margin-bottom: 15px;
}
.contact-section iframe{
    height: 600px;
}

.faqs-section .faqs-section{
	margin-bottom: 60px;
}
.faqs-section .faqs-section:last-child{
	margin-bottom: 0;
}
.faqs-section .faqs-section-title{
	margin-bottom: 30px;
}
.faqs-section .faq-accordion .accordion-item{
	border: 2px solid #0074bc;
	border-radius: 10px;
	margin-bottom: 20px;
}
.faqs-section .faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}
.faqs-section .faq-accordion .accordion-item .accordion-button::after,
.faqs-section .faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	bottom: auto;
	transform: translate(-20px, -50%) rotate(135deg);
	background-image: url("../images/arrow-white.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	border-radius: 50%;
	background-color: #054c92;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}
.faqs-section .faq-accordion .accordion-item .accordion-button.collapsed::after{
	transform: translate(-20px, -50%) rotate(45deg);
}
.faqs-section .accordion-header .accordion-button{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: capitalize;
	padding: 15px 50px 15px 20px;
}
.faqs-section .accordion-body{
	padding: 0 20px 20px 20px;
}
.faqs-section .accordion-body p{
    color: #58585a;
	margin: 0;
}

.reviews-section{
    padding: 0px 50px;
}
.reviews-section .rating-content{
    padding: 15px 0px;
}
.reviews-section .ratings{
    display: flex;
    justify-content: space-between;
}
.reviews-section .ratings ul{
    margin-top: 15px;
}
.reviews-section .ratings ul, .reviews-section .ratings ul li{
    display: inline-block;
}
.reviews-section .ratings p.rates, .reviews-section p.google-rates{
    font-size: 70px;
    font-weight: 700;
    color: #054c92;
    margin-bottom: 25px;
}
.reviews-section .ratings ul li i{
    font-size: 50px;
    color: orange;
}
.reviews-section p.rating-para{
    font-size: 25px;
    font-weight: 300;
}
.owl-carousel {
    overflow: hidden;
}
.owl-stage {
    display: flex;
}
.owl-stage-outer {
    overflow: hidden !important;
}
.owl-prev span, .owl-next span {
	color: #FFF;
}
.owl-prev span:hover, .owl-next span:hover {
	color: #8199A3;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}
.owl-prev {
	left: 7px;
}
.owl-next {
	right: 7px;
}
.reviews-section .item{
    padding: 25px;
}
.reviews-section .review-card{
    padding: 25px;
    border-left: 2px solid #054c92;
    border-top: 2px solid #054c92;
    border-radius: 25px;
    height: 400px;
}
.reviews-section .review-card .top-content{
    margin-bottom: 25px;
}
.reviews-section .review-card .top-content p.review{
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}
.reviews-section .review-card ul, .reviews-section .review-card ul li{
    display: inline-block;
}
.reviews-section .review-card ul li i{
    font-size: 20px;
    color: orange;
}
.reviews-section .review-card .bottom-content p.author{
    font-size: 18px;
    font-weight: 600;
}

.footer-section{
    padding: 15px 0px 7px 0px;
    border-top: 2px solid #054c92;
}
.footer-section p a{
    text-decoration: none;
    color: #054c92;
}

.fixed_icons_container.whatsapp_container {
    position: fixed;
    bottom: 10px;
    transform: translateY(-50%);
    right: 50px;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
.fixed_icons_container.call_container {
    position: fixed;
    bottom: 90px;
    transform: translateY(-50%);
    right: 50px;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
.whatsapp_container{
    top: unset;
    left: unset;
    bottom: 0;
    right: 1rem;
}
.call_container {
    top: unset;
    left: unset;
    bottom: 0;
    right: 1rem;
}
.fixed_icons_container.whatsapp_container a {
    text-decoration: none;
    background-color: white;
    width: 60px;
    height: 60px;
    margin: 1px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-animation2 2s infinite;
}
.fixed_icons_container.call_container a i,
.fixed_icons_container.whatsapp_container a i{
	color: var(--primary-color);
}
.fixed_icons_container.whatsapp_container a:hover i{
    transition: 0.4s ease-in-out;
}
.fixed_icons_container a{
    text-decoration: none;
    background-color: white;
    width: 60px;
    height: 60px;
    margin: 1px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-animation2 2s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(18, 140, 126, 0.8);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(18, 140, 126, 0);
    }
}
@keyframes pulse-animation2 {
    0% {
        box-shadow: 0 0 0 0px rgba(220, 20, 60, 0.8);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(220, 20, 60, 0);
    }
}

@media (max-width: 1425px) {
    .title {
        overflow: hidden;
    }
    .btn.btn-call {
        padding: 10px 18px;
    }
    .form-wrapper {
        padding: 10px;
    }
    .hero-form .form-control {
        height: 33px;
        padding: 0px 0px 0px 15px;
    }
    .story-section .video-embed-wrapper, .story-section .video-embed-wrapper iframe {
        height: 450px;
    }
    .reviews-section .ratings p.rates, .reviews-section p.google-rates {
        font-size: 60px;
    }
    .reviews-section .ratings ul li i {
        font-size: 45px;
    }
    .contact-section .contact-content .contact-details {
        padding: 40px;
    }
}
@media (max-width: 1365px) {
    .btn.btn-call{
        margin-top: 15px;
    }
    .btn.btn-call, .btn.btn-submit {
        padding: 10px 20px;
        font-size: 16px;
    }
    .form-wrapper {
        padding: 5px 10px;
    }
    .form-title {
        margin: 0px;
    }
    .title {
        font-size: 40px;
    }
    .intro-section .intro-content p.intro {
        font-size: 22px;
    }
    .exposer-section .exposer .expose-card {
        padding: 15px 50px;
    }
}
@media (max-width: 1280px) {
    .btn.btn-call{
        margin-top: 15px;
    }
    .btn.btn-call, .btn.btn-submit {
        padding: 10px;
    }
    .title {
        font-size: 35px;
    }
    .intro-section .intro-content p.intro {
        font-size: 20px;
    }
    .experience-section .expertise ul li {
        font-size: 22px;
    }
    .reviews-section .ratings p.rates, .reviews-section p.google-rates {
        font-size: 50px;
    }
}
@media (max-width: 1024px) {
    .btn.btn-call{
        margin-top: 15px;
        padding: 5px;
        font-size: 14px;
    }
    .form-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .hero-form .form-control {
        height: 20px;
    }
    .title {
        font-size: 30px;
    }
    .intro-section .intro-content p.intro {
        font-size: 18px;
    }
    .intro-section p.feat, .feat-section p.feat {
        font-size: 16px;
    }
    .story-section .video-container {
        padding: 0 10px;
    }
    .story-section .video-embed-wrapper, .story-section .video-embed-wrapper iframe {
        height: 350px;
    }
    .experience-section .expertise ul li {
        font-size: 18px;
    }
    .reviews-section .ratings{
        flex-direction: column;
    }
    .reviews-section .ratings ul li i {
        font-size: 40px;
    }
    .reviews-section .ratings p.rates, .reviews-section p.google-rates {
        font-size: 45px;
    }
    .reviews-section .review-card {
        padding: 15px;
    }
    .reviews-section .review-card .top-content p.review, .reviews-section .review-card .bottom-content p.author {
        font-size: 15px;
    }
    .exposer-section .exposer .expose-card {
        padding: 15px 25px;
    }
    .exposer-section .exposer .expose-card h3 {
        font-size: 20px;
    }
    .exposer-section .exposer .expose-card p {
        font-size: 15px;
    }
    .contact-section .contact-content .contact-details h3, .contact-section .contact-content .contact-details p {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .contact-section .contact-content, .contact-section iframe {
        height: 500px;
    }
    .faqs-section .accordion-header .accordion-button {
        font-size: 16px;
    }
}
@media (max-width: 900px) {
    .exposer-section .exposer .expose-card {
        padding: 15px 60px;
    }
    .reviews-section .review-card{
        padding: 25px;
    }
    .reviews-section .review-card .top-content p.review, .reviews-section .review-card .bottom-content p.author {
        font-size: 18px;
    }
    .story-section .video-embed-wrapper, .story-section .video-embed-wrapper iframe {
        height: 550px;
    }
    .hero-form .form-control {
        height: 50px;
    }
    .form-title {
        font-size: 25px;
    }
    .btn.btn-call, .btn.btn-submit {
        padding: 10px 25px;
    }
    .main-bar a img{
        width: 300px;
    }
    .reviews-section .review-card {
        height: 320px;
    }
}
@media (max-width: 768px) {
    
}
@media (max-width: 600px) {
    .main-bar a img, .btn.btn-call{
        width: 100%;
    }
    .story-section .video-embed-wrapper, .story-section .video-embed-wrapper iframe {
        height: 500px;
    }
    .reviews-section .item {
        padding: 5px;
    }
    .reviews-section .review-card {
        padding: 10px;
    }
    .contact-section .contact-content{
        height: 100%;
    }.contact-section iframe{
        height: 450px;
    }
    .contact-section .contact-content .contact-details h3, .contact-section .contact-content .contact-details p{
        font-size: 22px;
    }
    .footer-section p{
        font-size: 14px;
    }
    .reviews-section .review-card {
        height: 100%;
    }
    .reviews-section .ratings ul li i {
        font-size: 35px;
    }
    .reviews-section .ratings p.rates, .reviews-section p.google-rates {
        font-size: 40px;
    }
    .custom-xs-order-1 {
        order: 1
    }
    .custom-xs-order-2 {
        order: 2
    }
}
@media (max-width: 420px) {
    
}