body,
div,
span,
p,
b,
ul,
li,
a {
    font-family: cairo;
}

.navbar-nav {
    margin-left: 50px;
}

#loginNav {
    padding: 10px;
    color: #000;
}

.profileIco {
    width: 35px;
    height: 30px;
    border-radius: 50%;
}

nav a {
    color: #7c7c7c !important;
}

#main {
    position: relative;
}

#mainUniformer,
#mainLines {
    position: absolute;
    right: 0px;
    z-index: -1;
}

#mainUniformer {
    bottom: 0px;
}

#mainLines {
    top: 300px;
}

.carousel-caption {
    bottom: auto;
    top: 100px;
    color: #fff !important;
}

.carousel-item {
    position: relative;
    text-align: left;
}

.carousel-item div {
    text-align: left;
    margin-top: 200px;
}

.carousel-item h2 {
    margin-bottom: 30px;
    font-size: 70px;
}

.carousel-item a {
    margin-top: 30px;
}

.belowBanner i {
    font-size: 60px;
    margin: 20px 0 10px 0;
    color: #f26a2c;
}

.belowBanner h2 {
    font-size: 25px;
    padding: 10px 0;
}

.belowBanner p {
    color: #7c7c7c;
    font-size: 13px !important;
}

.belowBanner .card-body {
    transition: background 0.6s linear;
    padding: 10px 40px 30px 40px;
}

.shadowBanner {
    position: absolute;
    top: 0px;
}

.belowBanner .card {
    border: 0px;
    overflow: hidden;
}

.belowBanner .card-body:hover {
    background: #f26a2c;
}

.belowBanner .card-body:hover h2,
.belowBanner .card-body:hover i,
.belowBanner .card-body:hover p {
    color: #fff;
}

#brands {
    margin-top: 100px;
    text-align: center;
}

#brands img {
    width: 70%;
    margin: auto;
}

#brands h2 {
    margin-bottom: 40px;
}

#section3left h2 {
    margin: 30px 0;
}

#section3left a {
    margin: 30px 0;
}

#section4inner .card-text {
    padding: 20px;
    color: #848484;
}

#section4inner h2 {
    font-size: 20px;
    margin: 20px 20px 0px 20px;
}

#RequestDemoHome {
    margin-top: 90px;
    margin-bottom: 100px;
}

#RequestDemoHome .card-body {
    padding: 40px;
}

#RequestDemoHome span {
    padding: 10px;
    display: inline-block;
}

#RequestDemoHome button {
    font-size: 20px;
}

#topBanner {
    height: 250px;
    background-color: #f26328;
    position: relative;
    background-image: url('imgs/lines.png');
}

#topBanner h1 {
    position: absolute;
    bottom: 0px;
    color: #fff;
    margin: 50px 0 50px 50px;
}

#topBanner img {
    width: 100%;
}

.innerPage h2 {
    margin: 40px 0 10px 0;
    font-size: 20px;
    color: #f26328;
}

.innerPage {
    color: #7c7c7c;
}

#contactForm {
    background: #fafafa;
    border-radius: 10px;
    padding: 50px;
}

.contact_item {
    margin-bottom: 10px;
}

.contact_item span {
    color: #000;
    font-weight: bold;
}

#ContactMap {
    margin-top: -50px;
}

.contact_item i {
    background: #f26a2c;
    color: #fff;
    padding: 10px;
    width: 35px;
    text-align: center;
    margin: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.login {
    background: url('imgs/login/back.png') repeat-x;
    padding-bottom: 200px;
}

#loginFormInner {
    border-radius: 10px;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 71px -4px rgba(196, 188, 196, 1);
    -moz-box-shadow: 10px 10px 71px -4px rgba(196, 188, 196, 1);
    box-shadow: 10px 10px 71px -4px rgba(196, 188, 196, 1);
}

.or {
    margin: 20px 0 40px 0;
}

.or span {
    background: #fff;
    display: inline-block;
    z-index: 2;
    position: relative;
    padding: 2px 10px;
}

.or hr {
    margin-top: -12px;
    position: relative;
    z-index: 0;
}

.loginSocial {
    margin: 10px 0;
}

.loginG {
    background: #eb4335;
    color: #fff;
}

.loginF {
    background: #1877f2;
    color: #fff;
}

.forgot {
    color: #a2a2a2;
    margin: 20px 0 10px 0;
    display: inline-block;
}

.close {
    font-size: 1.5rem;
}

#profilePhoto {
    width: 100px;
    margin-top: -50px;
    border: solid 3px #fff;
}

#profileSidebar {
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 136px -35px rgba(189, 189, 189, 1);
    -moz-box-shadow: 10px 10px 136px -35px rgba(189, 189, 189, 1);
    box-shadow: 10px 10px 136px -35px rgba(189, 189, 189, 1);
}

#profileSidebar ul {
    padding: 0px;
}

#profileSidebar ul li {
    list-style: none;
    text-align: left;
    padding: 10px;
}

#profileSidebar ul li a,
#profileSidebar ul li i {
    color: #646363;
}

#profileSidebar ul li i {
    padding: 5px;
    border-radius: 30px;
    margin-right: 20px;
    width: 30px;
    text-align: center;
}

#profileSidebar ul li:hover a,
#profileSidebar ul li:hover i,
#profileSidebar ul li.active a,
#profileSidebar ul li.active i {
    color: #f2632c;
}

#profileRT {
    background: #fff;
    border-radius: 20px;
}

.profileProduct {
    margin-bottom: 20px;
}

.profileProductphoto {
    height: 300px;
    background-size: cover;
    background-position: center top;
    text-align: center;
    overflow: hidden;
}

.profileProductphoto img {
    height: 100%;
}

.profileProductTitle {
    font-weight: bolder;
    color: #f26a2c;
}

.profileProductPrice {}

#productSidebar {
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 136px -35px rgba(189, 189, 189, 1);
    -moz-box-shadow: 10px 10px 136px -35px rgba(189, 189, 189, 1);
    box-shadow: 10px 10px 136px -35px rgba(189, 189, 189, 1);
}

#productSidebar ul {
    padding: 0px;
}

#productSidebar ul li {
    list-style: none;
    text-align: left;
    padding: 10px;
}

#productSidebar ul li a,
#profileSidebar ul li i {
    color: #646363;
}

#productSidebar ul li i {
    padding: 5px;
    border-radius: 30px;
    margin-right: 20px;
    width: 30px;
    text-align: center;
}

#productSidebar ul li:hover a,
#profileSidebar ul li:hover i,
#productSidebar ul li.active a,
#profileSidebar ul li.active i {
    color: #f2632c;
}

.basketItem {
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.basketItemPhoto {
    height: 180px;
    background-size: cover;
    background-position: center top;
}

.basketItemDesc {
    position: relative;
}

.basketItemTitle {
    font-weight: bolder;
    color: #f26a2c;
}

.basketItemPrice {
    font-weight: bolder;
    color: #000;
}

.basketItemRemove {
    position: absolute;
    bottom: 0px;
    border: none;
    background: none;
    color: #7c7c7c;
    position: absolute;
    bottom: 0px;
    left: 0rem;
}

.basketItemRemove i {
    margin-right: 5px;
}

.basketItem select {
    font-size: 10px;
}

.basketItem label {
    font-size: 12px;
}

.basketItemRemove:hover {
    color: #f00;
    cursor: pointer;
}

#Summary {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    height: max-content;
    padding: 30px;
}

#SummaryTitle {
    font-weight: bolder;
}

#Summary span {
    font-weight: bolder;
    float: right;
}

#thankyou {
    font-size: 40px;
    font-variant-caps: small-caps;
}

.fintItem img {
    height: 50px !important;
    width: auto !important;
    margin-bottom: 20px;
    opacity: .5;
    transition: opacity 0.6s linear;
}

.fintItem div.fintItemInner {
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    padding: 70px;
    transition: border-bottom 0.6s linear;
}

.fintItem div.fintItemInner:hover {
    border-bottom: 10px solid #f26a2c;
}

.fintItem div.fintItemInner:hover img {
    opacity: 1;
}

.galleryItem {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center top;
}

#bootstrap-gallery .modal-dialog {
    width: 100% !important;
}

.btn-uniformer {
    background: #f26a2c;
    color: #fff;
}

.btn-uniformer:hover {
    background: #000;
    color: #fff;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt300 {
    margin-top: 300px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb200 {
    margin-bottom: 200px;
}

.mb300 {
    margin-bottom: 300px;
}

.btn-white {
    border: solid 1px #ccc;
}

.pagination li.active a,
.pagination li:hover a {
    background: #f26a2c;
    color: #fff !important;
}

#footerLogo {
    margin-bottom: 20px;
}

#footerFirst i {
    background: #f26a2c;
    color: #fff;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#footerFirst i:hover {
    background: #000;
}

footer h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

footer ul {
    list-style: none;
    padding: 0px;
}

footer li {
    margin-bottom: 10px;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #f26a2c;
}

#newsletterInner {
    position: relative;
    margin-bottom: 20px;
}

#newsletterInner input {
    background: #ffd5c2;
    height: 50px;
}

#newsletterInner button {
    position: absolute;
    top: 0px;
    height: 50px;
    right: 0px;
}

.copyrights {
    border-top: 1px #ccc solid;
    text-align: center;
    padding: 20px;
}


/* General */

.shadow {
    box-shadow: 0px 10px 69px 4px rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none;
}


/* Display */

@media only screen and (min-width: 600px) {
    .mtd50 {
        margin-top: 50px;
    }
    .mtd100 {
        margin-top: 100px;
    }
    .mtd200 {
        margin-top: 200px;
    }
    .mtd300 {
        margin-top: 300px;
    }
    .mbd10 {
        margin-bottom: 10px;
    }
    .mbd50 {
        margin-bottom: 50px;
    }
    .mbd100 {
        margin-bottom: 100px;
    }
    .mbd200 {
        margin-bottom: 200px;
    }
    .mbd300 {
        margin-bottom: 300px;
    }
    .hiddend {
        display: none;
        visibility: hidden;
    }
    .belowBanner {
        margin-top: -15px;
    }
    #section3left {
        padding: 100px 40px;
    }
    #profileSidebar {
        margin-top: -130px;
    }
}


/* Mobile */

@media only screen and (max-width: 600px) {
    .mtm50 {
        margin-top: 50px;
    }
    .mtm100 {
        margin-top: 100px;
    }
    .mtm200 {
        margin-top: 200px;
    }
    .mtm300 {
        margin-top: 300px;
    }
    .mbm10 {
        margin-bottom: 10px;
    }
    .mbm50 {
        margin-bottom: 50px;
    }
    .mbm100 {
        margin-bottom: 100px;
    }
    .mbm200 {
        margin-bottom: 200px;
    }
    .mbm300 {
        margin-bottom: 300px;
    }
    .hiddenm {
        display: none;
        visibility: hidden;
    }
    .lineuniformer span,
    .lineuniformer p {
        border-bottom: 0px !important;
    }
    #jelly-slider04 {
        display: none !important;
        visibility: hidden !important;
    }
}

#Lang,
#basket {
    margin: 0px 10px;
}

#basket i {
    color: #f26422;
    font-size: 25px
}

#basketInner {
    position: relative;
}

#basket i {
    color: #f26422;
    font-size: 25px
}

#basketInner div {
    color: #f26422;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0 3px;
}

#sidbarBasket span {
    position: relative;
    top: -10px;
    background: #f26422;
    color: #fff;
    padding: 0 5px;
}

.belowBanner a {
    color: #ccc;
}

footer {
    border-top: solid #f26422
}

#footerList li {
    list-style: none;
    float: left;
    padding: 20px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.profileBanner {
    background-color: transparent !important;
}

.nav-link {
    font-size: 12px !important;
}

#jelly-slider04 {
    max-height: 280px;
}

.jelly-slide {
    text-align: center;
}

.jelly-slide img {
    height: 100px;
    width: auto;
    margin: 30px auto;
}

.lineuniformer span,
.lineuniformer p {
    font-size: 30px !important;
    border-bottom: double #f26422 10px;
    padding-bottom: 20px;
    color: #f26422;
    display: initial;
}

.InnerContent img {
    margin: 0 20px !important;
    box-shadow: 0px 10px 69px 4px rgba(0, 0, 0, 0.1);
}

.InnerContent,
.InnerContent p,
.InnerContent b,
.InnerContent span {
    line-height: 35px;
    font-size: 20px;
}

.InnerContent h1 {
    margin-bottom: 30px;
    color: #f26422;
    border-bottom: solid;
    width: 50%;
    display: grid;
}