@import url(https://fonts.googleapis.com/css?family=Dancing+Script);

/* =========================================
                Html, Body
============================================ */

html,
body {
    height: 100%;
}

body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}

input:focus {
    outline: 0;
    box-shadow: none
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* firefox */

input[type=number] {
    -moz-appearance: textfield;
}

 ::-webkit-input-placeholder {
    /* Edge */
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #1E2833;
    mix-blend-mode: normal;
    opacity: 0.6;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: normal;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #1E2833;
    mix-blend-mode: normal;
    opacity: 0.6;
}

 ::placeholder {
    font-style: normal;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #1E2833;
    mix-blend-mode: normal;
    opacity: 0.6;
}


/* =========================================
                Preloader
============================================ */

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}


/* =========================================
                Home
============================================ */

#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url("../video/solo.jpg") no-repeat;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-family: Libre Baskerville;
    font-size: 48px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    color: #A32C08;
    font-weight: 600;
}

#home-text p {
    color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
    line-height: 19px;
}


/* =========================================
                Buttons
============================================ */

.btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.btn-solid {
    background-color: #FFE3BD;
    color: #A32C08;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.btn-home:hover,
.btn-home:focus {
    color: #fff;
    background-color: #FFE3BD;
    border: 1px solid #FFE3BD;
    color: #A32C08;
    font-weight: bold;
    /* font-size: 14px; */
    /* line-height: 16px; */
}

.btn-yellow {
    color: #fff;
    border: 1px solid #f4c613;
    background-color: #f4c613;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-white {
    color: #212226;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
    background-color: #A32C08;
}


/* =========================================
                Arrow Down
============================================ */

#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #f4c613;
}


/* =========================================
                About us
============================================ */

.about-img {
    max-width: 100%;
    height: auto;
}

.about-section {
    padding: 10px 0;
    /* min-height: 100vh;*/
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #A32C08;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 45px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    /* padding-left: 30px; */
}

.about-section .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
}

.about-section .image-column .inner-column:before {
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}


/* =========================================
                About 02
============================================ */

#about-02 {
    margin-top: 50px;
}

.about-item {
    background-color: #fff;
    padding: 60px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #A32C08;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}


/* Hover state */

.about-item:hover {
    background-color: #FFE3BD;
    ;
}

.about-item:hover i {
    color: #A32C08;
}

.about-item:hover h3,
.about-item:hover p {
    color: black;
}

.about-item:hover hr {
    background-color: #A32C08;
}

.about-item:hover i {
    transform: translateY(-20px);
}


/* Smooth transition */

.about-item,
.about-item i,
.about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.about-item h3,
.about-item p {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}


/* =========================================
                Portfolio
============================================ */

#portfolio .vertical-heading {
    /* margin-bottom: 50px; */
}


/* .row.no-gutters [class*=col-] {
    padding: 0;
} */

.portfolio-item {
    overflow: hidden;
    position: relative;
}

.portfolio-line {
    width: 45px;
    height: 3px;
    background-color: #A32C08;
    border: none;
    margin-right: auto;
}

@media(max-width:767px) {
    .portfolio-line {
        margin-right: auto;
        margin-left: auto;
        margin-top: .5rem;
    }
}


/* Filters CSS */

#isotope-filters {
    margin-bottom: 10px;
    padding: 20px 25px 20px 0;
}

#isotope-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 35px;
    outline: 0;
}

#isotope-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}

#isotope-filters button.active span {
    color: #f4c613;
    border-bottom: 3px solid #f4c613;
}


/* Zoom Effect */

.portfolio-item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Overlay Effect */

.portfolio-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 14, 17, 0.9);
    cursor: -webkit-zoom-in;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Item Details Effect */

.portfolio-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item-details h3 {
    color: #A32C08;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}

.portfolio-item-details p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* Show Overlay on mouse over */

.portfolio-item:hover .portfolio-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}


/* =========================================
                Stats
============================================ */

#stats {
    /* margin-top: 100px; */
    background-color: white;
    /* transform: rotate(-1deg); */
}

#stats .dd {
    background: url("../img/stats/Rectangle\ 675.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.8); */
    object-fit: cover;
    background-position: center;
    padding-top: 135px;
    padding-bottom: 135px;
}

#stats .vertical-heading {
    margin-top: 50px;
    margin-bottom: 30px;
}

#stats .vertical-heading h2 {
    color: #fff;
}

.stats-item {
    background: rgba(61, 68, 68, 0.6);
    border-radius: 4px;
    min-height: 170px;
    padding: 50px 5px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    margin-bottom: 20px;
}

.stats-item i {
    font-size: 42px;
    color: #A32C08;
    margin: 0 0 6px 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item h3 {
    font-size: 32px;
    color: #fff;
    margin: 5px 0 5px 0;
}

.stats-item p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.stats-item:hover {
    background: #FFE3BD80;
    ;
}

.stats-item:hover i {
    color: #212226;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}


/* =========================================
                Clients
============================================ */

#clients .horizontal-heading {
    margin-bottom: 30px;
}

#clients-list {
    padding: 139px 0 130px 0;
}

.client {
    /* padding: 0 10px; */
    /* max-width: 150px; */
    /* margin: 0 auto; */
    /* line-height: 100px; */
    padding-top: 15px;
    padding-bottom: 15px;
}

.client img {
    display: inline-block !important;
}

.client p {
    font-family: 'Dancing Script';
    font-weight: 700;
    font-size: 40px;
    display: inline-block !important;
    align-items: center;
    /* padding: 25px; */
}


/* =========================================
                EXPORT
============================================ */


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    max-width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* =========================================
                Google Map
============================================ */


/* =========================================
                Footer
============================================ */

footer {
    background: #212226;
    padding: 30px;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #A32C08;
}


/* =========================================
                Contact
============================================ */


/* Contact Left */

#contact-left p {
    margin: 20px 0 20px 0;
}

ul.office-details {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

ul.office-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

ul.office-details li i {
    font-size: 20px;
    /* width: 35px; */
    padding-right: 25px;
}


/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #0e76a8;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aff0;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #25D366;
    border-color: transparent;
}

ul.social-list li:nth-child(4) a:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    border-color: transparent;
}

ul.social-list li:nth-child(5) a:hover {
    background: #3b5998;
    border-color: transparent;
}

#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}

#contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}


/* Contact Right */

#contact-right {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#contact-right form textarea.form-control {
    min-height: 164px;
}


/* atik */

.start-header {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0);
}

.start-header.scroll-on {
    padding: 10px 0 !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.5) !important; */
    background-color: rgb(255, 255, 255);
}

.start-header.scroll-on .nav-link {
    color: #000 !important;
}

.start-header.scroll-on img {
    /* height: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; */
    content: url(../img/dharti\ logo\ revision_8-7-01.png);
    /* height: 55px; */
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
    /* z-index: 1; */
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    filter: brightness(10%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}


/* .navbar-toggler:hover .start-header {
    background-color: rgba(255, 255, 255, 1) !important;
} */

.kks .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.kks .navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    background-color: rgb(0, 0, 0);
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid rgb(255, 255, 255);
    transition: all 300ms linear;
}

.start-header.scroll-on .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid rgb(0, 0, 0);
    transition: all 300ms linear;
}

.start-header.scroll-on .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: rgb(255, 255, 255);
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
    background-color: rgb(0, 0, 0);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
    background-color: rgb(0, 0, 0);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.start-header.scroll-on .navbar-light .navbar-toggler-icon:after,
.start-header.scroll-on .navbar-light .navbar-toggler-icon:before {
    background-color: #000000;
}

.nav-link {
    transition: all 200ms linear;
    position: relative;
    padding: 15px 0 !important;
    display: inline-block;
    font-style: normal;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 22px;
    align-items: center;
    letter-spacing: 0.01em;
    color: #fff !important;
}

.hair_developer_nav {
    width: 100%;
}

.nav-item:hover .nav-link {
    font-weight: 500 !important;
    color: #ffe3bd !important
}

.nav-item:hover img {
    fill: #065e77 !important;
}

.nav-item.active .nav-link {
    font-weight: 700 !important;
    /* color: #A32C08 !important; */
    color: #ffe3bd !important;
}

.start-header.scroll-on .nav-item:hover .nav-link {
    font-weight: 500 !important;
    color: #A32C08 !important;
    /* color: #ffe3bd !important */
}

.start-header.scroll-on .nav-item.active .nav-link {
    font-weight: 700 !important;
    color: #A32C08 !important;
    /* color: #ffe3bd !important;    */
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.full-height {
    height: 100vh;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    /* margin: 0; */
    margin-left: -100px;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    /* margin: 0; */
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    color: #A32C08;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #000000;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #A32C08;
}


/*
*
* ==========================================
* @MEDIA 991.98PX start
* ==========================================
*
*/

@media (max-width: 991.98px) {
    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    .navbar-collapse {
        background: #fffffff5;
        margin: -5.3rem -1rem;
        /* padding: .5rem 1rem; */
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .nav-link {
        color: #000 !important;
    }
    .start-header {
        /* box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: rgba(255, 255, 255, 0.5) !important; */
        background-color: rgb(255, 255, 255, 0);
    }
    .nav-item:after {
        display: none;
    }
    .nav-item-1 ::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        margin-left: -24px;
    }
    .nav-item .dropdown-menu {
        margin: 0;
        /* margin-left: -100px; */
    }
    .nav-item:hover .nav-link {
        font-weight: 500 !important;
        /* color: #ffe3bd !important */
        color: #A32C08 !important;
    }
    .nav-item.active .nav-link {
        font-weight: 700 !important;
        color: #A32C08 !important;
        /* color: #ffe3bd !important; */
    }
    .start-header.scroll-on .nav-item:hover .nav-link {
        font-weight: 500 !important;
        color: #A32C08 !important;
        /* color: #ffe3bd !important */
    }
    .start-header.scroll-on .nav-item.active .nav-link {
        font-weight: 700 !important;
        color: #A32C08 !important;
        /* color: #ffe3bd !important; */
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .bg-light-1 {
        /* background: rgba(255, 255, 255, 0.95); */
    }
}

@media (max-width: 767px) {
    .nav-item:after {
        display: none;
    }
    .nav-item-1 ::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        margin-left: -24px;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .bg-light-1 {
        /* background: rgba(255, 255, 255, 0.95); */
    }
}


/*
*
* ==========================================
* @MEDIA 991.98PX end
* ==========================================
*
*/

.home_hero_section {
    /* background: url(../../img/hero_section/about_us_page.png); */
    /* background-repeat: no-repeat; */
    /* box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.5); */
    /* object-fit: cover; */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link {
    transition: ease-in-out 0.3s;
}

.link a {
    border: 1px solid #ffe3bd;
    padding: 10px 15px;
    border-radius: 150px;
    color: #A32C08;
    transition: ease-in-out 0.3s;
}

.link a:hover {
    text-decoration: none;
    background-color: #ffe3bd;
    color: #A32C08;
}

.link:hover {
    transform: scale(0.99);
}

.cardho {
    padding: 50px 0;
}

.galho {
    padding-top: 80px;
}


/* 
@media (max-width: 767px) {
    .galho {
        padding-top: 50px;
    }
} */

#contact .py-5 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.export .hd {
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 50px;
    color: #2D2424;
}


/* contact us */

.hero_section h1 {
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    color: #FFFFFF;
}

.hero_section p {
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
}

.hero_section {
    background: url(../img/contactus/herobg.png);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 54, 0.5);
    object-fit: cover;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}

.contact_hero_section {
    display: flex;
    height: 600px;
}

.contacts2 {
    padding-top: 80px;
}

.contacts2 #contact-right {
    padding: 0px 30px 30px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contacts2 .btn-general {
    border-radius: 5px;
    color: #FFE3BD;
    font-size: 14px;
    font-weight: 500;
    background-color: #A32C08;
    padding: 8px 35px 8px 35px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    ;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.contacts2 ul.social-list li a {
    color: #212226;
    border: black;
    font-size: 15;
}

.contacts2 ul.social-list li:hover a {
    color: wheat;
    border: none;
}


/*  */

.bottom-banner h6 {
    font-size: 22px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #121212;
}

.bottom-banner .sdhf {
    background-color: #FFE3BD;
    color: #A32C08;
    transition: ease-in-out 0.6s;
}

.bottom-banner .sdhf:hover {
    background-color: #A32C08;
}

.sdhf a {
    text-decoration: none;
}

.sdhf a:hover {
    text-decoration: none;
}

.bottom-banner p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.bottom-banner .sdhf:hover p,
.bottom-banner .sdhf:hover h6 {
    color: #FFE3BD;
}

.export2 {
    padding-top: 55px;
}

.export2 h3 {
    font-family: Libre Baskerville;
    font-weight: 500;
    font-size: 2.6rem;
    color: #2D2424;
}

.export2 p {
    font-weight: 500;
    font-size: 14px;
    color: rgba(45, 36, 36, 1);
}


/*  */

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #2D2424;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    /* background: url(img/heading-line.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(../img/Mask\ Group.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #000000;
}


/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /* background: url(img/testimonial.bg-top.png); */
    /* background-size: 100% 100px; */
    /* width: 100%; */
    background-color: #000000;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #000000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #000000;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #000000;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #000000;
    border: 2px solid #000000;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide .hd {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 1.4; */
    /* margin: 40px 0 20px 0; */
    margin-bottom: 0;
}

.testimonial4_slide .line {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    margin: 25px 0 25px 0;
}

.testimonial4_slide h4 {
    color: #000000;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 1px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.testimonial .carousel-control-next-icon:after {
    content: "\003E";
    font-size: 38px;
    font-weight: 700;
    color: #000000ab;
}

.testimonial .carousel-control-prev-icon:after {
    content: "\003C";
    font-size: 38px;
    font-weight: 700;
    color: #000000ab;
}


/* ------testimonial  close-------*/

section#contact {
    background: antiquewhite;
}

.exporthe {
    background-image: url("../img/hero-section/Rectangle\ 697.png");
}

.abouthr {
    background-image: url("../img/hero-section/Rectangle\ 6.png");
}


/* gallery */

.gallery {
    background-image: url("../img/hero-section/Rectangle\ 702.png");
}

.g2 {
    margin: 110px auto;
}

.g2 .jj p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 30px;
    font-family: 'Inter', sans-serif;
}

.g2 .kk p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;
}

.g2 h3 {
    color: #A32C08;
    font-size: 3.25rem;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media(max-width:767px) {
    .g2 h3 {
        font-size: 2.5rem;
        margin-top: 30px;
        margin-bottom: 40px;
        flex-direction: row;
    }
}

.g3 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.g4 {
    margin-top: 80px;
    background-color: #000;
}

.g4 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Inter', sans-serif;
    color: #909090;
}

.g5 {
    margin-top: 130px;
    margin-bottom: 110px;
}

.g5 img {
    margin-bottom: 15px;
    margin-top: 10px;
}

.products {
    background-image: url("../img/hero-section/products97.png");
    box-shadow: inset 0 0 0 2000px rgb(0 0 54 / 25%);
}

.p2 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.p2 p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 37px; */
    /* letter-spacing: 0em; */
    text-align: left;
    width: fit-content;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(11px);
    border-radius: 15px;
    padding: 15px 15px;
}

.p2 .box {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    /* padding: 10px; */
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

.p2 .box:hover {
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.9);
}

.p2 .card-img-overlay {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .p2 p {
        font-size: 16px;
        padding: 10px;
    }
}


/* aksdjajksdhlfkjasdhlfkjashd */


/* di */

.sssa img {
    max-width: 100%;
}

.sssa .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .sssa .preview {
        margin-bottom: 20px;
    }
}

.sssa .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sssa .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
    display: none;
}

.sssa .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.sssa .preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
    border-radius: 6px;
    /* margin: 5px; */
    webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
}

.sssa .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.sssa .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.sssa .tab-content {
    overflow: hidden;
    border-radius: 6px;
    /* margin: 5px; */
    webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
    /* -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important; */
}

.sssa .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%), 0 2px 10px 0 rgb(0 0 0 / 7%) !important;
}

.sssa .card {
    margin-top: 50px;
    background: #eee;
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .sssa .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sssa .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sssa .colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sssa .product-title,
.sssa .price,
.sssa .sizes,
.sssa .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.sssa .checked {
    color: #ff9f1a;
}

.sssa .price {
    font-size: 20px;
    display: none;
}

.sssa .price span {
    color: #A32C08;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.sssa .product-title,
.sssa .rating,
.sssa .product-description,
.sssa .price,
.sssa .vote,
.sssa .sizes {
    margin-bottom: 15px;
}

.sssa .product-description {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-top: 15px;
}

.sssa .product-title {
    margin-top: 5px;
    font-size: 2.4em;
}

.sssa .size {
    margin-right: 10px;
}

.sssa .size:first-of-type {
    margin-left: 40px;
}

.sssa .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.sssa .color:first-of-type {
    margin-left: 20px;
}

.sssa .add-to-cart,
.sssa .like {
    background-color: #FFE3BD;
    color: #A32C08;
    padding: 0.7em 1.1em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.sssa .add-to-cart:hover,
.sssa .like:hover {
    /* background: #b36800;
    color: #fff; */
    background-color: #A32C08;
    color: #FFE3BD;
}

@media(max-width:381px) {
    .sssa .action {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .sssa .d2 {
        margin-top: 15px;
    }
}

.sssa .not-available {
    text-align: center;
    line-height: 2em;
}

.sssa .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.sssa .orange {
    background: #ff9f1a;
}

.sssa .green {
    background: #85ad00;
}

.sssa .blue {
    background: #0076ad;
}

.sssa .tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*# sourceMappingURL=style.css.map */