    @charset "utf-8";
    /* CSS Document */
    
    body,
    html {
        height: 100%;
        position: relative;
    }
    
    @font-face {
        font-family: "mogul";
        src: url('Mogul EuroStyle_0.ttf') format('truetype');
    }
    
    @font-face {
        font-family: "Buyan";
        src: url('Buyan.ttf') format('truetype');
    }
    
    body {
        margin: 0;
        padding: 0;
        font-family: "mogul";
        letter-spacing: 1px;
        font-size: 14px;
        color: #000000;
        line-height: 160%;
        min-height: 100%;
        background: #f5f7f8;
    }
    
    p {
        font-family: arial;
    }
    
    a {
        text-decoration: none;
        color: #111;
        transition: 0.5s;
    }
    
    a:hover {
        color: #333;
    }
    
    .pointer {
        cursor: pointer;
    }
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .fleft {
        float: left;
    }
    
    .fright {
        float: right;
    }
    
    .clear {
        clear: both;
    }
    
    ul {
        margin: 0px;
        padding: 0px;
    }
    
    li {
        list-style: none;
    }
    
    h1 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        color: #333;
        margin: 60px 0px;
        letter-spacing: 3px;
    }
    
    h1 span {
        border-bottom: 3px solid #1e3c96;
        padding: 10px;
    }
    
    h2 {
        width: 100%;
        text-align: left;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #333;
        border-bottom: 1px solid #1e3c96;
        padding-bottom: 12px;
    }
    
    h2 span {
        border-bottom: 3px solid #1e3c96;
        padding: 10px;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .width {
        width: 1200px;
        margin: auto;
    }
    
    .header {
        width: 100%;
        padding: 20px 0px;
    }
    
    .header .logo {
        height: 100%;
        max-width: 70%;
    }
    
    .icons {
        max-width: 15%;
    }
    
    .mySwiper {
        width: 100%;
        height: 100%;
        z-index: -9;
    }
    
    .mySwiper1 {
        width: 100%;
        height: 200px;
        z-index: -9;
        margin: 50px 0px;
    }
    
    .mySwiper1 .swiper-slide {
        background: #e1e1e1;
    }
    
    .mySwiper1 .swiper-slide:hover {
        background: #eee;
    }
    
    .mySwiper1 .swiper-slide:hover a {
        color: #e60012;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* 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;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .mySwiper {
        height: 600px;
        overflow: hidden;
    }
    
    .ta-j {
        text-align: justify;
    }
    
    .ta-center {
        text-align: center;
    }
    
    .mt-50 {
        margin-top: 50px;
    }
    
    .w-50 {
        width: 50%;
    }
    
    .names {
        width: 70%;
        border-left: 2px solid #ccc;
        padding-left: 5%;
    }
    
    .names h3 {
        text-transform: uppercase;
        font-size: 20px;
        color: #000;
        margin: 0;
        font-weight: 100;
        font-family: arial;
    }
    
    .names h4 {
        font-size: 14px;
        color: #5a5a5a;
        margin: 0;
        font-weight: 100;
        font-family: arial;
    }
    
    .header .fas {
        font-size: 40px;
        color: #7a7979;
        width: 20%;
    }
    
    .headc {
        width: 80%;
    }
    
    .headc p {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }
    
    .menu {
        background: #393e41;
    }
    
    .dropbtn {
        background-color: #393e41;
        color: white;
        padding: 16px;
        font-size: 20px;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        font-family: mogul;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.9);
        min-width: 260px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 999;
        font-size: 16px;
    }
    
    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    
    .dropdown-content a:hover {
        color: #e60012;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    .dropdown:hover .dropbtn {
        background-color: #e60012;
    }
    
    .active {
        background-color: #e60012;
    }
    
    .lang {
        float: right;
        width: 10%;
        padding: 10px;
    }
    
    .lang img {
        width: 35%;
        margin-left: 5%;
    }
    
    .lang img:hover {
        opacity: 0.7;
    }
    
    .product li {
        width: 31%;
        margin: 1%;
        float: left;
        position: relative;
        overflow: hidden;
    }
    
    .product li img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
    
    .product .pname {
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 100%;
        padding: 10px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        font-size: 16px;
    }
    
    .product li:hover img {
        transform: scale(1.2);
    }
    
    .products li {
        width: 31%;
        margin: 1%;
        float: left;
        background: white;
    }
    
    .products li .zurag {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .products li img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
    
    .products .pname {
        width: 100%;
        padding: 10px;
        color: #333;
        font-size: 20px;
        text-align: center;
        min-height: 65px;
    }
    
    .products .readbox {
        padding: 5px;
        text-align: center;
        width: 50%;
        margin: auto;
        border: 1px solid #bfbfbf;
        color: #808080;
        margin-bottom: 20px;
    }
    
    .products li:hover .pname {
        color: #e60012;
    }
    
    .products li:hover .readbox {
        color: #e60012;
        border: 1px solid #e60012;
    }
    
    .products li:hover img {
        transform: scale(1.2);
    }
    
    .trade {
        margin-top: 50px;
    }
    
    .trade li {
        width: 23%;
        margin: 1%;
        float: left;
        background: white;
    }
    
    .trade li .zurag {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .trade li img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
    
    .trade .pname {
        width: 100%;
        padding: 10px;
        color: #333;
        font-size: 20px;
        text-align: center;
    }
    
    .trade .readbox {
        padding: 5px;
        text-align: center;
        width: 50%;
        margin: auto;
        border: 1px solid #bfbfbf;
        color: #808080;
        margin-bottom: 20px;
    }
    
    .trade li:hover .pname {
        color: #e60012;
    }
    
    .trade li:hover .readbox {
        color: #e60012;
        border: 1px solid #e60012;
    }
    
    .trade li:hover img {
        transform: scale(1.2);
    }
    
    .box {
        width: 94%;
        margin: 10% 3%;
        background: white;
    }
    
    .box .zurag {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .box img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }
    
    .box .pname {
        width: 100%;
        padding: 10px;
        color: #333;
        font-size: 20px;
        text-align: center;
    }
    
    .box:hover .pname {
        color: #e60012;
    }
    
    .box:hover .readbox {
        color: #e60012;
        border: 1px solid #e60012;
    }
    
    .box:hover img {
        transform: scale(1.2);
    }
    
    .cattses {
        height: 300px;
        overflow-y: scroll;
    }
    
    .about img {
        width: 100%;
    }
    
    .about p {
        margin-right: 30px;
        text-align: justify;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 16px;
        background: #e60012;
        color: white;
        border-radius: 10px;
    }
    
    footer {
        background: #f8fafc;
        width: 100%;
        border-top: #e1e1e1;
        padding: 20px 0px;
        margin-top: 50px;
        font-family: arial;
    }
    
    footer li {
        width: 29%;
        margin: 2%;
        float: left;
    }
    
    footer li img {
        width: 60%;
    }
    
    footer .icons,
    .contact .icons {
        width: 5%;
        padding-top: 5px;
        float: left;
    }
    
    footer .ftext,
    .contact .icons {
        width: 93%;
        float: right;
    }
    
    footer li input {
        padding: 10px;
        border: 1px solid #555;
        width: 80%;
    }
    
    footer li button {
        padding: 10px;
        border: 1px solid #1e3c96;
        background: #1e3c96;
        width: 20%;
        color: white;
        cursor: pointer;
    }
    
    .foot {
        text-align: center;
        background: white;
        padding: 20px 0px;
    }
    
    .headbanner {
        width: 100%;
    }
    
    .headbanner img {
        width: 100%;
    }
    
    .left {
        width: 28%;
        padding: 2%;
        margin-top: 50px;
        background: #eee;
    }
    
    .right {
        width: 70%;
        margin-top: 50px;
    }
    
    .search {
        width: 100%;
        padding: 15px;
        background: white;
        border: 1px solid #e1e1e1;
    }
    
    .left ul {
        margin-top: 50px;
    }
    
    .left li {
        border-bottom: 1px solid #e1e1e1;
        padding: 10px;
        font-size: 16px;
    }
    
    .left li:hover {
        color: #e60012;
    }
    
    .pagination {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center !important;
    }
    
    .pagination li {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }
    
    .pagination li.active {
        background-color: #ff4751;
        color: white;
    }
    
    .pagination li.active a {
        color: white;
    }
    
    .xzoom {
        width: 100%;
    }
    
    .detail {
        padding-left: 3%;
    }
    
    h3 {
        font-size: 20px;
        color: #333;
    }
    
    #customers {
        border-collapse: collapse;
        width: 100%;
        font-size: 16px;
        margin-top: 30px;
    }
    
    #customers td,
    #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }
    
    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    
    #customers tr:hover {
        background-color: #ddd;
    }
    
    .tab {
        overflow: hidden;
        background-color: #393e41;
        margin-top: 50px;
    }
    /* Style the buttons inside the tab */
    
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: white;
    }
    /* Change background color of buttons on hover */
    
    .tab button:hover {
        background-color: #e60012;
    }
    /* Create an active/current tablink class */
    
    .tab button.active {
        background-color: #e60012;
    }
    /* Style the tab content */
    
    .tabcontent {
        display: none;
        padding: 6px 0px;
        border-top: none;
    }
    
    .header,
    .menu {
        display: block;
    }
    
    .mheader {
        display: none;
    }
    
    .links {
        position: fixed;
        top: 40%;
        right: 10px;
        z-index: 9999;
        width: 3%;
    }
    
    .links img {
        width: 100%;
    }
    
    .links img:hover {
        opacity: 0.7;
    }
    
    .readzurag {
        width: 80%;
    }
    
    #London img {
        width: 100%;
    }
    
    #London h3 {
        text-align: center;
        text-transform: uppercase;
    }
    
    #London p {
        font-size: 18px;
        line-height: 30px;
    }
    
    #London .w-50 {
        width: 48%;
        margin: 1%;
    }
    
    #customers {
        border-collapse: collapse;
        width: 100%;
        font-family: arial;
    }
    
    #customers td,
    #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }
    
    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    
    #customers tr:hover {
        background-color: #ddd;
    }
    
    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #393e41;
        color: white;
    }
    
    .tabcontent {
        background: white;
    }
    
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 99999999;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content/Box */
    
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        max-width: 300px;
        /* Could be more or less, depending on screen size */
    }
    /* The Close Button */
    
    .modal-content img {
        width: 100%;
    }
    
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    
    .mobile {
        display: none;
    }
    
    .desktop {
        display: block;
    }