/*top social */
#topbar .social-icons a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    margin: 8px 2px;
    padding: 1px 0;
    display: inline-block;
}
#topbar .social-icons a span {
    font-size: 0.8rem;
}
.nav-menu.secnd-menu .drop-down li {
    min-width: auto;
}
/*mobile men */
@media (max-width:768px){
    .nav-menu.secnd-menu {
    margin-right: 30px;
}
}
/*new middle navigation menu */

.nav-menu.middle-menu .drop-down .drop-mnu-full {
  /*display: block;*/
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 3px;
}

.nav-menu.middle-menu .drop-down:hover > .drop-mnu-full {
  opacity: 1;
  top: 80px;
  visibility: visible;
}

/*---------------------------------------------*/

/*new */
.sticky-wrapper {
    right: 0;
    left: 0;
    position: sticky;
    z-index: 99;
}
.nav-menu.middle-menu .drop-down > .drop-mnu-full {
    width: 96%;
    padding: 15px;
    right: 2%;
    left: 2%;
}
li.drop-down.drop-mega-down {
    position: unset;
}

/*-----------------hero area -------------------------------*/
#hero {
    margin-bottom:0px;
    background-attachment: inherit;
     display: flex;
    align-items: center;
 
}

.block-black {
    position: absolute;
    background: #162963c7;
    /*background: #1c25599c;*/
    /*padding: 15px;*/
    padding: 30px;
    width: 600px;
    max-width: 90%;
    border-radius: 0 5px 5px 0;
}

#hero .btn-get-started {
    background: #751919;
}
#hero:before {
    background: linear-gradient(45deg, #f8f8fa, #f8f8fa);
}
/*owl tools*/

.testiii_slider .owl-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
}
.testiii_slider .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 40px;
    display: block;
}
.testiii_slider .owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
    background: #ffffff9c !important;
    padding: 0px !important;
    margin: 3px;
    display: inline-block;
    vertical-align: middle;
}
.testiii_slider .owl-nav button .nav-button {
    /* background: #1c25599c; */
    /* width: 30px; */
    color: #fff;
    /* margin: 3px; */
    text-align: center;
    /* height: 31px; */
    /* font-size: 25px; */
    line-height: 25px;
    /* border-radius: 3px; */
    display: block;
}
.testiii_slider button.owl-dot {
    height: 10px;
    background: #fff !important;
    width: 10px;
    display: inline-block;
    margin: 3px;
}
.testiii_slider button.owl-dot.active {
    background: #ed6500 !important;
}

/*end owl tools*/

/*search pop up */
/* search box full page ------------------------- */ 
            #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.99);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search .base-page {
    display: flex;
    padding: 1em;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search label {
    color: #fff !important;
}

/*#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}*/
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	/*background-color: #428bca;*/
	/*border-color: #357ebd;*/
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
         
/* end search pop up */

#hero .btn-get-started {
  border-radius: 10px 10px;
}
.about .video-box {
    background: url(../img/about-img.png) center center no-repeat;
}
.btn-warning.qwi-btn:not(:disabled):not(.disabled).active:focus, 
.btn-warning.qwi-btn:not(:disabled):not(.disabled):active:focus, 
.show>.btn-warning.qwi-btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.12rem rgb(194 85 4 / 26%);
}
.btn-warning.qwi-btn:not(:disabled):not(.disabled).active,
.btn-warning.qwi-btn:not(:disabled):not(.disabled):active, 
.show>.btn-warning.qwi-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #721313;
    border-color: #c25504;
}
.btn-warning.qwi-btn {
    color: #ffffff;
    background-color: #721313;
    border-color: #721313;
}
/*latest products*/
.products-carousel .owl-item img {
    width: 75%;
    opacity: 1;
    transition: ease-in-out 0.3s;
    filter: none;
    display: block;
    margin: 15px auto 15px auto;
}
.products-carousel .owl-dot ,
.testimonials .owl-dot,
.clients .owl-dot{
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #ddd !important;
}
.ltst-pdct-item {
    padding: 0px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.products-carousel .owl-item {
  padding: 0 10px;
}
.item-ttl {
    padding: 15px;
    background: #f9f9f9bd;
}
.item-ttl h4.title {
    font-size: 1.125rem;
    font-weight: 600;
}
.item-ttl p.description {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.ltst-pdct-item:hover .item-ttl {
    background: #fff7f766;
}
.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.mega-drop-img{
    max-height: 300px;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    object-fit: cover;
}
.mega-link span {
    text-transform: capitalize;
}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    bottom: unset;
    top: 10px;
}
.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: auto;
    background: #721313;
    top: 15px;
}
#footer .footer-top .footer-contact p {
    font-size: 0.9em;
    margin-bottom: 15px;
}
footer img {
    height: 60px;
    margin-bottom: 25px;
}

/*section#clients-flags.clients .owl-item img {
    width: 75px;
    max-width: 100%;
    height: 40px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    filter: none;
    opacity: 1;
}*/
section#clients-flags.clients .owl-item img {
    width: auto;
    max-width: 100%;
    max-height: 450px;
    object-fit: cover;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    filter: none;
    opacity: 1;
    border: 5px solid #73787a;
    border-radius: 10px;
}
section#clients-flags.clients .owl-item .cnrty-name {
    text-align: center;
    font-size: small;
}


/*products filter home */
div#Products-flters {
    padding: 0 40px;
}

div#Products-flters .mega-cat-icon span.text-2 {
    font-weight: 600;
    color: #162963;
}

div#Products-flters .owl-nav button {
    position: absolute;
    background: white;
    border: 1px solid #162963;
    width: 25px;
    height: 25px;
    top: 30%;
    border-radius: 3px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    border-color: #16296340;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
}

div#Products-flters .owl-nav button.owl-prev {
    left: 5px;
}

div#Products-flters .owl-nav button.owl-next {
    right: 5px;
}

div#Products-flters .mega-cat-icon {
    border: unset;
    /* border-color: #16296317; */
    /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%); */
}
.owl-item.active.center .mega-cat-icon {
    background: #f6f6f6;
    /* border: 1px solid #16296347 !important; */
    /* box-shadow: 0px 0px 6px 0px rgb(255 116 13 / 61%) !important; */
    /* padding: 21px; */
    border-color: #16296317;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
}
div#Products-flters .mega-cat-icon {
    margin: 5px;
}

/*----*/
/*.owl-item.active.center .mega-cat-icon img {
    width: 60px;
}*/

.owl-item.active.center .mega-cat-icon:after {
   /* content: " ";*/
    width: 0;
    height: 0;
    border-width: 11px 9px 0 9px;
    border-color: #e9c7ad transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 7px);
}

/*.owl-item {
    margin-bottom: 26px;
}*/
/*----*/
#footer .social-links a {
    background: #162963;
}
.qwi-btn {
    border-radius: 10px 10px;
}
/*
div#Products-flters .mega-cat-icon {
    border-color: transparent;
    box-shadow: unset;
}
*/
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #fddeb5;
}
input:focus-visible {
    outline: unset;
}
#search .btn {
    width: 130px;
    min-height: 40px;
    
}
.portfolio .portfolio-item .portfolio-info {
    display: flex;
    min-height: 45px;
    justify-content: space-evenly;
    align-items: center;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    position: static;
    padding: 0px 10px;
}
.mega-cat-icon span.text-2 {
    margin-top: 10px !important;
    display: block !important;
}
/*contact us page */
.contact .info-box i {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 27px;
    padding: 10px;
    margin-top: -43px;
    background: #fff;
}

.contact .info-box h3, .contact .info-box p {
    margin: auto;
    text-align: center;
}

.contact .info-box h3 {
    text-align: center;
    margin: 15px auto;
}
textarea {
    border-radius: 0.25rem !important;
}
.contact .php-email-form .form-control:not(textarea) {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    height: calc(2em + 0.75rem + 2px);
    font-size: 14px;
}
.info-box {
    margin-bottom: 20px;
}
.testimonials.test-contact h4 ,.testimonials.test-contact p {
    color: #fff;
}

.testimonials.test-contact h4 {
    font-size: 2rem;
    font-weight: 700;
}

.test-contact .footer-newsletter form {
  max-width: 500px;
  margin-top: 35px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

.test-contact .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

 .test-contact .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #721313;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

 .test-contact .footer-newsletter form input[type="submit"]:hover {
  background: #ed3b00;
}
#footer .social-links a {
    font-size: 15px;
    padding: 11px 0;
}
.social-info-box {
    text-align: center;
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background: #f6f6f6;
    padding: 30px 0;
    color: #162963;
}

.social-info-box:hover {
    background: #fdf7f6;
    color: #721313;
}
/*light-slide */
.az-nav-tabs {
  padding: 15px 15px 0;
  background-color: transparent;
  padding: 0;
  }
  .az-nav-tabs .lSSlideOuter {
    position: relative;
    padding-left: 32px;
    padding-right: 35px; }
  .az-nav-tabs .lSSlideWrapper {
    overflow: visible; }
.lSAction>a {
    z-index: 1;
}

  .az-nav-tabs .lSAction > a {
    display: block;
    width: 25px;
    height: 30px;
    top: 30px;
    opacity: 1;
    background-color: #efefef;
    background-image: none;
    border-radius: 5px;
    }
    .az-nav-tabs .lSAction > a:hover, .az-nav-tabs .lSAction > a:focus {
      background-color: #a5afc4; }
    .az-nav-tabs .lSAction > a::before {
      font-family: 'Ionicons';
      font-size: 14px;
      position: absolute;
      top: 2px;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      }
   .az-nav-tabs .lSAction > a.lSPrev {
    left: -30px;
}
      .az-nav-tabs .lSAction > a.lSPrev::before {
        content: '\f3cf'; }
    .az-nav-tabs .lSAction > a.lSNext {
      right: -35px; }
      .az-nav-tabs .lSAction > a.lSNext::before {
        content: '\f3d1'; }
    .az-nav-tabs .lSAction > a.disabled {
      background-color: #e3e7ed;
      color: #fff; }
.az-nav-tabs .lightSlider {
    display: flex;
    flex-wrap: nowrap;
}
  .az-nav-tabs .tab-item {
    flex-shrink: 0;
    display: block;
    float: none;
    min-width: 150px; }
  .az-nav-tabs .tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    line-height: 1.428;
    color: #596882;
    white-space: nowrap;
    background-color: #e3e7ed; }
    .az-nav-tabs .tab-link:hover, .az-nav-tabs .tab-link:focus {
      background-color: #f4f5f8; }
    .az-nav-tabs .tab-link.active {
      background-color: #fff;
      color: #1c273c;
      font-weight: 500; }

.az-tab-pane {
  display: none; }
  .az-tab-pane.active {
    display: block; }
/*------------*/

.az-nav-tabs .lSAction > a::before {
    font-family: 'FontAwesome';
}
.az-nav-tabs .lSAction > a.lSPrev::before {
    content: "\f104";
}
.az-nav-tabs .lSAction > a.lSNext::before {
    content: "\f105";
}
/*---------------*/
.products_thmbnls li.nav-item.lslide a.active {
    border: 2px solid #ed6500;
    background: #fcf4ee;
}

.products_thmbnls .lslide img {
    width: 70px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.products_thmbnls .lslide a {
    display: block;
    border: 1px solid #cec7c7;
    padding: 5px;
}
.product-imgs-slider .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.Product-details-container .tab-content {
    padding: 5px;
    width: 100%;
    height: 400px;
    border: 1px solid #d0d0d0;
}

.Product-details-container .tab-content img {
    height: calc(400px - 20px);
    margin: auto;
    display: block;
}
.product-imgs-slider {
    width: calc(100% - 10px);
    display: block;
    margin: auto;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    position: static;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: unset;
    z-index: 2;
}
.prdct-desc-tabs li a {
    font-weight: 600;
    min-width: 140px;
    text-align: center;
}
.prdct-desc-tabs-content {
    padding: 30px 20px;
    border: 1px solid #dee2e6;
    border-top: 0;
}
/*end light-slide */
/*------------*/
.msg-img img {
    height: 50px;
    width: 50px;
    padding: 5px;
    border: 1px solid #cdd4e0;
    object-fit: contain;
    border-radius: 50%;
}

section.toturs-list .card {
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 5px;
}


span.cntry-flg img {
    height: 15px;
    margin-right: 5px;
}

.mb-1.name-totur {
    font-weight: 700;
    padding: 5px 0;
}

.stars span.fa.fa-star {
    color: #0b8b3a;
}

.stars span.far.fa-star {
    color: #162963;
}

.country {
    margin-top: 7px;
}

.stars {
    font-size: 10px;
}

span.star-count {
    margin-left: 5px;
}
/*rating */

.rate {
    float: left;
    height: 46px;
    padding: 0 20px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 25px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: 'Ã¢Ëœâ€¦ ';
        }

    .rate > input:checked ~ label {
        color: #4CAF50;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #0d8b12;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #158e1a;
    }

.rate-label {
    padding-top: 12px;
    display: inline-block;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */

/*pagination */
.page-link {
    color: #721313;
}

.page-item.active .page-link {
    background-color: #721313;
    border-color: #721313;
}
/*----------------light slider-----------------------*/
li.lslide {
    width: 100%;
}

li.lslide img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.lSAction>a {
    filter: contrast(0.05);
}
.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    object-fit: contain;
}
.demo {
    padding: 10px;
    border: 1px solid #c8c8c8;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    border: 2px solid #721313;
    padding: 5px;
    background: #fcf4ee;
}

.lSSlideOuter .lSPager.lSGallery img {
    border: 2px solid  transparent;
    border-radius: 5px;
}
/*-----------------------------------------------------*/
a.saved-fav {
    color: #b80000;
    border-color: #b80000 !important;
}
.btn-group-toggle label.btn.btn-outline-light.active {
    border: 1px solid #6c757d !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.btn-group-toggle label.btn.btn-outline-light {
    border: 3px solid transparent;
    padding: 5px 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.btn-group-toggle span.fa.fa-square {
    font-size: 20px;
}
dt.col-3 {
    vertical-align: middle;
    margin: auto;
}
.nav-menu a {
    color: #000000;
}
.p-2.product-first-data .h5 {
    font-size: 24px;
    font-weight: 600;
}
li.drop-down.hdr-user ul {
    left: auto;
    right: 0;
}
li.drop-down.hdr-user .bx {
    font-size: 20px;
    width: 28px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
/*-------------layout v-03--------------------------*/
.mega-cat-icon span.icon-svg img {
    width: 50px;
    /*height: 50px;*/
    height: auto;
    /* border: 1px solid #eceaea; */
    margin: auto 15px auto auto;
    padding: 5px 0;
}

.mega-cat-icon {
    border: 1px solid #eceaea;
    margin-bottom: 15px
}
    .mega-cat-icon span.text-2 {
        white-space: normal;
        text-transform: capitalize;
    }

.mega-cat-icon a {
    display: flex;
    align-items: center;
     padding: 10px 10px;
}
    .mega-cat-icon:hover {
    border: 1px solid #ecceb77a;
    background: #fdf7f6;
}
    /*-------------------------*/
    .Products-flters .mega-cat-icon span.text-2 {
    white-space: normal;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    display: block;
    min-height: 45px;
}

.Products-flters .mega-cat-icon a {
    display: block;
    align-items: center;
}

.Products-flters span.icon-svg {
    display: block;
    text-align: center;
}
   .Products-flters  .mega-cat-icon span.icon-svg img {
    margin: auto;
}
    /*----------------------------*/

 #topbar .social-icons a .fab,
 #topbar .social-icons a .fa-brands {
    font-weight: normal;
}
    #topbar .cta a {
    color: #fff;
    padding: 0px 0;
    }
    .nav-menu a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;    
}
span.fav-list {
    position: absolute;
    background: #721313;
    width: 21px;
    height: 20px;
    font-size: 10px;
    padding: 3px 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: -3px;
    right: 2px;
}

.nav-menu.secnd-menu span.far.fa-heart,
.nav-menu.secnd-menu span.far.fa-user---,
.nav-menu.secnd-menu span.fa.fa-search {
    font-size: 1.2rem;
}
.nav-menu.secnd-menu span.far.fa-user{
    margin-right: 5px;
}
header#header {
    height: 90px;
    padding: 15px 0;
}

#topbar .social-icons a {
    width: 22px;
    height: 22px;
    line-height: 1.3;
}

#topbar .social-icons a span {
    font-size: 0.65rem;
}

section#topbar {}

.nav-menu.secnd-menu li.drop-down > a:after{
    display: none;
}
h4.title {
    font-size: 1.8rem;
    margin-bottom: 1em;
}
/*before login */

li.drop-down.hdr-user a.btn:hover {
    color: #fff;
    background: #ca372c;
}

li.drop-down.hdr-user a.btn {
    padding: 9px 15px;
}
/*---------------------------------------*/
/*login page*/
section#login-page form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}
.login-inner , .inner-page {
    min-height: calc(100vh - 384px);
}
    /*-----------*/
.login-inner  .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.16rem;
}
.login-inner  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ed6500;
    background-color: #ed6500;
    width: 1.3rem;
    height: 1.3rem;
    top: 0.1rem;
}

.login-inner  label.custom-control-label {
    vertical-align: middle;
}
.login-inner  .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-size: 0.8rem;
}
/*error page */

                 .az-error-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}
                 
      .logo-404 img {
    width: 300px;
    max-width: 90%;
    opacity: 0.3;
}

.logo-404 {
    padding: 5%;
     border: 1px dashed #cecece;
    border-radius: 15px;
}

.az-error-wrapper h1 {
    padding: 10px;
    font-size: 37px;
    margin-top: -30px;
    background: #fff;
    border: 1px dashed #cecece;
    border-radius: 15px;
    color: #b4c0c2;
}
/*--------------*/
  .btn-outline-warning {
    color: #721313;
    border-color: #721313;
}
  
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #721313;
    border-color: #721313;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #d75c03;
    border-color: #d75c03;
}
/*--------------------------*/
.blog .sidebar {
    background: #fff;
    padding: 30px;
    margin: 0;
    border-radius: 2px
}
.head-grid {
    padding: 10px;
    background: #f4f2f2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    /*border: 1px solid #dfdfdf;*/
    border-radius: 2px
}
.blog .sidebar .categories ul li + li {
    padding-top: 0;
}

.ctgrs-ul li a {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    color: #162963 !important;
}

.ctgrs-ul li {
    display: block;
}

.ctgrs-ul li.active-srvc a {
    background: #721313;
    color: #fff !important;
}

.ctgrs-ul li.active-srvc a span {
    color: #fff !important;
}
.fltrd-prdcts-div .sidebar-title {
    font-size: 1.3em;
    padding: 25px 5px 0px;
}
/*-----------------------------------------------------*/
nav.Pager1{
  margin:0 auto;
  padding-top:60px;
}
.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}
.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #BD5410;
}
.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #BD5410;
    color: #fff;
}
.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight:bold;
}
.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}
.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}
.pagination .page-item.active .page-link{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.page-link{
  border:none!important;
}

/*------------------------------------*/
.row.prdcts-container {
    margin-right: -10px;
    margin-left: -10px;
}

.row.prdcts-container .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.ltst-pdct-item {
    margin-bottom: 20px;
}
/*------------------------------------*/
.ltst-pdct-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}
.ltst-pdct-item .portfolio-info {
    opacity: 0;
    bottom: unset;
    top: 10px;
}

.ltst-pdct-item .portfolio-info {
    display: flex;
    min-height: 45px;
    justify-content: space-evenly;
    align-items: center;
}

/*----------------*/
.ltst-pdct-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}
.ltst-pdct-item .portfolio-info {
    opacity: 0;
    bottom: unset;
    top: 10px;
}

.ltst-pdct-item .portfolio-info {
    display: flex;
    min-height: 45px;
    justify-content: space-evenly;
    align-items: center;
}

.ltst-pdct-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

.ltst-pdct-item:hover .portfolio-info {
    opacity: 1;
    bottom: auto;
    background: #721313;
    top: 15px;
}

.ltst-pdct-item .portfolio-info .preview-link,
.ltst-pdct-item .portfolio-info .details-link {
    color: #ffffff;
}
/*added new */
.left-offer-block .text1, .left-offer-block .text2, .left-offer-block {
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}
.offers-sliser button.owl-dot {
    background: #c7c7c7;
    width: 10px;
    height: 8px;
    border-radius: 3px;
    margin: 2px;
}

.offers-sliser .owl-dots {
    display: block;
    margin: auto;
    text-align: center;
}

.offers-sliser button.owl-dot.active {
    background: #721313;
}
.ltst-pdct-item img {
    padding: 15px;
    height: 210px;
    object-fit: contain;
}
/*-----------search results---------------------------*/
/* bianatmaftoha */
 .card.card-table-two {
    padding: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}
.card .table thead th, .card .table td {
    font-size: 0.9em;
}
h4.card-title {
    font-size: 1rem;
    font-weight: 700;
}
/*-------------------*/      
/*-----------------------*/
    .srch-flter .col-lg {
        padding-right: 5px;
        padding-left: 6px;
    }

    .srch-flter a.active .card {
        background: #f16c69;
        color: #fff;
        position: relative;
    }

    .srch-flter a .card {
        background: #fbfbfb;
    }



    .srch-flter a span {
        margin-bottom: 10px !important;
        display: block;
    }

    .srch-flter a.active .card::after {
    }
/*--------------------------------------*/
section.portfolio-details.search-rslts-pg .section-title {
    text-align: start;
    padding-bottom: 10px;
}
.comment a {
    color: #0a58ac;
}
section.portfolio-details.search-rslts-pg {
    margin: 20px auto;
    padding-bottom: 0;
    margin-bottom: 0;
}
/*---------------kfo -----------------------*/
img.flag-icon {
    max-width: 25px;
    vertical-align: sub;
}
.sldr-hero-img img {
    max-height: 450px;
    width: auto !important;
    margin: auto;
    /* border: 7px solid #d1d1d1; */
    border-radius: 10px;
    transform: rotate(0deg);
    /* border: inset; */
    /* box-shadow: 0px 0px 20px 0px rgb(22 41 99); */
}
.block-black-0 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2em;
}

@media (max-width: 768px) {
    #hero {
        height: auto;
    }
}

.btn-area a {
    height: 50px;
    width: 195px;
    border: 2px solid #162963;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #162963;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.btn-area a:hover {
    background-color: #fff;
    color: #444;
}
.about-img img {
    max-width: 100%;
}
.mega-cat-icon {
    background: #4a58850a !important;
    box-shadow: none !important;
}
div#Products-flters .owl-nav button {
    border: 0;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

.testimonials.test-contact {
    background: url(../img/bg/bg-0.jpg) no-repeat;
    padding: 80px 0;
    /* background: url(../img/bg/bg-02.jpg) no-repeat; */
    background-position: center center;
    background-size: cover;
    position: relative;
}

    /*whats app button */
        div#WAButton {
    bottom: 80px;
}
#myBtn-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #e1b33d;
    color: #000;
    cursor: pointer;
    padding: 7px 17px;
    border-radius: 10px;
}

#myBtn-up:hover {
  background-color: #906a2d;
 color: #fff;    
}

/*---------------whats app div------------------ */
div#WAButton {
    z-index: 99;
}
.floating-wpp,.floating-wpp:hover {
    position: fixed;
    bottom: 37px;
}

.floating-wpp-button {
    width: 62px !important;
    height: 62px !important;
    }
@media (max-width: 767px) {
.floating-wpp-button {
    width: 50px !important;
    height: 50px !important;
    }
}
.floating-wpp .floating-wpp-button img {
    padding: 2px;
}
/*-------------- call us btn -------------------*/



/*----end whatsapp---------------------*/

a.back-to-top {
    right: 25px;
    border-radius: 50%;
}
.back-to-top:hover {
    background: #122660;
}
.modal .faq .faq-list {
    padding: 0px;
}
.modal-lg {
    max-width: 95%;
}
.nav-menu a {
    font-weight: bold;
}
div#hero, div#hero .row {
    width: 100% !important;
}
#footer .footer-top .footer-contact p {
    font-family: 'Cairo' !important;
}
a.career-lik {
    text-decoration: underline;
    font-size: 1.5em;
    display: block;
    margin: 1.5em auto;
}


@media (max-width:768px){
    .sldr-hero-img img {
    max-height: unset;
    padding: 28px 0;
    width: 300px !important;
    }
}
#hero h1 {
    color: rgb(114 19 19);
}











