@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://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "DM Sans", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -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: "Poppins", sans-serif;
}

p {
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}
.locit {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
}
.locit li {
    margin-top: 20px;
}

.aboutpagetext ul {
    
    margin-left: 40px!important;
}
.aboutpagetext ul li{
   list-style: disc!important;
    
}
.locit a {
    padding: 5px 15px 5px 15px;
    background-color: #1616fc;
    border-radius: 20px;
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
}
::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****/
.form-area {
    background:#08080805;
    width: 100%;
    padding: 45px;
}
.section-title {
    margin-bottom: 21px;
}
.section-title .sm-title {
    color: var(--color-two);
    font-size: 15px;
    font-weight: 500;
    padding: 0px 12px;
    padding-left: 28px;
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
    background: white;
    border-radius: 19px;
}
.section-title .title {
    font-size: 35px;
    color: black;
    font-weight: 600;
    line-height: 1.18;
    font-family: var(--font-two);
}
.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 .h6 {
    color: var(--color-two);
}
.concact-sect {
    /* background: linear-gradient(#0093c908, #0093c912), url(../images/bg/appoinment-v1-pattern.png); */
    background: linear-gradient(#0093c908, #0093c912);
    padding: 0px 0;
    position: relative;
    z-index: 1;
}
.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;
}
.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: 7px;
     
}
/* top header */
.top {
    background-color: #1616fc;
    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: #1616fc;
    padding: 3px 6px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 14px;
    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;
    margin-right: 5px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 14px 17px;
    color: #000000;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: 255px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #000;
}

.btn-primary {
    color: #000;
    background-color: #1616fc;
    border: none !important;
}

.navbar-light .navbar-brand img {
    
    position: absolute;
   
    top: 5px;
    width: 240px;
    border-radius: 64px;
    padding: 4px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    
    position: absolute;
    
    top: -25px;
    border-radius: 64px;
    padding: 4px;
}

.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: #1616fc;
    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;
}


.navbar .nav-item:hover .dropdown-menu {
   transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: #ffffff;
    transition: .5s;
    opacity: 1;
    height: 600px;
    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;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }



}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #1113f9;
        color: #1212f9;
    }

    .navbar-light .navbar-brand img {
        width: 200px !important;
        position: unset !important;
        background: white;
        top: 0px !important;
        border-radius: 64px;
        padding: 4px;
        transition: .5s;
    }


    .mx-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/*** 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 {
    margin-left: 15px;
}

.about-text h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 7px;
}

.darktext {
    color: #fe5c00;
}

.about-text p {
    padding-top: 12px;
}


.dsd {
    margin-top: 30px;
}

.more-button a {
    color: #000000;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 16px;
    transition: .8s ease-in-out;
    border: 1px solid blue;
}

.dsd a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 16px;
    transition: .8s ease-in-out;
    background-color: #1113f5 !important;
}

.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 {
    height: 460px;
    object-fit: cover;
    border-radius: 0px 70px 0px 0px;
}


/* banner */
.carousel-caption {
    position: absolute;
    left: 8%;
    top: 87px;
    width: 34%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.carousel-caption p {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 600;
}


.carousel-caption h2 {
    font-size: 43px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

/* services */
.services-section {
    background-color: #f5f5f5 !important;
    padding: 40px 0px;
}

.service-hadding {
    padding-bottom: 40px;
    text-align: center;
}

.service-hadding h2 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 1px;
    border-bottom: 2px solid blue;
    display: inline;
}

.service-hadding p {
    font-size: 18px;
    font-weight: 300;
}

.card-body {
    padding: 15px;
}

.card {
    margin-top: 10px;
    padding: 6px 22px;
}


.card p {
    padding-bottom: 20px;
}


.service-box {
    padding: 17px;
    background-color: #fff;
    margin: 0px 0px 25px;
    box-shadow: 0px 0px 5px 0px rgb(206 206 206 / 26%);
}

.service-box img {
    object-fit: contain;
    width: 100%;
    height: 270px;
}

.service-box h3 {
    font-weight: 600;
    font-size: 20px;
}

.service-box p {
    margin-top: 8px;
    color: #222222;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 2px;
    top: 120px;
    font-size: 27px;
    box-shadow: 0px 0px 8px #c9c7c7;
    color: #fff;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: #1616fc;
}

.owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 2px;
    top: 120px;
    font-size: 27px;
    color: #fff;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: #1616fc;
    box-shadow: 0px 0px 8px #c9c7c7;
}

.owl-next i {
    font-size: 30px;
}

.owl-prev i {
    font-size: 30px;
}

.viewservices {
    padding: 10px 30px;
    background: #a6a6a6;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    display: table;
    margin: 0 auto;
    transition: .8s ease-in-out;

}

.viewservices:hover {
    background-color: #ff8a00;
    color: #fff;
}

/* products */
.product-section {
    margin-top: 60px;
    margin-bottom: 60px;

}

.product-hadding {
    text-align: center;
}

.product-hadding h2 {
    font-size: 45px;
    font-weight: 500;
}

.product-hadding p {
    font-size: 20px;
}

.p-panel {
    background-color: #fff;
    padding: 4px;
    margin-top: 0px;
    border: 1px solid #1616fc29;
    border-radius: 20px;
    margin-bottom: 10px;
}

.mein-panel {
    margin: 0px 14px;
}


.p-panel img {
    width: 100%;
    object-fit: contain;
    text-align: center;
    padding: 6px;
    overflow: hidden;
    height: 300px;
    background-color: rgb(255, 255, 255);
}

.p-details {
    margin-top: -48px;
    z-index: 99999;
    padding: 9px 20px;
    transition: 1s;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    /* background: red; */
    
    text-align: center;
}

.p-details a {
    
    align-items: center;
    color: #000;
    justify-content: space-between;
}

.p-details p {
    color: #000;
    white-space: nowrap;
     
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.p-details:hover {
    background-color: #000000;
}*/


/* counter-section */
.counter-section {
    background-image: url(../images/elementor-counterimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 45px;

}


.count1 {
    text-align: center;
    background-color: #fafafa;
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.subscriber-form h5 {
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 25px;
}

.count1 h3 {
    font-size: 40px;
    font-weight: 500;
    color: #030303;
    margin: 0;
}

.count1 p {
    font-size: 17px;
    font-weight: 500;
}



.why-choose {
    margin-top: 70px;
}

.wyh-tittle {
    margin-bottom: 12px;
}

.indexline {
    width: 100px;
    height: 3px;
    background-color: #fe5c00;
    display: inline-block;
    margin-left: 12px;
}

.wyh-tittle img {
    margin-right: 8px;
}


.choose-text h4 {
    font-size: 40px;
    font-weight: 600;
}

.darkline {
    color: #fe5c00;
}

.choose-text p {
    padding-top: 10px;
}

.feature-list ul li {
    line-height: 34px;
    background: url(../images/why-icon.jpg) no-repeat;
    background-position: 0px 8px;
    padding-left: 30px;
}


.feature-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 7px 36px;
    align-items: start;
    color: #232b3a;
    font-weight: 500;
    margin-top: 19px;
    font-family: 'DM Sans';
    font-size: 17px;
}

.videosifram iframe {
    width: 100%;
    height: 350px;
}


.quality {
    text-align: center;
}

.quality img {
    height: 85px;
    padding-bottom: 15px;
}

.quality h5 {
    font-size: 22px;
    padding-bottom: 7px;
    font-weight: 600;
}


/* card */
.text-danger {
    color: #636161 !important;
    font-size: 5rem !important;
}

/* galleri */
.work-gallery .work-item .work-item-container {
    position: relative
}

.work-gallery .work-item .work-item-container:hover .work-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.work-gallery .work-item .work-item-container .work-img:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.work-gallery .work-item .work-item-container .work-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1113f58c;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom {
    width: 20px;
    height: 20px;
    position: relative
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #fff
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #fff
}


.work-gallery .btn {
    margin-top: 20px
}

.work-gallery .work-item {
    margin-bottom: 30px
}

.heading-light {
    margin-bottom: 35px;
}

.heading-light h5 {
    margin-bottom: 12px;
    font-size: 2rem;
    border-bottom: 2px solid blue;
    display: inline;
}

.heading-light p {
    margin-top: 15px;
}

.work {
    padding: 50px 0px 50px;
    background: #f5f5f5;
}

.work-item {
    margin-bottom: 40px
}

.work-item .work-item-container {
    overflow: hidden
}

.work-item .work-img {
    position: relative;
    overflow: hidden;
}

.work-item .work-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3), transparent);
    z-index: 1
}

.work-item .work-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.work-item .work-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.work-item .work-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.work-item .work-content {
    padding: 23px 30px 0;
    text-align: center;
    background-color: #fff
}


/* Testimonial */
.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 blue;
    display: inline;
}


.reviews p {
    margin-top: 20px;
}

.reviews-box {
    text-align: center;
    margin: 10px;
}

.profile-img img {
    height: 70px;
    margin-bottom: -30px;
    border-radius: 100%;
    width: 70px;

}

.testimonial-card {
    background: white;
    padding: 50px 20px 25px 20px;
    box-shadow: 0px 0px 5px 0px #d2d0d0;
    border-radius: 11px;
}

.testimonial-card h6 {
    font-size: 20px;
    padding-bottom: 2px;
    font-weight: 600;
    color: #000000;
}

.client-location {
    color: #787878;
    font-size: 16px;
}

.testimonial-card p {
    padding-top: 9px;
}

.client-reviews .owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -22px;
    top: 128px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
    box-shadow: 0px 0px 8px #c9c7c7;
}

.client-reviews .owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -22px;
    top: 128px;
    font-size: 27px;
    box-shadow: 0px 0px 8px #c9c7c7;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.client-reviews .owl-prev i {
    font-size: 30px;
}

.client-reviews .owl-next i {
    font-size: 30px;
}


/** FAQ **/
.indexfaq {
    padding: 60px 0px;
}

.indexfaqleft {
    margin-top: 10px;
}

.indexfaqleft h5 {
    font-size: 50px;
    padding: 0px 0px 20px 0px;
}

.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-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    border: none;
}

.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;
}

.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;
}


/*footer*/
.footer-counter {
    background-image: url(../images/footer-background.jpg);
    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: #1212fb;
    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;
}


.footerlinkcont i {
    margin-right: 9px;
    margin-top: 2px;
}


.copy-right {
    text-align: center;
    padding: 11px 0px;
    background: blue;
}

.copy-right p {
    margin: 0px;
    color: #fff;
    font-weight: 300;
}

.copy-right a {
    color: #ffffff;
}

.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;
}





/* 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;
}

@media only screen and (max-width: 600px) { 
    .socaial-icons {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
    .form-area {
    background: #08080805;
    width: 100%;
    padding: 10px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
}


/* locaton-page css */
.location-img img {
    border-radius: 15px;
    width: 100%;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 11px 0px #afaeae;

}


.location-hadding {
    margin-top: 50px;
}

.location-text h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.location-text p{
    margin-bottom: 10px;
    color: #4a4646;
}

.location-text {
        margin-top: 10px;
}

.view-morebuttton a {
   background: black;
    display: inline-block;
    padding: 9px 25px;
    color: #fff;
    border-radius: 40px;
}

.view-morebuttton {
    margin-top: 35px;
}
