@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body * {
    outline: none;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    font-size: 1rem;
    color: #495057;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

p {
    line-height: 28px;
}

a {
    text-decoration: none;
    color: #b89c1b;
}


h1 {
    font-size: 45px;
    font-weight: 700;
    color: #2d2d77;
}

h1 span {
    font-family: 'Yellowtail';
    display: block;
    color: #b89c1b;
    font-weight: 200;
    font-size: 25px;
}

h2 {
    color: #2d2d77;
    font-weight: 700;
}

.h2,
h2 {
    font-size: calc(1.2875rem + .45vw)
}


.h3,
h3 {
    font-size: calc(1.26719rem + .20625vw)
}


.h4,
h4 {
    font-size: 1.21875rem
}

.h5,
h5 {
    font-size: 1.01563rem
}



.h6,
h6 {
    font-size: .8125rem
}

::selection {
    color: #fff;
    background: #b89c1b;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.bg-secondary {
    background: #e9e9e9 !important;
    color: #6a6a6a;
}

#topbar {
    background-color: #eeeeee;
    height: 40px;
    padding: 10px 0;
    font-size: 14px;

}


#topbar ul li {
    display: inline;

}

#navbar_top {
    background: #fff;
}

.navbar-light .navbar-brand {
    font-family: 'Yellowtail', cursive;
    font-size: 45px;
    color: #9a7419;
    transition: 0.2s ease-in;
}

.logo-tag {
    font-family: 'Poppins';
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: -10px;
}

.fixed-top .navbar-brand {
    font-size: 30px;
}

.fixed-top .logo-tag {
    font-size: 12px;
    margin-top: -6px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #2d2d77;
    text-transform: uppercase;
}

.navbar-brand li a:hover,
.active {
    color: #b89c1b !important;
}

.hero {
    height: 650px;
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../images/hero.webp") center 0 no-repeat;
    background-size: cover;
    width: 100%;
}

.hero .content {
    margin: 300px auto;
}

button {
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 700;
    background: none;
    padding: 8px 20px;
    color: #fff;
}

.button-alt {
    border: 2px solid #b89c1b;
    font-size: 16px;
    font-weight: 700;
    background: none;
    padding: 8px 20px;
    color: #b89c1b;
}

.hero-cta {
    margin-top: -40px;
    margin-bottom: 100px;
    padding: 20px 8px 20px 30px;
}

.inner-hero {
    background-color: #2d2d77;
    height: 290px;
}

.inner-hero .content {
    margin: 100px auto;
}

/* Google Map */
.map-container-2 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Google Map */


.hero-cta ul {
    margin: 0;
    padding: 0
}

.hero-cta ul li {
    padding: 5px 0;
    list-style: none;
    font-size: 16px;
}

.quick-con {
    align-items: center;
    color: #9a7419;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quick-con ul li {
    font-size: 20px;
}

.h4 {
    line-height: 40px;
}

.about img {
    padding-right: 45px;
}

.card {
    border: 0;
}

.color-bg {
    background: #f0f0f0;
    padding: 60px 0;
}

.service-wrap {
    justify-content: end;
}

.service-card {
    position: relative;
    width: 220px;
    height: 150px;
    align-items: center;
    display: flex;
    border: 2px solid #dadada;
    justify-content: center;
    font-size: 12px;
    margin-left: 25px;
    border-radius: 5px;
    margin-top: 20px;

}

.service-card h3 {
    font-size: 18px;
}


.service-card img {
    width: 54px;
}

.service-card:hover {
    -webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, .1);
    box-shadow: 0 20px 40px rgba(72, 78, 85, .1);
}

@media(max-width: 991px) {
    .service-wrap {
        justify-content: center;
        margin-top: 30px;
    }

    .service-card {
        position: relative;
        width: 190px;
    }

    .service-card:nth-child(4n),
    .service-card:first-child {
        margin-left: 0;
    }
}

@media(max-width: 767px) {

    .service-card {
        position: relative;
        width: 190px;
    }

    .service-card:nth-child(3n),
    .service-card:nth-child(5n),
    .service-card:first-child {
        margin-left: 0;
    }

    .service-card:nth-child(4n),
    .service-card:last-child {
        margin-left: 25px;
    }
}


/*testtimonial*/
.testimonial .animateslider {
    animation: slider 30s linear infinite;
}

.testimonial .animateslider:hover {
    animation-play-state: paused;
}

.testimonial {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.testimonial .slider {
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 60px;
    padding: 50px 0px 40px 0px;
}

.testimonial .slider .infiniteslide_wrap {
    padding-bottom: 35px;
}

.review-image {
    width: 46px;

}

.testimonial .slider .cardcontainer {
    margin-top: 25px;
    display: inline-block;
}

.testimonial .slider .card {
    width: 400px;
    height: 230px;
    padding: 30px 35px;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #fff;
    box-shadow: 0px 0px 20px 5px #dfdfdf8c;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 60%;
    text-align: left;
}

.testimonial .slider .card:hover {
    opacity: 100%;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.testimonial .slider .card p {
    margin: 0;

    font-weight: 500;
    color: #181717;
}

.testimonial .slider .card .h6 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #b89c1b;
}

.testimonial .slider .card .names p {
    font-size: 14px;
}

.testimonial h3 {
    font-size: 18px;
    font-weight: 600;
    color: #b89c1b;
    text-transform: uppercase;
}

.testimonial h3 span {
    font-size: 14px;
    color: #3a3a3a;
    text-transform: capitalize;
}

/* Footer */
footer {
    background: #000a2e;
}

footer ul li {
    list-style: none;
    padding-bottom: 5px;
    color: #fff;
    line-height: 30px;
}

footer ul li a {
    color: #fff;
    font-size: 14px;
}

footer p {
    color: #fff;
    font-size: 12px;
}

footer .logo {
    font-size: 25px;
    font-family: 'Yellowtail', cursive;
}

/* Footer */



/* service page */
ul.benifits {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.benifits li {
    padding: 30px 15px;
    width: 300px;
    border: 2px solid #dadada;
    margin: 15px;
    display: flex;
    align-items: center;
    color: #b89c1b;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.faqs {
    max-width: 800px;
    margin: 0 auto;
}

ul.procedures {

    list-style: circle;
}


ul.procedures li {
    margin-bottom: 15px;
}

.lang {
    border: 1px solid #b89c1b;
    text-transform: uppercase;
    margin-left: 5px;
}


@media(max-width: 576px) {
    .navbar-light .navbar-brand {
        font-family: 'Yellowtail', cursive;
        font-size: 30px;
        color: #9a7419;
    }

    .logo-tag {
        font-family: 'Poppins';
        color: #3a3a3a;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-top: -10px;
    }



    #topbar {
        display: none;
    }

    .hero {
        height: 540px;
        background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/hero.webp") right top no-repeat !important;
        background-size: cover;
        width: 100%;
    }

    .hero .content {
        margin: 350px auto;
    }

    h1 {
        font-size: 30px;
    }

    .review {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    .hero-cta {
        padding: 20px 8px 20px 30px;
        ;
    }

    .h4 {
        line-height: 28px;
        font-size: 16px;
    }

    p {
        text-align: justify;
    }

    .about img {
        padding-right: 0;
        width: 100%;
    }
}

@media(max-width: 425px) {
    .service-card {

        width: 145px;
    }
}