@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: #89161b;
    -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: 13px !important;
    padding-bottom: 13px !important;
}

.top {
    background-color: #89161a;
    padding: 8px;
}

.company-logo img {
    width: 110px;
    background: #fff;
    padding: 6px 20px;
}


.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-icon a {
    color: #fff;
    padding-left: 10px;
}

.jhrtjj {
    position: fixed;
    display: block;
    z-index: 99999;
    width: 50px;
    right: 14px;
    bottom: 120px;
}

.top-icon a:nth-child(1n+1) {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 15px;
}

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

.rounded-pill {
    color: #000000 !important;
}

.top_padding {
    padding-top: 100px
}

.shadow-sm {
    background: #ffffff;
}

.header-carousel {
    margin-top: -116px;
}

.products-slid:hover {
        -webkit-transform: scale(0.9);
    transform: scale(0.9);

}

.products-slid {
       -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

}




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

.btn-primary {
    color: rgb(0, 0, 0);
    
    border: 1px solid #000000 !important;
    border-radius: 30px;
    background: none !important;
}

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

.navbar-light .navbar-brand img {
    height: 60px;
    
    padding: 7px 10px;

}

.man-top {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.sticky-top .navbar-light .navbar-brand img {
    height: 60px;
    padding: 7px 10px;
}

.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: #89161a;
    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{
 
    margin-bottom: 16px;
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 14px;
    background: #ffffff;
    transition: .5s;
    opacity: 1;
    overflow: scroll;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        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;
        background: white;
        color: black !important;
    }
}

/*** Navbar End ***/

/* about */
.about-section {
    margin-top: 60px;
}

.menu-underline{
    position: relative;
}

.menu-underline::before{
    background-color: #89161a;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 50%;
    right: 50%;
    position: absolute;
    transition: .5s;
}

.menu-underline:hover::before{
    left: 0;
    right: 0;
}


.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0rem !important; 
}


.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: 35px;
    font-weight: 700;
    margin-bottom: 14px;
    color: rgb(137, 22, 26);
}

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

.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;
}
.top-follow .instagram {background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7)!important}
.top-follow .facebook {background-color:#3b5998!important; }
.top-follow .twitter {background-color:#1DA1F2!important;}
.top-follow .youtube {background-color:#CD201F!important;}

.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: -8px;
    top: 139px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    border: 1px solid;
    padding: 0px 9px 0px 10px;
}

.owl-next {
    position: absolute;
    right: -8px;
    top: 139px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 9px 0px 10px;
    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%;
}

.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 {
    background: url(../images/footer-1.jpeg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    padding: 70px 0px 70px;
}



.footertext {
    color: white;
}

.footertext img {
    width: 290px;
}

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

.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: #78201f;
    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;
    background: #ffffff;
}

.form-area {
    background: #831313;
    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: #ffffff;
    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/breadcrmbg-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 190px 0px 70px;
    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;
    background-color: #ffffffd6;
    border: 1px solid rgb(60 60 60 / 56%);
    border-radius: .25rem;
    text-align: center;
    padding: 20px 20px;
    border-radius: 10px;
    align-items: center;
}

.card i {
    font-size: 30px;
    color: #89161b;
}


.card-cunt {
    font-size: 38px;
    font-weight: 600;
    color: #89161b;
}

.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 #78201e;
    border-radius: 100%;
    color: #78201f;
    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;
}



.video_banner video {
    height: calc(100vh - 0px);
    object-fit: cover;
    width: 100%;
    border: none;
    display: block;
    object-position: bottom;
}

.formclass button{color: #fff!important;
                 border-color: #fff!important}

.text-overlap {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: left!important;
    right: 0;
    top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 100px 0px 0px 0px;
    text-align: center;
}

.text-overlap h1 {
   font-size: 55px;
   text-transform: capitalize;
   margin-bottom: 20px;
   font-weight: 700;
   color: #ffffff;
}

.text-overlap h2
{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}

.video_banner:before {
    position: absolute;
    content: "";
    top: 0px;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background: #0000002b;
    opacity: 0.8;
}


.text-overlap a {
    background-color: #89161a;
    padding: 12px 35px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
}


.testimonial-bg {
    padding: 80px 0 90px 0px;
    height: 100%;
    position: relative;
    background: linear-gradient(0deg, #ffffff 0%, #ffbdbf 35.66%, #ffeaeb 64.08%, #fff 100%);
    margin-top: 0px;
}

.products-slid {
    background: #fff;
    padding: 17px;
    text-align: center;
    border: 1px solid gainsboro;
    align-items: center;
    border-radius: 30px;
    margin: 0px 7px;
}

.catagoryName {
    padding: 0px 0px;
    color: black;
}

.catagoryName span {
    font-size: 16px;
    margin-top: 10px;
}

.catagoryName span {
    display: block;
    font-weight: 700;
    color: #0a0a0a;
    line-height: 24px;
}

.rangePic img {
    width: 100%;
    background: white;
    border-radius: 33px;
}

.about_sec::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/about.png);
    background: linear-gradient(0deg, #ffffff 0%, #ffffffc2 35.66%, #ffffff85 64.08%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 2;
}

#about-sec video {
    position: absolute;
    height: 100%;
}

.about_sec .container {
    position: relative;
    z-index: 100;
}

#about-sec {
    padding: 0px 4px 62px;
    margin-top: 20px;
}
.about_sec {
    position: relative;
}

.about-tag h6 {
    padding-bottom: 11px;
}

.section-3, .section-5 {
    background: url(../image/section-bg3.png) no-repeat;
    padding: 25px 0;
    background-size: cover;
}

.paddingTop10-bott10 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product {
    background-color: #fff;
    padding: 15px 25px;
    min-height: 374px;
    margin: 10px 0 20px;
    border-radius: 36px;
    border-bottom: 5px solid #831313;
    box-shadow: 0px 0px 7px #909090;
    -webkit-box-shadow: 0px 0px 7px #d5d5d5;
    -o-box-shadow: 0px 0px 7px #909090;
    -moz-box-shadow: 0px 0px 7px #909090;
    -ms-box-shadow: 0px 0px 7px #909090;
}

.product .productImg {
    padding: 10px 0;
    line-height: 218px;
}

.textuppercase {
    font-weight: 500;
    padding: 45px 0 8px;
    font-size: 18px;
}

.haddingtext {
    color: #727272;
    padding: 0px 0px 8px;
}

.product .view-btn {
    padding: 10px 0;
}

.product .view-btn a {
    background-color: #7f0b0b;
    border: 2px solid #7f0b0b;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-radius: 30px;
}

.product:hover .view-btn a {
    background-color: #fff;
    color: #7f0b0b;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    -o-box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    -ms-box-shadow: 0px 0px 5px #ddd;
}

.product:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    box-shadow: 0px 0px 11px #909090;
    -webkit-box-shadow: 0px 0px 11px #909090;
    -o-box-shadow: 0px 0px 11px #909090;
    -moz-box-shadow: 0px 0px 11px #909090;
    -ms-box-shadow: 0px 0px 11px #909090;
}

.productImg img {
    max-width: 100%;
    height: auto;
    border: none;
}

.feature-item i {
    padding: 1.5rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    border-radius: 100%;
    color: #fff;
    background-color: #89161C;
    outline-offset: 0.8rem;
    outline: 0.15rem dashed #89161C;
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffffbd;
    padding: 35px 24px;
}

.feature-item h3 {

    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.feature-item p {

    color: var(--black);
    line-height: 1.7;
}

.feature-item:hover i {
    background-color: black;
    outline: 0.15rem dotted #000;
}

.feature-item .content {
    margin-top: 2rem;
}

.features {
 background: url(../images/Slider-change-2.jpg) no-repeat bottom center;
 background-size: cover;
 position: relative;
 background-attachment: fixed;
 z-index: 1;
 padding: 70px 0px 70px;
}

.features::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(204, 51, 0, 0.4);
    z-index: -1;
}

/*.prohadding::after {
    border: 1px solid #70230f;
    bottom: -27px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}*/

.prohadding{
    position: relative;
    margin-bottom: 59px;
    
}

.propadding {
    margin-top: 50px;
}

.contat-box {
    background: white;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 30px;
    margin-bottom: 18px;
}

#mainCaptcha {
    color: #fff;
}

.form-inputs p i {
    color: #fff;
}





.industry-products::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: linear-gradient(to top, rgb(127 11 11) 0%, rgb(118 15 18 / 60%) 40%, rgba(0, 98, 173, 0) 100%);
    pointer-events: none;
    z-index: 2;
    margin: 0px 12px;
}


.industry-products {
    margin: 0px 12px;
}

.industry-img img {
    width: 100%;
}


.industry-text {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 23px;
    z-index: 3;
    color: #fff;
}


.industry .owl-prev {
    position: absolute;
    left: -8px;
    top: 117px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    border: none !important;
    padding: 0px 9px 0px 10px;
    background: white;
    box-shadow: 0px 0px 3px 0px #bdbdbd;
}

.industry .owl-next
{
    position: absolute;
    right: -8px;
    top: 117px;
    font-size: 27px;
    color: #000;
    border: none !important;
    padding: 0px 9px 0px 10px;
    border: 1px solid;
    background: white;
    box-shadow: 0px 0px 3px 0px #bdbdbd;
}

.industry {
    margin-top: 40px;
}

.section-title {
    margin-bottom: 21px;
    text-align: center
}

.blog-img {
    position: relative;
    overflow: hidden;
    background: white;
    padding: 13px;
}

.blog-img img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    transition: 0.4s;
}

.blog-date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #831313;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}

.blog-content {
    padding: 16px 14px 18px;
    background: white;
}

.blog-desc {
    color: #000000;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}

.blog-link {
    font-size: 15px;
    color: #831313;
    font-weight: 600;
    transition: 0.3s;
}

.blog-content p {
    color: gray;
    padding-bottom: 15px;
}


.section-space {
    background: #ff7d7d0f;
    padding: 50px 0px;
}

.top-follow a {
    background: #ffffff;
    color: #ffffff !important;
    padding: 2px 5px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 14px!important;
    transition: .3s ease-in-out;
    margin-right: 2px;
    
}


.mega-menu{
    left:0;
    right:0;
    width:100%;
}

.menu-heading{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
    color:#000;
}

.dropdown-item{
    font-size:14px;
    color:#555;
}


/* Desktop hover */
@media(min-width:992px){

    .navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
    }

}


.prohadding h2 {
    color: #89161a;
}


.prohadding p {
    color: #7e7e7e;
}


.map-secc {
    padding: 50px 0;
    background: url(../images/banner1.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 70px;
}



.btm-border span:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #790000;
    bottom: 0;
    width: 100%;
    z-index: 222;
}

.btm-border span:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #111111;
    bottom: -2px;
    width: 40%;
    left: 30%;
    z-index: 111;
}

.h2-comm {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
 color: #831313;
}

.btm-border span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.tabpanel .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: pointer !important;
    background: #7f0f11 !important;
    color: #FFF !important;
    border: 1px solid #760406 !important;
}

.tabpanel li.active::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #7f0f11;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 50%;
    top: 135%;
    width: 0;
    z-index: 2;
}

.tabpanel .nav-tabs {
    text-align: center;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: bold;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.tabpanel {
    clear: both;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 20px 0 0;
    border-bottom: 2px solid #7f0f11;
    margin-bottom: 25px;
}

.tabpanel .nav-tabs > li > a {
    border: 1px solid #dbdbdb;
    background: #d1d2d4;
    color: #333;
    padding: 10px 30px;
    border-radius: 0px;
    margin-right: 10px;
    outline: none;
    font-size: 14px;
}



.tab-content table th {
    color: #7f0f11;
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    text-transform: uppercase;
}

.tab-content table td {
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.imgrtr {
    width: 100%;
}


.products-slide {
    padding-top: 0px !important;
}


.bar1 {
    width: 103px;
    height: 5px;
    background: #d3d3d3;
    border-radius: 10px;
}


.indteris {
    border: 1px solid gainsboro;
    padding: 20px;

}


.form-textd {
    border: 1px solid gainsboro;
    padding: 25px;
}

.right-text {
    margin-left: 10px;
}


.locationpage {
    box-shadow: 0px 0px 9px gainsboro;
}