﻿body {
    padding-top: 50px;
/*    padding-bottom: 20px;
*/}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
/*    max-width: 280px;
*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


 /* changge direction progress bar in case arabic lang*/
[dir="rtl"] .progress-bar {
    float: right
}
[dir="rtl"] .progress-bar span {
    right: auto;
    left: 0
}
[dir="rtl"] .alt-features-icon {
    right: -50px;
}
[dir="rtl"] .alt-services-image {
    text-align: right;
}
[dir="rtl"] .side-image {
    left:0
}

[dir="rtl"] .test-form .alt-features-icon {
    right: -60px;
}
[dir="rtl"] .testimonials-slider .slides {
    width: 100% !important;
    transition-duration: 0.6s !important;
    transform: translate3d(10px, 0px, 0px) !important;
}
[dir="rtl"] .flex-direction-nav .flex-next {
    opacity: 0;
}
[dir="rtl"] .flex-direction-nav .flex-prev {
    opacity: 0;
}
.owl-carousel .owl-stage {
    width:195px;
    transition: all 0.25s ease 0s !important;
    transform: translate3d(0px, 0px, 0px) !important; 
}

/*.navbar-custom  .main {
    margin-top: 0px !important;
}*/
.navbar-custom + .main,
[dir="rtl"] .navbar-custom + .main {
    margin-top: 0px !important;
}
@media (min-width: 768px){
    .navbar-transparent,
    [dir="rtl"] .navbar-transparent {
        background-color: #0a0a0ae6 !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
}
/* DashBoard style*/
table.dataTable {
    width: 100% !important;
}
/*About Lists*/
/*--------------------------------------------------------------*/
.about {
    padding: 60px 0;
    overflow: hidden;
    padding-bottom: 30px;
}
.about .container {
    box-shadow: 0 5px 25px 0 rgb(214 215 216 / 60%);
}
.about .video-box {
    position: relative;
}
.about .video-box img {
    padding: 15px 0;
}
.about .about-content {
    padding: 40px;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}
.about .section-title p {
    text-align: left;
    font-style: italic;
    color: #666;
    margin-bottom: 0;
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f1f7fb;
    border-radius: 6px;
    transition: 0.5s;
}
.about .icon-box .icon i {
    color: #428bca;
    font-size: 32px;
}
.about .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.about .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}
