@charset "utf-8";
/***** Design By Rajnish 5.1.3 HTML 5 *****/
@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');
/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Inter", sans-serif;

}

::-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;
    font-family: "Inter", sans-serif;
}

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;
}

.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: #fff;
}

.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: 15px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 10px 10px;
    color: #000000;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #000;
}

.btn-primary {
    color: rgb(0, 0, 0);
    background-color: rgb(4 70 210);
    border: none !important;
    border-radius: 7px;
}

.rounded-pill {
    border-radius: 7px !important;
}

.navbar-light .navbar-brand img {
    height: 64px;

}

.sticky-top .navbar-light .navbar-brand img {
    height: 51px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #0446d2;
    color: #ffffff;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    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;
}

.footertext img{
    background-color: #fff;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 14px !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 {
        height: 53px !important;

    }


    .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: 60px;
}



.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 {
    color: #0446d2;
    font-weight: 300;
}


.darktext {
    color: #fe5c00;
}

.about-text p {
    padding-top: 12px;
    font-size: 16px;
    color: #3e3e3e;
}


.dsd {
    margin-top: 30px;
}

.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: 7px;
    font-size: 16px;
    transition: .8s ease-in-out;
    background-color: #0446d2;
}

.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;
    margin-top: 15px;
}

/* banner */
.indextesti-img img {
    width: 100%;
}


.indextestibg {
    background: #f5f8ff;
}

.indextesti-text {
   margin-top: 27px;
    padding-left: 24px;
    padding-right: 24px;
}

.indextesti-text h1 {
   font-size: 32px;
    font-weight: 600;
    margin-bottom: 9px;
}

.indextesti-text p {
   color: #424242;
    margin-top: 11px;
    font-size: 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: 40px;
}

.indexelementor {
   display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 15px;
}

/* 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;
    border: 1px solid #dddddd;
    padding: 14px 25px;

}

.features {
    margin-top: 0px;
    margin-bottom: 20px;
}

.marquee__item p img {
    height: 80px;
    padding-right: 13px;
}


.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 70s linear infinite;
    animation: marquee 70s linear infinite;
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 70s linear infinite;
    animation: marquee 70s 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: 0px 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: 14px;
}

.content h3 {
    font-size: 23px;
    padding-bottom: 6px;
}

.content p {
    padding-bottom: 22px;
}

.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 0px;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.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: #e5e5e5;
    border-radius: 12px;
    text-align: center;
    width: 260px;
    margin-left: 35px;
    padding: 10px;
    /* margin: 0px; */
    position: relative;
    z-index: 1;
} 
.process-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    border: 2px dashed #0745d2;
    margin: 0px auto 8px;
    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;
    
}

.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;
}



.owl-prev {
    position: absolute;
    left: -17px;
    top: 101px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    border: 1px solid;
    padding: 0px 9px 0px 9px;
}

.owl-next {
    position: absolute;
    right: -17px;
    top: 101px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 9px 0px 9px;
    border: 1px solid;
}

.owl-prev i {
    font-size: 20px;
}

.owl-next i {
    font-size: 20px;
}

.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: 0px;
}

.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;
}


/*footer*/
.footer-counter {
    padding: 50px 0px;
    background: #0446d2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}


.footertext {
    color: white;
}

.footertext img {
    padding-bottom: 20px;
    height: 100px;
}

.footertext p {
    font-size: 16px;
    font-weight: 300;
}


.footertext ul {
    display: flex;
    padding-top: 15px;
}

.footertext a {
    padding: 0px 5px;
    color: white
}

.footertext a:hover {
    color: rgb(255, 255, 255);
    transform: translate3d(1.57013e-114px, 6.87853e-115px, 0px);

}

.submit {
    background-color: #347087;
    outline: none;
    padding: 10px 20px;
    display: table;
    color: #fff;
    border: none;
    border-radius: 30px;
    transition: .8s ease-in-out;
}

.footerlinks h3 {
    padding-bottom: 20px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}



.footerlinks li a {
    color: #fff;
    font-weight: 300;
    line-height: 35px;
}

.footerlinks a:hover {
    color: rgb(255, 255, 255);
}


.footerlinks i {
    margin-right: 5px;
}

.footerlinkcont {
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    overflow: clip;
}


.footerlinkcont i {
    margin-right: 9px;
    margin-top: 2px;
}


.copy-right {
    text-align: center;
    padding: 8px 0px;
    background: #003bb91c;
}

.copy-right p {
    margin: 0px;
    color: #000000;
    font-weight: 400;
}

.copy-right a {
    color: blue;
}

.jhrtj {
    position: fixed;
    z-index: 99999;
    display: block;
    width: 50px;
    right: 12px;
    bottom: 70px;
}

 




/* 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: 60px 0px;
    margin-top: 60px;
    background: #f5f8ff;
}

.form-area {
    background: #ffffff;
    width: 100%;
    padding: 45px;
}

.formbox {
    margin-bottom: 21px;
}

.concact-sect select,
.concact-sect textarea,
.concact-sect input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 15px;
}

.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-size: 35px;
    color: black;
    font-weight: 600;
    line-height: 1.18;
    font-family: var(--font-two);
}

.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: 30px 0px;
    margin-top: 50px;
    
}

.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: #0446d212;
    background-clip: border-box;
    border: 1px solid rgb(4 70 210 / 33%);
    border-radius: .25rem;
    text-align: center;
    padding: 20px 20px;
    border-radius: 10px;
}

.card i {
    font-size: 30px;
    color: #0446d2;
}


.card-cunt {
    font-size: 30px;
    font-weight: 600;
    color: #0446d2;
}

.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: 20px 27px 40px;
    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;
}
.bottomicon{display: none;}
.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;
}

.pera-content ul li {
    list-style: disc !important;
    margin-left: 20px;
}






.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;
}


