:root {
    --MAL_BLUE: #0f4c92;
    --MAL-ORANGE: #ea652a;
}

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;
}

h2 {
    font-size: 21px;
    font-weight: 800 !important;
    margin-bottom: 25px;
    color: white;
}

h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4 !important;
}

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 #0d4e8f; 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: var(--MAL_BLUE) !important;
}

.bg-white {
    background-color: white !important;
}

.bg-orange {
    background-color: var(--MAL-ORANGE) !important;
}

.bg-blue {
    background-color: var(--MAL_BLUE) !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: #ea652a;
    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 !important;
    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: #444;
}

.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 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: 40px;
}

.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: #666;
}

.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/Magnetic-Equipments-background.jpg');
    background-attachment: fixed;
}

.other-product-section.lazy-bg-loaded {
    background-image: url('../images/Delivering-Quality-And-Durable-Products-background.jpg');
}

.about-section.lazy-bg-loaded {
    background-image: url('../images/about-bg-800w.jpg');
}

.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/Magnetic-Equipments-background.jpg');
    }
    .other-product-section.lazy-bg-loaded {
        background-image: url('../images/Delivering-Quality-And-Durable-Products-background.jpg');
    }
    .about-section.lazy-bg-loaded {
        background-image: url('../images/about-bg-1600w.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 {
        width: 80%;
    }
    .header.fixed .header-logo a {
        display: inline-block;
        margin: 10px 0 !important;
    }
    .header .navbar {
        padding: 0;
        position: relative;
        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;
    }
    .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: -10px;
    }
    .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:last-child {
        border-bottom: 0;
    }
    .header .dropdown .dropdown-menu li.active {
        border-right-color: white;
    }
    .header .dropdown .dropdown-menu ul li>a {
        font-size: 14px;
        display: block !important;
        margin: 0;
        padding: 10px 0 10px 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 6px;
    }
}

@media (min-width: 1400px) {
    .header .container {
        max-width: 1350px;
    }
    .header .header-menu .menu li a {
        margin: 0px 20px;
    }
}

@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/Magnetic-Equipments-background.jpg');
    }
    .other-product-section.lazy-bg-loaded {
        background-image: url('../images/Delivering-Quality-And-Durable-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 20px
    }
}

.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 !important;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow-flaticon.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/arrow-flaticon-2.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 #f7921e;
    text-align: center;
    background-color: #f7921e;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}

.pos {
    position: relative;
    height: 200px;
    top: 70px;
    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;
    }
    .headerlogo {
        width: 90%;
    }
}

.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: #092845;
        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;
    }
    .footer-logo img {
        width: 270px;
    }
    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 {
    @media all {
        .price-link-button {
            color: #fff;
            border-radius: 30px;
            font-size: 16px;
            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;
        }
        .innertop h2 {
            font-size: 20px;
            margin-top: 15px;
        }
        a.btn-1.btn-3 {
            width: 100%;
        }
    }
    @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;
            }
        }
        @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;
        }
    }
    .Address-footer p {
        color: #fff;
        text-align: left;
        font-size: 20px;
    }
    .header .header-menu .menu li.active1 a {
        color: #ea652a;
    }
    .header .header-menu .menu li a:hover {
        color: #1371b3
    }
    ul,
    img {
        margin: 0;
        padding: 0;
    }
    .cat_content .list {
        list-style: none;
    }
    .cat_content .list li {
        margin-bottom: 30px;
        transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0);
        float: left;
    }
    .cat_content .list li:nth-child(3n+2) {
        animation-delay: 0.1s;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        margin: -20px 0;
    }
    .cat_content .list li:nth-child(3n+3) {
        animation-delay: 0.1s;
    }
    .cat_content .list li .image {
        transition: all .5s;
        display: block;
        overflow: hidden;
        border-radius: 2px;
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05);
    }
    .cat_content .list li .image img {
        max-width: 100%;
        width: 100%;
        height: auto;
        transition: all .5s;
    }
    .cat_content .list li:hover .image img {
        -webkit-transform: scale(var(--scale-multiplier, 1.05));
        -ms-transform: scale(var(--scale-multiplier, 1.05));
        transform: scale(var(--scale-multiplier, 1.05));
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
    }
    .cat_content .list li .main {
        padding-right: 20px;
        transition: all .5s;
        overflow: hidden;
        position: relative;
    }
    .cat_content .list li .icon {
        display: block;
        position: relative;
        transition: all .5s;
        float: left;
        padding-right: 8px;
    }
    .cat_content .list li .icon:after {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border-bottom: 63px solid transparent;
        border-left: 8px solid #ededed;
        transition: all .5s;
    }
    .cat_content .list li .icon span {
        display: inline-block;
        width: 80px;
        height: 63px;
        background-color: #ededed;
        background-repeat: no-repeat;
        background-position: 0 0;
        transition: all .5s;
    }
    .cat_content .list li .title {
        margin: 0;
        transition: all .5s;
        float: left;
        max-width: 74%;
    }
    .cat_content .list li .title a {
        display: block;
        color: #4c4c4c;
        font-size: 22px;
        line-height: 24px;
        height: 48px;
        padding: 10px 10px;
        transition: all .5s;
        top: 13px;
        position: relative;
    }
    .cat_content .list li .link {
        display: inline-block;
        background: #f89b32;
        transition: all .5s;
        width: 35px;
        text-align: center;
        position: absolute;
        right: -50px;
        top: 0;
    }
    .cat_content .list li .link:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        height: 100%;
        border-bottom: 63px solid transparent;
        float: left;
        border-left: 8px solid #fff;
        transition: all .5s;
    }
    .cat_content .list li .link i {
        color: #fff;
        line-height: 70px;
    }
    @media only screen and (min-width: 768px) {
        .cat_content .list li:hover .main {
            background: #2d74b6;
            padding-right: 30px;
        }
        .cat_content .list li:hover .icon {
            padding-right: 0;
        }
        .cat_content .list li:hover .icon span {
            background-position: 0 -63px;
            background-color: #1a6fbb;
        }
        .cat_content .list li:hover .icon:after {
            border-left: 0px solid #fff;
        }
        .cat_content .list li:hover .title a {
            color: #fff;
            text-decoration: none;
            padding: 10px 5px;
        }
        .cat_content .list li:hover .link {
            right: 0;
        }
        .cat_content .list li:hover .link:before {
            border-left: 8px solid #1a6fbb;
        }
    }
    @media only screen and (max-width: 992px) {
        .cat_content {
            padding-top: 50px;
        }
        .cat_content .list {
            padding-top: 10px;
        }
        .cat_content .list li {
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
        }
        .cat_content .list li .title {
            max-width: 72%;
        }
    }
    @media only screen and (max-width: 768px) {
        .cat_content .list li {
            padding: 0;
            margin-bottom: 20px;
        }
        .cat_content .list li .image {
            float: left;
            width: 100%;
        }
        .cat_content .list li .main {
            float: left;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .cat_content .list li .icon {
            float: none;
            width: 100%;
        }
        .cat_content .list li .icon:after {
            display: none;
        }
        .cat_content .list li .icon span {
            width: 60px;
            background-size: 100%;
            height: 48px;
            border-radius: 2px;
        }
        .cat_content .list li .title {
            max-width: 100%;
            float: none;
            padding-top: 10px;
            padding-left: 0;
            text-align: center;
        }
        .cat_content .list li .title a {
            font-size: 25px;
            line-height: 24px;
            padding: 0;
            height: 48px;
        }
    }
    @media only screen and (max-width: 420px) {
        .cat_content .list li .image {
            width: 100%;
        }
        .cat_content .list li .main {
            width: 55%;
        }
    }
    @media screen and (max-width: 991px) {
        .cat_content .list li .title {
            max-width: 72%;
            display: table;
            margin: 0 auto;
        }
        .cat_content .list li .title a {
            display: block;
            color: #4c4c4c;
            font-size: 30px;
            line-height: 24px;
            height: 48px;
            padding: 10px 10px;
            transition: all .5s;
            position: relative;
        }
        .cat_content .list li:nth-child(3n+2) {
            animation-delay: 0.1s;
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            margin: 0px 0 30px 0 !important;
        }
    }
    @media screen and (max-width: 768px) {
        .cat_content .list li .title a {
            display: block;
            color: #4c4c4c;
            font-size: 30px;
            line-height: 24px;
            height: 48px;
            padding: 10px 10px;
            transition: all .5s;
            top: -5px;
            position: relative;
        }
        .cat_content .list li:hover .icon span {
            background-position: 0 -45px;
            background-color: #1a6fbb !important;
        }
        .cat_content .list li .icon {
            display: block;
            position: absolute;
            transition: all .5s;
            float: left;
            padding-right: 8px;
        }
        .cat_content .list li:nth-child(3n+2) {
            animation-delay: 0.1s;
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            margin: 0px 0;
        }
    }
    @media screen and (max-width: 414px) {
        .cat_content .list li .title a {
            display: block;
            color: #4c4c4c;
            font-size: 17px;
            line-height: 24px;
            height: 48px;
            padding: 10px 10px;
            transition: all .5s;
            top: -5px;
            position: relative;
            left: 50%;
            text-decoration: none;
        }
    }
    .icon::before {
        z-index: 10;
        display: inline-block;
        margin: 0 0.4em 0 0;
        vertical-align: middle;
        text-transform: none;
        font-weight: normal;
        font-variant: normal;
        font-size: 1.3em;
        font-family: 'stroke7pixeden';
        line-height: 1;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .about {
        padding: 120px 0;
    }
    .about .part-img {
        position: relative;
    }
    .about .part-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(transparent, rgba(248, 27, 100, 0.7));
        background: -o-linear-gradient(transparent, rgba(248, 27, 100, 0.7));
        background: linear-gradient(transparent, rgba(248, 27, 100, 0.7));
    }
    .about .part-img img {
        width: 100%;
    }
    .about .part-text {
        padding: 50px;
        background: #2a2a2a;
        margin-left: -250px;
        -webkit-box-shadow: -3px 5px 11px 0px rgba(0, 0, 0, 0.34);
        box-shadow: -3px 5px 11px 0px rgba(0, 0, 0, 0.34);
    }
    .about .part-text h2 {
        color: #fff;
        margin-bottom: 14px;
        margin-top: -8px;
    }
    .about .part-text p {
        color: #fff;
        opacity: .9;
        line-height: 28px;
        font-weight: 400;
    }
    .about .about-btn {
        display: inline-block;
        padding: 0 30px;
        height: 50px;
        border: 2px solid #383838;
        color: #383838;
        font-weight: 500;
        line-height: 50px;
        text-transform: uppercase;
        margin-top: 30px;
        margin-left: 30px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .about .about-btn:hover {
        color: #fff;
        background: #383838;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about {
            padding: 70px 0;
        }
        .about .part-text {
            margin-left: 0;
        }
        .about .about-btn {
            margin-left: 0;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
    }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .about {
            padding: 70px 0;
        }
        .about .part-text {
            margin-left: 0;
            padding: 40px 30px;
        }
        .about .part-text h2 {
            font-size: 24px;
        }
        .about .part-text p {
            font-weight: 300;
        }
        .about .about-btn {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            margin-left: 0;
        }
    }
    .auto-container {
        position: static;
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    .theme-btn {
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .btn-style-two {
        position: relative;
        padding: 10px 30px;
        line-height: 24px;
        text-transform: uppercase;
        background: none;
        color: #e77601 !important;
        border: 2px solid #e77601;
        font-size: 13px;
        font-weight: 500;
        border-radius: 1px;
        z-index: 1;
    }
    .btn-style-two:hover {
        background: #e77601;
        color: #ffffff !important;
        border-color: #e77601;
    }
    .btn-style-two.lined-btn-right:after {
        content: '';
        position: absolute;
        width: 70px;
        border-bottom: 1px solid #e77601;
        top: 50%;
        right: -55px;
        margin-top: -0.5px;
    }
    .sec-title {
        position: relative;
        margin-bottom: 10px;
    }
    .sec-title h2 {
        position: relative;
        font-size: 48px;
        color: #222222;
        line-height: 1.2em;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }
    .about-section1 {
        position: relative;
        padding: 80px 0px 0px;
    }
    .about-section1 .text-column {
        position: relative;
        margin-bottom: 30px;
    }
    .about-section1 .text-column .text {
        position: relative;
        margin-bottom: 20px;
    }
    .about-section1 .text-column .text p {
        margin-bottom: 20px;
        line-height: 2em;
    }
    .about-section1 .text-column .text p:last-child {
        margin-bottom: 0px;
    }
    .about-section1 .image-column {
        position: relative;
    }
    .about-section1 .image-column .inner-box {
        position: relative;
        margin-left: 40px;
    }
    .about-section1 .image-column .image-box {
        position: relative;
        border: 7px solid #f1f4fb;
    }
    .about-section1 .image-column img {
        position: relative;
        top: -93px;
        display: block;
        width: 100%;
        height: auto;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .about-section1 .hanged-text {
        position: absolute;
        left: -35px;
        top: 102px;
        height: 100%;
        width: 200px;
        background: #ffffff;
    }
    .about-section1 .hanged-text h5 {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        color: #c5c4c4;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        word-spacing: 2px;
        letter-spacing: 1px;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .about-section1 .hanged-text:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 20px;
        height: 100px;
        border-left: 1px solid #c5c4c4;
    }
    @media only screen and (max-width: 1140px) {
        .sec-title h2 {
            font-size: 36px;
        }
        .about-section1 .image-column .inner-box {
            padding-right: 15px;
        }
    }
    @media only screen and (max-width: 1023px) {
        .sec-title h2 {
            font-size: 30px;
        }
    }
    .aboutim {
        margin: 0px auto;
        display: block;
        margin-bottom: 40px;
    }
    .dropdown-menu {
        border: none !important;
    }
    .menu12 {
        display: block;
    }
    .menu12 li {
        display: inline-block;
        position: relative;
        z-index: 999999;
    }
    .menu12 li:first-child {
        margin-left: 0;
    }
    .menu12 li a {
        font-weight: 600;
        text-decoration: none;
        padding: 10px 20px;
        display: block;
        color: #000;
        transition: all 0.2s ease-in-out 0s;
        margin: 0px 20px;
    }
    .menu12 ul {
        margin: 0;
        padding: 0;
        background: #fff;
        z-index: 999999;
        transition: all 0.2s ease-out;
    }
    .menu12 ul li {
        display: block;
        float: none;
        background: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px dashed #0a2e63;
    }
    .menu12 ul li:last-child {
        border-bottom: 0;
    }
    .menu12 ul li a {
        font-size: 14px;
        font-weight: bold;
        display: block;
        color: #000;
        background: #fff;
    }
    .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);
    }
    @media (min-width: 768px) and (max-width: 979px) {
        .menu12 ul {
            top: 37px;
        }
        .menu12 li a {
            font-size: 12px;
        }
    }
    @media (max-width: 767px) {
        .menu12 {
            display: 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: 1680px) {
        .menu12 li a {
            font-weight: 600;
            text-decoration: none;
            padding: 10px 30px !important;
            display: block;
            color: #0a2e63;
            transition: all 0.2s ease-in-out 0s;
        }
    }
    @media (max-width: 1601px) {
        .header .container {
            max-width: 1550px;
        }
    }
    @media (max-width: 1440px) {
        .menu12 li a {
            font-weight: 600;
            text-decoration: none;
            padding: 10px 22px !important;
            display: block;
            color: #0a2e63;
            transition: all 0.2s ease-in-out 0s;
        }
    }
    @media (max-width: 1400px) {
        .header .container {
            max-width: 1350px;
        }
    }
    @media (max-width: 1380px) {
        .menu12 li a {
            font-weight: 600;
            text-decoration: none;
            padding: 10px 20px !important;
            display: block;
            color: #0a2e63;
            transition: all 0.2s ease-in-out 0s;
        }
    }
    #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: 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 {
        color: #fff;
    }
    #cssmenu>ul>li:hover {
        background: #f7444d !important;
        -webkit-transition: .3s ease;
        -ms-transition: .3s ease;
        transition: .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 li:hover>ul {
        left: auto;
    }
    #cssmenu li:hover>ul>li {
        height: 35px;
    }
    #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: bold;
        text-transform: capitalize;
    }
    #cssmenu ul ul li:last-child>a {
        border-bottom: 0;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li a:hover {
        color: #fff;
    }
    @media (max-width: 1024px) {
        nav#cssmenu .logo img {
            width: 270px;
            padding: 15px;
        }
        #cssmenu {
            width: 100%;
        }
        #cssmenu ul {
            width: 100%;
            display: none;
            margin: 0px 0;
            padding: 0;
            background: #1d4070;
        }
        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid #fff;
        }
        #cssmenu ul li:hover {
            background: #ee632c !important;
        }
        #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: #1371b3 !important;
        }
        #cssmenu ul ul li:hover {
            background: #9e9e9e !important;
        }
        #cssmenu ul ul li a {
            color: #fff;
            background: none;
            text-align: left;
        }
        #cssmenu ul ul li:hover>a {
            color: #fff;
        }
        #cssmenu 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 {
            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: 35px;
            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: '';
        }
        #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 .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ddd;
            content: '';
        }
        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ddd;
            content: '';
        }
    }
    .width-full {
        width: 100%;
    }
    .center {
        text-align: center;
    }
    .pagination {
        margin-top: 50px;
    }
    .pagination a {
        color: #252920;
        font-size: 18px;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 3px;
        font-weight: 600;
        -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
        box-shadow: 0 2px 10px 0 #d8dde6;
    }
    .pagination a.active {
        background-color: #0095da;
        color: white;
        border: 1px solid #0095da;
    }
    .pagination a:hover:not(.active) {
        background-color: #f36f21;
        color: #fff;
    }
    ul.contact-us-form li {
        list-style: none;
    }
    input.submit.class-submit1:hover {
        background: #1572b4;
        color: #fff;
    }
    input.submit.class-submit1 {
        background: #1572b4;
        padding: 10px 30px;
        color: #fff;
        border-radius: 30px;
        border: 0;
        outline: 0;
    }
    .active-link {
        color: #e77601 !important;
    }
    .address-info a {
        color: #000;
    }
    section.default-hero img {
        width: 100%;
        position: relative;
    }
    section.default-hero {
        position: relative;
        background-color: #025688;
    }
    section.default-hero .page-name-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 30px 10px calc(2% + 35px);
        background: rgba(19, 113, 179, 0.9);
    }
    @media (min-width: 767px) {
        section.default-hero .page-name-wrapper {
            padding: 10px 30px 10px calc(25% + 35px);
        }
    }
    section.default-hero .page-name-wrapper h1 {
        margin: 0;
        color: white;
        text-transform: uppercase;
    }
    @media (max-width: 684px) {
        section.default-hero .page-name-wrapper h1 {
            margin: 0;
            color: white;
            text-transform: uppercase;
            font-size: 12px;
        }
    }
    @media screen {
        .box {
            position: relative;
            font-size: 0px;
            display: inline-block;
            *display: inline;
            zoom: 1;
            z-index: 1;
            white-space: normal;
        }
        @media (max-width:767px) {
            h3 {
                font-size: 15px;
            }
        }
        .box.box-1-industries {
            color: #fff;
            background: #2b3c4e;
            overflow: hidden;
            position: relative;
            transition: all 0.3s ease-in-out;
            margin-bottom: 20px;
        }
        .box.box-1-industries:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        }
        .box.box-1-industries img {
            width: 100%;
            height: auto;
            transition: all 0.3s ease;
        }
        .box.box-1-industries:hover img {
            opacity: 0.6;
            filter: grayscale(100%);
        }
        .box.box-1-industries .box-content {
            color: #fff;
            background: linear-gradient(to right, transparent, transparent, rgba(19, 113, 179, 0.9), #1371b3, #1371b3);
            text-align: right;
            width: 100%;
            padding: 15px 15px 15px 60px;
            transform: translateY(-50%) scaleY(0);
            position: absolute;
            top: 50%;
            right: 0;
            transition: all 0.3s ease-in-out;
        }
        .box.box-1-industries:hover .box-content {
            transform: translateY(-50%) scaleY(1);
        }
        .box.box-1-industries .title {
            font-size: 20px;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 0 0 4px;
            background: transparent;
            color: #fff;
        }
        @media only screen and (max-width:990px) {
            .box.box-1-industries {
                margin: 0 0 30px;
            }
        }
    }
    .about-page .text-container {
        color: #fff;
    }
    .counter {
        text-align: center;
        width: 200px;
        margin: 0 auto;
    }
    .counter .counter-content:before,
    .counter .counter-content:after {
        content: '';
        background: linear-gradient(to right bottom, #e9e9e9, #fff);
        border-radius: 50% 50% 0 50%;
        border: 4px solid #fff;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 7px;
        top: 7px;
        right: 7px;
        bottom: 7px;
        z-index: -1;
    }
    .counter .counter-content:after {
        background: linear-gradient(to right bottom, transparent 50%, #EA237E 51%);
        height: 70%;
        width: 70%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
        z-index: -2;
    }
    .counter .counter-icon {
        color: #fff;
        font-size: 45px;
    }
    .counter .counter-value {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
    }
    .counter h3 {
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
    }
    @media screen and (max-width:990px) {
        .counter {
            margin-bottom: 40px;
        }
    }
    .dropdown-menu {
        margin: 0px;
        padding: 0px;
    }
    .padd {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .layer-overlay {
        position: relative;
    }
    .layer-overlay::before {
        background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .divider,
    .parallax {
        background-repeat: repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .parallax {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: repeat-y;
        background-position: top center;
    }
    nav.navbar.bg-dark .dropdown-menu {
        background-color: #343a40 !important;
    }
    nav.navbar.bg-dark .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.5);
    }
    nav.navbar.bg-dark .dropdown-menu .dropdown-item:hover {
        color: rgba(255, 255, 255, 0.75);
        background: transparent;
    }
    nav.navbar.bg-dark .dropdown-menu .dropdown-item.active {
        color: #fff;
        background: transparent;
    }
    nav.navbar.bg-dark .dropdown-menu .dropdown-item.disabled {
        color: rgba(255, 255, 255, 0.25);
    }
    .nic-menu .nav-item strong {
        font-weight: 400;
        display: block;
        margin: .5rem 0;
        color: rgba(255, 255, 255, 0.75);
        border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    }
    .nic-menu .nav-item .nav-link {
        padding: .3rem 0;
    }
    .nic-menu-sm {
        width: 540px;
    }
    .nic-menu-md {
        width: 720px;
    }
    .nic-menu-lg {
        width: 960px;
    }
    .nic-menu-xl {
        width: 1477px;
    }
    .nic-menu-mega {
        width: 1400px;
    }
    @media (max-width: 960px) {
        .nic-menu-sm,
        .nic-menu-md,
        .nic-menu-lg,
        .nic-menu-xl,
        .nic-menu-mega {
            width: 100% !important;
        }
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: -720px;
    }
    .title {
        color: #000;
    }
    .text-center {
        text-align: center !important;
    }
    .service-box {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .service-box {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
        border-bottom: 3px solid #3082bd;
        margin-bottom: 15px;
    }
    .service-box:hover {
        transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
    }
    .service-box .service-media {
        position: relative;
    }
    .service-box .service-info {
        padding: 30px;
    }
    .service-box .service-info .title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    @media only screen and (max-width: 1200px) {
        .service-box .service-info {
            padding: 30px 15px;
        }
    }
    @media only screen and (max-width: 767px) {
        h4 {
            font-size: 24px;
            line-height: 34px;
        }
    }
    .service-box1 {
        box-shadow: none;
        margin-bottom: 30px;
    }
    .service-box1 .service-info .title {
        font-size: 17px;
    }
    .innertop p {
        text-align: justify;
        font-weight: 500;
    }
    .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 {
                margin: 0px 0px;
            }
            .header .navbar {
                right: 0px;
            }
            .nic-menu-xl {
                width: 1342px;
            }
            .navbar-expand-lg .navbar-nav .dropdown-menu {
                left: -550px;
            }
        }
        @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;
            }
        }
        @media (max-width:1280px) {
            .container-auto {
                margin: 0 auto;
                max-width: 1230px;
                padding-left: 15px;
                padding-right: 15px;
            }
            .navbar-expand-lg .navbar-nav .dropdown-menu {
                left: -488px;
            }
            .nic-menu-xl {
                width: 1200px;
            }
            .header .dropdown .dropdown-menu ul li>a {
                padding: 10px 0 10px 30px !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;
            }
            .pop-img {
                margin-top: 0% !important;
            }
        }
    }
    .producth4 {
        background-color: #1371b3b8;
        color: #fff;
        padding: 10px 20px;
        margin: 15px 0 15px 0;
        font-size: 18px;
        position: relative;
    }
    .producth4:before {
        width: 5px;
        height: 100%;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #1371b3;
    }
    .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: #000;
        font-weight: 500;
        padding-left: 25px;
        margin-bottom: 11px;
        text-align: justify;
    }
    .list-style-one li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        font-size: 14px;
        line-height: 1.6em;
        padding: 0px;
        color: rgb(0, 0, 0);
        font-weight: 900;
        font-family: FontAwesome;
    }
    .page_title {
        display: block;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .page_title em {
        display: inline-block;
        position: relative;
        color: #000000;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
        z-index: 1;
        font-style: normal;
        font-weight: 500;
    }
    .page_title:before {
        content: "";
        width: 40px;
        height: 4px;
        background: #f7921e;
        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;
        }
    }
    .btn-1 {
        text-transform: capitalize;
        position: relative;
        text-align: center;
        z-index: 1;
        font-size: 14px;
        font-weight: 600;
        min-width: 180px;
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
        letter-spacing: 1px;
        border-radius: 3px;
        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: #fff !important;
        margin-top: 30px;
    }
    .btn-1:hover {
        color: #fff;
    }
    .btn-1:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #FFF;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    .btn-1:hover:after {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
    .btn-3:hover {
        color: #FFF;
    }
    .btn-3:after {
        background-color: #1371b3;
    }
    .shop-page .text-box-details .btn-1 {
        margin-bottom: 25px;
    }
    /*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: #e77601;
        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 {
        font-size: 19px;
        line-height: 33px;
        font-weight: bold;
        color: #000;
    }
    .modal-header {
        background-color: #1572b4;
        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: 15px;
    }
    .btn-danger {
        background-color: #1572b4 !important;
        border-color: #1572b4 !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: #1572b4;
        color: #FFF !important;
        font-size: 16px;
        line-height: 13px;
        border-radius: 5px;
        padding: 6px 4px;
        border: 1px solid #1572b4;
    }
    /*----------------- 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;
    }
    .message {
        color: #000;
        font-weight: bold;
    }
    .message img {
        margin: 0px auto;
        display: block;
    }
    .carousel {
        position: relative;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .carousel-inner>.item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }
    .carousel-inner>.item>img {
        line-height: 1;
    }
    .carousel-inner>.active {
        display: block;
    }
    .carousel-inner>.active {
        left: 0;
    }
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        filter: alpha(opacity=50);
        opacity: .5;
    }
    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }
    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }
    @media screen and (min-width:768px) {
        .carousel-indicators {
            bottom: 20px;
        }
    }
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    border: 1px solid #aaaaaa;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.carousel-indicators li img {
    width: 80px;
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.fa-arrow-left {
    color: #000;
    top: 50%;
    position: absolute;
}

.fa-arrow-right {
    color: #000;
    top: 50%;
    position: absolute;
}