@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    line-height: 1.7 !important;

}

::selection {
    color: #fff;
    background: #9d8548;
}

ul, li, a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu li:last-child a {
    border-bottom: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #402722;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #f8f8f9;
    animation: smoothScroll 1s;
    box-shadow: 0px 0px 40px -20px rgb(82 82 82 / 16%);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

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

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.first-header {
    background-color: #402722;
    padding: 5px 0;
}

.header-social-icon ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.header-social-icon ul li {
    margin-right: 10px;
}

.header-social-icon ul li:last-child {
    margin-right: 0;
}

.header-social-icon ul li a {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-first-links {
    height: 100%;
}

.header-first-links ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.header-first-links ul li {
    margin-right: 10px;
}

.header-first-links li:last-child {
    margin-right: 0;
}

.header-first-links ul li a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    padding: 5px 12px;
    text-transform: uppercase;
}

.sec-header {
    background-color: #fff;

}

.nav-bar-desktop {
    height: 100%;
}

.nav-bar-desktop ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.nav-bar-desktop ul li {
    margin: 0 auto;
}

.logo-text {
    color: #000;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    padding: 5px 12px;
    text-transform: uppercase;
}

.track-btn a {
    border: 1px solid;
    border-radius: 50px;
    font-weight: 600;
    background-color: #402722;
    color: #ffffff !important;
}

.track-btn a:hover {
    background-color: transparent;
    color: #402722 !important;
    border: 1px solid;
}

.video-banner {
    position: relative;
    overflow: hidden;
}

.video-banner {
    /* background-image: url(../images/banner.jpg); */
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.background-video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    overflow: hidden;
}

.content-container {
    position: relative;
}

.content-bg {
    background-color: rgb(64, 39, 34, 0.9);
    padding: 0 20px;
}

.conetnt-wrapper {
    text-align: center;
}

.app h5 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.app img {
    margin-bottom: 10px;
    width: 40%;
}

.title h2 {
    color: #FFFFFF;
    font-size: 79px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.heading h2 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.sub-heading h6 {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 10px;
}

.conetnt-wrapper div {
    /* margin-bottom: 25px; */
}

.btn_home {
    margin-top: 20px;
}

.btn_home a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFFFFF0A;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 25px 12px 25px;
}

.btn_home a:hover {
    color: #402722;
    background-color: #FFFFFF;
}

.space-50 {
    height: 25px;
}

.space-200 {
    height: 200px;
}

.wave {
    /* padding: 80px 0px 80px 0px; */
    background-image: url(../images/Group-186.svg);
    background-position: top left;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 6400px;
    height: 140px;
    animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0)
}

.none-text {
    font-size: 0;
}

.wave-container {
    padding: 0;
    position: absolute;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {

    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}

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

.section-title h3 {
    font-size: 38px !important;
    font-weight: 900 !important;
    letter-spacing: 3px;
    margin-bottom: 0 !important;
}

.section-title {
    position: relative;
    text-align: center;
}

.section-title::after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #402722;
    position: absolute;
    margin-top: 10px;
    left: 47%;
}

.tab-sec .card-img-top {
    width: 20%;
    margin-bottom: 20px;
}

.tab-sec a {
    color: #212529;
}

.tab-sec .card {
    align-items: center;
    border: 1px solid #F5F5F5;
    margin: 0px;
    padding: 30px 20px;
    background-color: #F5F5F5;
}

.tab-sec .card-title {
    font-size: 20px;
    font-weight: 800;
}

.tab-sec .card:hover {
    background-color: #402722;
}

.tab-sec .card:hover .card-title {
    color: #ffffff;
}

.tab-sec .card-body {
    padding: 0;
}

.display-bar {
    background-color: #402722;
    padding: 30px 0px 0px 0px;
}

.img-bar {
    background-color: #ffffff;
    padding: 60px 0 30px 0;
}

.text h3 {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    text-align: center;
    margin-bottom: 30px;
}

.text p {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.7em;
}

.bar-image img {
    width: 30%;
    height: 32.55%;
    max-width: 100%;
    margin-bottom: 30px;
}

/* .about-sec .container-fluid{
    padding: 0;
} */
.about-sec {
    background-color: #F5F5F5;
    padding: 70px 0px 70px 0px;
    text-align: left;
}

.shap-img {
    position: absolute;
}

.shap-img img {
    vertical-align: middle;
    display: inline-block;
    animation: float 4s ease-in-out infinite;
    width: 100%;
    height: 102.06%;
    max-width: 534px;
}

@keyframes float {
    0% {
        transform: translate(0%, 0%);
    }

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

    100% {
        transform: translate(0%, 0%);
    }
}

.main-img {
    position: relative;
}

.main-img img {
    width: 100%;
    height: 113.39%;
    max-width: 508px;
}

.about-content .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.about-content .section-title::after {
    left: 0;
}

.about-list {
    margin-bottom: 40px;
}

.about-list ul li {
    margin-bottom: 5px;
    display: flex;
}

.list-icon i {
    font-size: 24px;
    color: #402722;
    width: 1.25em;
    font-weight: 900;
}

.list-text {
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 0px;
}

.about-btn {
    margin: 25px 0px 0px 0px;
}

.about-btn a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #402722;
    color: #402722;
    background-color: #40272200;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #402722;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
}

.about-btn a:hover {
    color: #FFFFFF;
    background-color: #402722;
}

.testimonial-sec {
    padding: 60px 0px 60px 120px;
}

/* .testimonial-sec .container-fluid{
    padding: 0;
} */
.testimonial-sec .image-sec {
    text-align: right;
    padding: 0;
}

.testimonial-sec .shap-img {
    right: 0;
    padding: 0px 0px 90px 0px;
}

.testimonial-sec .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.testimonial-sec .section-title::after {
    left: 0;
}

.testi-content p {
    margin-bottom: 20px;
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
}

.author-name {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.testi-content {
    padding: 20px;
}

.contact-sec {
    background-color: #402722;
    padding: 60px 0px 60px 0px;
}

.ask-que h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 3rem;
}

.ask-btn a {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #FFFFFF00;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 10px 30px 10px 30px;
}

.ask-btn:last-child a {
    margin-left: 10px;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #FFFFFF00;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 10px 50px 10px 50px;
}

.ask-btn a:hover {
    color: #402722;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.blog-sec {
    padding: 45px 0px 45px 0px;
    position: relative;
}

.blog-bg {
    left: 18%;
    width: 635px;
    max-width: 635px;
    top: 77px;
    position: absolute;
    z-index: 0;
}

.blog-bg img {
    width: 100%;
    height: 90.34%;
    max-width: 797px;
    vertical-align: middle;
    display: inline-block;
    animation: float 4s ease-in-out infinite;
}

.blog-heading {
    position: relative;
}

.blog-heading .section-title {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.blog-heading .section-title::after {
    left: 0;
}

.blog {
    position: relative;
    display: flex;
}

.blog .card {
    margin: 10px 10px 10px 10px;
    border: 0;
    border-radius: 31px 31px 31px 31px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 12%);
}

.blog .card-img-top {
    border-radius: 29px 29px 29px 29px;
}

.blog .card-title {
    font-size: 20px;
    line-height: 1.2em;
    color: #303133;
    margin-bottom: 20px;
}

.blog .card-text {
    font-size: 14px;
}

.blog .card-body a {
    font-size: 14px;
    color: #402722;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #402722;
    padding: 6px 30px 6px 30px;
    margin: 12px 0px 11px 0px;
}

.blog .card-body a:hover {
    color: #FFFFFF;
    background-color: #402722;
}

footer {
    background: #402722 !important;
    padding: 40px 0px 30px 0px;
}

.widget1, .widget2, .widget3 {
    padding: 20px;
}

.footer-heading {
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.widget1 ul li a {
    color: #FFFFFF;
    font-size: 16px;
}

.widget2 a, .widget3 a {
    color: #ffffff;
    font-size: 14px;
}

.widget2 a:hover, .widget3 a:hover {
    color: #cccdd0;
}

footer p {
    color: #ffffff;
}

.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 20px;
}

.widget3 p {
    display: flex;
    align-items: baseline;
}

.bar-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter {
    background-color: #F5F5F5;
}

.counter-bg {
    padding: 100px 0;
    text-align: center;
    position: relative;
}


.counter .number {
    font-weight: 500;
    font-size: 50px;
    color: #402722;
    display: inline-block;
}

.counter .text span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.text smap {
    font-size: 55px;
    color: #402722;
}

.social-icon ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.social-icon {
    margin-top: 20px;
}

.social-icon ul li {
    margin-right: 10px;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li a {
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon ul li a:hover {
    color: #402722;
    background-color: #ffffff;
}

.widget1 p {
    padding-right: 30px;
}

.track_sec .container {
    background-color: #402722;
    padding: 15px 25px;
    margin-top: 30px;
    border-radius: 15px;
}

.track_sec h6 {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.track_sec .coust_btn a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #FFFFFF00;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    font-family: "Roboto", Sans-serif;
}
.coust-btn-state{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.coust-btn-state:nth-child(1){
    margin-right: 10px;
}
.coust-btn-state h6{
    margin:0 10px;
    font-size: 15px;
    font-weight: 600;
}
.track_sec .coust_btn a:hover {
    color: #402722;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.pickup {
    display: flex;
    align-items: center;
}

.pickup i {
    font-size: 60px;
    color: #ffffff;
}

.pickup a {
    color: #ffffff;
    margin-left: 10px;
    font-size: 26px;
    border-bottom: 1px solid #ffffff;
}

.pickup a:hover {
    border-bottom: 0px solid #ffffff;
}

.track_form form {
    display: flex;
    justify-content: center;
}

.track_form .form-field {
    width: 60%;
    margin-right: 20px;
}

.track_form .track_btn {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #40272200;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    padding: 7px 40px;
}

.track_form .track_btn:hover {
    color: #402722;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.track_form .form-control {
    padding: 10px 10px;
}

.industrial_sec .card {
    background-color: #f1f1f1;
    padding: 30px 10px;
    border-radius: 10px;
    border-bottom: 5px inset #402722;
    margin-bottom: 30px;
    min-height: 150px;
}

.industrial_sec .card:hover {
    background-color: #f1f1f1;
}

.industrial_sec .card:hover .card-title {
    color: unset;
}

.industrial_sec .card-img-top {
    width: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.service_sec {
    background-color: #f6f5f6;
    padding: 70px 0px 70px 0px;
    text-align: left;
}

.sec_content .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.sec_content .section-title::after {
    left: 0;
}

.sec-btn {
    margin: 25px 0px 0px 0px;
}

.sec-btn a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #402722;
    color: #402722;
    background-color: #40272200;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #402722;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
}

.sec-btn a:hover {
    color: #FFFFFF;
    background-color: #402722;
}

.sec_card {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 100px;
}

.sec_card_left, .sec_card_right {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
}

.card-list {
    margin-top: -22px;
    margin-bottom: -22px;
}

.card-list-item {
    margin-top: 22px;
    margin-bottom: 22px;
}

.service_sec .card {
    border-radius: 24px 77px 24px 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 40px -20px rgb(82 82 82 / 16%);
    overflow: hidden;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 62px 40px;
    align-items: flex-start;
}

.service_sec .card-title {
    font-size: 16px;
    font-weight: 800;
}

.card__arrow {
    position: absolute;
    bottom: 26px;
    right: 26px;
}

.card__arrow .sbm-svg {
    fill: #000000;
    transition: fill 0.2s ease-in-out;
}

.sbm-svg {
    display: block;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.service_sec .card:hover .card__arrow .sbm-svg, .service_sec .card:focus .card__arrow .sbm-svg {
    fill: #FFFFFF;
}

.page_banner {
    padding: 150px 0px 20px 0px;
}

.page_banner_overlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: .6;
}

.page_banner ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.page_banner ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.page_banner ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
}

.page_banner ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
}

.bg-blue {
    background: #402722 !important;
    color: #ffffff;
}

.bg-yellow {
    background: #c19c19 !important;
    color: #ffffff;
}

.bg-blue .card__arrow .sbm-svg, .bg-yellow .card__arrow .sbm-svg {
    fill: #ffffff;
}

.bg-blue:hover {
    background: #c19c19 !important;
    color: #ffffff;
}

.bg-yellow:hover {
    background: #402722 !important;
    color: #ffffff;
}

.mission_sec h3 {
    font-size: 28px !important;
}

.md-name {
    text-align: right;
}

.quote {
    font-family: Arial, sans-serif;
    background: #f6f5f6;
    padding: 40px 200px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.single-contact {
    margin-bottom: 25px;
}


.contact-area {
    padding: 35px 45px;
    background: #f1f1f1;
}

.single-contact a:hover {
    color: #3f3f3f;
}

.contact-area .contact-form {
    -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 11px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    margin-top: 60px;
    text-align: center
}

.contact-area .contact-form form .form-group {
    margin-bottom: 15px
}

.contact-area .contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    height: 57px;
    border: 1px solid #fff
}

.contact-area .contact-form form .form-control:focus {
    border: 1px solid #e0321a;
}

.contact-area .contact-form form .form-group {
    text-align: left
}

.contact-area .contact-form form textarea.form-control {
    height: 120px;
    padding-top: 15px
}

.contact-area .contact-form .default-btn {
    cursor: pointer;
    margin-top: 10px
}

.contact-area .contact-form .list-unstyled {
    padding-left: 0;
    list-style: none;
    color: red
}

.contact-area .contact-form .text-danger {
    color: #dc3545 !important;
    font-size: 20px;
    font-weight: 500 !important;
    margin: 16px 0 0
}

.contact-area .contact-form .default-btn {
    cursor: pointer;
    margin-top: 10px;
}

.default-btn:hover {
    border: 1px solid #402722;
    color: #402722;
    background: transparent;
}

.default-btn {
    border: 1px solid #402722;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
    background-color: #402722;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px
}

.contact-sec .section-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.contact-sec .section-title::after {
    left: 0;
}

.single-contact a {
    color: #402722;
}

footer p {
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(64 39 34);
    font-weight: 900;
}

.service_page ul li {
    list-style: disc;
    margin-left: 0.8rem;
    padding-left: 0.5rem;
}

/* #value-added-service{
    padding-top: 50px;
} */

.margin_top {
    margin-top: 260px !important;
    animation: smoothScroll 1s;
}
.tab-sec .card:hover .card-img-top{
    border: 1px solid #ffffff;
    border-radius: 50%;
}
#slider-owl.owl-theme .owl-nav{
    margin: 0;
}
#slider-owl.owl-carousel .owl-nav button.owl-next, #slider-owl.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 30%;
    font-size: 50px;
}
#slider-owl.owl-carousel .owl-nav button.owl-next{
    right: 10px;
}
#slider-owl.owl-carousel .owl-nav button.owl-prev{
    left: 10px;
}
#slider-owl.owl-carousel .owl-nav button.owl-prev img {
    width: 35px;
}
#slider-owl.owl-carousel .owl-nav button.owl-next img {
    width: 35px;
}
#slider-owl.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.industrial_sec .card:hover .card-img-top{
    border: unset;
    border-radius: unset;
}
.ser_sec {
    padding: 0px 0px 60px 0px;
}

.inner-content {
    background-size: cover;
    background-position: center center;
    height: 360px;
    text-align: left;
    padding: 0 20px;
    margin: 30px 15px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.inner-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -o-linear-gradient(rgba(0,0,0,.8) 20%,rgba(0,0,0,.5) 70%);
    background-image: linear-gradient(rgba(0,0,0,0) 15%,rgba(0,0,0,.8) 80%);
    opacity: 1;
}
.inner-content .end-inner-content {
    color: #fff;
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    top: 48%;
    transition: .5s ease;
}
.inner-content .end-inner-content h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.2;
}
.divider-left {
    width: 100%;
    margin: 10px 0;
}
.divider-left.orange .inner {
    background-color: #ffffff;
}
.divider-left .inner {
    width: 50px;
    height: 5px;
    background-color: #402722;
}
.inner-content .hidden-content p {
    font-size: 13px;
    margin-top: 30px;
    min-height: 110px;
}
a.read-more {
    font-size: 16px;
    text-decoration: none;
    color: #402722;
    background-color: #ffffff;
    padding: 10px;
}
.inner-content:hover .end-inner-content {
    top: 0;
    transition: .5s ease;
}

.wa-chat-icon {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
}