


.row {
    width: 100%;
    margin: auto;
}








.navbar-brand img {
    height: 55px;
    padding-left: 15px;
}

.navbar {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #efe9e9;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 18px 18px;
    margin: 0px 5px;
}

.navbar ul li a {
    color: #000;
}

.navbar .navbar-nav {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar .nav-social-icons {
    margin-left: 60px;
    font-size: 18px;
    font-weight: normal;
}

.navbar .nav-social-icons .nav-link:hover {
    border-bottom: none !important;
}

.navbar .nav-social-icons li a {
    color: #000 !important;
}

.navbar-toggler {
    background: #7b0100 !important;
}

.navbar .nav-item .active {
    color: #7b0100 !important;
    /*background: #eaeaea;*/
    border-bottom: 3px solid #7b0100;
}

.navbar .nav-item .nav-link {
    color: #000;

}

.nav-social-icons .nav-link {
    padding: 8px !important;
}



.navbar .nav-item .nav-link:hover {
    color: #7b0100 !important;
    /*background: #eaeaea;*/
    border-bottom: 3px solid #7b0100;
}

.navbar .nav-item {
    margin: 0px;
    letter-spacing: 1px;
}

.header-left {
    background: url(https://images.all-free-download.com/images/graphiclarge/fine_pattern_background_07_hd_pictures_169803.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}

.sub-categories {
    position: absolute;
    top: 100%;
    z-index: 11;
    left: 16%;
    background: #fff;
    width: 75%;

    padding: 20px;

    display: none;
    transition: .3s all ease-in-out;
}

.sub-categories-inner-content a {
    text-decoration: none;
}

.sub-categories-inner-content h4 a {
    font-size: 1rem;
    color: #7b0100 !important;
}

.sub-categories-inner-content h4 {
    line-height: 15px;
}

.sub-categories-list li a {
    color: #808080;
    width: 100%;
    padding: 4px 0px;
    display: block;
    transition: all 0.4s ease 0s;
    font-size: 85% !important;
}

.sub-categories-list li:hover a {
    transition: all 0.4s ease 0s !important;
    padding: 4px 10px 4px 10px !important;
    color: #7b0100 !important;
}

.sub-categories-list .title {
    font-weight: 700;
}

.header-title {
    position: absolute;
    background: #ffffffc7;
    color: #7b0100;
    width: 65%;
    text-align: center;
    left: 17%;
    top: 5%;
}

#product:hover .sub-categories {
    display: block;
}

/********* Header Carousel ************/
.header-carousel-item {
    /*display: block;*/
    overflow: auto;
}

.header-carousel-item>div {
    height: 500px;
}

.header-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-carousel-item .carousel-caption {
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.7);
    right: 50%;
    left: 50%;
    width: 20%;
    /* top: 50%; */
    /* bottom: 50%; */
    transform: translate(-50%, -50%);
}

.header-carousel-item .carousel-caption h3 {
    position: relative;
}

.header-carousel-item .carousel-caption h3:after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #fff;
    z-index: 1;
}

.header-left-content {
    overflow: auto;
    padding: 35px 80px;
    color: #fff;
}

.header-left-content p {
    font-size: 18px;
}

.header-left-content blockquote {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding-right: 70px;
    line-height: 50px;
}

.header-left-content blockquote i {
    font-size: 15px;
    vertical-align: top;
    padding-right: 5px;
    padding-top: 15px;
}

/************HOME PAGE- HEADLINE  ************/
.headline{
    background: #7b0100;
    color: #fff;
    padding: 25px;
    text-align: center;
}
.headline p{
        font-size: 25px;
}
.headline div{
    font-size: 18px;
}
.headline .quote{
    font-size: 20px;
}
.headline .quote > span{
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

/*About Us Home*/
.about-attirecreation {
    padding: 50px 0px;
    background: #ffe8e861;
}

.about-attirecreation-image {
    height: 400px;
    border: 20px solid;
}

.about-attirecreation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.about-attirecreation-content {
    box-shadow: 1px 0px 15px 0px #dadada;
    padding: 40px;
}

.about-attirecreation-content h3 {
    color: #7b0100;
    position: relative;
    margin-bottom: 20px;
}

.about-attirecreation-content h3:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 12%;
    height: 3px;
    background: #7b0100;
}

.contact-us {
    padding: 50px 0px;
}

.contact-us-form .submit-btn:hover {
    background: #fff;
    color: #7b0100;

}

.contact-us-form .submit-btn {
    border: 1px solid #7b0100;
    color: #fff;
    /*border-radius: 0;*/
    padding: 8px 35px;
    font-weight: 600;
    background: #7b0100;
    transition: .3s background ease-in-out;
    float: right;
}

.contact-us-detail .contact-label {
    font-weight: 600;
}

.contact-us-detail h4 {
    margin-bottom: 30px;
}

.contact-us-detail .address,
.contact-us-detail .phone,
.contact-us-detail .email,
.contact-us-detail .website {
    margin-bottom: 20px;
}

.contact-us-form .form-group {
    margin-bottom: 20px;
}

.contact-us-form .form-group .form-control {
    background: #fafafa;
}

.contact-us-form .form-group.full-name input.form-control.col-xl-5 {
    max-width: 198px;
}

.contact-us-form .form-group.full-name .f-name {
    margin-right: 20px;
}

.contact-us-form .form-group label.col-xl-3 {
    text-align: right;
    font-weight: 600;
    padding-top: 5px;
}

.contact-us h2 {
    text-align: center;
    color: #7b0100;
    /*font-size: 40px;*/
    padding-bottom: 20px;
    position: relative;
}

.contact-us h2:after {
    position: absolute;
    content: '';
    width: 10%;
    height: 3px;
    bottom: 10px;
    left: 45%;
    background: #7b0100;
}

.contact-us-detail {
    padding: 30px 80px;
}

a.contact-label-info {
    color: #7b0100;
    text-decoration: none;
}

/*Home page product Categories*/
.home-product-categories-container {
    border: 1px solid #fff;
    background: #fff;
    padding: 20px;
    height: 100%;
}

.home-product-content h4 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none !important;
}

.home-product-categories {
    padding: 50px 0px;
    background: #ffe8e861;
}

.home-product-categories h3 {
    text-align: center;
    color: #7b0100;
    /* font-size: 40px; */
    padding-bottom: 40px;
}

.home-product-categories h3 span {
    font-weight: 400;
}

.home-product-logo {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    border-radius: 50%;
    padding: 12px;
    margin: 0px auto 10px;
}

.home-product-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-product-categories-inner a {
    overflow: auto;
    display: block;
    height: 100%;
}

.blockquote-separator {
    /*content: '';
	position: absolute;*/
    background: #00ff01;
    height: 20px;
    width: 60%;
    margin: 25px 0px;
    /*left: 0;
    bottom: -50px;*/
}

.header-left-content .btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 8px 25px;
    margin: 25px 0px;
}

.header-right img {
    width: 100%;
    height: 630px;
    object-fit: cover;

}

.attirecreation-section {
    background: url('https://img.freepik.com/free-photo/brown-wooden-flooring-textured-background_53876-65252.jpg?size=626&ext=jpg') no-repeat;
    background-size: cover;
}


.attirecreation-section-right-content {
    background: url('http://wallperio.com/data/out/391/rainbow-background-pictures_618415819.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 90px;
    margin: 83px 0px;
}

.attirecreation-section-right-content p {
    font-size: 18px;
    font-weight: 500;
}

.attirecreation-section-right-content .btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    background: #d80908bd;
}

.attirecreation-section-right-content .btn .fas.fa-angle-double-right {
    padding-left: 8px;
}

.attirecreation-section-container {
    width: 90%;
    margin-left: 10%;
    /* margin: 0; */
    float: right;
    padding: 125px 0px;
    padding: 125px 0px 440px;
}

.attirecreation-section-left {
    /*width: 300px;*/
    height: 450px;
    padding: 0;
}

.attirecreation-section-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attirecreation-section-right-content h2 {
    font-size: 40px;
}

.attirecreation-section-right-content h2 span {
    font-weight: 400;
}

.product-list li {
    display: inline-block;
}

.product-section {
    background: url('https://wallpaperplay.com/walls/full/4/8/0/95074.jpg') no-repeat;
    background-size: cover;
}

.product-content-inner {
    position: relative;
    z-index: 9;
    padding: 40px 0px;
    margin-top: -350px;
}

.product-content-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}
.product-image-column a{
    display: block;
}

.product-image {
    margin: 18px 0px;
    height: 300px;
    position: relative;
    border: 10px solid #fff;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content-inner-head {
    color: #fff;
}

.product-list li a {
    color: #fff;
}

.product-list li:after {
    content: '/';
    padding: 0px 0px 0px 5px;
}

.product-list li:last-child::after {
    content: '';
}

.product-content-inner-head h3 {
    font-size: 40px;
}

.product-content-inner-head h3 span {
    font-weight: 100;

}

.product-content-inner-head h3:after {
    /*content: url('https://1.bp.blogspot.com/-OlMPrBrMsyU/XRMFK7X6rQI/AAAAAAAAKVk/MDjsBRUnspITR_9W8S-RGLIQDjGpMw9lgCLcBGAs/s1600/154.png');*/
    /*bac:  no-repeat;
	background-position: center;*/
}

.product-list {
    font-size: 18px;
    margin-top: 10px;
}

.underline-img {
    width: 200px;
    height: 15px;
    object-fit: cover;
}

.product-image:hover .product-image-overlay {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-image-overlay {
    position: absolute;
    top: 0;
    background: #ce141380;
    width: 0;
    height: 0;
    color: #fff;
    overflow: auto;
    transition: .3s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-image-overlay-inner {
    width: 80%;
    height: 80%;
    margin: auto;
    border: 2px solid;
    transform: translate(0%, 12%);
    text-align: center;
    padding: 20% 0px;
}

.product-image-overlay-inner h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-image-overlay-icons span {
       border: 1px solid #fff;
    padding: 8px 8px;
    font-weight: normal;
    margin: 5px;
    font-size: 14px;
}

.our-service-heading h3 {
    font-size: 40px;
    padding-bottom: 40px;
}

.our-service-heading h3 span {
    font-weight: 100;
}

.our-service {
    background: url('http://appsforarduino.com/img/d_default/seamless-red-carpet-texture/seamless-red-carpet-texture-opengameart-5c7460131188f.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    padding: 35px;
}

.our-service-content {
    background: #fff;
    color: #7b0100;
    padding: 25px 30px;
    height: 100%;
    border-radius: 20px;
}

.our-service-content-logo {
    width: 80px;
    height: 80px;
    margin: auto;
    border: 1px solid #7b0100;
    border-radius: 50%;
    padding: 12px;
    background: #7b0100;
    margin-bottom: 15px;
}

.our-service-content-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-service-content h4 {
    margin-bottom: 30px;
}

.our-service-content p {
    font-size: 14px;
    line-height: 22px;
}

.explore-btn {
    margin: auto;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    margin: 50px auto;
    padding: 10px 30px;
    font-weight: 600;
    transition: .3s background ease-in-out;
}
.explore-btn:hover{
	background: #fff;
	color: #7b0100;
}

.gallery-section {
    margin: 30px auto 0px;
}

.gallery-image {
    padding: 2px;
    position: relative;
    cursor: pointer;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-left-1 .gallery-image {
    height: 250px;

}

.row-left-2 .gallery-image {
    height: 500px;
}

.row-right-2 .gallery-image {
    height: 250px;
}

.row-right-1 .gallery-image {
    height: 500px;
}

.gallery-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-image-overlay-inner {
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px solid #fff;
}

.gallery-image-overlay.one {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: .3s left ease-in-out;
    cursor: pointer;
}

.gallery-image.one:hover .gallery-image-overlay.one{
	left: 0;
	opacity: 1;
}

.gallery-image-overlay-content {
    width: max-content;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.gallery-image-add-cart-btn {
    position: absolute;
    bottom: 0;
    left: 34%;
    bottom: 20px;
}

.gallery-image-add-cart-btn .btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 8px 25px;
}

.gallery-image-overlay-content h4 {
    font-size: 35px;
}

footer {
    background: url('../img/footer.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0px;
}

footer ul li {
    margin-bottom: 5px;

}

footer ul li a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 3px 5px 3px;
}

footer ul li:hover a {
    background: #000;
    color: #fff;

}

footer h4 {
    text-transform: uppercase;
    /*font-size: 20px;*/
}

footer p {
    font-size: 14px;
    padding: 0px 30px 0px 0px;
}

footer .column-2 {
    max-width: 22%;
}

footer .column-3 {
    max-width: 18%;
}

footer .social-icons li {
    display: inline-block;
    background: #000;
    padding: 9px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

footer .social-icons li a i {
    font-size: 18px;
}

/*About Us Page*/
.about-us-header {
    background: url('https://radio.wosu.org/sites/wosu2/files/styles/medium/public/201801/store-1338629_960_720__1_.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    /*overflow: hidden;*/
}

.about-us-header .overlay {
    background: #ce141380;
    padding: 100px 0px 200px;
}

.about-us-header-heading {
    text-align: center;
    border: 5px solid #fff;
    width: max-content;
    margin: 40px auto;
    padding: 10px 58px;
    position: relative;
}

.about-us-header-heading h2 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 6px;
}

.about-us-header-heading-span {
    position: absolute;
    top: -50%;
    left: 43%;
    background: #fff;
    color: #7b0100;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 17px;
}

.about-us-header-content {
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 16px;
    letter-spacing: 1px;
}

.about-us-header-product-img {
    width: 300px;
    height: 300px;
    top: 125%;
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
}

.about-us-header-product-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.attire-logo {
    background: #dadada;
    height: 100%;
}

.attire-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-us-section {
    padding: 100px 0px 50px;
    background: #ffe8e861;
}

.about-us-section .about-title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 10px;
    margin-bottom: 15px;
}

.about-us-section-heading h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px;
}


.about-us-section-content {
    padding: 10px 0px;
}

.about-us-section-content p {
    letter-spacing: 1.5px;
}

.strength-capabilities {
    background: url('http://paper-backgrounds.com/textureimages/2012/08/brown-soft-fluffy-leather-background-texture-hd.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
    padding: 60px 0px;
}

.strength-capabilities-heading h3 {
    font-size: 35px;
}

.strength-capabilities-list ul li {
    font-weight: 500;
    /*line-height: 45px;*/
    margin-bottom: 15px;
}

.strength-capabilities-list ul li:before {
    content: '\f0a4';
    /*content: "\f000";*/
    font-family: "Font Awesome 5 Pro";
    padding-right: 10px;
}

.strength-capabilities-list {
    padding: 0px 70px 0px 0px;
}

.strength-capabilities-section-buttons .btn {
    color: #fff;
    background-color: #7cc623;
    border-color: #7cc623;
    width: 85%;
    text-transform: uppercase;
    padding: 10px 0px;
    margin-bottom: 25px;
    float: right;
    font-size: 18px;
    font-weight: 600;
    transition: background .3s ease-in-out;
}

.strength-capabilities-section-buttons .btn:hover {
    color: #fff;
    background-color: #218838;
    border-color: #218838;
}

.mission-vision {
    padding: 50px 0px;
    background: #ffe8e861;
}

.mission-vision .container {
    width: 70%;
}

.mission-vision-container {
    padding: 0px 50px;
}

.mission-vision-container-heading {
    display: flex;
    margin-bottom: 20px;
}

.mission-vision-container-heading .title {
    font-size: 35px;
    padding: 0px 15px;
    letter-spacing: 2px;
}

.mission-logo {
    width: 40px;
    /*height: 50px;*/
}

.mission-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-client-section-container {
    background: url('https://attic24.typepad.com/.a/6a00e551101c548834017c36dfbe64970b-500wi') no-repeat;
    background-size: cover;
}

#client_carousel .item {
    color: #fff;
}

#client_carousel .item>div {
    width: 200px;
    height: 200px;
    background: #fff;
    margin: auto;
}

#client_carousel .owl-nav {
    display: block !important;
}

.our-client-section-container {
    padding: 50px 30px;
}

.our-client-title {
    text-align: center;
    padding: 46% 30px;
}

.our-client-title h3 {
    text-transform: uppercase;
    font-size: 35px;
}

#client_carousel.owl-carousel .owl-nav button.owl-prev {
    left: -3%
}

#client_carousel.owl-carousel .owl-nav button.owl-next {
    right: -3%;
}

#client_carousel.owl-carousel .owl-nav button.owl-next,
#client_carousel.owl-carousel .owl-nav button.owl-prev,
#client_carousel.owl-carousel button.owl-dot {
    font-size: 100px;
    color: #fff;
    top: 5%;
    position: absolute;
    opacity: .7;
    outline: none;
}




.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    margin-left: 15px;
    background-image: none;
}


.no-js .owl-carousel,
#service_carousel.owl-carousel.owl-loaded {
    position: relative;
}

#service_carousel .owl-nav {
    font-size: 100px;
    color: #fff;
    display: block !important;
    opacity: .8;
}

#service_carousel.owl-carousel .owl-nav button.owl-next,
#service_carousel.owl-carousel .owl-nav button.owl-prev,
#service_carousel.owl-carousel button.owl-dot {
    position: absolute;
    top: 25%;
    outline: none;
}

#service_carousel.owl-carousel .owl-nav button.owl-prev {
    left: -5%;
}

#service_carousel.owl-carousel .owl-nav button.owl-next {
    right: -5%;
}

.subscribe-section {
    padding: 50px 0px;
}

.subscribe-container {
    text-align: center;
}

.subscribe-form form {
    width: 60%;
    margin: auto;
}

.subscribe-form form input[type="email"] {
    width: 75%;
    margin-right: 25px;
    outline: none;
    border: 2px solid #7b0100;
    box-shadow: none;
}

.subscribe-form form button {
    padding: 6px 25px;
    text-transform: uppercase;
}

.subscribe-container h3 {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 400;
}

/*********************** PRODUCT CATEGORY  ****************************/

.category-image {
    height: 100%;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.height-l {
    height: 500px;
    border: 1px solid #000;
}

.height-s {
    height: 250px;
    border: 1px solid #000;
}

.category-content {
    position: relative;
}

.product-category-title {
    margin-bottom: 40px;
}

.product-category-title h2 {
    color: #000;
    font-size: 40px;
}

.product-category-container-inner:hover .caption {
    top: 0;
    height: 100%;
    opacity: 1;
}

.product-category-container-inner:hover .caption-inner {
    display: block;
}

.product-category-container-inner {
    display: block;
    overflow: hidden;
}

.caption {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: -100%;
    left: 0;
    text-align: center;
    height: 0;
    opacity: 0;
    transition: .3s top ease-in-out;
}

.product-category {
    padding: 40px 0px 100px;
}

.caption {
    background: #ffffffa6;
}

.caption .caption-inner>div {
    display: table;
    width: 100%;
    height: 100%;
}

.caption .caption-inner>div>div {
    display: table-cell;
    vertical-align: middle;
}

.caption-inner {
    display: none;
    height: 100%;
}

.caption h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}

.caption h3:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 20%;
    height: 3px;
    left: 40%;
    bottom: -10px;
}

.caption span {
    color: #A7A7A7;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}

.caption span:after {
    content: "";
    display: block;
    height: 3px;
    width: 27px;
    background: #1d1d1d;
    text-align: center;
    margin: 25px auto 0;
}

.caption span:after {
    background: #666;
}

.excerpt {
    display: none !important;
}

/*Categories page*/
.header-top-bar .catergories ul {
    margin: 0;
}

.header-top-bar .catergories ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.header-top-bar .catergories ul li a {
    text-decoration: none !important;
    color: #aba2a2;
    display: block;
    padding: 20px;
}

.header-top-bar .catergories ul li a:hover {
    /*font-weight: 600;*/
    color: #000;
}

.header-top-bar .catergories ul li a.active {
    /*font-weight: 600;*/
    background: #fff;
    color: #000;

}

.header-top-bar {
    /*padding: 10px;*/
    background-color: #fafafa;
}

.catergories-breadcrumb {
    box-shadow: 0px 7px 10px 0px #f5f5f5;
}

.catergories-breadcrumb .breadcrumb {
    background: none;
    padding: 15px 20px;
}

.catergories-breadcrumb .breadcrumb ul li {
    display: inline-block;
    font-size: 12px;
}

.catergories-breadcrumb .breadcrumb ul li:after {
    content: '/';
    padding: 0px 4px 0px 8px;

}

.catergories-breadcrumb .breadcrumb ul li:last-child::after {
    content: '';
}

.catergories-breadcrumb .breadcrumb ul li:last-child {

    color: #7b0100;
}

.catergories-breadcrumb .breadcrumb ul li a {
    color: #000;
    /*display: block;*/
}

.catergories-product {
    padding: 50px 0px;
}

.catergories-product-container {
    margin-bottom: 30px;
    cursor: pointer;
}

.catergories-product-container-image {
    height: 330px;
    margin-bottom: 10px;
}

.catergories-product-container-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.catergories-product-container-content .product-name {
    font-size: 14px;
    color: #c7c2c2;
}

.catergories-product-container-content .price {
    font-weight: 700;
}

.catergories-product .share-btn {
    border-radius: 0;
    border: 1px solid rgba(256, 256, 256);
    text-transform: uppercase;
    padding: 5px 18px;
    font-size: 14px;
    background: rgba(256, 256, 256, 0.8);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.catergories-product-container:hover .share-btn {
    display: block;
}

.catergories-product-container .fas.fa-heart {
    color: #e8e8e8;
    padding: 0px 2px;
}


.catergories-product-container .fas.fa-heart:hover {
    color: #f35b6e;
}

/*.far.fa-heart:hover .fas.fa-heart{
	display: block!important;
}*/

/*************** CONTACT US *******************/
.contact-header {
    background: url(https://images.all-free-download.com/images/graphiclarge/fine_pattern_background_07_hd_pictures_169803.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    padding: 50px 0px;
    color: #fff;
}

.contact-header blockquote {
    font-size: 40px;
}

.contact-header blockquote i {
    font-size: 15px;
    vertical-align: top;
    padding-right: 5px;
    padding-top: 15px;
}

.contact-detail {
    padding: 50px 0px;
}

.contact-detail-container {
    letter-spacing: 1px;
}

.contact-detail-container h3 {
    margin-bottom: 20px;
}

.contact-detail-content {
    font-size: 16px;
    font-weight: 600;
}

.contact-detail-content .contact-num,
.contact-detail-content .contact-email,
.contact-detail-content .address {
    margin-bottom: 10px;
}

.contact-detail-content a {
    color: #000;
}

.contact-detail-content a:hover {
    color: #7b0100;
}

.contact-detail-content .direction {
    font-size: 18px;
    margin: 15px 0px;
    position: relative;
}

.contact-detail-content .direction a {
    text-decoration: none;
}

.contact-detail-content .direction:after {
    content: '';
    position: absolute;
    width: 5%;
    height: 2px;
    background: #7b0100;
    left: 0;
    bottom: 0;
}

.contact-detail .contact-detail-title {
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: bold;
}

.about-product-container.left {
    background: url('https://cdn.pixabay.com/photo/2017/08/12/10/13/background-2633962_960_720.jpg') no-repeat;
    background-size: cover;
}

.about-product-container .overlay {
    background: #a20a1d96;
    color: #fff;
    padding: 45px 50px;
}

.about-product-container h3 {
    font-size: 34px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.contact-us {
    padding: 50px 0px;
    /*background: #ffe8e861;*/
}

/*.contact-us-about-product{
	padding: 50px 0px;
}*/

.contact-us-form {
    overflow: auto;
    /* background: rgba(0,0,0,0.7); */
    padding: 30px;
    border-radius: 10px;
    /* color: #fff; */
}

.contact-us-about-product p {
    font-size: 15px;
    letter-spacing: 1px;
}

.contact-us-about-comapny {
    padding: 50px 0px 0px;
}

.about-comapny-container {
    margin: 40px 90px;
    background: #efefef;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #dadada;
}

.about-comapny-container p {
    font-size: 25px;
    font-weight: 500;
    color: #7b0100;
    letter-spacing: .5px;
}

.about-link {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none !important;
    position: relative;
}

.about-link:hover {
    color: #7b0100;
}

.about-link:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    left: 0;
    background: #7b0100;
    bottom: 0;
}

/************** STOCKS *************/
.stock-section table{
    width: 100%;
}

.stock-section{
    padding: 50px 0px;
}
.stock-section .product-image{
    width: 40px;
    height: 40px;
        margin: 0px auto;
}

.stock-section .product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sizes > span{
    border: 1px solid #dadada;
    padding: 0px 5px;
}
.stock-section .download-icon {
    text-align: center;
    font-size: 25px;
    margin: 0px;
    color: #dadada;
    cursor: pointer;
}

.stock-section .download-icon:hover {
    color: #28a745;
}
.stock-section .product-title,
.stock-section .serial-no{
    font-weight: 600;
}
.stock-section .product-desc{
    font-size: 80%;
}




@media screen and (max-width: 900px) {
    .navbar-collapse .nav-item {
        text-align: center;
    }

    .navbar-collapse .nav-item .nav-link {
        display: inline-block;
    }

    .navbar-collapse .nav-social-icons {
        display: block;
        margin: 10px 30%;
    }

    .navbar-collapse .nav-social-icons .nav-item {
        padding: 0px 5px;
        display: inline-block;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .navbar-dark .navbar-toggler {
        margin-right: 10px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 10px;
    }

    .nav-social-icons .nav-link {
        padding: 0px !important;
    }

    .sub-categories {
        top: 73%;
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    .sub-categories-inner-content {
        margin-bottom: 10px;
    }

    .header-carousel-item .carousel-caption{
    	    padding: 15px 0px;
    	    width: 40%;
    }
    .header-carousel-item .carousel-caption h3{
    	font-size: 18px;
    }
    .header-carousel-item>div {
    height: 300px;
}
.our-service-heading h3 {
    font-size: 35px;
    padding-bottom: 25px;
}
.our-service-content{
	padding: 15px 25px;
}
#service_carousel.owl-carousel .owl-nav button.owl-prev {
    left: -12%;
}
#service_carousel.owl-carousel .owl-nav button.owl-next {
    right: -12%;
}
.explore-btn{
	    margin: 15px auto;
}
.our-service-content-logo{
	    width: 50px;
    height: 50px;
    margin-bottom: 10px;
        padding: 5px;
}

    .header-left-content {
        padding: 35px;
    }

    .header-left-content blockquote {
        padding-right: 0;
        font-size: 35px;
        line-height: 40px;
    }

    .blockquote-separator {
        height: 10px;
        width: 50%;
        margin: 15px 0px;
    }

    .header-left-content .btn {
        padding: 5px 15px;
        margin: 10px 0px;
    }

    .header-left-content p {
        font-size: 16px;
    }

    .attirecreation-section-right-content {
        margin: 20px 28px 20px 0px;
        padding: 30px;
    }

    .attirecreation-section-left {
        width: 290px;
        height: 290px;
    }

    .attirecreation-section-right-content h2 {
        font-size: 35px;
    }

    .attirecreation-section-right-content p {
        font-size: 16px;
        font-weight: 100;
    }

    .product-content-inner {
        margin-top: -300px;
    }

    .product-image-column {
        padding: 0px !important;
    }

    .gallery-image-overlay-inner {
        width: 93%;
    }

    .gallery-image-overlay-content {
        /*width: max-content;*/
        left: 24%;
        top: 0;
        /*position: absolute;*/
        transform: translate(0, 0%);
    }

    .gallery-image-overlay-content .overlay-text {
        font-size: 14px;
    }

    .gallery-image-add-cart-btn .btn {
        padding: 5px 15px;
    }

    .gallery-image-add-cart-btn {
        bottom: 0;
        left: 34%;
    }

    .gallery-image-overlay-content h4 {
        font-size: 25px;
    }

    footer .column-2 {
        max-width: 100%;
        padding-right: 0px;
    }

    footer .column-3 {
        max-width: 100%;
        padding-right: 0px;
    }

    footer h4 {
        font-size: 19px;
    }

    footer ul li a {
        padding: 1px 3px 1px 3px;
    }

    .row-left-2 .gallery-image,
    .row-left-1 .gallery-image,
    .row-right-1 .gallery-image,
    .row-right-2 .gallery-image {
        height: 150px;
    }

    footer {
        padding: 50px 0px 10px;
    }

    footer .overlay .row>div {
        margin-bottom: 10px;
    }

    .attirecreation-section-container {
        padding: 125px 0px 330px;
    }

    /*About Us*/
    .about-us-header-heading {
        padding: 10px;
    }

    .about-us-header-heading h2 {
        font-size: 30px;
        letter-spacing: 5px;
    }

    .about-us-header-heading-span {
        top: -55%;
        left: 35%;
    }

    .about-us-header .overlay {
        padding: 50px 0px 200px;
    }

    .about-us-header-product-img {
        top: 108%;
        right: auto;
    }

    .about-us-section .about-title {
        margin: 60px 10px 15px;
    }

    .strength-capabilities-list {
        padding: 0px;
        font-size: 18px;
    }

    .strength-capabilities-section-buttons .btn {
        float: none;
        font-size: 18px;
        width: 100%;
    }

    .mission-vision .container {
        width: 100%;
    }

    .mission-vision-container {
        padding: 10px 0px;
    }

    #client_carousel .item>div {
        margin: auto;
    }

    .our-client-section .col-xl-10.col-lg-10.col-md-10.col-sm-10.col-sm-10 {
        order: 2;
    }

    .our-client-section .col-xl-2.col-lg-2.col-md-2.col-sm-2.col-xs-2 {
        order: 1;
    }

    .our-client-title {
        padding: 8% 30px;
    }

    .subscribe-form form {
        width: 100%;
    }

    .subscribe-form form input[type="email"] {
        width: 60%;
        margin-right: 5px;
    }

    .subscribe-form form button {
        padding: 6px 10px;
    }

    /*garments*/
    .catergories-product {
        padding: 20px 0px;
    }

    .catergories-product-container-image {
        height: 170px;
        margin-bottom: 10px;
    }

    .catergories-product-container-content .product-name {
        font-size: 12px;
    }

    .catergories-product .share-btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .contact-detail-content .direction:after {
        width: 20%;
    }

    .about-comapny-container {
        margin: 0px 0px;
    }

    /********** Home Page Categories ************/
    .home-product-categories-inner>div {
        padding: 0px 5px;
        margin-bottom: 10px;
    }

    .home-product-categories-container {
        padding: 8px;
    }

    .home-product-logo {
        width: 50px;
        height: 50px;
    }

    .home-product-content h4 {
        font-size: 15px;
    }

    /*********** Home Page Contact Us *************/
    .contact-us-form .form-group.full-name input.form-control.col-xl-5 {
        max-width: 48%;
    }

    .contact-us-form .form-group.full-name .f-name {
        margin-right: 10px;
    }

    .contact-us-form .form-group label {
        text-align: left !important;
        padding: 0;
    }

    .contact-us-form {
        padding: 15px;
    }

    .contact-us-form .form-group {
        margin-bottom: 5px;
    }

    .contact-us-form .form-group .form-control {
        font-size: 14px;
    }

    .contact-us-form .submit-btn {
        padding: 5px 25px;
        margin: 10px 0px;
        font-size: 14px;
    }

    .contact-us-detail {
        padding: 15px 25px;
    }

    .contact-us {
        padding: 25px 0px;
    }

    .contact-us h2:after {
        width: 30%;
        left: 35%;
    }

    .about-attirecreation-content {
        padding: 25px;
        margin-bottom: 15px;
    }




}

.pull-right {
    float: right;
}


/*.flip-container {
 -webkit-perspective:1000; 
 width: 400px; 
}
.flipper { 
	transition: 0.6s;
	 -webkit-transform-style: preserve-3d;
	  position: relative; 
	  height: 200px;
	   }
.front, .back { 
	width: 400px; 
	height: 200px; 
	position: absolute; 
	left: 0; 
	top: 0; 
	-webkit-backface-visibility: hidden; 
	color: #fff; 
	text-shadow: 1px 1px #000; 
	font-size: 2em; 
	line-height: 200px; 
	text-align: center; 
}
.back { 
	-webkit-transform: rotateY(180deg); 
	background: #3498db; 
}
.front { z-index: 2; background: #2ecc71; }
.flip-container:hover .flipper, .flip-container.hover .flipper { -webkit-transform: rotateY(-180deg); }
.flip-container p { margin: 10px 0; text-align: center; }

.vertical-flip-container .back { -webkit-transform: rotateX(180deg); }
.vertical-flip-container:hover .flipper, .vertical-flip-container.hover .flipper { -webkit-transform: rotateX(-180deg); }

.bookflip-container .flipper { -webkit-transform-origin: 0; } */




/*About Us Page Anumation*/

.about-us-header-heading {
    margin-left: -650px;
    transition: .7s ease-in-out;
}
.about-us-header-content{
	margin-right: -100%;
	transition: .7s ease-in-out;
}

.about-us-header-heading{
	overflow: hidden;
}
.about-us-header-content{
	overflow: 	hidden;	
}