@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
/* Header Area Start */

select.gt_selector.notranslate {
    padding: 10px;
}

.top-bar .top-right .top-menu  span{
	color:#fff;
}

.tus_nameside {
    margin: 0px;
    padding: 0px;
    background: none;
    width: 3%;
    height: 122%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
}

.tus_nme {
    margin: 0px auto;
    padding: 0px;
    writing-mode: vertical-lr;
    text-align: center;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tus_nme h3 {
    margin: 0px auto;
    padding: 15px;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
}

.top-socialtop {
    padding: 8px 0
}

.top-socialtop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px auto;
    padding: 0px;
    position: absolute;
    bottom: 60%;
    right: 0;
}

.top-socialtop p {
    font-weight: 500
}

.top-socialtop a {
    color: #fff;
    display: inline-block;
    margin-left: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.top-socialtop a:nth-of-type(1):hover {
    background: #ff0000;
    color: #fff;
}

.top-socialtop a:nth-of-type(2):hover {
    background: #0090ff;
    color: #fff;
}

.top-socialtop a:nth-of-type(3):hover {
    background: #1D9BF0;
    color: #fff;
}

.top-socialtop a:nth-of-type(4):hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.topcallus {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    padding-right: 58px;
}

.topcallus span {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    color: #ed1f25;
    margin-top: 20px;
    position: relative;
}

h2.topcallus span:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: red;
    position: absolute;
    right: -30px;
    top: 10px;
}

.callmainarea {
    display: flex;
    justify-content: space-between;
}

.middle-bar {
    padding: 0px;
    z-index: 2;
    position: absolute;
    width: 100%;
}

.middle-bar .main-logo {
    position: absolute;
    z-index: 1;
    padding: 0px 10px;
    top: -45px;
}

.main-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-wrapper {
    margin-top: 6px;
}

/* ..............header.......... */

.top-bar {
    background-color: #111111;
}

.email {
    padding-right: 24px;
    border-right: 1px solid white;
    margin-right: 24px;
}

.email a,
.phone a,
.language a {
    color: white;
    font-size: 14px;
}

.email a:hover,
.phone a:hover {
    border-bottom: 1px solid #bb0a00;
}

.email a:hover i,
.phone a:hover i {
    color: #bb0a00;
}

i.icofont-send-mail {
    font-size: 16px;
}

.social ul.d-flex li {
    margin-right: 0px;
}

.social ul.d-flex li a {
    color: white;
    font-size: 14px;
}

i.fa-facebook:hover {
    background: white;
    color: #4064ac;
    padding: 2px;
    transition: 0.4s all;
}

i.fa-twitter:hover {
    background: white;
    color: #1da1f2;
    padding: 2px;
    transition: 0.4s all;
}

i.fa-whatsapp:hover {
    background: white;
    color: #2bd64c;
    padding: 2px;
    transition: 0.4s all;
}

i.fa-instagram:hover {
    background: linear-gradient( 29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    color: white;
    padding: 2px;
    transition: 0.4s all;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2c85b1 !important;
    --bs-btn-border-color: #2c85b1 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2c85b1 !important;
    --bs-btn-hover-border-color: #2c85b1 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2c85b1 !important;
    --bs-btn-active-border-color: #2c85b1 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2c85b1 !important;
    --bs-btn-disabled-border-color: #2c85b1 !important;
}

.middle-bar .search-box-desktop {
    right: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
    width: 100%;
}

.middle-bar .search-box-desktop .search-input {
    background: #231f20;
    outline: none;
    border: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 20px;
    color: #ffffff;
    width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 0;
}

.middle-bar .search-box-desktop .search-input::placeholder {
    color: #ffffff;
}

.middle-bar .search-box-desktop button {
    border: none;
    outline: none;
    position: absolute;
    right: 15px;
    top: 13px;
    background: transparent;
    padding: 0;
}

.middle-bar .search-box-desktop button i {
    color: #ffffff;
}

.middle-bar .mobile-nav {
    display: none;
}

.middle-bar.sticky {
    padding: 0px 0;
    background: #231f20;
}

.middle-bar.sticky .main-logo {
    margin-top: 0px;
}

.misc-things {
    position: relative;
    height: 100%;
    display: none;
    z-index: 4;
}

.misc-things .search-basket {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.misc-things .search-basket a {
    color: #ffffff;
}

.misc-things .search-basket a:hover {
    background: #2c85b1;
}

.misc-things .search-basket a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.main-nav .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.main-nav .menu-item .sub-menu {
    position: absolute;
    z-index: 111;
    background: #ffffff;
    min-width: 250px;
    -webkit-box-shadow: 12px 12px 32px -6px rgba(37, 47, 63, 0.18);
    -moz-box-shadow: 12px 12px 32px -6px rgba(37, 47, 63, 0.18);
    -ms-box-shadow: 12px 12px 32px -6px rgba(37, 47, 63, 0.18);
    -o-box-shadow: 12px 12px 32px -6px rgba(37, 47, 63, 0.18);
    box-shadow: 12px 12px 32px -6px rgba(37, 47, 63, 0.18);
    padding: 20px 10px;
    margin-left: -10px;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}

.main-nav .menu-item .sub-menu>li {
    display: block;
    margin-right: auto;
}

.main-nav .menu-item .sub-menu>li:hover>a {
    background: #2c85b1;
    color: #ffffff;
}

.main-nav .menu-item .sub-menu>li:before {
    display: none;
}

.main-nav .menu-item .sub-menu a {
    display: block;
    color: #2c85b1;
    padding: 8px 10px;
    font-size: 13px !important;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.main-nav .menu-item .sub-menu a::after,
.main-nav .menu-item .sub-menu a::before {
    display: none;
}

.main-nav .menu-item .sub-menu .menu-item {
    position: relative;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu {
    margin-left: 0;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    min-width: 260px;
    -webkit-box-shadow: 0 0 5px 0 #231f20;
    -moz-box-shadow: 0 0 5px 0 #231f20;
    -ms-box-shadow: 0 0 5px 0 #231f20;
    -o-box-shadow: 0 0 5px 0 #231f20;
    box-shadow: 0 0 5px 0 #231f20;
    padding: 20px 10px;
    top: 0;
    left: 100%;
    transform-origin: top;
    display: none;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu a:hover {
    background: #2c85b1;
    color: #ffffff;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item {
    position: relative;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item .sub-menu {
    margin-left: 0;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    min-width: 220px;
    -webkit-box-shadow: 0 0 5px 0 #231f20;
    -moz-box-shadow: 0 0 5px 0 #231f20;
    -ms-box-shadow: 0 0 5px 0 #231f20;
    -o-box-shadow: 0 0 5px 0 #231f20;
    box-shadow: 0 0 5px 0 #231f20;
    padding: 20px 10px;
    top: 0;
    left: 100%;
    display: none;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item .sub-menu a:hover {
    background: #2c85b1;
    color: #ffffff;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover .sub-menu {
    display: block;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover.drop-caret:after {
    color: #ffffff;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item:hover>a {
    background: #2c85b1;
    color: #ffffff;
}

.main-nav .menu-item .sub-menu .menu-item .sub-menu .menu-item.drop-caret:after {
    content: '\f105';
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    right: 10px;
    top: 5px;
}

.main-nav .menu-item .sub-menu .menu-item:hover .sub-menu {
    display: block;
}

.main-nav .menu-item .sub-menu .menu-item:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.main-nav .menu-item .sub-menu .menu-item:hover.drop-caret:after {
    color: #ffffff;
}

.main-nav .menu-item .sub-menu .menu-item.drop-caret {
    padding-right: 0;
}

.main-nav .menu-item .sub-menu .menu-item.drop-caret:after {
    content: '\f105';
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    right: 10px;
    top: 5px;
}

.main-nav .menu-item>a {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
}

.main-nav .menu-item>a:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #2c85b1;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.main-nav .menu-item:hover .sub-menu {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-nav .menu-item:hover>a:before {
    transform-origin: left;
    transform: scaleX(1);
}

.main-nav .menu-item:hover.drop-caret>a:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.main-nav .menu-item.drop-caret>a:after {
    display: none;
    content: '\f107';
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.main-nav .menu-item:not(:last-child) {
    margin-right: 30px;
}

.main-nav .mega-menu .sub-menu {
    left: 0;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.main-nav .mega-menu .sub-menu .menu-item {
    width: 50%;
}

.main-nav .mega-menu .sub-menu .menu-item a {
    padding: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.main-nav .mega-menu .sub-menu .menu-item .sub-menu {
    display: block;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    left: 0;
}

.main-nav .cart-btn {
    margin-right: 18px !important;
}

.main-nav .cart-btn a {
    margin: 0;
    color: #ffffff;
}

.main-nav .cart-btn a:hover {
    color: #2c85b1;
}

.main-nav .cart-btn .cart-count {
    position: absolute;
    top: -7px;
    right: -14px;
    background: #2c85b1;
    color: #ffffff;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Josefin Sans', sans-serif;
}

.main-nav .cart-btn:before {
    display: none;
}

.main-nav .search-btn {
    margin-right: 13px !important;
}

.main-nav .search-btn .search-field {
    margin: 0;
    color: #ffffff;
    text-align: center;
    display: block;
}

.main-nav .search-btn:before {
    display: none;
}

/* .....search.... */

.open-search {
    display: none;
}

.open-search {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    height: 100%;
}

.open-search .search-target {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    text-align: center;
    transform: translateY(-50%);
}

input.text.search-input::placeholder {
    color: white;
}

.open-search .search-target form {
    position: relative;
}

.open-search .search-target form input {
    display: block;
    padding-left: 20px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    height: 60px;
    background: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.open-search .search-target form button {
    border: none;
    display: block;
    outline: none;
    border-radius: 0px 5px 5px 0px;
    height: 25px;
    position: absolute;
    top: 24px;
    right: 0px;
    color: #fff;
    font-size: 17px;
    background: transparent;
    padding: 0px 40px;
}

.colorsearchicon {
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 15px;
    border: 1px solid #2c85b1;
    padding: 10px;
    border-radius: 50%;
}

/* .open-search .search-target form button:hover {} */

.search-wrapper01 {
    position: absolute;
    top: 80px;
    right: 80px;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
}

.search-wrapper01::after {
    display: block;
    content: "";
    background: #fff;
    height: 45px;
    width: 2px;
    transform: rotate(-45deg);
}

.search-wrapper01::before {
    display: block;
    content: "";
    background: #fff;
    height: 45px;
    width: 2px;
    transform: rotate(45deg);
    position: absolute;
}

.search-wrapper01:hover::after,
.search-wrapper01:hover::before {
    background: #2c85b1;
}

/* /------------- */

.menu-edge ul {
    right: 0;
    left: auto !important;
}

.mobile-menu {
    background: #ffffff;
    width: 275px;
    height: 100%;
    position: fixed;
    z-index: 111111;
    top: 0;
    right: 0;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(275px);
    -moz-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
    overflow: scroll;
    padding: 5px 0 50px;
}

.mobile-menu .mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    border-bottom: 1px solid #2c85b1;
}

.mobile-menu .mobile-header p {
    text-transform: uppercase;
    color: #2c85b1;
    font-weight: 600;
}

.mobile-menu .mobile-header i {
    color: #2c85b1;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
    cursor: pointer;
}

.mobile-menu .m_ul-menu {
    padding: 5px 10px;
}

.mobile-menu .m_ul-menu .menu-item {
    position: relative;
    border-bottom: 1px solid #2c85b1;
}

.mobile-menu .m_ul-menu .menu-item a {
    color: #000000;
    text-transform: capitalize;
    display: block;
    padding: 10px 0;
    letter-spacing: 1px;
    font-size: 14px !important;
}

.mobile-menu .m_ul-menu .menu-item.drop-caret:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #000000;
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 12px;
    font-size: 0.75rem;
}

.mobile-menu .m_ul-menu .menu-item.drop-caret.opened:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.mobile-menu .m_ul-menu .menu-item .sub-menu {
    display: none;
    background: #2c85b1;
    padding: 5px;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li {
    position: relative;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li>a {
    color: #ffffff;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li>a:hover {
    background: #ffffff;
    color: #2c85b1;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li .sub-menu2 {
    display: none;
    background: #ffffff;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li .sub-menu2 a {
    color: #2c85b1;
    padding: 5px;
    font-weight: 700;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li .sub-menu2 li.drop-caret:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #2c85b1;
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 10px;
    top: 8px;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li .sub-menu3 {
    display: none;
    background: #2c85b1;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li .sub-menu3 a {
    color: #ffffff;
    padding: 5px;
    font-weight: 700;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li.drop-caret:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 3px;
}

.mobile-menu .m_ul-menu .menu-item .sub-menu>li:not(:last-child) a {
    border-bottom: 1px solid #ffffff;
}

.exhib-sec .aboutmainfront h2::before {
    width: 38% !important;
}

.exhib-sec .aboutmainfront h2::after {
    width: 38% !important;
}

@media (max-width: 1700px) {
    .aboutmainfront h2::before {
        width: 30% !important;
    }
    .aboutmainfront h2::after {
        width: 30% !important;
    }
}

@media (max-width: 1601px) {
    .main-logo img {
        width: 90%;
        height: auto;
    }
    .middle-bar.sticky .main-logo img {
        width: 22%;
        margin: auto;
    }
    .owl-prev {
        left: -7% !important;
    }
    .owl-next {
        right: -7% !important;
    }
}

@media (max-width: 1450px) {
    .main-logo img {
        width: 85%;
        height: auto;
    }
    .main-nav .menu-item>a {
        font-size: 14px;
    }
    .topcallus span {
        font-size: 22px;
    }
    .exhib-sec .aboutmainfront h2::before {
        width: 35% !important;
    }
    .exhib-sec .aboutmainfront h2::after {
        width: 35% !important;
    }
}

@media (max-width: 1399.98px) {
    .main-logo img {
        width: 75%;
    }
    .main-nav .menu-item>a {
        font-size: 14px;
    }
    .topcallus span {
        font-size: 20px;
    }
    .main-nav .menu-item:not(:last-child) {
        margin-right: 22px;
    }
    .search-wrapper {
        margin-top: 2px;
    }
    h2.topcallus span:after {
        height: 30px;
        top: 10px;
    }
    .aboutmainfront h2 {
        font-size: 26px !important;
    }
    .catalog-section .newsletter-main .catalog-text h3,
    .catalog-section .catalog-main .catalog-text h3 {
        font-size: 24px !important;
    }
    .mainproducts {
        margin-top: 18px;
    }
    .productsleftpara {
        padding: 3px 6px !important;
    }
    .aboutmainfront p {
        padding-top: 0px !important;
    }
}

@media (max-width: 1199.98px) {
    element.style {}
    .cate-name {
        font-size: 20px !important;
    }
    .main-logo img {
        width: 60%;
        padding: 16px 0px;
        background-color: white;
    }
    .middle-bar.sticky .main-logo img {
        padding: 6px 0px;
    }
    .main-nav .menu-item>a {
        font-size: 13px;
    }
    .topcallus {
        padding-right: 34px;
    }
    h2.topcallus span:after {
        right: -20px;
    }
    .colorsearchicon {
        margin-right: 6px;
    }
    .main-nav .menu-item:not(:last-child) {
        margin-right: 18px;
    }
    .main-nav .menu-item.drop-caret>a::after {
        top: 1px;
    }
    .misc-things .search-basket a {
        width: 40px;
        height: 40px;
    }
    .top-bar .top-right .top-menu li:not(:last-child) {
        margin-right: 0px !important;
    }
    .owl-prev {
        left: 41% !important;
    }
    .owl-next {
        right: 41% !important;
    }
}

@media (max-width: 991.98px) {
    .main-inner {
        justify-content: end;
    }
    ul.search-basket li:not(:last-child) {
        border-right: 1px solid red;
        padding-right: 20px;
        margin-right: 20px;
    }
    .middle-bar .main-nav {
        display: none;
    }
    .middle-bar .mobile-nav {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .middle-bar .mobile-nav li {
        display: inline-block;
    }
    .middle-bar .mobile-nav a {
        display: block;
        background: #2c85b1;
        font-size: 15px;
        font-size: 0.9375rem;
        position: relative;
        height: 35px;
        width: 35px;
        color: #ffffff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        padding-top: 5px;
    }
    .middle-bar .mobile-nav a .cart-count {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        display: block;
        top: 2px;
        right: 3px;
        color: #ffffff;
        height: 17px;
        width: 17px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 12px;
        font-size: 0.75rem;
    }
    .middle-bar.sticky {
        padding: 5px 0;
    }
    .middle-bar.sticky .main-logo {
        width: 100%;
    }
    .misc-things {
        display: flex;
        justify-content: flex-end;
    }
    .colorsearchicon {
        color: #fff;
        font-size: inherit;
        margin-right: 0px;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .main-logo img {
        width: 50%;
    }
    .middle-bar {
        padding: 10px 0;
    }
    .top-left {
        text-align: end;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 574.98px) {
	.msorya {
    margin-top: 40px !important;
}
	.mfb input {
    width: 60% !important;
    height: 55px;
    border: none;
    background-color: #fff;
    padding-left: 15px;
    outline: none;
    border-bottom: 1px solid #c6c6c6;
    border-radius: 10px;
}
	section .hkmaincatalogv {
    margin: 0px;
    padding: 40px 0px;
    background: #2c85b1 !important;
}

	section.hkmaintopabout {
    margin: 15px 0px 0px 0px !important;
    padding: 0px;
    position: relative;
    z-index: 2;
}
    .social {
        display: flex;
        justify-content: end;
    }
    .middle-bar.sticky .main-logo img {
        width: 30%;
    }
    .main-logo {
        left: 0;
    }
    .main-logo img {
        width: 40%;
    }
    .top-bar li {
        padding: 0px 10px !important;
    }
    a.nmb-c {
        display: none;
    }
    .aboutmainfront h2 {
        font-size: 24px !important;
    }
    .aboutmainfront p {
        font-size: 18px !important;
        padding-top: 0px !important;
    }
    .aboutmainfront h2::before {
        width: 12% !important;
    }
    .aboutmainfront h2::after {
        width: 12% !important;
    }
    .aboutpara {
        padding: 0px 8px;
    }
    .tus_why {
        margin: 0px 0px 20px 0px !important;
    }
    .categorymain {
        padding: 20px 0px 40px 0px !important;
        margin-top: 0 !important;
    }
    .owl-prev {
        left: 32% !important;
        bottom: 0px !important;
    }
    .owl-next {
        right: 32% !important;
        bottom: 0px !important;
    }
    .productsleftpara h3 {
        margin: 0 !important;
    }
    .mainproducts {
        margin-top: 20px !important;
        padding-bottom: 10px !important;
    }
    .productsleftpara {
        margin: 0px 0px 16px 0px !important;
    }
    .catalog-section .catalog-main {
        display: block !important;
    }
    .exhib-sec .aboutmainfront h2::before {
        width: 20% !important;
    }
    .exhib-sec .aboutmainfront h2::after {
        width: 20% !important;
    }
}

.exhib-sec .gallery-slider .owl-nav.disabled {
    display: none !important;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    -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;
    overflow: auto !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    background: #fff;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

p,
ul {
    margin: 0;
}

a,
i {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

p {
    font-weight: 400;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    margin: 0;
}

.body_overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
}

.body_transform {
    -webkit-transform: translateX(-275px);
    -moz-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    -o-transform: translateX(-275px);
    transform: translateX(-275px);
}

.body_fixed {
    position: fixed !important;
}

.theme-container-fluid {
    padding: 0 70px;
}

.hidden {
    display: none;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: -100px;
    transition: transform 0.5s;
    transform: translateY(100px);
    box-shadow: 0 0 20px -6px #000000;
}

.scroll_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 111;
    background-color: #2c85b1;
    font-size: 30px;
    font-size: 1.875rem;
    width: 55px;
    height: 55px;
    border: 1px solid #868686;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.scroll_top i {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.scroll_top:hover i {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 16px 43px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
    border: none;
}

.btn span {
    z-index: 1;
    position: relative;
    color: #fff;
}

.btn::before {
    content: "";
    width: 19px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn:hover::after {
    width: 100%;
}

.btn-primary {
    background: #1a1a1a;
    color: #ffffff;
}

.btn-primary:hover {
    background: #ed1f25 !important;
}

.btn-primary:hover::before {
    width: 100%;
}

.btn-primary:focus {
    color: #111111;
    background: #2c85b1;
    border-color: #2c85b1;
}

.btn-secondary {
    background: #ffffff;
    color: #2c85b1;
}

.btn-secondary:hover {
    background: #ffffff !important;
    color: #111111;
}

.btn-secondary:hover::before {
    width: 100%;
}

.btn-secondary:focus {
    background: #2c85b1;
    color: #111111;
    border-color: #2c85b1;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(159, 188, 20, 0.5);
    -moz-box-shadow: 0 0 0 0.25rem rgba(159, 188, 20, 0.5);
    -ms-box-shadow: 0 0 0 0.25rem rgba(159, 188, 20, 0.5);
    -o-box-shadow: 0 0 0 0.25rem rgba(159, 188, 20, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(159, 188, 20, 0.5);
}

.page-main-heading {
    color: #e8e8e8;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body {
    top: 0 !important;
}

.top-bar {
    background: #2c85b1;
    font-size: 14px;
    font-size: 0.875rem;
}

.top-bar li {
    display: inline-block;
    padding: 0px 10px;
}

.top-bar a {
    color: #f3f3f3;
}

.top-bar a span {
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.top-right {
    text-align: right;
}

.top-bar a:hover {
    color: #231f20;
}

.top-bar a:hover span {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.top-bar .top-right li:last-child i {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.top-bar .top-right li:last-child a:hover {
    color: #231f20;
}

.top-bar .top-right li:last-child a:hover i {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.top-bar .top-right .top-menu li:not(:last-child) {
    margin-right: 20px;
}

.top-bar .top-right .top-menu a {
    font-size: 14px;


}

/* Header Area End */

/* Service Header Area Start */

section.hkmaintopabout {
    margin: -100px 0px 0px 0px;
    padding: 0px;
    position: relative;
    z-index: 2;
}
 section.hkmaintopabout .ser1new{
	 text-align:center;
	margin:0px;
	padding:50px 0px;
	background:url(../../assets/images/sevra1.jpg) no-repeat center top;
}

section.hkmaintopabout .ser1new h1{
	font-family: "Montserrat", serif;
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
	color:#2c85b1;
}
section.hkmaintopabout .ser1new p{
	font-family: "Montserrat", serif;
	font-weight:regular;
	font-size:14px;
	color:#fff;
	margin-top:10px;
	padding:0px 20px;
}
section.hkmaintopabout .ser1new .ser1newbotton {
    margin: 10px 0px 0px 0px;
    padding: 17px 0 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.sep0{padding:0px;}
section.hkmaintopabout .ser1new .ser1newbotton a {
    margin: 5px auto 15px auto;
    padding: 14px 35px;
    color: #2c85b1 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    width: 120px;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
	border:1px solid #2c85b1;
}

section.hkmaintopabout .ser1new .ser1newbotton a:hover {
    text-decoration: none;
    background-color: #2c85b1;
    color: #ffffff !important;
}

 section.hkmaintopabout .ser1new:hover{
	 background:#007cb9a1;
	 
 }
  section.hkmaintopabout .ser1new:hover h1{
	 color:#fff;
 }
 section.hkmaintopabout .ser1new:hover .ser1newbotton a {
    text-decoration: none;
    background-color: #2c85b1;
    color: #ffffff !important;
}










 section.hkmaintopabout .ser2new{
	 text-align:center;
	margin:0px;
	padding:50px 0px;
	background:url(../../assets/images/sevra2.jpg) no-repeat center top;
}

section.hkmaintopabout .ser2new h1{
	font-family: "Montserrat", serif;
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
	color:#2c85b1;
}
section.hkmaintopabout .ser2new p{
	font-family: "Montserrat", serif;
	font-weight:regular;
	font-size:14px;
	color:#fff;
	margin-top:10px;
	padding:0px 20px;
}
section.hkmaintopabout .ser2new .ser2newbotton {
    margin: 10px 0px 0px 0px;
    padding: 17px 0 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.sep0{padding:0px;}
section.hkmaintopabout .ser2new .ser2newbotton a {
    margin: 5px auto 15px auto;
    padding: 14px 35px;
    color: #2c85b1 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    width: 120px;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
	border:1px solid #2c85b1;
}

section.hkmaintopabout .ser2new .ser2newbotton a:hover {
    text-decoration: none;
    background-color: #2c85b1;
    color: #ffffff !important;
}

 section.hkmaintopabout .ser2new:hover{
	 background:#007cb9a1;
	 
 }
  section.hkmaintopabout .ser2new:hover h1{
	 color:#fff;
 }
 section.hkmaintopabout .ser2new:hover .ser2newbotton a {
    text-decoration: none;
    background-color: #2c85b1;
    color: #ffffff !important;
}




 section.hkmaintopabout .ser3new{
	 text-align:center;
	margin:0px;
	padding:50px 0px;
	background:url(../../assets/images/sevra3.jpg) no-repeat center top;
}

section.hkmaintopabout .ser3new h1{
	font-family: "Montserrat", serif;
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
	color:#2c85b1;
}
section.hkmaintopabout .ser3new p{
	font-family: "Montserrat", serif;
	font-weight:regular;
	font-size:14px;
	color:#fff;
	margin-top:10px;
	padding:0px 20px;
}
section.hkmaintopabout .ser3new .ser3newbotton {
    margin: 10px 0px 0px 0px;
    padding: 17px 0 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.sep0{padding:0px;}
section.hkmaintopabout .ser3new .ser3newbotton a {
    margin: 5px auto 15px auto;
    padding: 14px 35px;
    color: #2c85b1 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    width: 120px;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
	border:1px solid #2c85b1;
}

section.hkmaintopabout .ser3new .ser3newbotton a:hover {
    text-decoration: none;
    background-color: #2c85b1;
    color: #ffffff !important;
}

 section.hkmaintopabout .ser3new:hover{
	 background:#007cb9a1;
	 
 }
  section.hkmaintopabout .ser3new:hover h1{
	 color:#fff;
 }
 section.hkmaintopabout .ser3new:hover .ser3newbotton a {
    text-decoration: none;
    background-color: #2c85b1;
    color: #ffffff !important;
}
/* Service Header Area End */



/* About Us Area Start */

.aboutmainfront p {
    font-size: 100px;
    color: #e0eaf1;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100px;
	font-family: "Roboto", serif;
	text-align:center;
}

.aboutmainfront h2 {
    font-family: "Roboto", serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #0e1339;
    text-transform: uppercase;
    position: relative;
    text-align: center;
	top: -51px;
}
.aboutpara {
     font-family: "Roboto", serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.mainServices {
    padding-top: 35px;
    background: #fff;
	
}

.tus_why {
    margin: 0px 0px 60px 0px;
    padding: 30px 10px;
    position: relative;
    z-index: 1;
	text-align:center;
}

.tus_why .tus_wbox {
    text-align: center;
    margin: 0px 0px;
    padding: 10px 0 0 0;
    border-radius: 0%;
    transition: 0.8s
}

.tus_why .tus_wbox img {
    margin: 0 auto;
    padding: 0px;
    transition: 0.8s
}

.tus_why h3 {
    margin: 20px 0 5px 0;
    padding: 0px;
    color: #000;
    font-size: 18px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    transition: 0.8s;
    position: relative;
}



.tus_why p {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.tus_why:hover h3 {
    color: #fff;
}

.tus_why:hover p {
    color: #fff;
}

.tus_why:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.8s;
    opacity: 0
}

.tus_why:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.8s;
    opacity: 0
}

.tus_why:hover:before {
    opacity: 1;
    height: 50%;
}

.tus_why:hover:after {
    opacity: 1;
    height: 50%;
}

.tus_why:hover {
    cursor: pointer;
}





/* About Us Area End */
/* Category Area Start */


/* Category Area End */

.tus_categ{
	margin:10px 0 15px 0; padding:0px; position:relative; overflow:hidden;}
.tus_categ img{
	margin:0px; padding:0px; width:100%; height:100%}
.tus_categ h4{
	margin:0px auto; padding:8px 15px; position:absolute; color:#FFF; font-size:15px; text-transform:uppercase;    font-family: "Roboto", serif; bottom:10%; left:5%;
	 font-weight:bold; letter-spacing:2px; right:5%; width:100%; text-align:left}
	 .tus_categ p{
	margin:0px auto; padding:8px 15px; position:absolute; color:#FFF; font-size:11px;     font-family: "Roboto", serif; bottom:1%; left:5%;
	  letter-spacing:2px; right:5%; width:100%; text-align:left}
.tus_categ .tus_color{
	margin:0px auto; padding:0px; background-color:#266f95c4; position:absolute; top:3.5%; bottom:0; width:90%; height:93%; left:0; right:0; 
	text-align:center; overflow:hidden; visibility:hidden}
.tus_categ:hover .tus_color{
	visibility:visible;}
.tus_categ .tus_color i {
    color: #ffffff;
    font-size: 15px;
    border: solid 2px #000;
    padding: 8px 10px;
    top: -100%;
    position: absolute;
    left: 27%;
    transition: 0.6s;
    background: #000000;
}
.tus_categ:hover .tus_color i{
	top:38%;}
.tus_categ .tus_color i:hover{
	background-color:#fff; color:#5ed9e8; text-decoration:none;}
	
	
	.tus_categ:hover h4{
		display:none;
	}
.tus_categ:hover p{
		display:none;
	}

/* products Area Start*/

.mainproducts {
    margin-top: 70px;
    padding-bottom: 50px;
}

.productsleftpara {
    margin: 0px 0px 60px 0px;
    padding: 3px 25px;
    position: relative;
    z-index: 1
}

.productsleftpara .tus_wbox {
    text-align: left;
    margin: 0px 0px;
    padding: 10px 0 0 0;
    background-color: #0e1339;
    width: 65px;
    height: 65px;
    border-radius: 0%;
    transition: 0.8s
}

.productsleftpara .tus_wbox img {
    margin: 0 auto;
    padding: 0px;
    transition: 0.8s
}

.productsleftpara h3 {
    margin: 55px 0 5px 0;
    padding: 0px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    transition: 0.8s;
    position: relative;
}

.productsleftpara h3::before {
    content: '';
    position: absolute;
    left: 4px;
    right: 0;
    margin: 0px;
    background: #2c85b1;
    background-repeat: no-repeat;
    height: 1px;
    bottom: -15px;
    width: 20%;
}

.productsleftpara p {
    margin: 35px 0px 0px 0px;
    padding: 0px;
    color: #000000;
    font-size: 14px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.productsleftpara:hover h3 {
    color: #fff;
}

.productsleftpara:hover p {
    color: #fff;
}

.productsleftpara:before {
    content: '';
    position: absolute;
    background-color: #2c85b1;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.8s;
    opacity: 0
}

.productsleftpara:after {
    content: '';
    position: absolute;
    background-color: #2c85b1;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.8s;
    opacity: 0
}

.productsleftpara:hover:before {
    opacity: 1;
    height: 50%;
}

.productsleftpara:hover:after {
    opacity: 1;
    height: 50%;
}

.productsleftpara:hover {
    cursor: pointer;
}

.productsleftpara:hover .tus_wbox {
    background-color: #fff;
}

.productsleftpara:hover .tus_wbox img {
    filter: invert(5%) sepia(70%) saturate(7120%) hue-rotate(344deg) brightness(50%) contrast(0%);
}

.tus_addbsktssar {
    margin: 20px 0px;
    padding: 17px 0 !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    width: 155px;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

.tus_addbsktssar a {
    margin: 5px auto 15px auto;
    padding: 14px 35px;
    background-color: #0e1339;
    color: #fff !important;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    width: 120px;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

:hover .tus_addbsktssar a:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff !important;
}

.owl-nav {
    text-align: center;
}

.owl-prev {
    position: absolute !important;
    left: -7%;
    bottom: 163px;
    background: black !important;
    color: white !important;
    padding: 12px !important;
    width: 56px;
    height: 40px;
    font-size: 28px;
}

.owl-next {
    position: absolute !important;
    right: -7%;
    bottom: 163px;
    background: black !important;
    color: white !important;
    padding: 12px !important;
    width: 56px;
    height: 40px;
    font-size: 28px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: inline-table !important;
}

/********************* Shopping Demo-6 **********************/

.product-grid6,
.product-grid6 .product-image6 {
    overflow: hidden
}

.product-grid6 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    transition: all .5s ease 0s;
    margin-right: 15px;
}

.product-grid6 .product-image6 a {
    display: block
}

.product-grid6 .product-image6 img {
    width: 100%;
    height: auto;
    transition: all .5s ease 0s
}

.product-grid6:hover .product-image6 img {
    transform: scale(1.1)
}

.product-grid6 .product-content {
    padding: 12px 12px 15px;
    transition: all .5s ease 0s
}

.product-grid6:hover .product-content {
    opacity: 0
}

.product-grid6 .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.product-grid6 .title a {
    color: #000
}

.product-grid6 .title a:hover {
    color: #2e86de
}

.product-grid6 .price {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a
}

.product-grid6 .price span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block
}

.product-grid6 .social {
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all .5s ease 0s
}

.product-grid6:hover .social {
    opacity: 1;
    bottom: 20px
}

.product-grid6 .social li {
    display: inline-block
}

.product-grid6 .social li a {
    color: #2c85b1;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    margin: 0 7px;
    border: 1px solid #2c85b1;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid6 .social li a:hover {
    color: #fff;
    background-color: #0a0d27;
    width: 80px
}

.product-grid6 .social li a:after,
.product-grid6 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #2e86de;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid6 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product-grid6 .social li a:hover:after,
.product-grid6 .social li a:hover:before {
    opacity: 1
}

@media only screen and (max-width:990px) {
    .product-grid6 {
        margin-bottom: 30px
    }
}

/* products Area End */


/* Catalogue Area Start */

section .hkmaincatalogv {
	margin:0px; padding:40px 0px; background:url(../../assets/images/catalogbg.jpg) no-repeat center top;
}

section .hkmaincatalogv h1{
    font-family: "Roboto", serif;
    font-size: 28px;
    font-weight: bold;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:5px;
}

section .hkmaincatalogv p{
    font-family: "Roboto", serif;
    font-size: 13px;
	color:#fff;
	margin-bottom:33px;
}

/* Catalogue Area End */


.newslettersection{width: 100%; padding-top: 43px; padding-bottom: 30px; background:#2c85b1;}
.news02{width: 100%;}
.news02 h2{color: #fff; font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom:15px;
    font-size: 20px;
    }

.news02 p{font-family: 'Poppins', sans-serif;
    font-weight: 300; text-align: center; color: #fff; padding-bottom: 15px; font-size: 16px;}
.newslettersection{width: 100%; padding-top: 43px; padding-bottom: 30px;}
.mfb {
    
    width: 100%;
    margin-bottom: 15px;
}
.mfb input {
    width: 75%;
    height: 55px;
    border: none;
    
    background-color: #fff;
   
    
    padding-left: 15px;
    outline: none;
    border-bottom: 1px solid #c6c6c6;    border-radius: 10px;

}
.mfb button {
    width: 120px;
    height: 55px;
    text-align: center;
    color: #fff;    
    
        border-radius: 10px;
    background-color: #000;
    border: 3px solid #000;
        font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
 
}

 .social-icons {
    display: flex;
}

 .social-icons li:not(:last-child) {
    margin-right: 13px;
}

 .social-icons a {
    width: 43px;
    height: 43px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .social-icons a:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

 .social-icons .facebook:hover {
    background: #1877F2;
}

 .social-icons .instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

 .social-icons .whatsapp:hover {
    background: #27C943;
}



/* Footer Area Start */

footer.footer {
    margin: 0px;
    padding: 35px 0px 20px 0px;
    background: #fff;
}

.ftulwrap {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.ftulwrap strong {
        font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #000;
}

.ftulwrap p {
    font-size: 12px;
    color: #000;
	    font-family: 'Montserrat', sans-serif;
}

.ftulwrap ul {
    padding: 0px;
    margin: 0px;
}

.row-paddings{
    padding-left: 40px;
}
.ftulwrap ul li {
    list-style: none;
}

.ftulwrap ul li a {
    color: #000;
    font-size: 13px;
    padding-bottom: 5px;
    transition: ease all .8s;
    line-height: 25px;
	    font-family: 'Montserrat', sans-serif;
}

.ftulwrap ul li a:hover {
    color: #959595;
}
.ftulwrap ul li i{
	background:#c6c6c6;
	color:#000;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	border-radius:50px;
	margin-bottom:10px;
    margin-right: 10px;
}
.ftheading h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #2c85b1;
}

footer.footer .copyrit {
    margin: 30px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
    background: #fff;
    border-top: 2px solid #2c85b1;
}
footer.footer .copyrit h4 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
	text-align:center;
}


.mainServicesa{float: left;width: 100%; padding-top: 35px; padding-bottom: 35px; background-image: url('../../images/wchoose.jpg'); background-size: cover; background-position: center center; }

 .mainServicesa .tus_why{
    margin:15px auto 10px auto; padding: 3px 25px; position:relative; z-index:1}
 .mainServicesa .tus_why .tus_wbox{
    text-align: center;
    margin:0px auto 15px auto; padding:10px 0 0 0; background-color:#2c85b1; width:65px; height:65px; border-radius:100%; transition:0.8s}
 .mainServicesa .tus_why .tus_wbox img{
    margin:0 auto; padding:0px; transition:0.8s}
 .mainServicesa .tus_why h3{
    margin:0px 0 5px 0; padding:0px; color:#000; font-size:18px; text-transform:uppercase; text-align:center;font-family:'Open Sans', sans-serif;
    font-weight:700; transition: 0.8s;}
 .mainServicesa .tus_why p{
    margin:0px 0; padding:0px; color:#000000; font-size:14px; text-align:center;font-family:'Open Sans', sans-serif;}
 .mainServicesa .tus_why:hover h3{
    color: #fff;}
 .mainServicesa .tus_why:hover p{
    color: #fff;}
 .mainServicesa .tus_why:before{
    content:''; position:absolute; background-color:#2c85b1; width:100%; height:0; left:0; top:0; z-index:-1; transition:0.8s; opacity:0}
 .mainServicesa .tus_why:after{
    content:''; position:absolute; background-color:#2c85b1; width:100%; height:0; left:0; bottom:0; z-index:-1; transition:0.8s; opacity:0}
 .mainServicesa .tus_why:hover:before{
    opacity:1; height:50%;}
 .mainServicesa .tus_why:hover:after{
    opacity:1; height:50%;}
 .mainServicesa .tus_why:hover{
    cursor:pointer;}
 .mainServicesa .tus_why:hover .tus_wbox{
    background-color:#fff;}
 .mainServicesa .tus_why:hover .tus_wbox img{
    filter: invert(5%) sepia(70%) saturate(7120%) hue-rotate(344deg) brightness(50%) contrast(0%);}
    
    .mainServicesa h2{ position: relative; font-family:Calibri, sans-serif; font-weight: 500;color: #000; text-align: center;}
.mainServicesa span{font-family:Calibri;  font-weight: 500;color: #000; font-size: 14px;}
.mainServicesa h2::before {
    content: '';
    position: absolute;
    left: 34%;
    background-image: url(../../images/cat-lines.png);
    background-repeat: no-repeat;
    height: 43px;
    top: 30px;
    width: 28%;
}