@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {

    font-family: "DM Sans", sans-serif;
}

.top-bar {
    background: #f18400;
    padding: 6px 0px;
    border-bottom: 0px solid #f3eedb;
}

h3.welcm-txt {
    margin-bottom: 0px;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 400;
}

.top-bar p {
    margin-bottom: 0px;
}

ul.top-act {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    list-style: none;
}


ul.top-act li a {
    /* background: #000; */
    padding: 0px 5px;
    /* margin: 0px 4px; */
    display: block;
    color: #fff;
    font-size: 13px;

    font-weight: 500;
    border-radius: 0px;

    line-height: 0px;
}

ul.top-act li a i {
    font-size: 17px;
    color: #000;
}

ul.top-act li {
    border-right: 0px solid #565656;
}

ul.top-act li:last-child {
    border-right: 0px solid #565656;
}

.top-info {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    justify-content: center;
}

ul.top-info li a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

ul.top-info li a:hover {
    color: #000;
    text-decoration: none;
}

ul.top-info li a i {
    font-size: 17px;

    color: #000;
}

ul.top-info li:first-child {
    margin-right: 19px;
}

a.navbar-brand img {
    width: 170px;

}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus  {
    color: #dc8a00!important;
}

.navbar {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;

    font-size: 0.95rem;
    padding: 0px 14px;
}

ul.header-right {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

a.log-link {
    padding: 1px 13px;
    display: block;
    margin-right: 6px !important;
    color: #222;
    border-right: 1px solid #c6c1c1;
    margin: 11px 0px;
}

.header-blue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 100px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f18400;
    padding: 0px 30px;
    height: 50px;
    color: #fff;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
}

.header-blue-btn:hover {
    color: #000;
    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.header-contact {
    display: flex;
    margin: 0px 10px;
    border-right: 1px solid #eee;
    padding-right: 12px;
}

.cont-content p {
    margin-bottom: 0px;
    font-size: 0.8rem;
    color: #fff;
}

.cont-content h3 {
    margin-bottom: 0px;
    line-height: 18px;
}

.cont-content h3 a {
    font-size: 1.1rem;
    color: #fdc301;
}

.header-contact .cont-icon {
    margin-right: 8px;
    width: 42px;
    height: 42px;
    background: #ffc104;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}

.header-contact .cont-icon i {
    font-size: 1.3rem;
    line-height: 42px;
    color: #000;
}



.register-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
}


.register-btn:hover {

    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}


.banner-section {
    background-image: url(assets/img/bg-wall.webp);
    height: 650px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
}


.banner-text {
    text-align: left;
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0%;
}

.banner-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;

    line-height: 60px;
    margin: 15px 0px;
}

.banner-text h1 span {
    /* font-weight: 300; */
}

.banner-text p {
    color: #fff;
    font-size: 20px;
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 1.1rem;
    width: 50%;
}

.banner-action {
    display: flex;
    list-style: none;
    padding-left: 0px;

    margin-bottom: 0px;
}

.banner-img {
    height: 600px !important;
}

.banner-img img {
    object-fit: cover !important;
    height: 100%;
    position: relative;
}

.banner-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000008b;
    left: 0;
    top: 0;
}

.red-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 100px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ed8500;
    padding: 1px 30px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 8px auto;
    margin-right: 10px;

}

.red-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    transform: translateY(-3px);
}

.white-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #FFF;
    padding: 1px 30px;
    height: 50px;
    color: #333;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0px 10px;
    width: fit-content;
    margin: 20px auto;

}

.white-btn:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-3px);
    background-color: #e20c35;
}



.banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    opacity: 0.8;
}


.banner-text h3 {
    /* background: #fff; */
    width: fit-content;
    padding: 6px 0px;
    font-size: 30px;
    border-radius: 0px;
    color: #ed8500;
    border-bottom: 0px solid #e20c35;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-bottom: 5px;
}

form.search-box {
    background: #fff;
    width: 100%;
    padding: 18px;
    margin: 20px 0px;
    display: flex;
}


form.search-box input {
    width: 100%;
    padding: 15px 20px;
    border-right: 0px;
    border: 1px solid #eee;
    font-size: 15px;
}

form.search-box button {
    width: 160px;
    border: none;
    background: #3458ca;
    color: #fff;
}

form.search-box button:hover {
    background: #2d4eb6;
}

.about-content h1 {
    font-size: 50px;
    color: #111010;
    font-weight: 600;
}

.about-content h3 {
    font-size: 21px;
    margin: 15px 0px;
}

.about-content h6 {
    color: #000000;
    width: fit-content;
    /* margin: 0px auto; */
    padding: 0px 0px;
    line-height: 22px;
    font-size: 17px;
    border-radius: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}


.section {
    padding: 60px 0px;
}

.title-bar {

    align-items: center;
    /* border-bottom: 1px solid #f1efef; */
    padding-bottom: 0px;
}

.part-title p {
    margin-bottom: 0px;
}


.row.home-form {


    position: relative;
    padding: 0px;
    /* border-top: 4px solid #fdc104; */
}


.home-text h3 {
    font-size: 2.1rem;
    font-weight: 600;
}

.about {
    background: #000;
    border-top: 5px solid #fdc104;
    padding-bottom: 60px;
}

.home-text h3 {
    color: #fff;
}

.home-text p {
    color: #fff;
}


.appoint-form {
    padding: 30px 24px;
    /* margin-top: -95px; */
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 16px;
}

.appoint-form form button {
    background: #000;
    border: none;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 4px;
    /*width: 100%;*/
}

.appoint-form h3 {
    color: #000;
    font-size: 1.7rem !important;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.appoint-form p {
    color: #333;
    text-align: center;

}

.form-img {
    background-image: url(assets/img/form-img.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position: center center;
    background-size: cover;
}

.appoint-form form input {
    width: 100%;
    padding: 12px 18px;
    margin-bottom: 2px;
    border: 0px solid #000;
    font-size: 14px;
    background: #ffffff;
    color: #222;
    border-radius: 4px;
    border: 1px solid #eee;
}

.appoint-form form textarea {
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    height: 80px;
    font-size: 14px;
    background: #fff;
    color: #222;
    border-radius: 4px;
}

.view-more a {
    /* width: 141px; */
    /* background: #dde7ff; */
    display: block;
    text-align: center;
    padding: 0px 0px;
    /* border-radius: 4px; */
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid;
}

.view-more a:hover {
    text-decoration: none;
}

.part-title {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.part-title a {
    color: #000;
    font-size: 0.9rem;
    border-bottom: 0px solid;
    background: #fdc202;
    padding: 8px 18px;
    font-weight: 500;
    border-radius: 4px;
}

.part-title a:hover {
    text-decoration: none;
    color: #333;
}

.part-title h5 {
    color: #1b1b1b;
    width: fit-content;
    margin: 0px auto;
    line-height: 22px;
    font-size: 18px;
    border-radius: 40px;
    margin-bottom: 5px;
    /* background: #fff; */
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-weight: 800;
}

.part-title h5::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: #f9eaba;
    left: 0;
    bottom: 2px;
    z-index: -1;
}

.part-title h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0px;
    color: #e98600 !important;
}

.about-content p {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    margin: 10px 0px;
}

.about-content ul {
    list-style: none;
    padding-left: 26px;
    margin-bottom: 0px;
}

.about-content ul li {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    position: relative;
    margin-bottom: 5px;
}


.about-content ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    top: 7px;
    left: -21px;
    border-radius: 29px;
    border: 2px solid #595858;
}

.ab-bootm {
    display: flex;
    justify-content: space-between;
}

.years-sec {
    display: flex;
    background: #f4edeb;
    padding: 0px 43px;
    align-items: center;
    border-radius: 4px;
}

.years {
    font-size: 3rem;
    margin-right: 14px;
    font-weight: 500;
    color: #e20c35;
}

.ab-page {
    position: relative;
    background: #fdc104;
}

/* .ab-page::before {
  content: '';
  position: absolute;
  width: 32%;
  height: 70%;
  background: #fcb300;
  left: 0;
  top: 0;
} */

.empty-space {
    height: 40px;
}





.why-us {
    background: #f5f5f5;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.service-box {
    margin-bottom: 4px;
    background: #fff;
    text-align: left;
    padding: 10px 10px;
    border-radius: 6px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-box:hover {
    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}

.service-box img {
    width: 60px;
    margin-bottom: 0px;
    border-radius: 6px;
    background: #fff;
    padding: 15px 0px;
    /* box-shadow: 0 22px 40px rgb(154 150 150 / 15%); */
    border: 2px solid #e58700;
    height: 60px;
}

.service-box h3 span {
    font-size: 0.9rem;
    color: #585757;
}

.service-box i {
    width: 65px;
    height: 65px;
    background: #305ebc;
    color: #fff;
    line-height: 65px;
    border-radius: 100%;
    font-size: 30px;
    margin-bottom: 11px;
}

.img-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.service-box a i {
    width: 30px;
    height: 30px;
    background: #f9ecef;
    color: #e20c35;
    line-height: 30px;
    border-radius: 100%;
    font-size: 19px;
    margin-bottom: 11px;
}

.service-box:hover>a i {
    background: #e20c35;
    color: #fff;
}

.service-box h3 a {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 22px;
    color: #16171a;
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.service-content h3 {
    margin-bottom: 0px;
}

.service-box h3 {
    margin-bottom: 0px;
    line-height: 0px;
}

.service-content ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin: 10px 0px;
}

.service-content ul li {
    border-bottom: 1px solid #333;
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}



.service-box h3 a:hover {
    color: #333;
    text-decoration: none;
}

.service-box p {
    margin-bottom: 4px;
    padding: 0px 0px;
    line-height: 22px;
    margin-top: 3px;
    font-size: 14px;
    color: #727272;
}

a.read-btn-link {
    background: #e58700;
    padding: 11px 22px;
    display: inline-flex;
    font-size: 0.9rem;
    border-radius: 4px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
}

a.read-btn-link:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.service-content {
    padding: 0px 0px;
    text-align: center;
}


.why-box {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.why-box:last-child {


    border-bottom: 0px dashed #eee;
}


.icon-box i {
    width: 50px;
    height: 50px;
    background: #ffecf0;
    line-height: 50px;
    color: #e20c35;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
    margin-right: 17px;
}

.why-content h3 {
    margin: 0px;
    font-size: 17px;
    margin-bottom: 5px;
}

.testimonials {
    position: relative;
    /* background: url(assets/img/testimonials.png); */
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 0px;
    background: #f5f5f5;
}

.testimonials:before {
    content: "";
    left: 0px;
    top: 0px;
    position: absolute;
    background: #ffffff45;
    width: 100%;
    height: 100%;

}

.test-title h3 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.test-title {
    text-align: center;
    margin-bottom: 30px;
}

.test-title h5 {
    color: #e20c35;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 24px;
    line-height: 22px;
    font-size: 15px;
    border-radius: 40px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 7px 21px rgb(137 133 133 / 15%);
    text-transform: uppercase;
}


.test-title h3 span {
    color: #e20c35;
}

.testimoni-box {
    background: #fff;
    padding: 40px 60px;
    border-radius: 21px;
    margin-top: 35px;
    box-shadow: 0 22px 40px rgb(154 150 150 / 15%);
}

.testi-nav {
    position: relative;
}


.testimoni-box img {
    width: 66px;
    border-radius: 10px;
    margin: 10px 0px;
}

.testimoni-box h5 {
    font-size: 17px;
    color: #e58700 !important;
    /* text-align: right; */
    font-style: italic;
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0px auto;
}

/* .testimoni-box h5::after
{
  content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: #f9eaba;
    left: 0;
    bottom: 2px;
    z-index: -1;

} */




ul.star-ratings {
    display: flex;
    list-style: none;
    margin: 0px auto;
    padding-left: 0px;
    justify-content: center;
    margin-bottom: 8px;
}

ul.star-ratings li {
    margin: 0px 1px;
    color: #fdc202;
}

.testimoni-box p {
    width: 100%;
    margin: 0px auto;
    color: #222;
    font-size: 1rem;
    line-height: 25px;
    margin-bottom: 10px;
    font-style: italic;
}

.testimonail-btn {
    width: 45px;
    height: 45px;
    border: 1px solid;
    background: #000;
    opacity: 1;
    border-radius: 50px;
}

.section.latest-news {
    background: #f8f8f8;
}


.testi-nav .carousel-control-prev {
    top: 50%;
    left: 44%;
}


.testi-nav .carousel-control-next {
    top: 50%;
    right: 44%;

}


.news-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%); */
}

.news-img {
    position: relative;
}

.news-box {
    position: relative;
    border: 1px solid #eee;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
}

.blog-content {

    margin-top: 15px;

}

.box-content {
    padding: 10px 20px;
}


.blog-date {
    position: absolute;
    top: 30px;
    right: 17px;
    background-color: #fdc202;
    padding: 13px 15px 8px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.blog-content h3 a {
    color: #000;
}

.blog-content h3 a:hover {
    color: #fdc202;
    text-decoration: none;
}

.blog-date p {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
}

.blog-date p span {
    font-weight: 700;
}

.blog-comnt-arrow {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
}

.blog-arrow a {
    width: 36px;
    height: 36px;
    background: #fdc202;
    display: block;
    text-align: center;
    line-height: 36px;
    width: 100%;

}

.blog-arrow a i {
    color: #000;
}

.tag {
    position: relative;
    display: inline-block;
    background-color: #000;
    padding: 5px 13px;
    border-radius: 4px;
}

.tag p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.9rem;
}

.comnt-box {
    color: #333;
    font-size: 14px;
}

.comnt-box i {
    color: #fdc202;
    font-size: 18px;
    margin-right: 3px;
}



.call-to-action {
    background: #e28800;
    position: relative;
}

.call-to-action::before {
    content: "";
    position: absolute;
    background: #000 url(assets/img/pattern.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 18px;
    left: 0;
    top: 0;
    background-size: 18px;
}


.call-to-action::after {
    content: "";
    position: absolute;
    background: #000 url(assets/img/pattern.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 18px;
    left: 0;
    bottom: 0;
    background-size: 18px;
}

a.call-me {
    margin-bottom: 29px;
    background: none !important;
    padding: 0px !important;
    font-size: 2.2rem !important;
    color: #000 !important;
    display: block;
    font-weight: 700 !important;
}

.action-txt {
    border-right: 1px solid;
}


.action-btn {
    text-align: end;
}

.call-btn a {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
}

.call-btn a i {
    background: #000;
    border-radius: 100%;
    padding: 9px;
    font-size: 2.2rem;
    margin-right: 4px;
    color: #fff;
}



.call-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background: #e20c35; */
    padding: 60px 0px;
    border-radius: 0px;
    align-items: center;
    margin-bottom: 0px;
    background: #e28800;
    margin: 40px 0px;
    border-radius: 4px;
    border: 0px solid #000000;
}

.action-txt h3 {
    font-size: 56px;
    font-weight: 700;
    color: #000;
}

.call-action p {
    color: #000;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 300;
}

.call-action a {
    background: #000;
    padding: 15px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}

.call-action a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}




footer {
    /* background:radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%); */
    background: #000;
    padding: 90px 0px;
    padding-bottom: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer:before {
    content: "";
    position: absolute;
    background-image: url(assets/img/pattern.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    background-size: 18px;
}

.tp-footer-shape {
    position: absolute;
    top: 0;
    left: 0;
}

ul.f-menu {
    padding-left: 0px;
    list-style: none;
}

ul.f-menu li a {
    font-size: 16px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}

ul.f-menu li a:hover {
    color: #fff;
}


ul.f-menu li a i {
    color: #df8900;
}

.footer-widget h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}

.footer-widget h3::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    left: 0;
}


.footer-widget h3::after {
    position: absolute;
    content: '';

    width: 30px;
    height: 2px;
    background-color: #df8900;
    bottom: 0;
    left: 18px;
}

.footer-widget p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
}

ul.contact-info {

    list-style: none;
    padding-left: 0;
}

ul.contact-info li {
    /* border: 1px solid #ffffff; */
    font-size: 16px;
    margin-bottom: 14px;
    color: #fff;
}


ul.social-media {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: end;
    gap: 15px;
}

ul.contact-info li i {
    font-size: 8px;
    width: 32px;
    height: 32px;
    background: #df8900;
    color: #000;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    border-radius: 28px;
    margin-right: 10px;
}

ul.contact-info li a {
    text-decoration: none;
    color: #fff;
}


ul.social-media li a {
    width: 45px;
    height: 45px;
    background: #000;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    border-radius: 100px;
    color: #df8900;
}

.footer-copyright {
    background: #181818;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 20px 0px;
    margin-top: 70px;
    position: relative;
    border-top: 1px solid;
}

.footer-copyright::before {

    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    bottom: -1px;
    background: #df8900;
    width: 50%;
    clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
}


.footer-copyright p {
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
    font-size: 17px;
}

.footer-copyright p span {
    color: #df8900;
}



.breadcumb {
    width: 100%;
    padding: 80px 0px;
    background: #000 url('assets/img/breadcumb.png');
    border-radius: 10px;
    margin-bottom: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.breadcumb::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    top: 0;
    border-radius: 10px;
    opacity: 0.8;
}

.breadcumb-text {
    padding: 0px 80px;
}

.breadcumb-text h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.breadcumb-text p {
    color: #fff;

}

.bread-nav {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: center;
}

.bread-nav li {
    color: #fff;
}

.bread-nav li a {
    color: #4b99ed;
    margin-right: 10px;
    position: relative;
    padding: 0px 7px 0px 0px;
}

.bread-nav li a:after {
    content: '/';
    left: 46px;
    position: absolute;
}

.pack-nav li:last-child {
    color: #fdc104;
}


.section-about {
    padding: 80px 0px;
}


.about-img img {
    border-radius: 20px;
    /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);  */
}

.about-text h3 {
    color: #e20c35;
}

.about-text p {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    margin: 18px 0px;
}

.total-fact {
    background: #000;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}

.fact-col .col-md-3 {
    border-right: 1px solid #333;
}

.fact-col .col-md-3:last-child {
    border: 0px;
}

.facts i {
    width: 60px;
    height: 60px;
    /* background: #fdc202; */
    color: #fdc202;
    font-size: 3.5rem;
    line-height: 60px;
    border-radius: 100%;
    margin-bottom: 6px;
}

.start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #3458ca;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    padding: 0px 30px;
    height: 50px;
    color: #3458ca;
    font-weight: 400;
    width: fit-content;
}

.start-btn:hover {
    text-decoration: none;
    background: #3458ca;
    color: #fff;
}

.start-btn i {
    margin-left: 10px;
}


.facts {
    text-align: center;

    padding: 30px 0px;
    border-radius: 10px;
}

.book-appoint .home-form {
    margin-top: inherit;
}

.fact-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #fff;
}

.facts p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.detail-part {
    padding: 60px 0px;
}

.package-slide {

    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin-bottom: 20px;
}

.package-slide img {
    border-radius: 16px;
    /* box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15); */
}

.pack-breadcumb {
    background: url("assets/img/slider-1.png");
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-top: 1px solid #333;
}


.pack-breadcumb::before {
    content: "";
    position: absolute;
    background: #000000b5;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 10px;
}




.pack-breadcumb::after {
    content: "";
    position: absolute;
    background: #000 url(assets/img/pattern.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    background-size: 10px;
}



.pack-breadcumb .bread-nav {
    margin-bottom: 0px;
}



.pack-breadcumb .breadcumb-text {
    padding: 0;
}

.pack-nav li {
    padding: 0px 10px !important;
    position: relative;
    font-size: 14px;
}

.pack-nav li:last-child:after {
    display: none;
}

.pack-nav li:after {
    content: '>';
    position: absolute;
    right: -4px;
}


.right-book {
    border-radius: 10px;
}

.right-book h3 {
    margin-bottom: 15px;
}

.detail-left {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 16px;
}


.detail-left img {
    border-radius: 16px;
    margin-bottom: 20px;
}


.detail-left h1 {
    font-size: 30px;
    margin-bottom: 4px;
    color: #051036;
}

.destination-overview h3 {
    font-size: 1.3rem;
    color: #333;
}

.destination-overview p {
    font-size: 15px;
    color: #727272;
    line-height: 26px;
}

.destination-overview h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

.destination-overview ul {
    padding-left: 20px;
}

.destination-overview ul li {
    font-size: 15px;
    color: #727272;
    margin-bottom: 6px;
}

.table-responsive table thead {
    background: #e20c35;
    color: #fff;
    font-size: 14px;
}

.destination-overview .table {
    border: 1px solid #eee;
}

.destination-overview .table tbody tr td ul li {
    font-size: 13px;
    color: #727272;
    line-height: 21px;
    margin-bottom: 15px;
    list-style: auto;
}

.destination-overview .table thead th {
    text-align: center;
}


.booking-form {
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #dddddd;
    padding: 30px;
    border-radius: 10px;

}

.booking-form form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}


.booking-form form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}

.booking-form form select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 14px;
}

.booking-form form button {
    background: #e20c35;
    width: 100%;
    padding: 13px 0px;
    color: #fff;
    border: 0px;
    border-radius: 4px;
}


.booking-form form h3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #e20c35;
}

.booking-form form p {
    text-align: center;
    color: #717171;
}

.day-wise {
    margin-top: 20px;
}

.day-wise .card {
    margin-bottom: 14px;
    border: 2px solid #305ebc;
    border-bottom: 2px solid #305ebc !important;
    border-radius: 6px !important;
    background: #fff !important;
}

.day-wise .card .card-header {
    background-color: #325bc3;
}


.day-wise .card .card-header button {
    padding: 0px 0px;
    font-weight: 500;
    color: #fff;
}

.review-box {
    margin-top: 23px;
    display: flex;
}

.user-box {
    margin-right: 20px;
}

.user-box img {
    border-radius: 100%;
}


.user-info h3 {
    font-size: 20px;
}

ul.ratings-review {
    padding-left: 0px;
    list-style: none;
    display: flex;
    margin-bottom: 8px;
}

ul.ratings-review li {
    margin-right: 4px;
    color: #ffc900;
}

.user-info h3 {
    font-size: 20px;
    color: #183d8b;
}

.review-box {
    margin-top: 23px;
    display: flex;
    background: #fff;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}

.commnt-form {
    margin-top: 10px;
}

form.commnt-form input {
    width: 100%;

    padding: 12px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 15px;
}

form.commnt-form textarea {
    width: 100%;
    height: 200px;
    padding: 12px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #697488;
    font-size: 15px;
}

form.commnt-form button {
    background: #305ebc;
    border: none;
    color: #fff;
    padding: 10px 32px;
    border-radius: 4px;
}

.map-box {
    border-radius: 20px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    height: 100%;
}

.contact-page {
    padding: 60px 0px;
    background: #fff;
}

.Contact-box-form {
    background: #211e1f;
    padding: 40px;
    border-radius: 20px;
}

.Contact-box-form h2 {
    color: #fdc104;
    font-weight: 600;
}

.Contact-box-form p {
    color: #fff;
}

.Contact-box-form form input {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 28px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
}

.Contact-box-form form select {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 16px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
}


.Contact-box-form form textarea {
    width: 100% !important;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #f3e6e3;
    padding: 28px 16px;
    border-radius: 0px;
    margin-bottom: 16px;
    height: 130px;
    padding-top: 10px;
}

.Contact-box-form form button {
    width: 100%;
    padding: 16px 0px;
    background-color: #fdc104;
    border: 2px solid #fdc104;
    color: #333;
    font-weight: 600;
}

.Contact-box-form form button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

ul.info-list {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.info-list li {
    display: flex;
    margin-bottom: 25px;
    padding: 30px 20px;
    background: #dc8a00;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    width: 100%;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
}

.info-list li i {
    width: 70px;
    height: 70px;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 70px;
    border-radius: 100%;
    font-size: 38px;
    margin-bottom: 11px;
}

.add-info {
    text-align: center;
}

.add-info b {
    font-size: 1.4rem;
}


.add-info p {
    margin-bottom: 0px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

ul.social-section {
    list-style: none;
    padding-left: 0px;
    display: flex;
}

ul.social-section li a {
    width: 40px;
    height: 40px;
    background-color: #211e1f;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 64px;
}

ul.social-section li a:hover {
    background-color: #333;
}

.service-page .cab-service-content h1 {
    margin-bottom: 0px;
}

.add-info p a {
    color: #232324;
    font-weight: 500;
}

/* .single-adderss-block {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
} */

.single-adderss-block h3 {
    font-size: 1.3rem;
}

.sign-up-box {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px #0510360D;

}

.sign-up-box h2 {
    color: #183d8b;
}

.sign-up-box p {
    color: #333;
}

.sign-up-box form input {
    border: 1px solid #eee;
    padding: 24px 16px;
    font-size: 14px;
}

.sign-up-box form textarea {
    border: 1px solid #eee;
    font-size: 14px;
}

.sign-up-box form button {
    background-color: #2d4eb6;
    color: #fff;
    margin-bottom: 10px;
}

.sign-up-box form button:hover {
    background-color: #305ebc;
    color: #fff;
}

.footer-widget {
    position: relative;
}


.zoomin {
    -webkit-animation: zoomin 16s 1;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
    }

}


.service-sction {
    padding: 80px 0px;
    background: url(../assets/img/service-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.service-sction::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fdc104eb;
    left: 0;
    top: 0;
}



.cab-service-box {
    background: #000;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}


.cab-service-content h1 a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #fff;
    margin: 1px 0px;
    display: block;
    font-weight: 700;
}

.cab-service-content h1 {}

.cab-service-content p {
    font-size: 0.9rem;
    line-height: 23px;
    margin-bottom: 10px;
    color: #fff;
    margin-bottom: 18px;
}

a.book-btn {
    background: #fdc202;
    color: #000;
    padding: 12px 29px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 67px;
    display: inline-block;
}

.cab-service-content {
    padding: 20px 0px;
    padding-bottom: 10px;
}


.cab-service-img {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;

}



.cab-service-img img {
    border-radius: 10px;
    transition: transform .5s ease;
}

.cab-service-box:hover img {
    transform: scale(1.1);

}

.view-all-btn a {
    background: #fdc202;
    color: #222;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 120px;
}

.view-all-btn a:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}



@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}







@media only screen and (max-width: 768px) {

    .top-bar {
        display: none;
    }

    .navbar-light .navbar-toggler {
        background-color: #fff;
    }

    .header-contact {
        display: none;
    }

    .carousel-caption {
        display: block !important;
    }

    .banner-text {
        top: -1%;
    }

    .banner-text h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .appoint-form {
        padding: 20px 17px;
        margin-top: 0px;
        border-radius: 18px;
        /* background: #f5f5f5; */
    }

    .appoint-form h3 {
        font-size: 1.3rem;
    }

    .about {
        padding-top: 30px;
    }

    .home-text h3 {
        font-size: 1.7rem;
        font-weight: 600;
    }


    .about-img img {
        margin-bottom: 10px;
    }

    .about-content h1 {
        font-size: 29px;
    }

    .cab-service-box {
        margin-bottom: 16px;
    }

    .part-title h3 {
        font-size: 40px;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 0px;
        color: #ed8500 !important;
    }

    .action-txt h3 {
        font-size: 22px;
    }

    .part-title a {
        color: #000;
        font-size: 0.8rem;
        border-bottom: 2px solid;
        background: transparent;
        padding: 0px 0px;
        font-weight: 500;
        border-radius: 0px;
    }

    .service-box {
        margin: 2px 12px;
    }


    .service-box h3 {
        /* margin-bottom: 0px; */
        line-height: 10px;
    }

    .service-box h3 a {
        font-size: 12px;
        line-height: 0px;
    }


    .service-box h3 span {
        font-size: 0.7rem;

    }




    a.read-btn-link {
        /*background: #fdc202;*/
        padding: 6px 15px;
        font-size: 0.7rem;
    }


    .test-title h3 {
        font-size: 2rem;
    }

    .news-box {
        margin-bottom: 15px;
    }

    .call-action {
        flex-direction: column;
        margin: 20px 10px;
    }

    .call-action p {
        color: #000;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        line-height: 23px;
    }

    .action-txt {
        border: 0px;
    }

    .action-btn {
        text-align: left;
    }


    element.style {}

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    .call-action a {
        background: #000;
        padding: 15px 30px;
        color: #fff;
        font-weight: 500;
        border-radius: 4px;
    }

    .call-btn a {
        font-size: 2.5rem;
        font-weight: 800;
        color: #fff;
    }

    a.call-me {

        font-size: 1.4rem !important;

    }

    .call-btn a i {
        font-size: 1.2rem;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .banner-text p {
        width: 100%;
    }

    .testimoni-box {
        padding: 0px;
        background: #fff;
    }

    ul.info-list {
        flex-direction: column;
    }

    .Contact-box-form {
        padding: 24px;
    }

}

.dest-btn span {
    border: 1px solid;
    /* width: 2px; */
    /* height: 20px; */
    padding: 0px 5px;
    display: inline-table;
    border-radius: 4px;
    font-weight: 500;
    line-height: 20px;
    background: #e28800;
    color: #fff;
    text-align: center;
}


.dest-btn {
    text-align: left;
    background: transparent !important;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000 !important;
    justify-content: space-between;
}

.booknow-btn {
    background: #000 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 10px 0px !important;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    margin: 0px 5px;
}

.later-btn {
    background: #ffffff !important;
    color: #000000 !important;
    text-align: center !important;
    padding: 10px 0px !important;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    margin: 0px 5px;
}

.booking-page form h4 {
    font-size: 15px;
}

.appoint-form form button {
    background: #e28800 !important;
    color: #fff !important;
}

.car-selection {
    display: inline-block;
    cursor: pointer;
}

.car-radio {
    display: none;
    /* Hide the default radio button */
}

.car-label {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.car-radio:checked+.car-label {
    background-color: green;
    color: #fff;
    border-color: #333;
}
