@import url('https://fonts.googleapis.com/css2?family=Bungee+Outline&display=swap');
/* ::-webkit-scrollbar {
                 display: none;
             }
              */

html.translated-ltr .nav-scroll {
    position: sticky !important;
    top: 41px !important;
}

.navigation-menu {
    /* background: rgba(3, 77, 162, 0.9); */
}

.new-header {
    position: fixed !important;
    background-color: rgba(3, 77, 162, 0.9);
    transition: all 700ms !important;
    padding-top: 5px !important;
}

.footer .footer-head .sidebar-widget .sidebar-widget--contacts .contacts--contact-info li:not(:last-child) {
    margin-bottom: 5px !important;
}

i.fa.fa-circle {
    font-size: 8px !important;
}

.footer i.fa.fa-map-marker {
    margin-bottom: 34%;
}

.mvv_section a.content-wrapper--link :hover {
    color: #034da2;
}

section.large-section.quote-section.bg-position-center.bg-attachment-fixed.overlay.bg-size-cover.tv__section.dark-overlay:after {
    background-color: rgba(0, 0, 0, 0.59) !important;
}

.three_product_section .recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content a h3 {
    font-size: 38px;
    line-height: 0 !important;
}
@media (max-width:1440px){
    .three_product_section .recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content a h3{
        font-size: 25px;
    }
}
.menu__custom ul li {
    font-size: 30px;
}

.menu__custom ul li i {
    color: #fff;
    font-size: 20px;
}

.menu__custom:after {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.portfolio-slider-type-1 .portfolio-item .portfolio-item--content-wrapper .content-wrapper--box-tilt .box-tilt--title,
.portfolio-slider-type-1 .portfolio-item .portfolio-item--content-wrapper .content-wrapper--box-tilt .box-tilt--tag {
    color: #000;
}

.menu__custom ul li ul li {
    font-size: 25px;
}

.drop_sub li a {
    color: #918b8b !important;
}

.menu__custom ul li ul li a {
    color: #a8a8a8;
}

.menu__custom ul li ul li a:hover {
    color: #034da2;
}

.info-banners-type-1 .content-wrapper .black-background .content-wrapper--content .content--description-wrapper .content-wrapper--link i {
    margin-left: 13px !important;
}

.section-heading .section-heading--title {
    line-height: 1.2 !important;
    padding-bottom: 17px !important;
}

.three_product_section .recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content a:hover h3 {
    color: #fff !important;
}

.recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--link i {
    margin-left: 15px !important;
}

.text__align_justify {
    text-align: justify;
}

.custom_max-width {
    max-width: 95% !important;
}

#nav1 li ul {
    display: none;
}

#nav2 li {
    font-size: 16px;
}

/* ===========font css====== */

.bg_text {
    position: absolute;
    /* left: 50%; */
    top: 50%;
    z-index: 99;
    transform: translate(5%, -242%);
}

.bg_strock_text {
    font-size: 156px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    line-height: 1 !important;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* ===== font css end==== */
/* ===== wp css start====== */

#notification {
    position: fixed;
    bottom: 77px;
    left: 24px;
    z-index: 1000;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 300px;
    height: auto;
    padding: 20px;
}

#notification p {
    text-align: justify;
    color: #000
}

#notification a {
    color: #000 !important;
    font-weight: 600;
}

.whatsappicon {
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 99;
    width: 55px;
}

.whatsappicon img {
    width: 45px;
}

.tableimg {
    width: 50px;
}

@media (max-width:1199px) {
    .whatsappicon {
        width: 40px;
    }
}

/* === wp css end===== */
/* bottom to top css start */

#toptobottombutton {
    display: inline-block;
    background-color: #034da2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#toptobottombutton:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: #000;
}

#toptobottombutton.show {
    opacity: 1;
    visibility: visible;
}

/* bottom to top css end */
/* ===search css start===== */

#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all .5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 9999;
}

#search:target .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: .5rem;
    right: 2rem;
}

.close-btn:hover {
    color: #034da2;
}

/* ====search css end==== */

.select_lang {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

/* loader css start */

.preloader1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #104A94;
    z-index: 1111111;
}

.preloader1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
}

/* loader css start */
/*Translater Start here*/

a#google_translate_element {
    width: 25px;
    height: 50px;
    cursor: pointer;
}

@media (max-width:991px) {
    a#google_translate_element {
        width: 35px;
    }
}

.skiptranslate.goog-te-gadget {
    color: rgba(81, 168, 177, 0);
    margin-top: -8px;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    color: #666;
    cursor: pointer;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    width: 42px;
    position: relative;
    left: 7%;
}

.article-item-title a {
    color: #195259cf !important;
}

.article-item-category,
.article-item-category a {
    color: #195259 !important;
}

.goog-te-gadget .goog-te-combo {
    background-image: url(../img/google.png) !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-position: center center !important;
    border: none;
    color: transparent;
    background-color: transparent;
}

.goog-te-combo>option {
    color: #000 !important;
}

.goog-te-gadget .goog-te-combo {
    margin-left: 0% !important;
}

@media (max-width:991px) {
    .goog-te-gadget .goog-te-combo {
        margin-left: 7% !important;
    }
}

.goog-te-gadget .goog-te-combo {
    margin-top: 20px !important;
}

/*Translater Over Now*/

.select_lang a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 300;
    /* opacity: .7; */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 10px;
}

/* === home page responsive css start===== */

@media (max-width: 1540px) {
    .large-section {
        padding: 180px 0;
    }

    .navigation-menu {
        padding: 20px 40px;
    }

    .bg_strock_text {
        font-size: 125px;
    }

    .bg_text {
        transform: translate(3%, -243%);
    }

    .info-banners-type-1 .image-wrapper {
        height: 330px;
    }
}

@media (max-width: 1440px) {
    .info-banners-type-1 .image-wrapper {
        height: 315px;
    }

    .bg_text {
        transform: translate(0%, -232%);
    }
}

@media (max-width: 1360px) {
    .navigation-menu {
        padding: 10px 40px;
    }

    .info-banners-type-1 .image-wrapper {
        height: 300px;
    }

    .three_product_section .recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content a h3 {
        font-size: 25px;
    }

    .bg_strock_text {
        font-size: 116px;
    }

    .bg_text {
        transform: translate(1%, -233%);
    }

    .hero-header {
        height: 93vh;
    }
}

@media (max-width: 1280px) {
    .three_product_section .recent-posts-type-2 .recent-posts-wrapper--content-wrapper .content-wrapper--content a h3 {
        font-size: 25px;
    }

    h2 {
        font-size: 45px;
    }

    h5 {
        font-size: 22px;
    }

    .navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
        max-width: 110px;
    }

    .navigation-menu {
        padding: 15px 30px;
    }

    .info-banners-type-1 .image-wrapper {
        height: 270px;
    }

    .bg_strock_text {
        font-size: 110px;
    }

    .bg_text {
        transform: translate(0%, -233%);
    }

    .footer i.fa.fa-map-marker {
        margin-bottom: 39%;
    }

    .hero-header {
        height: 90vh;
    }
}

@media (max-width: 1200px) {
    .hero-header {
        height: 85vh;
    }
}

@media (max-width: 1199px) {
    .section-heading {
        max-width: 800px;
    }

    .footer i.fa.fa-map-marker {
        margin-bottom: 14%;
    }

    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content {
        height: 300px !important;
    }

    .bg_strock_text {
        font-size: 104px;
    }

    .bg_text {
        transform: translate(0%, -289%);
    }

    .hero-header {
        height: 84vh;
    }
    .large-section {
        padding: 100px 0;
    }
}

@media (max-width: 1024px) {
    .info-banners-type-1 .image-wrapper {
        height: 500px;
    }

    .hero-header {
        height: 76vh;
    }

    .swiper-hero {
        height: 95%;
    }

    .about-company {
        padding-top: 70px !important;
    }
}

@media (max-width: 992px) {
    .whatsappicon img {
        width: 40px;
    }

    .hero-header {
        height: 74vh;
    }

    .about-company {
        padding-top: 50px !important;
    }
}

@media (max-width: 991px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 5.5px;
        width: 15.5%;
    }

    .custom__textc {
        text-align: center;
    }

    .bg_text {
        transform: translate(0%, -403%);
    }

    .footer i.fa.fa-map-marker {
        margin-bottom: 5%;
    }
    h2 {
        font-size: 30px;
    }

    h5 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .hero-header {
        height: 80vh;
    }

    .large-section {
        padding: 100px 0;
    }

    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 7.5px;
        width: 14.5%;
    }

    .select_lang {
        margin-right: 5px;
    }

    .bg_strock_text {
        font-size: 35px !important;
    }

    .bg_text {
        transform: translate(0%, -424%);
    }

    .tile-view-widget {
        display: none;
    }

    .swiper-hero {
        min-height: 0px;
    }

    .hero-header {
        height: 55vh;
    }
}

@media (max-width: 560px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 7.5px;
        width: 13.5%;
    }

    h5 {
        font-size: 20px;
    }

    .info-banners-type-1 .content-wrapper .black-background .content-wrapper--content {
        height: 200px !important;
    }

    .info-banners-type-1 .image-wrapper {
        height: 300px;
    }

    .bg_text {
        transform: translate(0%, -756%);
    }

    .swiper-hero {
        min-height: 75% !important;
    }

    .hero-header {
        height: 40vh;
    }

    .slider_pt {
        padding-top: 80px;
    }
}

@media (max-width: 420px) {
    .bg_strock_text {
        font-size: 39px;
    }

    .bg_text {
        transform: translate(0%, -809%);
    }
}

@media (max-width: 460px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 8.5px;
        width: 20.5%;
    }

    .navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
        max-width: 90px;
    }

    #toptobottombutton {
        width: 30px;
        height: 30px;
        line-height: 32px;
        bottom: 54px;
        right: 20px;
    }

    .whatsappicon {
        bottom: 54px;
        left: 20px;
    }

    .select_lang {
        margin-right: 12px;
    }

    .navigation-menu {
        padding: 10px 15px;
    }

    .footer .footer-head .sidebar-widget {
        margin-bottom: 20px;
    }

    .slider_pt {
        padding-top: 35px;
    }

    .hero-header {
        height: 37vh;
    }
}

@media (max-width: 420px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 9.5px;
        width: 28.5%;
    }

    #notification {
        bottom: 65px;
        left: 19px;
    }

    .info-banners-type-1 .image-wrapper {
        height: 250px;
    }

    .large-section {
        padding: 80px 0;
    }

    .hero-header {
        height: 34vh;
    }
}

@media (max-width: 375px) {
    .navigation-menu {
        padding: 10px 15px;
    }

    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 6.5px;
        width: 28.5%;
    }
}

@media (max-width: 360px) {
    .bg_strock_text {
        font-size: 24px;
    }

    .hero-header {
        height: 31vh;
    }
}

@media (max-width: 320px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 6.5px;
        width: 28.5%;
    }

    #notification {
        bottom: 62px;
        left: 10px;
    }

    .hero-header {
        height: 28vh;
    }
}

/* ======home page responsive end====== */

.navigation-menu {
    padding: 25px 65px 5px;
}

@media (max-width:1280px) {
    .navigation-menu {
        padding-top: 5px;
    }
}

/* ================================================================================ */
/* ================= inner pages css start======= */

.custom__section {
    padding: 150px 0;
}

/* ==== breadcrumb css start===== */

.breadcrumbs-type-1 {
    height: 400px !important;
}

.breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner {
    padding-top: 72px !important;
}

a.breadcrum_a_color {
    color: #70bff6 !important;
}

/* ==== breadcrumb css end===== */
/* ==== about us page css start===== */

.mb20 {
    margin-bottom: 20px;
}

.about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper {
    max-width: 800px !important;
}

/* ==== about us page css end===== */
/* ===== blog page css start===== */

.blog-metro {
    padding: 150px 0 !important;
}

.blog-hover-effect-wrapper {
    padding: 28px 14px !important;
}

/* ===== blog page css end===== */
/* ===== blog details page css start===== */

.blog_custom__section {
    padding: 80px 0;
}

/* ===== blog details page css end===== */
/* ===== infa page css start==== */

.scale-3d-hover-effect .grid-inner--description-wrapper .description-wrapper--content {
    justify-content: inherit !important;
}

.infrastructure_page i {
    color: #fff;
}

/* ========== */

.infamb {
    margin-bottom: 2%;
}

.infrastructure_page .box {
    position: relative;
    box-shadow: 0 0 5px #555;
}

.infrastructure_page .box:before,
.infrastructure_page .box:after {
    content: "";
    width: 0;
    height: 0;
    background: rgba(239, 125, 28, 0.5);
    position: absolute;
    transition: all 0.5s ease 0s;
}

.infrastructure_page .box:before {
    top: 0;
    left: 0;
}

.infrastructure_page .box:after {
    bottom: 0;
    right: 0;
}

.infrastructure_page .box:hover:before,
.infrastructure_page .box:hover:after {
    width: 100%;
    height: 100%;
}

.infrastructure_page .box img {
    width: 100%;
    height: auto;
}

.infrastructure_page .box .social-links {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.infrastructure_page .box:hover .social-links {
    opacity: 1;
}

.infrastructure_page .box .social-links li {
    display: inline-block;
    margin-right: 5px;
}

.infrastructure_page .box .social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 15px;
    color: #000;
}

.infrastructure_page .box .social-links li a:hover {
    background: #000;
    color: #fff;
}

.infrastructure_page .box .social-links li a:hover i {
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.infrastructure_page .box .social-links li a i {
    font-size: 22px;
    line-height: 40px;
}

@-webkit-keyframes loading {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loading {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 990px) {
    .infrastructure_page .box {
        margin-bottom: 20px;
    }
}

/* ==== infa page css end====== */
/* ==== product page css start==== */

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper {
    height: 100% !important;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item {
    padding: 0 15px 110px 15px !important;
}

.activesidebar {
    color: #034da2 !important;
}

/* ==== product page css end==== */
/* ==== product details page css start===== */

.product_details_page .table-bordered td,
.product_details_page .table-bordered th {
    border: 1px solid #295a8c99 !important;
}

.product_details_page .table td {
    color: #ffffff75 !important;
}

.product_details_page .table th {
    color: #c9c4c4 !important;
}

.product_details_page table {
    white-space: nowrap;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ==== slider css start==== */

.product_details_page .swiper-container {
    width: 100%;
    /* height: 300px; */
    margin: 20px auto;
}

.product_details_page .swiper-slide-container {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: 100%;
    max-width: 600px;
    margin: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product_details_page .gallery-top {
    height: 80%;
    width: 100%;
}

.product_details_page .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product_details_page .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.product_details_page .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/* ==== slider css end===== */

.thumbs_img {
    max-width: 90% !important;
}

.custom__section1 {
    padding: 50px 0 0;
}

section.team-section.custom__section {
    padding: 0 0 50px 0 !important;
}

/* ======= */

.product_details_page .single-product-section .product-information .product-information--product-description .product-description--price {
    margin-top: 0px !important;
    font-size: 18px !important;
}

.product_details_page .single-product-section .product-information .product-information--product-description h3 {
    margin-bottom: 0px !important;
}

/* ====== */

.product_details_page .swiper-slide-container img {
    border: 1px solid #fff;
    background: transparent !important;
    max-width: 50%;
}

/* ==== */
/* ==== product details page css end===== */
/* ===packing details page css start==== */

.packing_details_page .table-bordered td,
.packing_details_page .table-bordered th {
    border: 1px solid #295a8c99 !important;
}

.packing_details_page .table td {
    color: #ffffff75 !important;
}

.packing_details_page .table th {
    color: #c9c4c4 !important;
}

.packing_details_page table {
    white-space: nowrap;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* =====table======  */
/* ===packing details page css end==== */
/* === contact us page css start===== */

.contact_page .services-type-1--inner-wrapper.tilt-wrapper {
    height: 300px;
}

/* ====contact us page css end==== */
/* ===e-catalogue page css start=== */

.catalogue_page .box {
    background: transparent;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.catalogue_page .box:hover {
    background: linear-gradient(#034da2, #7bcbff);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
}

.catalogue_page .box:before,
.catalogue_page .box:after,
.catalogue_page .box .box-content:before,
.catalogue_page .box .box-content:after {
    content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.3s;
}

.catalogue_page .box:after {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0;
}

.catalogue_page .box .box-content:before,
.catalogue_page .box .box-content:after {
    height: 0;
    width: 4px;
    left: auto;
    right: 5%;
    top: 0;
}

.catalogue_page .box .box-content:after {
    right: auto;
    top: auto;
    bottom: 0;
    left: 5%;
}

.catalogue_page .box:hover:before,
.catalogue_page .box:hover:after {
    width: 80%;
}

.catalogue_page .box:hover .box-content:before,
.catalogue_page .box:hover .box-content:after {
    height: 80%;
}

.catalogue_page .box img {
    width: 100%;
    height: auto;
    /* transform: scale(1.25); */
    transition: all 0.3s ease;
}

.catalogue_page .box:hover img {
    opacity: 0.2;
    transform: scale(1.2);
}

.catalogue_page .box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.catalogue_page .box .inner-content {
    color: #fff;
    width: 70%;
    overflow: hidden;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.catalogue_page .box .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
    color: #fff;
}

.catalogue_page .box .post {
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}

.catalogue_page .box:hover .title,
.catalogue_page .box:hover .post {
    opacity: 1;
    transform: rotate(0);
}

.catalogue_page .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13%;
}

.catalogue_page .box .icon li {
    margin: 0 5px;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: left top;
    transition: all 0.3s ease;
}

.catalogue_page .box:hover .icon li {
    transform: rotate(0);
}

.catalogue_page .box .icon li a {
    color: #034da2;
    background: #fff;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.catalogue_page .box .icon li a:hover {
    color: #fff;
    background: #034da2;
    /* border-radius: 0 50%; */
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width:990px) {
    .catalogue_page .box {
        margin: 0 0 30px;
    }
}

/* ===e-catalogue page css end=== */
/* ====certificate page css start===== */

.certificates__page .box {
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.certificates__page .box img {
    width: 100%;
    height: auto;
}

.certificates__page .box .box-content {
    width: 100%;
    height: 100%;
    padding: 70% 10px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.certificates__page .box:hover .box-content {
    opacity: 1;
}

.certificates__page .box:before,
.certificates__page .box:after,
.certificates__page .box-content:before,
.certificates__page .box-content:after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: #034da2cf;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.certificates__page .box:after,
.certificates__page .box-content:after {
    left: auto;
    right: 0;
}

.certificates__page .box:before {
    transform: rotate(-90deg);
    transform-origin: right bottom;
}

.certificates__page .box:after {
    transform: rotate(90deg);
    transform-origin: left bottom;
}

.certificates__page .box-content:before,
.certificates__page .box-content:after {
    top: auto;
    bottom: 0;
    z-index: -1;
}

.certificates__page .box-content:before {
    transform: rotate(90deg);
    transform-origin: top right;
}

.certificates__page .box-content:after {
    transform: rotate(-90deg);
    transform-origin: top left;
}

.certificates__page .box:hover:before,
.certificates__page .box:hover:after,
.certificates__page .box:hover .box-content:before,
.certificates__page .box:hover .box-content:after {
    transform: rotate(0);
    opacity: 1;
}

.certificates__page .box .title {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #fff;
}

.certificates__page .box .post {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}

.certificates__page .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.certificates__page .box .icon li {
    display: inline-block;
    margin-right: 10px;
}

.certificates__page .box .icon li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    /* background: #fff; */
    /* border-radius: 10px; */
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.certificates__page .box .icon li a:hover {
    background: #fff;
    /* border-radius: 50%; */
    color: #000;
}

@media only screen and (max-width:990px) {
    .certificates__page .box {
        margin-bottom: 30px;
    }
}

/* ====certificate page end start===== */
/* ===== export page css start====== */

.export__slider img {
    width: 170px;
    height: 100px;
    border: 1px solid #eee;
}

.export_text h6 {
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}

/* =====export page css end===== */
/* ================ responsive css start================ */

@media (max-width:1900px) {}

@media (max-width:1540px) {
    .export_page .section-heading--title {
        font-size: 46px;
    }

    .blog_custom__section {
        padding: 80px 0 0;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 460px;
    }
}

@media (max-width:1440px) {
    .custom__section {
        padding: 100px 0;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 422px;
    }

    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions {
        padding: 0px 140px !important;
    }
}

@media (max-width:1360px) {
    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 400px;
    }
}

@media (max-width:1280px) {
    section.about-company.large-section.overlay.dark-overlay.bg-size-cover.bg-position-center {
        padding: 80px 0 180px;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 375px;
    }
}

@media (max-width:1200px) {
    .bg_strock_text {
        font-size: 103px;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 350px;
    }
}

@media (max-width:1199px) {
    .info-banners-type-1 .image-wrapper {
        height: 500px;
    }

    .custom__Pb {
        padding-bottom: 50px;
    }

    .custom__contact_pb {
        padding-bottom: 30px;
    }

    .about-company .about-company--inner-wrapper .image-wrapper .image {
        width: 90%;
    }
    section.about-company.large-section.overlay.dark-overlay.bg-size-cover.bg-position-center {
        padding: 120px 0 !important;
    }
}

@media (max-width:1024px) {
    .bg_strock_text {
        font-size: 86px;
    }

    .blog-metro {
        padding: 100px 0 !important;
    }

    .about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper {
        max-width: 700px !important;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 310px;
    }
}

@media (max-width:992px) {
    .bg_strock_text {
        font-size: 84px;
    }

    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box .description-box--description {
        padding: 50px 15px;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 287px;
    }

    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions {
        padding: 0px 120px !important;
    }
}

@media (max-width:991px) {
    .accordions-type-1 {
        top: 95%;
    }

    .custom__section1 {
        padding: 0 0;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .about-section .about-section--inner-wrapper .inner-wrapper--content-wrapper {
        max-width: 800px !important;
    }

    section.accordions-section.export.custom__section {
        padding: 100px 0 200px !important;
    }
}

@media (max-width:768px) {
    .blog-hover-effect-wrapper .grid-inner--post-content .post-content--title h5 {
        line-height: 1.2 !important;
        font-size: 15px;
    }

    .about-company .about-company--inner-wrapper .image-wrapper .image {
        width: 100%;
        height: 250px;
    }

    .navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
        max-width: 73px;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 220px;
    }

    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--content-wrapper .content-wrapper--description-box .description-box--description {
        padding: 20px 15px;
    }

    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions {
        padding: 0px 80px !important;
    }
}

@media (max-width: 767px) {
    .navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
        max-width: 69px;
    }

    .bg_strock_text {
        font-size: 62px;
    }

    .custom__contact_pb {
        padding-bottom: 0px;
    }

    .about-company .about-company--inner-wrapper .image-wrapper .image {
        width: 100%;
    }

    .contact_page .services-type-1--inner-wrapper.tilt-wrapper {
        height: 250px;
    }

    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 600px !important;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 390px !important;
    }
}

@media (max-width: 560px) {
    .contact_page .services-type-1--inner-wrapper.tilt-wrapper {
        height: 250px;
    }

    .navigation-menu {
        padding: 5px 25px;
    }

    .bg_strock_text {
        font-size: 42px !important;
    }

    .blog-metro {
        padding: 50px 0 !important;
    }

    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions {
        padding: 0px 165px !important;
    }

    .theiaStickySidebar {
        padding-top: 50px !important;
    }

    section.shop-section.custom__section {
        padding: 50px 0 0;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 260px !important;
    }
}

@media (max-width: 520px) {
    .bg_strock_text {
        font-size: 39px !important;
    }

    .bg_text {
        transform: translate(0%, -809%);
    }

    .info-banners-type-1 .image-wrapper {
        height: 300px;
    }

    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 550px !important;
    }

    .accordions-type-1 {
        padding: 30px;
    }
}

@media (max-width: 460px) {
    .bg_strock_text {
        font-size: 33px !important;
    }

    .bg_text {
        transform: translate(0%, -889%);
    }

    .accordions-type-1 {
        top: 80%;
    }

    .custom__Pb {
        padding-bottom: 15px;
    }

    .whatsappicon img {
        width: 33px;
    }

    #notification {
        bottom: 54px;
        left: 18px;
    }

    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 250px !important;
    }

    .breadcrumbs-type-1 {
        height: 300px !important;
    }

    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner {
        padding-top: 60px !important;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 200px !important;
    }
}

@media (max-width: 435px) {
    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 207px;
    }
}

@media (max-width: 420px) {
    .bg_strock_text {
        font-size: 28px !important;
    }

    .bg_text {
        transform: translate(1%, -951%);
    }

    .custom__section {
        padding: 80px 0;
    }

    .shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions {
        padding: 0px 95px !important;
    }

    .about-company .about-company--inner-wrapper .image-wrapper .image {
        height: 200px;
    }

    .slider_pt {
        padding-top: 80px;
    }

    section.about-company.large-section.overlay.dark-overlay.bg-size-cover.bg-position-center {
        padding: 80px 0;
    }

    section.team-section.custom__section.custom___overflow h2 {
        font-size: 40px;
    }
}

@media (max-width: 417px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 8.5px;
        width: 28.5%;
    }

    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 136px;
    }

    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner {
        padding-top: 100px !important;
    }

    .breadcrumbs-type-1 .breadcrumbs--breadcrumbs-inner .breadcrumbs-inner--page-title {
        font-size: 30px;
    }

    .footer i.fa.fa-map-marker {
        margin-bottom: 16%;
    }
}

@media (max-width: 376px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 7.5px;
        width: 28.5%;
    }
}

@media (max-width: 375px) {
    .contact_page .services-type-1--inner-wrapper.tilt-wrapper {
        height: 223px;
    }

    .services-type-1 .services-type-1--inner-wrapper {
        padding: 15px 30px;
    }

    .bg_strock_text {
        font-size: 25px !important;
    }

    .bg_text {
        transform: translate(0%, -927%);
    }

    .two-sides-section .two-sides-section--inner-wrapper .inner-wrapper--image-wrapper {
        height: 165px;
    }

    .whatsappicon {
        bottom: 8px;
    }

    #toptobottombutton {
        bottom: 8px;
    }
}

@media (max-width: 375px) {
    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 180px !important;
    }

    section.team-section.custom__section.custom___overflow h2 {
        font-size: 32px;
    }
}

@media (max-width: 360px) {
    .blog-hover-effect-wrapper .grid-inner--post-content .post-content--meta {
        display: none;
    }

    .blog-metro {
        padding: 30px 0 !important;
    }

    .contact-form--title h2 {
        font-size: 40px;
    }

    .bg_strock_text {
        font-size: 24px !important;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 170px !important;
    }

    .accordions-type-1 {
        padding: 10px;
    }
}

@media (max-width: 335px) {
    .footer .footer-head .sidebar-widget .sidebar-widget--social-networks .social-networks--dribble-widget a {
        margin: 6.5px;
        width: 28.5%;
    }
}

@media (max-width: 320px) {
    .select_lang a {
        margin: 0 5px;
    }

    .navigation-menu .inner-wrapper .navigation-menu--logo-wrapper a .logo-wrapper--image-wrapper {
        max-width: 52px;
    }

    .bg_strock_text {
        font-size: 20px !important;
    }

    .bg_text {
        transform: translate(0%, -981%);
    }

    .select_lang {
        margin-right: 5px;
    }

    .info-banners-type-1 .image-wrapper {
        height: 150px;
    }

    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 150px !important;
    }
}

/* ================responsive css end============== */

.custom___overflow {
    overflow: hidden;
}

.shop-section .shop-section--shop-wrapper .shop-wrapper--grid .product-item .product-item--image-wrapper .image-wrapper--products-actions {
    padding: 0 100px;
}

.tile_calc {
    padding: 80px 0;
}

.tile_calc h1 {
    text-align: center;
}

.accordions-type-1 {
    padding: 50px !important;
    top: 45% !important;
}

.export_gif {
    display: flex;
    justify-content: center;
}
.export_gif img{
    width: 100%;
}
.export__table{
    padding-bottom: 150px;
    padding-top: 50px;
}
.export__table table{
    white-space: nowrap;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.export__table h4{
    text-align: center;
}
@media (max-width:767px){
    .export__table h4{
        font-size: 15px;
    }
}
.export__table table tr.tableheaderbg{
    background-color: #0062cc;
}

.export__table--inner{
    padding-top: 80px;
}
/* ================= inner pages css end======= */

@media (max-width: 1519px) {
    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 439px;
    }

    .clients-slider .section-heading h2 {
        font-size: 48px;
    }
}



@media (max-width: 1536px) {
    .inner-wrapper--image-wrapper.bg-position-center.bg-size-cover.new_class {
        height: 439px;
    }

    .clients-slider .section-heading h2 {
        font-size: 48px;
    }
}


@media (max-width:991px){
    .clients-slider .section-heading h2 {
        font-size: 30px;
    }
}



/*=======*/

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1540px) {

    .content {
        padding-right: 75px !important;
    }
}

@media (max-width: 768px) {
    .slider_data {
        padding-top: 80px;
    }

    .content {
        padding-right: 0px !important;
    }
}

@media (max-width: 420px) {
    .slider_data {
        padding-top: 80px;
    }
}

@media (max-width: 360px) {
    .slider_data {
        padding-top: 70px;
    }
}

@media (max-width: 320px) {
    .slider_data {
        padding-top: 60px;
    }
}


.mb_30_custom {
    margin-bottom: 30px;
}


/* =========== */

.about-item-section {
    padding-bottom: 175px;
    padding-top: 175px;
}
@media (max-width:1199px){
    .about-item-section{
        padding-bottom: 100px;
        padding-top: 100px;
    }
}
/* .export_page p {
    color: #000000c9;
} */

@media (max-width: 1880px) {
    .bg_strock_text {
        font-size: 130px;
    }
}
@media (max-width: 1560px) {
    .bg_strock_text {
        font-size: 100px;
    }
    .bg_text{
        top: 40%;
    }
}
@media (max-width: 1280px) {
    .bg_strock_text {
        font-size: 60px;
    }
    .bg_text{
        top: 28%;
    }
}
@media (max-width: 1024px) {
    .bg_strock_text {
        font-size: 45px;
    }
}

/* ************************************************************************************************************** */

.size__section {
    display: flex;
    align-items: baseline;
    margin-top: 100px;
    justify-content: space-between;
}
.size__section .size__section--inner{
    position: relative;
    margin: 0 auto;
}
@media (max-width:1199px){
    .size__section .size__section--inner{
        width: 25%;
        margin-top: 30px;
    }
    .size__section{
        flex-wrap: wrap;
        margin-top: 60px;
    }
}
@media (max-width:767px){
    .size__section .size__section--inner{
        width: 33.33%;
    }
}
@media (max-width:520px){
    .size__section .size__section--inner{
        width: 50%;
    }
}
@media (max-width:400px){
    .size__section .size__section--inner{
        width: 100%;
    }
}
.size__section .size__section--inner a:hover .box{
    transform: translateY(-10px);
    transition: all 500ms;
}
.size__section .size__section--inner a:hover h5{
    color: rgb(3, 77, 162);
}
.size__section .size__section--inner .box {
    border: 1px solid #fff;
    position: relative;
    margin: 0 auto;
    background-color: #111111;
}

.size__section .size__section--inner .box.size-12x24{
    width: 180px;
    height: 340px;
}
.size__section .size__section--inner .box.size-8x24{
    width: 120px;
    height: 340px;
}
.size__section .size__section--inner .box.size-12x12{
    width: 180px;
    height: 180px;
}
.size__section .size__section--inner .box.size-3x6{
    width: 90px;
    height: 140px;
}
.size__section .size__section--inner .box.size-6x6{
    width: 140px;
    height: 140px;
}
.size__section .size__section--inner .box.size-8x8{
    width: 153px;
    height: 153px;
}
.size__section .size__section--inner .box.size-10x10{
    width: 165px;
    height: 165px;
}

.size__section .size__section--inner .box:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.size__section .size__section--inner .box .title h5{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 55px;
    left: -35px;
}
/* ************************************************************************************************************** */

@media (max-width:660px){
    .bg_strock_text {
        font-size: 30px !important;
    }
}

@media (max-width:480px){
    .bg_strock_text {
        font-size: 18px !important;
    }
    .bg_text {
        top: 32%;
    }
}

@media (max-width:320px){
    .bg_text {
        top: 45%;
    }
}


.export .accordions-section--image-wrapper .accordion-wrapper--inner-wrapper .inner-wrapper--body-wrapper p{
    color: #222;
}

.new-header.navigation-menu .inner-wrapper .navigation-menu--logo-wrapper{
    position: absolute;
    background: #054794;
    padding: 10px;
    border: 2px solid #fff;
    width: 100px;
}