* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

::selection{
    background-color: #9a3234;
    color:#ffffff;
}

p {
    font-weight: 500;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row {
    --bs-gutter-x: 0rem !important;
    --bs-gutter-y: 0;
}


.top_header {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #626467;
}

.compay_logo img {
    width: 251px;
}

.header_mobile {
    padding: 36px 10px;
    background-color: #ffffffbf;
    display: none;
}

.header_desktop {
    padding: 36px 10px;
    background-color: #ffffffbf;

}

.nav_links ul {
    padding-left: 0px;
}

.nav_links ul li {
    list-style-type: none;
    display: inline-flex;
    gap: 10px;
}


.nav_links ul li.navParent {
    position: relative;
}

.nav_links ul li a {
    font-size: 13px;
    display: block;
    padding: 6px;
    text-decoration: none;
}

.nav_links ul li a:hover {
    opacity: 0.8;
}

.nav_links ul li .navChild {
    display: none;
    position: absolute;
    left: -45px;
    top: 50px;
    z-index: 99;
    padding-left: 0px;
}

.nav_links ul li .navChild li {
    display: block;
    margin: 0;
    min-width: 250px;
    background: #981a1d;
}

.table td {
    border-collapse: collapse;
    border: 1px solid #99040b50;
    font-family: calibri;
    color: #3b3a3a;
    font-size: 14px;
    text-align: center;
    height: 30px;
}

.table th {
    border-collapse: collapse;
    border: 1px solid #ffffff;
    font-size: 15px;
    
    text-align: center;
    color: #000;
    background-color: #99040b;
    height: 30px;
    font-family: calibri;
}

.nav_links ul li .navChild li a {
    text-align: center;
    border-top: 1px solid #ffffff14;
    color: #ffffff;
    font-size: 12px;
}

.offer_btn a {
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    background-color: #a74d50;
    padding: 12px 13px;
    color: #fff;
}

.link_color li a {
    text-decoration: none;
    font-size: 13px;
    margin-left: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.banner_img_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_img_inner {
    max-height: 320px;
    overflow: hidden;
}

.about_wrapper h5{
    font-size:15px;
    font-weight: 600;
    text-transform: uppercase;
}

.about_wrapper h5 span{
    letter-spacing: -3px;
    font-family: sans-serif;
}

.ss h2 span{
    font-family: sans-serif;
}

.about_wrapper p span{
    font-size: 16px;
    font-family: sans-serif;
}

.about_wrapper h3 span{
    color: #4e4f50;
    font-weight: 600;
    text-transform: uppercase;
    font-family: sans-serif
}

.banner_img_inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b0;
}

.banner_img {
    max-height: 550px;
    overflow: hidden;
}

.banner_img img {
    object-fit: cover;
    min-height: 540px;
}

.banner_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
}

.banner_text {
    position: absolute;
    content: "";
    z-index: 1;
}

.banner_text h2 {
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 33px;
}


.banner_text img {
    width: 200px !important;
    min-height: 100px !important;
    object-fit: contain !important;
    margin: auto;
}

.banner_btn a {
    background-color: #a74d50;
    padding: 12px 13px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #ffffff2d;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.banner_btn a:nth-child(2) {
    background-color: #ffffff;
    padding: 12px 13px;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ffffff2d;
}

.qua_box {
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-style: dotted;
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.quality_box img {
    width: 59px;
}


.quality_box h6 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

.quality_box p {
    font-size: 15px;
    font-weight: 400;
    color:#000000;

}

.quality_sec {
    position: relative;
    /* padding-top: 30px; */
    padding-bottom: 30px;
    background-color: #fce5e600;
    margin-top: -22px;
    z-index: 9;
}

.quality_box {
    background-color: #bcc0c5;
    min-height: 100%;
    padding: 33px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 5px;
}

.about_section {
    padding-top: 60px;
    padding-bottom: 40px;

}

.about_wrapper {
    max-width: 550px;
}

.heading_text h3 {
    text-transform: uppercase;
}

.heading_text span {
    color: #4e4f50;
}

.about_wrapper h6 {
    font-size: 20px;
    font-weight: 700;
}

.about_wrapper h3 {
    color: #4e4f50;
    font-weight: 600;
    text-transform: uppercase;
}

.about_wrapper p {
    font-size: 16px;
}

.abt_img {
    background-image: url(../images/dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.dedcriptions-btn {
    width: 197px;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #cd808200;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 9px 0;
    transition: all 0.3s;
    padding-right: 40px;
    margin: 20px 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}

.dedcriptions-btn .btn-icons {
    background-color: #981a1d;
    width: 82px;
    height: 43px;
    float: right;
    position: absolute;
    border-radius: 30px 30px 30px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}

.name-descripeion {
    position: relative;
    z-index: 9999;
}

.btn-icons::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid #ba6a6c;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.dedcriptions-btn:hover .btn-icons {
    width: 100%;
    border-radius: 30px;
}

.dedcriptions-btn:hover .btn-icons::after {
    display: none;
    opacity: 0.1;
}

.btn-icons i {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #fff;
}

.dedcriptions-btn:hover {
    color: #fff !important;
}

.hover-box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.hover-box a {
    text-decoration: none;
}

.middle_banner {
    padding-top: 25px;
    /* background-image: url(../images/nid_bg.png); */
    background-position: center;
    background-size: cover;
    background-color: #f4efef05;
    background-repeat: no-repeat;
}

.dedcription-btn {
    width: 197px;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 9px 0;
    transition: all 0.3s;
    padding-right: 40px;
    margin: 20px 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}

.dedcription-btn .btn-icon {
    background-color: #a74d50;
    width: 82px;
    height: 43px;
    float: right;
    position: absolute;
    border-radius: 30px 30px 30px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}

.name-descripeion {
    position: relative;
    z-index: 9999;
}

.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid #fcfcfc;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.dedcription-btn:hover .btn-icon {
    width: 100%;
    border-radius: 30px;
}

.dedcription-btn:hover .btn-icon::after {
    display: none;
    opacity: 0.1;
}

.btn-icon i {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #fff;
}

.dedcription-btn:hover {
    color: #fff !important;
}

.product_imgs .hover-box {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.featured_wrapper ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.featured_wrapper ul li p{
    width: 264px;
    font-size: 14px;
    font-weight: 600;
    color: #595959;
}

.hover-box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.hover-box a {
    text-decoration: none;
}


.second_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0000000f;
}

.second_section2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}


.gallery_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0000000f;

    /* background-image: linear-gradient(to bottom, #00000075, #e5e5e5eb), url(../images/bg.jpg);*/
}

.why_icon img {
    width: 50px;
}

.why_icon {
    width: 68px;
    margin-bottom: 10px;
}

.why_text h6 {
    font-size: 16px;
    font-weight: 500;
}

.abt_imgs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt_imgs::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 74%;
    height: 94%;
    background-color: #f7f7f7;
    border-radius: 25% 75% 70% 25% / 25% 25% 75% 66%;
}

.gallery_wrapper img {
    position: relative;
    z-index: 9;

}

.dummy_wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    width: 167px !important;
    height: 167px;
    padding: 10px;
    object-fit: contain;
    background-color: #fff;
}

.dummy_wrapper img {
    position: relative;
    z-index: 9;
    width:200px !important;

}

.gallery_wrapper {
    background-color: #ffffff;
    border: 3px solid #0000001c;
    position: relative;
    margin: 1px;
}

.gallery_wrapper::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 94%;
    top: 0px;
    margin: 8px;
    left: 10px;
    padding: 0px;
    background-color: #5b5b5b0f;
}

.gallery_wrapper::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 94%;
    top: 0px;
    margin: 8px;
    right: 10px;
    padding: 0px;
    background-color: #23232329;
}

.abt_imgs img {
    position: relative;
    z-index: 9;
}

.gallery_wrapper_text h3 {
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.product_sec_one {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(to bottom, #ffffffdb, #ffffff), url(../images/abt_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    /* background-image: linear-gradient(to bottom, #981a1d94, #981a1da6), url(../images/bg.jpg); */
    background-size: contain;
    background-attachment: fixed;

}


.testmonial_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0000000f;

}

.testimonial {
    background: #ffffff09;
    text-align: center;
    margin: 0 20px;
}

.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #726d6d;
    border-left: 1px solid #726d6d;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    position: relative;
    min-height: 193px;
}

.testimonial .description:before {
    content: "\ec51";
    font-family: remixicon !important;
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #726d6d;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}

.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #726d6d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #726d6d;
    position: absolute;
    top: -50px;
    left: 50%;
}

.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #726d6d;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #726d6d;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 35px;
    background: #2660a4;
}


.footer-widget p {
    margin-bottom: 27px;
}



.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #fff9ad;
}

/* .animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
} */

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #ffd7b9;
    border: 2px solid #ffd7b9;
}

#leftside-navigation ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#leftside-navigation ul li {
    display: block;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#leftside-navigation ul li.open>a>i {
    transform: rotate(90deg);
}

#leftside-navigation ul li.open>a>i:not(:hover) {
    color: #981a1c;
}

#leftside-navigation ul li a {
    position: relative;
    display: block;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    padding: 18px 60px 15px 0px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ffffff0d;
    outline: 0;
}

#leftside-navigation ul li a:hover {
    color: #981a1c;
    font-weight: 700;
}

#leftside-navigation ul li a span {
    display: inline-block;
}

#leftside-navigation ul li a i {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: absolute;
    touch-action: manipulation;
}

#leftside-navigation ul li a i:hover {
    background-color: #ffffff;
    color: #000;
}

#leftside-navigation ul li a i .fa-angle-left,
#leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}

#leftside-navigation ul ul {
    display: none;
    background-color: #ed868654;
    padding-left: 4px;
}

#leftside-navigation ul ul li {
    border-bottom: none;
}

.hums img {
    width: 34px;
}




.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #f9d7d7;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.product_imgs {
    max-width: 410px;
    margin: auto;
}

.dk-footer {
    padding: 101px 0 0;
    background-color: #bcc0c5;
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -14px;
    position: relative;
    color: #fff9ad;
}

.dk-footer-box-info p {
    font-size: 15px;
}

.dk-footer-box-info {
    position: absolute;
    top: -14px;
    background: #a74d50;
    padding: 20px;
    z-index: 2;
    max-width: 350px;
}

.dk-footer-box-info img {
    max-width: 228px;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff9ad;
    margin-right: 5px;
    color: #000;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
}

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 17px;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
    color: #000000;
    font-size: 13px;

}

.footer-widget a {
    color: #000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #ffffff;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 12px 28px;

    border-radius: 50px;
    background: #bcc0c5;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #a74d50;
    background: #a74d50;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}

.contact-info p {
    font-size: 14px;
}

.contact-info h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    padding: 17px 0;
    margin-top: 52px;
    background-color: #202020;
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
}

.copyright a:hover {
    color: #edeef0;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}

.fixed_icon {
    padding: 13px 19px;
    background-color: #a74d50;
    color: #c59c77;
}

.fixed_icon a {
    color: #fff9ad;
    text-decoration: none;
}

.fixed_icon_bar {
    position: fixed;
    z-index: 999;
    background-color: #010124;
    bottom: 11px;
    right: 11px;
    border-radius: 12px;
    overflow: hidden;
}

.add_icon i{
    color:#ffffff;
}

.add_text h6 {
    color: #981a1d;
    font-weight: 600;
}

.add_icon {
    min-width: 63px;
    height: 60px;
    background-color: #a74d50;
    display: flex;
    justify-content: center;
    align-items: center;
}

.get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .get-in-touch .title {
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 48px;
  }
  
  .contact-form .form-field {
    position: relative;
    margin: 32px 0;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 1px 0;
    border-color: #9a3234;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .contact-form .input-text:focus {
    outline: none;
    
  }
  /* .contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
    transform: translateY(-24px);
  } */
  .contact-form .label {
    position: absolute;
    left: 0px;
    bottom: 36px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out;
  }
  .contact-form .submit-btn {
    display: inline-block;
    background-color: #a74d50;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
  }
  
  .note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Lusitana, serif;
    font-size: 16px;
    line-height: 21px;
  }
  .note .link {
    color: #888;
    text-decoration: none;
  }
  .note .link:hover {
    text-decoration: underline;
  }

  .address_box{
    background-color: #bcc0c5;
    padding: 20px;
    margin-top: 2px;
    min-height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .address_box h6{
    font-weight: 600;
    font-size: 16px;
    color: #981a1d;
  }

 .address_box p{
    font-weight: 500;
    font-size: 13px;
}
 
.address_box p i{
    color:#981a1d;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    border-bottom: 1px solid rgba(128, 128, 128, 0);
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0%);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2.5rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
    text-align: left;
    border-top: 1px solid #8080804d !important;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.png);
    transform: rotate(-180deg);
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e7f1ff00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e7f1ff00 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.career_img{
    width:440px;
    margin: auto;
}

.submit-btns {
    display: inline-block;
    background-color: #981a1d;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width: 994px) {
    .dk-footer-box-info {
        position: relative;
        top: -14px;
        background: #981a1d;
        padding: 40px;
        z-index: 2;
        max-width: 100%;
    }

}

@media only screen and (max-width: 1188px) {

    .nav_links ul li a {
        font-size: 12px;
        display: block;
        padding: 9px;
        text-decoration: none;
    }

}


@media only screen and (max-width: 980px){
    .header_desktop {
        padding: 36px 10px;
        background-color: #ffffffbf;
        display: none;
    }
    .header_mobile {
        padding: 36px 10px;
        background-color: #ffffffbf;
        display: block;
    }
}



@media only screen and (max-width: 680px) {
    .footer-left-widget {
        padding-left: 3px;
        margin-top: 28px;
    }

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        max-width: 81%;
        visibility: hidden;
        background-color: #f9d7d7;
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
}

}