/* TKH style */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    direction: rtl;
    font-family: 'Roboto Slab', serif;
    position: relative;
    background-image:url('../../assets/site/background.png');
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
}


/* left side and right side */
@media(max-width: 767px) {
    .left {
        width: 87%;
    }
    .right{
        width: 13%;
    }
    .nav-head{
        padding: 5px 5px 25px 20px;
        font-size: large;
    }
}

@media(min-width: 768px) and (max-width:991px){
    .left {
        width: 90%;
    }
    .right{
        width: 10%;
    }
    .nav-head{
        padding: 5px 0px 25px 30px;
        font-size: large;
    }
}

@media(min-width: 992px){
    .left {
        width: 90%;
    }
    .right{
        width: 10%;
    }
    .nav-head{
        padding: 40px 110px 25px 190px;
        font-size: large;
    }
}

.col-sm-11{
    padding: 0;
}


/* navbar section */
.navbar-brand img{
    width: 90px;

}


/* sidebar section */
.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    background-color: rgb(68, 68, 68);
}

.sidebar .social-icon ul{
    margin-bottom: 20px;
}

.sidebar .social-icon{
    height: 100%;
    position: relative;
}

.sidebar .social-icon ul  li a {
    color: white;
    font-size: 24px;
    margin-top: 8px;
}

.sidebar .social-icon .message {
    position:absolute;
    left: 15px;
    bottom: 30px;
}

.sidebar button.btn{
    top: 3px;
    font-size: 25px;
    color: white;

}
.sidebar .dropdown-menu{
    position: absolute;
    transform: translate3d(-288px, 3px, 0px);
    top: 10px;
    left: 8px;
}
.sidebar .social-icon ul li  a.dropdown-item {
    color: black;
}


/* Home section */
.home-section{
    text-align: right;
}

@media(max-width: 767px) {
    .home-section {
        padding-right: 5px;
    }
    .home-section p.title {
        font-size: 30px;

        padding-top: 40px;
        margin-bottom: 60px;

    }
}

@media(min-width: 768px) and (max-width:991px){
    .home-section {
        padding-right: 5px;
    }
    .home-section p.title {
        font-size: 45px;

        padding-top: 40px;
        margin-bottom: 60px;

    }
}

@media(min-width: 992px)and (max-width:1198px){
    .home-section {
        padding-right: 133px;
    }

    .home-section p.title {
        font-size: 40px;

        padding-top: 50px;
        margin-bottom: 50px;

    }
}

@media(min-width: 1198px){
    .home-section {
        padding-right: 70px;
    }

    .home-section p.title {
        font-size: 44px;
        font-weight: 600;
        padding-top: 70px;
        margin-bottom: 70px;
        color:  rgb(68, 68, 68);
    }
}

.home-section .goto{
    color: darkred;
}

.home-section .goto a{
    text-decoration: none;
    color: darkred;
}


/* Services section */
.services h1{
    font-weight:900;

}
.services .title{
    text-align: right;

}

@media(max-width: 767px) {
    .services h1{
        font-size: 50px;
        margin-left: 0;
        margin-top: 60px;
        margin-bottom: 60px;

    }
    .services .type{
        margin-right: 10px;
    }
    .services .service .description{
        margin-right: 40px;
    }
}

@media(min-width: 768px) and (max-width:974px){
    .services h1{
        font-size: 50px;
        margin-left: 36px;
        margin-top: 60px;
        margin-bottom: 60px;

    }
}

@media(min-width: 975px)and (max-width:1198px){
    .services h1{
        font-size: 50px;
        margin-left: 46px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media(min-width: 1198px){
    .services h1{
        font-size: 60px;
        margin-left: 90px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.services .service{
    margin-bottom: 70px;
    text-align: right;

}
.services .type{
    width: 100%;
    font-size: 22px;
    font-weight: 600;
}


/* About section */

@media(max-width: 767px) {
    .about{
        padding: 0 5px;
        margin-top: 75px;
    }
}

@media(min-width: 768px) and (max-width:974px){
    .about{
        padding: 0 30px;
        margin-top: 75px;
    }
}

@media(min-width: 975px)and (max-width:1198px){
    .about{
        padding: 0 50px;
        margin-top: 75px;
    }
}

@media(min-width: 1198px){
    .about{
        padding: 0 60px;
        margin-top: 75px;
    }
}



.about h1{
    font-weight:900;
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: right;
}
.about .about-description .type{
    font-weight:900;
    font-size: 40px;
}

.about .about-description {
    margin-bottom: 60px;
    font-size: 26px;
    text-align: right;
}
.about .card{
    padding: 20px;
    border: 0;
    text-align: right;
    font-size: large;
}

.text-mu{
    color: darkred;
}


/* clients section */
.clients{
    direction: ltr;
}
.clients h1{
    font-weight: 600;
    margin-bottom: 21px;
    font-size: 48px;
    text-align: right;
}
.clients h4{
    text-align: right;
}

@media(max-width: 767px) {
    .clients h1{
        font-size: 50px;
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 0px;
    }
}

.section-padding{
    padding:60px 0;
}
.brand-carousel {
    margin-top: 0%;
    z-index: 0;
}
.carousel.section-padding.owl-carousel.owl-loaded.owl-drag {
    margin-left: 10px;
    width: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 1%;
}
.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dot.active {
    background-color: #000 !important;
}
/* Contact section */
.contact{
    margin-top: 30px;
    text-align: right;
}

.contact .title{
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 50px;
}
.contact .form-control{
    border-width:0 0 1px 0 ;
}
.contact .form-control.btn{
    border-width:0 0 0 0 ;
}

.copy{
    margin-top: 10px;
    margin-right: 10px;
}
@media(max-width: 767px){
    .copy{
        margin-top: 100px;
        margin-right: 1px;
    }
}
ul.navbar-nav.mr-auto {
    padding-right: 15px;
    text-align: right;
}



.loading-overlay{
    direction: ltr;
    background:#222 ;
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    top: 45%;
    left: 48%;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
          transform: scale(1.0);
      }
}
.relevent{
    min-height: 75vh
}

@media(max-width: 767px){
    .relevent{
        min-height: 67vh
    }
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
    width: 242px;
    height: 41px;
    position: absolute;
    top: 102px;
    left: 55px;
    overflow: hidden;
    font-size: 15px;
    padding: 6px 9px;
    border-radius: 27px;
}
.alert-success i.fa.fa-close {
    padding-right: 74px;
    cursor: pointer;
}
.alert-danger {
    color: white;
    background-color: #b6615e;
    width: 242px;
    height: 41px;
    position: absolute;
    top: 102px;
    left: 55px;
    overflow: hidden;
    font-size: 15px;
    padding: 6px 9px;
    border-radius: 27px;
}
.alert-danger i.fa.fa-close {
    padding-right: 74px;
    cursor: pointer;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 160px;
}
.owl-dot {

    height: 3px !important;
border-radius: 0;

}
.modal-header{
    direction: ltr;
}
