@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Cormorant+Upright:wght@300;400;500;600;700&family=Gluten:wght@600&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Lobster&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Open+Sans:wght@400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=PT+Serif:ital,wght@0,700;1,700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Ubuntu:ital@1&family=Varela+Round&display=swap');

/* font-family: 'Inter', sans-serif; */

* {
    padding: 0px;
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

section {
    margin: 150px 0px;
}

body {
    font-family: 'Inter';
}

.mr_contact {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.mr_contact p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .mr_contact p {
        font-size: 12px;
    }
}


/* ||||||||||||||||Navbar|||||||||||||||||||||||||||||||\ */


/* .navbar-mr .nav-item a:hover::after {
    transform: translate(-40%, 65%) scale(1);
    visibility: visible;
    opacity: 1;
}

.navbar-mr .nav-item a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(-40%, 65%) scale(0.9);
    left: auto;
    left: 50%;
    width: 51px;
    height: 17px;
    background-image: url("../img/icons/hover_icon.png");
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */


/*  */

.navbar-mr {
    top: 53px;
    background: rgb(0 0 0 / 18%);
    backdrop-filter: blur(10px);
    /* position: absolute; */
    transition: ease-in-out .6s;
}

.start-style2 {
    top: 0px !important;
    background-color: black;
    transition: ease-in-out .6s;
}

.navbar-mr .nav-item .nav-link {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-right: 10px;
}

.navbar-mr .nav-item .nav-link:hover {
    color: #C13B40;
}

.navbar-mr .nav-item .nav-link:hover img.ndsfnherewh {
    content: url(../img/icons/product_icon_active.png);
}

@media only screen and (max-width: 768px) {
    .navbar-mr .nav-item .nav-link {
        font-size: 11px;
    }
}

@media only screen and (max-width: 575.98px) {
    .navbar-mr {
        top: 76px;
    }
}

@media only screen and (max-width: 565px) {
    .navbar-mr .nav-item .nav-link {
        font-size: 15px;
    }
    .navbar-nav {
        text-align: center;
        height: 100vh;
    }
    .dropdown-menu {
        text-align: center;
    }
}


/*  */

.navbar-toggler:focus {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border: none !important;
    display: none;
}

ul.dropdown-menu.show,
ul.submenu.dropdown-menu {
    background: rgb(0 0 0 / 60%);
    backdrop-filter: blur(383px);
}

ul.dropdown-menu.show li a {
    color: #fff;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li a:focus-within,
.dropdown-menu>li a:focus-visible,
.dropdown-menu>li a:visited,
.dropdown-menu>li a:focus {
    background-color: rgb(193 59 64) !important;
}

@media (min-width: 768.95px) {
    .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
        display: none;
        border: none !important;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}


/*  */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||| index HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/* ||||||||||||||||||||||||||||||Hero |||||||||||||||||||||||||||||||||||||||||||||||| */

.mr_hero {
    width: 100%;
    height: 100vh;
    z-index: 0;
    position: relative;
    overflow: hidden;
    /* margin-top: -62px; */
}

.slide_lol {
    object-fit: cover;
    height: 100vh;
}

.mr_hero .mr_roy {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mr_hero .mr_roy span {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.mr_hero .mr_roy .rope {
    font-weight: 700;
    font-size: 44.53px;
    color: #FFFFFF;
}

.mr_hero .mr_np {
    display: none;
}

.mr_indicator li {
    border-radius: 55px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #c64f4b;
}

.mr_indicator .active {
    background-color: rgb(255 255 255);
    width: 30px;
    height: 15px;
    background: rgb(193, 59, 64);
    border: 2px solid #FFFFFF;
    border-radius: 55px;
}

.rope1-rk {
    margin-top: 55px;
}

.rk-btn-vd {
    border: 1px solid #FFFFFF;
    border-radius: 55px;
    padding: 7px 25px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    .mr_hero .mr_roy span {
        font-size: 20px;
    }
    .mr_hero .mr_roy .rope {
        font-size: 36.53px;
    }
}

@media only screen and (max-width: 575.95px) {
    .mr_hero .mr_roy span {
        font-size: 18px;
    }
    .mr_hero .mr_roy .rope {
        font-size: 31.53px;
    }
    .mr_hero .mr_roy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/* Pushti International */

.mr_secsdfahds img {
    position: absolute;
    left: 0;
    bottom: 110px;
    transform: rotate(0);
}

.mr_sec2 {
    position: absolute;
    right: 0;
    top: 110px;
    transform: rotate(180deg);
}

.inter .mr_wel .wel {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

.inter .mr_wel span {
    color: #C13B40;
    font-weight: 700;
    font-size: 26px;
}

.inter .mr_wel p {
    color: #555555;
    font-weight: 500;
    font-size: 18px;
}

.inter .details_wel p {
    color: #6E6E6E;
    font-weight: 400;
    font-size: 16px;
}

.all-same-btn-rk,
.inter .details_wel a {
    padding: 6px 23px;
    font-weight: 500;
    font-size: 16px;
    color: #C13B40;
    border: 1px solid #C13B40;
    border-radius: 55px;
    background-repeat: no-repeat;
    background-image: url(../img/sec-2_btnbg.svg);
    background-position-x: 24px;
    transition: ease-in-out 0.6s;
    text-align: center;
}

a.all-same-btn-rk-w {
    padding: 6px 23px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 55px;
    background-repeat: no-repeat;
    background-image: url(../img/wsec-2_btnbg.svg);
    background-position-x: 24px;
    text-align: center;
    transition: ease-in-out 0.6s;
    margin-top: 20px;
}

a.all-same-btn-rk-w:focus {
    box-shadow: none;
    color: white;
}

a.all-same-btn-rk-w:active {
    background-image: url(../img/wsec-2_btnbg.svg) !important;
    background-size: 162px;
    transition: ease-in-out 0.6s;
    background-position: center;
    color: white;
}

a.all-same-btn-rk-w:hover {
    background-image: url(../img/wsec-2_btnbg.svg) !important;
    background-size: 162px;
    transition: ease-in-out 0.6s;
    color: white;
    background-position: center
}

a.all-same-btn-rk:focus,
.inter .details_wel a:focus {
    box-shadow: none;
}

a.all-same-btn-rk:active,
.inter .details_wel a:active {
    background-image: url(../img/sec-2_btnbg.svg) !important;
    background-size: 162px;
    transition: ease-in-out 0.6s;
    background-position: center
}

a.all-same-btn-rk:hover,
.inter .details_wel a:hover {
    background-image: url(../img/sec-2_btnbg.svg) !important;
    background-size: 162px;
    transition: ease-in-out 0.6s;
    background-position: center
}

@media only screen and (max-width: 768px) {
    /* .mr_sec2 {
        width: 307px;
        left: -24px;
        top: 19px;
    } */
    .inter .mr_wel span {
        font-size: 21px;
    }
    .inter .mr_wel p {
        font-size: 13px;
    }
    .inter .details_wel p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 565px) {
    /* .mr_sec2 {
        width: 247px;
        left: 1px;
        top: 27px;
    } */
    .inter .mr_wel .wel,
    span {
        font-size: 24px;
    }
    .inter .mr_wel p {
        font-size: 14px;
    }
    .inter .details_wel p {
        font-size: 14px;
    }
    .inter .details_wel a {
        padding: 5px 15px;
        font-size: 15px;
        background-position-x: 19px;
    }
}

@media (max-width:413px) {
    .rk-d-non-img {
        display: none;
    }
}


/*|||||||||||||||||| Our Products|||||||||||||||||| */

.our-products .mr_products span {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

.our-products .mr_products span .pro {
    color: #C13B40;
}

.our-products .mr_products p {
    color: #555555;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}

.our-products .pro_card {
    width: 18rem;
    margin: 26px auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    background-image: url(../img/sec-2_card1bg.png);
    background-repeat: no-repeat;
    background-position-x: 39px;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    .our-products .mr_products span {
        font-size: 30px;
    }
    .our-products .mr_products p {
        font-size: 15px;
    }
}

@media (max-width: 565px) {}


/*|||||||||||||||||| our application|||||||||||||||||| */

.our_application .mr_app span {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

.our_application .mr_app span .app {
    color: #C13B40;
}

.our_application .mr_app p {
    font-weight: 500;
    font-size: 18px;
    color: #555555;
    margin-top: 15px;
}

.our_application .app_img p {
    font-weight: 600;
    font-size: 16px;
    color: #555555;
    /* margin-top: 15px; */
}


/*|||||||||||||||||| our application|||||||||||||||||| */

.our_export .mr_export span {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

.our_export .mr_export span .export {
    color: #C13B40;
}

.our_export .mr_export p {
    font-weight: 500;
    font-size: 18px;
    color: #555555;
    margin-top: 15px;
}

.our_export .mr_map {
    margin-top: 28px;
}


/*|||||||||||||||||| Footer  |||||||||||||||||| */

.mr_footer {
    background-image: url(../img/Rectangle\ 701.jpg);
    background-size: cover;
    padding: 180px 0 15px;
    position: relative;
    background-position: top center;
}

.mr_footer .olol {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: -123px;
}

.mr_footer .mr-foot-p p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    letter-spacing: 0.02em;
}

.mr_footer .usefull-link .links {
    color: #C13B40;
    font-size: 15px;
    font-weight: 700;
}

.mr_footer .usefull-link a {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
}

.mr_footer .contact-us a {
    margin-top: 15px;
}

.mr_footer .contact-us p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    /* margin-top: 15px; */
}

.mr_footer .contact-us .contact {
    color: #C13B40;
    font-weight: 700;
    font-size: 15px;
}


/* 

*/

.mr_social_icon {
    margin: 0 5px;
    width: 25px;
    height: 25px;
}

@media (max-width: 991.98px) {
    .mr_footer .mr-foot-p p {
        font-size: 14px;
    }
}

@media (max-width: 567.98px) {
    .mr-foot-p {
        text-align: center;
    }
}

@media (max-height: 480.98px) {
    .slide_lol {
        object-fit: cover;
        height: 482px;
    }
    .mr_hero {
        height: 482px;
    }
    .mr_hero .mr_roy {
        height: 482px;
    }
}

@media (max-width: 767px) {
    .slide_lol {
        object-fit: cover;
        height: 550px;
    }
    .mr_hero {
        height: 550px;
    }
    .mr_hero .mr_roy {
        height: 550px;
    }
}


/*  */

.waves-ak {
    bottom: -38px;
    z-index: 1;
}

.waves-ak-mk {
    bottom: -38px;
    z-index: 1;
}

.position-absolute {
    position: absolute !important;
}

.waves {
    position: relative;
    width: 100%;
    height: 14vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}


/* Animation for the waves */

.moving-waves>use {
    animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.moving-waves>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 11s;
}

.moving-waves>use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.moving-waves>use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s;
}

.moving-waves>use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s;
}

.moving-waves>use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s;
}

.moving-waves>use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.main-last-foo {
    margin-top: 15px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    opacity: 0.8;
}

.main-last-foo a {
    color: #555555;
    opacity: 0.8;
}

.main-last-foo a:hover {
    color: #555555;
    opacity: 0.8;
    text-decoration: none;
}

.rk-hr-main-1 {
    width: 100%;
    background: rgba(193, 59, 64, 1);
    height: 1px;
}

.img-fluid-mk {
    /* width: auto; */
    height: 19px;
}


/*Shrinking for mobile*/

@media (max-width: 767.98px) {
    .waves {
        height: 70px;
        min-height: 40px;
    }
    .our_export .mr_export p {
        font-size: 14px;
    }
    .our_application .mr_app p {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .mr_footer {
        padding: 250px 0 15px;
    }
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||| About HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/* ||||||||||||||||||||||||||||||Hero |||||||||||||||||||||||||||||||||||||||||||||||| */

.about-mr_hero {
    width: 100%;
    /* height: 100vh; */
    z-index: 0;
    background-image: url(../img/about.png);
    background-repeat: no-repeat;
    position: relative;
    padding-top: 184px;
    padding-bottom: 121px;
    background-size: cover;
}

.about-mr_hero .about-us h1 {
    font-weight: 700;
    font-size: 34.53px;
    color: #FFFFFF;
}

.about-mr_hero .about-us p a {
    color: #FFFFFF;
    text-decoration: none;
}

.about-mr_hero .about-us p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}


/* Img */

.mr-about-img {
    position: relative;
}

.mr-about-img .about_img {
    position: absolute;
    bottom: 154px;
    left: 0px;
}

.mr-about-img .about-one {
    position: absolute;
    left: 0px;
    bottom: 164px;
}

button.owl-dot:focus-visible,
button.owl-dot:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

button.owl-dot.active:focus-visible,
button.owl-dot.active:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}


/* about-our-process */

.about-our-process {
    background-image: url(../img/about-our-pro.png);
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
    background-position: center;
}

.about-our-process .mr-process span {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

.about-our-process .mr-process span .pro {
    color: #C13B40;
}

.about-our-process .mr-process p {
    color: #555555;
    font-size: 18px;
    margin-bottom: 49px;
}

.mr_sec3 {
    top: 120px;
    position: absolute;
    right: 0px;
}


/* about-we-serve */

.about-we-serve .mr-we-serve p {
    font-size: 18px;
    color: #555555;
    font-weight: 500;
}

.about-we-serve .mr-we-serve span {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
}

.about-we-serve .mr-we-serve span .serve {
    color: #C13B40;
}

.about-we-serve .me-tit {
    font-size: 18px;
    font-weight: 600;
    text-align:center;
    margin-bottom: 10px;
}

.about-we-serve .serve-industri .we-p {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 575.98px) {
    .about-mr_hero .about-us h1 {
        font-size: 25.53px;
        text-align: center;
    }
}

@media (max-width: 768.98px) {
    .about-we-serve .me-tit {
        font-size: 16px;
    }
    .about-we-serve .serve-industri .we-p {
        font-size: 12px;
    }
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||| export HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.export p {
    color: #555555;
    font-size: 16px;
    margin-bottom: 50px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .export p {
        font-size: 14px;
    }
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||| Pakingtype HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.packing-type p {
    font-size: 18px;
    color: #555555;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||| Contact Us HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.contact-us .get-in .get-in-mr {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
}

.contact-us .get-in span {
    color: #C13B40;
}

.contact-us .address {
    margin-top: 40px;
}

.contact-us .soical-media {
    margin-top: 50px;
}

.contact-us .mr-form-g .form-control {
    /* padding: 15px; */
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 10px 11px;
}

.contact-us ::placeholder {
    color: #555555;
    font-weight: 500;
    font-size: 15px;
    opacity: 0.5;
}

.map_mmm {
    color: #000000;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}

.map_mmm span {
    color: #C13B40;
}

.mr-map iframe {
    width: 100% !important;
    height: 235px !important;
    border: none;
    border-radius: 30px;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||| productsdetail 1 HTML  ||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.mr-product-det {
    padding-top: 117px;
}

.mr-product-det .features .mr-fe {
    color: #555555;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.mr-product-det .features li {
    color: #6E6E6E;
    font-weight: 400;
    font-size: 14px;
}

.mr-product-det .features p {
    color: #6E6E6E;
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
}

.mr-product-det .mr-major .mh-use {
    color: #555555;
    font-weight: 700;
    font-size: 16px;
}


/* Table */

table {
    border-collapse: separate;
    border-spacing: 0;
    /* min-width: 350px; */
}

table tr th,
table tr td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 12px;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid #bbb;
}

table tr th {
    background: #eee;
    border-top: 1px solid #bbb;
    text-align: left;
}


/* top-left border-radius */

table tr:first-child th:first-child {
    border-top-left-radius: 16px;
}


/* top-right border-radius */

table tr:first-child th:last-child {
    border-top-right-radius: 16px;
}


/* bottom-left border-radius */

table tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}


/* bottom-right border-radius */

table tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

.mr-product-det .mr-sm-table {
    box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.09);
    border-radius: 15px 15px 15px 15px;
    margin-top: 17px;
}

.mr-product-det .tb-head {
    background: rgba(207, 207, 207, 0.2);
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

.mr-product-det .mr-sm-table .tb-p {
    background: rgba(207, 207, 207, 0.2);
    color: #555555;
    font-weight: 400;
    font-size: 12px;
}

.mr-product-det .mr-sm-table tr td {
    padding: 12px 13px;
}

.mr-product-det .mr-sm-table td:first-child {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

.mr-product-det .mr-sm-table td {
    color: #555555;
    font-weight: 400;
    font-size: 12px;
}

.mr-major li {
    color: #6E6E6E;
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
}

.others {
    font-size: 14px;
    font-weight: 400;
    color: #6E6E6E;
    margin-top: 40px;
}

.others .oth {
    color: #555555;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.big_table {
    padding-top: 32px;
    padding-right: 15px;
    padding-bottom: 56px;
    padding-left: 15px;
    margin-bottom: 86px;
    margin-bottom: 86px;
}

.col-12.table-responsive {
    padding: 0;
}

.mr-bg-table .tb-head th {
    background: rgba(207, 207, 207, 0.2);
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 16px 40px;
}

.mr-bg-table .t-data td {
    color: #555555;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}


/* 0 */

#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    /* new 20 11 2021 12 46 */
    /* background: url("") center top no-repeat; */
    /* background-image: url("../../img/home_hero_bg.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.carousel-control-prev {
    opacity: 0;
}

.carousel-control-next {
    opacity: 0;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 0;
}


/* new 20 11 2021 12 46 */

.carousel-item:nth-child(1) #hero {
    background-image: url("../img/Slider/Rectangle\ 721.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* new 20 11 2021 12 46 */

.carousel-item:nth-child(2) #hero {
    background-image: url("../img/Slider/Rectangle\ 722.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-item:nth-child(3) #hero {
    background-image: url("../img/Slider/Rectanglen721.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-rk-hero-mk {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
}

.dec-rk-hero-mk {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 44.53px;
    color: #FFFFFF;
}


/* new 20 11 2021 12 46 */

.pt-md-5pt-2 {
    padding: 95px 0 0;
}


/* 
.carousel-item:nth-child(3) #hero {
    background-image: url("../../img/home_hero_bg.png");
} */

@media (max-height: 606.98px) {
    #hero {
        height: 600px;
        padding: 53px 0 50px;
    }
    #hero .container {
        height: auto !important;
    }
}

@media (max-width: 991.98px) {
    .title-rk-hero-mk {
        font-size: 18px;
    }
    .dec-rk-hero-mk {
        font-family: 'Inter';
        font-weight: 700;
        font-size: 22px;
        color: #FFFFFF;
    }
    .row.justify-content-center.align-self-center.align-items-center.pt-md-5pt-2.h-100.d-flex {
        align-content: center !important;
    }
}

@media (max-width: 767.98px) {
    #hero {
        height: 900px;
        padding: 100px 0 60px 0;
    }
    #hero .container {
        height: auto !important;
    }
    /* #hero .intro-img {
        width: 80%;
    } */
    .pt-md-5pt-2 {
        padding: 0;
    }
}

@media (max-width: 425.98px) {
    #hero {
        height: 740px;
        padding: 90px 0 20px 0;
    }
}

@media (max-width: 767.98px) {
    #hero .intro-info {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .mr_footer .olol {
        top: -83px;
    }
}

@media (max-width: 991.98px) {
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 4px;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 8px);
}

#google_translate_element select {
 background: rgba(0, 0, 0, 0.3);
    border: 0.732877px solid #FFFFFF;
    border-radius: 40.3082px;
    color: #fff;
    padding: 6px 13px 6px 12px;
    width: 145px;
    appearance: none;
     background-image: url(../img/arrow-dropdwon.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-position-y: 14px;
    background-size: 12px;
}
#google_translate_element select option{
    background: #252424;
    color: #fff;
}

/*google translate link | logo */

.goog-logo-link {
    display: none!important;
}

.goog-te-gadget {
    color: transparent!important;
}


/* google translate banner-frame */

.goog-te-banner-frame {
    display: none !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

body {
    top: 0!important;
}



.skiptranslate.goog-te-gadget {
    margin-bottom: -15px;
}




@media (max-width: 768px) {
 .navbar-mr {
    top: 76px;
 }   
}
.card.pro_card .card-body.d-flex a {
    width: 50px;
    height: 32px;
    padding: 0;
    margin: 5px;
    /* display: block !important; */
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}
.card.pro_card .card-body.d-flex a img {
    width: 32px;
    height: 32px;
}

.card.pro_card .card-body p.card-text {
    margin-bottom: 0;
}


.card.pro_card .card-body.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}