                                                                                                                :root{
    --body-bg:#f8fafc;
    --font-heading:"Montserrat", sans-serif;
    --txt-light:#737373;
    --dark-gray:#949494;
    --border:#bababa;
    --bblack:#353535;
    --darkblack:#000000;
    --sami-dark:#373737;
}
html,body{
    height: 100%;
}
body{
    background-color: var(--body-bg);
    font-family: var(--font-heading);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:var(--bblack);
}
img{
    width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}
p{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.sp-70{
    padding: 50px 0px;
}
/* button */
.btn-more{
    border: 1px solid var(--border);
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 35px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    color: var(--dark-gray);
    text-decoration:none;
    display:inline-block;
    text-align:center;
}
.btn-more:hover{
    background-color: var(--darkblack);
    border: 1px solid var(--darkblack);
    text-decoration:none;
    color: #ffffff;
}
.btn-more-big{
    font-size: 16px;
    padding: 16px 40px;
    border-radius: 100px;
}
/* header */
.main-header{
    background-color:#ffffff;
}
.offer-badg{
    background-color: var(--bblack);
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 0px;
    font-weight: 400;
}
.nev-btn{
    border: 0px;
    padding: 0px;
    background-color: transparent;
    padding: 10px 0px;
    font-size: 30px;
    color: var(--bblack);
    position: relative;
}
.nev-btn-count{
    height: 15px;
    width: 15px;
    background-color: var(--sami-dark);
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: 27px;
    right: 7px;
    border-radius: 100px;
}
.brand-logo{
    width: 50%;
}
/* slider */
.slider-sec{
    background-color: #efefef;
}
.slider-item{
    height: 600px;
    position: relative;
}

.slider-box{
    position: absolute;
    left: 10%;
    top: 30%;
    width: 40%;
    z-index: 99999;
}
.slider-header{
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    color: #ffffff;
}
.slider-description{
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    margin: 20px 0px;
}
.slider-btn{
    border: none;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out; 
}
.slider-btn:hover{
    background-color: var(--darkblack);
    color: #ffffff;
}
.slider-artist{
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}
.black-overflow {
    background-color: rgba(0, 0, 0, 0.28);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 9998;
}
/* concent note */
.concent-note p{
    margin: 25px 0px;
    color: var(--txt-light);
}
.concent-note h3{
    font-weight: 700;
    font-size: 35px;
}

/* section header */
.section-header{
    padding: 0px 0px 50px 0px;
}
.section-header .header{
    font-size: 35px;
    font-weight: 700;
    color:var(--sami-dark);
}
.section-header .descriotion{
    font-size: 13px;
    font-weight: 400;
    color: var(--txt-light);
}
/* arow */
.pre-next-cus .owl-prev {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background-color: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 90px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-next {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background-color: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 40px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-prev:hover,
.pre-next-cus .owl-next:hover {
    background-color: var(--bblack) !important;
    color: #ffffff !important;
}

.pre-next-cus .owl-dots {
    display: none !important;
}

/* category slider */
.category-item{
    text-align: center;
    position:relative;
}
.soldout{
    position:absolute;
    background-color:#353535;
    color:#ffffff;
    font-size:11px;
    text-transform:uppercase;
    font-weight:500;
    border-radius:15px;
    padding:8px 10px;
    left:15px;
    top:15px;
}
.openlinkProduct{
    position:absolute;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    z-index:2;
}
.category-item .category-name{
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0px;
    text-align: center;
    font-weight: 500;
}
.category-item .category-name2{
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    padding: 15px 0px 0px 0px;
}
.category-item .category-name2 span{
    font-size: 12px;
    font-weight: 400;
    color: var(--txt-light);
    display: block;
    line-height: 20px;
}
.category-item .category-price{
font-size: 17px;
font-weight: 600;
padding: 10px 0px;
}
.btn-more2{
    border: 1px solid var(--border);
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 25px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
}
.btn-more2:hover{
    background-color: var(--darkblack);
    border: 1px solid var(--darkblack);
    color: #ffffff;
    text-decoration: none;
}

.amitnextpre .owl-prev{
	width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background-color: #ffffff !important;
    border-radius: 50%;
	font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: -20px;
    top:45%;
    transition: all 0.2s ease-in-out;
}
.amitnextpre .owl-next{
	  width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background-color: #ffffff !important;
    border-radius: 50%;
	  font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: -20px;
    top:45%;
    transition: all 0.2s ease-in-out;
}
.amitnextpre .owl-prev:hover, .amitnextpre .owl-next:hover{
  background-color: var(--darkblack) !important;
  color: #ffffff !important;
}
.amitnextpre .owl-dots{
  display: none !important;
}
.bg-bl{
    background-image: url(../img/mitech-home-infotechno-section-company-bg.webp);
    background-repeat: no-repeat;
    background-position: left center;
}
.text-justify-custom {
    text-align: justify;
    text-justify: inter-word;
}

/* about */
.about-us{
    padding: 0px 80px 0px 0px;
}
.about-us .text1{
    font-size: 35px;
    font-weight: 700;
    color:var(--sami-dark);
}
.about-us p{
    color: var(--txt-light);
    margin: 25px 0px;
}
/* request commission */
.req-commi{
    padding: 50px 0px 0px 0px;
}

/* testimonial */
.test-item{
    padding: 0px 50px;
}
.testi-detail{
    font-size: 14px;
    color: var(--sami-dark);
    line-height: 20px;
    padding: 0px 0px 20px 0px;
}
.testi-img img{
    height: 70px;
    border-radius: 100px;
}
.testi-name{
    padding: 0px 0px 0px 15px;
}
.testi-name h6{
    font-weight: 600;
    color: var(--sami-dark);
}
.testi-name span{
    font-size: 14px;
    color: var(--txt-light);
}
/* subscribe */
.subscribe{
    background-color: var(--sami-dark);
    padding: 40px 0px;
}
.subimg-text img{
    width: 70px;
    margin-right: 20px;
    filter: brightness(0) invert(1);
}
.subimg-text h4{
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    color: #ffffff;
    font-size: 20px;
}
.subimg-text p{
    color: var(--body-bg);
}
.term-sub{
    font-size: 12px;
    color: var(--border);
    padding: 10px 0px 0px 0px;
}
.sub-input{
position: relative;
}
.sub-input input[type=text]{
    border: 1px solid var(--border);
    background-color: var(--sami-dark);
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 15px;
    color:#ffffff;
}
.sub-input button{
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 8px 25px;
    position: absolute;
    right: 6px;
    top: 6px;
    color:#000000;
}

/* video */
.video-box{
    position: relative;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}
.play-btn{
    font-size: 45px;
    color: #ffffff;
    position: absolute;
    top: 35%;
    left: 42%;
}
.btn-close-edit{
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: var(--sami-dark);
    height: 30px;
    width: 30px;
    border-radius: 100px;
    color: #ffffff;
}
.modal-header,
.modal-footer {
    display: none;
}
.logo-close{
padding: 20px;
    border-bottom: 1px solid var(--border);
}
.brand-logo-off{
    width: 50%;
}
.btn-close-edit-2{
    position: absolute;
    right: 20px;
    top: 35px;
    background-color: var(--sami-dark);
    height: 30px;
    width: 30px;
    border-radius: 100px;
    color: #ffffff;
}

/* navigation */
.main-navigation{
    padding: 20px;
}
.main-nav ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.main-nav li{
    display: block;
    padding: 8px 0px;
}
.main-nav a{
    text-decoration: none;
    display: block;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sami-dark);
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.main-nav a:hover{
    color: #000000;
    text-decoration: none;
}

/* inner header */
.inner-header{
    background-color: var(--sami-dark);
}
.header-txt{
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    padding: 50px 0px;
    text-align: center;
    color:#ffffff;
}
.about-us-box h2{
    font-weight: 700;
    margin: 0px 0px 25px 0px;
}
.about-us-box{
    padding: 0px 80px 0px 0px;
}
.about-us-box p{
    color: var(--txt-light);
}
.about-artist{
    padding: 0px 0px 0px 80px;
}
.about-artist h3{
    font-weight: 700;
    margin: 10px 0px 25px 0px;
}
.form-outer{
    padding: 30px;
    border-radius: 15px;
}
.contact-form label{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--txt-light);
}
.contact-form input, .contact-form textarea{
    border: 1px solid var(--border);
    width: 100%;
    border-radius: 5px;
    outline: none;
    padding: 10px 15px;
}
/* blog */
.news-item{
    background-color: #ffffff;
    margin: 10px;
    position:relative;
}
.news-body{
    padding: 25px;
}
.posted-by{
    color: var(--txt-light);
    font-size: 13px;
}
.news-link{
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0px;
    color: var(--sami-dark);
    transition: all 0.3s ease-in-out;
    height:100px;
}
.news-link:hover{
    text-decoration: none;
    color: var(--sami-dark);
}
.news-link-big{
    font-size: 35px;
    font-weight: 700;
}
.newsrun{
    font-size: 13px;
    color: var(--sami-dark);
    margin: 0px 0px 15px 0px;
}
.read-more{
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    color: var(--txt-light);
    transition: all 0.3s ease-in-out;
}
.read-more:hover{
    color: var(--sami-dark);
    text-decoration: none;
}


/* footer */
.main-footer{
    background-color: #ffffff;
    padding: 60px 0px;
    border-top: 1px solid var(--border);
}
.copyright{
    font-size: 12px;
    color: var(--txt-light);
    margin-top: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.terms-conditions ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.terms-conditions li{
    float: left;
    margin: 0px 15px 0px 0px;
}
.terms-conditions li a{
    text-decoration: none;
    color: var(--txt-light);
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.terms-conditions li a:hover{
    color: var(--bblack);
    text-decoration: underline;
}
.social-links ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}
.social-links li{
    float: left;
}
.social-links li a{
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: block;
    line-height: 35px;
    font-size: 15px;
    background-color:var(--dark-gray);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    text-align: center;
}
.social-links li a:hover{
    background-color: var(--bblack);
}
.address{
    font-size: 12px;
    color: var(--txt-light);
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: end;
    line-height: 20px;
}
.address i{
    margin-right: 10px;
    color: var(--bblack);
}
.address a{
    text-decoration:none;
    color:inherit;
}
/* contact 2 */
.contact-style {
    background-color: #ffffff;
    border-radius: 15px;
}
.contact-left {
    padding: 60px;
}
.contact-left h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
}
.contact-left p {
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-light);
    margin: 25px 0px;
}
.contact-left ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.contact-left li{
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0px;
    color: var(--sami-dark);
    display: flex;
}
.contact-left li:last-child{
    border: none;
}
.contact-left li i{
    font-size: 18px;
    margin: 0px 10px 0px 0px;
    color: var(--sami-dark);
}
.contact-right {
    padding: 40px;
    margin: 40px;
    border-radius: 15px;
}
.form-label {
    font-size: 13px;
}
.form-control {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
}
.tmcon {
    font-size: 13px;
    color: var(--txt-light);
    margin: 20px 0px;
    padding: 0px;
}

.masonry-grid {
    column-count: 4;
    column-gap: 20px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .masonry-grid {
        column-count: 3;
    }
}
@media (max-width: 768px) {
    .masonry-grid {
        column-count: 2;
    }
}
@media (max-width: 576px) {
    .masonry-grid {
        column-count: 1;
    }
}

/* Image fix */
.filter-body{
    padding: 20px;
    height: 77vh;
    overflow-y: scroll;
}
.filter-head{
    border-bottom: 1px solid var(--border);
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.filter-option{
    padding: 10px;
}
.filter-option ul{
    margin: 0px;
    padding: 0px;
}
.filter-option ul li{
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0px;
}
.filter-list{
margin: 0px;
padding: 0px;
list-style-type: none;
}
.filter-list li{
float: left;
border: 1px solid var(--border);
font-size: 12px;
font-weight: 500;
border-radius: 25px;
padding: 5px 15px;
margin: 0px 3px;
cursor: pointer;
}
.filter-page-heading h4{
    font-size: 25px;
    font-weight: 600;
}
.filter-page-heading h4 span{
    color: var(--txt-light);
    font-size: 16px;
    font-weight: 400;
}
.product-details{
    padding: 0px 0px 0px 50px;
}
.product-details .name{
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}
.description-product{
    font-size: 13px;
    color: var(--txt-light);
    margin: 20px 0px 0px 0px;
}
.moredetails{
    padding: 20px 0px;
}
.moredetails ul{
    margin: 0px;
    padding: 0px;
}
.moredetails ul li{
    font-weight: 500;
    padding: 3px 0px;
    font-size: 14px;
}
.moredetails ul li:before{
    content:"-";
    margin-right:8px;
}
.list-dddl{
    font-size: 14px;
}
.price{
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
}

.product-gallery {
    align-items: flex-start;
}

/* Vertical thumbnails */
.thumb-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
}

.thumb.active {
    border-color: #000;
}

.thumb:hover {
    border-color: #999;
}

/* Main image */
.main-image img {
    width: 100%;
    background: #fff;
}
.tab-body{
    padding: 50px 0px 0px 0px;
}
.form-error{
    font-size: 11px;
}
.swal2-html-container{
    font-size: 14px;
}
.image-box{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
}
.image-box img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
.clear-all{
    border: 1px solid red !important;
}
.clear-all a{
    text-decoration:none;
    color:inherit;
}
.no-record-available{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}
.owl-carousel .owl-item .category-w-100 img{

    width: 100% !important;
}
.newsticker{
    padding: 8px 0px;
    margin: 0px;
}
.newsticker li{
    font-size:13px;
    font-weight: 500;
}
.cart-padding{
    padding: 30px;
}
.cart-header{
    border-bottom: 1px solid var(--border);
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}
.cart-terms{
    padding: 15px 0px;
    font-size: 12px;
    color: var(--txt-light);
}
.estimate-value{
    font-weight: 600;
}
.product-cart{
    padding: 15px;
    border: 1px solid var(--border);
    position: relative;
    border-radius: 8px;
}
.cart-img{
    width: 15%;
}
.cart-details{
    width: 85%;
    padding: 0px 0px 0px 15px;
}
.cart-remove{
    border: none;
    background-color: transparent;
    color: var(--sami-dark);
    position: absolute;
    top: 15px;
    right: 50px;
}
.cart-edit{
    border: none;
    background-color: transparent;
    color: var(--sami-dark);
    position: absolute;
    top: 15px;
    right: 15px;
}
.cart-name{
    font-weight: 600;
    padding: 0px 20px 5px 0px;
}
.cart-name a{
    text-decoration:none;
    color:inherit;
}
.cart-price{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 0px 5px 0px;
}
.cart-other-dl{
    font-size: 13px;
    padding: 0px 0px 5px 0px;
    color: var(--sami-dark);
}
.cart-body .product-cart:first-child{
margin-bottom: 15px;
}
.newsrun p{
    margin:8px 0px;
    font-size:13px;
    line-height:18px;
}
.owl-carousel .owl-item .video-item img{
    width: 100% !important;
}
.owl-carousel .owl-item .slider-item img {
    width: 100% !important;
}
.policy-style{
    padding:50px;
}
.policy-style p{
    margin:10px 0px;
    font-size:14px;
    line-height:20px;
}
.policy-style h6{
    font-weight:600;
    margin:10px 0px;
}                            
.owl-carousel .owl-item .video-item img {
    width: auto !important;
} 
.cart-header-top {
    border-top: 1px solid var(--border);
    padding: 15px 0px 15px 0px;
    margin: 15px 0px 15px 0px;
}
.cart-body-margin{
    padding:20px 0px;
}
.form-check-label-edit{
    font-size:13px;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.payment-details{
    background-color:#efefef;
    padding:20px;
    border-radius:20px;
}
.success-msg-center svg{
    margin:0 auto;
}
.dldt-font{
    font-size:14px;
    font-weight:500;
}
.myaccount-nav{
    margin:0px auto;
    padding:0px;
    list-style-type:none;
}
.myaccount-nav li a{
    border:1px solid #efefef;
    text-decoration:none;
    display:block;
    font-size:14px;
    font-weight:500;
    color:#353535;
    padding:10px 15px;
    border-radius:10px;
    transition: all 0.3s ease-in-out;
}
.myaccount-nav li a:hover{
    text-decoration:none;
    background-color:#efefef;
    color:#353535;
}
.padding-20{
    padding:20px;
}
.contact-header{
    padding:10px 20px;
    border-bottom:1px solid #efefef;
    font-weight:500;
}
.contat-body{
    padding:20px;
}
.card-text-edit{
    font-size:13px;
    font-weight:500;
    line-height:20px;
    color: var(--txt-light);
}
.btn-more-sm {
    border-radius: 7px;
    font-size: 11px;
    padding: 5px 15px;
}
.btn-more-sm-red{
    background-color:var(--sami-dark);
    color:#ffffff;
}
.fonr-14{
    font-size:13px;
}
.owl-carousel .owl-item .eventitem img{
    width:100% !important;
    height:auto;
}
.news-img-blog{
    height:250px;
    overflow:hidden;
}
.news-img-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.note-content{
    font-size:25px;
    font-weight:700;
    line-height:35px;
    color:var(--sami-dark) !important;
}
input.error, input.valid, select.error, select.valid {
    background-position: right 1px center;
    background-repeat: no-repeat;
}
.no-order{
    text-align:center;
    padding:20px 0px;
}
.no-order h6{
    margin-bottom:10px;
    font-weight:700;
}
.news-box{
    position:relative;
}
.about-img img{
    width:80%;
}

