

@font-face {
  font-family: 'Cairo-Regular';
  src: url('../fonts/Cairo-Regular.eot');
  src: url('../fonts/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Cairo-Regular.woff2') format('woff2'),
      url('../fonts/Cairo-Regular.woff') format('woff'),
      url('../fonts/Cairo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Cairo-Bold';
  src: url('../fonts/Cairo-Bold.eot');
  src: url('../fonts/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Cairo-Bold.woff2') format('woff2'),
      url('../fonts/Cairo-Bold.woff') format('woff'),
      url('../fonts/Cairo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body{
  background-color:white;
  direction: rtl;
  font-family: "Cairo-Regular",Helvetica,Arial,sans-serif;
  font-size:16px ;
  color:#1D1D1D;
}
.news-ticker {
  background: rgba(50,58,69,0.95);
  padding: 6px 0;
  height:50px ;
  margin-top: -48px;
position:relative;
z-index: 10;
}

.bold-font{
  font-family: 'Cairo-Bold';
}

#controls {
  float: left;
  height: 34px !important;
  top: 2px  !important;
  position: relative  !important;
}
.news-title {
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.8px;
}
#controls .fas .fa-pause{
  display:none !important ;

}
#next_trigger{
  margin-left:11px ;
}

p{
  font-size:16px ;
  line-height: 2rem;
}

h1{
  font-family: 'Cairo-Bold';
  font-size:35px ;
  line-height:3rem ;
}


h2{
  font-family: 'Cairo-Bold';
  font-size:30px ;
}




h3{
  font-family: 'Cairo-Bold';
  font-size:28px ;
}



h4{
  font-family: 'Cairo-Bold';
  font-size:22px ;
}


h5{
  font-family: 'Cairo-Bold';
  font-size:16px ;
}

h6{

  font-size:14px ;
  font-family: 'Cairo-Regular';
}

.hearder{
   height:28px ;
background-color:#EBEEF4 ;
}

.Secondaryborder{
  height:2px  ;
  background-color:#B8AEA4 ;
}
.primaryborder{
  height:2px  ;
  background-color:#af8648 ;
}
.gray{
  color:#8A8A8A;
}
.links a{
  font-size:13px !important ;
  font-family: 'Cairo-Regular';
  color:#373739;
  text-decoration:none ;
  transition:0.5s ease-in ;
}  

.links a:hover{
  color:#B8AEA4;
}  
.mainTxtColor{
  color:#af8648 !important ;
}
.SecondaryTxtColor{
  color:#B8AEA4;
}
.Secondarybg{
  background-color:#B8AEA4 ;

}
.white{
  color:white !important;
}

.lang{
  padding: 3px 22px;
}

.links i{
 color:#999B9F;
 cursor:pointer;
 padding: 4px;
}



.links i:hover{
  color:#B8AEA4 ;
  transition:0.5s ease-in ;
 }
 
 .menubMt{
  padding-top: 35px;
 }
.btn-search{
  border-radius:0 ;
  padding: 2px 8px;
}

.hearder .offcanvas-body  input{
  margin-top:20px ;
  font-family: 'Cairo-Regular';
  font-size:18px ;
  width:80% ;
  border:none;
  border-bottom:2px solid #373739 ;

}
.hearder .offcanvas-backdrop {
  display:none ;
}

.searchInside{
  font-size: 20px;
margin-top: 28px;
margin-right: -23px;
}

.mostsearch a{
  margin-bottom:8px ;
}




.triggermenu{

}

.triggermenu ul.toggle{
 position: relative;
 top:0px;
 right: 5%;
 width:25px;
 height: 28px;
 cursor: pointer;
 z-index: 100;
 left: 0;
 right:0;
 margin-bottom:0 ;
}

.triggermenu ul.toggle:active{
  position: relative;
  top:0px;
  right: 5%;
  width:25px;
  height: 28px;
  cursor: pointer;
  z-index: 100;
  left: 0;
  right:0;
  margin-bottom:0 ;
 }
.triggermenu ul.toggle::before{
 content: '';
 position: absolute;
 top: 0;   left:0;
 color: #262626;
 font-size: 27px;
 line-height: 50px;
 transition: .5s;
}
.triggermenu ul.toggle li{
  list-style: none;
  background: #AAA096;
  position: absolute;
  left: 5%;
  width: 72%;
  height: 2px;
  transform: translate(0,-50%);
  transition: .9s;
}
.triggermenu ul.toggle li:nth-of-type(1){
 top: 20%;
}
.triggermenu ul.toggle li:nth-of-type(2){
 top: 50%;
}
.triggermenu ul.toggle li:nth-of-type(3){
 top: 80%;
}
.container ul.toggle.active li{
 background: #fff;
}
.triggermenu ul.toggle.active{
  position: absolute;
  top: 19px;

  width: 25px;
  height: 28px;
  cursor: pointer;
  z-index:1000 ;
  left: 0;
  right: 88%;
  margin-bottom: 0;;
}
.triggermenu ul.toggle.active::before {
  content: 'إغلاق';
  color: #1D1D1D;
  font-size: 14px;
  top: -11px;
  right: -39px;

  padding: 1px 8px;
  width: 88px;
  border-radius: 5px;
  height: 34px;
  z-index: 100;
}
.triggermenu ul.toggle.active li:nth-of-type(1){
 top: 50%;
 transform: translate(0,-50%) rotate(45deg);
}
.triggermenu ul.toggle.active li:nth-of-type(2){
 top: 50%;
 opacity: 0;
}
.triggermenu ul.toggle.active li:nth-of-type(3){
 top: 50%;
 transform: translate(0,-50%) rotate(-45deg);
}


.triggermenu .fullscreen-menu{
 position: fixed;
 top: 0;  left: 100%;
 width: 100%;  height: 100vh;
 background-color:#F6F6F6;
 background-size: cover;
 transition: .9s;
 z-index: 100;
}
.triggermenu .fullscreen-menu.active{
 left: 0;
}
.triggermenu .fullscreen-menu ul.menu{
 position: absolute;
 top: 50%;   width: 100%;  text-align: center;  transform: translateY(-50%);
}
.triggermenu .fullscreen-menu ul.menu li{
 list-style: none;
 position: relative;
}
.triggermenu .fullscreen-menu ul.menu li a{
 display: inline-block;
 position: relative;
 padding: 20px 40px;
 font-family: 'Poppins-Bold';
 background: transparent;   color: #fff;
 text-decoration: none;
 font-size: 25px;
}
.triggermenu .fullscreen-menu ul.menu li a:hover{
 background: transparent
}


.menuA .navbar-nav{
  width: 100%;
margin: 0px 20px;

}
.addpadding{
  padding: 0px 35px;
}
.menuA .navbar-light .navbar-nav .nav-link{
  color:#212121;
  font-size:15px ;
  font-family: "Cairo-Bold",Helvetica,Arial,sans-serif;
  letter-spacing: 0.7px;
  padding-right: 20px;
padding-left: 20px;
}

.menuA .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.homeicone{
  border-left: 1px solid #e6e6e6;
  padding: 10px 20px;
}

.triggermenu {
  border-left: 1px solid #e6e6e6;
  padding: 10px 20px;

}

.boder-menu{
  background-color:#e6e6e6; 
  height:1px ;
}


.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  z-index:10;
}


.hvr-sweep-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3px;
  right: 0;
  left: 0;
  bottom: -7px;
  background:#f0f0f0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}




 .menusearch{
  background-color:#E8ECF3 ;
  border-radius:5px ;
  width:50% ;
  height:58px ;
  margin-top: 54px;
 }
 .menusearch input {
  background-color: transparent;
  border: transparent;
  padding: 12px;
  width: 90%;

 }                  
.tag{
  background-color: #A7998C;
  color: white;
  border-radius: 5px;
  padding: 4px 10px;
  border: none;
  margin-right: 15px;
  font-size:15px ;
}

.T-menuitems a{
  color:#1D1D1D;
    text-decoration:none ;
    margin-bottom: 8px;
    font-size:15px ;

}

.T-menuitems a:hover{
  color:#A7998C;
   
}


.T-menu p{
  font-size:15px ;
  font-family: 'Cairo-Bold';
  margin-bottom:10px ;
  letter-spacing: 0.7px;

}
.T-menuitems hr{
margin:10px 0px;

}

.menuA .dropdown-menu{
  margin-top: 7px;
border-radius: 0px;
min-width: 260px;
border-color: #e6e6e6;
  border-bottom-color: rgb(230, 230, 230);
border-bottom: 3px solid #af8648;
box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.menuA .dropdown-menu li{

  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1px;
  padding: 5px 0px;
}


.menuA .dropdown-menu li:last-child{

  border-bottom: none;
 
}

 .dropdown-item:hover {
    color:#af8648;
    transition:0.5s ease-in;
  background-color:transparent ;



}


.carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 1.25rem;
  right: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 27%;
  width: 50%;
  text-align: right;
}
mark{
  padding: 0px 10px;
}

.carousel-caption  mark{
  background-color:#323A45;
  padding: 0px 10px;
  color:white;

}

.readmore{
padding:5px 25px ;
text-align: right;
width:150px ;
height:39px ;
color:white;
background-color:rgb(175, 134, 72);
border-radius:5px ;
}

.readmore a{
color:white;
text-decoration: none;
  }


  .readmore a:hover{
   color:white  !important ;
      }
    


  .hvr-sweep-to-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#174e17;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
   
  }

  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
  }
  
  .carousel-control-prev-icon {
      background-image:none ;
    width:44px ;
    height:44px ;
    background-color: black;
    padding: 8px;
    position: relative;
right: -12px;
  }


  .carousel-control-next-icon {
    background-image:none ;

    background-color: black;
    padding: 8px;
    width:44px ;
    height:44px ;
    position: relative;
left: -12px;
  }



.gotoAction{
  background-image:url(../images/actionbg.png) ;
  background-position:left top ;
  min-height: 190px;
  background-size: cover;
}


.e-card {
  background-color: white;
border-radius:5px ;
  text-align: center;
  padding: 16px 0px;
  width: 90%;
height: 132px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
  margin-top:20px ;

}
  .e-card .e-readmore {
      display:none;
  }
  .e-card #e-img1 {
      display: block;
      display: block;
      position: relative;
      top: 10px;
      margin: auto;
   
  }

.e-card #e-img2 {
  display: none;
}
  
.e-readmore h6{
  padding: 5px;
  font-size: 20px;
}
.e-active-card {
  background-color:#B8AEA4;
  width: 100%;
  height:152px;
  margin-right: -10px;
  margin-top:9px ;

  
}
  .e-active-card .rounded-img{
       margin: auto;
      height:50px;
      width:50px;

  }
  .e-active-card img {
    
  }
  .e-active-card #e-img1{
      display:none;
  }
  .e-active-card #e-img2 {
      display: block;
      position: relative;
      top: 10px;
      right: 5px;
  }
  .e-title{
    font-family: 'Cairo-Regular';
    font-size:17px ;
  }
  .e-active-card .e-title{
      color:white;
      font-family: 'Cairo-Bold' !important;
  }
  .e-active-card .e-readmore {
      display: block;
      background-color: white;
      color: black;
      width: 65%;
      border-radius: 20px;
      right: 15%;
      position: relative;
      bottom: -35px;
  }


.owl-stage-outer{
  height:100%;
  padding-right:15px;
}
.owl-dots {
  display: inline-flex;
  position: relative;
  right: 47%;
}

  .owl-dots .owl-dot {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      background-color: #CECECE;
      margin: 10px 5px;
  }
  .owl-dots .active {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: #61682C;
      margin: 8px 0px;
  }

#owl-carousel2{
  margin-top:2%;
}


#owl-carousel2 .owl-prev{
  background-image: url(../images/goright.png);
  width: 34px;
  height: 33px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: -22px;
  top: 38%;

}


#owl-carousel2 .owl-next{
  background-image:url(../images/Group\ 77.png) ;
  width: 34px;
  height:33px ;
  background-color:transparent ;
  border:none;
  left: -27px;
  position: absolute;
  top: 38%;

}

.services{
  background-image:url(../images/servicesbg.png) ;
  background-position:right top ;
  background-repeat:no-repeat ;
  min-height: 600px;
  background-attachment: fixed;
}

.services .nav-pills .nav-link{
  border-radius: 5px;
border: 1px solid #B8B8B8;
margin: 0px 10px;
padding: 8px 15px;
min-width:188px ;
color:#7E7E7E;
margin-top:10px ;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color:rgb(175, 134, 72) ;
  border:none;
  font-family: 'Cairo-Bold';
}

.servicenumber{
   font-size:37px ;
   margin-bottom:0 ;
}

.servicescard{
  background-color:white ;
  border-radius:5px ;
  box-shadow: 1px 4px 12px rgba(0, 0, 0,0.2);
  height:249px ;
  max-height:249px ;
  width: 93%;
  margin-top:10px ;
}
#owl-carousel3 .item {
  height:300px ;
  max-height:300px ;
}

.serviceline{
  width:5px ;
  height:48px ;
  background-color: #af8648;
}

.servicetitle2{
  font-family: 'Cairo-Bold';
  margin-bottom:5px;

}

.readmore2{
  padding:5px 25px ;
  text-align: right;
  width:150px ;
  height:39px ;
  color:white;
  background-color:white;
  border-radius:5px ;
  border:1px solid #D1D1D1;
  }
  

  
.readmore2 a{
    font-size:14px ;
    font-family: 'Cairo-Bold';
    color:#212121;
    text-decoration:none ;
  }
  

  .readmore2 a:hover{
 
    color:white;

  }

  .servicebox{
    padding:22px ;
  }
  

  .js-owl-carousel3 .owl-prev {
    background-color:transparent ;
    border:none;

  }


  .js-owl-carousel3 .owl-next {
    background-color:transparent ;
     border:none;
  }

  .sliderpages{
    padding-top: 32px;
padding-left: 5px;
padding-right: 6px;
  }


  .news{
    background-image:url(../images/newsbg.png) ;
    background-repeat:no-repeat ;
    background-position:top center ;
    height:auto ;
    background-size: cover;
    height:650px;
    position: relative;
  }
 
  .paddingTop{
    padding-top:155px ;
  }

  .newscontent {
    background-color: white;
    border-radius: 5px;
   min-height: 462px;
   box-shadow: 2px 6px 5px rgba(0, 0, 0,0.2);
   
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;

margin-bottom: 50px;
  }

  .newscontent .card{
    width:94% ;
    border: none;
    margin: auto;
    min-height:422px ;
position: relative;
  }
 .newscontent .card-img, .card-img-top{
 

  border-radius: 5px;
  
  }

  .newsdate{
     font-size:14px ;
      margin-bottom:5px ;
      font-family: 'Cairo-Bold';
  }

  .card-title{
    font-size:16px ;
    margin-bottom:10px ;
    font-family: 'Cairo-Bold';
  }

.hvr-underline-from-right::before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 100%;
    right: 0;
    bottom: 0;
    background:#B1A59A;
    height: 6px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .infopart{
    padding:10px ;
    border:1px solid #B1A59A;
    text-align:center ;
    border-radius:5px ;
    margin-bottom:10px ;
  }

  .infopart p{
   margin-bottom:0 ;
  }

  .infopart h2{
    margin-bottom:0 ;
   }


   .about-us .announcement-block {
    border: 5px solid #ebebeb;
    padding: 30px 35px;
}

.announcement-block hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #bc9962;
}

.browes{
  background: white;
  border: 1px solid #BBB;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 4px 12px rgba(0, 0, 0,0.2);
  margin-bottom: 17px;
}





#owl-carousel4 .item{
  width:95% ;
}
.informationalPart{
  background-image: url(../images/infobg.png);
  background-position: bottom left;
  background-repeat:no-repeat ;
  margin-top: 85px;
  padding-top: 80px !important;
    min-height:600px;
    background-attachment: fixed;
}

.bannerr1{
 background-image:url(../images/banner1.png) ;
 height:360px ;
 position: relative;
 background-size: cover;
}



.bannerr2{
  background-image:url(../images/banner2.png) ;
  height:360px ;
  position: relative;
  background-size: cover;
 }

 .bannerr3{
  background-image:url(../images/banner3.png) ;
  height:360px ;
  position: relative;
  background-size: cover;
 }


 .bannerr4{
  background-image:url(../images/banner4.png) ;
  height:360px ;
  position: relative;
  background-size: cover;
 }

 .bannertext{
  background-color: #343F4B;
  border: 1px solid #A19E9E;
  text-align: center;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  padding: 7px 14px;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  
 }

 .bannertext a{

  color:white;
  text-decoration: none;
 }

 .helpbg{
  background-color:#B8AEA4 ;
  height:80px ;
  width:80px ;
  border-radius:50% ;
 }


 
 .helpbg img{
padding:20px ;

 }

 .helptitle{
  font-family: 'Cairo-Bold';
  margin-bottom: 0px !important;
 }

 .helpdata{
  padding-top:5px ;
 }

 .help{
  padding-top:60px ;
  padding-bottom:60px ;
 }


 .help p{
  margin-bottom: 0px;
  line-height:1.5rem !important ;
 }


.footer {
    border-top: 7px solid #af8648 !important;
    background-image: url(../images/footerbg.png);
    background-size: cover;
    min-height: 18vh;
    max-height: 18vh;
    background-position: center bottom;
    height: 18vh;
}

 .footertitle{
  font-family: 'Cairo-Bold';
  letter-spacing: 0.7px;
  font-size:16px !important ;
 }

.footer p{
font-size:14px ;
margin-bottom:5px ;
}

.footermenu a{
  font-size:14px ;
color:#212121;
text-decoration:none ;
margin-bottom:10px ;
}

.footermenu a:hover{
 transition:0.5s ease-in  ;
color:#B8AEA4;


}


.socialmedia {
    background-color: rgb(175, 134, 72);
    width: 40px;
    height: 39px;
}

.socialmedia img{
padding:10px;
} 

.footerlink a{
  color:#212121;
  text-decoration:none ;
}
.stories{
  position: relative;
}
.sliderpages2{
  padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
}

.attachedbg {
    background-color: rgb(175, 134, 72);
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.media-body p{
 font-size:15px ;
}
.attachedbg img{
  padding: 13px 8px;
}

.media{
  direction:rtl ;
}

.media {
  background-color:white ;
  box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
  border-radius:5px;
  height:60px ;
  border:1px solid #BBBBBB;
  padding:9px ;
  margin-bottom: 20px;
}
.media a{
  color:#212121;
  text-decoration:none ;
}
.helpdata  p{
  font: size 15px;
}

.scroll-top {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    font-size: 20px;
    border: solid;
    outline: none;
    background-color: #7e2b25;
    color: #7e2b25;
    cursor: pointer;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    visibility: visible;
    opacity: 1;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  transition: all 0.5s;
  background-color:white ;
  box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
}

#accessibility{


  position: fixed;
  bottom: 50px;
  left:0px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:transparent;
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

.newssection{
  position: absolute;
left: 0;
right: 0;
top: 52px;
}


.mobile-logo img {
  width: 100%;
}

.mobile-logo {
  position: absolute;
  z-index: 100;
  top: 8px;
  left: 10px;
  width: 150px;
  height: auto;
}

.mobile-menu {
  position: relative;
  height:100px;
  height: 70px;
  
}

.innerheader{

  padding-top:30px ;
  padding-bottom:5px ;

  
}



.share i{
  color: #999b9f;
  font:16px;
}

.innerborder{
  height:6px  ;
  background-color:#B8AEA4 ;
}

.breadcrumb-item a{
  color:#1D1D1D;
  text-decoration:none ;
  font-size:15px ;
}


.breadcrumb-item + .breadcrumb-item::before {

  float: right;
  padding-left: .5rem;
  color: #6c757d;
  content:url(../images/Polygon\ 3.png);

}

.contentbdody{

  min-height:400px ;
  padding-bottom:100px !important ;
  margin-top:40px ;
}
.globalmenu{
  list-style:none !important; 
}
.globalmenu  li{
display:block;
border-bottom:1px solid #B7B7B7 ;
padding: 13px 2px;

}

.globalmenu  li a{
 text-decoration:none ;
  color:#1D1D1D;
  
  }

  .globalmenu  li .active{
    text-decoration:none ;
     color:#af8648;
     font-family: 'Cairo-Bold';

     
     }

     
.globalmenu  li a:hover{
  
  color:#af8648;
  font-family: 'Cairo-Bold';
  transition:0.3s ease-out ;
   }


   
 .bannerr4inner{
  background-image:url(../images/banner4.png) ;
  height:150px ;
  position: relative;
  background-size: cover;
 }
.innerbanner{
  padding-top:30px;
  padding-right: 2rem;
}


.bannerr1inner{
  background-image:url(../images/banner1.png) ;
  height:150px ;
  position: relative;
  background-size: cover;
 }
 
 .rate{
  border-top:1px solid #dbdbdb;
  padding:10px 0px ;
 }

 .hb-ratingbar {
  position: relative;
  width: 114px;
  height: 23px;
  overflow: hidden;
  cursor: pointer;
top:5px;
}

.hb-ratingbar:hover .filled {
  background: #ffb628;
}
.hb-ratingbar .unfilled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 1;
}
.hb-ratingbar .filled {
  position: absolute;
  transition: 0.2s width ease;
  top: 0;
  left: 0;
  height: 100%;
  background: #f4a100;
  z-index: 2;
}
.hb-ratingbar .cover {
  color: #fff;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hb-ratingbar[data-rated="0"] .filled {
  width: 0%;
}
.hb-ratingbar[data-rated="0.5"] .filled {
  width: 10%;
}
.hb-ratingbar[data-rated="1"] .filled {
  width: 20%;
}
.hb-ratingbar[data-rated="1.5"] .filled {
  width: 30%;
}
.hb-ratingbar[data-rated="2"] .filled {
  width: 40%;
}
.hb-ratingbar[data-rated="2.5"] .filled {
  width: 50%;
}
.hb-ratingbar[data-rated="3"] .filled {
  width: 60%;
}
.hb-ratingbar[data-rated="3.5"] .filled {
  width: 70%;
}
.hb-ratingbar[data-rated="4"] .filled {
  width: 80%;
}
.hb-ratingbar[data-rated="4.5"] .filled {
  width: 90%;
}
.hb-ratingbar[data-rated="5"] .filled {
  width: 100%;
}


.pagination .page-item .page-link {
  margin-left: 7px;
  padding: 0;
  color: #777;
  border: 1px solid #777;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 100% !important;
  transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
  border: 1px solid transparent;
  line-height: 35px;
}


.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item:not(:nth-child(2)) .page-link:hover {
  color: #fff;
  background:#037203;
  border:none;

}

.pagination .page-item:first-child:hover .page-link,
.pagination .page-item:last-child:hover .page-link,
.pagination .page-item:nth-child(2):hover .page-link {
  border:none;
  background: transparent;
}


.table-header {
  font-family: 'Cairo-Bold';
  font-size: 16px;

}
.pagination .active .page-link{
  background-color:#037203 ;
  color:White;
}


.bdr-secandery {
  border-color:#A7998C !important;
}

.bg-l-grey {
  background-color: #f9f9f9;
}


.bdr-grey {
  border-color: #acacac !important;
}


.form-control{
  font-size: 14px;
}


.basicselect select{
    display: block;
    width: 100%;
    padding: 0.58rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  }

  .borderbottom{
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
  }

  label{
    font-size:16px ;
  }

  .dropzone{
    border:1px solid #ddd;
    border-radius: .25rem;
    padding: 0px;
  }

.dz-message{
  font-size:14px  ;
  color:#777;
}

.cancel{
  padding:5px 25px ;
text-align: center;
width:150px ;
height:39px ;
color:#212121;
background-color:white;
border-radius:5px ;
border:2px solid #037203;
}

.cancel a{
  color:#212121;
  text-decoration:none ;
}

.cancel a:hover{
  color:white;
}

.margin-top2 .readmore{
  margin-top: 32px;
  height: 44px;
}

.innersearch{
  border: 1px solid #ddd;
border-radius: 0.25rem;
padding: 17px 10px;

margin-top: 28px;
padding-bottom: 37px;
}



.rounded-25{
  border-radius:0.25rem  !important;
}




.media.news-block .media-img {
  width: 300px;
}

.media.news-block .media-body .card-title {
  font-size: 16px;
  color: #000;
}

.readmore2  .media-body {
  margin-top:0px ;
}

.date{
  font-size:14px ;
  font-family: 'Cairo-Bold';
}

.card-news .card{
  padding:20px  !important;
  border:1px solid #EEEEEE;
 
   box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
}



.offcanvas-top{
  height:37vh !important ;
}