.menur{
	font-size: 14px;
line-height: 26px;
text-align: justify;
margin-left: 20px;
margin-right: 20px;
}
.p_text{
clear: both;
text-align: justify;

}
#example1 {
    background-image: url(images/contact-bannerRiya.jpg);
   background-repeat: no-repeat, repeat;
   background-origin: content-box;
   background-size:cover;
   
    
}
#headx{
    background-image: url(img/reading-books1.jpg);
   background-repeat: no-repeat, repeat;
   background-origin: content-box;
   background-size:cover;
   clear: both;
    
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}
.rs{
	clear: both;
    font-family: "Tangerine", serif;
    font-size: 18px;
}
.top1{
	clear: both;
   opacity:0;
}
.as{
	font-family: 'Tangerine', cursive;
font-family: 'Marck Script', cursive;
font-family: 'Monsieur La Doulaise', cursive;
font-family: 'Akronim', cursive;
font-size: 23px;
	
	
}
.MAD{
	font-family: 'Martel', serif;
	font-size: 10px;

}
.srt{
	clear: both;
	font-family: 'Tangerine', cursive;
font-family: 'Marck Script', cursive;
	font-size: 20px;
	
	
}
.btn{
    text-transform: uppercase;
    padding: 0;
    margin-left: 20px;
    z-index: 1;
    position: relative;
}
.btn:before,
.btn:after{
    content: "";
    border-radius: 50%;
    background: #fff;
    border: 6px solid #ddd;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.btn:hover:before,
.btn:hover:after{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.btn.btn-lg:before,
.btn.btn-lg:after{
    width: 56px;
    height: 56px;
}
.btn.btn-lg:before{ left: -28px; }
.btn.btn-lg:after{ right: -28px; }
.btn.btn-sm:before,
.btn.btn-sm:after{
    width: 40px;
    height: 40px;
}
.btn.btn-sm:before{ left: -20px; }
.btn.btn-sm:after{ right: -20px; }
.btn.btn-xs:before,
.btn.btn-xs:after{
    width: 32px;
    height: 32px;
}
.btn.btn-xs:before{ left: -16px; }
.btn.btn-xs:after{ right: -16px; }
.btn span{
    display: inline-block;
    border-radius: 0;
    background: #fff;
    color: #444;
}
.btn.red:before{
    border-right-color: #fe6d6d;
    border-top-color: #fe6d6d;
}
.btn.red:after{
    border-left-color: #fe6d6d;
    border-bottom-color: #fe6d6d;
}
.btn.red span{
    border-bottom: 6px solid #fe6d6d;
    border-top: 6px solid #fe6d6d;
}
.btn.blue:before{
    border-right-color: #3bb4e5;
    border-top-color: #3bb4e5;
}
.btn.blue:after{
    border-left-color: #3bb4e5;
    border-bottom-color: #3bb4e5;
}
.btn.blue span{
    border-bottom: 6px solid #3bb4e5;
    border-top: 6px solid #3bb4e5;
}
.btn.orange:before{
    border-right-color: #ee955b;
    border-top-color: #ee955b;
}
.btn.orange:after{
    border-left-color: #ee955b;
    border-bottom-color: #ee955b;
}
.btn.orange span{
    border-bottom: 6px solid #ee955b;
    border-top: 6px solid #ee955b;
}
.btn.green:before{
    border-right-color: #79d799;
    border-top-color: #79d799;
}
.btn.green:after{
    border-left-color: #79d799;
    border-bottom-color: #79d799;
}
.btn.green span{
    border-bottom: 6px solid #79d799;
    border-top: 6px solid #79d799;
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 20px; }
}

.serviceBox1{
    border: 1px solid gray;
    overflow: hidden;
    position: relative;
    z-index: 100;
    transition: all 0.5s ease 0s;
}
.serviceBox1:before,
.serviceBox1:after{
    content: "";
    width: 200%;
    height: 200%;
    background: red;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: -1;
    transform: rotate(-18deg);
    transition: all 0.5s ease 0s;
}
.serviceBox1:before{
    background: #4e4e4e;
    left: -120%;
    transform: rotate(24deg);
}
.serviceBox1:hover:before{
    transform: rotate(16deg);
}
.serviceBox1:hover:after{
    background: #684f8e;
    transform: rotate(-10deg);
}
.serviceBox1 .service-icon{
    font-size: 18px;
    color: #684f8e;
    line-height: 60px;
    margin-bottom: 60px;
}
.serviceBox1 .service-content{
    color: #fff;
    line-height: 25px;
    padding: 0 20px 20px;
}
.serviceBox1 .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.serviceBox1 .description{
    font-size: 14px;
}
.serviceBox1 .read{
    display: block;
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #eba133;
    padding: 10px;
    border-left: 1px solid #eba133;
    border-right: 1px solid #eba133;
}
.serviceBox1:hover .read{
    border-color: #684f8e;
    color: #684f8e;
}
@media only screen and (max-width: 990px){
    .serviceBox1{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox1:before,
    .serviceBox1:after{
        top: 80px;
    }
}
@media only screen and (max-width: 480px){
    .serviceBox1:before,
    .serviceBox1:after{
        top: 140px;
    }
}
.w3-btn {margin-bottom:10px;}
  .our-team{
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .pic:before{
    content: "";
    background: #716a9e;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0.78;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .pic:before{
    transform: scale(1);
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .social{
    opacity: 1;
}
.our-team .social li{
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li:nth-child(1){
    transform: translate3d(22px, -19px, 0px);
}
.our-team:hover .social li:nth-child(1){
    transform: translate3d(62px, -19px, 0px);
}
.our-team .social li:nth-child(2){
    transform: translate3d(36px, 38px, 0px);
}
.our-team:hover .social li:nth-child(2){
    transform: translate3d(36px, 8px, 0px);
}
.our-team .social li:nth-child(3){
    transform: translate3d(-18px, -75px, 0px);
}
.our-team:hover .social li:nth-child(3){
    transform: translate3d(-18px, -46px, 0px);
}
.our-team .social li:nth-child(4){
    transform: translate3d(-5px, -19px, 0px);
}
.our-team:hover .social li:nth-child(4){
    transform: translate3d(-43px, -19px, 0px);
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    font-size: 16px;
    color: #fff;
    margin: 0 15px 0 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li a:hover{
    line-height: 35px;
    background: #fff;
    color: #333;
    transform: rotate(-45deg);
}
.our-team .social li a i{
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
.our-team .social li a:hover i{
    transform: rotate(45deg);
}
.our-team .team-content{
    padding: 15px 10px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .title{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.our-team small{
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}
.our-team .team-layer{
    width: 100%;
    padding: 34px 10px;
    background: #f7f7f7;
    border-bottom: 2px solid #716a9e;
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .team-layer{
    bottom: 0;
    opacity: 1;
}
.our-team .team-layer a{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    transition: all 0.3s ease-in-out 0s;
}
.our-team .team-layer a:hover{
    color: #716a9e;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 35px; }
}
.btn{
    text-transform: uppercase;
    padding: 0;
}
.btn span{
    display: inline-block;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

