﻿
.main-mnu ul li a {
	
    font-family: 'caviardreams-regular','Lato',Calibri, Arial, sans-serif;
    
}
#scroll-down {
	
	padding-bottom: 60px;
	
}

      #header h2  {
        
        color: rgba(21, 67, 108, 0.3);
        text-shadow: 3px 3px #000000;
        direction: rtl;
        margin-right:1% ;
    }
     .headerbox{
        
        background-color: rgba(21, 67, 108, 0.3);
        background: rgba(21, 67, 108, 0.3);
        color: rgba(21, 67, 108, 0.3);
       
        direction: rtl;
        
    }

.card {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}


.secaboutimg1 {
    background-image: url('/App/Resources/Site/assets/css/images/schools/scloud5.png');
    width: 550px;
    left: 20%;
    
    background-repeat: no-repeat;
}

#contact {
    background-image: url(/app/resources/site/assets/css/images/schoolbg.png);
}

.pricing ul li {
    text-align: right;
}

@media only screen and (max-width : 1000px) {
    /*Disable Animation on Mobile Devices*/
    .secaboutimg1 {
        display: none;
    }
}

#owl-customers .testimonials-item {
    padding: 30px 0px;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.owl-item {
    width: auto !important;
}
/*use styles below to disable ugly selection*/
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.testimonials-user-info img {
    width: 280px;
    height: 200px;
    border-radius: 0;
}

.testimonials-user-info {
    width: 280px !important;
}

.testimonials-item h5 {
    color: royalblue;
    font-size: 16px;
}

.Serviceimg {
    box-shadow: 7px 7px 5px grey;
    border: 1px solid white;
}

    .Serviceimg:hover {
        box-shadow: 10px 10px 5px grey;
        border: 1px solid grey;
    }

.ServiceP {
    text-align: center;
}

.pricing .card {
    border: none;
    border-radius: 3rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    height: 450px;
}

.pricing hr {
    margin: 1.5rem 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
    color: brown !important;
}

.pricing .card-price {
    font-size: 2rem;
    margin: 0;
}

    .pricing .card-price .period {
        font-size: 0.8rem;
    }

.pricing ul li {
    margin-bottom: .5rem;
    
    font-size: 14px;
}

.pricing .text-muted {
    opacity: 0.7;
}

.card-header {
    background-image: linear-gradient(to top, #fdfdfd, #f2f4fd, #e2ecfd, #cee6fd, #b5e1f9);
}

.card-headerBasic {
    background-image: linear-gradient(to right, #fde9a0, #faf0b5, #f9f6ca, #fafbde, #fdfff2);
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

.card-body {
    background-image: linear-gradient(to right, #fde9a0, #faf0b5, #f9f6ca, #fafbde, #fdfff2);
    border: 2px solid orange;
    border-radius: 20px;
}

.checkok {
    background-image: url('/App/Resources/Site/assets/css/images/check.png');
    width: 25px;
    height: 25px;
    border: none;
}
/*.owl-prev{
    top:90px !important;

}
.owl-next{
    top:90px !important;

}*/
/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }
}
