body {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    font-family: "Source Sans Pro", sans-serif;
    transition: 0.3s;
}

html {
    height: 100%;
    overflow-x: hidden;
}

p {
    font-size: 18px;
    line-height: 26px;
    font-family: "Source Sans Pro", sans-serif;
}

* {
    outline: none;
}

a:hover {
    text-decoration: none;
}

#header-part {
    width: 100%;
    margin: 0px;
    padding: 63px 0px;
    z-index: 11;
    position: absolute;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 10px 0px, rgba(0, 0, 0, 0.03) 0px 1px 18px 0px, rgba(0, 0, 0, 0.03) 0px 3px 5px -1px;
    background-color: rgb(255, 255, 255) !important;
}

#header-part::after {
    position: absolute;
    top: -17px;
    left: 0px;
    background-image: url("../images/top-header-black-bg.png");
    height: 71px;
    content: "";
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#banner-part {
    background: rgb(251, 251, 251);
    padding: 0px;
    position: relative;
}

.social-scsn {
    position: absolute;
    right: 35px;
    top: 230px;
    z-index: 1;
}

.social-scsn h6 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transform: rotate(90deg);
    position: relative;
}

.social-scsn h6::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    right: -100%;
    margin: auto;
    width: 50px;
    height: 2px;
    background: rgb(238, 238, 238);
}

.social {
    margin: 140px 0px 0px;
    position: relative;
    right: 20px;
}

.social li {
    list-style: none;
    padding: 0px;
}

.social li a {
    font-size: 20px;
    color: rgb(238, 238, 238);
    padding: 7px 10px;
    display: block;
}

.social::after {
    content: "";
    display: block;
    position: absolute;
    top: 115%;
    right: 18px;
    margin: auto;
    width: 2px;
    height: 200%;
    background: rgb(238, 238, 238);
}

.navbar {
}

.navbar-brand img {
    padding: 0px 15px;
    transition: 0.5s ease-in;
    max-width: 80%;
}

.navbar-expand-xl .navbar-nav .nav-item {
    padding: 7px 10px;
    transition: 0.5s ease-in;
}

.navbar-expand-xl .navbar-nav .nav-link {
    position: relative;
    z-index: 1;
    padding: 8px 16px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(214, 35, 32);
    border-radius: 4px;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
    color: rgb(255, 255, 255);
    background-color: rgb(214, 35, 32);
    border-radius: 5px;
}

.top-nav.light-header {
    background: rgb(251, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
    transition: 0.5s ease-in;
}

.top-nav.light-header .navbar-brand img {
    box-shadow: none;
    max-width: 70%;
}

.inquire-part {
    margin: -80px 0px 0px;
    padding: 25px;
    position: relative;
    background: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 48px 0px;
    z-index: 1;
}

.inquire-part p {
    font-size: 32px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    line-height: 45px;
}

.inquire-btn {
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.inquire-btn a {
    letter-spacing: 2px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 8px 35px;
    display: inline-block;
    border: 4px solid rgb(255, 255, 255);
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.inquire-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 18px solid rgb(255, 255, 255);
    border-left: 20px solid transparent;
    transition: 0.3s;
    z-index: -1;
}

.inquire-btn a:hover::after {
    border-bottom: 217px solid rgb(255, 255, 255);
    border-left: 217px solid transparent;
}

.inquire-btn a:hover {
    background: transparent;
    color: rgb(214, 35, 32);
    text-decoration: none;
}

#welcome-part {
    float: left;
    width: 100%;
    margin: -50px 0px 0px;
    padding: 100px 0px;
    position: relative;
}

#welcome-part::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/welcome-bg.png") no-repeat;
    width: 50%;
    height: 100%;
}

#welcome-part h4 {
    font-size: 25px;
    color: rgb(102, 102, 102);
    font-weight: 500;
    margin: 0px;
}

#welcome-part h1 {
    color: rgb(34, 34, 34);
    font-size: 40px;
    font-weight: 700;
    padding: 0px 0px 15px;
    margin: 0px 0px 25px;
    position: relative;
}

#welcome-part h1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#welcome-part h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#welcome-part h1 span {
    color: rgb(238, 53, 55);
}

#welcome-part p {
    font-size: 18px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    text-align: justify;
    margin: 0px 0px 25px;
}

.read-btn {
    margin: 20px 0px 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
}

.read-btn a {
    letter-spacing: 2px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: rgb(35, 35, 35);
    padding: 6px 35px;
    display: inline-block;
    border: 4px solid rgb(35, 35, 35);
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.read-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 18px solid rgb(35, 35, 35);
    border-left: 20px solid transparent;
    transition: 0.3s;
    z-index: -1;
}

.read-btn a:hover::after {
    border-bottom: 200px solid rgb(35, 35, 35);
    border-left: 200px solid transparent;
}

.read-btn a:hover {
    background: transparent;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#welcome-products {
    float: right;
    width: 57.35%;
    background: rgb(214, 35, 32);
}

.product-name {
    margin: 0px;
    padding: 0px;
    position: relative;
    column-count: 3;
}

.product-name li {
    list-style: none;
    padding: 25px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.product-name li:nth-child(2) {
    background: rgb(238, 53, 55);
}

.product-name li span {
    margin: 0px 20px 0px 15px;
}

#products-part {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 100px 0px 0px;
    position: relative;
}

#products-part::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 97%;
    height: 80%;
    background: url("../images/product-bg.png") center center / cover no-repeat fixed;
}

.product-slide {
    margin: 0px 0px 30px;
    padding: 65px 0px 65px 85px;
    position: relative;
}

.product-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: rgb(238, 53, 55);
    border-radius: 20px;
}

.product-slide h2 {
    position: relative;
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin: 0px 0px 30px;
    padding: 0px 0px 15px;
}

.product-slide h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(255, 255, 255);
}

.product-slide h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(255, 255, 255);
}

.product-slide p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}

.pro-cont {
    margin: 0px;
    padding: 0px 50px 0px 0px;
    position: relative;
}

.product-slide .pro-cont .quality-point {
    margin: 0px 0px 25px;
    padding: 0px;
    position: relative;
}

.product-slide .pro-cont .quality-point li {
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 10px 0px 10px 35px;
    margin: 0px;
    position: relative;
    list-style: none;
    text-align: left;
    line-height: 20px;
}

.product-slide .pro-cont .quality-point li::before {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
}

.product-slide .pro-cont .quality-text {
    margin: 0px 0px 30px;
    padding: 25px 30px;
    border: 3px solid rgb(255, 255, 255);
    text-align: center;
    z-index: 1;
    position: relative;
}

.product-slide .pro-cont .quality-text::after {
    background: rgb(255, 255, 255);
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    transition: 0.3s;
    z-index: -1;
}

.product-slide .pro-cont .quality-text:hover::after {
    height: 70%;
}

.product-slide .view-btn {
    margin: 0px;
}

.view-btn {
    margin: 25px 0px 20px;
    padding: 0px;
    position: relative;
    display: inline-block;
}

.view-btn a {
    letter-spacing: 2px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 6px 35px;
    display: inline-block;
    border: 4px solid rgb(255, 255, 255);
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.view-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 18px solid rgb(255, 255, 255);
    border-left: 20px solid transparent;
    transition: 0.3s;
    z-index: -1;
}

.view-btn a:hover::after {
    border-bottom: 180px solid rgb(255, 255, 255);
    border-left: 180px solid transparent;
}

.view-btn a:hover {
    background: transparent;
    color: rgb(214, 35, 32);
    text-decoration: none;
}

.pro-slide {
    margin: 25px 0px 0px;
    padding: 0px;
    position: relative;
}

#quality-scsn {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 50px 0px;
    position: relative;
}

#quality-scsn h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(33, 33, 33);
    margin: 0px 0px 45px;
    padding: 0px 0px 15px;
    position: relative;
    display: inline-block;
}

#quality-scsn h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#quality-scsn h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

.quality-point {
    margin: 0px 0px 25px;
    padding: 0px;
    position: relative;
}

.quality-point li {
    font-size: 18px;
    color: rgb(102, 102, 102);
    padding: 10px 0px 10px 30px;
    margin: 0px;
    position: relative;
    list-style: none;
    text-align: left;
}

.quality-point li::before {
    font-size: 24px;
    color: rgb(102, 102, 102);
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
}

.quality-text {
    margin: 0px 0px 30px;
    padding: 25px 30px;
    border: 3px solid rgb(19, 48, 84);
    text-align: center;
    z-index: 1;
    position: relative;
}

.quality-text::after {
    background: rgb(0, 0, 0);
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    transition: 0.3s;
    z-index: -1;
}

.quality-text:hover::after {
    height: 70%;
}

.quality-text:hover img {
    transform: translateY(-15px);
}

.quality-text:hover p {
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.quality-text img {
    margin: 0px 0px 20px;
    transition: 0.3s;
}

.quality-text p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    margin: 30px 0px 0px;
}

.applications-grid-col {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    padding: 80px 0px;
    position: relative;
}

.applications-grid-col::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 97%;
    height: 100%;
    background: url("../images/applications-grid-bg.png") center center / cover no-repeat fixed;
    z-index: -1;
}

.pbmit-ele-portfolio.pbmit-portfolio-style-4 {
    margin-bottom: 30px;
}

.pbmit-heading-subheading {
    margin-bottom: 50px;
}

.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 25px;
}

.pbmit-heading-subheading .pbmit-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    text-transform: none;
    font-style: normal;
}

.pbmit-heading-subheading .pbmit-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    text-transform: none;
    font-style: normal;
}

.pbmit-portfolio-style-4 .pbminfotech-post-content .pbmit-portfolio-title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 700;
    text-transform: capitalize;
}

.pbmit-portfolio-style-4 .pbminfotech-post-content {
    position: relative;
    overflow: hidden;
}

.pbmit-portfolio-style-4 .pbminfotech-box-content {
    position: relative;
    text-transform: uppercase;
}

.pbmit-portfolio-style-4 .pbminfotech-titlebox {
    position: absolute;
    width: auto;
    height: auto;
    inset: auto auto 15px 0px;
    opacity: 1;
    display: block;
    max-width: calc(100% - 30px);
    padding: 10px 15px 10px 10px;
    background-color: rgb(255, 255, 255);
    transform: translateX(0%);
    transition: 0.3s;
}

.pbmit-portfolio-style-4:hover .pbminfotech-post-content .pbminfotech-titlebox {
    transform: translateX(0px);
    transition: 0.7s;
    opacity: 1;
}

.pbmit-portfolio-style-4 .pbmit-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.pbmit-portfolio-style-4 .pbmit-featured-wrapper .img-fluid {
    max-width: 100% !important;
}

.pbmit-portfolio-style-4 .pbmit-featured-wrapper img {
    position: relative;
    width: 100%;
    transition: 0.5s;
}

.pbmit-portfolio-style-4:hover .pbmit-featured-wrapper img {
    transform: scale(1.2);
}

#footer-cont {
    float: left;
    width: 100%;
    background: url("../images/ft-bg.png") center center / cover rgb(19, 48, 84);
    padding: 75px 0px 60px;
    position: relative;
}

#footer-cont h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(33, 33, 33);
    margin: 0px 0px 25px;
    padding: 0px 0px 15px;
    position: relative;
    display: inline-block;
}

#footer-cont h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#footer-cont h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#footer-cont h3 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    position: relative;
    display: inline-block;
}

#footer-cont h3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#footer-cont h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#footer-cont p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    margin: 0px 0px 35px;
}

#footer-cont .ftitle {
    font-size: 22px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    position: relative;
}

#footer-cont iframe {
    height: 300px;
    width: 100%;
}

#footer-cont .ftitle::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#footer-cont .ftitle::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

.footer-adress {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.footer-adress i {
    margin-right: 10px;
}

.footer-adress a {
    color: rgb(255, 255, 255);
}

.ft-logo {
    margin: 0px 0px 15px;
}

#footer-inr_cont {
    float: left;
    width: 100%;
    margin: 150px 0px 0px;
    padding: 75px 0px 0px;
    position: relative;
}

#footer-inr_cont p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0px 0px 10px;
    opacity: 0.85;
}

#footer-inr_cont .footer-adress {
    margin: 0px 0px 25px;
    padding: 0px;
    position: relative;
}

#footer-inr_cont .footer-adress a {
    color: rgb(255, 255, 255);
}

#footer-inr_cont .footer-adress i {
    margin: 0px 10px 0px 0px;
}

#footer-inr_cont h3 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    position: relative;
    display: inline-block;
}

#footer-inr_cont h3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#footer-inr_cont h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#footer-inr_cont .foot-links {
    margin: 0px;
    padding: 0px;
    position: relative;
}

#footer-inr_cont .foot-links li {
    list-style: none;
    margin: 0px 0px 5px;
    padding: 0px;
}

#footer-inr_cont .foot-links li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    opacity: 0.75;
    transition: 0.3s;
}

#footer-inr_cont .foot-social {
    margin: 0px;
    padding: 0px;
    position: relative;
}

#footer-inr_cont .foot-social li {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer-inr_cont .foot-social li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    opacity: 0.75;
    transition: 0.3s;
}

#footer-inr_cont .foot-links li a:hover, #footer-inr_cont .foot-social li a {
    color: rgb(255, 255, 255);
    opacity: 1;
}

#footer {
    float: left;
    width: 100%;
    background: rgb(21, 21, 21);
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 20px 0px;
    position: relative;
    border-bottom: 5px solid rgb(238, 53, 55);
}

#footer a {
    color: rgb(255, 255, 255);
}

.footer-left {
    text-align: center;
    line-height: 150%;
    font-size: 16px;
}

.footer-left .footer-icon {
    vertical-align: middle;
    width: 25px;
}

#sub-banner {
    margin-top: 123px;
    padding: 140px 0px;
    background: url("../images/inner-bg.png") left center / cover;
}

.page-breadcrumbs {
    margin: 0px;
    padding: 0px;
}

.page-breadcrumbs li {
    list-style: none;
    font-size: 18px;
    color: rgb(232, 232, 232);
    padding: 2px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.page-breadcrumbs li a {
    color: rgb(232, 232, 232);
}

.page-breadcrumbs li:first-child {
    padding-left: 0px;
}

.page-breadcrumbs li:last-child {
    border: none;
}

.cm-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    padding: 0px;
    color: rgb(255, 255, 255);
    margin: 0px 0px 20px;
}

#sub-cont {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
}

#sub-cont h2 {
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin: 0px 0px 30px;
    padding: 0px 0px 15px;
    position: relative;
}

#sub-cont h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#sub-cont h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

.company-profile {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.company-profile h3 {
    color: rgb(238, 53, 55);
    font-weight: 600;
}

.profile-text {
    margin: 0px;
    padding: 15px 45px 0px 0px;
    position: relative;
}

.profile-text::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgb(234, 234, 234);
    position: absolute;
    top: 0px;
    right: 0px;
}

.profile-text::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -7px;
    width: 15px;
    height: 25px;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 10px 10px 0px 0px;
}

.company-profile p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    margin: 0px 0px 30px;
    text-align: justify;
}

.company-section {
    margin: 25px 0px 15px;
    text-align: center;
    padding: 20px;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 10px;
}

.company-img {
    margin-bottom: 15px;
}

.company-img img {
    /* width: 100%;
    max-width: 600px; */
    display: block;
    margin: 0px auto;
    border-radius: 10px;
}

.mission-sec {
    padding: 40px 0px;
}

.vision-box {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(245, 245, 245);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 30px 0px;
    border-radius: 40px;
    padding: 20px;
}

.text-box .company-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 5px;
    color: rgb(51, 51, 51);
    text-align: center;
}

.text-box .owner-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    color: rgb(214, 35, 32);
}

.text-box .owner-name span {
    font-weight: 400;
    font-size: 14px;
    color: rgb(85, 85, 85);
    margin-left: 5px;
}

.mission {
    margin: 0px 0px 25px;
    padding: 0px;
    position: relative;
}

.mission li {
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    color: rgb(51, 51, 51);
    padding: 10px 0px 10px 35px;
    margin: 0px 0px 10px;
    position: relative;
}

.mission li::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    width: 15px;
    height: 15px;
    background: rgb(255, 255, 255);
    border: 4px solid rgb(214, 35, 32);
    border-radius: 100%;
    box-shadow: rgb(214, 35, 32) 0px 0px 3px 0px;
    margin: 5px 0px 0px;
}

.contact {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.contact::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -57%;
    width: 100%;
    height: 110%;
    background: rgb(214 35 32);
}

.map {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.contact-address {
    margin: 50px 0px 35px;
    padding: 0px;
    position: relative;
}

.contact-address li {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 30px;
    padding: 0px 0px 20px 60px;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #dadada;
}

.contact-address li i {
    position: absolute;
    left: 0px;
    font-size: 35px;
    color: rgb(214 35 32);
    margin: 5px 0px 0px;
}

.contact-address li a {
    color: rgb(51, 51, 51);
}

.contact-address h4 {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin: 0px 0px 5px;
    padding: 0px;
    position: relative;
}

.inquiry {
    margin: 0px;
    padding: 35px 45px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 35px 0px;
}

.inquiry input {
    font-size: 17px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    width: 100%;
    height: 55px;
    margin: 0px;
    padding: 7px 15px;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgb(204, 204, 204);
    outline: none;
}

.inquiry textarea {
    font-size: 17px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    width: 100%;
    height: 120px;
    margin: 0px;
    padding: 7px 15px;
    position: relative;
    resize: none;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgb(204, 204, 204);
    outline: none;
}

.inquiry .submit {
    width: 100%;
    margin: 0px;
    padding: 18px 20px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    background: rgb(238, 53, 55);
    position: relative;
    border: none;
}

.inquiry .captcha-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.export-map {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 50px;
    position: relative;
}

.export-map::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("../images/slide-bg.jpg") repeat-x;
    width: 100%;
    height: 300px;
    z-index: -1;
}

.exports {
    margin: 35px auto;
    padding: 0px;
    position: relative;
    text-align: center;
}

.exports img {
    text-align: center;
}

.products-page {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.products-page h4 {
    font-size: 45px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin: 0px 0px 20px;
    padding: 20px 0px 0px;
    position: relative;
}

.products-page h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: rgb(238, 53, 55);
}

.product-details {
    margin: 15px 0px 45px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.pro-left {
    margin: 0px;
    padding: 35px 25px;
    position: relative;
}

.pro-left::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65%;
    height: 100%;
    background: url("../images/slide-bg.jpg") repeat-x;
    z-index: -1;
}

.pro-left img {
    margin: 0px 0px 0px 50px;
    padding: 0px;
    position: relative;
}

.pro-right {
    margin: 0px;
    padding: 35px 25px;
    position: relative;
}

.pro-right::before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 65%;
    height: 100%;
    background: url("../sub-images/bg-red.jpg") repeat-x;
    z-index: -1;
}

.pro-text {
    margin: 0px;
    padding: 20px 0px;
    position: relative;
}

.know-btn {
    margin: 20px 0px 0px;
    padding: 0px;
    position: relative;
    display: inline-block;
}

.know-btn a {
    letter-spacing: 2px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: rgb(35, 35, 35);
    padding: 6px 35px;
    display: inline-block;
    border: 4px solid rgb(35, 35, 35);
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

.know-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 18px solid rgb(35, 35, 35);
    border-left: 20px solid transparent;
    transition: 0.3s;
    z-index: -1;
}

.know-btn a:hover::after {
    border-bottom: 190px solid rgb(35, 35, 35);
    border-left: 190px solid transparent;
}

.know-btn a:hover {
    background: transparent;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.pro-left-title {
    margin: 0px 0px 45px;
    padding: 25px 0px 20px;
    position: sticky;
    background: rgb(0, 0, 0);
    /* min-height: 740px; */
    top: 125px;
    display: inline-block;
}

.pro-left-title h5 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 30px;
    background: rgb(214, 35, 32);
    position: relative;
    z-index: 1;
}

.pro-left-title h5::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(214, 35, 32);
    z-index: -1;
}

.pro-left-title h5::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -12px;
    width: 0px;
    height: 0px;
    border-top: 12px solid rgb(128, 0, 6);
    border-left: 12px solid transparent;
}

.pro-nav {
    margin: 0px;
    padding: 0px 20px;
    position: relative;
}

.pro-nav li {
    position: relative;
    padding: 0px;
    border-bottom: 1px solid rgb(123, 123, 123);
    list-style: none;
    display: inline-block;
    width: 100%;
}

.pro-nav li:last-child {
    border: none;
}

.pro-nav li a {
    padding: 15px 30px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    display: block;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

.pro-nav li a::before {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    color: rgb(255, 255, 255);
    display: block;
    position: absolute;
    left: 10px;
    margin: 3px 0px 0px;
    transition: 0.3s;
}

.pro-nav li a:hover, .pro-nav li a:hover::before {
    color: rgb(238, 53, 55);
    transform: translateX(0.3em);
}

.product-text {
    margin: 0px;
    padding: 0px 0px 0px 25px;
    border-left: 1px solid rgb(234, 234, 234);
}

.product-text::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 8px;
    width: 15px;
    height: 25px;
    border: 2px solid rgb(204, 204, 204);
    border-radius: 10px 10px 0px 0px;
}

.com-page {
	padding: 60px 0;
}

.pro-title {
    float: left;
    width: 100%;
    padding: 25px 0px;
    position: relative;
}

.parts-img {
    margin: 0px;
    padding: 35px;
    position: relative;
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
}

.product-text h4 {
    font-size: 24px;
    color: rgb(214, 35, 32);
    font-weight: 600;
    margin: 25px 0px 10px;
}

.product-text p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    text-align: justify;
}

.specific {
    margin: 15px 0px 30px;
    padding: 0px;
    position: relative;
}

.specific li {
    font-size: 18px;
    margin: 0px;
    padding: 5px 25px;
    position: relative;
    list-style: none;
    display: inline-block;
}

.specific li::before {
    content: "";
    color: rgb(238, 53, 55);
    font-family: FontAwesome;
    font-size: 15px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
}

.advantage {
    margin: 15px 0px 30px;
    padding: 0px;
    position: relative;
}

.advantage li {
    font-size: 18px;
    margin: 0px;
    padding: 5px 25px 10px;
    position: relative;
    list-style: none;
}

.advantage li::before {
    content: "";
    color: rgb(238, 53, 55);
    font-family: FontAwesome;
    font-size: 17px;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
}

.spacific-img {
    margin: 30px 0px;
    padding: 0px;
    position: relative;
}

.thanks {
    width: 100%;
    padding: 70px 0px;
    text-align: center;
    float: left;
}

.thanks h5 {
    letter-spacing: 0.5px;
    background: rgb(255, 255, 255);
    border-bottom: 0px;
    font-size: 32px;
    color: rgb(214, 35, 32);
    width: 100%;
    font-weight: 700;
    margin: -30px 0px 25px;
    padding: 8px 0px;
    text-transform: uppercase;
}

.thanks .middle_msg {
    padding: 0px 30px 50px;
    width: 70%;
    border: 4px solid rgb(242, 242, 242);
    display: inline-block;
    vertical-align: top;
}

.thanks h6 {
    font-size: 28px;
    color: rgb(214, 35, 32);
    margin: 15px 0px;
    width: 100%;
}

.thanks span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.thanks i {
    width: 130px;
    height: 130px;
    border: 3px solid rgb(238, 53, 55);
    border-radius: 100%;
    color: rgb(238, 53, 55);
    line-height: 130px;
    font-size: 50px;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: rgb(214 35 32);
    color: rgb(85, 85, 85);
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

#back2Top i {
    animation: 1.3s ease-in-out 0s infinite normal none running slide2;
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 10px;
    line-height: 30px;
}

#back2Top:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

@keyframes slide2 {
    0%, 100% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 8px);
    }
}

.turms-of-use ul li, .privacy-policy ul li {
    padding: 10px 0px;
    font-size: 18px;
    position: relative;
    list-style: none;
}

.turms-of-use ul li::before, .privacy-policy ul li::before {
    content: "";
    color: rgb(238, 53, 55);
    font-family: FontAwesome;
    font-size: 15px;
    display: block;
    position: absolute;
    left: -24px;
    top: 16px;
}

.privacy-policy h1, .disclaimer h1 {
    color: rgb(34, 34, 34);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.privacy-policy p, .disclaimer p, .turms-of-use p {
    text-align: justify;
    color: rgb(51, 51, 51);
    font-family: "Source Sans Pro", sans-serif;
    line-height: 28px;
}

.privacy-policy p a, .disclaimer p a, .turms-of-use p a {
    color: rgb(238, 53, 55);
    font-weight: 600;
}

.terms-use ul li {
    display: inline-block;
    padding: 0px 6px;
    position: relative;
}

.terms-use ul li::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: rgb(255, 255, 255);
    top: 0px;
    right: -2px;
}

.terms-use ul li:last-child::before {
    display: none;
}

.terms-use ul {
    padding: 0px;
    margin-bottom: 0px;
}

.navbar-expand-xl .navbar-nav .nav-link i {
    padding: 0px 0px 0px 5px;
    font-weight: 600;
    position: absolute;
}

.navbar-expand-xl .navbar-toggler {
    top: 0px;
    position: absolute;
}

.navbar-expand-xl .navbar-toggler {
    border: none;
    position: relative;
    bottom: 0px;
    margin: auto 0px;
}

.navbar-expand-xl .dropdown-menu {
    border: none;
    margin: 0px;
    min-width: 12rem;
    padding: 0px 0px 3px;
    border-radius: 0px 0px 6px 6px;
}

.navbar-expand-xl .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    color: rgb(86, 86, 86);
    position: relative;
    padding: 12px 34px;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-family: "Source Sans Pro", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.navbar-expand-xl .dropdown-item:focus, .navbar-expand-xl .dropdown-item:hover, .navbar-expand-xl .dropdown-item.active, .navbar-expand-xl .dropdown-item:active {
    color: rgb(238, 53, 55);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
}

.navbar-expand-xl .dropdown-item::before {
    content: "";
    font-family: FontAwesome;
    top: 12px;
    left: 18px;
    position: absolute;
    font-weight: 600;
}

.navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::after {
    display: none !important;
}

.navbar-expand-xl .navbar-nav .btn.btn-link.dropdown-toggle {
    display: none;
}

.contact-us {
    position: relative;
    margin: 0px;
}

.inquire-part .contact-us i {
    background: rgb(255, 255, 255);
    font-size: 20px;
    margin: 0px 0px 0px 18px;
    position: relative;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    top: 0px;
    border-radius: 100%;
    z-index: 1;
    color: rgb(214, 35, 32);
}

.inquire-part .contact-us i::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 22px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 48px;
    height: 48px;
    z-index: -1;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

#welcome-part p a {
    color: rgb(34, 34, 34);
}

.product-text a {
    color: rgb(34, 34, 34);
    font-weight: 600;
}

.product-text h1 {
    position: relative;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin: 0px 0px 30px;
    font-size: 40px;
    display: inline-block;
}

.product-text h1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

.product-text h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#sub-cont .product-text h2 {
    color: rgb(214, 35, 32);
    font-weight: 600;
    font-size: 27px;
    margin: 0px;
}

#sub-cont .product-text h2::before, #sub-cont .product-text h2::after {
    background-color: transparent;
}

.product-text .product-detail h3 {
    color: rgb(214, 35, 32);
    font-size: 24px;
    font-weight: 600;
}

.product-text .read-btn {
    position: absolute;
    right: 2%;
    margin: 4px 0px 0px;
}

.product-text .read-btn a {
    padding: 4px 25px;
}

.product-text .read-btn.resp-read-btn {
    display: none;
}

#belt-pully-scsn {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 45px 0px;
    position: relative;
    background: rgb(242, 242, 242);
}

#belt-pully-scsn h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(33, 33, 33);
    margin: 0px 0px 25px;
    padding: 0px 0px 15px;
    position: relative;
    display: inline-block;
}

#belt-pully-scsn h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#belt-pully-scsn h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

#belt-pully-scsn p {
    font-size: 18px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    text-align: justify;
    margin: 0px 0px 15px;
}

.belt-img {
    margin: 0px 0px 25px;
    padding: 0px;
    position: relative;
}

.belt-img img {
    padding: 15px 35px;
    background: rgb(255, 255, 255);
    border: 15px solid rgb(223, 223, 223);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px 0px;
}

#whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}

#whatsapp .wtsapp {
    position: fixed;
    transition: 0.5s;
    background: rgb(37, 211, 102);
    display: block;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 30px;
    bottom: 70px;
    right: 20px;
    border: 0px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#whatsapp .wtsapp::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: rgb(37, 211, 102);
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

.range_product a.range_inner {
    display: inline-block;
    position: relative;
    padding: 25px;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
    text-align: center;
}

.range_product a.range_inner img {
    transition: 0.5s;
}

.range_product a.range_inner .range_content p {
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    line-height: 25px;
}

.range_product a.range_inner:hover img {
    transform: translateY(-10px);
}

.range_product a.range_inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 53%;
    background: rgb(245, 245, 245);
    z-index: -1;
    transition: 0.5s;
}

.range_product a.range_inner:hover::before {
    height: 100%;
}

.products_right_image {
    position: relative;
    padding: 25px;
    text-align: center;
}

.products_right_image::before {
    content: "";
    position: absolute;
    width: 52%;
    height: 100%;
    background: url("../sub-images/bg-red.jpg") repeat-x;
    z-index: -1;
    right: 0px;
    top: 0px;
}

.products_right_image img {
    margin: 0px;
}

.products_table .table td {
    vertical-align: middle;
}

.products_table .table td p {
    margin-bottom: 0;
    text-align: center;
}

.products_table .table th {
    vertical-align: middle;
    font-size: 17px;
    text-align: center;
    border: 1px solid rgb(204, 204, 204) !important;
}

.products_table thead {
    background: rgb(214, 35, 32);
    color: rgb(255, 255, 255);
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.products_table .table tr.bg-5 {
    background: rgba(237, 237, 237, 0.45);
}

.products_table .table td {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    border: 1px solid rgb(204, 204, 204) !important;
}

.advantages_main .col-xl-4 {
    padding: 20px;
}

.advantages_main .advantages_inner {
    position: relative;
    border: 1px solid rgb(223, 223, 223);
    height: 100%;
    margin: 0px;
    padding: 25px 20px 60px;
    background-color: rgb(255, 255, 255);
}

.advantages_main .advantages_inner h2 {
    font-size: 25px !important;
    margin-bottom: 15px !important;
}

.advantages_main .advantages_inner::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    background: rgb(241, 241, 241);
    right: -18px;
    bottom: -18px;
    z-index: -1;
}

.advantages_main .advantages_inner p {
    margin: 0px;
}

.advantages_main .advantages_inner span {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    color: rgb(72, 77, 136);
}

li.timing-range {
    width: 100%;
    float: left;
}

li.timing-range .dropdown-menu {
    padding: 0px;
    background: transparent;
    border: 0px;
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

li.timing-range a {
    width: 85%;
    float: left;
}

li.timing-range .btn {
    width: 15%;
    float: left;
    color: rgb(255, 255, 255);
    height: 50px;
    font-size: 20px;
    font-weight: 600;
}

.btn.focus, li.timing-range .btn:focus {
    outline: 0px;
    box-shadow: none;
}

li.timing-range .dropdown-menu a.dropdown-item {
    font-size: 16px;
    width: 100%;
    color: rgb(255 255 255 / 88%);
}

li.timing-range .dropdown-menu a.dropdown-item::before {
    top: 15px;
    font-size: 17px;
    margin: 0px;
    content: "";
    color: rgba(255, 255, 255, 0.77);
}

li.timing-range .dropdown-menu a.dropdown-item:hover {
    background: transparent;
    color: rgb(238, 53, 55);
}

li.timing-range .dropdown-menu a.dropdown-item:hover::before {
    color: rgb(238, 53, 55);
}

.products_main .pro-nav li a {
    font-size: 15px;
    line-height: 23px;
}

.timing_modal .modal-dialog {
    max-width: 50%;
    margin: 0px;
}

.timing_modal .modal-content {
    border: none;
    border-radius: 0px;
    outline: 0px;
    height: 100vh;
}

.timing_modal .modal {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    outline: 0px;
}

.timing_modal.modal-content {
    position: fixed;
    left: 0px;
    max-width: 300px;
    bottom: 0px;
    border: 0px;
    border-radius: 0px;
}

.modal.show {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.timing_modal .modal-content .close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: rgb(51, 51, 51);
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

ul.timing_cname {
    list-style: none;
    padding: 0px 30px;
}

ul.timing_cname li a {
    color: rgb(51, 51, 51);
    font-size: 19px;
    padding: 5px 0px 12px 20px;
    margin: 0px;
    display: inline-block;
    position: relative;
    font-weight: 400;
}

ul.timing_cname li a::before {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    left: 0px;
    top: 7px;
}

ul.timing_cname li {
    margin: 5px 0px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.39);
}

ul.timing_cname li:last-child {
    border-bottom: none;
}

.range_product_sticky .read-btn {
    z-index: 111;
    position: fixed;
    display: inline-block;
    right: -88px;
    top: 50%;
    transform: rotate(-90deg);
    background: rgb(255, 255, 255);
}

.navbar-expand-xl .navbar-nav .dropdown-menu ul.submenu.dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    background: rgb(255, 255, 255);
    width: 230px;
    border: 0px;
    margin: 0px !important;
}

.navbar-expand-xl .navbar-nav .dropdown-menu ul.submenu.dropdown-menu .dropdown-item a {
    font-size: 16px;
    font-weight: 600;
    color: rgb(86, 86, 86);
    transition: 0.5s;
}

.navbar-expand-xl .navbar-nav .dropdown-menu ul.submenu.dropdown-menu .dropdown-item a:hover {
    color: rgb(238, 53, 55);
}

.navbar-expand-xl .navbar-nav .dropdown-menu li.dw-1 ul.submenu.dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    background: rgb(255, 255, 255);
    width: 350px;
    border: 0px;
    margin: 10px 0px 0px !important;
}

.timing_modal .modal-content h2 {
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin: 0px 0px 30px;
    padding: 0px 0px 15px;
    position: relative;
}

.timing_modal .modal-content h2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

.timing_modal .modal-content h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background: rgb(238, 53, 55);
}

.timing_modal .modal-content .close:not(:disabled):not(.disabled):focus, .timing_modal .modal-content .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    border: none;
    outline: none;
}

.sub-product-list {
    padding: 75px 0px;
}

.sub-product-list h3 {
    margin-bottom: 30px;
	 color: #000;
	 font-size: 30px;
	 font-weight: 600;
}

.sub-product-list .sub-pro-card {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 15px 20px 0px;
    margin: 0px 15px 40px;
    z-index: 0;
}

.sub-product-list .sub-pro-card::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80%;
    height: 100%;
    background: rgba(239, 239, 239, 0.64);
    z-index: -1;
}

.sub-product-list .sub-pro-card .sub-pro-img {
    width: 40%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    margin-right: 20px;
    padding: 15px;
    transition: 500ms;
}

.sub-product-list .sub-pro-card .sub-pro-details {
    width: calc(60% - 20px);
}

.sub-product-list .sub-pro-card .sub-pro-details p {
    font-weight: 500;
    text-align: left;
	 color: #000;
}

.sub-product-list .sub-pro-card .sub-pro-details p span {
    font-size: 16px;
    font-weight: 400;
}

.sub-product-list .sub-pro-card .sub-pro-details .pro-link {
    margin: 25px 0px 0px;
    padding: 5px 15px;
    width: fit-content;
    color: rgb(68, 68, 68);
    font-weight: 500;
    border: 3px double rgb(238, 53, 55);
    transition: 500ms;
}

.sub-product-list .sub-pro-card:hover .sub-pro-img {
    transform: translate(-2px, -5px);
}

.sub-product-list .sub-pro-card:hover .sub-pro-details .pro-link {
    background: rgb(238, 53, 55);
    color: rgb(255, 255, 255);
}

#owl-step-slider {
    padding: 50px 0px;
    margin: 0px auto;
    width: 97%;
    position: relative;
    right: unset;
}

#owl-step-slider.owl-carousel .owl-stage-outer {
    padding: 0px;
}

.product-details-slider {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.product-details-slider .pro-top {
    margin: 0px;
    padding: 25px;
    position: relative;
}

.product-details-slider .pro-top::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 65%;
    background: rgb(245, 245, 245);
}

.product-details-slider .pro-top img {
    width: 80%;
    margin: auto;
    display: block;
    border: 0px !important;
    box-shadow: none !important;
}

/* .product-details-slider .pro-text {
    padding: 0px 20px 20px;
} */

.product-details-slider .pro-text h4 {
    font-size: 27px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin: 0px 0px 10px;
    padding: 10px 0px 0px;
    position: relative;
}

.product-details-slider .pro-text h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: rgb(238, 53, 55);
}

.product-details-slider .pro-text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
}

.product-details-slider .pro-text .know-btn a {
    letter-spacing: 0px;
    font-size: 15px;
    padding: 6px 25px;
    border: 2px solid rgb(35, 35, 35);
    transition: 0.5s;
}

.product-details-slider .pro-text .know-btn a:hover::after {
    border-bottom: 130px solid rgb(35, 35, 35);
    border-left: 130px solid transparent;
}

#owl-step-slider .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
    width: 110px;
    height: 48px;
}

#owl-step-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
}

#owl-step-slider.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

.main-slider {
    margin-top: 108px;
}

.main-slider .carousel-indicators {
    bottom: 100px;
    z-index: 2;
}

.main-slider .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    border: none;
    background: transparent;
    position: relative;
}

.main-slider .carousel-indicators button:hover, .main-slider .carousel-indicators button.active {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

.main-slider .carousel-indicators button::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    transition: 500ms;
}

.main-slider .carousel-indicators button:focus {
    outline: unset;
}

.main-slider .carousel-indicators button:hover::before, .main-slider .carousel-indicators button.active::before {
    width: 5px;
    height: 5px;
    background: rgb(238, 53, 55);
}

.main-slider .carousel-item {
    position: relative;
}

.main-slider .carousel-item img.slider-bg {
    animation: 3s ease-in 0.1s 1 normal backwards running zoom-img;
    filter: grayscale(100%);
    opacity: 0.5;
}

.main-slider .carousel-item .slider-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.main-slider .carousel-item .slider-overlay .carousel-caption {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: rgb(255, 255, 255);
    width: 70%;
}

.main-slider .carousel-item .slider-overlay .carousel-caption .caption-image {
    overflow: hidden;
    margin: 0px auto 10px;
}

.main-slider .carousel-item .slider-overlay .carousel-caption .caption-image img {
    max-width: 350px;
    width: 75%;
    animation: 1s ease-in 0.3s 1 normal backwards running caption-image;
}

.main-slider .carousel-item .slider-overlay .carousel-caption .caption-head {
    overflow: hidden;
    margin-bottom: 15px;
}

.main-slider .carousel-item .slider-overlay .carousel-caption h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: rgb(238, 53, 55);
    margin-bottom: 0px;
    animation: 1s ease-in 0.1s 1 normal backwards running carousel-head;
}

.main-slider .carousel-item .slider-overlay .carousel-caption h2 span {
    text-transform: uppercase;
    font-size: 50%;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.main-slider .carousel-item .slider-overlay .carousel-caption .caption-para {
    overflow: hidden;
    margin-bottom: 20px;
}

.main-slider .carousel-item .slider-overlay .carousel-caption p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
    animation: 1s ease-in 0.3s 1 normal backwards running caption-para;
}

.main-slider .carousel-item .slider-overlay .carousel-caption .caption-button {
    overflow: hidden;
}

.main-slider .carousel-item .slider-overlay .carousel-caption .inquire-btn {
    float: unset;
    animation: 1s ease-in 0.3s 1 normal backwards running caption-button;
}

.main-slider .carousel-item .slider-overlay .carousel-caption .inquire-btn a {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
}

.main-slider .carousel-item .slider-overlay .carousel-caption .inquire-btn a:hover::after {
    border-left: 177px solid transparent;
}

@keyframes zoom-img {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes caption-image {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes carousel-head {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes caption-para {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes caption-button {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.top-header {
    color: white;
    padding: 10px 0px 8px;
    font-size: 15px;
}

.top-header .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.top-header-left, .top-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header i {
    color: rgb(0, 207, 255);
    margin-right: 6px;
    font-size: 20px;
}

.navbar-collapse {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .top-header {
        display: none;
    }

    .navbar-collapse {
        padding-top: 0px;
    }

    .main-slider .carousel-item .slider-overlay .carousel-caption {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
        color: rgb(255, 255, 255);
        width: 70%;
    }

    .main-slider .carousel-indicators {
        bottom: 23px;
        z-index: 2;
    }

    .navbar-expand-xl .navbar-toggler {
        border: none;
        position: relative;
        bottom: 0px;
        margin: auto 0px;
        right: -49px;
    }
}


@media (max-width: 1480px) {
    #header-part {
        width: 100%;
        margin: 0px;
        padding: 63px 0px;
        z-index: 11;
        position: absolute;
        top: 0px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 10px 0px, rgba(0, 0, 0, 0.03) 0px 1px 18px 0px, rgba(0, 0, 0, 0.03) 0px 3px 5px -1px;
        background-color: rgb(255, 255, 255) !important;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 15px;
    }
     #header-part::after {
        background-position: center center !important;
    }

}

@media (max-width: 1366px) {
    #header-part {
        width: 100%;
        margin: 0px;
        padding: 63px 0px;
        z-index: 11;
        position: absolute;
        top: 0px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 10px 0px, rgba(0, 0, 0, 0.03) 0px 1px 18px 0px, rgba(0, 0, 0, 0.03) 0px 3px 5px -1px;
        background-color: rgb(255, 255, 255) !important;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 15px;
    }

    #header-part::after {
        background-position: center center !important;
    }

}

.top-header-left i {
    color: rgb(255, 255, 255);
}

.top-header-left a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.top-header-left a:hover {
    color: rgb(255, 255, 255);
}

.top-header-left i {
    color: rgb(255, 255, 255);
    margin-right: 6px;
    vertical-align: middle;
}

.my-sticky {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 14px;
    padding: 0px;
    backdrop-filter: blur(7px);
    animation: 0.45s ease-out 0s 1 normal none running slideDown;
    width: 100%;
    top: 0px;
    border-radius: 0px;
    z-index: 1000;
    position: fixed !important;
    background-color: rgb(255, 255, 255) !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

.ab-top-header {
    background-color: rgb(215, 25, 32);
    color: white;
    padding: 8px 0px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
}

.ab-header-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ab-header-items span {
    display: flex;
    align-items: center;
}

.ab-header-items i {
    margin-right: 5px;
    color: white;
}

.ab-divider {
    font-weight: bold;
    margin: 0px 5px;
}

.ab-top-header {
    display: none;
}

@media screen and (max-width: 767px) {
    .product-text {
        padding: 0px;
        border-left: 0px;
    }

    .product-text::before {
        display: none !important;
    }

    .title-pattern {
        margin-top: 20px !important;
    }

    .services-sec .content {
        padding: 0px !important;
    }

    .services-sec .two-items {
        margin-top: 20px !important;
    }

    .adv-sec .content {
        padding: 20px !important;
        max-width: 100% !important;
    }

    #sub-cont .product-text .adv-sec h2 {
        font-size: 18px;
    }

    .profile-text {
        padding: 0px;
    }

    .profile-text::before, .profile-text::after {
        display: none;
    }

    #myCarousel p br {
        display: none;
    }

    .inquire-part .contact-us i {
        top: 30px;
        left: 25px;
    }

    .ab-top-header {
        display: block !important;
    }

    #header-part {
        padding: 0px;
        position: sticky !important;
    }

    .navbar-brand img {
        padding: 5px 15px;
        max-width: 60%;
    }

    .fa-bars::before {
        font-size: 25px !important;
    }
}

.faq p {
    margin-left: 50px;
    font-size: 20px;
    font-weight: 600;
}

.faq-box {
    color: rgb(0, 0, 0);
    border-radius: 20px;
    margin: 10px 0px;
    border: 1px solid rgb(0, 0, 0);
    width: 100%;
}

.how-work-content .pbmit-title {
    color: rgb(214, 35, 32);
    font-size: 39px;
    line-height: 130%;
    font-weight: 700;
    text-align: center;
}

.sub-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 50px;
    font-size: 35px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: rgb(192, 34, 34);
}

.sub-heading::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgb(17, 28, 88);
    position: absolute;
    top: 50%;
    right: -70px;
    border-radius: 10px;
}

.question {
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgb(0, 0, 0);
    line-height: 150%;
}

.question::after {
    content: "+";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    content: "-";
}

.answercont {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0px 20px 20px;
    line-height: 1.5rem;
    color: rgb(0, 0, 0);
}

.services-sec {
    padding: 20px 0px;
    background: rgb(255, 255, 255);
}

.services-sec .cm-title {
    margin: 0px 0px 25px;
}

.title-pattern {
    position: relative;
    font-weight: 600;
    font-size: 25px;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 45px;
    color: rgb(214, 35, 32);
}

.title-pattern::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 15px;
    width: 35px;
    height: 1px;
    background: rgb(102, 102, 102);
}

.services-sec .services-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.services-sec .services-img img {
    border-radius: 20px;
    box-shadow: rgba(207, 207, 207, 0.48) 0px 1px 18px;
    width: 100%;
}

.services-sec .thumbnail-container {
    padding-bottom: 100%;
}

.services-sec .content {
    /* padding: 0px 0px 0px 30px; */
}

.services-sec .content p {
    text-align: justify;
}

.services-sec .advantage li {
    line-height: 140%;
}

.services-sec .two-item {
    margin-top: 90px;
}

.services-sec .two-item .content {
    padding: 0px 0px 0px 50px;
}

.services-sec .two-items {
    margin-top: 50px;
}

.services-sec .two-items .content {
    /* padding: 0px 20px 0px 0px; */
}

.adv-sec .content {
    padding: 50px 90px;
}

#sub-cont .product-text .adv-sec h2 {
    font-size: 40px;
    line-height: 125%;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
}

.adv-sec p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 150%;
    font-weight: 500;
}

.adv-sec .more-btn {
    margin-top: 40px;
    text-align: center;
}

.adv-sec .cm-btn:hover {
    box-shadow: rgba(255, 255, 255, 0.15) 7px 10px 15px;
    transform: translateY(-2px);
}

.cm-btn {
    background: rgb(214, 35, 32);
    border-radius: 30px;
    color: rgb(255, 255, 255) !important;
    border: none !important;
}

.cm-btn::before {
    display: none !important;
}

.cm-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.267) 7px 10px 15px;
    transform: translateY(-2px);
}

.cm-btn i {
    margin-left: 10px;
    vertical-align: middle;
}

.cm-btn {
    position: relative;
    background: rgb(227, 30, 36);
    color: rgb(255, 255, 255);
    padding: 15px 25px;
    text-align: center;
    margin: 0px;
    border: 0px solid transparent;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    min-width: 150px;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    box-shadow: none;
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.cm-btn::before {
    background-color: transparent;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    transition: 0.5s ease-in-out;
}

.cm-btn:hover::before {
    background-color: rgb(221, 31, 42);
    bottom: 0px;
    top: auto;
    width: 100%;
    opacity: 1;
}

.cm-btn:hover {
    color: rgb(255, 255, 255);
}

.main-product .slider-text{
    font-size: 18px !important;
    color: #000 !important;
    text-align: center !important;
}

/* our products start */
.our-products-sec {
    position: relative;
  }

  .featured-pro-list > div {
    margin-bottom: 35px;
    /* text-align: center;
    border: #eaeaea 1px solid;
    border-radius: 20px;
    background: #fff;
    padding: 10px; */
  }

  .featured-pro-list figure {
    margin-bottom: 0;
    display: block;
    background: #fff;
    border: #eaeaea 1px solid;

  }

  .featured-pro-list figure img {
    width: 100%;
    height: auto;
    display: block;
  }

  .featured-pro-list p {
    margin-bottom: 0;
    min-height: 60px;
    background: #e3e3e3;
    color: #000;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media(max-width: 768px) {
    .featured-pro-list > div {
      border: #ddd 1px solid !important;
    }
  }

  
  @media(max-width: 400px) {
    .featured-pro-list p {
      padding: 7px 5px !important;
    }
  }
  

  .our-product-main.market-page .market-header{
    border-bottom: 0 !important;
  }
  
  .market-page {
    position: relative;
  }
  
  .market-item {
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px #00000008;
    border: 1px solid #000;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 20px;
  }
  
  .market-header {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    color: #000;
  }
  .market-header p{
    font-size: 18px;
  }
  .market-item-box {
    display: flex;
    align-items: center;
  }
  
  .market-item .blog-image{
    border-radius: 20px !important;
  }
  
  .market-item-box h3 {
    font-size: 22px;
    line-height: 135%;
    font-weight: 600;
    color: #d62320;
  }
  
  .market-item-content {
    width: calc(100% - 65px);
  }
  
  .market-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  .market-readmore {
    margin-left: 10px;
  }
  
  .market-readmore img {
    max-width: 30px;
    transition: all 0.3s ease-in-out;
  }
  
  .market-item:hover .market-readmore img {
    transform: rotate(45deg);
  }
  
  .market-body {
    margin-bottom: 30px;
  }
  
  .market-body p {
    margin: 20px 0 0 0;
    font-size: 1rem;
    color: #000;
  }
  

.certificat-sec{
    padding:60px 0;
}

.fancy-box{
    background:#fff;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
    padding:15px;
    text-align:center;
    transition:all .3s ease;
}

.fancy-box:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

.certificat-inner{
    border-radius:10px;
    overflow:hidden;
    margin-bottom:10px;
}

.certificate-title{
    font-size:20px;
    font-weight:600;
    margin:0;
    color:#222;
}


.cm-innerpage {
  position: relative;
  padding: 70px 0;
  min-height: 400px;
}

.error-page .cm-title {
  margin: 20px 0 15px 0;
}

.error-page .back-btn {
  margin-top: 30px;
}

.thankyou-page .cm-icon {
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thankyou-page .cm-icon svg {
  width: 80px;
  height: 80px;
}

.thankyou-page .sm-title {
  margin: 10px 0 0 0;
}

.thankyou-page .back-btn {
  margin-top: 20px;
}

.than-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 110%;
  margin: 0;
  padding: 0;
  color: #cd0001;
}

.than-title span {
  color: #0d2032;
}