@font-face {
    font-family: 'MyWebFont';
    src: url('../fonts/Textile.ttf'); /* IE9 Compat Modes */
         /*src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        /* url('webfont.woff') format('woff'), /* Modern Browsers */
        /* url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         /*url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ 
  }

body {
    font-family: 'MyWebFont';
    overflow-x: hidden;
}

h2, h2, h3, h4, h5, h6, img {
    cursor: pointer;
}

/* Start header section style */

.header {
    background-color: #000;
}

.big-logo img {
width: 200px;
display: block;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 767px){
    .big-logo img {
        width: 120px;
    }
}

.main_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.main_nav ul {
    list-style: none;
    background-color: #000;
    border-radius: 15px;
    line-height: 3;
}
.main_nav ul li {
	margin-right: 50px;
}
.main_nav ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
    padding: 5px 15px;
    border-radius: 15px;
}
.main_nav ul li a:hover,
.main_nav ul li.active a {
	color: #000;
    background-color: darkgoldenrod;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

@media screen and (max-width: 600px) {
    .main_nav ul {
        line-height: 1;
    }
    .main_nav ul li {
        margin-right: 0px;
        padding: 8px 0px;
    }
    .main_nav ul li a {
        padding: 5px 5px;
    font-size: 12px;
    }
}

/* Start History Info sedtion */
.history-info h2 {
    text-align: center;
    font-size: 50px;
    color: red;
    font-weight: 700;
    margin: 30px;
}

.history-info p {
    font-size: 20px;
    line-height: 2;
    padding: 0 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
    .history-info h2 {
        font-size: 30px;
        margin: 20px;
    }
    .history-info p {
        font-size: 15px;
        line-height: 2;
        padding: 0 20px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


.divider {
    height: 500px;
    border: none;
    background-image: url('../img/fixed_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    
}



@media screen and (max-width:500px) {
    .divider {
        height: 300px;
        background-image: url('../img/fixed_background_mobile.jpg');
    }
}

.divider-safari-background {
    height: 500px;
    border: none;
    background-image: url('../img/fixed_background_mobile.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Start Browse Instagram */

.ftco-animate {
    opacity: 0;
    visibility: hidden; 
}

#thired-insta-row {
    display: none;
}

.photography-entry {
    height: 280px;
    display: block;
    z-index: 0;
    position: relative; 
}

.photography-entry .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #000000;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

@media (max-width: 767.98px) {
.photography-entry .overlay {
    opacity: .3; } 
}

.photography-entry .text {
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.photography-entry .text h3 {
    color: #fff;
    font-size: 20px; 
}
.photography-entry .text span.tag {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8); 
}
@media (max-width: 767.98px) {
.photography-entry .text {
    opacity: 1; } 
}
.photography-entry:hover .overlay, .photography-entry:focus .overlay {
    opacity: .7;
    }
.photography-entry:hover .text, .photography-entry:focus .text {
    opacity: 1; 
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; 
}

.our-insta h2 {
    text-align: center;
    margin: 35px;
}

.our-insta .col-4 {
    padding: 0;
}

.our-insta img {
    width: 100%;
    border: 1px solid #000;
}

.our-insta .btn {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: transparent;
    padding: 5px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.our-insta .btn::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 52px;
    background-image: url('../img/Buttons/Load-More-Black.png');
    background-size: cover;
    border-radius: 5px;
    top: 2px;
    left: 2px;
}



.our-insta .btn:hover::before {
    background-image: url('../img/Buttons/Load-More-Gold.png');
    transition: all 0.3s;
}

@media screen and (max-width: 500px) {
    .our-insta .btn::before {
        width: 150px;
        height: 39px;
    }
}

/*  .our-insta .btn {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: darkgoldenrod;
    border: 1px solid #000;
    padding: 5px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
} */



/* .our-insta .btn:before {
    content: '';
    position: absolute;
    width: 126px;
    height: 30px;
    background: none;
    border: 1px solid darkgoldenrod;
    border-radius: 5px;
    top: 2px;
    left: 2px;
}  */

/* Start Download section */

.downlaod-cat h3 {
text-align: center;
}

.downlaod-cat .btn {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: transparent;
    padding: 5px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.downlaod-cat .btn:before {
    content: '';
    position: absolute;
    width: 202px;
    height: 52px;
    background-image: url('../img/Buttons/Download-Black.png');
    background-size: cover;
    border-radius: 5px;
    top: 2px;
    left: 2px;
}

.downlaod-cat .btn:hover::before {
    background-image: url('../img/Buttons/Download-Gold.png');
    transition: all 0.3s;
}

@media screen and (max-width: 500px) {
    .downlaod-cat .btn:before {
        width: 150px;
        height: 39px;
    }
}

/* .downlaod-cat .btn {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: darkgoldenrod;
    border: 1px solid #000;
    padding: 5px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: x-large;
    font-weight: 800;
    text-transform: uppercase;
}

.downlaod-cat .btn:before {
    content: '';
    position: absolute;
    width: 202px;
    height: 42px;
    background: none;
    border: 1px solid darkgoldenrod;
    border-radius: 5px;
    top: 2px;
    left: 2px;
} */


/* Start Footer style */

.footer {
    background-color: #000;
    color: #ffffff;
}

/* Footer Left side */
.inner-footer-left {
    border-right: 1px solid #FFF;
    margin: 50px 0;
}

@media screen and (max-width: 768px) {
    .inner-footer-left {
        text-align:center;
    }
}

@media screen and (max-width: 480px) {
    .inner-footer-left {
        border-right: none;
        margin: 5px 0;
    }
}

.inner-footer-left h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}

.inner-footer-left p {
    text-transform: uppercase;
    font-size: 18px;
}

@media screen and (max-width:500px) {
    .inner-footer-left p {
        font-size: 15px;
        text-align: center;
    }
}

.inner-footer-left p span {
    padding-right: 5px;
}

/* .inner-footer-left .tele-info {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {
    .inner-footer-left .tele-info {
        flex-direction: column;
        align-items: center;
    }
} */

.inner-footer-left .tele-info span i {
    padding-right: 10px;
}

/* .inner-footer-left .social-media {
    margin: 10px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
*/
.inner-footer-left .social-media span {
    padding: 20px;
    font-size: 50px;
    color:#FFF;
}

.inner-footer-left .social-media span:hover {
    color: #ca972b;
}

.inner-footer-left .comp-images {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.inner-footer-left .comp-images img:first-child {
    width: 100px;
}

.inner-footer-left .comp-images img:nth-child(2) {
    width: 200px;
}

.inner-footer-left .comp-images img:last-child {
    width: 200px;
}



@media screen and (max-width: 500px) {
    .inner-footer-left .comp-images img:first-child {
        width: 70px ;
        margin: 10px ;
    }
    
    .inner-footer-left .comp-images img:nth-child(2) {
        width: 100px ;
        height: 50px ;
        margin: 10px ;
    }
    
    .inner-footer-left .comp-images img:last-child {
        width: 100px ;
        height: 50px ;
        margin: 10px ;
    }
}

.inner-footer-left p span {
    color: #ed1c24;
    font-size: 40px;
    padding: 2px;
}

.tele-info span {
        padding-left: 20px;
}

/* Footer Reight side */

.contact-us {
    margin: 50px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.contact_form {
	display: block;
	position: relative;
}

.contact_form_container {
    margin: 0 150px;
}

@media screen and (max-width: 500px) {
    .contact_form_container {
        margin: 0;
    }
}

.contact_input {
    width: 100%;
    height: 35px;
    background: none;
    border: none;
    outline: none;
    border-bottom: solid 1px #000;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.contact_input::-webkit-input-placeholder {
	font-size: 15px ;
	font-weight: 500 ;
	color: #c2bebe ;
    font-style: italic;
}
.contact_input:-moz-placeholder {
	font-size: 15px ;
	font-weight: 500 ;
	color: #c2bebe ;
    font-style: italic;
}
.contact_input::-moz-placeholder {
	font-size: 15px ;
	font-weight: 500 ;
	color: #c2bebe ;
    font-style: italic;
} 
.contact_input:-ms-input-placeholder { 
	font-size: 15px ;
	font-weight: 500 ;
	color: #c2bebe ;
    font-style: italic;
}
.contact_input::input-placeholder {
	font-size: 15px ;
	font-weight: 500 ;
	color: #c2bebe ;
    font-style: italic;
}
.contact_textarea {
	height: 129px;
	padding-top: 15px;
}
.contact_button {
    margin-top: 5px;
    width: 100%;
    height: 35px;
    background: none;
    border: 1px solid #000;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.contact_button:hover {
	color: #FFF;
    background-color: #000;
}




/* Start About Us Company page */

.about-us-section h2 {
    text-align: center;
    color: red;
    margin: 50px;
}

.about-us-section p {
    text-align: justify;
    font-size: 20px;
    line-height: 2;
    padding: 0 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}



@media screen and (max-width: 500px){
    .about-us-section p {
        text-align: justify;
        font-size: 15px;
        line-height: 2;
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Start Our products Page */

.category-items-selected {
    display: none;
}

.our-products-heading h2 {
    text-align: center;
    color: red;
    font-size: 50px;
    margin-top: 50px;
}

.our-products-heading p {
    font-size: 20px;
    line-height: 2;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .our-products-heading h2 {
        font-size: 30px;
    }
    .our-products-heading p {
        font-size: 16px;
    }
}
/* 
.sea-food {
    background-image: url('../img/main_categories_images/cat_1.png');
}
.canned-food {
    background-image: url('../img/main_categories_images/cat_2.png');
}
.oil-food {
    background-image: url('../img/main_categories_images/cat_3.png');
}
.pickled-food {
    background-image: url('../img/main_categories_images/cat_4.png');
}
.diry-food {
    background-image: url('../img/main_categories_images/cat_5.png');
}
.halva-food {
    background-image: url('../img/main_categories_images/cat_6.png');
}    
.beverage-food {
    background-image: url('../img/main_categories_images/cat_7.png');
} */


.main-categories .row .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    /*border: 1px solid #FFF;
    margin: 3px;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 0;
}

.main-categories .row .col:hover {
   /*  border: 1px solid darkgoldenrod;
    transition: all 0.3s; */
}

.main-categories .row .col .cat-content {
    color: #FFF;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    text-align: center;
}

.main-categories .row .col .cat-content:hover ,
.main-categories .row .col .cat-content:active {
    padding: 20px 0 !important;
    border: 1px solid #231f20;
    background-color: #231f20 !important;
    transition: all 0.3s !important;
}

/* the class added using js when press on category label */
.expand-label-js {
    padding: 20px 0 !important;
    border: 1px solid #231f20;
    background-color: #231f20 !important;
    transition: all 0.3s !important;
}

/* Start for one category selected   all items */


.category-items-selected h2 {
    text-align: center;
    color: red;
    font-size: 50px;
    margin: 20px;
}

.category-items-selected .one-itme {
    display: flex;
    align-items: center;
    margin: 0;
}

@media screen and (max-width: 600px) {
    .category-items-selected .one-itme {
        flex-direction: column;
    }
}

.category-items-selected .one-itme .img-div , 
.category-items-selected .one-itme .info-div {
    /* display: inline-block; */
}

.category-items-selected .one-itme .img-div img {
   /*  border: 1px solid #000;*/
   /* width: 350px;*/
   width:115%;
}

@media screen and (max-width: 480px) {
    .category-items-selected .one-itme .img-div img {
        width:100%;
    }
}

.category-items-selected .one-itme .info-div h5 {
    border-radius: 10px;
    text-align: left;
    padding: 2px 15px;
    font-size: 14px;
    margin: 5px 5px;
}

.category-items-selected .one-itme .info-div h5:not(:first-child) {
    background-color: #000;
    color: #FFF;
}


.inner-footer-left .tele-info div {
    line-height: 3;
}

.comp-images {
    margin-top: 100px;
}

.comp-images img:not(:last-child) {
    margin-right: 20px;
}

.comp-images img:first-child {
    width: 100px;
    margin-left: 40px;
}

.comp-images img:nth-child(2) {
    width: 100px;
}

.comp-images img:last-child {
    width: 170px;
}

@media screen and (max-width: 1200px) {
    .comp-images img:first-child {
        width: 80px ;
        margin-left: 10px ;
    }
    
    .comp-images img:last-child {
        width: 120px ;
    }
     .comp-images img:nth-child(2) {
    width: 80px ;
   }
}

@media screen and (max-width: 766px) {
    .comp-images {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:500px) {
    .comp-images img:first-child {
        width: 55px;
        margin-left: 30px;
    }
    
    .comp-images img:nth-child(2) {
        width: 60px;
    }
    
    .comp-images img:last-child {
        width: 100px;
    }
    .comp-images {
        margin: 0;
        margin-bottom: 80px;
    }
    .inner-footer-left .tele-info div {
        text-align: center;
    }
    .inner-footer-left .social-media {
        text-align: center;
    }
}


.downlaod-cat img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*
@media screen and (max-width: 500px) {
    .downlaod-cat img {
        width: 290px;
    }
}*/




/* new headere */
header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    height: 25vh;
  }
/*   header > h1 > a {
    color: #fff;
    font-size: 80px;
    text-shadow: 3px 5px 0 rgb(0 0 0 / 20%);
    text-decoration:none;
  } */

  header img {
      width: 170px;
  }
  nav#navbar {
    background: #000;
    top: 0;
    position: relative;
    width: 100%;
    transition: all 0.5s;
    z-index: 1;
  }

  ul.menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    /*margin-left: 25%;  *//*this*/
  }
  
  /*
  @media screen and (max-width: 1200px) {
      ul.menu-list {
           margin-left: 15%;
      }
  }*//*this*/
  
  ul.menu-list li {
/*     display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5px 0; */
    display: flex;
    /* flex: 1; */
    text-align: center;
    align-items: center;
    /*padding: 5px 0;*/
    padding: 5px;
    margin: 0 20px;
  }
  ul.menu-list li.logo {
    max-width: 0;
    overflow: hidden;
    background: #000;
    transition: all 0.5s;
  }

@media screen and (min-width: 800px){
    ul.menu-list li.logo {
        margin-right: 25%;
    }
 }
 
 .menu-list .logo a img {
       max-width: 50px;
    max-height: 35px;
 }
  
  ul.menu-list li > a {
    text-decoration: unset;
    display: flex;
    color: #fff;
    padding: 0 5px;
    transition: 0.2s;
    border-radius: 15px;
  /*   text-transform: uppercase; */
  }

  ul.menu-list li:not(:first-child) > a:hover ,
  ul.menu-list li:not(:first-child).active > a {
    background-image: linear-gradient(to right, #9d6b3b, #e7be6d);
    border-radius: 15px;
    transition:all 0.3s;
  }


  body.fixed-nav nav#navbar {
    position: fixed;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  }
  body.fixed-nav li.logo {
    max-width: 300px;
  }

  @media screen and (max-width: 500px) {
    ul.menu-list {
        margin: 0;
        padding: 0 5px;
        padding-left: 5px;
    }
    ul.menu-list li {
        margin: 0;
    }
    #navbar {
        font-size: 12px;
    }
    .logo > a > img {
        max-width: 50px;
    }
  }

  
  .about-img img {
      width: 100%;
  }
  
  .mfp-title {
      display: block;
      text-align: center;
  }
  
  .crt-logo {
      visibility: hidden;
  }


.map {
        margin: 20px 0;
}



.about-us-section .row .iso-img img {
    width: 100%;
}


@media screen and (max-width:500px) {
    .carousel-indicators {
            height: 2px;
    }
    .carousel-indicators li {
        width: 15px;
        height: 2px;
    }
}


.inner-footer-reight {
        /*display: flex;*/
        text-align: center;
}
/*
.comp-images {
    margin-top:0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}*/