/* @import url(https://fonts.googleapis.com/css?family=RobotoDraft:300,400,500,700,400italic); */

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,800,800i');*/

:root {
    --MAL_BLUE: #ff8230;
    --MAL-ORANGE: #7f8690;
}

body {
    font-family: 'Poppins', sans-serif !important;
    color: #444;
    -webkit-font-smoothing: antialiased;
    padding-right: 0 !important;
}

h1 {
    font-size: 24px;
    font-weight: 800 !important;
    margin-bottom: 20px;
    font-style: italic;
}

h2 {
    font-size: 21px;
    font-weight: 800 !important;
    margin-bottom: 25px;
    color: white;
    font-style: italic;
}

h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
}

h4 {
    font-size: 16px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4 !important;
    font-style: italic;
}

h5 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 700
}

h1>span.heading {
    text-transform: none;
    font-style: normal;
    font-size: 16px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

/* h1:after, h2:after {content: ""; border-bottom:2px solid #0089cf; text-align: center; display: inline-block;  width:112px;} */

.color-white {
    color: white !important;
}

.color-grey {
    color: #666 !important;
}

.color-orange {
    color: var(--MAL-ORANGE) !important;
}

.color-blue {
    color: #981b1f !important;
}

.bg-white {
    background-color: white !important;
}

.bg-orange {
    background-color: #000000 !important;
}

.bg-blue {
    background-color: #981b1f !important;
}

.bg-gray {
    background-color: #f2f2f2;
}

.linersp {
    font-size: 15px;
}

.p-5px {
    padding: 5px !important;
}

.nav-button {
    margin: 16px 0;
}

.nav-button span {
    width: 25px;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 4px 0;
    border-radius: 10px;
}

.overlay {
    position: fixed;
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 100;
}

.overlay,
.header,
.header .navbar,
.fixed,
header .header-logo img,
.button-mal,
.news-event-section .event-container,
.news-event-page .upcomming-events .event-container,
.news-event-page .upcomming-events .event-container img,
.news-event-section .event-container:hover img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

span.line {
    display: inline-block;
    margin: 20px 0;
    width: 112px;
    height: 2px;
}

span.line.white-line {
    background-color: white;
}

span.line.blue-line {
    background-color: var(--MAL_BLUE);
}

span.line.orange-line {
    background-color: var(--MAL-ORANGE);
}

span.line.white-line.small {
    width: 80px;
    height: 1px;
    background-color: white;
    margin: 10px 0;
}

.button-mal {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 2.25rem;
    padding: 0 38px;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .2px;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    color: #fff;
}

.button-mal a,
a:hover {
    text-decoration: none;
    color: white;
}

.button-orange {
    background-color: var(--MAL-ORANGE) !important;
    border: 1px solid var(--MAL-ORANGE);
}

.button-orange:hover {
    background-color: white !important;
    color: var(--MAL-ORANGE);
}

.button-white-transparent {
    background-color: transparent !important;
    border: 1px solid #fff;
}

.button-white-transparent:hover {
    background-color: white !important;
    color: var(--MAL_BLUE) !important;
}

.fixed {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 20;
}

.header .sub-header {
    background-color: #971a1e;
    font-size: 13px !important;
    display: none;
    color: #fff;
}

.header .sub-header strong {
    font-weight: normal;
}

.header-slider {
    padding: 4px 0;
}

.header-slider #slider .slick-arrow {
    display: none !important;
}

.header-slider #slider {
    max-width: 870px;
}

.header-slider #slider p {
    display: inline;
}

.header-slider a {
    text-decoration: none;
    color: #000;
    outline: 0;
}

.header .navbar {
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    background-color: white;
    z-index: 1000;
    box-shadow: -7px 1px 29px 1px #3a3838;
    padding: 0;
    width: 250px;
    overflow-y: scroll;
}

.header {
    border-bottom: 1px solid #e8e8e8;
    background-color: white;
    z-index: 44;
    top: -100px;
}

.header .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.header .header-logo img {width: 70%;}*/

.header .header-logo a {
    display: inline-block;
    margin: 5px 0;
}

.header .header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header-menu .menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #777;
    border-top: 1px solid #e8e8e8;
}

.header .header-menu .menu li a:hover {
    color: #971a1e;
}

.header .navbar .social-media {
    background-color: transparent;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 50px;
    border-top: 1px solid #e8e8e8;
}

.header .navbar .social-media li {
    display: inline-block;
    border-right: 1px solid white;
}

.header .navbar .social-media li a {
    display: inline;
}

.header .navbar .social-media li a :hover {
    background-color: transparent;
}

.header .dropdown .dropdown-menu {
    min-width: 15rem;
    left: 0px;
    top: 0px;
    border: 0;
    box-shadow: unset;
    border-radius: 0;
    position: static;
    float: none;
    padding: 0;
}

.header .dropdown .dropdown-menu ul li>a {
    margin: 0;
    display: block !important;
    background-color: #f2f2f2;
}

.header .dropdown .dropdown-menu ul li>a img {
    display: none;
}

.header .dropdown .dropdown-menu .image-container {
    display: none;
}

.header .dropdown-toggle::after {
    vertical-align: 0.120em;
}

.banner .slider-btn {
    transition: .5s ease;
    background-color: var(--MAL-ORANGE);
    width: 30px !important;
    height: 30px !important;
    padding: 7px;
    border-radius: 5px;
}

.banner .slider-btn:hover {
    background-color: var(--MAL_BLUE);
}

.cylinder-liners-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.cylinder-liners-section .image-wrapper {
    position: relative;
    margin-top: 10px;
}

.cylinder-liners-section .image-container {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    z-index: 1;
}

.cylinder-liners-section .white-belt {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 160px;
    background-color: white;
}

.cylinder-liners-section .button-orange {
    margin-top: 10px;
}

.other-product-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 0px;
}

.other-product-section .container {
    max-width: 100%;
}

.other-product-section .product-box {
    margin-bottom: 40px;
}

.other-product-section .product-image-container {
    position: absolute;
    margin-top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.other-product-section .white-belt {
    position: absolute;
    background-color: #fff;
    height: 76px;
    bottom: -3px;
    left: 0;
    right: 0;
}

.about-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-section h2 {
    margin-bottom: 15px;
}

.about-section .gradient {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-section .figure-title {
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
    line-height: 40px;
}

.about-section .figure-title.small {
    font-size: 21px;
}

.about-section .figure-value {
    font-size: 54px;
    font-weight: 800;
    font-style: italic;
    line-height: 56px;
}

.about-section .p-2rem {
    padding: 2rem;
}

.about-section p.text-padding {
    padding: 22px;
    margin: 0;
}

.news-event-section {
    background-color: var(--MAL_BLUE);
    padding-top: 80px;
    padding-bottom: 35px;
}

.news-event-section .event-container {
    box-shadow: 0px 0 7px 1px #006da5;
}

form input {
    font-size: 14px !important;
}

.footer {
    color: #999;
    font-size: 14px;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #bfbfbf;
}

.footer td {
    white-space: nowrap;
}

.footer .footer-menu {
    background-color: #333333;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.footer .footer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer .footer-menu li {
    margin-bottom: 10px;
}

.footer .footer-menu li.title {
    color: #999;
    font-weight: bold;
    font-size: 15px;
}

.footer .footer-address {
    background-color: #333333;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #404040;
}

.footer .copyright-section {
    background-color: #2c2c2c;
    color: #fff;
}

.footer iframe {
    height: 150px;
}

.page-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner .page-title-wrapper {
    display: flex;
    align-items: center;
    height: 300px;
    overflow: hidden;
}

.page-banner .page-title-wrapper .page-title {
    color: white;
    text-align: center;
    transform-origin: center;
    transform: skew(0deg, -10deg);
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

#visitor_details .modal-header {
    background-color: var(--MAL_BLUE);
}

#visitor_details .modal-title {
    color: white;
}

.nav-tabs {
    border-bottom-color: var(--MAL-ORANGE);
}

.nav-tabs .nav-link.active {
    background-color: var(--MAL-ORANGE);
    color: white;
    border-color: var(--MAL-ORANGE);
}

.nav-tabs .nav-link:hover {
    background-color: var(--MAL-ORANGE);
    color: white;
    border-color: var(--MAL-ORANGE);
}

.nav-tabs .nav-link {
    color: var(--MAL_BLUE);
}

.content-box {
    padding: 80px 0;
}

.product-table {
    height: 500px;
    font-size: 13px;
}

.product-table table th {
    white-space: nowrap;
}

.product-table table thead tr:first-child th {
    background-color: var(--MAL_BLUE) !important;
    color: white;
    transition-duration: 0s;
    border: 1px solid white;
}

.product-table table tbody td {
    border: 1px solid #ddd;
}

.fullscreen div {
    position: relative;
}

.fullscreen div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.5;
    background-image: url(../images/gallery/icon-fullscreen.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s linear;
}

.fullscreen div:hover:before {
    bottom: 100%;
}

#product_detail_modal td {
    padding: 0;
    border: 0;
}

.product-table .table td {
    padding: 5px;
    cursor: pointer;
}

.product-table .table {
    background-color: #f2f2f2;
}

.cylinder-liners-section {
    background-image: url('../images/Horizone-polymer-background.jpg');
    background-attachment: fixed;
}

.other-product-section.lazy-bg-loaded {
    background-image: url('../images/Our-Latest-Products-background.jpg');
}

.about-section.lazy-bg-loaded {
    background-image: url('../images/about-bg.jpg');
}

.quality-back {
    background-image: url(../images/product-performance-assured.jpg);
    background-size: cover;
}

.quality-back h2,
.quality-back p {
    color: #fff;
}

.quality-back .box {
    padding: 50px;
}

.about-page .image-heading {
    position: relative;
    overflow: hidden;
}

.about-page .image-heading h2 {
    background-color: var(--MAL-ORANGE);
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 0;
    padding: 15px;
    margin: 0;
    z-index: 2;
}

.about-page .image-heading img {
    transition: 0.5s;
    transform: scale(1);
}

.about-page .image-heading:hover img {
    transform: scale(1.1);
}

.about-page .image-heading-text {
    display: flex;
    height: 100%;
    align-items: center;
}

.about-page .image-heading-text h3 {
    color: var(--MAL_BLUE);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4 !important;
}

.about-page .certificates-section h2 {
    color: white;
    text-align: center;
}

.about-page .certificates-section img {
    display: block;
    margin: 0 auto;
}

.about-page .certificates-section p {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.about-page .mission-vision-section {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-page .text-container {
    background-color: var(--MAL-ORANGE);
    color: white;
    padding: 3rem;
}

.about-page .text-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}

.about-page .text-container h3 {
    font-size: 20px;
}

.about-page .image-container {
    background-position: center;
    background-size: cover;
}

.aftermarket-page .image-heading-multiple {
    position: relative;
}

.aftermarket-page .image-heading-multiple h2 {
    background-color: var(--MAL-ORANGE);
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 15px;
    margin: 0;
    z-index: 2;
}

.aftermarket-page .image-heading-multiple .image-heading-box {
    overflow: hidden;
    margin: 5px;
}

.aftermarket-page .image-heading-multiple .image-heading-box:hover img {
    transform: scale(1.1);
}

.aftermarket-page .image-heading-multiple .image-heading-box img {
    transition: 0.5s;
    transform: scale(1);
}

.facilities-page .text-container {
    background-color: var(--MAL-ORANGE);
    color: white;
    padding: 3rem;
}

.facilities-page .text-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}

.facilities-page .image-container {
    background-position: center;
    background-size: cover;
}

.facilities-page .workshop {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
}

.facilities-page .workshop .gradient {
    padding: 80px 0;
    background-image: linear-gradient(to bottom, rgba(104, 109, 111, 0.59), rgba(255, 255, 255, 0.6));
}

.aftermarket-page .text-container {
    background-color: var(--MAL-ORANGE);
    color: white;
    padding: 3rem;
}

.aftermarket-page .text-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}

.aftermarket-page .image-container {
    background-position: center;
    background-size: cover;
}

.news-event-section,
.news-event-page .upcomming-events {
    font-size: 13px;
}

.news-event-section .event-container,
.news-event-page .upcomming-events .event-container {
    color: white;
}

.news-event-section .event-container:hover,
.news-event-page .upcomming-events .event-container:hover {
    box-shadow: 0px 0 10px 1px #4e4e4e;
}

.news-event-section .event-container:hover img,
.news-event-page .upcomming-events .event-container:hover img {
    box-shadow: 0px 0 10px 1px #4e4e4e;
    transform: scale(1.05);
}

.news-event-section .event-container .image-container,
.news-event-page .upcomming-events .event-container .image-container {
    position: relative;
    overflow: hidden;
}

.news-event-section .event-container .image-container .title-box,
.news-event-page .upcomming-events .event-container .image-container .title-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    z-index: 2;
}

.news-event-section .event-container .image-container .title-box h4,
.news-event-page .upcomming-events .event-container .image-container .title-box h4 {
    margin: 0;
    padding: 20px;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    font-size: 20px;
}

.news-event-section .event-container .date-box,
.news-event-page .upcomming-events .event-container .date-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.news-event-section .event-container .date-box p,
.news-event-page .upcomming-events .event-container .date-box p {
    text-align: center;
    margin: 0;
    font-weight: 700;
}

.news-event-section .event-container .date-box .date-box-day,
.news-event-page .upcomming-events .event-container .date-box .date-box-day {
    text-align: center;
    margin: 0;
    font-size: 30px;
    line-height: 25px;
}

.news-event-section .event-container .date-box .date-box-month,
.news-event-page .upcomming-events .event-container .date-box .date-box-month {
    text-align: center;
    margin: 0;
    font-size: 20px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .cylinder-liners-section .image-wrapper {
        height: 320px;
    }
    .cylinder-liners-section {
        background-image: url('../images/slider 1.jpg');
    }
    .other-product-section.lazy-bg-loaded {
        background-image: url('../images/Our-Latest-Products-background.jpg');
    }
    .about-section.lazy-bg-loaded {
        background-image: url('../images/about-bg.jpg');
    }
}

@media (min-width: 992px) {}

@media (min-width: 1025px) {
    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 16px;
    }
    .h1 {
        font-size: 48px !important;
    }
    .h2 {
        font-size: 42px !important;
    }
    .h3 {
        font-size: 28px !important;
    }
    .h4 {
        font-size: 22px !important;
    }
    .h5 {
        font-size: 18px !important;
    }
    h1>span.heading {
        text-transform: none;
        font-style: normal;
        font-size: 22px;
        color: white;
        font-weight: 700;
    }
    .linersp {
        font-size: 20px;
        text-align: center;
        display: inline-block;
        width: 50%;
    }
    span.white-line,
    span.blue-line {
        margin: 25px 0;
    }
    span.white-line.small {
        margin: 20px 0;
    }
    .nav-button {
        display: none;
    }
    .header .sub-header {
        display: block;
    }
    .header.fixed .sub-header {
        display: none;
    }
    .header.fixed .header-logo img {
        
    }
    .header.fixed .header-logo a {
        display: inline-block;
        margin: 10px 0 !important;
    }
    .header .navbar {
        padding: 0;
        position: static;
        z-index: none;
        box-shadow: unset;
        width: unset;
        overflow-y: unset;
    }
    /*.header .header-logo img {width: unset;}*/
    .header .header-logo a {
        display: inline-block;
        margin: 16px 0;
        width: 282px;
    }
    .header .header-menu .title {
        display: none;
    }
    .header .header-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }
    .header .header-menu li {
        display: inline-block;
    }
    .header .header-menu .menu li a {
        display: inline-block;
        text-decoration: none;
        margin: 38px 9px;
        color: #000;
        padding: 0;
        border: 0;
        font-weight: 500;
    }
    .header .navbar .social-media {
        padding: 0;
        border: 0;
    }
    .cylinder-liners-section .image-wrapper {
        position: relative;
        margin-top: 60px;
    }
    .other-product-section .product-box {
        margin-bottom: 0px;
    }
    .news-event-section .event-container {
        margin-top: 0px;
    }
    .page-banner .page-title-wrapper {
        height: 300px;
    }
    .header.fixed .dropdown .dropdown-menu {
        top: 100%;
        padding-top: 24px;
    }
    .header .dropdown .dropdown-menu {
        min-width: 30rem;
        left: 0px;
        padding-top: 46px;
        top: 16px;
        border: 0;
        box-shadow: unset;
        border-radius: 0;
        position: absolute;
        float: left;
        background-color: transparent;
    }
    .header .dropdown .dropdown-menu .dropdown-menu-wrapper {
        border: 1px solid #e8e8e8;
        height: 100%
    }
    .header .dropdown .dropdown-menu ul {
        display: block;
    }
    .header .dropdown .dropdown-menu li {
        display: block;
        border: 1px solid #e8e8e8;
        border-top: 0;
        border-left: 0;
    }
    .header .dropdown .dropdown-menu li:last-child {
        border-bottom: 0;
    }
    .header .dropdown .dropdown-menu li.active {
        border-right-color: white;
    }
    .header .dropdown .dropdown-menu ul li>a {
        font-size: 15px;
        display: block !important;
        margin: 0;
        padding: 15px 0 15px 30px !important;
        background-color: white;
    }
    .header .dropdown .dropdown-menu ul li>a img {
        margin: 3px 20px;
        display: none;
        float: right;
    }
    .header .dropdown .dropdown-menu ul li.active a img {
        display: inline-block;
    }
    .header .dropdown .dropdown-menu .row {
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        min-height: 100%;
    }
    .header .dropdown .dropdown-menu .image-container {
        height: 100%;
        display: block;
        border-left: 0;
        border-top: 0;
    }
    .header .dropdown .dropdown-menu .image-container a {
        display: none;
        margin: 0;
    }
    .header .dropdown .dropdown-menu .image-container a.active {
        display: block;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .about-section {
        margin-top: 50px;
    }
    .other-product-section .container {
        max-width: 960px;
    }
    .footer .footer-menu {
        text-align: left;
    }
    .footer iframe {
        height: 220px;
    }
    .footer li,
    address {
        line-height: 2;
    }
}

@media (min-width: 1080px) {
    .header .container {
        max-width: 1030px;
    }
    .header .header-menu .menu li a {
        margin: 0px 12px;
    }
}

@media (min-width: 1200px) {
    .other-product-section .container {
        max-width: 1140px;
    }
    .header .container {
        max-width: 1150px;
    }
    .header .header-menu .menu li a {
        margin: 0px 10px;
    }
}

@media (min-width: 1400px) {
    .header .container {
        max-width: 1350px;
    }
    .header .header-menu .menu li a {
        margin: 0px 16px;
    }
}

@media (min-width: 1601px) {
    .header .container {
        max-width: 1550px;
    }
    .header .header-menu .menu li a {
        margin: 0px 50px
    }
    .cylinder-liners-section {
        background-image: url('../images/slider 1.jpg');
    }
    .other-product-section.lazy-bg-loaded {
        background-image: url('../images/Our-Latest-Products-background.jpg');
    }
    .about-section.lazy-bg-loaded {
        background-image: url('../images/about-bg.jpg');
    }
}

@media (min-width: 1920px) {
    .header .container {
        max-width: 1830px;
    }
    .header .header-menu .menu li a {
        margin: 0px 22px
    }
}

.subul ul {
    list-style-type: none;
}

.subul ul li {
    float: left;
    margin-right: 15px;
    font-weight: bold;
}

.subul ul li i {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.subul ul li a {
    color: #fff;
}

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

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 2;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials {
    position: relative;
    padding-top: 40px;
}

.testimonials:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
}

#customers-testimonials .item-details {
    background-color: #333333;
    color: #fff;
    padding: 5px 5px;
    text-align: left;
}

#customers-testimonials .item-details h5 {
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}

#customers-testimonials .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}

#customers-testimonials .item-details p {
    font-size: 14px;
    text-align: justify;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ff8230;
    text-align: center;
    background-color: #ff8230;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}

.pos {
    position: relative;
    height: 200px;
   
    left: 0;
    right: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #001e57;
    padding: 15px 39px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 1px;
    background-color: #ffffff;
    text-transform: capitalize;
}

.btn-style-three:hover {
    background-color: #001e57;
    color: #ffffff;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.quote-section {
    position: relative;
}

.quote-section .inner-section {
    position: relative;
    padding: 48px 60px;
    margin-top: -18px;
    z-index: 1;
}

.quote-section .content {
    position: relative;
    padding-left: 70px;
}

.quote-section .content .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
}

.quote-section .content h3 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.quote-section .content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}

.quote-section .theme-btn {
    position: relative;
    margin-top: 6px;
}

/*! CSS Used from: http://t.commonsupport.xyz/solustrid/css/responsive.css */

@media only screen and (max-width: 1023px) {
    .quote-section .pull-left,
    .quote-section .pull-right {
        width: 100%;
        text-align: center;
    }
    .quote-section .content {
        margin-bottom: 30px;
        padding-left: 0px;
    }
    .quote-section .content .icon {
        display: none;
    }
    .quote-section .content h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .quote-section .inner-section {
        padding: 30px 20px;
    }
    .btn-style-three {
        padding: 12px 30px;
        font-size: 15px;
        margin-top: 0px;
    }
    .quote-section .content .text {
        margin-top: 15px;
    }
}

.text-left {
    text-align: left;
}

@media all {
    .footer_ul {
        padding: 0px;
    }
    .bg-colo-black {
        background: transparent;
    }
    a.price-link-button.bg-colo-black:hover {
        background: #fff;
        color: #000;
    }
    .bg-colo-black:hover {
        background: #ddd !important;
        border: 1px solid #000;
    }
    .footer-sec {
        background: #afabab;
        padding-top: 110px;
        padding-bottom: 20px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .footer-shape {
        position: absolute;
        top: 0;
        height: 60px;
        width: 1px;
        background: #ffffff;
        text-align: center;
        margin: 0px auto;
        left: 0;
        right: 0;
    }
    .footer-shape::before {
        position: absolute;
        content: "";
        width: 3px;
        height: 3px;
        background: #ffffff;
        bottom: -24px;
        left: -1px;
        border-radius: 100%;
    }
    .footer-shape::after {
        position: absolute;
        content: "";
        width: 3px;
        height: 3px;
        background: #ffffff;
        bottom: -44px;
        left: -1px;
        border-radius: 100%;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-menu {
        padding-bottom: 20px;
        padding-top: 45px;
        text-align: center;
    }
    .footer-menu-cstm h5 {
        font-size: 25px;
        color: #fff !important;
        text-align: left;
        font-weight: 400;
        margin-bottom: 24px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    ul.Address-footer {
        list-style-type: none;
        padding: 0px;
    }
    ul.Address-footer li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 17px;
        color: #fff;
        padding-right: 0;
        float: left;
        font-weight: 400;
        letter-spacing: 0.9px;
    }
    .footer-menu li {
        display: inline-block;
        padding-right: 70px;
    }
    ul.Address-footer li.add1:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        content: "\f015";
        color: #fff;
    }
    ul.Address-footer li.mobile:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        content: "\f095";
        color: #fff;
    }
    .footer-menu li a {
        color: #fff;
        letter-spacing: 0.9px;
        font-weight: 400;
        font-size: 17px;
    }
    ul.Address-footer li:last-child {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 15px;
        color: #fff;
        padding-right: 0;
        letter-spacing: 0.9px;
    }
    .footer-menu li:last-child {
        padding-right: 0px;
    }
    ul.Address-footer li.email:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        content: "\f0e0";
        color: #fff;
    }
    li.email a {
        text-transform: lowercase;
        letter-spacing: 0.9px;
    }
    ul.footer_ul li {
        float: left;
        width: 100%;
        text-align: left;
        line-height: 35px;
        letter-spacing: 0.9px;
    }
    .class-float-l {
        float: left;
        margin-top: 20px;
    }
    .centered-form {
        width: 100%;
    }
    .footer-menu {
        padding-bottom: 10px;
        padding-top: 42px;
        text-align: center;
    }
    .footer-menu li {
        display: inline-block;
        padding-right: 30px;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-copyright span {
        color: #fff;
        font-size: 15px;
    }
    .footer-copyright span a {
        color: #fff;
    }
    input.submit.class-submit {
        color: #fff;
        border-radius: 30px;
        font-size: 18px;
        border: 1px solid #fff;
        padding: 10px 40px;
        background: transparent;
    }
    input.submit.class-submit:hover {
        background: #ddd !important;
        color: #000;
        border: 1px solid #000;
    }
    .ceritiimage {
        margin-left: 20px;
    }
    a.price-link-button:hover {
        color: #fff;
        text-decoration: none;
    }
    .qr-code img {
        width: 100px;
        float: left;
        margin: 20px 0px 0 25px;
    }
    .form-control-feedback {
        display: none;
    }
}

@media all {
    img {
        max-width: 100%;
        height: auto;
    }
    a:hover,
    a:focus {
        text-decoration: none;
    }
    a:active {
        outline: none;
    }
    span {
        display: inline-block;
    }
}

@media all {
    .price-link-button {
        color: #fff;
        border-radius: 30px;
        border: 1px solid #564744;
        padding: 10px 40px;
        background: #564744;
        text-transform: uppercase;
    }
}

@media all {
    @media only screen and (max-width: 800px) {
        .footer-copyright {
            text-align:center;
            padding-bottom: 60px;
        }
    }
    @media only screen and (max-width: 768px) {
        ul.Address-footer li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            text-align: left;
            font-size: 14px;
            color: #fff;
            padding-right: 0;
            float: left;
            font-weight: 400;
            letter-spacing: 0.9px;
        }
        .footer-menu li a {
            color: #fff;
            letter-spacing: 0.9px;
            font-weight: 400;
            font-size: 14px;
        }
        .footer-menu-cstm h5 {
            margin-top: 30px;
        }
    }
    @media only screen and (max-width: 767px) {
        .price-link-button {
            font-size: 14px;
        }
    }
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000;
}

.site-heading h4 {
    color: #ff3514;
    font-weight: 600;
    text-transform: uppercase;
}

.site-heading p {
    margin: 0;
    margin-top: 20px;
}

.site-heading h2::before {
    background: #ff3514 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.site-heading h2::after {
    background: #ff3514 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site-heading {
        margin-bottom: 30px;
    }
}

@media all {
    img.lazyloaded {
        opacity: 0;
        will-change: opacity;
        transition: opacity .5s;
    }
    img.lazyloaded {
        opacity: 1;
    }
    .entry-content h3 {
        color: #1a1718;
        font-weight: 700;
        line-height: 1.2;
        margin: 30px 0 20px;
    }
    .entry-content h3 {
        font-size: 28px;
    }
    @media (max-width:767px) {
        .entry-content h3 {
            font-size: 26px;
        }
    }
    .industry-box {
        width: 33.8%;
        margin-bottom: 15px;
    }
    .industry-box .container-ratio {
        padding-top: 38.97%;
    }
    .industry-box:nth-child(6n),
    .industry-box:nth-child(6n+1) {
        width: 42%;
    }
    .industry-box:nth-child(6n) .container-ratio,
    .industry-box:nth-child(6n+1) .container-ratio {
        padding-top: 66.05%;
    }
    .industry-box:nth-child(6n-2),
    .industry-box:nth-child(6n-3) {
        width: 22.2%;
    }
    .industry-box:nth-child(6n-2) .container-ratio,
    .industry-box:nth-child(6n-3) .container-ratio {
        padding-top: 124%;
    }
    .industry-box .ind-box {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        background-color: #000;
    }
    .industry-box .ind-box:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 70px;
        display: block;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, .4)), color-stop(64%, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, .5)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 51%, rgba(0, 0, 0, .5) 64%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    }
    .industry-box .ind-box img.lazyloaded {
        opacity: .8;
    }
    .industry-box .ind-box .industry-title {
        top: auto;
        margin: 0;
        position: absolute;
        z-index: 3;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.2;
        left: 20px;
        bottom: 15px;
    }
    .industry-box .ind-box img {
        transition: all .3s linear;
    }
    .industry-box .ind-box:hover img {
        transform: scale(1.1);
    }
    @media (min-width:768px) and (max-width:900px) {
        .industry-box .ind-box .industry-title {
            left: 5px;
        }
    }
    @media (max-width:767px) {
        .industry-box,
        .industry-box:nth-child(6n),
        .industry-box:nth-child(6n+1),
        .industry-box:nth-child(6n-2),
        .industry-box:nth-child(6n-3) {
            width: 49%;
            margin-bottom: 0;
        }
        .industry-box .ind-box {
            margin-bottom: 15px;
        }
        .owl-carousel .owl-next {
            right: 0px;
        }
        .owl-carousel .owl-prev {
            left: 0px;
        }
        .ceritiimage {
            margin-left: 0px;
            margin-top: 30px;
        }
    }
    @media (min-width:641px) and (max-width:767px) {
        .industry-box:nth-child(6n) .container-ratio,
        .industry-box:nth-child(6n+1) .container-ratio {
            padding-top: 83.8%;
        }
    }
    @media (max-width:640px) {
        .industry-box,
        .industry-box:nth-child(6n),
        .industry-box:nth-child(6n+1),
        .industry-box:nth-child(6n-2),
        .industry-box:nth-child(6n-3) {
            width: 100%;
            margin-bottom: 0;
        }
    }
    .container-ratio {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 0;
    }
    .container-ratio {
        padding-top: 56.25%;
    }
    .container-ratio img,
    .container-ratio img~noscript,
    .container-ratio>* {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .container-ratio img,
    .container-ratio img~noscript {
        width: 100%;
        height: 100%;
    }
    .container-ratio img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        -webkit-align-content: stretch;
        align-content: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .flex.flex-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex.flex-nowrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width:1280px) {
    .header .header-logo a {
        width: 220px;
    }
}

.header .header-menu li.active a {
    color: #ff8230;
}

.header .header-menu li a:hover {
    color: #ff8230 !important;
}

.bg-grey-clients {
    background: #f2f2f2;
}

/*========================header-menu=======================*/

.menu12 {
    display: block;
}

.menu12 li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu12 li:first-child {
    margin-left: 0;
}

.menu12 li a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 35px;
    display: block;
    /*color: #fff;*/
    color: #000;
    transition: all 0.2s ease-in-out 0s;
}

/*.menu12 li a:hover,.menu12 li:hover>a { color: #fff; background: #9ca3da; }*/

.menu12 ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 300px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}

.menu12 ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu12 ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 300px;
    border-bottom: 1px dashed #0a2e63;
}

.menu12 ul li:last-child {
    border-bottom: 0;
}

.menu12 ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #000;
    background: #fff;
}

.menu12 ul li a:hover,
.menu12 ul li:hover>a {
    /*  background: #9ca3da; color: #fff;*/
    background: transparent;
    /*  color: #fff!important;*/
}

.menu12 li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu12 ul ul {
    left: 299px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

.menu12 ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #f7515a;
    border-width: 6px;
    margin-top: -6px;
}

.menu12 li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

a.homer {
    background: #9ca3da;
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }
    .menu12 ul {
        top: 37px;
    }
    .menu12 li a {
        font-size: 12px;
    }
    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
    .menu12 {
        display: none;
    }
    .responsive-menu {
        display: block;
    }
    /*  nav { margin: 0; background: none; }  */
    .menu12 li {
        display: block;
        margin: 0;
    }
    .menu12 li a {
        background: #fff;
        color: #797979;
    }
    .menu12 li a:hover,
    .menu12 li:hover>a {
        background: #9ca3da;
        color: #fff;
    }
    .menu12 ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
    .menu12 li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
    .menu12 ul ul {
        left: 0;
        transform: initial;
    }
    .menu12 li>ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {}

@media (max-width: 320px) {}

.border-certi {
    border-style: double;
    border-color: #ccc;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
    /*background: #ffffff;*/
    background: transparent;
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 17px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #f7444d !important !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 14px;
    text-decoration: none;
    color: #ddd;
    font-weight: 600;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media(max-width: 1024px) {
    .nav-button {
        margin: 16px 0;
        display: none;
    }
    .header .navbar {
        position: fixed;
        top: 0;
        right: 0px !important;
        bottom: 0;
        background-color: transparent !important;
        z-index: 1000;
        box-shadow: none !important;
        padding: 0;
        width: 100% !important;
        overflow-y: scroll;
    }
    nav#cssmenu .logo img {
        /*width: 200px;*/
        
        padding: 15px;
    }
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        margin: 0px 0;
        padding: 0;
        background: #981b1f;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #fff
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #7f8690 !important;
    }
    #cssmenu ul ul li:hover {
        background: #7f8690 !important;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #fff;
        background: none;
        text-align: left;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 0px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button-1 {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
        z-index: 12399994;
    }
    .button-1:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #0b2f64;
        border-bottom: 2px solid #0b2f64;
        content: ''
    }
    .button-1:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #0b2f64;
        content: ''
    }
    .button-1.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #1d4070;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button-1.menu-opened:before {
        top: 23px;
        background: #1d4070;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #fff;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

.primary-button {
    -webkit-transition-duration: .3s;
}

.primary-button:after {
    content: '\f178';
    font-family: FontAwesome;
}

.button-md,
.primary-button:after {
    display: inline-block;
}

.rounded-border {
    border-radius: 5px !important;
}

.primary-button {
    background: #ff8230;
    color: #fff;
    padding: 10px 15px;
    transition-duration: .3s;
    border: 1px solid;
}

.primary-button:hover {
    background: #7f8690;
    color: #fff;
    padding-right: 15px;
}

.primary-button:after {
    color: #ff8230;
    padding-left: 10px;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.primary-button:hover:after {
    color: #fff;
    margin-left: 0;
    opacity: 1;
}

.button-md {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 17px;
}

.contact-box-icon {
    margin: 40px 0 30px;
    border-bottom: 1px solid #eee;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.contact-box-icon:hover {
    border-bottom: 1px solid #ff8230;
}

.contact-icon {
    float: left;
    width: 25%;
    text-align: center;
}

.contact-icon i {
    color: #ff8230;
    background: #fff;
    font-size: 20px;
    border: 1px solid #ff8230;
    border-radius: 50px;
    padding: 13px 15px 13px 14px;
    width: 50px;
    height: 50px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.contact-box-icon:hover .contact-icon i {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.contact-info {
    float: left;
    width: 75%;
    margin: 10px 0 20px;
}

.contact-info h5 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.contact-info p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 3px;
}

.cform {
    margin-top: 30px;
}

.breadcrumb-product {
    position: relative;
}

.breadcrumb-product img {
    position: relative;
}

.breadcrumb-caption h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-style: normal;
}

@media only screen and (max-width: 812px) {
    .breadcrumb-caption h3 {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 25px;
    }
}

@media only screen and (max-width: 684px) {
    .breadcrumb-caption h3 {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
    color: #6c757d;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-3 {
    padding: 1rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.breadcrumb {
    background: none;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    color: #2b2b2b;
    font-weight: 600;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item a {
    color: #2b2b2b;
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #971a1e;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #971a1e;
    content: "\f054";
    font-family: FontAwesome;
    font-weight: 700;
}

.me-1 {
    margin-right: .25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-3 {
    padding: 1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.white-bg {
    background-color: #ffffff;
}

@media (max-width:576px) {
    .breadcrumb-item {
        line-height: 30px;
    }
}

.accordion .card {
    margin-bottom: 0;
}

.accordion .card {
    background-color: #fff;
}

.accordion .card .card-header {
    position: relative;
    background-color: #ff8230;
    border-bottom: 0;
    padding: .75rem 1.25rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
}

.accordion .card-header[aria-expanded="true"] {
    background-color: #ff8230;
    color: #fff;
}

.accordion .card-header::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.accordion .card-header::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.accordion .card-header[aria-expanded="true"]::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
}

.accordion .card-header[aria-expanded="true"]::after,
.accordion .card-header[aria-expanded="true"]::before {
    background-color: #ff8230;
}

.accordion .card {
    border: #f8f8f8;
}

.accordion.with-gap .card-header {
    border-radius: 0;
}

.accordion.with-gap .card {
    margin-bottom: 10px;
}

.accordion .card::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    z-index: 1;
}

.accordion.with-gap .card:last-child {
    margin-bottom: 0;
}

.accordion.with-gap .card:first-of-type,
.accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #efefef;
}

@media (max-width: 991px) {
    .mb-lg-30 {
        margin-bottom: 30px;
    }
}

.list-style-one {
    margin-bottom: 24px;
}

.list-style-one {
    list-style-position: outside;
    padding: 0;
}

.list-style-one {
    margin-bottom: 24px;
}

.list-style-one li {
    padding: 0;
}

.list-style-one {
    position: relative;
    margin-top: 20px;
    list-style-type: none;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: rgb(84, 84, 84);
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 11px;
    text-align: justify;
    text-transform: capitalize;
}

.list-style-one li:before {
    content: "\f138";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0px;
    color: #000;
    font-weight: 900;
    font-family: "FontAwesome";
}

.list-style-one1 {
    margin-bottom: 24px;
}

.list-style-one1 {
    list-style-position: outside;
    padding: 0;
}

.list-style-one1 {
    margin-bottom: 24px;
}

.list-style-one1 li {
    padding: 0;
}

.list-style-one1 {
    position: relative;
    margin-top: 20px;
    list-style-type: none;
}

.list-style-one1 li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 11px;
    text-align: justify;
    text-transform: capitalize;
}

.list-style-one1 li:before {
    content: "\f138";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0px;
    font-weight: 900;
    font-family: "FontAwesome";
}

blockquote {
    padding: 30px 20px 30px 100px;
    color: #262423;
    margin: 0px 0px 30px 0px;
    position: relative;
    clear: both;
    border: none;
}

@media only screen and (max-width:640px) {
    blockquote p,
    blockquote {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width:420px) {
    blockquote {
        padding: 80px 20px 30px 30px;
    }
}

.container-auto {
    margin: 0 auto;
    max-width: 1632px;
}

@media all {
    @media (max-width: 1600px) {
        .container-auto {
            margin:0 auto;
            max-width: 1570px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media (max-width:1536px) {
        .container-auto {
            margin: 0 auto;
            max-width: 1520px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media (max-width:1440px) {
        .container-auto {
            margin: 0 auto;
            max-width: 1420px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .menu12 li a {
            padding: 10px 8px;
        }
        .card-top__left>div {
            padding: 40px 14px 80px 18px !important;
        }
        .card-top__left .btn i {
            display: none;
        }
        .btn-1 {
            margin-top: 2px !important;
            font-size: 11px !important;
            padding: 0 7px !important;
            line-height: 40px !important;
            height: 40px !important;
        }
        .catalog-content__item p {
            line-height: 24px !important;
            font-size: 14px !important;
        }
    }
    @media (max-width:1400px) {
        .container-auto {
            margin: 0 auto;
            max-width: 1380px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media (max-width:1380px) {
        .container-auto {
            margin: 0 auto;
            max-width: 1330px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media (max-width:1366px) {
        .container-auto {
            margin: 0 auto;
            max-width: 1260px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .menu12 li a {
            padding: 10px 4px;
        }
        .btn-1 {
            margin-top: 2px !important;
            font-size: 9px !important;
            padding: 0 7px !important;
            line-height: 40px !important;
            height: 40px !important;
        }
        .btn {
            padding: 9px 27px !important;
        }
    }
    @media (max-width:1280px) {
        .container-auto {
            margin: 0 auto;
            max-width: 1230px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .btn-1 {
            margin-top: 2px !important;
            font-size: 8px !important;
            padding: 0 7px !important;
            line-height: 40px !important;
            height: 40px !important;
        }
        .btn {
            padding: 9px 16px !important;
        }
        .catalog-content__item p {
            font-size: 12px !important;
        }
    }
    @media (max-width:1024px) {
        .container-auto {
            margin: 0 auto;
            max-width: 960px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media (max-width:812px) {
        .container-auto {
            margin: 0 auto;
            max-width: 760px;
            padding-right: 15px;
            padding-left: 15px;
        }
        .innerbread {
            margin-top: 30px !important;
        }
        .breadcrumb-item.active,
        .breadcrumb-item a:hover {
            font-size: 13px;
        }
        .sidebar__inner-bottom .btn--primary {
            width: 100%;
            margin-bottom: 15px;
        }
        .innerh1 {
            text-align: center;
        }
        .card-top__left .btn i {
            display: none;
        }
        .about-page .text-container {
            padding: 1rem;
        }
        .btn-1 {
            font-size: 14px !important;
            height: 60px !important;
            line-height: 60px !important;
            padding: 0 13px !important;
            letter-spacing: 1px !important;
            margin-top: 0px !important;
        }
    }
}

.mb-30 {
    margin-bottom: 30px !important;
}

.section-title-about h2 {
    color: #383535;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.inner-box-shadow {
    padding: 40px 25px;
    background-color: #fff;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1);
    text-align: justify;
    width: 100%;
}

@media (min-width:320px) and (max-width:374px) {
    .section-title-about {
        display: none !important;
    }
}

@media (min-width:375px) and (max-width:413px) {
    .section-title-about {
        display: none !important;
    }
}

@media (min-width:414px) and (max-width:479px) {
    .section-title-about {
        display: none !important;
    }
}

@media (min-width:568px) and (max-width:639px) {
    .section-title-about {
        display: none !important;
    }
}

@media (min-width:640px) and (max-width:719px) {
    .section-title-about {
        display: none !important;
    }
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

@media (max-width:1600px) {
    .v-m-cv-details {
        padding: 10px 20px !important;
    }
    .section-title-about h2 {
        font-size: 39px;
    }
}

@media (max-width:1536px) {
    blockquote.special p {
        margin: 0px 0 10px !important;
        font-size: 14px;
        border-left: 0px solid #eee;
        font-weight: 400;
        display: block;
        clear: both;
        text-transform: capitalize;
        font-style: normal;
        background: transparent;
        font-family: "Poppins", sans-serif !important;
    }
    .v-m-cv-details {
        padding: 0px 15px !important;
    }
}

@media (max-width:1366px) {
    .section-title-about h2 {
        font-size: 34px;
    }
}

@media (max-width:1280px) {
    .section-title-about h2 {
        font-size: 30px;
    }
}

@media (max-width:991px) {
    blockquote.special {
        margin: 10px 0 10px;
        font-size: 14px;
        border-left: 0px solid #eee;
        font-weight: 400;
        display: block;
        clear: both;
        text-transform: capitalize;
        font-style: normal;
        background: transparent;
        font-family: "Poppins", sans-serif !important;
    }
}

@media (max-width:812px) {
    .v-m-cv-details {
        padding: 0px 30px !important;
    }
    .home-client-carousel-2 .owl-nav .owl-next {
        right: 0px;
    }
    .home-client-carousel-2 .owl-nav .owl-prev {
        left: 0px;
    }
    .welcom-to-section {
        margin-top: 20px !important;
    }
    .productbutton button {
        width: 100% !important;
    }
    .sidecontact {
        margin-bottom: 30px;
    }
    .inner-box-shadow {
        padding: 0px;
    }
}

.v-m-cv-content img {
    width: 100%;
}

.v-m-cv-details {
    padding: 30px 40px;
}

blockquote.special {
    padding: 15px 0;
    margin: 10px 0 10px;
    font-size: 14px;
    border-left: 0px solid #eee;
    font-weight: 400;
    display: block;
    clear: both;
    font-style: normal;
    background: transparent;
    font-family: "Poppins", sans-serif !important;
}

.hero-mask-pic .mask {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    max-width: 117px;
    width: 117px;
    z-index: 100;
    display: none;
}

.hero-mask-pic {
    overflow: hidden;
    position: relative;
}

@media (max-width:677px) {
    .v-m-cv-content img {
        width: 100%;
        padding: 0 30px;
    }
    blockquote.special p {
        text-transform: inherit;
        line-height: 25px;
        text-align: justify;
        font-size: 14px;
    }
}

.business-associates-text h3 {
    color: #000;
    font-size: 25px;
}

.business-associates-text a {
    color: #f5313a;
}

section.business-associates-sec {
    padding: 50px 0;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item:focus,
a.list-group-item:hover {
    color: #000;
    text-decoration: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel,
.list-group-item:first-child,
.list-group-item:last-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
}

.myicon {
    position: relative;
    top: 4px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    float: right;
    margin-right: 9px;
    padding: 0 5px !important;
    font-weight: bold;
}

a.list-group-item,
.list-group-item {
    color: #000;
}

a.list-group-item:hover {
    color: #000;
}

a.list-group-item.active1 {
    background-color: #708c98 !important;
    color: #fff !important;
}

.list--inline {
    padding-left: 0;
    list-style: none;
}

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

@media screen and (min-width: 768px) {
    .list--inline>li+li {
        margin-left: 30px;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    width: 250px;
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    text-align: center;
    padding: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -125px;
    background-color: #F2F2F2;
    opacity: 0;
    transform: translate(0, -100%);
    transition: all 0.3s ease;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #F2F2F2 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -130%);
}

.catalog-content {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DADADA;
}

@media screen and (min-width: 768px) {
    .catalog-content {
        border-left: 1px solid #DADADA;
    }
}

.catalog-content__item {
    width: 100%;
    position: relative;
    display: block;
}

@media screen and (min-width: 768px) {
    .catalog-content__item {
        max-height: 350px;
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
}

@media screen and (min-width: 1280px) {
    .catalog-content__item {
        width: 50%;
    }
}

.catalog-content__item-inner {
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    padding: 20px;
    height: 100%;
    background-color: white;
}

@media screen and (min-width: 768px) {
    .catalog-content__item-inner {
        padding: 45px 20px 26px 30px;
    }
}

.catalog-content__item-inner .list--inline>li {
    margin-right: 15px;
    margin-top: 2px;
    margin-left: 0 !important;
}

.catalog-content__item-inner .list--inline>li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .catalog-content__item-inner .row {
        height: 100%;
    }
    .catalog-content__item-inner .row .col {
        height: 100%;
    }
    .catalog-content__item-inner .row .col img {
        max-height: 100%;
    }
}

.catalog-content__item:hover {
    z-index: 9;
}

.catalog-content__item:hover .catalog-content__item-inner {
    border: none;
    -webkit-transform: rotateX(var(--mouseX)) rotateY(var(--mouseY));
    transform: rotateX(var(--mouseX)) rotateY(var(--mouseY));
    transition: box-shadow .5s ease, transform 0.15s;
    box-shadow: 0 20px 40px rgba(23, 38, 47, 0.3), inset 0 0 0 1px #DADADA;
}

.catalog-content__item ul {
    margin-bottom: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .catalog-content__item ul {
        display: inline-block;
    }
}

.catalog-content__item p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .catalog-content__item p {
        margin-bottom: 20px;
    }
}

.catalog-content__item .tags {
    font-size: 14px;
    line-height: 18px;
    text-transform: lowercase;
    display: flex;
    margin-bottom: 20px;
}

.catalog-content__item .tags div+div {
    margin-left: 20px;
}

.margtop-auto {
    margin-top: auto;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.btn-1 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    padding: 0 13px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*background-color: #e77601;*/
    display: inline-block;
    cursor: pointer;
    color: #000;
    margin-top: 30px;
}

.btn-1:hover {
    color: #000;
}

.btn-3:after {
    background-color: #1371b3;
}

.productinnerbutton {
    margin-top: 80px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
    background-image: none;
    border: 0px solid transparent;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 1.47826;
    border-radius: 0;
    height: 50px;
    min-width: 49%;
    position: relative;
    overflow: hidden;
    transition: color 0.3s;
}

@media screen and (min-width: 768px) {
    .btn {
        height: 70px;
        padding: 9px 30px;
        font-size: 17px;
        line-height: 1.47826;
        border-radius: 0;
    }
}

.btn-arrow {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .btn-arrow {
        padding: 9px 10px 9px 29px;
    }
}

.btn-arrow span {
    transform: translateX(0);
    transition: transform .5s, color .5s;
}

.btn-arrow .icons-left {
    position: absolute;
    left: -60px;
    right: auto !important;
    transition: left .5s;
}

.btn-arrow .icons-right {
    transform: translateX(0);
    transition: transform .5s;
}

.btn-arrow:hover span {
    transform: translateX(20px);
}

.btn-arrow:hover .icons-left {
    width: auto;
    left: 13px;
}

.btn-arrow:hover .icons-right {
    transform: translateX(100px);
}

.btn>* {
    position: relative;
    z-index: 4;
}

.btn::before,
.btn::after {
    content: '';
    position: absolute;
    height: 102%;
    width: 100%;
    bottom: 101%;
    left: 0;
    z-index: 2;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

@media screen and (max-width: 767px) {
    .btn::before,
    .btn::after {
        z-index: 0;
    }
}

.btn:hover::after {
    transform: translate3d(0, 100%, 0);
}

.btn::before {
    transform: translate3d(0, 100%, 0);
}

.btn span {
    transition: transform .5s, color .5s;
}

.btn--full {
    width: 100%;
}

.btn--default {
    color: #ff8230;
    background-color: #fff;
    border-color: #fff;
}

.btn--default::before {
    background: #fff;
}

.btn--default::after {
    background: #fff;
}

.btn--default span {
    color: #ff8230;
}

.btn--default:active,
.btn--default:hover {
    color: #fff;
    background-color: transparent;
}

.btn--default:active span,
.btn--default:hover span {
    color: #fff;
}

.btn--default:active i,
.btn--default:hover i {
    color: #fff;
}

.btn--default i {
    font-size: 9px;
    margin-left: 8px;
    color: #fff;
}

.btn--primary {
    color: #fff;
    background-color: #ff8230;
    border-color: #ff8230;
}

.btn--primary::before {
    background: #971a1e;
}

.btn--primary::after {
    background: #7f8690;
}

.btn--primary span {
    color: #fff;
}

.btn--primary:active,
.btn--primary:hover {
    color: #fff;
    background-color: transparent;
}

.btn--primary:active span,
.btn--primary:hover span {
    color: #fff;
}

.btn--primary i {
    font-size: 9px;
    margin-left: 8px;
    color: #fff;
}

.btn--info {
    color: #313131;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.btn--info::before {
    background: #F6F6F6;
}

.btn--info::after {
    background: #ff8230;
}

.btn--info span {
    color: #313131;
}

.btn--info:active,
.btn--info:hover {
    color: #fff;
    background-color: transparent;
}

.btn--info:active span,
.btn--info:hover span {
    color: #fff;
}

.btn--info:active i,
.btn--info:hover i {
    color: #fff;
}

.btn--info i {
    font-size: 21px;
    margin-right: 8px;
    color: #fff;
}

.card-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .card-top {
        border-top: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }
}

.card-top hr {
    border: none;
    border-top: 1px solid #DADADA;
    width: 150%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.card-top__left {
    position: relative;
}

.card-top__left>div {
    padding: 60px 30px 20px;
}

@media screen and (max-width: 767px) {
    .card-top__left>div {
        position: static !important;
    }
}

@media screen and (min-width: 768px) {
    .card-top__left>div {
        padding: 70px 25px 40px 25px;
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 91px);
    }
}

@media screen and (min-width: 1280px) {
    .card-top__left>div {
        padding: 40px 50px 80px 85px;
    }
}

.card-top__left>div .sidebar__inner-bottom {
    margin-top: auto;
}

@media screen and (min-width: 768px) {
    .card-top__left img {
        margin-bottom: 30px;
    }
}

.card-top__left .btn i {
    position: absolute;
    right: 40px;
}

@media screen and (min-width: 768px) {
    .card-top__right {
        border-left: 1px solid #DADADA;
        padding: 25px 25px 40px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .card-top__right {
        padding: 40px 50px 80px;
    }
}

.card-top__right h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

@media screen and (min-width: 768px) {
    .card-top__right h1 {
        font-size: 34px;
        line-height: 50px;
    }
}

.card-top__right .list--unstyled {
    font-size: 14px;
    line-height: 21px;
}

@media screen and (min-width: 768px) {
    .card-top__right .list--unstyled {
        font-size: 16px;
        line-height: 24px;
    }
}

.card-top__right .list--unstyled li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.card-top__right .list--unstyled li .image {
    margin-right: 35px;
    width: 33px;
    min-width: 33px;
    text-align: center;
}

.card-desc {
    background-color: #F6F6F6;
}

.card-desc .t__content:before {
    background-color: #F6F6F6;
}

.card-scheme {
    padding: 50px 0;
}

@media screen and (min-width: 768px) {
    .card-scheme {
        padding: 140px 0 130px;
    }
}

.card-scheme .col {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .card-scheme .col {
        margin-bottom: 0;
    }
}

.card-scheme__item {
    padding: 20px;
    border: 1px solid #313131;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .card-scheme__item {
        padding: 40px 50px;
    }
}

.card-scheme__item h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .card-scheme__item h3 {
        margin-bottom: 40px;
    }
}

.card-scheme__item .list--unstyled li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.card-scheme__item .list--unstyled li:last-child {
    margin-bottom: 0;
}

.card-scheme__item .list--unstyled li:first-child {
    margin-bottom: 38px;
}

.card-scheme__item .list--unstyled li .image {
    width: 40px;
    text-align: center;
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .card-scheme__item .list--unstyled li .image {
        margin-right: 50px;
    }
}

.card-scheme__item .list--unstyled li .image img {
    vertical-align: middle;
}

.card-scheme__item .list--unstyled li a {
    position: relative;
    padding-bottom: 8px;
}

.card-scheme__item .list--unstyled li a:after {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #313131;
}

.card-slider {
    padding-top: 40px;
}

.catalog-content__item {
    width: 100%;
    position: relative;
    display: block;
}

@media screen and (min-width: 768px) {
    .catalog-content__item {
        max-height: 350px;
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
}

@media screen and (min-width: 1280px) {
    .catalog-content__item {
        width: 50%;
    }
}

.catalog-content__item-inner {
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    padding: 20px;
    height: 100%;
    background-color: white;
}

@media screen and (min-width: 768px) {
    .catalog-content__item-inner {
        padding: 45px 20px 26px 30px;
    }
}

.catalog-content__item-inner .list--inline>li {
    margin-right: 15px;
    margin-top: 2px;
    margin-left: 0 !important;
}

.catalog-content__item-inner .list--inline>li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .catalog-content__item-inner .row {
        height: 100%;
    }
    .catalog-content__item-inner .row .col {
        height: 100%;
    }
    .catalog-content__item-inner .row .col img {
        max-height: 100%;
    }
}

.catalog-content__item:hover {
    z-index: 9;
}

.catalog-content__item:hover .catalog-content__item-inner {
    border: none;
    -webkit-transform: rotateX(var(--mouseX)) rotateY(var(--mouseY));
    transform: rotateX(var(--mouseX)) rotateY(var(--mouseY));
    transition: box-shadow .5s ease, transform 0.15s;
    box-shadow: 0 20px 40px rgba(23, 38, 47, 0.3), inset 0 0 0 1px #DADADA;
}

.catalog-content__item ul {
    margin-bottom: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .catalog-content__item ul {
        display: inline-block;
    }
}

.catalog-content__item p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .catalog-content__item p {
        margin-bottom: 20px;
    }
}

.catalog-content__item .tags {
    font-size: 14px;
    line-height: 18px;
    text-transform: lowercase;
    display: flex;
    margin-bottom: 20px;
}

.return-inner {
    border: 1px solid #DBDBDB;
    padding: 20px;
    height: 340px;
}

@media screen and (min-width: 768px) {
    .return-inner {
        padding: 40px 70px;
    }
}

.return-inner h5 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
}

.innerh1 {
    font-style: normal;
}

.active-link {
    color: #ff8230 !important;
}

.page_title {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.page_title em {
    display: inline-block;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    z-index: 1;
    font-style: normal;
}

.page_title:before {
    content: "";
    width: 40px;
    height: 4px;
    background: #ff6d0e;
    position: absolute;
    left: 0;
    bottom: -5px;
}

@media only screen and (max-width:768px) {
    .page_title:before {
        left: 0;
    }
    .page_title em {
        font-size: 22px;
        line-height: 24px;
    }
    .page_title {
        margin-bottom: 20px;
    }
}

.table td,
.table th {
    padding: 5px;
}

h4.dot-bord {
    margin: 0;
    padding: 8px 0;
    border-bottom: 3px solid #ff8230;
    color: #000;
    text-align: center;
    font-style: normal;
}

@media all {
    .moffices .box h3 {
        margin-bottom: 5px;
        font-family: 'Poppins', sans-serif;
    }
    .moffices .box p {
        margin-bottom: 3px;
        font-family: 'Poppins', sans-serif;
    }
    .moffices .box p a {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #000;
    }
    .moffices .box i,
    .moffices .box a:hover {
        color: #ff8230;
    }
    .moffices .box i {
        margin-right: 5px;
        margin-top: 3px;
    }
    .moffices {
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
    }
    .moffices .box {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-top: 2px solid #ff8230;
        margin-top: 30px;
        background-color: rgba(255, 255, 255, 0.7);
        min-height: 170px;
    }
    .moffices .box h4 {
        font-size: 17px;
        padding-bottom: 0px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #000;
    }
    .moffices .box h3 {
        font-size: 14px;
        padding-bottom: 5px;
        font-weight: 600;
        color: #222222;
        font-family: 'Poppins', sans-serif;
    }
    .moffices .box p {
        padding-bottom: 2px;
        color: #000;
        font-family: 'Poppins', sans-serif;
        display: flex;
        font-weight: 500;
    }
}

/*industries we server start*/

.mb-30 {
    margin-bottom: 30px !important;
}

.featured-imagebox-portfolio {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
}

.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-portfolio.style1 .cmt-box-view-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(8, 21, 40, 0.69);
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
}

.featured-imagebox-portfolio.style1 .featured-content {
    background-color: #141b1f !important;
}

.featured-imagebox-portfolio.style1 .featured-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    padding: 0 15px;
    transform: perspective(500px) rotateX(90deg);
    transition: all 0.5s;
    transform-origin: bottom;
    z-index: 1;
    height: 110px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.featured-title h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.featured-imagebox-portfolio.style1:hover .featured-content {
    transform: perspective(500px) rotateX(0);
}

.featured-imagebox-portfolio.style1:hover .cmt-box-view-overlay:before {
    top: 0;
}

.featured-imagebox-portfolio .cmt-box-view-overlay:before {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.featured-imagebox-portfolio .featured-title h5 a {
    color: #fff;
}

/*industries we serve end*/

/*Modal CSS*/

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.modal {
    z-index: 9999999;
    overflow-y: hidden;
}

.modal-dialog {
    max-width: 810px;
    width: 95%;
}

.modal-content {
    margin-top: 20%;
}

.stick_popup {
    height: auto;
    min-height: auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.pop-img {
    display: block;
    max-width: 100%;
    margin-top: 15%;
}

.stick_close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    font-size: 17px;
    background-color: #333;
    color: #fff;
    padding: 18px;
    text-decoration: none;
}

.modal-backdrop.in {
    filter: alpha(opacity=95);
    opacity: .95;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: #000;
}

.headerh3 {
    font-size: 19px;
    line-height: 33px;
    font-weight: bold;
    color: #000;
}

.headerh3 a {
    color: #000;
}

.modal-header {
    background-color: #981b1f;
    color: #fff;
}

.modal-title {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin: 0px auto;
    display: block;
}

.form-horizontal .form-group {
    clear: both;
}

.form-control1 {
    width: 99%;
}

.navbar23 {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    padding: 10px 0px;
}

.navbar23 button {
    font-size: 12px;
}

.btn-danger {
    background-color: #981b1f !important;
    border-color: #981b1f !important;
}

.sidebutton {
    left: 0;
    position: fixed;
    top: 250px;
    z-index: 10000;
}

.sidebutton1 {
    right: 0px;
    position: fixed;
    top: 250px;
    z-index: 10000;
}

.formtop {
    margin-top: 10px;
}

.padd-0 {
    padding: 0px;
}

.capside {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.submitbutton {
    background: #981b1f;
    color: #FFF !important;
    font-size: 16px;
    line-height: 13px;
    border-radius: 5px;
    padding: 6px 4px;
    border: 1px solid #981b1f;
}

/*----------------- End Modal CSS------------------------*/

/*-----------------Validation----------------------------*/

.example {
    margin: 15px;
    font-size: 14px;
    color: #656666;
    content: "Example";
    background-color: #fff;
    border-color: #929494;
    border-width: 1px;
    border-radius: 4px;
    padding: 10px 20px 10px;
    border-style: solid;
}

.form-control-feedback {
    display: none;
}

.has-feedback label~.form-control-feedback {
    top: 0 !important;
}

.error {
    text-align: left !important;
    display: table !important;
}

/*-----------------End Validation----------------------------*/

.thnak4 {
    color: #000;
}

.content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.subbutton {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 13px;
    border-radius: 5px;
}

.content .form-control {
    height: 50px !important;
}

.commonttl {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.about-space {
    padding: 10px 0 10px;
    text-align: center;
}

.landingorang h4 {
    background: #ff8230;
    text-align: center;
    padding: 10px 0px;
}

/*! CSS Used from: http://dcbwebsite.in/horizon-old/css/style.css */

.wedo .left,
.wedo .right {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.sub-heading {
    line-height: normal;
}

.sub-heading {
    font-size: 26px;
    color: #353535;
}

.wedo .right {
    border-left: 1px solid #bdb9b9;
}

.wedo .sub-heading {}

.wedo {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.wedo .left {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}

.wedo .right {
    width: 40%;
    padding: 50px 0 50px 40px;
}

.wedo .sub-heading {
    color: #2c2c2b;
    font-size: 18px;
    margin: 20px 0 0;
    font-weight: 400;
}

.left {
    padding-bottom: 0px;
}

.clear {
    clear: both;
}

\ @media only screen and (max-width:947px) {
    .wedo .left {
        width: 62%;
    }
    .wedo .right {
        width: 38%;
    }
}

@media only screen and (max-width:855px) {
    .wedo .right {
        border-left: 0;
        width: 100%;
        padding: 50px 0 50px 0;
    }
    .wedo .left {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .left {
        border-right: 0px !important;
    }
}

/*! CSS Used from: http://dcbwebsite.in/horizon-old/css/style.css */

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.heading {
    line-height: normal;
}

.heading {
    font-size: 30px;
    color: #353535;
}

.new-event-main .right {
    border-left: 1px solid #bdb9b9;
}

.new-product1 {
    display: inline-block;
    vertical-align: middle;
}

.new-event-main {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #bdb9b9;
}

.new-event-main .left {
    width: 60%;
    padding: 50px 0 0;
    box-sizing: border-box;
}

.new-event-main .right {
    width: 40%;
    padding: 50px 0 50px 40px;
    box-sizing: border-box;
}

.new-product-cont {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.new-product1 {
    width: 120px;
    box-sizing: border-box;
}

.new-product1 img {
    width: 100%;
    display: block;
}

.new-product2 {
    width: 60%;
    margin-left: 21px;
    display: inline-block;
    color: #303030;
    font-size: 16px;
    vertical-align: middle;
}

.new-product-text {
    width: 80%;
}

.left {
    padding-bottom: 0px;
}

.clear {
    clear: both;
}

@media only screen and (max-width:1135px) {
    .new-product1 {
        width: 100px;
    }
}

@media only screen and (max-width:1114px) {
    .new-event-main .left {
        width: 56%;
    }
    .new-event-main .right {
        width: 40%;
    }
    .new-event-main .right {
        padding-bottom: 30px;
    }
    .new-event-main .left {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width:947px) {
    .heading {
        font-size: 35px;
    }
    .new-product1 {
        width: 80px;
    }
    .new-event-main .right {
        width: 38%;
    }
}

@media only screen and (max-width:945px) {
    .new-event-main .left {
        padding-bottom: 30px;
    }
    .new-event-main .right {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:925px) {
    .new-event-main .right {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width:855px) {
    .heading {
        text-align: left;
    }
    .new-event-main .left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #bdb9b9;
    }
    .new-event-main .right {
        width: 100%;
        border: none;
    }
    .new-product-text {
        width: 100%;
    }
    .new-event-main .right {
        padding-left: 0px;
    }
    .new-product1 {
        width: 120px;
    }
    .new-event-main .right {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:690px) {
    .heading {
        font-size: 27px;
    }
}

@media only screen and (max-width:520px) {
    .heading {
        font-size: 24px;
    }
}

@media only screen and (max-width:400px) {
    .new-product1 {
        width: 100px;
    }
    .new-product1 img {
        width: 100%;
    }
    .new-product2 {
        margin-left: 10px;
        font-size: 14px;
    }
}

.new-product12 {
    width: 180px;
}

@media only screen and (max-width:768px) {
    .new-product12 {
        width: 100%;
    }
    .new-product21 {
        width: 100%;
    }
    .left {
        border-right: 0px !important;
    }
}

@media (max-width: 1680px) {
    .v-m-cv-content h3 {
        color: #3e4095;
        margin: 25px 0 0px;
        font-weight: 600;
        font-size: 25px !important;
        text-transform: uppercase;
    }
}

@media (max-width: 1600px) {
    .v-m-cv-details {
        padding: 10px 20px !important;
    }
}

@media (max-width: 1536px) {
    blockquote.special {
        margin: 0px 0 10px !important;
        font-size: 14px;
        border-left: 0px solid #eee;
        font-weight: 400;
        display: block;
        clear: both;
        text-transform: capitalize;
        font-style: normal;
        background: transparent;
        font-family: "Poppins", sans-serif !important;
    }
    .v-m-cv-details {
        padding: 0px 15px !important;
    }
    blockquote.special p {
        text-transform: inherit;
        line-height: 22px !important;
        color: #000;
        font-weight: 500;
        text-align: justify;
    }
    blockquote.special p {
        text-transform: inherit;
        line-height: 28px;
        color: #000;
        font-weight: 500;
        font-size: 14px !important;
    }
}

@media (max-width: 1440px) {
    blockquote.special.director-desk-special {
        padding: 0 0;
    }
}

@media (max-width: 1400px) {
    blockquote.special p {
        text-transform: inherit;
        line-height: 28px;
        color: #000;
        font-weight: 500;
        font-size: 13px !important;
    }
}

@media (max-width: 1380px) {
    blockquote.special p {
        text-transform: inherit;
        line-height: 20px !important;
        color: #000;
        font-weight: 500;
    }
}

@media (max-width: 1366px) {
    .v-m-cv-content h3 {
        color: #3e4095;
        margin: 25px 0 0px;
        font-weight: 600;
        font-size: 18px !important;
        text-transform: uppercase;
    }
}

@media (max-width: 1280px) {
    .v-m-cv-content h3 {
        color: #3e4095;
        margin: 25px 0 0px;
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
    }
}

@media (max-width: 1024px) {
    blockquote.special.director-desk-special {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    blockquote.special {
        margin: 10px 0 10px;
        font-size: 14px;
        border-left: 0px solid #eee;
        font-weight: 400;
        display: block;
        clear: both;
        text-transform: capitalize;
        font-style: normal;
        background: transparent;
        font-family: "Poppins", sans-serif !important;
    }
}

@media (max-width: 812px) {
    .v-m-cv-details {
        padding: 0px 30px !important;
    }
}

.v-m-cv-content img {
    width: 100%;
}

.v-m-cv-content h3 {
    color: #3e4095;
    margin: 25px 0 20px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.v-m-cv-details {
    padding: 30px 40px;
}

blockquote.special {
    padding: 15px 0;
    margin: 10px 0 10px;
    font-size: 14px;
    border-left: 0px solid #eee;
    font-weight: 400;
    display: block;
    clear: both;
    text-transform: capitalize;
    font-style: normal;
    background: transparent;
    font-family: "Poppins", sans-serif !important;
}

.hero-mask-pic .mask {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    max-width: 117px;
    width: 117px;
    z-index: 100;
    display: none;
}

.hero-section {
    position: relative;
}

.hero-mask-pic {
    overflow: hidden;
    position: relative;
}

blockquote.special p {
    text-transform: inherit;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.v-m-cv-content.v-m-cv-details.director-desk-details {
    padding: 0 17px;
}

@media (max-width: 677px) {
    .v-m-cv-content img {
        width: 100%;
        padding: 0 30px;
    }
    .v-m-cv-content h3 {
        color: #3e4095;
        margin: 25px 0 0px;
        font-weight: 600;
        font-size: 18px !important;
        text-transform: uppercase;
        text-align: center;
    }
    blockquote.special p {
        text-transform: inherit;
        line-height: 25px;
        text-align: justify;
        font-size: 14px;
    }
}

.p-0 {
    padding: 0;
}

blockquote.special b {
    color: #3e4095;
}

.director-desk-caption h3 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: right;
}

.director-desk-caption span {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 17px;
    display: block;
}

@media (max-width: 1680px) {
    .v-m-cv-content h2 {
        color: #3e4095;
        margin: 25px 0 0px;
        font-weight: 600;
        font-size: 25px !important;
        text-transform: uppercase;
    }
}

@media (max-width: 1600px) {
    .v-m-cv-details {
        padding: 10px 20px !important;
    }
}

@media (max-width: 1536px) {
    blockquote.special {
        margin: 0px 0 10px !important;
        font-size: 14px;
        border-left: 0px solid #eee;
        font-weight: 400;
        display: block;
        clear: both;
        text-transform: capitalize;
        font-style: normal;
        background: transparent;
        font-family: "Poppins", sans-serif !important;
    }
    .v-m-cv-details {
        padding: 0px 15px !important;
    }
    .v-m-cv-content.v-m-cv-details.third-party-pharma-our-process-details {
        padding: 0px 15px !important;
    }
    blockquote.special p {
        text-transform: inherit;
        line-height: 22px !important;
        color: #000;
        font-weight: 500;
        text-align: justify;
    }
    blockquote.special p {
        text-transform: inherit;
        line-height: 28px;
        color: #000;
        font-weight: 500;
        font-size: 14px !important;
    }
    .myicon {
        font-size: 11px;
    }
}

@media (max-width: 1400px) {
    blockquote.special p {
        text-transform: inherit;
        line-height: 28px;
        color: #000;
        font-weight: 500;
        font-size: 13px !important;
    }
}

@media (max-width: 1380px) {
    blockquote.special p {
        text-transform: inherit;
        line-height: 20px !important;
        color: #000;
        font-weight: 500;
    }
}

@media (max-width: 1366px) {
    .v-m-cv-content h2 {
        color: #3e4095;
        margin: 25px 0 0px;
        font-weight: 600;
        font-size: 18px !important;
        text-transform: uppercase;
    }
}

@media (max-width: 1280px) {
    .v-m-cv-content h2 {
        color: #3e4095;
        margin: 25px 0 0px;
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
    }
}

@media (max-width: 991px) {
    blockquote.special {
        margin: 10px 0 10px;
        font-size: 14px;
        border-left: 0px solid #eee;
        font-weight: 400;
        display: block;
        clear: both;
        text-transform: capitalize;
        font-style: normal;
        background: transparent;
        font-family: "Poppins", sans-serif !important;
    }
}

@media (max-width: 812px) {
    .v-m-cv-content.v-m-cv-details.third-party-pharma-our-process-details {
        padding: 0px 30px !important;
    }
    .v-m-cv-details {
        padding: 0px 30px !important;
    }
}

.v-m-cv-content img {
    width: 100%;
}

.v-m-cv-content h2 {
    color: #3e4095;
    margin: 0px 0 20px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.v-m-cv-details {
    padding: 30px 40px;
}

blockquote.special {
    padding: 0px 0;
    margin: 10px 0 10px;
    font-size: 14px;
    border-left: 0px solid #eee;
    font-weight: 400;
    display: block;
    clear: both;
    text-transform: capitalize;
    font-style: normal;
    background: transparent;
    font-family: "Poppins", sans-serif !important;
}

.hero-mask-pic .mask {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    max-width: 117px;
    width: 117px;
    z-index: 100;
    display: none;
}

.hero-section {
    position: relative;
}

.hero-section .pg-shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 15px;
}

.hero-mask-pic {
    overflow: hidden;
    position: relative;
}

blockquote.special p {
    text-transform: inherit;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.v-m-cv-content.v-m-cv-details.third-party-pharma-our-process-details {
    padding: 30px 30px;
}

@media (max-width: 677px) {
    .v-m-cv-content img {
        width: 100%;
        padding: 0 30px;
    }
    .v-m-cv-content h2 {
        color: #3e4095;
        margin: 0px 0 0px;
        font-weight: 600;
        font-size: 18px !important;
        text-transform: uppercase;
        text-align: center;
    }
    blockquote.special p {
        text-transform: inherit;
        line-height: 25px;
        text-align: justify;
        font-size: 14px;
    }
}

.p-0 {
    padding: 0;
}

blockquote.special b {
    color: #3e4095;
}

.landingorang .btn {
    height: 50px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
}

.landingorang1 h4 {
    padding: 25px 0px;
}

.landingbtn {
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    padding-left: 60px;
    position: relative;
    transform: translateZ(0px);
    transition: all 0.5s ease 0s;
}

.landingbtn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: 100% 50% 0;
    transition: all 0.5s ease-out 0s;
}

.landingbtn:hover:after {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.landingbtn span {
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear 0s;
}

.landingbtn span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.3s linear 0s;
}

.landingbtn.btn-sm {
    padding-left: 40px;
}

.landingbtn.btn-sm span {
    width: 27px;
    line-height: 27px;
}

.landingbtn.btn-sm span:after {
    width: 8px;
    height: 8px;
    right: -5px;
}

.landingbtn.btn-xs {
    padding-left: 30px;
}

.landingbtn.btn-xs span {
    width: 20px;
    line-height: 20px;
}

.landingbtn.btn-xs span:after {
    width: 7px;
    height: 7px;
    right: -4px;
}

.btn.red {
    border: 1px solid #ff8230;
    background: ;
}

.btn.red span,
.btn.red span:after {
    background: #ff8230;
}

.landingbtn span {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .landingbtn {
        margin-bottom: 20px;
    }
}

@media (max-width: 1380px) {
    ul.ul-lists-class li {
        padding-left: 1.3em;
        color: #000;
        font-weight: 500;
        font-size: 13px !important;
        line-height: 25px;
    }
}

@media (max-width: 1280px) {
    ul.ul-lists-class li {
        padding-left: 1.3em;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px !important;
    }
}

@media (max-width: 812px) {
    ul.ul-lists-class {
        padding: 0 15px !important;
    }
    blockquote.special1 {
        padding: 0px 0px !important;
    }
}

ul.ul-lists-class {
    list-style: none;
    padding: 0;
}

ul.ul-lists-class li {
    padding-left: 1.3em;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

ul.ul-lists-class li:before {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ff8230;
}

blockquote.special1 {
    padding: 50px 0px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    color: #fff;
}