*{box-sizing: border-box;}
@font-face {
font-family: "mrcodezfont";
    src: url("../fonts/mrcodezfont.ttf");}

@font-face {
font-family: "emrcodezfont";
    src: url("../fonts/emrcodezfont.ttf");}
body{
    background-color:#fffdf8;
    font-family: 'mrcodezfont';

}
.snav{
        background-color: #e02e2e;
        height: 80px;
        
    }
    .snav ul{
        margin: 0;
        padding: 3%;
        color: aliceblue;
        width: 100%;
        
        
    }
    .snav ul span{
        color: white;
        float: left;
        display: block;
        font-size: 34px;
        cursor: pointer;
        
    }
    .snav ul span:hover{
        color: aliceblue;
    }
    
    .snav ul li {
       padding: 0;
        height: 60px;
        margin: 0;
        color: aliceblue;
        width: 65px;
        margin-left: 2%;
        
    }
    .snav ul li a{
        font-size: 20px;
        font-weight: bold;
        
    }
    .snav ul li:hover{
        background-color: transparent;
        color: aliceblue;

       
    }
#serv,#pro{
        cursor: pointer
    }
    .snav ul li:hover a{
        color: aliceblue;
       
    }
    .snav ul li a:hover{
        color: aliceblue;
        
    }
    
    .snavd{
        display: none;
        height: 510px;
        border-top: 2px solid white;
         background-color: #e02e2e;
        color: white;
        
    }
    #prod{
        display: none;
    }
    #servd{
        display: none;
    }
    .snavd b{
        margin-left: 2%;
        margin-top: 2%;
        font-size: 26px;
        display: inline;
        float: left;
        cursor: pointer;
    }
    .snavd ul{
        list-style: none;
        direction: rtl;
    }
    .snavd ul li{
        font-weight: bold;
         font-size: 20px;
        text-align: right;
        height: 40px;
        
        
    }
    .snavd ul li a{
        color: white;
        text-decoration: none;
    }
    .snavd ul li ul li{
        font-weight:normal;
        font-size: 18px;
    }

header{

   position: relative;
    z-index: 1;
    height: 110%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.yes{
   
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #5f5f5f;
    background-image: url(../pics/new/architecture-building-high-rise-192545.jpg);
    background-size: cover;
    opacity: 0.95;
    filter:brightness(1);
     width: 100%;
    height: 100%;
}

.declr{
    color: #ffffff;
    text-align: right;
    direction: rtl;
    padding-right: 8%;
    padding-top: 8%;
    
    
}

.declr h3{
    font-size: 26px;
}

.declr li{
    font-size: 22px;
    list-style-type:circle;
    list-style:inside;
    
/*    padding: 0.2%;*/
}



.declr button{
    margin-top: 2%;
    height: 45px;
    width: 250px;
    border: none;
    background-color: #e02e2e;
    color: #ffffff;
    font-family: 'mrcodezfont';
    cursor: pointer;
    font-size: 22px;
}



/*sec icon 4*/

.sec-icon-4{
    margin-top: 8%;
    margin-bottom: 8%;
    height: auto;
    width: 100%;
    padding: 3%;
    float: right;
    background-color: #ffffff;
    text-align: center;
    
/*    box-shadow: 0px 0px 1px 1px #fff0f0;*/
}
.sec-icon-4 i{
    font-size: 100px;
    color: #e02e2e;
}

.sec-icon-4 h3{
    color: #e02e2e;
}
.sec-icon-4 p{

    font-size: 16px;
    color: black;
    direction: rtl;
    text-align:justify;

}



.sec-icon-4>.col1,.sec-icon-4>.col2,.sec-icon-4>.col3,.sec-icon-4>.col4{
    height: auto;
    width: 22%;
    float: right;
    padding: 1%;
    border: none;
}
/*nav styles*/
.brand{
     position: relative;
/*    padding-top:2.6%;*/
    padding-right: 5%;
	background-color:#e02e2e;
    
/*    background:linear-gradient(#2f2f2f 40%,#dcc078 1200%);*/
/*    background:linear-gradient(#0b0b0b 60%,#ddd 400%);*/
	margin: 0;
	height: 12%;
/*    box-shadow:  0px 2px 3px 1px #888888;*/
/*    border: 2px solid #cd9e32;*/
    border-bottom: none;
	
}
.user-basket{
    display: inline-block;
    position: relative;
    padding: 2%;
    direction: rtl;
    float: left;
    width: 20%;
}
.user-basket span{
    color: white;
    font-size: 22px;
    padding:2%;
    cursor: pointer;
     transition: 0.5s;
}
.user-basket b{
     color: white;
    font-size: 26px;
    padding:2%;
    cursor: pointer;
     transition: 0.5s;
    
}

.user-basket i{
   display: inline-block;
    margin-top: 4%;
    margin-left: -4%;
    height: 25%;
    width: 10%;
    border-radius: 20%;
    background-color: #22303c;
    color: #ffffff;
    font-family: 'emrcodez.com';
    font-size: 20px;
    font-weight: bold;
    float: right;
    font-style: normal;
}

.user-basket span:hover{
    transform: scale(1.3);
    transition: 0.5s;
}
.user-basket a:active,.user-basket a:link,.user-basket a:visited{
    text-decoration: none;
     
    
}



nav ul{
    float: right;
/*    margin-top: 5.2%;*/
	padding: 1%;
	height: 50px;
/*	border: 2px solid #00f5ff;*/
	background-color: transparent;
    
}
/*
nav ul img{
	height: 60px;
	width: 60px;
	float: left;
	margin-right:20%;
	margin-left: 20px;
	
}
*/
.logo{
    padding: 1%;
    margin-left: 0%;
/*	height: 80px;*/
/*	width: 100px;*/
	float: right;
/*    position: absolute;*/
/*    margin-top: 3%;*/
     transition: 0.2s;
}
.logo:hover{
/*    box-shadow:  0px 0px 2px 2px #ffffff;*/
    transform: scale(1.1);
    transition: 0.2s;
    cursor: pointer;


}
.logo span{
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    font-family:calibri;
    
    
}

.logo span:hover{
    
    
}

.logo b{
    color: #ffffff;
    font-family:calibri;
    font-weight: normal;
    display: inline-block;
    width: auto;
    border-top: 1px solid #ff8787;

}
.logo b a{
    text-decoration: none;
    display: inline-block;
}
nav ul li {
    
	list-style:none;
/*	border: 2px solid #d6d6d6 ;*/
	height: 45px;
/*    padding-top: 2%;*/
	width: 140px;
	float: right;
transition: 0.7s;
/*	padding-bottom: 20px;*/
    text-align: center;
/*	margin-top: 20px;*/
	margin-left: -15px;
    	
}

nav ul li a {
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	
}
nav ul li:hover{
    
	cursor: pointer;
	background-color: #7b2a2a ;
    transition: 0.7s;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 5%;
    border-top-left-radius: 20%;
    border-top-right-radius: 5%;
	
}
nav ul li:hover a{
	color: #fffcfc;
	
}
nav ul li ul{
    background-color: #fffdf8 !important;

}
nav ul li ul li{
    border-radius: none;
	box-shadow: inset 0px 0px 3px 0px #8e650a;
	height: 400px;
	width: 300px;
/*	float: left;*/
	background-color: #fffdf8;
/*	border: 2px solid #1c3c58;*/

}
nav ul li ul li a {
	font-size: 10px;
	color:#1d1400 !important;	
}
nav ul li ul li a b {
	font-size: 14px;
    color:#1d1400;
    display: block;
}
nav ul li ul li:hover{
	box-shadow: inset 0px 0px 3px 0px #cd9e32;
   border-top-left-radius: 0;
    border-top-right-radius: 0;
/*	background-color: #315865;	*/
/*	background:linear-gradient(#113845 5%,#5a8695 90%);*/
}
nav ul li ul li:hover a{
	font-size: 14px ;
	color: #fffdf8 !important;
    border-radius: none !important;
    
}
nav ul li ul li:hover p{
	color: #1d1400;	
    
}
nav ul li ul{
	display: none;
	position: relative;
	z-index: 1;
    padding: 2%;
    margin-top: 10px !important;
	
}

nav ul li:hover ul {
	display: nonr;
	position:absolute;
	height: 425px;
	width: 100%;
	left: 0.6%;
	margin-top: 23px;
	background-color: #fffdf8;
    
	
	
	
}
nav ul li img{
    
	width: 120px;
	height: 120px;
/*	border-radius: 100px;*/
	margin-right: 0;
	margin-top: 10%;
	margin-bottom: 10%;
}
ul li p{
	font-size: 14px;
	 text-align: right;
	color: #1d1400;
	padding-left: 5%;
	padding-right: 5%;
}
nav a i img{
	height: 60px;
    width: 110px;
	position: fixed;
	bottom: 3%;
	left: 2%;
	z-index: 2;
}
nav a i img:hover{
	height: 80px;
	cursor: pointer;
}
.sticky {
  position: fixed;
    width: 98.8%;
    top: 0;
    height: 13%;
  transition: 0.5s;
}

.hidet{
    display: none;
}
/* end nav styles*/
/*programs*/

.programs{
    height: 600px;
    width: 100%;
    background-color: #071327;
    border: 1px solid #e4eeff;
    margin-bottom: 100px;

}

.progcat{
    height: 100%;
width: 40%;
    float: left;
/*    padding: 2%;*/
}
.progcat .catdata{
    padding-top: 5%;
    
    height: 100%;
    width: 100%;
    background-color:#bbd3d4;
    text-align: center;
    color: black;
/*    font-size: 40px;*/
}
.catdata ul {
    padding-right: 10%;
    direction: rtl;
    float: right;
    width: 100%;
    text-align: right;
    font-size: 26px;
}
.progcat img{
    height: 100%;
    width: 100%;
    
}
.progdata{
    height: 100%;
    width:60%;
    float: left;
    padding: 2%;
    background-color: #fefeff;
/*    border-left: 2px solid #d5ffff;*/
}
.progdata .r1{
    height: 50%;
    width: 100%;
    
}
.progdata .r1 .sec{
   float: left;
    width: 30%;
    margin-left: 3.3%;
    height: 100%;
/*    border: 2px solid black;*/
    
}
.progdata .r1 .sec img{
   height: 150px;
    width: 150px;
     margin-left: 19%;
    margin-top: 5%;
    border-radius: 10px;
    
}
.progdata .r1 .sec a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 24px;
}

.progdata .r1 .sec span{
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: #bbd3d4;
    font-size: 24px;
    border-radius: 10px;
}
.progdata .r2{
   height: 50%;
    float: left; 
    width: 100%;
}
.progdata .r2 .sec{
    float: left;
    width: 30%;
    margin-left: 3.3%;
/*    border: 2px solid black;*/
    height: 100%;
    
}
.progdata .r2 .sec img{
   height: 150px;
    width: 150px;
    margin-left: 19%;
    margin-top: 5%;
     border-radius: 10px;
    
}
.progdata .r2 .sec a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 24px;
}
.progdata .r2 .sec span{
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: #bbd3d4;
    font-size: 24px;
    border-radius: 10px;
}
/*programs*/
/*promo style*/
.clear{
	clear: both;
    
    
}
.promo{
    display: none;
    padding-bottom: 1%;
    padding-top: 1%;
	margin-top: 2%;
	height: 400px;
	width: 100%;
	float: left;
	background-color: #fffdf8;
 -webkit-animation-duration: 1s;
animation-duration: 1s;
    border:1px solid #ffeec7;
	
}
.ved{
	height: 100%;
	width: 55%;
    
	float: left;
    
}
video{
	object-fit: fill;
	height: 100%;
	width: 100%;
}
.detail{
	height: 100%;
	width: 45%;
    color: #1d1400;
/*	border:2px solid red;*/
	float: left;
	background-color: #fffdf8;
    padding-left: 3%;
    padding-right: 3%;
/*	background:linear-gradient(#004a62 20%,#5a8695 90%);*/
	
}
.dt{
	color: #1d1400;
	width: 100%;
	height: 20%;
	text-align: center;
	font-size: 30px;
	padding: 3%
}
.dr1,.dr2{
	height: 40%;
	width: 100%;
    
}
.d1,.d2,.d3,.d4{
    
	padding: 10%;
	font-size: 30px;
	text-align: center;
	box-shadow:inset 0px 0px 0px 0.3px #f8da96;
	float: left;
	height: 100%;
	width: 50%;
color: #1d1400;color: #1d1400;}
.d1:hover,.d2:hover,.d3:hover,.d4:hover{
	cursor: pointer;
	box-shadow:inset 0px 0px 2px 0px #fdfdfd;
	}
#datadisp{
	width: 45%;
	height: 400px;
	position: absolute;
	z-index: 200;
	right: 0;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
		background:linear-gradient(#fffdf8 20%,#fffdf8 90%);
	
}

/*end of promo style*/
/*about*/
/*test*/
.about0{
    margin-top: 100px;
    padding-top: 10px;
    height: 350px;
/*    border: 1px solid blue;*/
    width: 100%;
    padding-left: 20%;
    position: relative;
    z-index: 0;
}
.about1,.about2,.about3,.about4{
    height: 300px;
    border: 1px solid #cd9e32;
    width: 200px;
    text-align: center;
    float: left;
    border-radius: 10px;
    
}
.about1:hover{
   cursor: pointer;
    box-shadow: 0px 2px 10px 0px #cd9e32;
    margin-top: -20px;
    background-color: #cd9e32;
}
.about2:hover{
    cursor: pointer;
    box-shadow: 0px 2px 10px 0px #cd9e32;
   margin-top: -20px;
    background-color: #cd9e32;
}
.about3:hover{
    cursor: pointer;
    box-shadow: 0px 2px 10px 0px #cd9e32;
   margin-top: -20px;
    background-color: #cd9e32;
}
.about4:hover{
    cursor: pointer;
    box-shadow: 0px 2px 10px 0px #cd9e32;
   margin-top: -20px;
    background-color: #cd9e32;
}
.about1{
    -webkit-transform: skewY(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewy(-20deg);
    margin-right: -40px;
    position: relative;
    z-index: 1;
    background-color: #fffaee;
    
}
.about2{
    -webkit-transform: skewY(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
 transform: skewy(-20deg);
    margin-right: -20px;
    background-color: #fffaee;
    position: relative;
    z-index: 2;
   
    
}
.about3{
    -webkit-transform: skewY(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
 transform: skewy(-20deg);
    margin-right: -20px;
    background-color: #fffaee;
    position: relative;
    z-index: 2;
   
    
}
.about4{
    -webkit-transform: skewY(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
 transform: skewy(-20deg);
    margin-right: -20px;
    background-color: #fffaee;
    position: relative;
    z-index: 0;
   
    
}
.aboutcover{
    
/*    border: 2px solid;*/
    box-shadow: 0px 0px 0px 1px #cd9e32 ;
    height: 300px;
    margin-top: -270px;
    position: absolute;
    background-color: #fffaee;
/*   border-radius: 10px;*/
    
    z-index: 0;
    text-align: right;
    font-size: 20px;
/*    width: 100%;*/
}
.aboutcover p{
    padding: 3%;
    position: relative;
    z-index: 0;
    width: 100%;
}
.abmob{
    
    background-color: white !important;
    border: 2px solid #fff7ce !important;
}

/*program ads*/
.progads{
	height: 410px;
	width: 100%;
	margin-top: 5%;
    
}
.cimage{
	width: 35%;
	float: left;
	height: 90%;
    background-color: transparent;
    margin-left: 2.5%;
    margin-top: 1.5%;
    border-radius: 20px;
    
}
.cimage img{
    height: 90%;
    width: 100%;
    float: left;
    display: block;
    border-radius: 20px;
    background-color: transparent;
   
}

.cdetails{
	width: 60%;
	height: 100%;
	float: left;
	color: black;

}
.cdetails input[type=button]{
    text-align: center;
    height: 40px;
    width: 150px;
    font-size: 16px;
    margin-top: 5%;
    
    font-family: 'mrcodezfont';
    border-radius: 10px;
    cursor: pointer;
    

    
}
.cdetails h2{
    text-align: right;
    padding-right: 3%;
    
}
.pprice{

    height: 150px;
    width: 150px;
    padding: 1.1%;
    padding-top: 2%;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    margin-left: 8%;
}

.cdetails ul{
    float: right;
    direction: rtl;
    width: 100%;
    font-size: 20px;
    padding-right: 7%;
   
}


/*carusel*/
.crsl{
    
	padding-top: 50px;
/*	border: 2px solid;*/
	height: 650px;
	width: 100%;
    
/*	background-color:#f5eace;*/
    border:6px solid #ffeec7;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
	
	
}

.crslt{
	height: 550px;
	width: 40%;
    padding: 20px;
	float: right;
    color: black;
	position: relative;
	overflow: hidden;
	background-color: white;
    margin-left: 0;
    margin-right: 0;
    font-family: 'mrcodezfont';
    
    

	
}
.crslt ol{
	list-style-type: none;
	padding: 5%;
	height: 80px;
	width: 100%;
    overflow: hidden;
    
	
}
.crslt ol li{
	list-style-type: none;
	text-align: right;
	height: 100px;
	float: right;
	margin-right: 0px;
	padding: 0;
	margin: 0;
    font-family: 'mrcodezfont';
/*    direction: rtl;*/
}
.crslt li a{
	font-size: 20px;
	background-color: black;
	width: 100%;
	display: block;
	border-bottom: 0.5px solid #939393;
	margin-bottom: 5px;
	color: black;
	float: right;
	height: 100%;
	padding-top: 20px;
	text-align: right;
	text-decoration: none;
    font-family: 'mrcodezfont';
}
.crslt li a:hover{
	text-decoration: none;
	cursor: pointer;
	
}

.crslt li span{
text-align: center;
	float: left;
	font-size: 16px;
	color: black ;
	width: 80px;
	height: 40px;
    font-weight: bolder;
	font-family: 'tr';
    font-family: 'mrcodezfont';
}
.crslt li span:hover{
	color:black;
}


.crslimg{
	height:550px;
	width: 60%;
	float: right;
/*	border:2px solid #2a2626;*/
	padding: 20px;
	padding-top: 0;
	overflow:hidden;
    
/*	margin-top: -35px;*/
	

}
.crslimg ol{
	height: 100%;
	width: 100%;
	padding-left: 0;
	list-style-type: none;
    overflow:hidden;
    border-radius: 10px;
    padding: 0;

}
.crslimg li{
	height: 100%;
	width: 800px;
	margin-right: 0px;
	float: left;
	

	

}
.crslimg li img{
	width: 100%;
    height: 100%;
	background-size: 100% 100%;
	margin: 0;
    
/*	border: 10px solid #ddd;*/
	
/*	box-shadow: 20px 20px 10px 10px #454545;*/
	
}
.desc{
	width: 100%;
	color: #1d1400;
    text-align: right;
    padding-right: 5%;
    
    
}
.desc ul{
	list-style-type: none;
	padding: 5%;
	width: 450px;
}

.desc ul li{
	list-style-type: none;
	padding: 5%;
	width: 100%;
}

/*agreement*/
.check-out{
    display: none;
    height: 88%;
    width: 35%;
    padding: 3%;
    text-align: center;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 3px;
}

.check-out h2{
    font-family: calibri;
    color: #e02e2e;
}
.check-out h3{
    margin-top: 0;
     color: #4d4d4d;
    


}

.check-cont{
    text-align: right;
    direction: rtl;
    padding-right: 8%;
}
.check-out label{
    font-size: 20px;
    display: inline-block;
    width: 60px;
    color: #4d4d4d;
    
/*    border: 1px solid #cd9e32;*/
/*    box-shadow: 0px 0px 1px 1px #b7a47c*/
}

.check-out span{
    font-size: 18px;
    display: inline-block;
    color: #4d4d4d;
    margin-right: 2%;
    transition: 0.4s;
}
.check-cncl:hover{
    cursor: pointer;
    color: #e02e2e;
    transform: scale(1.4);
    transition: 0.4s;
    
    
}
.price{
    color: #ff3030 !important;
    font-weight: bolder;
    font-size: 22px !important;
}

.check-out button {
  height: 60px;
    width: 180px;
    background-color: #e02e2e;
    color: white;
    border: none;
    font-family: 'mrcodezfont';
    border-radius: 2%;
    cursor: pointer;
    font-size: 20px;
    margin: 10%;
}


.check-out button:hover {
  background-color: #f73737;
    box-shadow: 0px 0px 2px 2px #e02e2e;
    transition: 0.5s;
}



/*agreement*/


/*register*/
.reg{
    height: 800px;
    width: 100%;
    direction: rtl;
    text-align: center;
    padding-top: 2%;
    background-image: url(../pics/new/Simple%20Paisley.gif);
    
    
/*    border: 2px solid red;*/
}
.reg-form{
/*    padding: 3%;*/
    height: 100%;
    width: 100%;

    padding-top: 5%;
   
    text-align: center;
    

}
.login-col h3,.reg-col h3{
    text-align: right;
    color: #ffffff;
    margin-bottom: 7%;
    height: 60px;
    padding: 2%;
    background-color: #e02e2e;
}

.login-col{
    height: 50%;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
     background-color: #ffffff;
     box-shadow: 0px 0px 1px 1px #ededed;
   
}

.reg-col{
    height: 90%;
    width: 40%;
    border-right:  2px solid #f4f4f4;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
    
}
.login-col button,.reg-col button{
    height:50px;
    width: 130px;
    border: none;
    border-radius: 5%;
    display: block;
    margin-right: auto;
    margin-left: auto;
background-color: #e02e2e;
    color: #ffffff;
    font-size: 20px;
    font-family: 'mrcodezfont';
    cursor: pointer;
    margin-top: 5%;
    transition: 0.5s;

}


.login-col button:hover,.reg-col button:hover{
    background-color: #e02e2e;
    color: #ffffff;
    transform: scale(1.05);

    transition: 0.5s;
}

.login-col label,.reg-col label{
    height: 40px;
    width: 140px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 2%;
    text-align: right;
}

.login-col input[type="text"],.reg-col input[type="text"],.login-col input[type="password"],.reg-col input[type="password"],.reg-col select{
    height: 40px;
    width: 270px;
    font-size: 18px;
    padding-right: 1%;
    padding-left: 1%;
}


/*register*/
/*offers*/
.offer{
/*   border: 2px solid #ffcfe0;*/
    padding: 0.2%;
    padding-top: 0;
    padding-bottom: 2%;
    height: 750px;
    width: 100%;
/*    background-color: #f54f4f;*/
/*    filter: blur(1px);*/
/*    background-image: url(../pics/new/art-bright-colorful-134.jpg);*/
/*    direction: rtl;*/
}
.offer h2{
    text-align: center;
/*    color: #d41356;*/
    color:#f7ecf4;
    background-color: #e02e2e;
/*    background-color: transparent;*/
    margin-bottom: 3%;
    margin-bottom: 3%;
  
}
.offer h3{
    
}

.offer h1{
    color: #e02e2e;
    font-family: calibri;
}
.col1,.col2,.col3,.col4{
    border: 1px solid #ddd;
    float: right;
    position: relative;
    width: 21.3%;
    height: 80%;
    text-align: center;
    margin-right: 3%;
    padding: 2%;
    padding-top: 0;
    background-color: #fff7fc;
    border-radius: 5px;
    
}
.col3{

    border: 2px solid #ed5d5d;
    
}

.col3 span{
    background-color: #ed5d5d;
    color:#ffffff;
    display: inline-block;
    position: absolute;
    z-index: 1;
    border-radius: 5%;
/*    font-size: 20px;*/
    width: 120px;
    transform: rotate(-45deg);
    margin-top: 20px;
    margin-left: -60%;
    
   
    
    
   
}
.col1 ol,.col2 ol,.col3 ol,.col4 ol{
    height: 330px;
    padding-right: 12%;
    padding-left: 0;
   
}
.col1 li,.col2 li,.col3 li,.col4 li{
    direction: rtl;
    text-align: right;
    padding: 1%;
    padding-left: 0;
    list-style-type:disc;
   
    
}
.col1 input[type=button],.col2 input[type=button],.col3 input[type=button],.col4 input[type=button]{
    text-align: center;
    height: 40px;
    width: 150px;
    font-size: 16px;
    margin-top: 10px;
    background-color: #e02e2e;
    color: #f7ecf4;
    font-family: 'mrcodezfont';
/*    border-radius: 10px;*/
    cursor: pointer;
    border: none;
    

}
/*offers*/

/*db*/
.dbm{
    margin-top: 100px;
/*    box-shadow: 0px 0px 1px 1px #e6e6e6;*/
    background-color: transparent;
    padding: 3%;
    height: 550px;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    
}


.dbpicm{
    height: 100%;
    width: 50%;
    float: left;
}

.dbpicm img{
    height: 90%;
    width: 100%;
}

.dbdetailsm{
    padding: 2%;
    height: 100%;
    width: 50%;
    float: left;
    text-align: justify;
    direction: rtl;
    font-size: 18px;
    
    color: #ffffff;
}

.dbdetailsm h3{
    color: #FFFFFF;
}
/*db*/
/*caruselend*/


/*footer*/
.mainf{
	height: 750px;
	width: 100%;
    padding-right: 1%;
    
    
/*	background-color: #1c3c58;*/
/*	background:linear-gradient(#113845 20%,#5a8695 90%);#2f2f2f*/
/*	border: 2px solid green;*/
    background:linear-gradient(#2f2f2f 80%,#dcc078 300%);
}
.subsoc{
	height: 200px;
	width: 100%;

}
.subsc{
	width: 70%;
	float:right;
	
	
}
.subsc h3{
	color: #b29d6d;
	text-align: center;
}
.subsc input[type=text]{
    float: right;
	height: 50px;
	width: 300px;
    font-family: 'mrcodezfont';
	font-size: 16px;
	font-weight: bold;
	background-color: #fffdf8;
	color: #15130f;
    text-align: right;
/*	border-radius: 3px;*/
	padding-right: 20px;
	margin-right: 30%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.subsc input[type=submit]{
    font-family: 'mrcodezfont';
    margin-right: 2px;
    float: right;
	height: 49px;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fffdf8;
	color: #c49f44;
    border-top-left-radius:10px;
    border-bottom-left-radius: 10px;
/*margin-left:-90px;*/
    border-style: none    
    
}
.social{
	float: left;
	background-color:#2f2f2f;
	height: 200px;
	width: 200px;
	border-radius: 100%;
	position: relative;
	right: 0;
	top: -100;
/*	border: 0.1px solid #2d5d88;*/
	display: inline-block;
    z-index: 2;
}
.social i{
	color: #b29d6d;
	font-size: 39px;
	position: relative;
	top: 29%;
	left: 8%;
}

.social i:hover{
	color: #e2d2ae;
	font-size: 39px;
	position: relative;
	top: 29%;
	left: 8%;
	cursor: pointer;
}
.crcl{
	float:left;
	background-color: #2f2f2f;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	position: relative;
	margin-left: -30px;
	top: -50;
	z-index: 1;
	
}
.catf{
	height: 45%;
	width: 25%;
	float: right;
	border-left: 1px solid #4d4b45;
    margin: 0;
}


.mainf ul b{
    color: #b29d6d;
    font-size: 22px;
    display: block;
    text-align: right;
	margin-bottom: 20px;
    padding-right: 5%;
}
.mainf ul b:hover{
    color: #e2d2ae;
    cursor: pointer;
}

.mainf li{
	list-style: none;
	padding-top: 5px;
	padding-right: 7%;
    text-align: right;
    
}
.catf a,.supf a,.cntctf a{
	color: #b29d6d;
	font-size: 18px;
    text-decoration: none;
}

.catf a:hover,.supf a:hover,.cntctf a:hover{
    color: #e2d2ae;
    cursor: pointer;
}
.supf{
	float: right;
	height: 40%;
	width: 25%;
/*	border: 2px solid;*/
    margin: 0;
}
.cntctf{
	float: right;
	height: 20%;
	width: 25%;
	border-right: 1px solid #4d4b45;
    margin: 0;
}


.logof{
/*	padding-top: 15%;*/
	float: right;
	height: 30%;
	width: 25%;
/*	border: 2px solid red;*/
}
.logof img{
	height: 200px;
	width: 80%;
    box-shadow:  0px 0px 0px 0.1px #cd9e32;
    border-radius: 10%;
	margin: 0;
    float: right;
}
.multimedia{
	float: left;
	width: 100%;
	height: 120px;
    margin-top: 40px;
	
/*	border-top: 2px solid #3f6383;*/
	
}
.multimedia ul{
	padding-left: 20%;
/*	text-align: center;*/
	
}
.multimedia ul b{
	display: block;
	text-align: center;
	
}
.multimedia li{
	float: left;
	margin-left: 5%
}
.multimedia li img{
	margin: 0;
	height: 100px;
	width: 150px;
	border-radius: 5px;
}
.cop{
	width: 100%;
	float: right;
	margin-top: 20px;
	
}
.cop a{
	float: right;
	margin-right: 1%;
	color: #ddd;
	font-weight: bold;
    text-decoration: none;
	
}
.cop a:hover{
	font-size: 16px;
	color: #f7cd1d;
	cursor: pointer;
    text-decoration: none;
	
}
.cop b{
	color: #ddd;
	margin-left: 20%;
    }

.support{
    height: 650px;
    width: 100%;
    margin-top: 70px;
    padding-left: 0%;
    text-align: center;
    
}
.support h3{
    text-align: center;
    background-color: #d44848;
    color: aliceblue;
    border-radius: 5px;
    margin-bottom: 50px;
}
.support form{
    display: inline-block;
    padding:80px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fffdf7;
    direction: rtl;
    width: 800px;
    border:2px solid #ddd;
    
    
}

.support label{
    display: inline-block;
    height: 60px;
    width: 200px;
    font-size: 24px;
    
    text-align:right; 
    
    
}

.support select{
    font-family: 'mrcodezfont';
    height: 50px;
    width: 300px;
    font-size: 24px;
    
    
}
.support textarea{

  font-family: 'mrcodezfont';
    width: 300px;
    font-size: 24px;
    
    
}
.support input[type=text]{
    font-family: 'mrcodezfont';
    height: 50px;
    width: 300px;
    font-size: 24px;
    direction: rtl;
    
}
.support input[type=date]{
    font-family: 'mrcodezfont';
    height: 50px;
    width: 300px;
    font-size: 24px;
    direction: rtl;
    text-align: right;
    
}
.support input[type=file]{
    font-family: 'mrcodezfont';
    height: 50px;
    width: 300px;
    font-size: 24px;
    direction: rtl;
   
    
    
}

.support input[type=submit]{
    font-family: 'mrcodezfont';
    height: 60px;
    width: 200px;
    font-size: 24px;
    direction: rtl;
    border-radius: 10px;
    background-color: #d44848;
    color: aliceblue;
/*    margin-right:35%;*/
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
.support input[type=submit]:hover{
   background-color: #d96e6e;
    transition: 0.5s;
}
/*UNION (SELECT TABLE_NAME, TABLE_SCHEMA, 3 FROM  information_schema.tables);--*/
/*contact*/
.contact{
    height: 400px;
    width: 100%;
    direction: rtl;
    margin-top: 50px;
/*    background-color: #36362f;*/
    
}
.con1,.con2,.con3{
    height: 100%;
    width: 25%;
    margin-right: 6.5%;
    float: right;
    text-align: center;
    font-size: 20px;
     color: #533535;
    border: 2px solid #ddd;
    border-radius: 10px;
   
}
.contact i{
    font-size: 50px;
    margin: 3%;
    color: #533535;
}
.contact a{
    
    color: #533535;
    text-decoration: none ;
    
}
.contactchat{
    height: 150px;
    width: 120px;
    border-left: 2px solid #e5ad31;
    border-top: 2px solid #e5ad31;
    border-right: 2px solid #cb8d02;
    border-bottom: 2px solid #cb8d02;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    z-index: 1;
    top: 75%;
    background-color: aliceblue;
    transform: rotate(90deg);
    margin-left: -60;
    cursor: pointer;
   
/*    transform: skewy(5deg);*/
}
.contactchat:hover{
    margin-left: 10;
     
}

.contactchat a{
   
    font-size: 50px;
    display: inline-block;
    text-decoration: none ;
    
}
.contactchat a i{
     padding-left: 50%;
    padding-bottom: 20%;
    transform: rotate(270deg);
    font-size: 50px;
    text-decoration: none ;
    
}
.chatp{
    padding-top: 2%;
    border: 6px solid #dd6262;;
    height: 200px;
    width: 300px;
    margin: 0 auto;
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
}
.chatp a{
   font-size: 100px;
    background-color: transparent;
    border: none;
    margin-left: 13%;
    
}
.chatp a i{
   font-size: 100px;
    background-color: transparent;
    border: none;
    
}
.servcont{
    height: 300px;
    width: 100%;
    float: right;
    margin-bottom: 20px;
    
}

.servcard{
    padding: 1%;
    height: 100%;
    width: 22%;
    float: right;
    text-align: center;
    background-color: #ededed;
    color: black;
    margin-right: 2.5%;
    border-radius: 2%;
    transition: 0.5s;
}
.servcard:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
.servcard h3{
    position: relative;
    height: 20%;
    width: 100%;
    margin: 0;
    
    
}
.servcard img{
    position: relative;
    height: 70%;
    width: 100%;
    border-radius: 5%;
}
.servcard a{
    display: block;
    height: 10%;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.softpro{
    background-color: #626b71;
    display: inline-block;
    height: 200px;
    width: 200px;
    float: left;
    text-align: center;
    border-radius: 100%;
    font-size: 80px;
    font-family: 'emrcodezfont';
    padding-top: 7%;
}

.softbtn{
    background-color: #626b71;
    border: none;
    text-align: center;
    font-family: 'mrcodezfont';
    color: white;
    width: 120px;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
    margin-right: 3%; 
    
}

.softbtn:hover{
    transition: 0.5s;
    box-shadow: 0px 0px 5px 0px;
}

.mrbuss{
    direction: rtl;
    background-color: #f4f4f4;
}


.mrbuss img{
    width: 100%;
}

.basketview{
    display: block;
    min-height: 400px;
    overflow: auto;
    width: 100%;
    text-align: right;
    float: right;
    clear: both;
/*     box-shadow: 2px 2px 5px 2px  #e8dbdb;*/
/*    padding: 2%;*/
    position: relative;
/*    z-index: -1;*/
    
    
}
.basketview table{
    float: right;
    width:38%;
    text-align: center;
    

    
}
.basketview table th{
    font-size: 20px;
    background-color:#e02e2e;
    color: white;
    border: 1px solid #cbcbcb;
}

.basketview table tr{
    color: #4b3434;
}
.basketview table td{
   font-size: 20px;
    border: 1px solid #cbcbcb;
}
.bstotal{
    margin-top: 1%;
    margin-right: 5%;
    text-align: center;
    display: block;
    position: relative;
    float: right;
    width:40%;
    min-height: 380px;
    border-top-right-radius: 20%;
    border-bottom-left-radius:  20%;
    color: #4b3434;
    box-shadow: 0px 0px 5px 0px  #9a6f6f;
    padding: 5%;
    position: relative;
    z-index: 2;
}
.bstotal span{
    font-size: 24px;
    display: block;
    border-top-right-radius: 15%;
    border-bottom-left-radius:  15%;
    box-shadow: 0px 0px 5px 0px  #766767;
    background-color: #e02e2e;
    color: white;
    
}

.bstotal button{
    font-size: 20px;
    border: none;
    background-color: #e02e2e;
    color: white;
    height: 50px;
    width: 180px;
    border-radius: 3%;
    margin-top: 2%;
    font-family: 'mrcodezfont';
    transition: 0.5s;
}
.bstotal button:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.5s;
    color: white;
    background-color: #605050;
    
}
.fa-minus-circle{
    color: #e02e2e;
}
.fa-minus-circle:hover{
    cursor: pointer;
    
}
/*builder*/

/*builder*/
.testo{
    background-color: #e02e2e;
    height: 300px;
    width: 400px;
    padding: 5%;
    padding-top: 7%;
    font-size: 26px;
    text-align: center;
    border-bottom-left-radius: 30%;
    border-top-right-radius: 30%;
}

.testo span{
     font-size: 40px;
}
