/*@font-face {font-family: WorkSans;src: url('WorkSans-VariableFont_wght.ttf'),}*/
.container-fluid.topbar.px-0.px-lg-4.d-none.d-lg-block {background-color: #15243f;border-radius: 0px 100px 0px 100px;}
#topbar .left-box {position: relative;gap: 25px;}
.section {padding-top: 80px;padding-bottom: 80px;}
.sections {padding-top: 250px;padding-bottom: 100px;}
.sections-box {padding-top: 150px;}
.section-box {padding-top: 150px;padding-bottom: 150px;}
.section-boxs {padding-top: 100px;padding-bottom: 100px;}
/* topheader css  */
#topheader .back-img h2 {font-size: 20px;margin: 0px;color: #fff;text-shadow: 1px 1px 3px rgb(255 146 0);}
.header_socials {position: relative;z-index: 1;}
.header_socials a {position: relative;width: 30px;height: 30px;font-size: 12px;line-height: 32px;border-radius: 50px;text-align: center;margin-right: 15px;display: inline-block;color: rgb(255, 255, 255);background-color: rgb(62, 47, 34);}
.header_socials a:hover {color: rgb(225, 143, 77);border-color: rgb(255, 255, 255);background-color: rgb(255, 255, 255);}
.header-top_list {position: relative;display: flex;gap: 12px;}
.header-top_list li {position: relative;display: flex;gap: 8px;align-items: center;color: rgb(255 255 255 / 80%);}
ul,li {list-style: none;padding: 0px;margin: 0px;}
.header-top_list li a {position: relative;color: rgb(255 255 255 / 80%);}
.header-top_info li a:hover {color: rgb(225 143 77);}
.header-top_info {position: relative;display: flex;padding: 8px 6px;}
.header-top_info li {position: relative;font-weight: 400;font-size: 15px;display: flex;gap: 5px;align-items: center;color: #fff;}
#topbar .header-top_info .left_box {margin-left: 20px;}
.header-top_info li a {position: relative;font-size: 17px;color: #fff;}
.right-box .header-top_info li a {position: relative;font-size: 17px;color: #fff;}

.header-top_info li a:hover {
    color: #fff;
}

.navbar .navbar-nav {
    width: 100%;
}

.header-top_info li .icon {
    position: relative;
    left: 0px;
    top: -1px;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
}

.main-header .navbar .logo-box {
    position: relative;
    z-index: 1;
}

.main-header .navbar .logo-box .logo {
    position: relative;
    z-index: 1;
    padding: 0px 15px 0px 15px;
}

.main-header .navbar .logo-box .logo:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 300%;
    z-index: -1;
}

.header-options_box {
    position: relative;
    padding: 5px 5px;
    gap: 20px;
    border: 1px solid rgb(242, 242, 242);
}

.header-options_box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 1px;
    opacity: 0.20;
    background-color: rgb(225 143 77);
}

.header-options_box i {
    position: absolute;
    right: 70px;
    top: 5px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(225, 143, 77);
    font-family: "WorkSans";
}

.main-header .navbar .header_button-box {
    position: relative;
    height: 62px;
}

.btn-style-one {
    position: relative;
    font-weight: 900;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    letter-spacing: 1px;
    padding: 19px 37px;
    display: inline-block;
    color: rgb(0 0 0);
    text-transform: uppercase;
    background-color: rgb(213 213 216);
}

.btn-style-one:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: rgb(28, 13, 0);
}

.calrousel-img .title-one {
    position: absolute;
    left: -36px;
    top: -18px;
    font-size: 14px;
    padding: 7px 20px;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(188 180 169);
    border: 1px solid rgb(255, 255, 255);
}

.calrousel-img .title-two {
    position: absolute;
    left: -40px;
    bottom: -18px;
    font-size: 14px;
    padding: 7px 20px;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(188 180 169);
    border: 1px solid rgb(255, 255, 255);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.slider-one .slider-one_button {
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.btn-style-two {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    padding: 19px 35px;
    display: inline-block;
    color: rgb(28, 13, 0);
    text-transform: uppercase;
    background-color: rgb(255 255 255);
}

.btn-style-two:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: rgb(225, 143, 77);
}

/* header css */
/* banner css */
#slider {
    position: relative;
}

#slider::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 135px;
    background: url(../img/pattern-2.png) repeat;
    z-index: 11;
    pointer-events: none;
}

.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .60);
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #c4a484;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.bannertitle {
    font-size: 36px;
    font-weight: 800;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

#banner .owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    display: none;
}

/* banner css */

/* category css  */
#category-service {
    margin: 70px 0px;
}

#category-service .category-box {
    background: #fff;
    text-align: center;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 20px 0px #fff;
}

#category-service .category-img-box {
    padding: 20px;
}

#category-service .category-box img {
    width: 100%;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 50%;
}

.catgory {
    position: relative;
    /* background: #f3f3f0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category_title {
    font-size: 18px;
    margin-top: 10px;
    color: #000;
}

.main_box {
    padding: 4px;
    background: #b42112;
    border-radius: 50px 50px 50px 50px;
}

.category_box img {
    /* position: absolute; */
    /* top: -38px; */
    /* left: 35%; */
    border-radius: 50px;
    object-fit: cover;
    width: 80px;
    height: 80px;
    padding: 6px;
    border: 3px solid #b42112;
    background-color: #fff3f3;
}

.category_box:hover {
    background-color: #c4a484;
    color: #fff;
}

.category_box:hover .category_title {
    color: #fff;
}

.category_box:hover .category_des {
    color: #fff;
}

.custom-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 5px;
}

.category_box {
    border-radius: 150px;
    box-shadow: 0px 0px 15px 5px #ffffff;
    background-color: #fff;
    padding: 50px 8px;
    transition: background-color 0.3s, color 0.3s;
}

.category_box:hover {
    background-color: #612121;
    color: #fff;
}

.category_title {
    margin-top: 10px;
    font-size: 19px;
    color: #000;
    font-weight: bold;
}

.category_des {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.projects-block_one-image {
    position: relative;
    overflow: hidden;
}

.projects-block_one-image img {
    width: 100%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.projects-block_one-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease;
}

.projects-block_one-image:hover::before {
    background-color: rgba(0, 0, 0, 0.9);
}

.projects-block_one-image:hover img {
    transform: scale(1.1);
}

.hover-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease;
    gap: 10px;
}

.projects-block_one-image:hover .hover-buttons {
    opacity: 1;
}

.inquiry-btn,
.view-more-btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
}

.inquiry_btn_products {
    border-radius: 30px;
    padding: 18px 44px;
    background-color: #e91f69;
    color: white;
    border: none;
    text-decoration: none;
}

.inquiry_btn_products:hover {
    color: #ffff;
    background-color: #c4a484;
}

.inquiry-btn {
    background-color: #142441;
    color: white;
    border: none;
    text-decoration: none;
}

.view-more-btn {
    background-color: #e91f69;
    color: white;
    border: none;
    text-decoration: none;
}

.inquiry-btn:hover {
    color: #fff;
    background-color: #142441 !important;
}

.view-more-btn:hover {
    background-color: #e91f69;
    color: #ffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

p.product-text-p {
    font-size: 30px;
    color: #000;
}

p.product-text-p span {
    font-size: 25px;
    color: #000;
    font-weight: 800;
}

.row_secton {
    display: flex;
}

.box_row {
    background: #f3f3f0;
    min-height: 190px;
    margin-top: 20px;
    padding: 20px;
    color: #000;
    border: 2px solid #eee;
}

.box_rowtop {
    background-color: #C4A484;
    padding: 20px;
    min-height: 190px;
    border: 2px solid;
    color: #fff;
    margin-top: -20px;
}

.rowdec {
    text-align: justify;
    font-size: 17px;
}

.row-title {
    font-size: 23px;
    font-weight: 600;
}

.abouts_row {
    display: flex;
}

.col-abouts {
    width: 50%;
}

.abouthomebtn {
    margin-top: 50px;
}

/* #about .theme3 {
    background-color: #d00b2b;
} */

#about .leftWelBg {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 31%;
}

.contentSlider {
    background: url(../img/back2.webp) no-repeat;
    min-height: 250px;
    padding: 50px 0px 50px;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
}

.contentSlider::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 135px;
    background: url(../img/pattern-2.png) repeat;
    z-index: 1000;
    pointer-events: none;
}

.contentSlider>div {
    position: relative;
}

.pr {
    padding: 35px;
    border: 1px solid #fff;
    /* background-color: #fff; */
}

.backgorund_text {
    font-style: italic;
    font-size: 22px;
    color: #fff;
}

.mt20px {
    text-shadow: 1px 1px rgba(0, 0, 0, .35);
    margin-top: 20px;
    margin-left: 25%;
    width: 50%;
    background: #C4A484;
    font-size: 20px;
    padding: 7px 20px;
    border-radius: 3px;
    color: #fff;

}

.mt20px:hover {
    background-color: #c4a484;
    color: #fff;
}

#homecontact {
    position: relative;
    background-color: #fff;
}

#homecontact::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 135px;
    background: url(../img/pattern-2.png) repeat;
    z-index: 1000;
    pointer-events: none;
}

#homecontact .sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: -20px;
}

.col-lg-12.col-md-12.col-sm-12.footer_column.text-center input[type="email"] {
    border: none;
    border-bottom: 2px solid #eee;
    width: 50%;
    font-size: 19px;
}

.col-lg-12.col-md-12.col-sm-12.footer_column1.text-center {
    width: 80%;
    margin-left: 10%;
}

.button {
    font-size: 20px;
    border: none;
    background-color: #122447;
    color: #e91f69;
}

.mt30px,
a.mt30px {
    margin-top: 30px;
}

.ac,
.tac {
    text-align: center;
}

.footer_column1 p.ma5px.b.bgl a {
    font-weight: 600;
    color: #000;
    padding: 8px 16px;
}

.footer_line {
    font-size: 22px;
    color: #000;
}

.linkmt {
    margin-top: 15px;
}

.ma5px.b.bgl.footer_2 a {
    padding: 8px 15px;
}

.abouthomebtn a.buttonBig::before {
    background-color: #d00b2b !important;
}

.abouthomebtn a.buttonBig:hover::before {
    background-color: black !important;
    color: black;
}

strong.morereadabouts {
    margin-left: 35px;
    color: #856c53;
    font-size: 20px;
}

.abouthomebtn strong.morereadabouts:hover {
    color: #132444;
}

.abouthomebtn a.buttonBig::before {
    position: absolute;
    content: '';
    left: 0;
    width: 35px;
    height: 35px;
    background: url(//catalog.wlimg.com/templates-images/12585/12587/welArrow.png) no-repeat scroll center center;
    margin: auto;
    padding: 12px;
    border-radius: 100%;
}

.aboutsbox {
    margin-bottom: 15px;
}

.aboutsiconbox {
    text-align: center;
    background-color: #d00b2b;
    padding: 10px;
    height: 58px;
    width: 58px;
    border-radius: 20px 10px;
}

.aboutsico i {
    margin-left: 0px;
    font-size: 35px;
    color: #fff;
}

.visiontitle {
    margin-left: 7px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.aboutsvision {
    color: #000;
    margin-bottom: 5px;
}

.aboutsico {
    display: flex;
}

#best-service {
    background: #eaeaea;
    margin: 10px;
    border: 2px solid #b42112;
    padding: 61px 0px 100px 0px;
    border-radius: 20px;
}

#best-service .owl-dots {
    display: none !important;
}

#best-service .owl-nav {
    position: relative !important;
    top: -55% !important;
}

#best-service .elementor-element .bg-white .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #e91f69 !important;
    padding: 10px !important;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#best-service .owl-next {
    position: absolute;
    left: 0;
    color: #fff;
}

#best-service .owl-prev {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
}

/* Initial hidden state for the search popup */
.search-popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 170px;
    right: -8%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#search-popup input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Close button styling */
#close-popup {
    background-color: #e91f69;
    color: white;
    border: none;
    padding: 7px 12px;
    cursor: pointer;
}

/* page title  */
.title_name_page {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.row_title.bg-ligth {
    color: #000;
    font-size: 18px;
    background-color: #eee;
    padding: 6px;
}

.row_title .fa-chevron-right:before {
    content: "\f054";
    font-size: 11px;
}

.container-fluid.nav-bar.px-0.px-lg-4.py-lg-0 {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .100) !important;
}

.protitlepagr {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 5px;
    text-align: center;
    background-color: #122447;
}

/* contact form */
.conatat-box-col6 {
    background-color: #f1f1f1;
}

#contact_page .contact_page_box {
    border-radius: 50%;
    background: #e91f69;
    width: 60px;
    height: 60px;
}

#contact_page i.iconcontactpage {
    color: #fff;
    font-size: 18px;
    margin: 22px;
    text-align: center;
}

.boxcontact {
    padding: 20px;
}

.contact-page {
    box-shadow: 0px 24px 120px -40px rgb(0 0 0 / 24%);
    border: 2px solid #eee;
}

.contact_page_text {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.contact_dic_page {
    font-size: 18px;
}

.bdrT.dashed {
    border-top: 1px dashed;
}

.title-contact-page {
    margin-left: 20px;
    margin-top: 30px;
    font-size: 30px;
    color: #000;
}

.btmBdr {
    border-bottom: 2px solid;
}

.theme2 {
    border-color: #e91f69;
}

.dib {
    display: inline-block;
}

.w75px {
    margin-left: 20px;
    width: 100px;
}

.mb10px.sub_btn .button {
    padding: 7px 19px;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid #eee;
    background-color: #e91f69;
    color: #fff;
}

.mb10px.sub_btn .button:hover {
    background-color: #c4a484;
}

/* products */
#product_page .product-box {
    padding: 5px;
    border: 2px solid #eee;
    position: relative;
    overflow: hidden;
}

#product_page .img-container {
    position: relative;
}

#product_page .img-top {
    width: 100%;
    display: block;
}

#product_page .img-bottom {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    display: block;
}

#product_page .overlay {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#product_page span.overlay-text {
    position: absolute;
    padding: 7px;
    top: 5px;
    border: 2px solid #fff;
    bottom: 5px;
    right: 5px;
    left: 5px;
}

#product_page .img-container:hover .overlay {
    opacity: 1;
}

.divtext {
    margin-top: 35%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.divdec {
    color: #fff;
}

#product_page .link-btn-inq {
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: #e91f69;
    color: #fff;
}

#product_page .link-btn-inq:hover {
    background-color: #c4a484;
}

#product_page .link-btn-inq1 {
    border-radius: 2px;
    font-size: 13px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #b42112;
}

#product_page .link-btn-inq1:hover {
    background-color: #c4a484;
    color: #fff;
}

.button-products-link {
    margin-top: 10px;
}

.category-title-products {
    border-bottom: 1px solid #e91f69;
    font-size: 35px;
    font-weight: 900;
    color: #122447;
    margin-bottom: 30px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* category page */
.allproductsname {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

.productcategory {
    margin-bottom: 20px;
    padding: 16px;
    box-shadow: 0 0 10px rgba(204, 204, 204, 1);
}

.productnodedetel {
    margin-bottom: 20px;
    padding: 16px;
    box-shadow: 0 0 10px rgba(204, 204, 204, 1);
}

.sameproductssedo {
    margin-bottom: 20px;
    padding: 16px;
    box-shadow: 0 0 10px rgba(204, 204, 204, 1);
}

.productrs {
    font-family: open sans-serif;
    font-size: 25px;
    color: #e91f69 !important;
    font-weight: 700;
}

.prors {
    font-size: 19px;
    color: #000 !important;
    font-weight: 700;
}

.product-description {
    margin-top: 10px;
}

.linkbtninq {
    background-color: #e91f69;
    color: #fff;
}

.linkbtninq:hover {
    background-color: #c4a484;
    color: #fff;
}

.linkbtninqes {
    background-color: #e91f69;
    color: #fff;
}

.linkbtninqes:hover {
    background-color: #c4a484;
    color: #fff;
}

.productcategory {
    display: flex;
    margin-bottom: 20px;
}

.linkbtninqes-node {
    font-weight: 600;
    padding: 5px 15px;
    background-color: #b42112;
    color: #fff;
}

.linkbtninqes-node:hover {
    background-color: #c4a484;
    color: #fff;
}

.linkbtninqes-nodees {
    font-weight: 600;
    color: #000;
    padding: 14px 24px;
    border: 1px solid #6c438c;
    background-color: #fff;
}

.linkbtninqes-nodees:hover {
    color: #fff;
    background-color: #c4a484;
}

.productdetails {
    padding-left: 20px;
    margin-top: 11px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.enqueryproname {
    margin-top: 5px;
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

.enqueryproname1 {
    color: #e91f69;
}

.samilerpro {
    margin-top: 5px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

#sameproduct .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

#sameproduct .owl-dots {
    display: none !important;
}

#sameproduct .owl-nav {
    position: relative;
    top: -50%;
}

#sameproduct .elementor-element .bg-white .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #af2336 !important;
    padding: 6px !important;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sameproduct .owl-next {
    position: absolute;
    left: 3px;
    color: #fff;
}

#sameproduct .owl-prev {
    display: block;
    position: absolute;
    right: 3px;
    color: #fff;
}

.category-proimg {
    border: 2px solid #eee;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}

.product-img:hover {
    transform: scale(1.40);
}

.button-products-link .btn {
    margin-right: 10px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

p {
    margin: 5px 0;
}

.img-top {
    cursor: zoom-in;
}

/* pop up model css */
.modeltitle {
    margin-bottom: 10px;
    padding: 5px;
    color: #000;
    font-weight: 500;
    font-size: 23px;
}

img#product_image {
    border: 1px solid #e91f68;
}

.modelprice {
    color: #000;
    font-size: 20px;
}

.btn-modle-in {
    width: 100%;
    border-radius: 2px;
    background-color: #122447;
    color: #fff;
}

.btn-modle-in:hover {
    background-color: #c4a484;
    color: #fff;
}

.back-to-whatsapp {
    position: fixed;
    left: 40px;
    bottom: 50px;
    transition: 0.5s;
    z-index: 99;
    width: 16px;
    height: 16px;
    animation: ripple 0.7s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(101, 255, 120, 0.3), 0 0 0 0.5em rgba(101, 255, 120, 0.3),
            0 0 0 1.5em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0.5em rgba(101, 255, 120, 0.3), 0 0 0 1.5em rgba(101, 255, 120, 0.3),
            0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 4em rgba(101, 255, 120, 0);
    }
}

.back-to-whatsapp img {
    width: 56px;
    border-radius: 15px;
}

.text-sbmtiaddform {
    background-color: #000;
    color: #fff;
}

.text-sbmtiaddform:hover {
    background-color: #000;
    color: #fff;
}

.back-to-requirement {
    position: fixed;
    right: -88px;
    bottom: 240px;
    transition: 0.5s;
    z-index: 99;
    padding: 10px;
    transform: rotate(270deg);
    border-radius: 5px !important;
}

/* link logo */
.facebook {
    color: #0067d8 !important;
}

.instagram {
    color: #c20099 !important;
}

.whatsapp {
    color: #2eec62 !important;
}

.linkedin {
    color: #0a66c2 !important;
}

.pinterest {
    color: #e60023 !important;
}

/* blog css */
#blog .page-blog {
    background-color: #b42112;
    border: 1px solid #eeeeee;
    padding: 10px;
    border-radius: 10px;
}

#blog .page-blog img {
    border-radius: 5px 5px 0px 0px;
}

#blog .blog-title-b {
    color: #132444;
    font-size: 18px;
    min-height: 35px;
    font-weight: 600;
    margin-top: 0px;
}

#blog .blog-title-b a {
    color: #fff;
}

#blog .blog-title-b a:hover {
    text-decoration: none;
    color: #e91f69;
}

.blogtptitle {
    font-size: 22px;
    color: #000;
    text-decoration: none;
}

.blogtptitle:hover {
    text-decoration: none;
    color: #e91f69;
}

.dateblog {
    margin-top: 5px;
    padding: 5px;
    color: #fff;
    font-size: 17px;
}

.dateblog span {
    color: #fff;
    font-size: 16px;
}

.blogbtn a {
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.blogbtn a:hover {
    border: 0;
    color: #fff;
}

.productnodedetel .iti {
    position: relative;
    width: 100%;
    display: inline-block;
}

.blohpagedate {
    font-weight: 600;
    color: #000;
}

h4.blog-detail_subheading {
    line-height: 30px;
    color: #b42112;
    margin: 5px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
}

/* Email pop-up css */

/* Email pop-up css */
.divtextp {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

.dtext {
    color: #e91f69;
}

.textbtnprod {
    border-bottom: 1px solid;
}

a.navlinksection {
    border-bottom: 1px solid #e91f69;
    font-size: 16px;
    color: #e91f69;
}

a.navlinksection:hover {
    border-bottom: 0;
    color: #000;
}

a.titleprocat {
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}

a.titleprocat:hover {
    color: #e91f69;
}

.iti {
    position: relative;
    display: block !important;
}

/* testimonials */
.testimonials {
    margin-top: 20px;
    padding: 25px;
    border: 2px solid #b42112;
    border-radius: 20px;
    background: #ffeadb;
}

.testimoal-compny {
    font-size: 20px;
    color: #000;
}

.testimoal-name {
    font-weight: 700;
    color: #b42112;
    font-size: 22px;
}

.testimoal-reting {
    font-weight: 600;
    color: #000;
}

.testimonial-rating {
    display: flex;
    align-items: center;
}

.star-rating {
    font-size: 20px;
    color: #000;
}

.star-rating .fa {
    font-size: 20px;
}

.star-rating .filled {
    color: #e91f69 !important;
}

.star-rating .fa-star {
    color: #cb95a9;
}

.rating-value {
    color: #000;
}

.testimoal-review {
    font-size: 18px;
    margin-top: 5px;
    color: #000;
}

.btn-testimonal {
    font-size: 20px;
    padding: 10px 50px;
    background-color: #e91f69;
    color: #fff;
}

.btn-testimonal:hover {
    background-color: #e91f69;
    color: #fff;
}

.btn-testimonal1 {
    border-radius: 0;
    padding: 8px 27px;
    background-color: #e91f69;
    color: #fff;
}

.btn-testimonal1:hover {
    background-color: #e91f69;
    color: #fff;
}

.testimonaladdrow table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

.testimonaladdrow th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.testimonaladdrow th {
    width: 30%;
    text-align: end;
}

/* menu */
.navbar-nav .dropdown-menu {
    display: none;
    width: 100%;
    position: absolute;
    background-color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    top: 100%;
    left: 0;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .dropdown-menu a {
    padding: 10px 20px;
    font-size: 13px !important;
    border-bottom: 2px solid #eee;
}

.dropdown-submenu.products-dropdown {
    margin-top: -40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.navbar-nav .dropdown:hover>a {
    color: #007bff;
}

.dropdown-submenu {
    width: 250px;
    padding: 1px;
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    right: 100%;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .dropdown-menu:hover .dropdown-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.category-item:hover+.dropdown-submenu {
    display: block;
    position: absolute;
    right: 100%;
    z-index: 1000;
    background-color: #fff;
}

.navbar-nav .dropdown-item {
    padding: 10px 18px;
    border-bottom: 1px solid #eee;
    color: #000;
    white-space: nowrap;
}

.dropdown-submenu .dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 200px;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 2px;
    color: #000;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
}

.dropdown-menu>a::after {
    content: ">";
    float: right;
    margin-right: 2px;
}

#contactuspage .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.projects-block_one-heading a:hover {
    color: #e91f69;
}

/* #service {
    background-color: #fff;
    background: url(../img/product-section.webp) no-repeat;
    min-height: 250px;
    padding: 50px 0px 50px;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
} */
#service {
    background: #eaeaea;
    margin: 10px;
    border: 2px solid #b42112;
    border-radius: 20px;
    position: relative;
}

#service .side-img {
    width: 28%;
    position: absolute;
    top: -14%;
    left: 0;
    z-index: 111;
}

#service .pro-img2 {
    position: absolute;
    top: -9%;
    left: 100%;
    /* Start from right */
    width: 44px;
    animation: slideLeftRight 10s linear infinite;
}

@keyframes slideLeftRight {
0% {left: 0px;}
50% {left: calc(60% + 100px);}
100% {left: 0px;}
}

/* other-header  */
.other-header {
    position: relative;
    background-color: #fff;
    /* border: 5px solid #fff; */
}

.other-header .container-fluid.topbar.px-0.px-lg-4.d-none.d-lg-block.topother {
   /* width: 1280px;*/
    background-color: #b42112;
    clip-path: none;
}

/* .other-header .col-lg-5.text-center.text-lg-end.mb-lg-0 {
    position: absolute;
    background: #fff0dc;
    padding: 0;
    margin: 0;
    right: 0;
    width: 62%;
    height: 42px;
    border-radius: 100px 0px 0px 100px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0, 7% 0);
} */

.other-header .col-lg-5.text-center.text-lg-end.mb-lg-0 .header-top_info {
    position: relative;
    right: 58px;
    display: flex;
    padding: 10px 6px;
}

.page-footer {
    background-color: #e91f69;
}

.page-footer .main-footer .widgets-section {
    color: #fff;
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted;
}

.page-footer .main-footer_copyright {
    position: relative;
    color: #fff;
}

.other-header {
    z-index: 100 !important;
}

/* site Map */
.sitemaptitle {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    border-bottom: 1px solid #908989;

}

.sitemaptitlelink {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    border-bottom: 1px solid #908989;

}

.linksgn {
    margin-top: 10px;
    border-left: 1px solid #908989;
    padding: 10px;
}

.linksgn a {
    display: flex;

}

.linksgncat {
    margin: 10px;
    border-left: 1px solid #908989;
}

.linksgncat a {
    margin-left: 10px;
    display: flex;

}

.gnlinkprodutc {
    padding: 5px;
    border-left: 1px solid #908989;
}

a.gnlinkcat {
    font-weight: 700;
    font-size: 17px;
}

.sec-title_texts.fllopi-text span {
    font-size: 17px !important;
}

.button_prodact.text-center {
    margin-bottom: 10px;
}

.page-footer .main-footer .footer-bottom {
    position: relative;
    padding: 11px 1px 11px;
}

/* banner */
#banner .owl-nav {
    position: relative;
}

#banner .owl-prev {
    position: absolute;
    bottom: 250px;
    left: 14px;
    border: 0;
    border-radius: 0;
}

#banner .owl-next {
    position: absolute;
    bottom: 250px;
    right: 14px;
    border: 0;
    border-radius: 0;
}

table.table.table-bordered {
    border: 0;
    color: #000;
    border-bottom: 1px solid #717171;
}

table.table.table-bordered td,
table.table.table-bordered th {
    border: 0;
}

table.table.table-bordered tr:last-child td {
    border-bottom: 1px solid #717171;
}

.service-block_two-title a:hover {
    color: #000;
}

.blog-category-page {
    border: 2px solid #eee;
    padding: 10px;
    color: #000;
    display: flex;
    margin-bottom: 20px;
}

.blogcat a {
    line-height: 1.5em;
    font-weight: bold;
    font-size: 19px;
    color: #e91f69;
}

.blogcat a:hover {
    color: #000;
}

.blogcatda {
    font-size: 16px;
    color: #e91f69;
}

.blogcatid {
    font-size: 16px;
    color: #000;
}

.adminauto {
    font-size: 16px;
    color: #e91f69;
}

.bloglink {
    font-weight: bold;
    font-size: 15px;
    color: #e91f69;
}

.coloruser {
    color: #b42112;
}

.categortitleblogs {
    color: #e91f69;
}

img.blogviewimage {
    padding: 14px;
}

.col-md-8.col-sm-12.blogviewbox {
    padding: 10px;
}

.contact-one_form-outer .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    border: 2px solid #eee;
    padding: 12px;
    background-color: #fff;
}

.contact-one_form-outer .iti {
    padding-left: 80px;
    width: 100%;
}

.images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.images img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 5px;
    transition: transform 0.3s ease-in-out;
}

.images img:hover {
    transform: scale(1.05);
}

.btn-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.btn-container button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-container button:hover {background-color: #555;}
a.view-all-link {color: #fff !important;background-color: #e91f69;}
.magiczoom-container {padding: 10px;border: 2px solid #eee;}
#mobileheadermenu {display: none;}
#blog .owl-nav {position: absolute;top: -39px;left: 57px;color: #fff;}
#blog .owl-prev {display: block;position: absolute;left: 0;}
#blog .owl-next {position: absolute;left: -33px;}
.bloginput {margin-top: 31px;}
.nodeprtitle {color: #000;font-size: 25px;font-weight: 700;}
/* new css */
input.button.p10px.pl15px.pr15px.b {width: 100px;text-align: center;position: relative;}
input.buttonfotterserach.b-0 {border: 0;color: #e91f69;background-color: #fff;border-bottom: 1px solid #cccccc;}
#about .about-box .aboutscol .side-img {width: 140px;position: absolute;top: 79%;right: 0;}
.sec-title_heading {color: #132444;font-size: 35px;font-weight: 700;}
.sec-title_title {position: relative;font-weight: 700;font-size: 35px;padding: 0px;letter-spacing: 1px;display: inline-block;color: #b42112;border: none;background-size: 100% 3px;background-repeat: no-repeat;}
.sec-title_title .title_2 {color: #b42112 !important;}
.service-block_two {margin: 5px;padding: 10px;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;background: #fff;border-radius: 15px;}
/* latest product css */
#best-service .overlay-container {position: relative;width: 100%;overflow: hidden;border-radius: 5px 5px 0px 0px;}
#best-service .product-image {display: block;width: 100%;height: auto;transition: transform 0.5s ease;}
#best-service .overlay-container:hover .product-image {transform: scale(1.1);}
#best-service .overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);justify-content: center;align-items: center;opacity: 0;transition: opacity 0.3s ease-in-out;}
#best-service .overlay-container:hover .overlay {opacity: 1;}
#best-service .overlay .btn {color: #fff;font-size: 14px;border: none;border-radius: 5px;transition: background-color 0.3s ease;text-decoration: none;}
#best-service .btn-danger-1 {background-color: #C4A484;}
#best-service .btn-danger-1:hover {background-color: #15243f;}
#best-service .btn-danger-2 {background-color: #15243f;}
#best-service .btn-danger-2:hover {background-color: #c4a484;}
.service-block_two-content {color: #fff;padding: 10px;text-align: center;background: #b42112;border-radius: 0px 0px 10px 10px;}
.service-block_two-content h5 {margin: 0px;}
.service-block_two-content a {color: #fff;}
.service-block_two-content a:hover {color: #fff;text-decoration: none;}
/* latest product css */
/*  product css */
h6.projects-block_one-heading.fllopi-title {padding: 10px;background: #15243f;text-align: center;}
h6.projects-block_one-heading.fllopi-title a {color: #fff;text-decoration: none;}
ul#portfolio-flters {text-align: center;}
.btn-filltergallery {padding: 5px 19px;border: 1px solid #b42112;border-bottom: 5px solid #b42112;}
.btn-filltergallery.active {background-color: #b42112;color: #fff;}
.btn-filltergallery:hover {background-color: #b42112;color: #fff;}
.service-item {position: relative;overflow: hidden;border-radius: 15px;padding: 10px;background: #b42112;}
.service-item img {display: block;width: 100%;height: auto;background: #fff;border-radius: 5px 5px 0px 0px;transition: transform 0.3s ease;}
.service-item .overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgb(0, 0, 0, 0.7);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity 0.3s ease-in-out;}
.service-item .overlay .text {color: #fff;font-size: 1.2rem;font-weight: bold;text-align: center;}
.service-item:hover .overlay {opacity: 1;}
.service-item:hover img {transform: scale(1);}
.productstitle {text-align: center;font-size: 20px;font-weight: bold;color: #fff;padding: 10px;background-color: #b42112;}
.productstitle a {text-decoration: none;color: inherit;}
.productstitle a:hover {color: #007bff;}
.btnpro {color: #fff;background-color: #132444;}
.btnpro:hover {color: #fff;background-color: #b42112;}
.btnproview:hover {color: #fff;background-color: #132444;}
.btnproview {color: #fff;background-color: #b42112;}
.btn-proviewbtn {background-color: #b42112;color: #fff;padding: 10px 30px;}
.btn-proviewbtn:hover {background-color: #132444;color: #fff;padding: 10px 30px;}
/*  product css */
/* abouts css */
.image-box {position: relative;}
.image-box::after {position: absolute;left: 40%;top: -35%;content: "";height: 75%;width: 30%;background: #b42112;z-index: -1;transform: translateX(-50%);margin-left: -25px;}
.image-box img {border: 10px solid #fff;border-radius: 63%;width: 70%;box-shadow: 0px 0px 15px 0px;}
img.img-abouts {position: absolute;top: -80px;right: -20px;border-radius: 20px;}
img.imgabouts {position: absolute;bottom: -31px;left: -50px;background: #fffdfd;border-radius: 20px;}
/* abouts css */
/* footer css */
.btn-bannrebtn {padding: 10px 20px;color: #fff;background-color: #d00b2b;}
.btn-bannrebtn:hover {color: #fff;background-color: #132444;}
.home-footer {background-color: #b42112;position: relative;padding-top: 60px;}
.home-footer::before {content: '';position: absolute;top: -10px;left: 0;width: 100%;height: 135px;background: url(../img/pattern-2.png) repeat;z-index: 1000;pointer-events: none;}
.widgets-section {padding-top: 60px;padding-bottom: 20px;}
.footertitle {margin-bottom: 20px;font-size: 25px;font-weight: 700;}
.btn-social {color: #000;margin: 3px;background: #fff;}
.fooerlinks {display: inline-grid;}
.newsletter-box p {font-size: 16px;color: #fff;margin-bottom: 20px;}
.newsletter-form {display: flex;justify-content: center;align-items: center;gap: 10px;}
.newsletter-input {flex: 1;padding: 10px 15px;font-size: 14px;border: 1px solid #fff;border-radius: 5px;outline: none;}
.newsletter-input:focus {border-color: #007bff;box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);}
.newsletter-btn {padding: 10px 20px;font-size: 14px;color: #ffffff;background-color: #000;border: none;border-radius: 5px;cursor: pointer;transition: background-color 0.3s ease;}
.newsletter-btn:hover {background-color: #c4a484;}
@media (max-width: 576px) {
    .newsletter-form {flex-direction: column;}
    .newsletter-input {width: 100%;margin-bottom: 10px;}
    .newsletter-btn {width: 100%;}
}
/* contact form */
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {padding-right: 6px;padding-left: 2px !important;}
.submit-btn.border-0 {background: #000;padding: 10px 50px;color: #fff;font-size: 20px;border-radius: 10px;}
.submit-btn.border-0:hover {background-color: #f3f3f0;color: #000;}
.contacthomebox.p-3 {background-color: #fff;border-radius: 20px;padding: 10px;}
.fllopi-icon {background-color: #fff;border-radius: 20px;padding: 10px;border: 2px solid #b42112;border-bottom: 10px solid #b42112;display: flex;margin-bottom: 30px;}
.iconbox {text-align: center;background-color: #b42112;padding: 21px;height: 80px;width: 80px;border-radius: 30px 16px;}
.fllopi-icon i {color: #fff;font-size: 35px;}
.fllopi-info-text {font-weight: 700;font-size: 20px;padding: 10px;}
h2.contact-one_title.fllopi-title {font-size: 25px;margin-bottom: 30px;}
#choose img.me-3 {border-radius: 100%;padding: 4px;border: 2px solid;}
.homecontacttitl {font-size: 22px;font-weight: 600;}
#homecontact .theme3 {background-color: #b42112;}
#homecontact .leftWelBg {position: absolute;right: 0px;top: 0px;bottom: 0px;width: 60%;}
label.formhomecontact {font-weight: 600;color: #fff;font-size: 20px;}
.contactformtitle {font-weight: 700;color: #fff;font-size: 30px;text-align: center;}
/* contact form */
/* blog form */
.articlebtn {color: #e91f69;font-size: 18px;}
.sidebar {background-color: #b42112;padding: 20px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;}
.sidebar-widget_title {font-size: 20px;font-weight: bold;margin-bottom: 20px;color: #fff;text-transform: uppercase;}
.post-widget .post {display: flex;flex-direction: column;gap: 15px;}
.card {background-color: #f9f9f9;padding: 15px;border-radius: 8px;border: 1px solid #122447;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);transition: transform 0.3s, box-shadow 0.3s;}
.card h6 {font-size: 16px;margin: 0;}
.card h6 a {color: #b42112;text-decoration: none;transition: color 0.3s;}
.card h6 a:hover {color: #000;}
.card i {margin-right: 8px;color: #000;}
.titleimage {width: 20%;}
.contacttitlepage {color: #122447;font-size: 35px;font-weight: 600;}
.testimoal-email {font-size: 19px;}
a.p10px20px.buttonBig {text-decoration: none;}
h4.service-block_two-title.fllopi-title {font-size: 18px;}
#category .linkbtninqes-node {display: none;}
/* product page css  */
#readmore {margin: 50px 0px;padding: 30px 0px;background: #ffeadb;}
#bevreg {margin: 85px 0px;position: relative;}
#bevreg::before {content: '';position: absolute;top: -115px;left: 0;width: 100%;height: 60px;background: url(../img/pattern.png) repeat;z-index: 1000;pointer-events: none;}
#bevreg .side-img {width: 28%;position: absolute;top: 90%;right: 0;z-index: 111;}
#bevreg .pro-img {position: absolute;bottom: -62%;left: 0px;width: 44px;animation: slideLeftRight 20s linear infinite;}
@keyframes slideLeftRight {
0% {left: 0px;}
50% {left: calc(60% + 100px);}
100% {left: 0px;}
}
#bevreg .bevreg-box .bevreg-img {position: relative;box-shadow: 0px 0px 15px 0px;border-radius: 10px;}
#bevreg .bevreg-box .bevreg-img h2 {position: absolute;font-size: 22px;color: #fff;top: 29px;left: 10px;width: 90px;}
#bevreg .bevreg-box .bevreg-img img {width: 100%;border-radius: 10px;}
#about .about-box .aboutimg {
    border: 2px solid;
    box-shadow: 0px 0px 10px 0px;
}

