@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
.grey-bg {
    background: #fff !important;
}
.text-theme-color {
    color: #dd6310;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    font-family: Raleway, sans-serif;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    background: #cddfe1;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(40, 58, 90, 0.6)),
        url("/theme/img/banner/banner03.jpg") fixed center center;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 70px;
    color: white;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.breadcrumbs a {
    text-decoration: none;
    color: #dd6310;
    font-weight: 600;
}
.breadcrumbs li {
    font-weight: 800;
}

@media (max-width: 992px) {
    .breadcrumbs .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/";
}

.banner {
    margin: 0 0 70px 0;
}
.banner img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.9);
}

.title-left {
    margin-bottom: 50px;
    border-bottom: 1px solid #d2d0d0;
    width: 100%;
    color: #a1c4bc;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title-left h4 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: 600;
}

.title-left h4::after {
    position: absolute;
    bottom: -9px;
    left: 0%;
    content: "";
    width: 100%;
    margin: auto;
    background-color: #dd6310;
    height: 2px;
}

@media screen and (max-width: 991px) {
    .title-left {
        text-align: center;
    }
    .title-left::after {
        width: 100%;
    }
}

.title-right {
    margin-bottom: 50px;
    border-bottom: 1px solid #d2d0d0;
    max-width: 100%;
    color: #a1c4bc;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title-right h4 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: 600;
}

.title-right h4::after {
    position: absolute;
    bottom: -9px;
    right: 0%;
    content: "";
    width: 100%;
    margin: auto;
    background-color: #dd6310;
    height: 2px;
}

@media screen and (max-width: 991px) {
    .title-right {
        text-align: center;
    }
    .title-right::after {
        width: 100%;
    }
}

.nav-bg {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: white;
    z-index: 999;
    padding: 6px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    background: #fff;
    color: #22324a;
    line-height: 1.42857143;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#top-bar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#top-bar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#header {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#header .open {
    height: 100%;
}

#header .top-bar {
    line-height: 36px;
    z-index: 99;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d2d0d0;
    text-align: center;
    height: auto;
}

#header .top-bar #top-bar.closed {
    height: 0;
    overflow-y: hidden;
}

#header .top-bar #top-bar.open {
    height: 100%;
}

#header .top-bar #close {
    display: none;
}

#header .top-bar ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header .top-bar ul li {
    border: 1px solid #d2d0d0;
    border-bottom: none !important;
}

#header .top-bar ul li a {
    text-decoration: none;
    color: #666 !important;
    font-size: 14px;
    padding: 0 15px;
    color: #666;
    letter-spacing: 0;
    font-weight: 500;
}

#header .top-bar ul li a i {
    font-size: 1rem;
}

#header .top-bar .socail-links li:hover i {
    color: #dd6310 !important;
}

#header .top-bar .right-top li a i {
    color: #dd6310;
    padding-right: 10px;
    vertical-align: middle;
}

#header .close {
    font-size: 20px;
    display: none;
    opacity: 1;
    text-align: center;
    float: none;
    text-shadow: none;
    padding: 6px 12px;
    border-bottom: 1px solid #d2d0d0;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header .main-menu .navbar-brand img {
    max-width: 80%;
    margin-left: 20px;
    height: auto;
}

#header .main-menu ul {
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header .main-menu ul li {
    margin-left: 20px;
}

#header .main-menu ul li a {
    color: #333;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
}

#header .main-menu ul li a::before,
#header .main-menu ul li a::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #dd6310;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#header .main-menu ul li a:hover {
    color: #dd6310;
}

#header .main-menu ul li a:hover:after,
#header .main-menu ul li a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#header .main-menu .search-btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 100%;
    z-index: 1;
    position: relative;
}

#header .main-menu .search-btn .input-group .input-group-prepend i {
    color: #dd6310;
}

#header .main-menu .search-btn .input-group .input-group-prepend button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .main-menu .search-btn .input-group input {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 25px !important;
}

#header .main-menu .dropdown {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
}

#header .main-menu .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

#header .main-menu .dropdown .dropdown-menu {
    display: none;
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header .main-menu .dropdown .dropdown-menu li {
    margin: 0%;
    padding: 2px 0;
}

#header .main-menu .dropdown .dropdown-menu li a {
    display: block;
    padding: 10px;
}

#header .main-menu .dropdown .dropdown-submenu {
    position: relative;
}

#header .main-menu .dropdown .dropdown-submenu .dropdown-menu {
    left: 100%;
    /* -6px gives dropdown-menu's padding+border */
    top: 0px;
    display: none;
}

#header .main-menu .dropdown .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

#header #close {
    display: block;
    line-height: 20px;
}

#header .has-search .form-control {
    padding-left: 2.375rem;
}

#header .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

@media screen and (min-width: 991px) {
    #header #topbar-toggler {
        display: none;
    }
    #header #top-bar {
        height: 100% !important;
    }
}

#header #topbar-toggler {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}

#header #topbar-toggler span {
    color: #dd6310;
}

#header #top-bar.open ~ #topbar-toggler {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
    #header .right-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #header .socail-links {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    #header .top-bar ul li {
        border-bottom: 1px solid #d2d0d0 !important;
    }
}

@media only screen and (min-width: 1200px) {
    #header .main-menu .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.hero-bg .hero-slider .carousel-item {
    width: 100%;
    height: 75vh;
}

.hero-bg .hero-slider .carousel-control-next-icon,
.hero-bg .hero-slider .carousel-control-prev-icon {
    padding: 20px;
    background-color: #dd6310;
    border-radius: 3px;
}

/* .banner-slogon {
    margin: 20px 0 80px 0;
}

.banner-slogon p {
    font-weight: 400;
    font-size: 24px;
    font-style: italic;
    position: relative;
}

.banner-slogon p::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    background-color: #dd6310;
    width: 5px;
} */
/* Header Intro slogan */
blockquote.slogan {
    background: #f9f9f9;
    border-left: 10px solid #dd6310;
    margin: 1.5em 10px;
    padding: 2.5em 20px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote.slogan:before {
    color: #dd6310;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote.slogan p {
    display: inline-block;
    padding: 20px 10px;
    font-size: 18px;
}
/* About section homepage */
.about-hollows {
    margin: 0 0 80px 0;
}
.about-hollows .MiVi {
    background-color: #f3f3f3;
    padding: 80px 0 80px 0;
    margin-top: 80px;
}
.about-hollows .MiVi h4 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 800;
}
.about-hollows .MiVi ul {
    list-style: none;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.about-hollows .MiVi li {
    display: flex;
    padding-top: 20px;
}
.about-hollows .MiVi li i {
    color: #dd6310;
}

.about-hollows .title-about {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #dd6310;
    width: 100%;
    color: #a1c4bc;
    text-transform: uppercase;
}

.about-hollows img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.about-hollows .content-title {
    font-size: 18px;
    color: #a1c4bc;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}

.about-hollows ul {
    list-style: none;
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-hollows ul li {
    margin-top: 5px;
}

.about-hollows ul li a {
    text-decoration: none;
    color: #a1c4bc;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border-bottom: 1px solid transparent;
}

.about-hollows ul li a:hover {
    border-bottom: 1px solid #dd6310;
}

.about-hollows .content-title-sub {
    font-size: 1rem;
    color: #a1c4bc;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-hollows p {
    text-align: justify;
    font-weight: 400;
    line-height: 1.8em;
}

/* .introduction */

.introduction {
    margin-bottom: 40px;
}
.introduction p {
    text-align: justify;
}

/* certificate */

.certificate {
    margin: 0 0 80px 0;
}
.certificate .certificate-img {
    transform: scale(1.1);
}
.certificate a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.certificate a img {
    width: 80%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.certificate a img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    margin: 0 0 80px 0;
}
.team .member {
    position: relative;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team .member:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    text-align: center !important;
    border-radius: 50%;
    margin: auto;
}

.team .member .pic img {
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    width:155px;
    height:155px;
    object-fit: cover;
}

.team .member .member-info {
    padding-left: 30px;
    text-align: center;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
}

.team .member span::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
    right: 0%;
    margin: auto;
}

.team .member p {
    margin: 10px 0 0 0;
    text-align: center;
}

.team .member .social {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team .member .social a {
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #fffafa;
    text-decoration: none;
}

.team .member .social a:hover {
    background-color: #dd6310;
}

.team .member .social a:hover i {
    color: white;
}

.team .member .social a i {
    color: #b0c3d2;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a + a {
    margin-left: 8px;
}

.service {
    margin: 80px 0;
}

.service .service-box {
    position: relative;
}
.service .service-box::after{
    content: '\f078';
    position: absolute;
    color:#888;
    bottom:-35px;
    right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-family: Fontawesome;
    z-index: 100;
}
.service .service-box a {
    text-decoration: none;
}

.service .service-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    display: inline-block;
}

.service .service-box:hover span {
    background-color: #dd6310 !important;
    color: white !important;
}

.service .service-box .service-box-inner {
      -webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
      padding: 30px 15px;
      text-align: center;
      max-height:15em;
      overflow: hidden;
      transition:1s ease-out;
      -webkit-transition:1s ease-out;
      -moz-transition:1s ease-out;
      -ms-transition:1s ease-out;
      -o-transition:1s ease-out;
      z-index:10;
      border-radius: 5px;
      background: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
}

.service .service-box .service-box-inner span {
    color: #f47d34;
    padding: 20px;
    background: #ffebde;
    border-radius: 50%;
    font-size: 50px;
}

.service .service-box .service-box-inner h5 {
    margin-top: 20px;
    font-size: 18px;
    color: #22324a;
}

.service .service-box .service-box-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    color: #888;
    background:#fff;

}
.service .service-box .service-box-inner p::after{
    content: "...";
    position: absolute;
    right:0;
    bottom:4px;
}
.service small.more-icon svg{
    color: #888;
    width:30px;
    height:30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.service .service-box:hover .service-box-inner{
    max-height: max-content;
    overflow: visible;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.service .service-box:hover:after,.service .service-box:hover p:after{
    display: none;
}

.service .service-box .service-box-inner .phone-number {
    margin-top: 15px !important;
}

/* .testimonial {
    margin: 80px 0;
    overflow: hidden;
}

.testimonial .testimonial-section {
    background-color: #ffffff;
}

.testimonial .testi-img .img-box {
    max-width: 300px;
    margin: auto;
    text-align: center;
    position: relative;
}

.testimonial .testi-img .circle {
    height: 300px;
    width: 300px;
    background-color: #fb9c9a;
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonial .testi-img .img-box-inner {
    position: relative;
    border-radius: 0 0 180px 180px;
    overflow: hidden;
}

.testimonial .testi-img .img-box-inner img {
    width: 80%;
    height: 100%;
}

.testimonial .testimonial-section .carousel-control-prev {
    margin-right: 10px;
}

.testimonial .testimonial-section .carousel-control-next,
.testimonial .testimonial-section .carousel-control-prev {
    position: relative;
    height: 35px;
    width: 35px;
    background-color: #dd6310;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
}

.testimonial .testimonial-section .carousel-control-prev img,
.testimonial .testimonial-section .carousel-control-next img {
    width: 15px;
}

.testimonial .testi-item h3,
.testimonial .testi-item p {
    font-size: 14px;
}

.testimonial .testi-item p {
    line-height: 1.8em;
}

.testimonial .testi-item h3 {
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 600;
    color: #082c46;
} */

/* @media (max-width: 991px) {
    .testimonial .testi-img .img-box {
        max-width: 300px;
    }
    .testimonial .testi-img .circle {
        height: 300px;
        width: 300px;
    }
    .testimonial .testi-img .img-box-inner {
        border-radius: 0 0 150px 150px;
    }
    .testimonial .testi-img .img-box-inner img {
        max-width: 230px;
    }
}

@media (max-width: 767px) {
    .testimonial .testi-img {
        margin-bottom: 25px;
    }
} */

.productMain .product-category h6 {
    font-size: 1.3rem;
    color: #a1c4bc;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border: 1px dashed #d2d0d0;
}

.productMain .product-category h6 span {
    color: #dd6310;
}

.productMain .product-category .material-icons {
    color: #dd6310;
}

.productMain .product-category ul {
    margin-top: 15px !important;
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.productMain .product-category ul li {
    margin-top: 8px;
}

.productMain .product-category ul li a {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.9);
    padding: 6px;
    background: #fffafa;
}

.productMain .product-category .sub-category {
    list-style: none;
    margin-top: 10px !important;
}

.productMain .product-category .sub-category li a {
    color: #6c757d;
}

.productMain .product-category .material-icons {
    font-size: 14px;
}

.productMain .product-category .dropdown .btn {
    border-radius: 3px;
    border: 1px dashed #a1c4bc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.productMain .product-category .dropdown .btn ul {
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.productMain .two-btn a {
    text-decoration: none !important;
    padding: 4px 8px;
    color: white;
    border-radius: 3px;
    font-size: 14px;
}

.productMain .two-btn .active-category {
    background-color: #007bff;
}

.productMain .two-btn .clearAll {
    background-color: #bd2130;
}

.productMain .page {
    background-color: #dfe6e0;
    padding: 2%;
    margin: auto;
}

.productMain .page .fa {
    color: #f2dd1d;
}

.productMain .page .card-img-top {
    width: 90%;
    height: 225px;
}

.productMain .page .view {
    background-color: #dfe6e0;
    padding: 10px;
    margin: 20px;
}

.productMain .page .card {
    width: 95%;
    padding: 0px;
    margin-left: 2%;
}

.productMain .page .card-footer {
    background-color: #ff772e;
    font-weight: 700;
}

.productMain .page .price {
    color: #ff4517;
    font-weight: 600;
}

.productMain .card {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
    border: none;
    border-radius: 3px !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    width: 100% !important;
}

.productMain .card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.productMain .card .card-body h5 {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
}

.productMain .card .card-body a {
    text-align: center;
    width: 100%;
    background-color: #fffafa;
    font-weight: 500;
    border: none;
    color: #dd6310;
    border: 1px solid #dd6310;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.productMain .card .card-body a:hover {
    color: white;
    border: 1px solid #a1c4bc;
    background-color: #a1c4bc;
}

@media screen and (max-width: 572px) {
    .productMain .card {
        width: 100% !important;
    }
    .productMain .card .img {
        height: 200px !important;
    }
    .productMain .two-btn {
        margin-top: 10x;
    }
}

.newsAndletter {
    margin: 80px 0;
}

.newsAndletter .post-module {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    z-index: 1;
    display: block;
    background: white;
    min-width: 100%;
    height: 100%;
}

.newsAndletter .post-module:hover {
    cursor: pointer;
}

.newsAndletter .post-module:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.newsAndletter .post-module .category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #dd6310;
    padding: 5px 7px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.newsAndletter .post-module .thumbnail {
    position: relative;
    background: black;
    overflow: hidden;
}

.newsAndletter .post-module .thumbnail .date {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1;
    background: #dd6310;
    width: 50px;
    height: 50px;
    padding: 6px 0;
    border-radius: 100%;
    color: white;
    font-weight: 700;
    text-align: center;
}

.newsAndletter .post-module .thumbnail .date .day {
    font-size: 1rem;
}

.newsAndletter .post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.newsAndletter .post-module .thumbnail img {
    width: 100%;
    height: 180px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newsAndletter .post-module .post-content {
    position: relative;
    bottom: 0;
    background: white;
    padding: 10px;
}

.newsAndletter .post-module .post-content .category {
    position: absolute;
    top: -36px;
    left: 0;
    background: #dd6310;
    padding: 8px 15px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.newsAndletter .post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 700;
}

.newsAndletter .post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #a1c4bc;
    font-size: 16px;
    font-weight: 500;
    display: none;
}

.newsAndletter .post-module .post-content .description {
    color: #777;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .newsAndletter .news-respon {
        margin-top: 45px;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact ul {
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

.contact ul li h6 {
    color: #a1c4bc;
    font-size: 1rem;
}

.contact ul li a {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.contact ul li a:hover {
    border-bottom: 1px solid #dd6310;
}

.contact ul li span {
    font-size: 14px;
}

.google-map {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-map .responsive-map {
    width: 100%;
    height: 100%;
}

/* .google-map .responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
} */

/* @media only screen and (max-width: 768px) {
    .google-map .responsive-map {
        height: 300px;
    }
} */

.contact-section {
    margin-top: 80px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    overflow: hidden;
}

.contact-section h3 {
    font-weight: 600;
    color: #dd6310;
}

.contact-section img {
    margin: auto;
}

.php-email-form {
    width: 100%;
    padding: 20px;
}

.php-email-form label {
    color: #a1c4bc;
    font-size: 14px;
}

.php-email-form .form-group {
    padding-bottom: 8px;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .error-message br + br {
    margin-top: 25px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.php-email-form .form-group {
    margin-bottom: 20px;
}

.php-email-form label {
    padding-bottom: 8px;
}

.php-email-form input,
.php-email-form textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
    border-color: #a1c4bc;
}

.php-email-form textarea {
    padding: 8px 12px;
}

.php-email-form button[type="submit"] {
    background-color: #a1c4bc;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #a1c4bc;
}

.top-strip {
    background-color: #fffafa;
    padding: 30px 0;
    font-size: 20px;
    margin-top: 40px;
}

.top-strip .media-left,
.top-strip .media-right {
    white-space: nowrap;
}

.top-strip .media-left,
.top-strip .media-right,
.top-strip .media-body {
    display: table-cell;
    vertical-align: top;
}

.top-strip .media-left a,
.top-strip .media-right a,
.top-strip .media-body a {
    text-decoration: none;
    color: #dd6310;
}

.top-strip .icon-bordered {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #dd6310;
    font-size: 30px;
    margin-right: 15px;
    text-align: center;
    color: #082c46;
}

.top-strip .media-middle {
    vertical-align: middle;
}

.top-strip .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-strip .bold {
    font-weight: 800;
}

#footer {
    background: #282e33;
    color: #748796;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    z-index: 1;
    position: relative;
}

#footer ul {
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .footer {
    padding-top: 80px;
    position: relative;
    z-index: 0;
    background: url(../img/footer.jpg) top center !important;
    background: fixed;
    background-size: cover !important;
}

#footer .footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(8, 44, 70, 0.9);
    z-index: -1;
}

#footer .footer .footer-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .footer .list-type1 {
    list-style: none;
}

#footer .footer .list-type1 li {
    display: table;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(201, 201, 201, 0.2);
    line-height: 28px;
    font-weight: 400;
    font-size: inherit;
    width: 100%;
}

#footer .footer .list-type1 li::before {
    content: "\f192";
    font-family: Fontawesome;
    padding-right: 10px;
    color: #dd6310;
    display: table-cell;
    width: 1.28571429em;
    text-align: left;
}

#footer .footer .list-type1 li a {
    text-decoration: none;
    color: #b0c3d2;
    font-size: 14px;
}
#footer .footer .list-type1 li a:hover {
    color: #dd6310;
}

#footer .footer p {
    color: #b0c3d2;
    font-weight: 400;
    font-size: 14px;
}

.footer-call li {
    list-style: none;
    display: table;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(201, 201, 201, 0.2);
    line-height: 28px;
    font-weight: 400;
    font-size: inherit;
    width: 100%;
}
.footer-call li {
    text-decoration: none;
    color: #b0c3d2;
    font-weight: 400;
    font-size: 14px;
}
.footer-call li:hover {
    color: #dd6310;
}

.footer-call li span:hover {
    color: #dd6310;
}

.footer-call li a:hover {
    color: #dd6310 !important;
}

.footer-call li i {
    color: #dd6310;
    font-size: inherit;
}

#footer .footer .border-seperator {
    border-bottom: 1px solid rgba(201, 201, 201, 0.3);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#footer .footer .footer-bottom-strip {
    padding: 20px 0;
}

#footer .footer .footer-bottom-strip .copyright {
    font-size: 14px;
}

#footer .footer .footer-bottom-strip .copyright .bold {
    font-weight: 800;
}

#footer .footer .footer-bottom-strip .copyright a {
    color: #dd6310;
}

#footer .footer .footer-strip-menu {
    text-align: right;
    list-style: none;
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .footer .footer-strip-menu li {
    position: relative;
    display: inline-block;
    padding: 0 12px;
}

#footer .footer .footer-strip-menu li a {
    color: #8b9faf;
    text-decoration: none;
    font-size: 14px;
}

#footer .footer .footer-strip-menu li a::after {
    background: rgba(120, 120, 120, 0.4);
    position: absolute;
    top: 7px;
    content: "";
    right: -3px;
    height: 12px;
    width: 1px;
}

#footer .footer .footer-strip-menu li a:hover {
    color: #dd6310;
}

#footer .footer .footer-strip {
    position: relative;
    overflow: hidden;
}

#footer .footer .footer-strip .footer-bottom-border {
    background: #dd6310;
    height: 5px;
}

#footer .footer .footer-strip .back-to-top {
    overflow: hidden;
    padding-top: 15px;
    width: 160px;
    height: 80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background: #dd6310;
    margin: 0 auto -40px;
    text-align: center;
    display: block;
}

#footer .footer .footer-strip .back-to-top i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
    background: #666;
    color: #dd6310;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#footer .footer .footer-strip .back-to-top i:hover {
    line-height: 30px;
    color: #111;
    background: #fff;
}

#footer .footer #subScribe .wrapper .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#footer .footer #subScribe .wrapper .top::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#footer .footer #subScribe .wrapper .top i {
    font-size: 50px;
    color: #fff;
}

#footer .footer #subScribe .wrapper .bottom {
    padding: 0px;
    word-spacing: -1px;
}

#footer .footer #subScribe .wrapper .bottom .info {
    color: #b0c3d2;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

#footer .footer #subScribe .wrapper .bottom .input-box {
    height: 45px;
    margin: 15px 0 10px 0;
}

#footer .footer #subScribe .wrapper .bottom .input-box input {
    height: 100%;
    width: 100%;
    padding-left: 14px;
    outline: none;
    font-size: 14px;
    border-radius: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#footer .footer #subScribe .wrapper .bottom input[type="text"] {
    border: 2px solid #fff;
}

#footer .footer #subScribe .wrapper .bottom input[type="text"]:focus,
#footer .footer #subScribe .wrapper .bottom input[type="text"]:valid {
    border-color: #dd6310;
}

#footer .footer #subScribe .wrapper .bottom input[type="submit"] {
    border: none;
    cursor: pointer;
    background: #dd6310;
    color: #fff;
    letter-spacing: 1px;
}

#footer .footer #subScribe .wrapper .bottom input[type="submit"]:hover {
    opacity: 0.8;
}

@media screen and (max-width: 480px) {
    #footer .footer #subScribe .wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #footer .col-md-3 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    #footer dd {
        margin-left: 80px !important;
    }
    #footer .footer-strip-menu {
        text-align: left !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 498px) {
    #footer dd {
        margin-left: 5s0px !important;
    }
}

.product-details img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

/* .product-details .img-display {
    overflow: hidden;
} */

.product-details .img-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-details .img-showcase img {
    min-width: 100%;
    height: 25rem !important;
    object-fit: cover;
}

.product-details .img-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    /* justify-content: space-around; */
    flex-wrap: nowrap;
    overflow-x: auto;
}
.product-details .img-select::-webkit-scrollbar {
    height: 5px;
}
.product-details .img-select::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.product-details .img-select::-webkit-scrollbar-thumb {
    background: #dd6310;
}
.product-details .img-select::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.product-details .img-select::-webkit-scrollbar-thumb {
    background: #dd6310;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.product-details .img-select img {
    width: 100px;
    height: auto;
}

.product-details img {
    margin: 0.3rem 0;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    height: 5rem;
}

.product-details .img-item:nth-child(1),
.product-details .img-item:nth-child(2),
.product-details .img-item:nth-child(3) {
    margin-right: 0;
}

.img-select img:hover {
    opacity: 0.8;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.product-details .product-content {
    padding: 2rem 1rem;
}

.product-details .product-title {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: rgba(0, 0, 0, 0.9);
    margin: 1rem 0 1.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.product-details .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.8rem;
    height: 5px;
    width: 50%;
    background: #dd6310;
}

.product-details .product-detail h2 {
    text-transform: capitalize;
    color: #a1c4bc;
    padding-bottom: 0.6rem;
}

.product-details .product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-details .product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-details .product-detail ul li {
    margin: 0;
    list-style: none;
    background-size: 18px;
    font-weight: 600;
    opacity: 0.9;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.product-details .product-detail ul li .mark-tick {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #666;
    border-radius: 50%;
}

.product-details .product-detail ul li .mark-tick i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    margin: 0 0.2rem;
    text-decoration: none;
    font-size: 0.8rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-details .product-detail ul li span {
    font-weight: 400;
}

.product-details .purchase-info {
    margin: 1.5rem 0;
}

.product-details .purchase-info input,
.product-details .purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.product-details .purchase-info input {
    width: 60px;
}

.product-details .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.product-details .purchase-info .btn:first-of-type {
    background: #256eff;
}

.product-details .purchase-info .btn:last-of-type {
    background: #f64749;
}

.product-details .purchase-info .btn:hover {
    opacity: 0.9;
}

.product-details .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #666;
    border: 1px solid #d2d0d0;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-details .social-links a:hover {
    color: #dd6310;
}

.product-video {
    text-align: center;
    position: relative;
    height: 0;
    padding-bottom: calc(100% / (16 / 9));
}

.product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .product-details .card {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .product-details .card-wrapper {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-details .product-imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
    }
    .product-details .product-content {
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .product-details .img-showcase img {
        min-width: 100%;
        height: 100%;
    }
}

.publicationMain .publication-category h6 {
    font-size: 1.3rem;
    color: #a1c4bc;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border: 1px dashed #d2d0d0;
}

.publicationMain .publication-category h6 span {
    color: #dd6310;
}

.publicationMain .publication-category .material-icons {
    color: #dd6310;
}

.publicationMain .publication-category ul {
    margin-top: 15px !important;
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.publicationMain .publication-category ul li {
    margin-top: 8px;
    list-style: none;
}

.publicationMain .publication-category ul li a {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.9);
    padding: 6px;
    background: #fffafa;
}

.publicationMain .publication-category .material-icons {
    font-size: 14px;
}

.publicationMain .publication-category .dropdown .btn {
    border-radius: 3px;
    border: 1px dashed #a1c4bc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.publicationMain .publication-category .dropdown .btn ul {
    margin: 0%;
    padding: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.publicationMain .post-module {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    z-index: 1;
    display: block;
    background: white;
    min-width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.publicationMain .post-module:hover {
    cursor: pointer;
}

.publicationMain .post-module:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.publicationMain .post-module .category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #dd6310;
    padding: 5px 7px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.publicationMain .post-module .thumbnail {
    position: relative;
    background: black;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.publicationMain .post-module .thumbnail .date {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1;
    background: #dd6310;
    width: 50px;
    height: 50px;
    padding: 6px 0;
    border-radius: 100%;
    color: white;
    font-weight: 700;
    text-align: center;
}

.publicationMain .post-module .thumbnail .date .day {
    font-size: 1rem;
}

.publicationMain .post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.publicationMain .post-module .thumbnail img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.publicationMain .post-module .post-content {
    position: relative;
    bottom: 0;
    background: white;
    padding: 10px;
}

.publicationMain .post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.publicationMain .post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #a1c4bc;
    font-size: 16px;
    font-weight: 500;
    display: none;
}

.publicationMain .post-module .post-content .description {
    color: #777;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .publicationMain .news-respon {
        margin-top: 45px;
    }
}

.publicationDetails {
    margin: 80px 0;
}

.publicationDetails h4 {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}

.publicationDetails .card-block {
    margin-top: 5px;
    padding: 10px;
}

.publicationDetails .card-block h5 {
    text-transform: uppercase;
    font-size: 1rem;
}

.publicationDetails .blog-row {
    font-size: 1rem;
    padding: 8px 10px;
    color: white;
    border-radius: 10px;
    text-align: center;
}

.publicationDetails .blog-row i {
    margin-right: 6px;
}

.publicationDetails .category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 20px 0px !important;
}

.visionAndmission {
    margin: 0 0 80px 0;
}
.visionAndmission .vm-content {
    border-radius: 3px;
    padding: 20px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
        rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.visionAndmission .row {
    padding: 15px;
    overflow: hidden;
}

.visionAndmission h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: 600;
}

.visionAndmission p {
    font-size: 1rem;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
}

.visionAndmission h2 {
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #a1c4bc;
    text-transform: uppercase;
}

.visionAndmission i {
    font-size: 60px;
    color: #dd6310;
}

.download {
    font-size: 1rem;
    font-weight: 500;
}

.download a {
    text-decoration: none;
    background-color: #fafafa !important;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}

.download a i {
    margin-right: 5px;
    color: #dd6310;
}

.download .row div {
    padding: 10px;
}

.download .row div:hover {
    background-color: #a1c4bc;
}

.qualityassurance .quality-img img {
    width: 15%;
    height: 15%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.qualityassurance p {
    text-align: justify;
}
.qualityassurance {
    margin: 0 0 80px 0;
}
/*# sourceMappingURL=style.css.map */

/* ================= 21 september ================== */

.product-subtitle {
    color: #444;
    font-size: 1.2rem;
}

.product-detail .nav-tabs .nav-link.active {
    color: #dd6310 !important;
}

.product-detail .nav-link {
    color: #444;
    font-weight: bolder;
}
.product-detail p {
    color: #444 !important;
}

.product-detail .tab-content {
    min-height: 10rem;
}

.floating-inquiry-button {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    transform: translate(10%);
    -webkit-transform: translate(10%);
    -moz-transform: translate(10%);
    -ms-transform: translate(10%);
    -o-transform: translate(10%);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.floating-inquiry-button .btn {
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}
@keyframes blink {
    0% {
        background-color: #fff;
        color: #dd6310;
    }
    50% {
        background-color: #dd6310;
        color: #fff;
    }
    100% {
        background-color: #fff;
        color: #dd6310;
    }
}

.floating-inquiry-button:hover {
    transform: translate(1%);
    -webkit-transform: translate(1%);
    -moz-transform: translate(1%);
    -ms-transform: translate(1%);
    -o-transform: translate(1%);
}
.floating-inquiry-button svg {
    height: 1rem;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img {
    min-width: 100%;
}
.img-item {
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}
.img-item:hover {
    opacity: 0.8;
}

@media (max-width: 600px) {
    .product-detail .nav-item {
        border: 1px solid #fafafa;
        width: 100%;
    }
}

.js-image-zoom__zoomed-image {
    z-index: 10000;
}
.product-detail-sm {
    border-bottom: 1px solid #999;
    margin-bottom: 1.5rem;
}
.product-detail-sm h4 {
    font-size: 1.2rem;
    font-weight: bolder;
    color: #dd6310;
}

.product-detail {
    margin-top: 2.5rem;
}

/* ======Search box================= */
#header .searchMenu {
    position: relative;
    cursor: pointer;
    z-index: 800;
    padding: 5px 0 0 0;
}
#header .searchMenu i {
    font-size: 22px;
}
#header .main-menu .form {
    height: auto;
    z-index: 999;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: -50px;
    width: 200px;
    background: #fff;
    box-shadow: 1px 1px 2px #222;
    transition: all 0.5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#header .main-menu .input {
    width: 200px;
    height: 40px;
    border: 0px;
    background: transparent;
    box-sizing: border-box;
    border-bottom: 3px solid #e99a64;
    outline: none;
    padding: 0 20px 0px;
    color: #222;
    font-size: inherit;
    display: block;
}

#header .main-menu .form.active {
    transform: scale(1);
}
/* @media screen and (max-width: 640px) {

 #header .main-menu .form {
    width: 300px;
  }
  #header .main-menu .input {
    width: 260px;
  }
} */

/* ================= 21 september End ================== */
/* =================22 september ===================== */

@media (max-width: 600px) {
    .search-box.search-elem input[type="text"] {
        padding: 10px;
        height: 38.5px;
        font-size: 16px;
    }
    .search-box.search-elem button.submit {
        height: 40px;
        padding: 10px 1rem;
        top: -1.5px;
    }
}

.distribution-form {
    margin-top: 2rem;
}
.distribution-form .group {
    position: relative;
    margin-bottom: 45px;
}
.distribution-form input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
}
.distribution-form input:focus {
    outline: none;
    border: transparent;
}

/* LABEL ======================================= */
.distribution-form label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.distribution-form input:focus ~ label,
.distribution-form input:not(:placeholder-shown) ~ label {
    top: -20px;
    font-size: 14px;
    color: #dd6310;
}
.distribution-form input:focus ~ label sup,
.distribution-form input[value=""] ~ label sup,
sup.required {
    font-size: 14px;
    color: red;
}

/* BOTTOM BARS ================================= */
.distribution-form .row {
    gap: 3rem;
}

.distribution-form input {
    width: 100%;
}

.distribution-form textarea {
    border-color: #757575;
}
.distribution-form textarea:focus {
    border-color: #dd6310;
    box-shadow: 0 0 0 0.25rem rgba(241, 134, 62, 0.25);
}

.distribution-form .bar {
    position: relative;
    display: block;
    width: 100%;
}

.distribution-form .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #dd6310;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.distribution-form {
    right: 50%;
}

/* active state */

.distribution-form input:focus ~ .bar:after {
    width: 100%;
}

/* HIGHLIGHTER ================================== */
.distribution-form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.distribution-form input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #dd6310;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #dd6310;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #dd6310;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.product-detail .nav-link {
    padding: 0.5rem !important;
}

.resource-download-list svg {
    height: 20px;
}
.resource-download-list li {
    display: list-item;
}
.resource-download-list li > div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
    padding: 0.5rem;
}
.resource-download-list li::last-child {
    border: none;
}
.resource-download-list button {
    height: 2rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}
.ribbon {
    min-height: 240px;
    height: 240px;
    max-height: 250px;
}
.ribbonImage {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* @media (max-width: 1200px) {
    .ribbon {
        height: auto;
    }
} */
.product-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
} */
carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}
/*=============september 22 end============  */

/* ==================september 23 ================ */

.hero-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}
.hero-slider .overlay h5 {
    font-size: 2.5rem;
    font-weight: bolder;
    font-family: "Titillium Web", sans-serif;
}
.hero-slider .overlay p.description {
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
}
.carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
}
.testimonial span {
    color: #fefefe;
}

.testimonial .about {
    background-color: #dd6310;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
    text-align: center;
}
.testimonial .about img {
    margin-top: -68px;
    border: 5px solid white;
    width: 6rem;
    height: 6rem;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}
.testimonial .card {
    border-radius: 10px;
}
.testimonial-slider .owl-next i,
.testimonial-slider .owl-prev i {
    font-size: 25px;
    color: #dd6310;
}

.testimonial-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: unset !important;
}
.testimonial .card .content p {
    min-height: 9.5em;
}
/*  */

/*
**************
*  Post Card
***************
*/
.post-card {
    background-color: #fff;
    transition: all 0.5s ease;
}

/* .post-card:hover {
    transform: translateY(-10px);
} */

.post-card:hover img {
    transform: scale(1.1);
}

.post-card .image-wrapper {
    text-align: center;
    position: relative;
    height: 0;
    padding-bottom: calc(100% / (16 / 9));
    overflow: hidden;
}

.post-card .image-wrapper > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.post__title {
    font-size: 1.2rem;
    line-height: 1.5;
}

.post__title a {
    color: #dd6310;
    text-decoration: none;
}
.post__title a:hover {
    text-decoration: underline;
}

/* Unstyled link */
a.link-unstyled {
    text-decoration: none;
}
a.link-unstyled:hover {
    text-decoration: underline;
}

/* =============Dec 19========= */
.popup-gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: max-content;
}

.popup-gallery a {
    min-height: 17rem;
    display: block;
}
.popup-gallery a img {
    max-width: 250px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
