* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
    {}


body {
    font-family: "Roboto", sans-serif;
}





.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}





/*-=================================================================================== 
                                menu CSS Start 
===================================================================================-*/
.navbar-light .navbar-brand {
    max-width: 260px;
    padding: 0;
}

.sidebar-logo {
    max-width: 150px;
    width: 100%;
    padding: 17px;
}

.navbar {
    background-color: #f8f9fa !important;
    box-shadow: 0 5px 5px #33333312;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 20px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    transition: all linear .3s;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    color: #ff9d00;
    background-color: transparent;
}

.navbar .nav-item {
    margin: 0;
}


.navbar .dropdown-menu {
    min-width: 18rem;
    font-size: 1.3rem;
    color: #212529;
    padding: 15px 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0;
}

#footer .footer-top a {
    white-space: nowrap;
    padding-right: 10px;
}


.menu .main-item {
    margin: 0 50px;
    padding-top: 30px;
    border-top: 1px solid #d4d4d4;
}

.menu .dropdown-item-two {
    position: fixed;
    top: 87px;
    left: 0;
    background: #fff;
    width: 100%;
    min-height: 150px;
    padding-top: 0;
    border-bottom: 1px solid rgba(212, 212, 212, 0.75);
    padding-bottom: 30px;
}

.menu .dropdown-item-two {
    display: none;
}

.menu .dropdown-item-two span {
    font-weight: 600;
    font-size: 18px;
}

.menu .dropdown-item-two ul li a {
    color: #000;
}

.menu .dropdown-item-two ul li a:hover {
    text-decoration: underline;
}

.menu .dropdown-two:hover .dropdown-item-two {
    display: block;
}





.navbar .accordion-item li {
    border-top: 1px solid #ddd;
    padding: 10px;
}
.navbar .accordion-item a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}
.navbar .accordion-button {
    font-weight: 600;
    text-transform: capitalize;
}
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        color: #fff;
        background: #fc6704;
        padding: 10px 25px;
        margin-top: 18px;
        border-radius: 25px;
    }











/*--============================================================================== 
                                Banner Part CSS Start 
==============================================================================--*/
#banner video {
    width: 100%;
}

#banner {
    overflow: hidden;
}

   .custom-nav {
    background-color: #ef6c00;
    color: #fff;
    padding: 6px 10px;
    font-size: 18px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}
.custom-prev { left: 10px; }
.custom-next { right: 10px; }

.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
}
.owl-carousel .owl-nav span {
    pointer-events: all;
}


/*--============================================================================== 
                                Service Part CSS Start 
==============================================================================--*/
#product-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

#product-section .item img {
    transition: all linear .3s;
}
#product-section .item:hover img {
    transform: scale(1.03);
}

#product-section .item {
    overflow: hidden;
    position: relative;
}
#product-section .item .overlay {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 25px;
    padding-bottom: 40px;
}
#product-section .item {
	margin-bottom: 25px;
	border-radius: 25px;
}
#product-section .item a:hover h5 {
    text-decoration: 1px underline;
}

/*
.tranding .item {
    padding: 12px;
}
*/

.trending-main {
    position: relative;
}
.trending-slider .slick-slide {
  margin: 0 12.5px; /* Adjust the 10px value to control the gap size */
}

.trending-slider .slick-list {
  margin: 0 -12.5px; /* Negative margin equal to half the total horizontal gap */
}
.trending-main .left3,  .trending-main .right3  {
    width: 25px;
    height: 40px;
    background: ;
    text-align: center;
    line-height: 40px;
    color: #000;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
}

.trending-main .left3 {
    position: absolute;
    top: 50%;
    left: -5px;
    z-index: 99;
    transform: translateY(-50%);
}

.trending-main .right3 {
    position: absolute;
    top: 50%;
    right: -5px;
    z-index: 99;
    transform: translateY(-50%);
}





.title {
    padding-top: 0;
    padding-bottom: 40px;
}

.title h2 {
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    color: #FF6700;
}

.title p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.title span {
    color: #000;
}


#product-section .item:hover {
    overflow: hidden;
}
#product-section .item p {
    text-align: left;
    color: #fff;
    padding-bottom: 25px;
}
#product-section .item h5 {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	padding-top: 20px;
	text-transform: capitalize;
	font-weight: 700;
}
#product-section .item a.details {
	color: #fff;
	background: #000;
	padding: 12px 30px;
	border-radius: 25px;
	text-transform: capitalize;
	font-weight: 700;
	transition: all linear .3s;
	padding-bottom: 14px;
}
#product-section .item a.details i {
    padding-left: 5px;
}

#product-section .item a.details:hover {
    background: #333;
}




/*--============================================================================== 
                                About Section CSS Start 
==============================================================================--*/
#about-section {
    padding-top: 50px;
}
#about-section .text {
    text-align: right;
}
#about-section h2 {
    font-weight: 700;
    padding-bottom: 25px;
    padding-top: 50px;
}
#about-section p {
    line-height: 28px;
    padding-bottom: 25px;
    font-size: 18px;
    padding-left: 50px;
}


/*--============================================================================== 
                                Our Departments Part CSS Start 
==============================================================================--*/


#activities {
    padding-top: 80px;
    padding-bottom: 50px;
}

#activities .link a {
    color: #FE6900;
    font-weight: 700;
    font-size: 18px;
}
#activities .link a i {
    padding-left: 5px;
}
#activities .item {
	padding: 65px 30px;
	background: #FC6704;
	text-align: center;
	color: #000;
	transition: all linear .3s;
	min-height: 452px;
    margin-bottom: 25px;
}
#activities .item:hover {
    background: #FC6704C2;
}
#activities .item h6 {
  font-size: 25px;
  font-weight: 700;
  padding: 20px 15px;
    padding-top: 20px;
  padding-top: 40px;
  color: #fff;
}
#activities .item p {
    color: #eee;
  font-size: 17.5px;
  font-weight: 450;
}

/*--============================================================================== 
                                Our Departments Part CSS Start 
==============================================================================--*/
#our-departments {
    padding-bottom: 25px;
}

.title2 h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    padding-left: 40px;
    padding-bottom: 20px;
}

#our-departments .item a.link {
    color: #0c11d0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

#our-departments .item a.link:hover {
    color: rgba(12, 17, 208, 0.64);
}

#our-departments .item .text {
    padding: 25px 0;
}

#our-departments .item .text p {
    padding-bottom: 15px;
}

#our-departments .item .text a h3 {
    font-family: "Playfair Display", serif;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
}

#our-departments .item .text a h3:hover {
    color: #0c11d0;
}







/*--============================================================================== 
                                Our Team Part CSS Start 
==============================================================================--*/
#our-team {
    padding-top: 50px;
}

#our-team .item {
    padding: 50px 0;
}

#our-team .item .img {
    padding: 7px;
    border-radius: 50%;
    background: #000;

}

#our-team .item img {
    border-radius: 50%;
}
#our-team .text h3 {
	font-size: 22px;
	color: #0c11d0;
	text-transform: uppercase;
	padding-top: 20px;
	font-weight: 700;
}
#our-team .text h5 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #000;
    padding: 10px 0;
    text-transform: capitalize;
}

#our-team .text h6 {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
}

#our-team .text h6 a {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    text-transform: lowercase;
}

#our-team .text h6 a:hover {
    text-decoration: underline;
}


/* Header Section */
.header-section {
    background-color: #350046;
    color: white;
    padding: 150px 0;
    text-align: center;
}

.header-section h1 {
    font-size: 45px;
    font-weight: bolder;
}

.header-section p {
    font-size: 25px;
    font-weight: 450;
}

/* Content Section */
.content-section {
    padding: 50px 0;
}

.content-section .section-title,
.content-section .section-subtitle {
    font-weight: bolder;
    font-size: 45px;
    margin-bottom: 20px;
}

.content-section .section-title {
    color: #FC6704;
}

.content-section .section-subtitle {
    color: #222;
}

.content-section .section-text {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.content-section .quote-btn {
    background-color: #FC6704;
    color: white;
    border: none;
    padding: 15px 55px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.content-section .quote-btn:hover {
    background-color: #c84e00;
}

/* Page Wrapper */
.page-content {
    font-size: 22px;
    margin: 40px auto;
    padding: 20px;
    color: #333;
    line-height: 1.8;
}

/* Headings */
.page-content h2 {
    font-size: 40px;
}

.page-content h3 {
    font-size: 30px;
}

.page-content h4 {
    font-size: 25px;
}

.page-content h5 {
    font-size: 20px;
}

.page-content p {
    margin-bottom: 15px;
}

.page-content strong {
    color: #000;
}

/* Lists */
.page-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.page-content ul li {
    margin-bottom: 8px;
    list-style-position: outside;
    position: relative;
}

/* Responsive for Mobile */
@media (max-width: 600px) {
    .page-content {
        padding: 18px;
    }

    .page-content h2 {
        font-size: 25px;
    }

    .page-content h3 {
        font-size: 25px;
    }

    .page-content h4 {
        font-size: 22px;
    }

    .page-content h5 {
        font-size: 20px;
    }
}


/*--============================================================================== 
                                footer Part CSS Start 
==============================================================================--*/
#footer {
    padding-top: 50px;
    padding-bottom: 10px;
    background: #f5f5ef;
}

#footer ul li h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}

#footer ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: all linear .3s;
    line-height: 30px;
}

#footer ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: all linear .3s;
    line-height: 30px;
}

#footer hr {
    margin-bottom: 30px;
    opacity: .2;
}

#footer img {
    max-width: 176px;
    width: 100%;
}

#footer p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    max-width: 318px;
    line-height: 25px;
    width: 100%;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul li {
    font-size: 18px;
    padding: 0 0;
}

#footer ul li h6.p-2 {
    font-family: "Inter", serif;
    font-size: 16px;
    font-weight: 900;
    color: #A39384;
}

#footer .footer-top a {
    color: #ff9d00;
    font-size: 20px;
    text-transform: lowercase;
    font-weight: 700;
}

#footer .footer-top a.pe-5 {
    font-family: "Inter", serif;
}

#footer .list{
    font-size: 17px;
}

#footer .list a i {
    color: #000;
    padding-right: 5px;
    font-size: 13px;
    position: relative;
    top: 2px;
}

#footer .list.list-3 {
    max-width: 261px;
}

#footer .list2 a i {
    color: #000;
    padding-right: 5px;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    padding-right: 0;
    margin-right: 3px;
}

#footer .list2 ul li {
    display: inline
}

#footer .list3 ul li {
    display: inline
}

#footer .list3 ul {
    margin-bottom: 0;
}

#footer .list3 ul li img {
    width: 50px;
    padding-right: 5px;
}

#footer ul li.pal-2 {
    padding-left: 22px;
}

#footer .social-links a i {
    font-size: 35px;
    color: #000;
    padding: 0 5px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#footer .copy-right hr {
    margin-bottom: 20px;
}

#footer .social-links a svg {
    font-size: 35px;
    color: #000;
    padding: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: -8px;
}

#footer .list {
    padding-bottom: 25px;
}

#footer .copy-right p {
    white-space: nowrap;
    color: #000;
    text-align: center;
    max-width: 100%;
    padding-bottom: 15px;
}






/*--============================================================================== 
                                Category Part CSS Start 
==============================================================================--*/
#footer-banner {}

#footer-banner .item {
    position: relative;
}

#footer-banner .item img {
    max-height: 700px;
}

#footer-banner .item .text {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 15px;
    padding: 25px;
    padding-bottom: 40px;
}

#footer-banner .item .text h2 {
   text-transform: uppercase;
  font-size: 35px;
  padding-bottom: 15px;
}

#footer-banner .item .text p {
   font-size: 18px;
  line-height: 1.5;
  padding-bottom: 20px;
}

#footer-banner .item .text a {
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    transition: all linear .3s;
    text-transform: uppercase;
}

#footer-banner .item .text a:hover {
    background: #fff;
}







/*--============================================================================== 
                                Category Part CSS Start 
==============================================================================--*/
#achivments {
    padding: 20px 0;
}

#achivments .content {
    background: linear-gradient(90deg, rgba(170, 213, 203, 1) 50%, rgba(37, 104, 110, 1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

#achivments .marquee-content {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

#achivments .marquee-item {
    padding: 40px 60px;
    margin: 0 10px;
    font-size: 24px;
    border-radius: 8px;
    white-space: nowrap;
    height: 200px;
    padding: 20px;
    align-items: center;
    width: 300px;
    display: flex;
    align-items: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}




/*--============================================================================== 
                                Category Part CSS Start 
==============================================================================--*/

#category {
    padding-top: 50px;
    padding-bottom: 50px;
}

#category .filters h6 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 18px;
}

#category .products .text {
    padding-top: 15px;
    padding-bottom: 25px;
}

#category .products a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

#category .products a:hover {
    color: #000;
    text-decoration: 1px underline;
}


.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button {
    text-transform: uppercase;
    padding: 1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
















#category .filters {
    margin-bottom: 25px;
}


#category .check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#category .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#category .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/*
#category .check-box:hover input ~ .checkmark {
  background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */
#category .check-box input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
#category .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#category .check-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#category .check-box .checkmark::after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}








.accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, .125);
    outline: 0;
    box-shadow: 0 0 0 0;
}














/*--============================================================================== 
                                Product Part CSS Start 
==============================================================================--*/
#product {
    padding-top: 30px;
    padding-bottom: 20px;
}

#product .item {
    padding-bottom: 25px;
}


#product .product-details p {
    font-size: 18px;
    padding-top: 10px;
}

#product .product-details a {
    color: #000;
    text-decoration: underline;
    text-transform: capitalize;
}

#product .product-details p span {
    font-weight: 600;
}

#product .btns {
    padding-top: 25px;
}

#product .btns .btn {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 12px;
    border: 1px solid #000;
}

#product .btns .btn.btn2 {
    background: #fff;
    color: #000;
}

#product .product-info .text h3 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
}

#product .product-info .text ul {
    margin-left: 21px;
}

#product .product-info .text ul li {
    list-style-type: disc;
    color: #525252;
}

#product .product-info .text p {
    font-size: 18px;
    color: #525252;
    line-height: 24px;
}

#product .slider1 .item {
    padding: 10px;
}

#product .similar-items {
    position: relative;
    padding-bottom: 25px;
}

#product .similar-items img {
    padding-bottom: 10px;
}

#product .similar-items a {
    color: #000;
    font-weight: 600;
}

#product .similar-items p {
    color: #605e5c;
}

#product .similar-items a:hover {
    text-decoration: underline;
}

#product .similar-items i {
    width: 25px;
    height: 40px;
    background: ;
    text-align: center;
    line-height: 40px;
    color: #000;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
}

#product .similar-items .left {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 99;
    transform: translateY(-50%);
}

#product .similar-items .right {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 99;
    transform: translateY(-50%);
}

#product .title3 h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 40px;

}







#product .slider2 .item {
    padding: 10px;
}

#product .similar-items2 {
    position: relative;
    padding-bottom: 25px;
}

#product .similar-items2 img {
    padding-bottom: 10px;
}

#product .similar-items2 a {
    color: #000;
    font-weight: 600;
}

#product .similar-items2 p {
    color: #605e5c;
}

#product .similar-items2 a:hover {
    text-decoration: underline;
}

#product .similar-items2 i {
    width: 25px;
    height: 40px;
    background: ;
    text-align: center;
    line-height: 40px;
    color: #000;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
}

#product .similar-items2 .left2 {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 99;
    transform: translateY(-50%);
}

#product .similar-items2 .right2 {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 99;
    transform: translateY(-50%);
}








.color-selector {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
    cursor: pointer;
    transition: transform 0.2s, border 0.3s;
}

/*
.color-option:hover {
    transform: scale(1.1);
}
*/

.color-option.selected {
    border: 4px solid #ddd;
}

/* Sample product colors */
.color-red {
    background-color: #e74c3c;
}

.color-green {
    background-color: #27ae60;
}

.color-blue {
    background-color: #3498db;
}

.color-black {
    background-color: #2c3e50;
}

.color-yellow {
    background-color: #f1c40f;
}











.size-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.size-option {
    padding: 8px 0;
    border: 2px solid #ccc;
    background-color: white;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-align: center;
}

.size-option:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.size-option.selected {
    background-color: #000;
    color: white;
    border-color: #000;
}

#selected-size {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}












/*--============================================================================== 
                                Our Part CSS Start 
==============================================================================--*/

.section-title {
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 25px;
    padding-top: 40px;
}

.section-title2 {
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-top: 80px;
    padding-bottom: 60px;
}

#our {
    padding-bottom: 25px;
}

#our .md-name {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000;
    font-style: italic;
    font-family: "Playfair Display", serif;
}

#our h4 {
    color: #ff9d00;
}

#our p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
}

#our .item {
    text-align: center;
    text-align: 0;
    padding: 35px;
    border: 2px solid #000;
    margin-top: 25px;
}

#our .item.item-2 {
    text-align: center;
    text-align: 0;
    padding: 35px;
    border: 2px solid #fd6900;
    margin-top: 25px;
    background: #fd6900;
    color: #fff;
}

#our .item.item-2 .read-more-btn {
    color: #fd6900;
    border: 1px solid #fd6900;
    background: #fff;
}

#our .item i {
    font-size: 65px;
    padding-bottom: 30px;
}

#our .item h3 {
    padding-bottom: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
}

#our .item p {
    letter-spacing: 1.5px;
    padding-bottom: 25px;
    padding-top: 10px;
}



#our .item .more-text {
    display: none;
}

#our .item .read-more-btn {
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 35px;
    background: #000;
}









/*--============================================================================== 
                                Certificed Part CSS Start 
==============================================================================--*/

#Certificed {
    overflow: hidden;
}

#Certificed .owl-carousel .item {
    background: #fd6900;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 40px 0;
    margin: 10px;
    color: white;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    padding: 5px;
    position: relative;
}

#Certificed .owl-stage-outer {
    padding: 0;
    /* Padding to allow space on left and right */
    overflow: visible;
}

#Certificed .owl-item {
    transition: transform 0.3s;
}


#Certificed .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#Certificed .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

#Certificed .owl-dot.active span {
    background: #4CAF50;
}

#Certificed-two p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
}







#Certificed .owl-item.center .item {
    transform: scale(1.05);
    z-index: 2;
}

#Certificed .item img {
    height: 550px;
}

#Certificed .item .certified-content {
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

#Certificed .item .certified-content h4 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#Certificed .item .certified-content p {
    letter-spacing: 1.5px;
}












#Certificed-two {}

#Certificed-two .item {
    border: 2px solid #eee;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 4px;
}

#Certificed-two .item img {
    height: 450px;
    object-fit: cover;
}



.page-title h5 {
    font-size: 30px;
    font-weight: 700;
    padding: 30px 0;
    text-transform: uppercase;
}





/*--============================================================================== 
                                Our Office Part CSS Start 
==============================================================================--*/
#our-office {
    padding-top: 30px;
    padding-bottom: 50px;
}

#our-office .preview-image {
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#our-office .preview-image {
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#our-office .owl-carousel .item img {
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s;
}

#our-office .owl-carousel {
    position: relative;
}

#our-office .owl-carousel .item img:hover {
    transform: scale(1.05);
}

#our-office .owl-nav {
    margin-top: 10px;
}

#our-office .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    font-size: 35px;
    background: #333;
    color: #fff;
    width: 25px;
    height: 35px;
    line-height: 35px;
}

#our-office .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 35px;
    background: #333;
    color: #fff;
    width: 25px;
    height: 35px;
    line-height: 35px;
}

#our-office .owl-dots {
    margin-top: 10px;
}

















#our .md-img {
    max-width: 250px;
    border: 4px solid #000;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}




















/*--============================================================================== 
                                Working Profile Part CSS Start 
==============================================================================--*/



#working-profile .anual-title {
    border: 1px solid #ddd;
    padding: 35px;
}

#working-profile .anual-title {
    border: 1px solid #ddd;
    padding: 25px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    margin-bottom: 45px;
}

#working-profile .anual-title h4 {
    font-weight: 700;
}

#working-profile .countries {
    background: #fff;
    border-radius: 7px;
}

#working-profile .countries {
    padding: 40px;
    margin: 30px 0;
}

#working-profile .item {
    text-align: center;
}

#working-profile .item h4 {
    text-transform: uppercase;
}

#working-profile .item img {
    margin-top: 20px;
}

#work-pro {
    background: linear-gradient(to bottom, #fbfbfb 0%, #e5e5e5 100%);
}
















.color-green2 {
    color: #00651a;
    background-color: transparent;
}

.color-red2 {
    color: #ed1c24;
    background-color: transparent;
}

.color-black2 {
    color: #000000;
    background-color: transparent;
}

.profile-bar h5 {
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 400;
}











.color-bd {
    color: #006a4e;
}

.color-in {
    color: #128807;
}

.color-ind {
    color: #cd1025;
}

.color-vit {
    color: #e70012;
}















/*--============================================================================== 
                            Contact Info Part CSS Start 
==============================================================================--*/


.contact-info .page-title {
    padding-bottom: 30px;
}

.contact-info .info-item {
    text-align: center;
    margin-bottom: 25px;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 8px 3px #cecece70;
    min-height: 250px;
    padding: 20px;
}

.contact-info .info-item h4 {
    padding: 20px;
    color: #000 !important;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.contact-info .info-item h3 {
    padding: 20px;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    min-height: 84px;
    height: 100%;
}

.contact-info .info-item a {
    color: #212529;
}

.contact-info .btn {
    background: #ff9d00;
    padding: 10px 50px;
    border-color: #ff9d00;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-info .btn:hover {
    background: #fff;
    padding: 10px 50px;
    border-color: #ff9d00;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff9d00;
}

.contact-info .info-item i {
    font-size: 60px;
    padding-top: 20px;
    color: #ff9d00;
}

.contact-info .contact-form {
    padding: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.contact-info .form-label {
    max-width: 220px;
    width: 100%;
}

.contact-info .form-floating {
    width: 100%;
}

.contact-info .form-floating > label {
    color: #717171;
}

.form-control:focus {
    border-color: #fd6900;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .0);
}


.bg-1 {
    background: #d9d9d9;
    margin-top: 0px;
    padding-bottom: 25px;
}



.contact-us-hadding {
    background: rgba(37, 104, 110, 1);
    padding: 50px;
    justify-content: space-between;
    display: flex;
    margin-top: 25px;
}
.contact-us-hadding h1 {
    font-family: "Playfair", serif;
	font-size: 80px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	line-height: 150px;
}
.contact-us-hadding i {
    font-size: 80px;
    width: 150px;
    height: 150px;
    line-height: 123px;
    text-align: center;
    border-radius: 50%;
    border: 15px solid #fff;
    color: #fff;
    margin: 0 10px;
}



.contact-info .map-fild {
    background: rgba(37, 104, 110, 1);
    padding: 30px;
}
.contact-info .map-fild h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.contact-info {
    padding-top: 50px;
}

.contact-info .bg-1 {
    border-radius: 15px;
}
.contact-info .contact-list {
    background: #310945;
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
}
.contact-info .address-main {
    background: #ffe8c4;
    color: #000;
    padding: 15px 25px;
    padding-bottom: 0;
    border-radius: 15px;
    margin-bottom: 25px;
}
.contact-info .address-main p {
    padding-bottom: 5px;
}
.contact-info .contact-list li {
    padding: 5px 0;
}
.contact-info .address-main h6 {
    font-weight: 600;
    padding-top: 30px;
}
.contact-info .contact-list h5, .contact-info .address-main h5 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 8px;
}
.contact-info .contact-list a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.contact-info .contact-list a span {
    padding-right: 10px;
    font-weight: 500;
}
.contact-info .contact-list a i {
    width: 35px;
    text-align: left;
    font-size: 18px;
}
.contact-info .contact-list .logo {
    max-width: 200px;
    margin: 10px 0;
}

.contact-info .office-item {
    text-align: center;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 25px;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 7px;
    padding: 25px;
    min-height: 371px;
    margin-bottom: 40px;
}

.contact-info .office-item h3 {
    padding: 15px;
    background: #ddd;
    margin-bottom: 25px;
    border-radius: 5px;
}

.contact-info .fa-building {
    font-size: 60px;
    margin-top: 50px;
}

.contact-info .office-item h6 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
}



.contact-info .map {
    background: #ddd;
}

.contact-info .map iframe {
    width: 100%;
}






















/*--============================================================================== 
                            Partner Factories Part CSS Start 
==============================================================================--*/

#partner-factories h3 {
    padding-bottom: 20px;
    padding-top: 20px;
}

#partner-factories p {
    padding-bottom: 20px;
}

#partner-factories ul {
    margin-left: 15px;
}

#partner-factories ul li {
    list-style-type: disc;
    text-align: left;
}

#partner-factories .main-item {}

#partner-factories .main-item .img-box {
    background: #ddd;
    border: 1px solid #ff9d00;
    height: 280px;
    overflow: hidden;
}

#partner-factories .main-item .img-box {
    display: flex;
    align-items: center;
}

#partner-factories .main-item h5 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 600;
}