@charset "utf-8";
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Linden+Hill:ital@0;1&family=Marcellus&display=swap');
/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
   font-family: ui-rounded;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #0446d2;
    -webkit-border-radius: 0;
    border-radius: 0
}


* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
   
}

p {
    font-family: "Inter", sans-serif;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/


/* top header */
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.top {
    background-color: #0446d2;
    padding: 5px;
}


.top-icon a {
    color: #fff;
    padding-left: 10px;
}

.top-icon a:nth-child(1n+1) {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
}

.carousel-inner {
    position: relative;
    
    width: 100%;
    overflow: hidden;
}


.top-icon a:nth-child(2) {
    border-right: none;
}

.icon1 i {
    color: #ffffff;
    font-size: 15px;
    padding-right: 4px;
}

.top-follow {
    text-align: end;
    color: #fff;
}

.top-follow a {
    background: #ffffff;
    color: #000000;
    padding: 3px 6px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 13px;
    transition: .3s ease-in-out;
    margin-right: 1px;
}

.top-follow a:hover {
    background-color: #000000;
    color: #fff;
}

/*** Navbar Start ***/
.nav-bar {
       background-color: #fffbf2;
}

.rounded-pill {
    color: #fff !important
}

.top_padding {
    padding-top: 100px
}

.shadow-sm {
    background: #ffffff;
}

.header-carousel {
    margin-top: -116px;
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 14px 14px;
    color: #a89368;
      
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: initial;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
   color: #a89368;
    
}
.bullater{
        list-style-type: none;
    margin-left: 20px;
    margin-top: 26px;
    color: #666666;
}

.bullater .social-icon {
    display: inline-block;
    margin: 4px 4px;
    border: 1px solid #a39266;
    padding: 0px 5px;
    border-radius: 39px;
    color: #aa9168;
    transition: 0.3s;
}

.highlights b{
    color:#c0a170;
    font-weight: 200;
}


.btn-primary {
    color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    border: none !important;
    border-radius: 7px;
}

.rounded-pill {
    border-radius: 57px !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 50%) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c0ae8d !important;
    border-color: #c0ae8d !important;
}

.navbar-light .navbar-brand img {
    width: 330px;

}

.sticky-top .navbar-light .navbar-brand img {
    width: 300px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 15px;
}

.dropdown .dropdown-menu a:hover {
    background: #ae926c;
    color: #ffffff;
}




.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1rem !important;
    clear: both;
    font-weight: 400;
    color: #a99367;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #ffffff00;
    border: 0;
    border-bottom: 1px solid #e1dcdc;
    border-radius: 0px !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0 !important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 !important;
}


.top_social .btn.btn-light {
    color: #ffffff;
    border: none;
    background-color: #004331;
}


.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 11px !important;
    background: #ffffff;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }



}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 2px solid #0044dd;
        color: #0044dd;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-light .navbar-brand img {
       

    }


    .mx-auto {
        margin-right: auto !important;
        margin-left: auto !important;
        border: 1px solid #dddddd;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 20px;
        border: 1px solid #dbdbdb;
    }
}

/*** Navbar End ***/

/* about */
 .about-section {
    margin-top: 0px;
    padding-bottom: 50px;
    padding-top: 80px;
}



.fisttitle {
    margin-bottom: 15px;
    font-weight: 400;

}

.indexline {
    width: 100px;
    height: 3px;
    background-color: #EC8349;
    display: inline-block;
    margin-left: 12px;
}

.fisttitle img {
    margin-right: 8px;
}


.about-text h1 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 7px;
}

.about-text h3 {
    
    font-weight: 300;
}


.darktext {
    color: #fe5c00;
}

.about-text p {
    padding-top: 12px;
    font-size: 16px;
    color: #363636;
}
.about-text b{color:#b2996e;}


.dsd {
    margin-top: 37px;
}

.more-button a {
    color: #000000;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 16px;
    transition: .8s ease-in-out;
}

.dsd a {
   color: #ffffff;
    padding: 10px 20px;
    border-radius: 97px;
    font-size: 16px;
    transition: .8s ease-in-out;
    background-color: #dbb87c;
}
.about-text span{color: #b0996e;}
.why-choose span{color: #b0996e;}

.dsd a:hover {
   background-color: #000000 !important;
    color: white !important;
    border: none;
}

.more-button a:hover {
    background-color: #000000;
    color: white;
    border: none;
}

.about-textimg img {
    object-fit: contain;
    width: 100%;

}

.about-textimg {
    float: inline-end;
}

/* banner */
.indextesti-img img {
    width: 100%;
}


.indextestibg {
    background: #f5f8ff;
}

.indextesti-text {
    margin-top: 38px;
    padding-left: 24px;
    padding-right: 24px;
}

.indextesti-text h1 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 9px;
}

.indextesti-text p {
    color: #424242;
    margin-top: 15px;
}

.heightcolor {
    color: #0d4ae1;
}

.loader {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.dots span {
    width: 6px;
    height: 6px;
    background: #11A211;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.bar {
    width: 103px;
    height: 5px;
    background: #11A211;
    border-radius: 10px;
}

.check-circle {
    height: 21px;
    width: auto;
    fill: #11A211;
    transition: fill 0.3s;
    box-sizing: content-box !important;
    pointer-events: auto;
}

.elementoricon-listtext {

    font-size: 16px;
    font-weight: 400;
    color: #424242;
}

.elementoricon-listitem {
    line-height: 43px;
}

.indexelementor {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 17px;
}

/* features */
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item p {
    display: inline-flex;
    align-items: center;
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    margin: 00px 8px !important;
    transition: .2s ease-in-out;
    margin: 0;
    background: linear-gradient(to right, #fff, #ffc107, #fff);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 70px;
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    padding: 2px 5px;

}

.clint-logo {
    padding-bottom: 50px;
    
}

.features {
    margin-top: 70px;
}

.fgf h2{
    margin: 0px !important;
    padding-bottom: 65px;
}
.marquee__item p img {
    height: 147px;
    margin: 0 auto 5px;
    border-radius: 15px;
    box-shadow: 0 0px 3px #0000002e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee s linear infinite;
    animation: marquee 5s linear infinite;
}
.fgf h2{font-weight: 500!important;}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}


@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.about-facility-list {
    margin-top: 60px;
    display: flex;
}

.about-facility-item {
    width: calc(29.33% - 0px);
    display: flex;
    text-align: center;
}

.about-facility-content {
    justify-items: anchor-center;
    width: calc(100% - 20px);
    border: 1px solid #347087;
    padding: 13px;
}

/* services */
.services-area {
    background: #f5f8ff;
    padding: 45px 0px;
}

.section-hadding h2 {
    text-align: center;
    font-weight: 600;
    color: #0446d2;
}

.section-hadding span {
    color: black;
}



.loader1 {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
}

.dots1 span {
    width: 6px;
    height: 6px;
    background: #11A211;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.bar1 {
    width: 103px;
    height: 5px;
    background: #11A211;
    border-radius: 10px;
}

.spm-bng11 {
    background: #ffffff;
    border-radius: 15px;
    border: #d6d6d6 solid 1px;
}

.mtt {
    margin-top: 140px;
}

.services-item {
    text-align: center;
    background: white;
    padding: 30px 30px;
    margin-bottom: 27px;
    border: 1px solid #1a57d957;

}

.image img {
    height: 84px;
}

.content {
    padding-top: 10px;
    text-align:center;
}


.content h3 {
    font-size: 20px;
    padding-bottom: 6px;
    color:#b0996e;
    font-weight: 600;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
    margin-bottom: 4px;
}


.content p {
    padding-bottom: 22px;
     
    color: #504f4f;
}

.services-btn {
    background: blue;
    padding: 9px 21px;
    color: white;
    border-radius: 7px;
    transition: 0.6s;
}

.services-btn:hover {
    background: rgb(0, 0, 0);
    padding: 9px 21px;
    color: white;
    border-radius: 7px;
}

.section-hadding {
    padding-bottom: 40px;
}

/* location */
.loc-hadding h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    display: inline;
}

.index-line {
    width: 340px;
    background-color: rgb(211 211 211);
    height: 1px;
    display: block;
    margin-top: 5px;
}

.location-list {
    margin-top: 15px;
}

.section-eight .location-tab .location-list.box-wise-list ul {
    list-style: disc !important;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
    width: 100%;
    padding-left: 17px;
}

.section-eight .location-tab ul li {
    margin: 0 2px 10px 0;
    list-style: disc;
}

.section-eight .location-tab .location-list.box-wise-list ul li a {
    font-size: 13px;
    color: #807b72;
    line-height: 4px;
}

.section-eight .location-tab ul li a {
    font-size: 13px;
    color: #807b72;
    line-height: 14px;
    outline: 0;
    position: relative;
    display: block;
    text-transform: capitalize;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}

/* why-video */
.why-video {
    margin-top: 50px;
}

/* Process */
.process-section {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    margin-top: 50px;
}

.process-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}

.process-container::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 10%;
    right: 10%;
    height: 2px;
    z-index: 0;
    border: 2px dashed #0845d2;
}

.process-step {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    width: 250px;
    padding: 20px;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.process-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: 2px dashed #0745d2;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step h3 {
    font-size: 18px;
    color: #111;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}


/*--------------------------------------------------------------
	11. Testimonial Section
--------------------------------------------------------------*/

.testimonial-section {
    position: relative;
    z-index: 0;
    margin-top: 50px;
}

.testimonial-item {
    width: 100%;
}

.reviews-hadding {
    text-align: center;
    padding-bottom: 35px;
}

.reviews-hadding h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 4px;
}

.client-reviews {
    margin-top: 50px;
    margin-bottom: 50px;
}

.reviews {
    text-align: center;
    margin-bottom: 40px;
}

.reviews h2 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 1px;
    border-bottom: 2px solid #39768b;
    display: inline;
}


.reviews p {
    margin-top: 20px;
}

.reviews-box {
    margin: 10px;
    background: white;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 6px 0px #e5e5e5;
    border-radius: 15px;
    height: 240px;
}

.profile-img img {
    height: 50px;
    border-radius: 100%;
    width: 50px;

}

.testimonial-card {
    display: flex;
    align-items: center;
}

.testimonial-card h6 {
    font-size: 17px;
    padding-bottom: 0px;
    font-weight: 600;
    color: #000000;
}

.rating i {
    color: #ffb100;
}

.rating {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clint-text {
    padding-left: 17px;
}

.client-location {
    color: #787878;
    font-size: 14px;
}

.testimonial-card p {
    padding-top: 9px;
}



.client-reviews .owl-prev i {
    font-size: 30px;
}

.client-reviews .owl-next i {
    font-size: 30px;
}

.ti-header {
    text-align: center;
    margin-top: 25px;
}



/* galleri */
.work-gallery {
    margin-top: 60px;
}

.heading-light h5 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #0446d2;
}

.heading-light {
    margin-bottom: 30px;
}

.galleriin1 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.galleriin1 {
    margin-bottom: 25px;
}

.indexgallery {
    margin-top: 60px;
    margin-bottom: 30px;
}


/** FAQ **/

table td {
    font-size: 14px;
    border: 1px solid #d5d5d5;
}

table th {
    border: 1px solid #d5d5d5;
}


table thead {
    background: #0446d21c;
}

.indexfaq {
    margin-top: 50px;
}

.indexfaqleft {
    margin-top: 10px;
}


.indexfaqbox {
    background: #000000;
    border-radius: 10px;
    padding: 15px 15px 20px;
    color: #fff;
    width: 80%;
}

.indexfaqbox i {
    margin-top: -6px;
    font-size: 56px;
    float: left;
    margin-right: 15px;
}

.indexfaqbox h6 {
    font-size: 30px;
}



.accordion-button {
    padding: 1rem 0rem;
    font-weight: 500;
    font-size: 21px;
    font-family: "DM Sans", sans-serif;
}

.accordion-item {
    padding: 18px;
}

.accordion-button:not(.collapsed) {
    color: #3d1500;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-body {
    padding: 10px 0px 10px;
}

.faq-tittle {
    margin-bottom: 10px;
}

.faq-tittle img {
    margin-right: 8px;
}

.darkline {
    color: #EC8349;
}

.Company-text {
    padding-bottom: 25px;
}

.bricks-text p {
    padding-bottom: 13px;
}

.accordion-item {
    background-color: #fff;
    border: none !important;
}

.bricks-text h5 {
    padding-bottom: 10px;
    font-weight: 600;
}

.textcolor {
    color: blue;
}







/* about page */
.breadcrmbg {
    background-image: url(../images/breadcrmbg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 0px 65px;
    text-align: center;
    color: #ffff;
}



.breadcrmbg h1 {
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 5px;
}

.breadcrmbg a {
    color: #ffcc01;
}


.strip_all_tours {
    margin-top: 20px;
    margin-bottom: 50px;
}

.sticky-box2 {
    border-radius: 1rem !important;
}

.sticky-box2 p {
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
}

.sticky-box2 h4 {
    margin-top: 12px;
    color: #000;
    margin-bottom: 8px;
}

.sticky-box1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px #9c9999;
    margin-bottom: 40px;
}



.coammanpage h6 {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 30px;
    font-weight: 600;
    border-bottom: 2px solid #ffcc01;
    display: inline-block;
    margin-bottom: 20px;
}



.coammanpage li {
    line-height: 30px;
    background: url(../images/right.png) no-repeat;
    background-position: 0px 10px;
    padding-left: 25px;
    font-size: 17px;
    margin-bottom: 6px;
}


.service-page {
    margin-top: 30px;
    margin-bottom: 60px;
}

.aboutpagetext h1 {
    border-left: 5px solid #1012f9;
    padding-left: 12px;
    margin-bottom: 18px;
    font-weight: 500;
    color: #232730;
}

.welcometext {
    color: #121111;
    line-height: 27px;
    margin-top: 15px;
}

.welcometext h1 {
    color: #3c3c3c;
    padding-top: 14px;
    padding-bottom: 10px;
    font-weight: 700;
    border: none;
    padding-left: 0px;
}

.product-enquiry {
    margin-top: 50px;
}

/* contact page */
.commanpage {
    padding: 40px 0px;
}

.aboutuspage h6 {
    border-bottom: 2px solid #fea201;
    color: #2867F0;
    font-size: 20px;
    font-weight: 600;
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.aboutuspage h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
}

.aboutuspage ul li {
    line-height: 24px;
    padding: 5px 0px 5px 15px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 0px 13px;
}

.aboutuspage h1 {
    font-size: 24px;
    padding-bottom: 15px;
}

.getquotinput {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 8px 15px;
    color: #333333;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    font-weight: 600;
}

.getquotbutton {
    width: 100%;
    border: none;
    padding: 8px 10px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    background: #1113f7;
    margin-top: 20px;
    font-weight: 600;
}


.contpage i {
    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid #1212f8;
    border-radius: 100%;
    color: #1212fb;
    font-size: 28px;
    text-align: center;
    padding: 3px;
}

.map iframe {
    width: 100%;
    height: 450px;
}

.projectindex {
    margin-top: 40px;
    margin-bottom: 60px;
}

.projectindex h4 {
    margin-bottom: 20px;
}


.shop-detail-slider img {
    background: white;
    box-shadow: 0px 0px 13px 0px gainsboro;
    width: 100%;
    object-fit: contain;
}




.about-facility-list {
    margin-top: 60px;
    display: flex;
}

.about-facility-item {
    width: calc(29.33% - 0px);
    display: flex;
    text-align: center;
}

.elementskit-info-box-icon {
    width: 64px;
    margin-bottom: 10px;
}

.dVxaYM {
    height: 60px;
    width: auto;
    fill: rgb(52 112 135);
    box-sizing: content-box !important;
    pointer-events: auto;
}

.about-facility-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #da812442;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.about-facility-item .icon-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-facility-item:hover .icon-box:before {
    transform: scale(1);
}

.about-facility-item .icon-box img {
    max-width: 24px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.about-facility-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.about-facility-content {
    justify-items: anchor-center;
    width: calc(100% - 20px);
    border: 1px solid #347087;
    padding: 13px;
}

.about-facility-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-facility-content p {
    margin-bottom: 0;
}


/* Form */
.faqhadding {
    text-align: center;
}

.faqhadding h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 3px;
}

.faqhadding p {
    padding: 0px 100px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.faqhadding span {
    color: #0446d2;
}

.accordion-item {
    border: none !important;
}

.concact-sect {
    position: relative;
    z-index: 1;
    padding: 70px 0px;
    margin-top: 80px;
    background-color: #fff4d9;
}

.form-area {
   background: #ffffff8a;
    width: 100%;
    padding: 40px 28px 40px;
}

.formbox {
    margin-bottom: 21px;
}

.concact-sect select,
.concact-sect textarea,
.concact-sect input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 7px;
    outline: none;
    margin-bottom: 15px;
    border: 1px solid #0000001f;
}

.conta-box {
    box-shadow: 0px 0px 4px rgb(198, 196, 196);
}

.contact-detl {
    padding: 25px;
    background: white;
}

.contact-detl a {
    color: var(--color-one);
    font-weight: 500;
    font-size: 18px;
    transition: all 250ms linear;
}

.socaial-icons {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.formbox .title1 {
    font-weight: 600;
    font-size: 30px;
    color:#b0996e;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 45px;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
}


.ghhg {
    padding: 10px 30px;
    border-radius: 47px;
    outline: none;
    margin-bottom: 15px;
    border: 1px solid #ad8400;
}

.socaial-icons li {
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #0000006e;
    padding: 3px;
    border-radius: 100%;
}

.concact-sect .socaial-icons li a {
    color: black;
    font-size: 15px;
    width: 35px;
    height: 35px;
    padding: 4px;
}


/* key */
.Factors-img {
    background: #e9f0ff;
    padding: 20px;
    border-radius: 7px;
}

.Factors-img img {
    width: 100%;
    border-radius: 20px;
}

.Factors-hadding h2 {
    font-size: 31px;
    font-weight: 600;
    color: rgb(4, 70, 210);
    margin-bottom: 7px;
}


.Factors-hadding span {
    color: #000000;
}

.scroll-container {
    max-height: 471px;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #ddd;
    background: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.scroll-container p {
    margin-bottom: 30px;
}

.Factors-section {
    margin-top: 30px;
}

.section-eight {
    margin-top: 60px;
}


.callimg {
    display: none;
}




/* about page */
.breadcrmbg {
    background-image: url(../images/HKS-Carg-Packers-and-movers-Background-Image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 0px 0px;
    text-align: center;
    color: #ffff;
}

.aboutbanner-background {
    background: #0000003d;
    padding: 90px 0px;
}



.breadcrmbg h1 {
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 5px;
}

.breadcrmbg a {
    color: #ffcc01;
}

.containerrr {
    border: 1px solid #cfcfcf;
}


.containerrr:hover .image {
    opacity: .3;
    box-shadow: 0 0 5px 2px #838fe4;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.corporate-giants {
    margin-top: 70px;
}

/* counter */
.bg-dark {
    background-color: #f5f8ff !important;
    padding: 50px 0px;
    margin-top: 60px;
}

.counter-section {
    margin-top: 60px;
}

.section-title1 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.bg-dark.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px !important;

}

.section-title1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: beige;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(4 70 210 / 33%);
    border-radius: .25rem;
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
}

.card i {
    font-size: 2.5rem !important;
    color: #404040;
}

.card-cunt {
    font-size: 40px;
    font-weight: 700;
    color: #404040;
}

.card-text {
    font-size: 1rem !important;
}

.celebrating-text h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #0446d2;
}

.celebrating-text span {
    color: black;
}

.celebrating-text p {
    color: #424242;
    margin-top: 15px;
}


.celebrating-text {
    padding-bottom: 35px;
}

.markdown p {
    color: dimgray;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}


.founder-img {
    background: #e9f0ff;
    padding: 20px 20px 150px;
    border-radius: 7px;
}


.founder {
    background-color: #f7f9fb;
    padding: 70px 0px;
}


.product-box {
    background: #0446d214;
    padding: 15px;
    margin: 0px 10px;
    border-radius: 5px;
}

.certifications .owl-prev {
    display: none;
}

.certifications .owl-next {
    display: none;
}

.service-box img {
    height: 340px;
    width: 100%;
}

.certifications {
    margin-top: 60px;
    margin-bottom: 60px;
}



/* Defense Shifting */
.defense-text h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 9px;
}

.defense-text h3 {
    font-weight: 400;
    font-size: 25px;
    color: #2e71ff;
    margin-bottom: 10px;
}

.defense-text p {
    margin-top: 18px;
}

.defenseshifting-img img {
    width: 100%;
    border-radius: 10px;
}

.defenseshifting-services {
    margin-top: 60px;
}


.ft-about-feature-wrapper-2 .ft-about-feature-list-item {
    margin-bottom: 30px;
    padding: 18px 15px 20px 15px;
}

.ft-about-feature-list-item {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 7px 14px 0px rgb(74 69 69 / 15%);
    box-shadow: 0 7px 14px 0px rgba(100, 99, 99, 0.15);
    border: 1px solid #0446d257;
    background: #0000ff0a;
}

.ft-about-feature-list-item .ft-about-feature-text {
    margin-top: 5px;
    max-width: 100%;
}

.ft-about-feature-list-item .ft-about-feature-text h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.ft-about-feature-list-item .ft-about-feature-text p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.feature-img img {
    width: 100%;
}

.defense-shiftinghadding {
    margin-top: 60px;
    margin-bottom: 30px;
}

/* contact page */
.commanpage {
    padding: 40px 0px;
}

.contpage i {
    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid #0446d2;
    border-radius: 100%;
    color: #0446d2;
    font-size: 28px;
    text-align: center;
    padding: 3px;
}

.contactfill {
    border: 1px solid gainsboro;
    padding: 30px;
}


.our-branches {
    text-align: center;
    background: #ffff;
    padding: 30px;
    border-radius: 9px;
    box-shadow: 0px 0px 13px 0px #e4e3e3;
}

.our-branches h3 {
    padding-bottom: 11px;
}

.our-branches p {
    padding-bottom: 27px;
}

.branchescontainer {
    background: #0000ff0a;
    padding: 60px 0px;
}

.whatsspp {
    background: #11a211;
    padding: 10px 21px;
    color: white;
    border-radius: 4px;
    transition: 0.6s;
}

.whatsspp:hover {
    background: rgb(0, 0, 0);
    color: white;
    border-radius: 7px;
}

.blogimg img {
    width: 100%;
}

.blog-text {
    background: white;
    padding: 24px 20px;
}

.ast-blog a {
    font-size: 15px;
    text-decoration: underline !important;
    color: #0446d2;
}

.blog-text h2 {
    line-height: 25px;
    padding-top: 9px;
    padding-bottom: 11px;
}

.daymoving {
    font-size: 1.25rem;
    text-decoration: underline !important;
    color: #000 !important;
}

.posted-by {
    color: #0446d2;
    font-size: 14px;
}

.posted-by a {
    text-decoration: underline !important;
    color: #0446d2;
}

.blog-text p {
    font-size: 15px;
    padding-top: 15px;
}

.indexblog {
    background: #0000ff12;
    padding: 50px 0px;
}




.requst-img img {
    width: 100%;
    border-radius: 12px 12px 12px 12px;
    height: 370px;
    object-fit: cover;
}


.requst-text {
    padding-left: 50px;
}

.requst-text img {
    width: 100%;
}

.requst-text p {
    margin-bottom: 20px;
}



.inquiry {
    margin-top: 40px;
}

.elementor-icon-box-wrapper {
    margin-top: 26px;
    margin-bottom: 26px;
}


.elementor-icon-box-title span {
    font-size: 16px;
    margin: 0;
}

.elementor-icon-box-description {
    font-size: 24px;
}



.forminpt {
    background: #fff;
    border-radius: 12px 12px 12px 12px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -116px;
}

.forminpt h4 {
    font-size: 34px;
    color: #200043;
    padding-bottom: 32px;
}

.wpcf7-text {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    color: #200043;
    border-radius: 8px;
    background: #ffff;
    font-size: 14px;
    outline: none;
}

.wpcf7-form-control.wpcf7-select,
select {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    color: #200043;
    border-radius: 8px;
    background: #ffff;
    font-size: 14px;
    outline: none;
}


.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
    border-radius: 8px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    color: #200043;
    border-radius: 8px;
    outline: none;

}





.wpcf7-submit {
    background: #f26e1d;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    height: 100%;
    border-radius: 8px;
    line-height: inherit;
    z-index: 9;
    position: relative;
    font-family: var(--themeht-typography-secondary-font-family);
    font-size: 16px;
    font-weight: 500;
}


.wpcargo {
    background: #f3f3ff;
    padding: 30px 14px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.track_form_tr {
    display: flex;
    gap: 20px;
}

.track_form h4 {
    font-size: 20px;
    padding-bottom: 39px;
}

.fillinputform {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 810px;
    padding: 10px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #475569;
    outline: none;
    border: #cdcdcd !important;
}

.wpcargo-btn {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: blue;
    background-color: blue;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 5px;
    transition: 0.6s;
}

.wpcargo-btn:hover {
    background-color: black;
    color: #fff;
}


.txcode h4 {
    font-size: 20px;
    margin-top: 17px;
}


.header-title {
    border-bottom: 1px solid #858b89;
    font-size: 1.3rem;
    margin-bottom: 1.6em;
}

.shipper-details {
    margin-bottom: 1.6em;
}

.comp_logo {
    padding-bottom: 5px;
}

.hkqrcode {
    margin: 30px 0px;
}

.outfor {
    background-color: #ababab;
    line-height: 1.3;
    padding: 13px 0 12px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 1.6em;
}

.wpcargo-label-info {
    margin-bottom: 1.6em;
}

.wpcargo-label {
    font-weight: 700;
    margin: 0;
}

.bgtrackingdata {
    background: #e8e8ff85;
    padding: 30px 15px;
    margin-bottom: 50px;
}


.history-row {
    background-color: white;
}

.history-data {
    border-bottom: 1px rgb(214, 214, 214) !important;
}


.tabledata {
    background-color: #00a924;
    color: #fff;
}

.tabledata th {
    border-bottom: none !important;
}



.package-row {
    background: white;
}









.faqHomes {
    background: #f1f8fb;
}


.faqHomes .accordion-button:not(.collapsed) {
    color: #fff;
    background: #09334f;
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.faqHomes {
    float: left;
    width: 100%;
    margin: 0;
    padding: var(--section_space);
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e1f5ff;
}

.title_1 {
    color: #09334f;
    font-size: 50px;
    line-height: var(--mainTitle_size_line);
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.maxWidth {
   font-size: 20px;
    line-height: var(--text_20_line);
    color: #282828;
    text-align: center;
    max-width: 950px;
    margin: 10px auto 20px;
}


.faqHomes .accordion-button {
    padding: 12px 15px;
    font-size: 22px;
    font-weight: 600;
    background: #fff;
}


.clearfix {
    width: 100%;
    clear: both;
    display: block;
}


.faqHomes .accordion {
    border: 0;
}

.accordion {
    overflow: hidden;
    margin-bottom: 20px;
}


.faqHomes .accordion-item {
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
}

.faqHomes .accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
}

.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    background-color: #f4f4f4;
}


.faqHomes {
    float: left;
    width: 100%;
    margin: 0;
    padding: var(--section_space);
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e1f5ff
}

.faqHomes:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f1f8fb;
    background-repeat: no-repeat;
    border: solid #f1f8fb;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px
} 

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.faqHomes .accordion-button:focus, .faqHomes .accordion-button:hover {
    color: #fff;
    background: #09334f;
    box-shadow: none;
}

.faqsContent {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.faqsContent ul {
    max-width: 100%;
    margin: 50px auto 0;
    padding: 0
}

.faqsContent ul li {
    padding: 20px 0;
    position: relative;
    list-style: none
}

.faqsContent ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5 !important;
    border: none
}

.faqsContent ul li:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 3px;
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 0 5px;
    color: #d2f1ff;
    border-radius: 50%
}

.faqsContent ul li.active:before {
    color: #09334f;
    transition: all .3s ease-in-out
}

.faqsContent ul li .title_5 {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #282828;
    cursor: pointer;
    z-index: 5;
    cursor: default
}

.faqsContent ul li article {
    margin: 5px 0 5px;
    padding-left: 30px;
    position: relative;
    display: block
}

.faqsContent ul li article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #09334f
}

.faqsContent ul li article p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px
}

.accordion-body {
    padding: 1rem 1.25rem;
}


/* banner */
.carousel-caption h1{
    font-size: 50px;
}
.carousel-caption {
    position: absolute;
    top: 150px!important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
      text-align: center; 
}


.carousel-indicators [data-bs-target] {
    display: none;
}

.index-text {
    border-right: 1px solid gainsboro;
}

.index-text h1 {
    font-family: ui-rounded;
    font-size: 31px;
    font-weight: 500;
    color:#b59057;
    margin-bottom: 11px;
}

.index-text p {
    color: #484848;
    margin-bottom: 11px;
}

.promise {
    color: #ac9467;
    font-size: 17px;
}

.haddingbox {
    padding: 28px 28px;
    margin-top: -70px;
    background-color: #FFFFFF !important;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 10;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    z-index: 9;
    position: relative;
    align-items: center;
}


.highlights p {
    color: #2c2c2c;
    padding-bottom: 6px;
}

.highlights {
    text-align: end;
}


.about-text {
    margin-left: 20px;
}

.about-text h2 {
    /* font-family: 'Marcellus', Georgia, "Times New Roman", serif; */
    font-weight: 600;
    font-size: 40px;
    color: #000000;
}


.counter-area-1 {
    background-color: #fff !important;
    padding: 64px 0;
}


.why-choose {
    margin-top: 40px;
    margin-bottom: 40px;
}


.why-text h3 {
font-family: 'Marcellus', Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 21px;
}

.why-text p {
    color: #666666;
    line-height: 24px;
    font-size: 17px;
    text-align: justify;
}

.counter-card {
    background-color: #ffffff0f;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    /* box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); */
    padding: 20px;
    text-align: center;
    border: 1px solid #00000017;
}


.counter-card_number {
    font-size: 50px;
    margin-bottom: 12px;
  
    color: #000000;
}


.counter-card_title {
    font-size: 20px;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
    color: gray;
}


/* our services */

.features {
    background-color: #fffbf2;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    padding: 70px 0px 70px;
}

.services-hadding h2 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 41px;
    
}

.services-hadding h2 {
    color:#b0996e;
    font-size: 41px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 45px;
}
.destination-div h2{color:#b0996e;}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center!important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 20px 30px;
    border-radius: 13px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 27px;
}

.feature-item img {
    width: 100px;
    margin-bottom: 10px;
}

.destination-div {
    background-color: #ffffff;
    padding: 60px 0px;
}


.city-card {
    border-radius: 12px;
    overflow: hidden;
    background: #b0996e;
    /* box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); */
    transition: 0.3s;
    margin-bottom: 27px;
}

.city-card:hover {
    transform: translateY(-5px);
}

.card-img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 15px;
    text-align: center;
}

.card-body h3 {
    margin: 0;
    font-size: 23px;
    color:#ffffff;
    font-weight: 600;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
}
.bocx{
    background-color: #b099730d;
    padding: 15px;
    border-radius: 16px;
}


.testimonial-area-8 {
    margin-top: 0px;
    padding-top: 70px;
    
}

.Wedding {
    color:#b90e0e!important;
}
.Haldi{color:#fdc600!important;}
.Sangeet{color:#b81b60!important;}
.Sangeet{color:#b81b60!important;}
.Cocktail{color:#77c7de!important;}
.Engagement{color:#ffa18d!important;}
.Dj{color:#1f191b!important;}
.quote-icon img {
    width: 100px;
    border-radius: 52px;
}

.testi-box.style3 {
    padding: 30px;
    text-align: center;
    margin-top: 20px;
}

.testi-box_text {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    margin-top: 23px;
}

.testi-box_name {
    font-weight: bold;
    color: #ad8400;
    margin-bottom: 5px;
    font-size: 22px;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
}

.testi-box_desig {
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
    font-size: 19px;
    color: #3e3e3e;
}


.testimonial-area-8 .owl-prev {
    position: absolute;
    left: 14px;
    top: 196px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    
    padding: 0px 9px 0px 9px;
}

.testimonial-area-8 .owl-next {
    position: absolute;
    right: 14px;
    top: 196px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 9px 0px 9px;
}

.testimonial-area-8 .owl-prev i {
    font-size: 52px;
    color: #ad8400;
}

.testimonial-area-8 .owl-next i {
    font-size: 52px;
    color: #ad8400;
}


.services-hadding1 h2 {
    color: #b0996e;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    
}




.services-hadding {
  text-align: center;
}




.services-hadding p {
  color: #2c2c2c;
  padding-bottom: 18px;
}


.products-section {
  margin-top: 80px;
}

.gdff {
  background-color: #f5f2eb;
  padding: 50px 0px 210px;
  border-radius: 20px;
}


.portfolio-wrap.style2 {
    position: relative;
    overflow: hidden;
    display: block;
}

.slideimg {
  margin-top: -160px;
}



.slideimg .owl-next i {
  position: absolute;
  right: -5px;
  top: 166px;
  font-size: 24px;
 
  color: #ffffff;
  border-radius: 100%;
  padding: 3px 6px 2px 7px;
  background: #000000;

}

.slideimg .owl-prev i {
    position: absolute;
    left: -5px;
    top: 166px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 100%;
    padding: 3px 6px 2px 7px;
    background: #000000;
    /* box-shadow: 0px 0px 8px #c9c7c7; */
}


.portfolio-wrap.style2 .portfolio-thumb img {
    width: 100%;
    border-radius: 20px;
    height: 385px;
    object-fit: cover;
}

.portfolio-thumb {
    margin: 0px 10px;
}

.clint-logo h2{color:#b0996e;}
 

.wedding-card {
    position: relative;
    width:540px;
    border-radius: 15px;
    overflow: hidden;
    margin: 50px auto;
}

.wedding-card img {
    width: 100%;
  
    object-fit: cover;
    display: block;
}

/* Dark overlay */
.overlay {
   position: absolute;
    bottom: 0;
    width: 100%;
    height: 28%;
    background: linear-gradient(to top, rgb(0 0 0 / 100%), #0000002e);
}

/* Text */
.card-text {
    position: absolute;
    bottom: 34px;
    width: 100%;
    text-align: center;
}

.card-text h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
}

.gfds {
    margin-bottom: 15px;
}


.recent-weddings {
    margin-top: 40px;
    padding-top: 70px;
}



.recent-weddings .owl-next i {
  position: absolute;
  right: 1px;
  top: 216px;
  font-size: 24px;
  box-shadow: 0px 0px 8px #c9c7c7;
  color: #ad8400;
  border-radius: 100%;
  padding: 3px 6px 2px 7px;
  background: white;

}

.recent-weddings .owl-prev i {
  position: absolute;
    left: 1px;
    top: 216px;
    font-size: 24px;
    color: #ad8400;
    border-radius: 100%;
    padding: 3px 6px 2px 7px;
    background: white;
    box-shadow: 0px 0px 8px #c9c7c7;
}


.features-barand {
    margin-top: 30px;
}


.faq-section {
background-color: #fefaf1;
padding: 70px 0px;
}




/** FAQ **/
.indexfaq {
    padding: 30px 0px;
}

.indexfaqleft {
    margin-top: 10px;
}

.indexfaqleft h5 {
    font-size: 50px;
    padding: 0px 0px 20px 0px;
    font-weight: 600;
}

.indexfaqbox {
    background: #000000;
    border-radius: 10px;
    padding: 15px 15px 20px;
    color: #fff;
    width: 70%;
}

.indexfaqbox i {
    margin-top: -6px;
    font-size: 56px;
    float: left;
    margin-right: 15px;
}

.indexfaqbox h6 {
    font-size: 26px;
}

 .accordion-item {
    background-color: #fff;
    padding: 0px 25px;
    border: 1px solid #b0996e !important;
    margin-bottom: 25px;
    background-color: #ffffff;
    border-radius: 21px;
}

.accordion-button {
    padding: 1rem 0rem;
    font-weight: 500;
    font-size: 19px;
    font-family: "DM Sans", sans-serif;
}

.accordion-button:not(.collapsed) {
    color: #3d1500;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-body {
    padding: 10px 0px 10px;
}

.faq-tittle {
    margin-bottom: 10px;
    font-weight: 500;
    color: #ff9000;
}

.faq-tittle img {
    margin-right: 8px;
}

.darkline {
    color: #EC8349;
}

.Company-text {
    padding-bottom: 25px;
}

.bricks-text p {
    padding-bottom: 13px;
}

.bricks-text h5 {
    padding-bottom: 10px;
    font-weight: 600;
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 0px !important;
    font-size: 20px;
    color: #b0996e;
    text-align: left;
  
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}


 

 





/*footer*/
.footer-section {
   padding: 70px 0px;
    background: #fff4d9;
}

.footer-section h2 {
  letter-spacing: 2px;
}

.social-icon {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #000000;
    padding: 8px 12px;
    border-radius: 9px;
    color: #040404;
    transition: 0.3s;
}

.social-icon:hover {
  background: #ad8400;
  color: #fff;
}

.footer-section hr {
  border-color: #000;
  opacity: 0.3;
}

.copy-right a {
    color: blue;
}

.jhrtj {
    position: fixed;
    z-index: 99999;
    display: block;
    width: 50px;
    right: 12px;
    bottom: 70px;
}

.jhrtjj {
    position: fixed;
    display: block;
    z-index: 99999;
    width: 50px;
    right: 14px;
    bottom: 120px;
}


.footer-logo img {
margin-bottom: 20px;
}

.contacttext {
    border-top: 1px solid #ab916b;
    border-bottom: 1px solid #ab916b;
    padding: 27px 0px;
}
.footer-text{color:#a89167;}
.fw-semibold {
    font-size: 20px;
    padding-bottom: 5px;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
}

.small {color:#a89167;}


.footer-text:nth-child(1n+1) {
    display: inline-block;
     
}
.bradcome {
     
    text-align: center;
    padding-top: 420px;
    color: #aa9266;
     
}
.footer-text img {
    width: 220px;
    animation: shake 0.8s infinite;
}
@keyframes shake {
   0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-6px);
  }
  70% {
    transform: translateY(-4px);
  }
}

.footer-text :nth-last-child(1) {
    border: none !important;
}