/*Translater Start here*/

#google_translate_element {
    margin: auto;
    display: inline-block;
    position: relative;
    padding: 22px 0px 22px 15px;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 0 !important;
}

.goog-te-gadget>div>img {
    background-image: url(../images/icon/lang.png) !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px !important;
    background-size: 25px 25px;
    background-position: center center !important;
    margin-top: -3px;
    margin-right: -5px;
}

#google_translate_element span a span:first-child {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #1e1d23 !important;
}

.header-with-topbar:hover .goog-te-gadget-simple .goog-te-menu-value span {
    color: rgb(92 95 98) !important;
}

.stickywhite .goog-te-gadget-simple .goog-te-menu-value span,
.sticky .goog-te-gadget-simple .goog-te-menu-value span {
    color: rgb(92 95 98) !important;
}

.goog-te-menu-value {
    margin-left: 0px !important;
}


/*Translater Over Now*/

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.construct-header .header-nav .nav>li>a:hover {
    color: #df7038;
}

footer .widget .widget-post-bx h5 {
    font-size: 14.5px;
    text-align: justify;
    color: #f2f2f2a3;
    font-weight: 400;
    line-height: 33px;
}

@media (max-width:1600px) {
    footer .widget .widget-post-bx h5 {
        font-size: 13px;
        line-height: 25px;
    }
}

.contact-info-bx li a {
    color: #fff;
}

.contact-info-bx li a:hover {
    color: #df7038;
}

footer .widget ul.contact-info-bx {
    margin-bottom: 20px;
}

footer .widget .widget-post-bx h5 span {
    color: #df7038;
    font-weight: 700;
}

.about__icon-w {
    display: none;
}

.icon-bx-wraper.style-6.box-hover.active .about__icon-w {
    display: block;
}

.icon-bx-wraper.style-6.box-hover.active .about__icon-o {
    display: none;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    opacity: 1;
    color: #777;
    line-height: 1;
    margin: 0 15px;
    padding: 15px 0;
    position: relative;
    display: inline-block;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "0";
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    border-radius: 5px;
    background: var(--primary);
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: var(--primary);
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    width: 100%;
}

.social-list.style-1 li a {
    height: 45px;
    width: 45px;
    background-color: #000;
    display: block;
    text-align: center;
    line-height: 45px;
}

.social-list.style-1 li a:hover {
    background-color: var(--primary);
    color: #fff !important;
}

.social-list.style-2 {
    margin: 0 -5px;
}

.social-list.style-2 li {
    display: inline-block;
    padding: 0 5px;
}

.social-list.style-2 li a {
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: var(--border-radius-base);
    color: #fff;
    box-shadow: 0 5px 15px -10px var(--primary);
}

.service-area {
    position: relative;
    z-index: 1;
}

.service-area:after {
    content: "";
    height: 25%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    background: #fff;
}

@media only screen and (max-width: 575px) {
    .service-area:after {
        height: 150px;
    }
}

.newsletter-bx {
    padding: 80px;
}

@media only screen and (max-width: 1680px) {
    .newsletter-bx {
        padding: 40px;
    }
}

.features-wraper-1 {
    position: relative;
}

.features-wraper-1 .icon-bx {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.features-wraper-1 .icon-bx-wraper {
    padding: 0 20px;
}

.features-wraper-1>div:not(:last-child) .icon-bx-wraper:after {
    content: "";
    height: 1px;
    border-bottom: 1px dashed var(--primary);
    right: -50%;
    top: 55px;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .features-wraper-1 .icon-bx-wraper {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .features-wraper-1>div:not(:last-child) .icon-bx-wraper:after {
        content: none;
    }
}

.clients-section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.clients-section-1-new {
    padding: 100px 0;
}

@media (max-width:991px) {
    .clients-section-1-new {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 575px) {
    .clients-section-1 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

.clients-logo {
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all 0.5s;
}

@media (max-width:992px) {
    .clients-logo {
        padding: 0 10px;
    }
}

.clients-logo img {
    margin: auto;
    transition: all 0.5s;
}

.clients-logo .logo-hover {
    display: none !important;
}

.clients-logo:hover .logo-main {
    display: none;
}

.clients-logo:hover .logo-hover {
    display: block !important;
}

.service-detail .dz-media {
    margin-bottom: 45px;
}

@media only screen and (max-width: 575px) {
    .service-detail .dz-media {
        margin-bottom: 30px;
    }
}

.video-section {
    height: 400px;
}

.port-detail .title {
    line-height: 1.5;
    font-weight: 800;
}

.port-detail .info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.port-detail .info-list li h2,
.port-detail .info-list li .h2 {
    margin: 0;
    width: 150px;
    letter-spacing: 6px;
    font-family: var(--font-family-title);
    font-weight: 400;
}

.port-detail .info-list li span {
    font-size: 18px;
    text-transform: uppercase;
    color: #212529;
    font-family: var(--font-family-title);
    letter-spacing: 3px;
    font-weight: 300;
}

@media only screen and (max-width: 575px) {
    .port-detail .info-list li {
        margin-bottom: 20px;
    }
    .port-detail .info-list li h2,
    .port-detail .info-list li .h2 {
        width: 100px;
    }
}

.line-img {
    background-position: center;
    background-size: 100%;
}

.section-title:after {
    content: attr(data-name);
    font-size: 100px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 700;
    z-index: -1;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: var(--font-family-base);
}

.section-title.style-1:after {
    top: 130px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.section-title.style-2:after {
    right: 100px;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    text-align: center;
}

@media only screen and (max-width: 1280px) {
    .section-title.style-1:after {
        font-size: 80px;
        line-height: 80px;
        top: 120px;
    }
    .section-title.style-2:after {
        font-size: 80px;
        line-height: 80px;
        top: 120px;
        writing-mode: unset;
        height: auto;
        transform: unset;
        right: 0;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.style-1:after,
    .section-title.style-2:after {
        font-size: 50px;
        line-height: 50px;
        top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title.style-1:after,
    .section-title.style-2:after {
        font-size: 36px;
        line-height: 36px;
        top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-head-bx .text-end,
    .section-head-bx .section-head {
        text-align: center !important;
    }
}


/* Support and Buy Button */

.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: flex;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-support-now {
    background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
    bottom: 70px;
}

.theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.theme-btn:focus,
.theme-btn:active,
.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn:focus span,
.theme-btn:active span,
.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}

.counter-area1 {
    position: relative;
}

.counter-area1 .counter-inner {
    padding: 60px 100px 40px;
    border-radius: var(--border-radius-base);
    overflow: hidden;
    background-image: url(../images/pattern/pattern1.png), url(../images/pattern/pattern2.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: right bottom, left top;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.counter-area1 .counter-inner .icon-bx-wraper {
    justify-content: center;
}

.counter-area1 .counter-inner .icon-bx-wraper .counter {
    font-size: 50px;
    color: #fff;
}

.counter-area1 .counter-inner .icon-bx-wraper .title {
    color: #fff;
    font-size: 1.125rem;
}

.counter-area1 .counter-inner .icon-bx-wraper:after {
    color: transparent;
    text-shadow: 0 0 1px var(--primary), 0 0 1px #fff, 0 0 1px #ffff;
    opacity: 0.3;
}

.counter-area1.half-bg:after {
    content: "";
    height: 85px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 1280px) {
    .counter-area1 .counter-inner {
        padding: 40px 50px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .counter-area1 .counter-inner {
        padding: 40px 30px 0px;
    }
}

.swiper-container.pagination-style1 .swiper-pagination-bullets {
    margin-top: 15px;
}

.swiper-container.pagination-style1 .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 45px;
    width: 45px;
    border-radius: 0;
    padding: 0;
    margin: 0 3px;
    line-height: 45px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-container.pagination-style1 .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: none;
}

.swiper-container.pagination-style1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background-color: var(--primary);
}

@media only screen and (max-width: 575px) {
    .swiper-container.pagination-style1 .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}


/* Silder One */


/* .header-nav .nav>li.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #df7038;
    color: #df7038;
}

.header-nav .nav>li.active::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 50%;
    background-color: #df7038;
    color: #df7038;
    transform: rotate(45deg) translateX(-50%);
}

.header-nav .nav>li {
    position: relative;
} */

.header-nav .nav>li.active a {
    color: #df7038;
}


/* ********************************************************************* */


/* .home__page--slider .item {
    height: 86vh;
    position: relative;
    width: 105%;
}

.home__page--slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__page--slider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.home__page--slider .item .cover .header-content {
    position: relative;
    padding: 70px 50px;
    overflow: hidden;
}

.home__page--slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 10px solid #df7038;
    -webkit-clip-path: polygon(0 0, 25% 0, 37% 100%, 0 100%);
    clip-path: polygon(0 0, 25% 0, 37% 100%, 0 100%);
}

.home__page--slider .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 28px;
    color: #fff;
}

.home__page--slider .item .cover .header-content h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 5px 0 0px;
    word-spacing: 2px;
    color: #fff;
}

.home__page--slider .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.home__page--slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.home__page--slider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.home__page--slider .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.home__page--slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.home__page--slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.home__page--slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
    line-height: 22px;
}

.home__page--slider .owl-nav .owl-prev:focus {
    outline: 0;
}

.home__page--slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.home__page--slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.home__page--slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
    line-height: 22px;
}

.home__page--slider .owl-nav .owl-next:focus {
    outline: 0;
}

.home__page--slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

.home__page--slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.home__page--slider:hover .owl-next {
    right: 0px;
    opacity: 1;
} */


/* ********************************************************************* */


/* CSS Multiple Whatsapp Chat */

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 360px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 65px;
    right: 20px;
    overflow: hidden;
    z-index: 999999999;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

@media (max-width:991px) {
    #whatsapp-chat {
        bottom: 60px;
    }
}

a.blantershow-chat {
    /* background: #e07038;
	*/
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 15px;
    right: 15px;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    align-items: center;
}

@media (max-width:991px) {
    a.blantershow-chat {
        font-size: 13px;
        padding: 5px 10px;
    }
}

@media (max-width:575px) {
    a.blantershow-chat {
        bottom: auto;
        top: 50%;
        right: -65px;
        transform: rotate(90deg);
    }
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    /* background: linear-gradient(to right top, #6f96f3, #164ed2);
	*/
    background: #e07038;
    background: #e07038;
    color: #fff;
    padding: 15px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}


/* .blanter-msg {
	color: #444;
	padding: 20px;
	font-size: 12.5px;
	text-align: center;
	border-top: 1px solid #ddd;
}
*/

textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 30px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 10px;
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }
    15% {
        background-color: #111;
    }
    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }
    25% {
        background-color: #111;
    }
    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }
    35% {
        background-color: #111;
    }
    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
        bottom: 40px;
        z-index: 99999999;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.1s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}


/* *********************************** */


/* ****************************************************** */

#whatsapp-chat .section-form {
    /* width: 37em; */
    /* margin: 3em auto; */
    background-color: #f3efe7;
    padding: 1em;
}

#whatsapp-chat .section-form .intro {
    margin-bottom: 1em;
}

#whatsapp-chat .section-form h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0.6em;
}

#whatsapp-chat .section-form h2 {
    text-align: center;
    font-size: 1.2307692308em;
}

#whatsapp-chat input[type=text] {
    height: 33px;
}

#whatsapp-chat input[type=text],
textarea {
    width: 100%;
    margin-bottom: 8px;
    font-size: 0.9em;
    color: #cfcece;
    font-weight: 300;
    padding: 0.5em 1em;
    border: none;
    color: #555;
    font-weight: 300;
}

#whatsapp-chat .section-form .btn {
    background: #df7038;
    color: #fff;
    padding: 3px 10px;
    margin-top: 5px;
    font-size: 13px;
}

a.blantershow-chat img {
    width: 35px;
    margin-right: 10px;
}

@media (max-width:991px) {
    a.blantershow-chat img {
        width: 28px;
    }
}


/* ************************************************************ */

.content-block {
    margin-top: 0px;
}

.top-bar {
    background: #25282c;
    position: relative;
    z-index: 1;
    border: 0;
    color: #fff;
    padding: 0;
    transition: all 500ms;
}

.top-bar .dz-topbar-right ul li a,
.top-bar .dz-topbar-left ul li a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
}

@media (max-width:991px) {
    .top-bar .dz-topbar-right ul li a,
    .top-bar .dz-topbar-left ul li a {
        padding: 10px 5px;
        font-size: 13px;
    }
}

.top-bar:after {
    background: var(--primary);
    content: "";
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 100%;
    top: 0;
    right: calc(50% + 250px);
    transform: skewX(30deg);
    border-right: 4px solid #fff;
}

@media (max-width:1199px) {
    .top-bar:after {
        right: calc(50% + 125px);
    }
}

@media (max-width:991px) {
    .top-bar:after {
        right: calc(50% + 35px);
    }
}

@media (max-width:767px) {
    .top-bar:after {
        right: calc(50% + 250px);
    }
}

@media (max-width:560px) {
    .top-bar:after {
        right: calc(60% + 225px);
    }
}

.top-bar .dz-topbar-right ul li:last-child a,
.top-bar .dz-topbar-left ul li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width:767px) {
    .top-bar .dz-topbar-inner {
        flex-direction: column;
    }
    .top-bar .dz-topbar-left li {
        padding: 10px 0 0;
    }
    .top-bar .dz-topbar-right ul li a,
    .top-bar .dz-topbar-left ul li a {
        border-left: 0;
    }
    .top-bar .dz-topbar-right ul li:last-child a,
    .top-bar .dz-topbar-left ul li:last-child a {
        border-right: 0;
    }
}

@media (max-width:360px) {
    .top-bar .dz-topbar-left li {
        padding: 10px 0 0;
    }
}


/* *****************************************************************************************
                                Inner pages css
******************************************************************************************* */


/* *****************************************************************************************
                                about pages css
******************************************************************************************* */

.about__page .visio__section img {
    /* width: 100%; */
}

.about__page .visio__section .dz-separator.style-1 {
    margin: 0 auto;
}

.about__page .list-settings li:before {
    font-size: 20px;
}

@media (max-width:575px) {
    .about__page .list-settings li:before {
        font-size: 18px;
        top: 6px;
    }
}

.about__page .list-settings li {
    padding: 8px 5px 8px 35px;
    color: #777777;
}

.about__page .shoe-h {
    display: none;
}

.about__page .icon-bx-wraper.style-9.active .icon-bx .icon-cell .shoe-h {
    display: inherit;
}

.about__page .icon-bx-wraper.style-9.active .icon-bx .icon-cell .show-w {
    display: none;
}

.about__page .icon-bx-wraper.style-9 .icon-bx {
    background-color: #e7e7e7;
}


/* *****************************************************************************************
                                Process pages css
******************************************************************************************* */

.process__page .icon-bx-sm {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.process__page .grid {
    position: relative;
}


/* Common style */

.process__page .grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.process__page .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

.process__page .grid figure figcaption {
    padding: 2em;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 1.40em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.process__page .grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.process__page .grid figure figcaption,
.process__page .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.process__page .grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.process__page .grid figure h2 {
    /* word-spacing: -0.15em; */
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 25px;
}

@media (max-width:1660px) {
    .process__page .grid figure h2 {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media (max-width:420px) {
    .process__page .grid figure h2 {
        margin-top: 0;
        font-size: 16px;
    }
}

.process__page .grid figure h2 span {
    font-weight: 800;
}

.process__page .grid figure p {
    letter-spacing: 1px;
    font-size: 90%;
}

@media (max-width:1660px) {
    .process__page .grid figure p {
        font-size: 68%;
        margin: 0;
    }
}


/*---------------*/


/***** Dexter *****/


/*---------------*/

.process__page figure.effect-dexter {
    background: linear-gradient(to bottom, rgb(11 11 11) 0%, rgba(104, 60, 19, 1) 100%);
}

.process__page figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.process__page figure.effect-dexter:hover img {
    opacity: 0.3;
}

.process__page figure.effect-dexter figcaption::after {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    height: 100%;
    border: 5px solid #df7038;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

@media (max-width:420px) {
    .process__page figure.effect-dexter figcaption::after {
        right: 5px;
        left: 5px;
        bottom: 5px;
        border: 2.5px solid #df7038;
    }
}

.process__page figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.process__page figure.effect-dexter figcaption {
    padding: 1em;
    text-align: center;
}

.process__page figure.effect-dexter p {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    text-align: center;
}

@media (max-width:420px) {
    .process__page figure.effect-dexter p {
        right: 10px;
        bottom: 10px;
        left: 10px;
        margin: 0;
        font-size: 12px;
        line-height: 17px;
    }
}

.process__page figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* *****************************************************************************************
                                Quality pages css
******************************************************************************************* */

.quality__page .quality__contant {
    margin-top: 25px;
}

.quality__page .quality__contant h5 {
    margin-bottom: 30px;
}

.quality__page .quality__contant .list-settings li:before {
    font-size: 25px;
    top: 0;
}

@media (max-width:575px) {
    .quality__page .quality__contant .list-settings li:before {
        font-size: 18px;
        top: 6px;
    }
}

.quality__page .quality__contant .list-settings li {
    padding: 8px 5px 8px 39px;
}

.quality__page .quality__img img {
    width: 100%;
}

.quality__page .quality__img {
    margin-bottom: 25px;
}


/* *****************************************************************************************
                                Contact pages css
******************************************************************************************* */


/* *****************************************************************************************
                                Product pages css
******************************************************************************************* */

.product__page .gallery {
    width: 100%;
    max-width: 620px;
    margin: 0px auto 30px;
    /* position: relative;
    overflow: hidden; */
}

.product__page .gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.product__page .gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
}

.product__page .gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.product__page .gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.product__page .gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}

.product__page .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.product__page .gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.product__description p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
}

.product__table .product__table--img img {
    width: 100%;
}

.product__table--img table thead tr th {
    text-align: center;
    background: #df7138;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.product__table--img table tbody tr th {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    color: #777777;
}

.product__table--img table tbody tr td {
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}

@media (max-width:767px) {
    .product__table--img table thead tr th {
        font-size: 15px;
        font-weight: 500;
    }
    .product__table--img table tbody tr th {
        font-size: 15px;
        font-weight: 500;
    }
    .product__table--img table tbody tr td {
        font-size: 15px;
        font-weight: 500;
        ;
    }
}

@media (max-width:1199px) {
    .section-head.style-1 {
        /* margin-bottom: 0; */
    }
}

@media (max-width:991px) {
    .product__table--none table {
        margin-top: 25px;
    }
    .product__table {
        padding-bottom: 70px;
    }
}

@media (max-width:767px) {
    .section-head.text-center p br {
        display: none;
    }
    .section-head p {
        font-size: 14px;
        line-height: 25px;
    }
    footer .widget {
        margin-bottom: 30px;
    }
}

@media (max-width:575px) {
    .about__page .icon-bx-wraper.style-9 .icon-bx {
        margin-right: 5px;
    }
    .about__page .list-settings li {
        padding: 8px 5px 8px 20px;
    }
}

.overlay .dz-media {
    background-color: #00000024;
}

.section-head.text-center p a:hover strong {
    color: #000;
}

.icon-content p {
    text-align: justify;
    font-size: 13.5px;
    line-height: 25px;
}

.widget-post-bx {
    margin-top: -3px;
}

.about__page--hover p a:hover strong {
    color: #000 !important;
}

.product__table--none {
    display: none;
}

.product__table--block {
    display: block;
}

@media (max-width:991px) {
    .product__table--none {
        display: block;
    }
    .product__table--block {
        display: none;
    }
}

.product__page .swiper-button-next,
.product__page .swiper-button-prev {
    color: #df7038 !important;
}

.contact__page .contact-area form .form-control {
    background-color: #e7e7e7c2;
    border: 1px solid transparent;
    width: 100%;
    margin: 0;
}

.contact__page .contact-area form .form-control:hover {
    border: 1px solid #767676;
}

.contact__page .contact-area form .form-control:focus {
    border-color: #df7038;
    background-color: #fff;
}

.contact__page .contact-area form .input-group {
    flex-direction: column;
    text-align: left;
}

.contact__page .contact-area form .input-group span.error-message {
    color: red;
    text-align: left;
    margin-top: 5px;
}

#whatsapp-chat .section-form span#mail-success-message,
span#cont-success-message {
    color: #4BB543;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
}

#whatsapp-chat .section-form span.error-message {
    color: red;
    text-align: left;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

#whatsapp-chat input.is-invalid::placeholder {
    color: red;
}

#whatsapp-chat textarea.is-invalid::placeholder {
    color: red;
}

#whatsapp-chat textarea {
    height: 70px;
    margin-bottom: 0;
}


/*Translater Over Now*/

.preloader1 {
    background-color: #fff;
    background-image: url(../images/logo/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-size: 55%;
}

@media (max-width:575px) {
    .preloader1 {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .sub-menu-bar.active .sub-menu {
        display: block !important;
    }
}

#slick_marquee .owl-controls {
    display: none !important;
}

#slick_marquee .owl-item .inner {
    text-align: center;
}


/* @media (max-width:460px) {
    #slick_marquee .owl-item {
        width: 215px !important;
    }
}

@media (max-width:420px) {
    #slick_marquee .owl-item {
        width: 195px !important;
    }
}

@media (max-width:360px) {
    #slick_marquee .owl-item {
        width: 145px !important;
        margin: 0 10px;
    }
}

@media (max-width:320px) {
    #slick_marquee .owl-item {
        width: 135px !important;
        margin: 0 4px;
    }
}

@media (max-width:310px) {
    #slick_marquee .owl-item {
        width: 280px !important;
        margin: 0 4px;
    }
} */