/*Table Content
==========================
    # General
        - Fonts
    # Links
    # Headings
    # Lists
        - Social-List
        - Contact-List
    # Images
*/
/* General
======================= */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");

body {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    background-color: #f7f7f7;
}

/* Links
==========================*/
a,
a:hover,
a:focus {
    text-decoration: none;
}

/* Headings
========================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin: 0;
}

p {
    margin: 0;
}

/*Lists
==========================*/
ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Images
=========================== */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Section Setting
============================ */
.section-lg {
    padding: 50px 0;
}

.row {
    /*    flex-direction: row-reverse*/
}

*:focus,
*:hover {
    outline: none !important;
}

iframe {
    width: 100%;
    height: 100%;
}

/*loader******/
.loader {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.loader img {
    object-fit: contain;
    max-width: 200px;
    animation: opac 0.9s ease-in-out alternate-reverse infinite;
}

label.error {
    color: #f00;
    margin-top: -15px;
    display: block;
}

@-webkit-keyframes opac {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes opac {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.owl-dots {
    top: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff42 !important;
    margin: 0 6px;
}

.owl-dots .owl-dot.active {
    background-color: #b6b284 !important;
}

.owl-carousel .owl-nav button {
    position: absolute;
    z-index: 222;
    top: 50%;
    outline: none;
    width: 40px;
    height: 40px;
    background-color: #b6b284 !important;
    line-height: 45px !important;
    border-radius: 50%;
    text-align: center;
    font-size: 35px !important;
    color: #172e3e !important;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button span {
    color: #fff;
    margin-top: -5px;
    display: block;
}

.owl-carousel .owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-nav button:hover {
    box-shadow: 0px 0px 5px 0px #b6b284de;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 31px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 31px;
}

.cust_header {
    color: #b6b284;
    margin-bottom: 38px;
    font-size: 50px;
    font-weight: 700;
}

.cut_p {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 38px;
    line-height: 37px;
    letter-spacing: -1;
}

.cust_hint {
    color: #707070;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
}

.cut_btn {
    border-radius: 4px;
    background-color: #96926c;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 10px 25px;
    position: relative;
    font-weight: 300;
}

.cut_btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background-color: #b6b2841f;
    transition: all 0.3s ease-in-out;
    left: 0;
    top: 0;
}

.cut_btn:hover {
    color: #ffffff;
}

.cut_btn:hover::after {
    width: 100%;
}

.normal_title {
    color: #b6b284;
    font-weight: 400;
    font-size: 28px;
}

header {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 11px 1px #0000003d;
}

header nav {
    padding: 0 !important;
}

header nav .navbar-brand {
    padding: 0;
}

header nav .navbar-brand img {
    height: 77px;
    transform: scale(0.8);
}

header nav .navbar-toggler {
    outline: none;
    color: #b6b284;
}

header nav .collapse ul li {
    font-size: 20px;
    font-weight: 700;
    margin-left: 15px;
    letter-spacing: -1px;
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 77px;
    line-height: 67px;
}

header nav .collapse ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #b6b284;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

header nav .collapse ul li:hover::after,
header nav .collapse ul li.active::after {
    height: 100%;
}

header nav .collapse ul li a {
    color: #000000;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

header nav .collapse ul li:hover a,
header nav .collapse ul li.active a {
    color: #fff;
}

.container-fluid {
    padding: 0;
}

.home {
    height: calc(100vh - 77px);
    text-align: center;
    padding: 0;
    position: relative;
}

.home .owl-carousel {
    height: calc(100vh - 77px);
}

.home .owl-carousel .slide_item {
    position: relative;
}

.home .owl-carousel .slide_item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
}

.home .owl-carousel .slide_item img {
    height: calc(100vh - 77px);
    object-fit: cover;
}

.home .home_content {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: auto;
    left: 50%;
}

.home .home_content .home_brand img {
    margin: 0 auto;
    width: 200px;
}

.home .home_content .home_header {
    color: #b6b284;
    margin: 20px 0;
    font-size: 34px;
    font-weight: 400;
        text-shadow: 3px 3px 4px black;
}

.home .home_content .home_description {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
        text-shadow: 3px 3px 4px black;
}

.about_us {
    padding: 70px 0;
}

.service {
    padding: 40px 0;
    background: linear-gradient(to bottom, #000000ab, #000000ab),
        url(../images/11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.service .select_item:nth-of-type(even) {
    padding-left: 70px;
}

.service .service_content {
    margin-bottom: 50px;
    border: 1px solid transparent;
    border-radius: 9px;
    transition: all 0.4s ease-in-out;
    padding: 20px;
    cursor: pointer;
}

.service .service_content:hover {
    box-shadow: 0px 0px 14px 7px #b6b28447;
    transform: translateY(-5px);
}

.service .service_content .service_header {
    margin-bottom: 30px;
}

.service .service_content .service_header h3 {
    display: flex;
    align-items: center;
    color: #b6b284;
}

.service .service_content .service_header h3 img {
    width: 50px;
    margin-right: 30px;
}

.service .service_content .service_header h3 span {
    font-weight: 700;
    line-height: 37px;
    display: inline-block;
}

.service .service_content p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.service .service_content p span {
    display: block;
    line-height: 33px;
}

@keyframes pro {
    0% {
        box-shadow: 0px 0px 0px 0px #b6b284d1;
    }

    50% {
        box-shadow: 0px 0px 5px 15px #b6b284d1;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #b6b284d1;
    }
}

.products {
    padding: 70px 0;
}

.products .product_header {
    margin-bottom: 80px;
}

.products .product_body .product_content {
    margin-bottom: 50px;
}

.products .product_body .product_content .ration_holder {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.products .product_body .product_content .ration_holder::after {
    content: "";
    display: block;
    padding-top: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.products .product_body .product_content:last-of-type {
    margin-bottom: 20px;
}

.products .product_body .product_content .cust_header {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 25px;
}

.products .product_body .product_content .cut_p {
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 40px;
}

.products .product_body .product_content .product_img {
    margin: 25px;
    position: relative;
    /* border-radius: 50%; */
    box-shadow: 0px 0px 1px 3px #b6b284;
    border: 2px solid #b6b284;
    overflow: hidden;
    /* animation: pro 1.5s ease-in-out infinite; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.products .product_body .product_content .product_img:hover img {
    transform: scale(1.2);
}

.products .product_body .product_content .product_img img {
    /* border-radius: 50%; */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px 3px #00000015;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.counter_sec {
    color: #fff;
    background: #b6b284;
    position: relative;
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}

.counter_sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/counter_bg.png");
    background-repeat: repeat;
    background-size: contain;
}

.counter_sec .counter_container .counter_content {
    margin: 10px;
    padding-bottom: 20px;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.counter_sec .counter_container .counter_content:hover {
    box-shadow: 0px 0px 7px 1px #000;
}

.counter_sec .counter_container .counter_content img {
    width: 100px;
    margin: auto;
    transform: scale(0.7);
}

.counter_sec .counter_container .counter_content h4 {
    color: #fff;
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 19px;
    letter-spacing: 0;
}

.counter_sec .counter_container .counter_content .count_title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
}

.parteners {
    padding: 50px 0;
    position: relative;
}

.parteners .owl-dots {
    top: 117% !important;
}

.parteners .owl-dots .owl-dot {
    background-color: #11293699 !important;
}

.parteners .owl-dots .owl-dot.active {
    background-color: #b6b284 !important;
}

.parteners .partener_container .partener_content {
    padding: 10px 0;
}

.parteners .partener_container .partener_content:hover img {
    filter: grayscale(0);
}

.parteners .partener_container .partener_content img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    height: 74px;
    object-fit: contain;
}

.subscribe {
    background: linear-gradient(to bottom, #000000ab, #000000ab),
        url(../images/9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.subscribe .cust_header {
    margin-bottom: 40px;
}

.subscribe p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
}

.subscribe form {
    background: #fff;
    border-radius: 37px;
    width: 63%;
    height: 57px;
    clear: both;
    padding: 0 6px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.subscribe form input {
    border: none;
    background: transparent;
    font-weight: 300;
}

.subscribe form input:focus {
    outline: none;
}

.subscribe form input[type="email"] {
    float: left;
    width: 100%;
}

.subscribe form button {
    float: right;
    background-color: #b6b284;
    color: #ffffff;
    padding: 0;
    border-radius: 38px;
    font-size: 19px;
    border: none;
    overflow: hidden;
    width: 200px;
    height: 41px;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
}

.subscribe form button::after {
    border-radius: 38px;
}

.contact_us {
    height: calc(100vh - 77px);
    position: relative;
    display: flex;
    align-items: center;
}

.contact_us iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.contact_us .contact_form {
    position: relative;
    z-index: 1;
    background: #b6b284;
    border-radius: 6px;
    padding: 30px;
}

.contact_us .contact_form .cust_header {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

.contact_us .contact_form input,
.contact_us .contact_form textarea {
    display: block;
    width: 100%;
    margin: auto;
    background: #ffffff10;
    color: #fff;
    border: none;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    resize: none;
    font-weight: 300;
}

.contact_us .contact_form input::placeholder,
.contact_us .contact_form textarea::placeholder {
    color: #fff;
    transition: all 0.1s ease-in-out;
}

.contact_us .contact_form input:focus,
.contact_us .contact_form textarea:focus {
    outline: none;
}

.contact_us .contact_form input:focus::placeholder,
.contact_us .contact_form textarea:focus::placeholder {
    font-size: 12px;
}

.contact_us .contact_form button {
    width: 103px;
    border: none;
    font-size: 17px;
    float: right;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 400;
}

footer {
    color: #fff;
    background: #18180f;
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
}

footer::after {
    content: "";
    background: url("../images/counter_bg.png");
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

footer a {
    transition: all 0.2s ease-in-out;
}

footer a:hover {
    color: #b6b284 !important;
    text-decoration: underline;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer .footer_logo img {
    margin-left: 0;
    max-width: 200px;
}

footer p {
    letter-spacing: 0;
    font-size: 14px;
    margin: 20px 0;
    font-weight: 300;
}

footer .media ul li {
    display: inline-block;
    margin-right: 20px;
}

footer .media ul li a {
    color: #fff;
    font-size: 20px;
}

footer .footer_title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #b6b284;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

footer .footer_title h4::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 100%;
    width: 68%;
    height: 2px;
    background-color: #b6b284;
    margin-top: 5px;
}

footer .page_links ul li {
    margin-bottom: 20px;
}

footer .page_links ul li a {
    color: #fff;
}

footer .Office_loc ul li {
    margin-bottom: 15px;
}

footer .Office_loc ul li a {
    color: #fff;
    clear: both;
    display: flex;
}

footer .Office_loc ul li a img {
    float: left;
    margin-right: 10px;
    width: 20px;
}

footer .copy_right {
    margin-top: 20px;
    border-top: 0.2px solid #b6b284;
    padding: 10px 0;
    text-align: center;
}

.faq_body {
    padding: 70px 0 50px;
}

.faq_body .faq_header .cust_header {
    font-weight: bold;
}

.faq_body #accordion .card {
    background-color: transparent;
    border: 0;
    box-shadow: 1px 1px 5px 1px #0000001f;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.faq_body #accordion .card .card-header {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 18px;
}

.faq_body #accordion .card .card-header .card-link {
    display: block;
    padding: 9px 15px 15px;
    background-color: #b6b284;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    padding-right: 37px;
}

.faq_body #accordion .card .card-header .card-link svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.faq_body #accordion .card .card-header .card-link.collapsed {
    background-color: #fff;
    color: #b6b284;
}

.faq_body #accordion .card .card-header .card-link.collapsed i {
    transform: translatey(-50%) rotate(180deg);
}

.faq_body #accordion .card .card-body {
    background-color: #f5f6f7;
    color: #b6b284;
    font-size: 16px;
}

.policy_body {
    padding: 70px 0 50px;
}

.policy_body .policy_header {
    margin-bottom: 40px;
}

.policy_body .policy_header .cust_header {
    font-weight: 400;
}

.policy_body .Policy_content .cut_p {
    margin: 30px 0;
    font-size: 19px;
}
.contact_us .contact_form .cust_header{
color: #fff !important;
}
/*# sourceMappingURL=style.css.map */
