 
 @import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);


/* =Variables
----------------------------------------------------------------------------- */
$dark-blue:                #204056;
$light-blue:               #59A1C9;
$aqua:                     #39D1B4;
$salmon:                   #F65A5B;

// Grayscale
$white:                    #fff;
$black:                    #000;
$black-10:                 darken(#fff, 10%);
$black-20:                 darken(#fff, 20%);
$black-30:                 darken(#fff, 30%);
$black-40:                 darken(#fff, 40%);
$black-50:                 darken(#fff, 50%);
$black-60:                 darken(#fff, 60%);
$black-70:                 darken(#fff, 70%);
$black-80:                 darken(#fff, 80%);
$black-90:                 darken(#fff, 90%);


 
 
 
 .btn--transition {
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    }
    :focus {
    outline: none;
    }
    .icons {
    margin: 50px 0;
    }
    .icon {
    margin: 0 30px 0 0;
    }
    
    .icon {
    background-color: #ff3000;
    border: 0;
    height: 79px;
    width: 79px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    }
    .icon span {
    display: block;
    height: 5px;
    width: 33px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    left: 23px;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .icon span:first-child {
    top: 28px;
    }
    .icon span:nth-child(2) {
    top: 37px;
    }
    .icon span:last-child {
    top: 46px;
    }
    .icon--active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 37px;
    }
    .icon--active span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 37px;
    }
    .icon--active span:nth-child(2) {
    opacity: 0;
    }
    .icon--button {
    border-radius: 10px;
    }
    .icon--square {
    border-radius: 0;
    }
    .icon--transparent {
    background-color: transparent;
    }
    .icon--transparent span {
    background-color: #ff3000;
    }
    .icon-transition {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }

.bd{


background-image: url("weeb.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% auto;
  margin-bottom: 2%;


}


.feedback {
  background: rgb(120,89,50);
background: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  border-color: #46b8da;
}

#mybutton {
  position: fixed;
  bottom: 10px;
  
  left: 5%;
  z-index: 999;
}

.fix{
	
	margin-top: 10%;
	
}


   h2 {
  display: flex;
  flex-direction: row;
}



h2:before{
  content: "";
  flex: 1 1;
  border-bottom: 2px solid;
margin-bottom: 1%;
  color: rgb(120,89,50);
color: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%);
}
h2:before {
  margin-right: 10px
} 
h1{
font-family: Dubai, Font;
color: black;
}

h2{
	
	  color: rgb(120,89,50);
color: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%);
text-decoration-color: rgb(120,89,50);
	
}


/* CSS */
.button-46 {
  align-items: center;
  background-color: rgba(240, 240, 240, 0.06);
  border: 1px solid #DFDFDF;
  border-radius: 16px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: flex;

  font-size: 18px;
  justify-content: center;
  line-height: 28px;
  max-width: 100%;
  padding: 6px 0px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 20%;
  margin-bottom: 5%;
}

.button-46:active,
.button-46:hover {
 
}

.button-46:hover {
 
  border-color: rgba(0, 0, 0, 0.19);
}

@media (min-width: 768px) {
  .button-46 {
    font-size: 20px;
    min-width: 200px;
    padding: 6px 0px; 
  }
}

.log{
	    margin-left: 20%
	
	
}


.body{
	
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	
}

.dropdown {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 7%;
  font-size: 25px;
  border-radius: 10px;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 1px 30px 1px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  font: 10px;
  margin-right: 10%;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  width: auto;
  font-size: 15px;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
    color: green;
    background-color: #3dd5f3;
    border-color: #25cff2;
}


 .profile-menu { 
  .dropdown-menu{
    right: 0;
    left: unset;
  }
  .fa-fw{
    margin-right: 10px;
  }  
}
.toggle-change{
    &::after {
    border-top: 0;
    border-bottom: .3em solid;
    }
} 


.cat-sub-nav {
  
  border: 0px solid rgba(0, 0, 0, .12);
background: rgb(253, 255, 253);
padding: 10px 15px 10px;
margin: 0 0px;
font-weight: bold;
/* Make this scrollable when needed */
overflow-x: auto;
/* We don't want vertical scrolling */
overflow-y: hidden;
/* Make an auto-hiding scroller for the 3 people using a IE */
-ms-overflow-style: -ms-autohiding-scrollbar;
/* For WebKit implementations, provide inertia scrolling */
-webkit-overflow-scrolling: touch;
/* We don't want internal inline elements to wrap */
white-space: nowrap;
/* Remove the default scrollbar for WebKit implementations */

display: flex;

z-index: 1;
direction: rtl;
margin-top: 1%;
cursor: grab;
cursor : -o-grab; 
cursor : -moz-grab; 
cursor : -webkit-grab;
    padding-bottom: 5px;
    border-bottom: 8px solid #b8b8b8;



}


.cat-sub-nav::before{
background-color: salmon;
height: fit-content;



}






.cat-sub-nav::-webkit-scrollbar {
   display: none;
}
.cat-sub-nav ul {
margin: 0;
   display: flex;
     -webkit-padding-start: 0px;
	 padding: 0;
}


.cat-sub-nav ul:after{

 background-color: rosybrown;
 height: 10px;

}
.cat-sub-nav li {
display: inline-table;
margin: 0 6px;
   font-size: 16px;

} 
.arrow{
background: rgba(252, 252, 252, 0.6);
}
.nav-prev {
direction: ltr;
align-items: center;
display: inline-flex;
width: 35px;
height: 55px;
position: absolute;
left: 35px;
margin-top: -10px;
z-index: 1;
box-shadow: rgba(189, 184, 184, 0.2) 0 0px 0px -1px,rgba(255, 255, 255, 0.14) 0 6px 10px 0,rgba(255, 255, 255, 0.12) 0 1px 18px 0;
cursor: pointer;
}
.nav-next {
align-items: center;
display: inline-flex;
width: 35px;
height: 55px;
position: absolute;
right: 35px;
margin-top: -45px;
z-index: 1;
direction: rtl;
box-shadow: rgba(189, 184, 184, 0.2) 0 0px 0px -1px,rgba(255, 255, 255, 0.14) 0 6px 10px 0,rgba(255, 255, 255, 0.12) 0 1px 18px 0;
cursor: pointer;

}

.cat-sub-nav .card {

width: 200px;
    border: 1px solid grey;
direction: ltr;
-webkit-transform: scale(1);
	transform: scale(1);
}

.cat-sub-nav .card:hover{


-webkit-transform: scale(0.99);
	transform: scale(0.99);
}



.cat-sub-nav .card1{

width: 250px;
    border: 1px solid grey;
direction: ltr;
-webkit-transform: scale(1);
	transform: scale(1);
}

.cat-sub-nav .card1:hover{


-webkit-transform: scale(0.99);
	transform: scale(0.99);
}


  .Image-Container {
      position: relative;
      width: ;
    }
    .Image-Container button {
      position: absolute;
      top: 20%;
      background-color: rgb(161, 2, 2);
      padding: 10px;
      color: #fff;
      left:0%;
      right:0;
      margin-left: auto;
      margin-right: auto;
      border-radius: 70%;
	      width: 20%;
    height: 50px;
    }

    .Image-Container button:hover {
      
      background-color: rgb(255, 6, 6);
	   box-shadow: rgba(255, 6, 6, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

    }
	
	  @media only screen and (max-width: 600px) (hover: hover) {
    .Image-Container button:hover {
      
      background-color: rgb(255, 6, 6);
	   box-shadow: rgba(255, 6, 6, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

    }
  }

.cat-sub-nav .card-footer {

display: flex;
    justify-content: center;
	
	color: white;
 width: 103%;
}

.cat-sub-nav .card-link {


font-size: 15px;
   background: rgb(103,103,103);
background: linear-gradient(0deg, rgba(103,103,103,1) 0%, rgba(172,172,172,1) 100%);
	color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}  


.cat-sub-nav .card-links {


font-size: 15px;
 
}  




.cat-sub-nav .card-link:hover {


font-size: 15px;
    background-color: #9fa4ae;
	color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}  

.cat-sub-nav .card-link + .cat-sub-nav .card-link {
	margin-right: 10px;
	}



.cat-sub-nav .card img{


width: 103%;

  height: 250px;
  -webkit-filter: brightness(0.99);
	filter: brightness(0.99);
}


.cat-sub-nav .card img:hover {



  
  	-webkit-filter: brightness(0.69);
	filter: brightness(0.69);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;

}

.cat-sub-nav .card1 img{


width: 100%;

  height: 250px;
  
  -webkit-filter: brightness(0.99);
	filter: brightness(0.99);
	
}

.cat-sub-nav .card1 img:hover {


width: 100%;

  height: 250px;
  
  	-webkit-filter: brightness(0.69);
	filter: brightness(0.69);
		
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;

}




.dowpdown {
    z-index: 2;
    position: relative;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 40px; /* <<< CHANGE LINE HEIGHT */
 /* your code will probably require a slightly different change to line height,
   basically, line height will need to be about 20-22px less than
   your navbar's height  */
 }

@font-face {
    font-family: 'Dubai';
    src: url('fonts/dubai.TTF');
    src: local('☺'), url('fonts/dubai.TTF')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nafees1';
    src: url('fonts/nafees.ttf');
    src: local('☺'), url('fonts/Nafees.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nafees';
    src: url('fonts/Nafees1.ttf');
    src: local('☺'), url('fonts/nafees1.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Nastaleeq'; 
    src: url('fonts/jameel.ttf');
    src: local('☺'), url('fonts/Jameel.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}


   @font-face {
  font-family: Nastaleeq ;
  src: url("/fonts/jameel.ttf"); 
}

@font-face {
    font-family: 'SEGOEUI';
    src: url('fonts/SEGOEUI.TTF');
    src: local('☺'), url('fonts/SEGOEUI.TTF')  format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: SEGOEUI;
  src: url("/fonts/SEGOEUI.TTF");
}

     @font-face {
  font-family: myFont;
  src: url(alqalam.ttf);
}

     @font-face {
  font-family: kababkhana;
  src: url(Kalam-Regular.ttf);
}
     @font-face {
  font-family: kebabkhana;
  src: url(arabic.ttf);
}
     @font-face {
  font-family: kbabkhana;
  src: url(SEGOEUI.TTF);
}

     @font-face {
  font-family: Font;
  src: url(AlFars.ttf);
}
   
   @font-face {
  font-family: myFirstFont;
  src: url(AA.ttf);
}




a:hover{
	
	text-decoration: underline;
	color: black;
	
	
}


.navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
}

.modal-body #social-links {
                width: 150%;
  	
  	text-align: left;
	direction: rtl;
            }

.rejoin{
	
	
	margin-top: 20%;
	
	
}

 div#social-links {
                width: 100%;
  	
  	text-align: center;
            }
			
            div#social-links ul li {
                display: inline-block;
            }          
            div#social-links ul li a {
              width: 40px;
  	height: 10px;
  	display: inline-block;
  	margin: 8px;
  	border-radius: 50%;
  	font-size: 34px;
  	color: rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	transition: opacity 0.15s linear;
            }
			div#social-links ul li a:hover{
				
				opacity: 1;
				
				
			}
			
			ul li  a .fab {
       	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
      }
	  
	  
	  .fa-facebook-square {
  background: white;
  color: rgb(4,9,9);
}


   .fa-twitter{
	   
	background:  ;
	   color:  rgb(4,9,9);
	   width: 80%;
    border-radius: 20%;
   }
   
   .fa-linkedin{
	   
	     color: rgb(4,9,9);
	   background: white;
	   
   }
   
   
   .fa-whatsapp{
	   
	   color: rgb(4,9,9);
	   
	      width: 80%;
    border-radius: 20%;
	   
   }
   
      
    
      
    

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
		-webkit-tap-highlight-color: transparent;
}

.noselect button {
	width: 15px;
	height: 15px;
	cursor: pointer;
background: rgb(120,89,50);
background-image: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%); 
	border: none;
	border-radius: 50%;
	transition: 200ms;
}

.noselect button svg {
	fill: white;
	width: 10px;
	height: 10px;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}

.noselect button:before {
	content: 'Back to Top';
	position: absolute;
	transform: translateX(-50%) translateY(45px);
	font-size: 15px;
	transition: 200ms;
	color: transparent;
	font-weight: bold;
}

.noselect button:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	width: 20px;
	height: 20px;
}

.noselect button:hover::before {
	color: #fff;
}

.noselect button:hover svg {
		
}

@keyframes bounce {
	0% {transform: translateX(-50%) translateY(-50%)}
	25% {transform: translateX(-50%) translateY(-65%)}
	50% {transform: translateX(-50%) translateY(-50%)}
	75% {transform: translateX(-50%) translateY(-35%)}
	100% {transform: translateX(-50%) translateY(-50%)}
}

.noselect button:focus {
	outline: none;
}



.cc{
  text-align: center;
}
.cc li{
  display: inline; 
  width: 10%;
  list-style: none;
  
  padding: 5px;
  margin-right: 5px;
}

.cc .col-md-6{
	
	text-align: center;
	
}

.cc .col-md-3{
	
	float:left;
	
	
	
}


.mycls{
	
	background-color: white;
	
}

.mycls:nth-child(2) div.cardp {
 background-color: rgba(235,215,195,0.7);
}

 .col-lg-6 img{
	
	
	
	width: 99%;
	height: 330px;
	margin-bottom: 2%;
	
	
}

.blog{


        width: 50%;
        height: 400px;
        margin-bottom: 1%;
      }

      .blog:nth-child(1){


        width: 50%;
        height: 400px;
      }

      .blog:nth-child(2){


        width: 50%;
        height: 400px;
      }

      .blog:nth-child(3){


        width: 50%;
        height: 400px;
      }

      .blog:nth-child(4){


        width: 50%;
        height: 400px;
      }
      .sec{


      }

      .sec img{

        width: 100%;
        height: 400px;
		-webkit-transform: scale(1);
	transform: scale(1);
	 -webkit-filter: brightness(0.99);
	filter: brightness(0.99);
      }
	  
	  .sec img:hover{
		  -webkit-transform: scale(0.99);
	transform: scale(0.99);
	 -webkit-filter: brightness(0.79);
	filter: brightness(0.79);
		  
	  }


.cc ul{
	
	
	display: flex;
	
}





#rcorners2 {
  border-radius: 10px;
  border: 0px solid grey;
  padding: 5px; 
  width: 120px;
  height: 105px;  
  content-align: center;
  align-content: center;
  text-align: ;
  float: left;
  margin-top: ;
  margin-bottom: 1%;
  text-align:center;
  font-size: 15px;
  margin-top: 0%;
  margin-left: 5%;
  
}

#rcorners2 img{

 text-align: center;

padding-left: 10px; 
        width:100%;
		height: 65%;
		

}


.too{
	
	text-align: center;
	display: none;
	
	
}

  .sticky {
      position: -webkit-sticky;
      
      top: 0;
    }

    body
    {
    font-family: Dubai, Font;
    overflow-x: hidden;
	}
	
	p{
		
		
		
		font-size: 20px;
		color: rgba(0,0,0,0.7);
		
	}
	
	*:focus {
    outline: none;
}


h1{
	
	color: black;
	text-decoration: none;
	font-weight: bold;
}


h2{
	
	text-align: right;
}

h6{
	    font-size: 0.9rem;
       
	
}
.modal-body{
	font-size: 18px;
}


.navbar-toggler .custom{
	
	color: white;
	
	
}
.cc{
	
	
	
	direction: rtl;
	}
	
	.cc a{
		font-size: 25px;
		
		
	}

.pane{
	
	text-align: right;
	
	
}

.d-flex{
	
	margin-right: ;
	
}


.container{
	
	
	
}

.top{
	
	font-weight: bold;
	margin-top: 1%;
	
	float: left;
	
}

.top2{
	
	
	display: none;
	
}

 .top2 ul{
	
	margin-top: 100px;
	
	
}

 .top2 .navbar-nav{
	
	margin-top: 100px;
	
	
}


 .top2 ul li{
	
	padding-top: 0px;
	margin-bottom: 25px;
	margin-right: 5%;
}

.nabar {
    display: flex;
    align-items: center;
    position: relative;
	background-color: rgb(56,23,2);
	direction: rtl;
	padding-bottom: 1%;
	margin-top: -20px;
}
.nabar ul {
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    display: flex;
    overflow-x: hidden;
	font-size: 15px;
}
.nabar ul li {
       list-style: none;
    padding: 10px 0px 0px 0px;
    border-left: 1px solid grey;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
    width: 140px;
    text-align: center;
    color: white;
}

.nabar ul li a{
	
	color: white;
	
	
}
.nabar ul li a:hover{
	
	color: white;
	text-decoration: underline;
	
}
.nabar ul::-webkit-scrollbar {
    width: 0px;
     color: dark;
 scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;	 
}
.menu {
    display: none;
}








.radio{

font-size: 20px;

padding: 6px;
direction: rtl;


}

input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

input[type=radio]:checked ~ label{
  color: #0DFF92;
}


.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  
  right: 0;
  bottom: 0;
  left: 0;
 
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: ;
}
.option-input:checked{
  background: rgb(50, 150, 80);
}
.option-input:checked::before {
 
  position: absolute;
  
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: rgb(50, 150, 80);
  
  display: block;
  position: relative;
  z-index: 100;
line-height: 40px;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}


.top nav-item{
	
	border-left: 2px olid black;
	
	
}

.top span{
	
	height: 1px;
	margin-top: 2%:
	font-size: 2px;
	color: red;
	
	
}
.topbar2{
	
	
	background-color: white	;
	margin-bottom: ;
	height: auto;
	padding-right: 2%;
	font-size: 35px;
	color: rgb(0,140,0);
	
	 padding-top: ;
     border-top: 3px solid rgb(50, 150, 80);
	
	text-align: right;
    align-content: center;
	width: 101%;
	

}
.topbar2 span{
	
	
	padding-left: 2%;
	padding-right: 2%;
	font-size: 48px;
}



figcaption{
	width: 100%;
	
	
}

.topbar2 img{
	
	
		height: auto;
	width: 50%;
	object-fit: contain;
	overflow: hidden;
	margin-top: ;
	border:  3px solid rgba(0,0,0,0);
	position: relative;
	object-fit: contain;
}

.topbar{
	
	
	background-color: 	;
	margin-bottom: ;
	height: auto;
	padding-right: 0%;
	font-size: 35px; 
	color: rgb(0,140,0);
	
	 padding-top: ;
     border-bottom: 3px solid rgb(50, 150, 80);
	
	text-align: right;
   
	align-content: center;
	object-fit: contain;

} 


.topbar .col-md-6{
	
	float: right;
	
	
}



.topbar span{
	
	
	padding-left: 2%;
	padding-right: 2%;
	font-size: 48px;
}



figcaption{
	width: 100%;
	
	
}

.logo{
	
	overflow: hidden;
	
}

.logo img{
	
	
	    height: auto;
		width: 60%;
	object-fit: contain;
	overflow: hidden; 
	margin-top: -1px;
	border:  0px solid white;
	position: relative;
	object-fit: contain;
	 
  transform: rotate(0deg) scale(1) translateZ(0);
  transition: all 0.4s cubic-bezier(.8,1.8,.75,.75);
  cursor: pointer;
}



.logos{
	
	display: none;
	
}


.topbar .col-md-6 img{
	    height: auto;
		width: 70%;
	object-fit: contain;
	overflow: hidden; 
	margin-top: 5px;
	border:  5px solid white;
	position: relative;
	object-fit: contain;
	
  transform: rotate(0deg) scale(1) translateZ(0);
  transition: all 0.4s cubic-bezier(.8,1.8,.75,.75);
  cursor: pointer;
      

	
} 



.topbar .navbar-brand{
	
	margin-left: 90%;
	
}

.navbar a{
	
	font-size: 12px;
	
}

#Nav{
	
background: rgb(120,89,50);
background: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%);
 direction: rtl;
	height:50px;   
}

.navbar{
	
	
	
	height: auto;
	
	padding-top: 10px;
	
	
	
}


.navbar ul::-webkit-scrollbar {
    width: 0px;
     color: dark;
 scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;	 
}

.form-horizontal{
	
	margin-left: 2%;
	
	
}













.navbar-nav {
	
	
	
	
	
  
	
	color: white;
	
	
	
}

nav ul {
	-webkit-font-smoothing: antialiased;
	
}
nav li {
	
	
}



.navbar-nav span{
	
	color: black;
	font-size: 25px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	height: 55px;
	border-left: 1px solid rgb(192,192,192);

  height: 600px;
	
}

iframe{
	
	width:60%; height:300; border: 0px
	
	
	
}



#mainNav{
	
	margin-top: 2%;
   background: rgb(211,211,211);
  background: linear-gradient(180deg, rgb(211,211,211) 12%, rgb(211,211,211) 79%);
  
 color: black;
 

	 
}

#Nav .navbar>.container-fluid{
   
   overflow-x: ;
   flex-wrap: inherit; 
    align-items: center;
    justify-content: space-between;
}


  .row-cols-lg-8 > * {
      flex: 0 0 12.5%;
      max-width: 6.5%;
	  padding-left: 20px;
    }
	
	.row-cols-lg-8 .col{
		
		height: 50px;
		margin-left: 5%;
		 
	}


  .row-cols-lg-8 a{
	  
	
	  
	  
  }

#mainNav li{
	
	display:flex;
	align-items: center;
	border-left: 1px solid black;;
	 line-height: 1px;
	 
	 font-size: 20px;
	 width: 20%;
	
}

#mainNav .navbar-nav .nav-link{
	
	color: black;
	
	
	
	
}

.navbar-nav .nav-link{
	
	color: white;
	
	min-height: 50px;
	
	font-size: 16px;
	 
	
	align-content: center;
	
	display: grid;
	align-items: center;
	
	
}


.nav-item{
	

	
	
	
}

.nav-item:hover{
	text-decoration: none;
	
	border-bottom: 0px solid white;
	
}

 .nav-link:hover{
	
	font-weight: bold;
	border-bottom: 0px solid white;
	
}
.nav-link .active {
	
	
	
	font-weight: bold;
	border-bottom: 0px solid white;
	
}

.pagination{
	
	margin-left: 15%;
	
}


.navbar-nav li{
	
	
  padding: 4px 6px;
  
  
  
	
	
}



.navbar-toggler {
	
	margin-left: 90%;
	
	
}


body {
 
}

h1 {
  color: black;
  margin-left: 20px;
}

section{
	
margin-bottom: -5%:


}


      .cardp {

            height: 100%;
            width: 20rem;
            max-width: 100%;
            background-color: white;
            margin: 0 auto;
            box-shadow: 0 0 20px rgb(163 163 163 / 45%);
            border-radius: 1px;
			height: 400px;
        }
		
		  .cardp:hover {

           
            box-shadow: 0 0 20px rgb(163 163 163 / 30%);
            
        }

        .card_profile_img {
            max-height: 100%;
            max-width: 100%;
            text-align: center;
            padding: 22px;
        }

        .card_profile_img img {
            position: relative;
            height: 200px;
            max-width: 100%;
            max-height: 100%;
            width: 100%;
			margin-bottom: -8%;
           
           
        }

     

        .card_content {
            padding: 18px;
            text-align: center;
			height: 130px; 
			direction: rtl;
        }

        .card_content h3 {
            
            color: #333;
            text-transform: uppercase;
            font-weight: 900;
			font-size: 23px;
        }


        .card_content span {
            font-family: arial;
            font-size: .6rem;
            font-weight: 900;
            color: #777;
            text-transform: uppercase;
        }

        .card_content p {
            text-align: justify;
            font-family: arial;
            color: rgba(0, 0, 0, .4)
        }

         small.category {
          font-size: 11px;
      }
      
       small {
          font-weight: bold;
          background: #000;
          color: #fff;
          display: inline-block;
          padding: 0 5px 3px;
          margin-right: 7%;
      }

.cards{
	
	margin-top: 0%;
	
	
	
}

.card{
	
	width: 90%;
	height: 60%;
	
	padding-right: 3%;
	
	background-color: rgba(255,248,220,0.0);
	border: 0px solid black;
	
}


.card p{
	
	
	
}



.allpost{
	
	
	
	
	
}


.allpost .container{
	
	direction:rtl;
	width:75%;
	
	
	
}


.allpost .row{
	
	direction:rtl;
	background-color: rgba(255,248,220,0.2);
	
	
}






.card-img-top{
	
	height:60% !important;
	width: 102%;
	object-fit: fill;
	
	margin-bottom: -5%;
	
	
	
	
}


.card-text{
	
	width: 120%;
	text-align: right;
	padding-right: 15%;
	
}





.navbar-brand{
	
	margin-right: 20px;
	font-size: 20px;
	
	color: white;
	height: auto;
	
}

.navbar-brand img{
	
	width: 90%;
	padding-bottom: 20%;
	
	
	
}


.card p:nth-of-type(2) {

}

footer{
	margin-top: -1px;
	background-color: 	rgb(54,59,59);
	text-align: right;
	padding-right: 1%;
	
	margin-bottom: -2%;
	
	
}

footer .row{
	direction: rtl;
	margin-bottom: -1%;
	
}

.base{
		margin-top: 2%;
	
	
}

.copyrights{
	
	
	
}


.terms{
	
	
	
	
}




.socal{
	
	padding-top: 1px;
	padding-right: 3%;
	
}

.socal .fa-twitter{
	
	
	width: auto;
	color: white;
	
}

.fa-paper-plane{
	
	
	
	
}
.fa-paper-plane:hover{
	
	
	color: green
	
}


.fa-thumbs-up{
	
	
	
	
}

.fa-thumbs-up:hover{
	
	
	color: green
	
}

.btns{
	margin-left: 65%;
	display: flex;
	margin-inline-start: auto;
    margin-bottom: 1%; 
	 font-size: 17px;
}

.btns .active{
	
	
	color: green;
	
}

.btns button{
display: flex;	
	
	
} 




.socal .fab{
	
	padding: 5px;
	
	font-size: 30px;
}

.socal .fa-linkedin{
	
	background-color: rgba(0,0,0,0.0);
	color: white;
	
}

.socal .fa-facebook-square{
	
	
	background-color: rgba(0,0,0,0.0);
	color: white;
	
}{
	
	background-color: rgba(0,0,0,0.0);
	color: white;
	
}

footer .bb .row{
	
	text-align:right;
	
	margin-left: 0%;
	
	direction: rtl;
	margin-top: 1%;
	
}  

.bb .row .col-md-2{
	
	
	
	    width: 15.66666667%;
    padding-right: 0px;
    margin-top: -10px;
    margin-right: 3%;
}

footer .bbb .row{
	
	text-align:right;
	
	margin-left: 40%;
	
	direction: rtl;
}

footer .bbb .row .col-md-4{
	
	padding-left: 5%;
}

footer p{
	
	padding-top: 0%;
	font-size: 15px;
	color: white;
margin-bottom: 0.1rem;
	
}

footer a{
	
	
	color: white;
	
}

footer a:hover{
	
	color: white;
	
	
}

 hr.f{
	
	border-top: 1px solid white;
	
}



.banner{

 margin-top: 5%;
 
 margin-bottom: -2%;
 
 margin-left: 2%;
 margin-right: 2%;


}

.banner p{
	
	font-weight: 520;
	font-size: 18px;
}

.banner a{
	
	text-decoration: none;
	
}


.banner a:hover{
	
	text-decoration: underline;
	color: black;
	
	
}

.banner-text{
	
	margin-left: %;
	
	
	
}

.banner-text h1{
	
	color: black;
	margin-top: 2%;
}

.banner-img{
	
	margin-right: %;
	
	width: 100%;
	
	height: 20%;
	
	
}

.banner-img img{
	
	height: 300px;;
	
}


.post-head{
	
	
	
	
	
}


.post-heads{
	
	display: none;
	
	
	
}




ul{


	border-radius: 0;
}

.list-group{
	
	font-size: 22px;
	
	
	margin-bottom: 5%;
	
	border: .0px solid rgba();
    border-bottom: none;
}


.list-group a{


border: .0px solid rgba();
    border-bottom: none;

}




.card-horizontal {
    display: flex;
    flex: 1 1 auto;
	direction: rtl;
	width: 80%;
	padding-bottom: 50px;
	border-bottom: 1px solid grey;
   margin-left: 15%;
 

}

.card-horizontal:after {
    content: "";
    display: block;
    border-bottom: 1px solid blue;
}
.card-horizontal img{
	
	width: 250px;
	height: 150px; 
	
}

.card-title a{
	
	text-decoration: none;
	
}

.card-title a:hover{
	
	text-decoration: underline;
	
}

.btn-default{
	
	border: 1px;
	font-size: 25px;
	
} 




.btn-default:hover{
	
	text-decoration: underline;
}


.form-control{
	
	width: 60%;
	border-radius: 10px;
	box-shadow: rgb(204, 219, 232) 2px 2px 3px 0px inset, rgba(255, 255, 255, 0.2) -3px -3px 6px 1px inset;
	
}


.control-group{
	
	
	margin-bottom: 2%;
	
}

.topi{
	border-bottom: 8px solid #b8b8b8;
	position: fixed;
	z-index: 9999;
	width: 100%;
	direction: rtl;
}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
   box-shadow: none;
   outline: 0 none;
    border-color: rgba(126, 239, 104, 0.8);
}
.sponsers{
	
	background: ;
	
	width: 100%;
	
	
	font-weight: ;
	color: rgb(50, 150, 80);
 
	align-content: center;
	border-radius: 5px 5px 5px 5px;
	background-color: white;
    direction: rtl;
    padding: 5%;
	
	margin-bottom: -5%;
	font-size: 40px;
	
}

.sponsers img{
	
	width: 40%;
	
	
	
}

.sponsers h1{
	
	color: white;
	display: flex;
	align-items: center;
	
}


.list ol {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-end: span 6;
    column-gap: 2rem;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
	direction: rtl;
	font-size: 25px;
	color: black;
	counter-reset: list;
	direction: rtl;
}



.list a{
	
color: black;
padding-top: 5px;	
width: 90%;
	
	
}

.list a:hover{
	
	font-weight: bold;
	
}
	
	.kkli{
		
		color: rgb(120,89,50);
color: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%);
 list-style: none; margin-top: 20px;
		font-weight: 700;
		
	}
	
	.kklist{
		
		display: contents;
    font-size: 50px;
	font-weight: 400;
		
		
	}
	
	.kkl{
		color: black; font-size: 0.95em; line-height: 1.75rem;
    margin-top: -65px;
    padding-right: 61px;
		
	}
	
	
	.kli{
		
		color: rgb(120,89,50);
color: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%); list-style: none; margin-top: 0px;
		font-weight: 700;
		line-height: 90px;
		
	}
	
	.klist{
		
		display: contents;
    font-size: 30px;
	font-weight: 400;
		
		
	}
	
	.kd{
		margin-right: -0%;
		
	}
	
	.kl{
		color: black; font-size: 0.90em; line-height: 1.5rem;
    margin-top: -65px;
    padding-right: 41px;
		
	}

	.col-md-2{
		
		width: 15.66666667%; padding-right: 40px; margin-top: -15px;
		
		
	}
	
	
	.col-md-2 a{
		
		font-size: 17px;
		
		
		
	}
	





#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
background-image: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%); 
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: -1%;
}

#myBtn:hover {
  background-image: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.89) 100%); 
}






.search-container{
	
	margin-bottom: 4px;
	direction: ltr;
	margin-top: -2%;
    margin-right: 30%;
}


figcaption{

color: black;
font-weight: 600;
color: rgba(0,0,0,0.8);
font-size: 22px;

}

a:hover{
	
	
}



.search-container button{

margin-right: -10px;
height: 32px;


	border: 0px solid whitesmoke;
}

.search-container input[type=text]{
	
	direction: rtl;
	
	border-radius: 5px 5px 5px 5px;
	
	height: 31px;
	border: 1px solid grey;
	border-left: 0px solid red;
}


input:focus { 
    outline: none !important;
    border-color: white;
    box-shadow: 0 0 0px white;
 }

 input:focus, textarea:focus, select:focus{
        outline: none;
    }
.input-group-text{
	
	background: rgb(120,89,50);
background: linear-gradient(0deg, rgba(120,89,50,1) 2%, rgba(207,168,125,0.59) 100%);
	
	
}


.buttons{
	
	
	margin-top: 1%;
	
	padding: 0;
        list-style: none;
        font-size: 0;
	
	
}


 .buttons a{
	  
	  
	  margin-left: 25%;
  }



button{

border: 0px solid white;
background-color: rgba(0,0,0,0.0);


}







/* CSS */
.button-48 {
  appearance: none;
  background-color: ;
  border-width: 0;
  border-radius: 10%;
  box-sizing: border-box;
  color: #747373;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 1px solid  #cccccc;
  padding: 0.4em 0.4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  margin-top: -30%;
  direction: ltr;
  margin-right: -15%;
  color: rgba(0,0,0,.55);
    font-size: 15px;
	width: 155%;
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #EBEBEB;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
  z-index: 1;
  position: relative;
}






.button-80 a{
  background: #fff;
  backface-visibility: hidden;
  border-radius: .475rem;
  border-style: solid;
  border-width: .100rem;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: Dubai;
  font-size: 1.rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: .875rem ;
  position: relative;
  
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
  width: 140px;
  font-size: 12px;
 
       -moz-box-shadow: inset 0 -10px 10px -12px #000000;
  -webkit-box-shadow: inset 0 -10px 15px -10px #000000;
  box-shadow: inset 0 -10px 15px -12px #000000;
}

.button-80:not(:disabled):hover {
-moz-transform: scale(1.05) slow;
    -webkit-transform: scale(1.05) slow;
    -o-transform: scale(1.05) slow;
    -ms-transform: scale(1.05) slow;
    -webkit-transform: scale(1.05) slow;
  transform: scale(1.05);
  
  
}

.button-80:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-80:focus {
  outline: 0 solid transparent;
}

.button-80:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-80:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-80:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-80:not(:disabled):active {
  transform: translateY(.125rem);
}


#addform{
	
	margin-top: 0%;
	
	margin-left: 10%;
	
	margin-bottom: 5%;
	
}




.contact{
	
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	width: auto;
	margin-top:15%;  
	padding: 1%;
}

.contact h1{
	
	margin-left: 10%;
	padding: 10%;
	
	
}


.ab{
	margin-right: 15%;
	
	
}



.bgc{
		
	margin-top: 10%;
	
	
	
}



.top-container {
    display: flex;
    align-items: center; 
	margin-left: -50%;
   
    border-radius: 25px;
	font-weight: 600;
}
 

 
.profile-image {
    border-radius: 10px;
    border: 2px solid #5957f9
}

.name1 {
    font-size: 15px;
    font-weight: bold;
    color: #272727;
    position: relative;
    top: 12px
}

.mail {
    font-size: 14px;
    color: grey;
    position: relative;
    top: 0px
}


.bgc .col-md-8{
	
		background:  rgba(162,162,162, 0.2) 
  ;
	
	animation: gradient 15s ease infinite;
	
	
}


.col-md-9 figcaption{
	
	    color: black;
    font-weight: 600;
    color: rgba(0,0,0);
    font-size: 16px;
	opacity: 0.6;
	 
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


  .alignleft {
      width:50%;
      float:left;
      text-align: left;
    }

    .alignright {
      width:50%;
      float:left;
      text-align: right;
    }
	
.bhr  hr{
     clear:both;
	 margin-top: -2%;
	 margin-bottom: 1%;
    }

.comments{
	
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
	
	border: 1px solid rgba(180,180,180,0.1);
	border-radius: 5px;
	background-color: rgba(180,180,180,0.1);
	direction: ltr;
	padding-bottom: 2%;
	
}


#comment-form{
	
	text-align: left; margin-left: 3%; margin-top: 1%;
	
}


#comment-form input{
	
	margin-bottom: 1%;
	
}


#comment-form textarea{
	
	margin-bottom: 1%;
	
}

.comments h5{
	
	margin-bottom: 0px;
	font-weight: 600; 
	
	 
}

.comments #target {
  background:rgba(235,235,235,0.9);
  width:80%;
 
 
  height:auto;
  padding:5px;
  display:none;
}





.comments p{
	
	
	margin-bottom: 0px;
	font-size: 18px;
    color: rgba(0,0,0,0.6);
	
}



.comments span{
	
	font-size: 10px;
    color: rgb(50,50,50);
	
	
}


.blog1-post-info-box{
	
margin-bottom: -4%; 	
	
	
	
}
  



.card-horizontal :nth-child(5){
	
	
	border-bottom: 0px solid grey;
	background-color: red;
	
}

.comments ul {
  list-style: ;
}

.comments img{
	
	width: 5%;
	float: left;
	margin-right: 1%;
	
}
.drop{
    overflow: hidden;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 100%;
    left: 0;
    top: 48px;
    div{
      @include transform(translate(0,-100%));
      @include transition(all 0.5s 0.1s);
      position: relative;
    }
    li{
      display:block;
      padding: 0;
      width: 100%;
      background: $secondarycolor !important;
    }
  }

.comments li{
	
	
	padding-top: 5px;
	
}

.comments .form-control{
	 
	box-shadow: rgb(204, 219, 232) 2px 2px 3px 0px inset, rgba(255, 255, 255, 0.2) -3px -3px 6px 1px inset;
}



.pagination > li > a,
.pagination > li > span {
    color: green; // use your own color here
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: green;
    border-color: green;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: green; //your color
    border-color: green; //your color
}



.third {
  border-color: $blue;
  color: #fff;
  box-shadow: 0 0 40px 40px $blue inset, 0 0 0 0 $blue;
  transition: all 150ms ease-in-out;
  
  &:hover {
    box-shadow: 0 0 10px 0 $blue inset, 0 0 10px 4px $blue;
  }
}




   .cata-sub-nav {
           border: 0px solid rgba(0, 0, 0, .12);
        background: rgb(253, 255, 253);
        padding: 10px 15px 10px;
        margin: 0 0px;
		font-weight: bold;
        /* Make this scrollable when needed */
        overflow-x: auto;
        /* We don't want vertical scrolling */
        overflow-y: hidden;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        white-space: nowrap;
        /* Remove the default scrollbar for WebKit implementations */
        
        
        border-left: 50px solid rgba(247, 241, 241, 0.2);
        border-right: 50px solid rgba(236, 235, 235, 0.2) ;
        z-index: 1;
		direction: rtl;
		margin-top: 1%;
		cursor: grab;
		cursor : -o-grab; 
		cursor : -moz-grab; 
		cursor : -webkit-grab;
    }


    .cata-sub-nav::before{
     background-color: salmon;
     height: fit-content;



    }






    .cata-sub-nav::-webkit-scrollbar {
            display: none;
        }
    .cata-sub-nav ul {
        margin: 0;
            display: flex;
              -webkit-padding-start: 0px;
    }


    .cata-sub-nav ul:after{

          background-color: rosybrown;
          height: 10px;

    }
    .cata-sub-nav li {
        display: inline-table;
        margin: 0 10px;
            font-size: 16px;
         
    } 
    .arrow{
      background: rgba(252, 252, 252, 0.6);
    }
    .nav-prev {
		direction: ltr;
        align-items: center;
        display: inline-flex;
        width: 35px;
        height: 55px;
        position: absolute;
        left: 35px;
        margin-top: -10px;
        z-index: 1;
        box-shadow: rgba(189, 184, 184, 0.2) 0 0px 0px -1px,rgba(255, 255, 255, 0.14) 0 6px 10px 0,rgba(255, 255, 255, 0.12) 0 1px 18px 0;
		cursor: pointer;
    }
    .nav-next {
        align-items: center;
        display: inline-flex;
        width: 35px;
        height: 55px;
        position: absolute;
        right: 35px;
        margin-top: -45px;
        z-index: 1;
        direction: rtl;
        box-shadow: rgba(189, 184, 184, 0.2) 0 0px 0px -1px,rgba(255, 255, 255, 0.14) 0 6px 10px 0,rgba(255, 255, 255, 0.12) 0 1px 18px 0;
		cursor: pointer;
    }











    button .active{
		
		font-weight: normal;
		color: green;
		
		
	}


button:focus {outline:0;}


    
    
    /* CSS */
    .button-17 {
      align-items: center;
      appearance: none;
      background-color: #fff;
      border-radius: 24px;
      border-style: none;
      box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
      box-sizing: border-box;
      color: #3c4043;
      cursor: pointer;
      display: inline-flex;
      fill: currentcolor;
      
      font-size: 14px;
      font-weight: 600;
      height: 35px;
      justify-content: center;
      letter-spacing: .25px;
      line-height: normal; 
      max-width: 100%;
      overflow: visible;
      padding: 2px 14px;
      position: relative;
      text-align: center;
      text-transform: none;
      transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      width: auto;
      will-change: transform,opacity;
      z-index: 0;
    }
    
    .button-17:hover {
      background:  #228B22;
      color: #ededee;
    
    }
    
    .button-17:active {
      box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
      outline: none;
      box-shadow: rgba(185, 250, 199, 0.3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }
    
    .button-17:focus {
      outline: none;
      border: 1px solid #0d5c37;
      box-shadow: rgba(185, 250, 199, 0.3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;

    }
    
    .button-17:not(:disabled) {
      box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }
    
    .button-17:not(:disabled):hover {
      box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
    }
    
    .button-17:not(:disabled):focus {
      box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }
    
    .button-17:not(:disabled):active {
      box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
    }
    
    .button-17:disabled {
      box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }



 .btnn {
        text-decoration: none;
        border: 1px solid rgb(146, 148, 248);
        position: relative;
        overflow: hidden;
      }
      
      .btnn:hover {
        box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
      }
      
      .btnn:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          120deg,
          transparent,
          rgba(146, 148, 248, 0.4),
          transparent
        );
        transition: all 650ms;
      }
      
      .btnn:hover:before {
        left: 100%;
      }








.one, .two, .three, .four, .five {
        border: none;
        border-radius: 4px;
       
        overflow: hidden;
        padding: 2px 10px 10px 10px;
        margin-bottom: 0px;
		margin-top:2%;
        font-size: 18px;
		font-weight: bold;
        position: relative;
        color: black;
        outline: none;
        cursor: pointer;
        width: 40%;
        -webkit-transition: background-position .7s,box-shadow .4s;
        transition: background-position .7s,box-shadow .4s;
        background-size: 110%;
        margin-right: 4%;
		border : 2px solid grey;
      }
      .one:hover, .two:hover, .three:hover, .four:hover, .five:hover {
        background-position: 0% 30%;
      }
      .one:hover:after, .two:hover:after, .three:hover:after, .four:hover:after, .five:hover:after {
        right: -40px;
        -webkit-transition: right .4s,-webkit-transform 30s .2s linear;
        transition: right .4s,-webkit-transform 30s .2s linear;
        transition: right .4s,transform 30s .2s linear;
        transition: right .4s,transform 30s .2s linear,-webkit-transform 30s .2s linear;
      }
      .one:before, .two:before, .three:before, .four:before, .five:before, .one:after, .two:after, .three:after, .four:after, .five:after {
        font-family: FontAwesome;
        display: none;
        position: absolute;
      }
      .one:before, .two:before, .three:before, .four:before, .five:before {
        -webkit-transition: all 1s;
        transition: all 1s;
        font-size: 30px;
        left: 25px;
        top: 19px;
      }
      .one:after, .two:after, .three:after, .four:after, .five:after {
        -webkit-transition: right .4s, -webkit-transform .2s;
        transition: right .4s, -webkit-transform .2s;
        transition: right .4s, transform .2s;
        transition: right .4s, transform .2s, -webkit-transform .2s;
        font-size: 100px;
        opacity: .3;
        right: -120px;
        top: -17px;
      }
      
  
      
         .two {
       
        background: rgb(224,224,224);
background: linear-gradient(0deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
      }
      .two:hover {
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 2px 0px grey;
      }
      .two:hover:after {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      .two:hover:before {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
   
	  .two hr{
		  margin: 0.2rem;
		  
		  
	  }

      .two b {
        color: black;
        font-weight: 600;
		font-size: 22px;
      }
      
      .two b:hover {
        color: black;
        font-weight: 900;
		font-size: 22px;
		text-decoration: underline;
      }
	  
	  
      
      .four {
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #33E7EA;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#33E7EA), to(rgba(161, 245, 245, 0.24))), url("https://cdn2.itpro.co.uk/sites/itpro/files/server_room.jpg");
        background-image: linear-gradient(to bottom, #990101, rgba(161, 245, 245, 0.24)), url("https://cdn2.itpro.co.uk/sites/itpro/files/server_room.jpg");
      }
      .four:hover {
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #33E7EA;
      }
      .four:hover:after {
        -webkit-transform: rotate(3000deg);
                transform: rotate(3000deg);
      }
      .four:hover:before {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
      .four:after, .four:before {
        content: "";
      }
      .four b {
        color: #1CF4FF;
        font-weight: 700;
      }
      
     
    .five {
		font-size: 20px;
      
     background: rgb(224,224,224);
background: linear-gradient(0deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
      }
      .five:hover {
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 2px 0px grey; 
      }
      .five:hover:after {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      .five:hover:before {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      .five b {
        color: black;
        font-weight: 600;
		font-size: 20px;
      }
	  
	   .five b:hover {
        color: black;
        font-weight: 600;
		
		text-decoration: underline;
      }
	  .five hr{
		  margin: 0.2rem;
		  
		  
	  }


.sm6{
	
	display: contents;
	
}

.sm6 .smtext{
	
	display: none;
	
	
}

.numbers{
	
	margin-right: 38%;
	    font-weight: 500;
	
	 
}




.error{
	
	color: red;
	
	
	
}


/* Style for slider-box DONT TOUCH IT*/
.slider-box{
  width:100%;
  background-color:#eee;
  position:relative;
  min-height:300px;
  z-index:0;
  overflow:hidden;
  margin-top: 3%;
}

.slider-content, .slider-content .slider-item{
  position:absolute;
  top:0;
  width:100%;
  height:100%;
}

.slider-content .slider-item{
/*  Offset (effet slide in/out) to off set left:0; */
  left:5%;
}

.slider-content .slider-item{
  visibility:hidden;
  opacity:0;
  transition:all 0.5s ease-in-out;
}

.slider-content .slider-item.active{
  visibility:visible;
  opacity:1;
  left:0;
}

.slider-pagin{
  position:absolute;
  bottom:0;
  left:50%;
  transform:translate(-50%, 0);
}

.slider-pagin ul{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 0;
}

.slider-pagin ul li{
  padding-bottom:0;
  transition:all 0.2s ease-in-out;
}

.slider-pagin ul li+li{
  margin-left:2px;
}

.slider-pagin ul li a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:10px;
  height:10px;
  border-radius:50%;
  background-color:#000;
  border:2px solid #FFF;
  text-decoration:none;
  color:#FFF;
  transition:all 0.2s ease-in-out;
}

.slider-pagin ul li.active a, .slider-pagin ul li a:hover, .slider-pagin ul li a:focus{
  background-color:#FFF;
  border:2px solid #000;
}

.slider-pagin ul li.active{
  padding-bottom:5px;
}

.slider-fillbar{
  position:absolute;
  bottom:0;
  left:0;
  width:0;/* must be 0, only othe values to preview */
  height:3px;
  background-color:rgba(0,0,0,0.25);
}

.slider-background{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-repeat:none;
  background-position:center;
  z-index:-1;
}

/* Your slider box style */
.slider-content .slider-item{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:2em;
  color:#FFF;
  font-size:3rem;
}

 


table { 
	width: 750px; 
	border-collapse: collapse; 
	margin:50px auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background: #c6b69a; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 15px;
	}
	
	.add_survey{
		
		margin-right:50%;
		
		
	}
	
	[data-columns] {
		
		
		font-weight: bold;
		margin-left: 10%;
		
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 20%; 
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 200px
;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}
	.add_survey{
		
		margin-right:40%;
		
		
	}

}



.loginn button {
	border-radius: 20px;
	border: 1px solid #FF4B2B;
	background-color: #FF4B2B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

.loginn button:active {
	transform: scale(0.95);
}

.loginn button:focus {
	outline: none;
}

.loginn button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

.loginn form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.loginn input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

.loginn .container {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

.loginn .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.loginn .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.loginn .container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.loginn .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.loginn .container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.loginn .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.loginn .container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.loginn .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.loginn .container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.loginn .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.loginn .overlay-left {
	transform: translateX(-20%);
}

.loginn .container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.loginn .overlay-right {
	right: 0;
	transform: translateX(0);
}

.loginn .container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.loginn .social-container {
	margin: 20px 0;
}

.loginn .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

.loginn footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.loginn footer p {
    margin: 10px 0;
}

.loginn footer i {
    color: red;
}

.loginn footer a {
    color: #3c97bf;
    text-decoration: none;
}

.search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 40px;
    height: 40px;
    background: #2f3640;
  }
  
  .search-box:hover .search-txt {
    width: 240px;
    padding: 0 6px;
  }
  
  .search-box:hover .search-btn {
    background: #fff;
  }
  
  .search-txt {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    font-size: 1rem;
    width: 0px;
  }
  
  .search-btn {
    color: #1abc9c;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
  }

.searchbar {
	direction: rtl;
	display: none;
	margin-top: 0%;
}
.Search {
	width: 0px;
	height: 0px;
	border: 0px;
	transition: 500ms;
}


.Search input[type=text] {
    border: 0px solid #ccc;
}




.SearchOpen {
	margin-right: 8%;
	width: 220px;
	border: 1px solid #ccc; 
	border-radius: 10px;
	height: 35px;
	margin-bottom: 2vh ;
	padding: 3%;
}

.btn{
	
	font-size: 20px;
}


.searchIcon {
	padding: 10px;
	position: absolute;
	top: 8vh;
    right: 5%;

}


.likers{
	
	
	margin-right: 0%;
	
	font-size: 16px;
}

.insights{
	
	display: flex; 
	margin-bottom: 0%;
	
	
	
}

.views{
color: black; 
background-color: rgba(0,0,0,0.0); 
font-size: 16px;
 margin-right: auto; 
 width: fit-content;
 border: 1px solid rgba(0,0,0,0.0); }
 
 .likee{
	 
	  margin-right: 5%; padding: 5px;
    width: 10%; background-color:rgba(0,0,0,0.0 ); border-radius: 15%;  width: fit-content;  border: 1px solid rgba(0,0,0,0.0);
     margin-top: -4%;
	 
	 
 }

.send{
	
	 padding: 5px;
    width: 10%; background-color:rgba(0,0,0,0.0); border-radius: 15%;  width: fit-content;  border: 1px solid rgba(0,0,0,0.0); margin-left: ; margin-right: 5%;
	margin-top: -4%;
	
	
	
}


.banner1  {
  width: 100%;
  background: rgb(120,89,50);
  background: linear-gradient(0deg, rgb(78 76 76 / 92%) 2%, rgb(98 98 98) 100%);
  
  display: flex;
  padding: 2em 1em 2em 1em;
  box-sizing: border-box;
  align-items: center;
  position: fixed;
  bottom: 0;
      z-index: 9999;
	  direction: rtl;
	  overflow-x: hidden;
}

.banner__content {
  flex-grow: 1;
  margin-right: 1em;
  line-height: 1.4;
  font-size: 20px;
  color: #ffffff;
}

.banner__close {
  flex-shrink: 0;
  padding: 3px 10px 1px 9px;
  border-radius: 4px;
  border: none;
  background: #6c757d;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  margin-right: 85%;
}

.banner__close:hover {
  background: #6c757d;
}


  


@media only screen and (max-width: 812px) and (min-width: 375px)  {
    
.banner__close {
  flex-shrink: 0;
  padding: 5px 9px 5px 9px;
  border-radius: 4px;
  border: none;
  background: #6c757d;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  margin-right: 35%;
    
}

}

@media only screen and (max-width: 374px) and (min-width: 320px)  {
    
.banner__close {
  flex-shrink: 0;
  padding: 3px 10px 1px 9px;
  border-radius: 4px;
  border: none;
  background: #6c757d;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
    margin-right: 25%;
}
}


