

@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: ltr;
  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;
}
.panel-footer .btn-danger {
    padding: 10px 20px 10px 20px;
}
.bold-font{
  font-family: 'Cairo-Bold';
}

#controls {
  float: right !important;
  height: 34px !important;
  top: 2px  !important;
  position: relative  !important;
}

#newscontent{
    float:left !important;
}
.news-title {
    font-size: 17px;
    color: #fff;
}
#controls .fas .fa-pause{
  display:none !important ;

}
#next_trigger{
  margin-right:11px ;
}

p{
  font-size:16px ;
  line-height: 2;
}

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:#0074ad ;
}
.primaryborder {
    height: 2px;
    background-color: #1D5281;
}
.gray{
  color:#8A8A8A;
}
.links a{
  font-size:14px !important ;
  font-family: 'Cairo-Regular';
  color:#373739;
  text-decoration:none ;
  transition:0.5s ease-in ;
}

    .links a:hover {
        color: #006187;
    }  
.mainTxtColor{
  color:#0074ad !important ;
}
.SecondaryTxtColor {
    color: #0074ad;
}
.Secondarybg {
    background-color: #f96b0b;
}
.white{
  color:white !important;
}

.lang{
  padding: 3px 22px;
}

.links i {
    color: #373739;
    cursor: pointer;
    padding: 4px;
}

.margin-auto {
    margin: auto
}
.margin-t-b-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.links i:hover{
  color:#0074ad ;
  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-left: -23px;
}

.mostsearch a{
  margin-bottom:8px ;
}




.triggermenu{

}

.triggermenu ul.toggle{
 position: relative;
 top:0px;
 left: 5%;
 width:25px;
 height: 28px;
 cursor: pointer;
 z-index: 100;
 right: 0;
 left:0;
 margin-bottom:0 ;
}

.triggermenu ul.toggle:active{
  position: relative;
  top:0px;
  left: 5%;
  width:25px;
  height: 28px;
  cursor: pointer;
  z-index: 100;
  right: 0;
  left:0;
  margin-bottom:0 ;
 }
.triggermenu ul.toggle::before{
 content: '';
 position: absolute;
 top: 0;   right:0;
 color: #262626;
 font-size: 27px;
 line-height: 50px;
 transition: .5s;
}
    .triggermenu ul.toggle li {
        list-style: none;
        background: #f96b0b;
        position: absolute;
        right: 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 ;
  right: 0;
  left: 90%;
  margin-bottom: 0;
}
.triggermenu ul.toggle.active::before {
  content: 'Close';
  color: #1D1D1D;
  font-size: 14px;
  top: -11px;
  left: -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;  right: 100%;
 width: 100%;  height: 100vh;
 background-color:#F6F6F6;
 background-size: cover;
 transition: .9s;
 z-index: 100;
}
.triggermenu .fullscreen-menu.active{
 right: 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;
  padding-left: 20px;
padding-right: 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-right: 1px solid #e6e6e6;
  padding: 10px 20px;
}

.triggermenu {
  border-right: 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;
        left: 0;
        right: 0;
        bottom: -4px;
        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-left: 15px;
  font-size:15px ;
  text-decoration:none;
}

.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 ;

}
.T-menuitems hr{
margin:10px 0px;

}

.menuA .dropdown-menu {
    margin-top: 4px;
    border-radius: 0px;
    min-width: 260px;
    border-color: #e6e6e6;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom: 3px solid #0074AD;
    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: #006187;
    transition: 0.5s ease-in;
    background-color: transparent;
}
.carousel-caption h1 {
    color: #fff !important
}
.carousel-caption p {
    color: #fff !important
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 10%;
  padding-top: 3.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 22%;
  width: 40%;
  text-align: left;
}
mark{
  padding: 0px 10px;
}

.carousel-caption  mark{
  background-color:#323A45;
  padding: 0px 10px;
  color:white;

}

.readmore {
    text-align: left;
    height: 45px;
    color: white;
    background-color: #0074ad;
    border-radius: 5px;
}

    .readmore a {
        color: white !important;
        text-decoration: none;
        display: inline-block;
        padding: 5px 30px 10px 30px;
    }
.arrow-left-padding {
    padding-left: 10px;
    margin-top: 5px;
}

.readmore a:hover {
    color: white !important;
}

.story-readmore {
    text-align: right;
    color: white;
    background-color: #ffffff !important;
    border-radius: 5px;
    height: 45px;
}

    .story-readmore a {
        color: #333 !important;
        text-decoration: none;
        display: inline-block;
        padding: 10px 30px 10px 30px;
    }



        .story-readmore a:hover {
            color: white !important;
        }
.hvr-sweep-to-right::before {
    background: #006187;
    border-radius: 5px;
}
.hvr-sweep-to-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #006187;
    -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;
left: -12px;
  }


  .carousel-control-next-icon {
    background-image:none ;

    background-color: black;
    padding: 8px;
    width:44px ;
    height:44px ;
    position: relative;
right: -12px;
  }



.gotoAction{
  background-image:url(../images/actionbg.png) ;
  background-position:right top ;
  min-height: 190px;
  background-size: cover;
}


.e-card {
    background-color: white;
    border-radius: 5px;
    text-align: center;
    padding: 5px 20px;
    width: 95%;
    height: 135px;
    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-readmore h6{
  padding: 5px;
  font-size: 20px;
}
.e-active-card {
    background-color: #f96b0b;
    width: 100%;
    height: 152px;
    margin-left: -10px;
    margin-top: 9px;
}
  .e-active-card .rounded-img{
       margin: auto;
      height:50px;
      width:50px;

  }
  .e-active-card img {
    
  }

  .e-active-card #e-img2 {
      display: block;
      position: relative;
      top: 10px;
      left: 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;
      left: 15%;
      position: relative;
      bottom: -35px;
  }


.owl-stage-outer{
  height:100%;
  
}
.owl-dots {
  display: inline-flex;
  position: relative;
  left: 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-carousel .owl-stage-outer{
   padding-left:9px;
}

#owl-carousel2 .owl-prev {
    background-image: url(../images/goright.png);
    width: 34px;
    height: 34px;
    background-color: transparent;
    border: none;
    position: absolute;
    left: -33px;
    top: 37%;
}


#owl-carousel2 .owl-next{
  background-image:url(../images/Group\ 77.png) ;
  width: 34px;
  height:34px ;
  background-color:transparent ;
  border:none;
  right: -42px;
  position: absolute;
  top: 37%;

}

.services{
  background-image:url(../images/servicesbg.png) ;
  background-position:left top ;
  background-repeat:no-repeat ;
  min-height: 670px;
  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:#0074ad ;
  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);
    min-height: 243px;
    width: 93%;
    margin-top: 10px;
}
#owl-carousel3 .item {
  height:300px ;
  max-height:300px ;
}

.serviceline{
  width:5px ;
  height:48px ;
  background-color: #0074ad;
}

.servicetitle2{
  font-family: 'Cairo-Bold';
  margin-bottom:5px;

}

.readmore2{
  text-align: left;
  color:white;
  background-color:white;
  border-radius:5px ;
  border:1px solid #D1D1D1;
  }



    .readmore2 a {
        font-size: 14px !important;
        font-family: 'Cairo-Bold' !important;
        color: #515151 !important;
        text-decoration: none !important;
        display: inline-block;
        padding: 10px 30px 10px 30px;
    }
  

  .readmore2 a:hover{
 
    color:white !important;

  }

  .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-right: 62px;
    padding-left: 0px;
    position: relative;
    top: -35px;
}

.owl-carousel3 .owl-prev {
    margin-right: 30px;
}


.news {
    background-image: url(../images/Group98.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: 490px;
   box-shadow: 2px 6px 5px rgba(0, 0, 0,0.2);
   
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;

margin-bottom: 50px;
  }

  .newscontent .card{
    width:94% ;
    border: none;
    margin: auto;
    min-height:460px ;
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';
    min-height:55px;
  }

.hvr-underline-from-left::before {
    content: "";
    position: absolute;
    z-index: 10;
    right: 100%;
    left: 0;
    bottom: 0;
    background: #006187;
    height: 6px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.infopart {
    padding: 10px;
    border: 1px solid #0074ad;
    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 right;
  background-repeat:no-repeat ;
  margin-top: 85px;
  padding-top: 120px !important;
    min-height:600px;
    background-attachment: fixed;
}

.bannerr1{
 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;
  right: 0;
  left: 0;
  
 }

 .bannertext a{

  color:white;
  text-decoration: none;
 }

.helpbg {
    background-color: #F96B0B;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center
}


 
 .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 {
    height: 7px;
}

 .footer{
  background-image:url(../images/footerbg.png) ;
  background-size: cover;
  min-height:400px ;
  background-position:center bottom ;

 }

 .footertitle{
  font-family: 'Cairo-Bold';
  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: #006187;
    }

 
.socialmedia{
  width:40px;
  height:39px ;
}

.socialmedia img{
padding:10px;
} 

.footerlink a{
  color:#212121;
  text-decoration:none ;
}
.stories{
  position: relative;
}
.sliderpages2{
  padding-top: 0px;
padding-right: 5px;
padding-left: 5px;
}

.attachedbg{
  background-color:#0E5E02 ;
  width:42px ;
  height:42px ;
  border-radius:50% ;
}

.media-body p{
 font-size:15px ;
}
.attachedbg img{
  padding: 13px 8px;
}

.media{
  direction:ltr ;
}

.media {
  background-color:white ;
  box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
  border-radius:5px;
  border:1px solid #BBBBBB;
  padding:9px ;
  margin-bottom: 20px;
}
    .media a {
        color: #333;
        text-decoration: none;
    }
        .media a:hover {
            color: #006187;
        }
.helpdata  p{
  font: size 15px;
}

#scroll-top {
  display: none;
  width: 41px;
  height: 36px;
  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;
}


.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;
  right: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;
right: 0;
left: 0;
top: 52px;
}

.mean-container a.meanmenu-reveal {
    left: 0px !important;
    right: auto !important;
}

.mobile-logo img {
    /*width: 100%;*/
    height: 70px;
}

.mobile-logo {
  /*position: absolute;*/
  z-index: 100;
  top: 5px;
  left: 10px;
  /*width: 150px;*/
  height: auto;
  margin:auto;
}

.mobile-menu {
  position: relative;
  height:100px;
  height: 80px;
  
}

.innerheader{

  padding-top:30px ;
  padding-bottom:5px ;

  
}



.share i{
  color: #999b9f;
  font:16px;
}

.innerborder {
    height: 6px;
    background-color: #0074ad;
}

.breadcrumb-item a{
  color:#1D1D1D;
  text-decoration:none ;
  font-size:15px ;
}


.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: url(/App_Themes/ThemeEn/images/Polygon\ 3.png);
}

.contentbdody{

  min-height:400px ;
  padding-bottom:30px !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: #0074AD;
        font-family: 'Cairo-Bold';
    }


    .globalmenu li a:hover {
        color: #006187;
        font-family: 'Cairo-Bold';
        transition: 0.3s ease-out;
    }


   
 .bannerr4inner{
  height:150px ;
  position: relative;
  background-size: cover;
 }
.innerbanner{
  padding-top:30px;
  padding-left: 2rem;
}


.bannerr1inner{
  background-image:url(../images/banner1.png) ;
  height:150px ;
  position: relative;
  background-size: cover;
 }

.rate {
    border-top: 1px solid #dbdbdb;
    padding: 15px 0px 0px 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;
  right: 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;
  right: 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-right: 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:#0074ad;
  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:#0074ad ;
  color:White;
}


.bdr-secandery {
    border-color: #0074ad !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 #0074ad;
}

.cancel a{
  color:#212121;
  text-decoration:none ;
}

.cancel a:hover{
  color:white;
}

.margin-top2 .readmore {
    margin-top: 32px;
    /*height: 35px;*/
    padding: 5px 0px;
    width: unset;
}
.innersearch a {
    color: #fff !important;
    padding: 5px 70px 10px 70px;
}
.innersearch {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    margin-top: 17px;
    padding: 20px 20px 20px 0px;
}



.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  ;
  border:1px solid #EEEEEE;
 
   box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
}



.offcanvas-top{
  height:37vh !important ;
}

.menucBorder:last-child{
    display:none
}

.divMenuC{
    width:100%;
}

.padding-4{
    padding:4px;
}

.hide-last-child:last-child{
    display:none;
}



.ticker-link{
    color:#fff;
    text-decoration:none;
}

.goToAction-link {
    color: #1D1D1D;
    text-decoration: none;
}

.e-card:nth-child(3) {
    background-color: #0074ad;
    width: 100%;
    height: 152px;
    margin-left: -10px;
    margin-top: 9px;
}

#owl-carousel2 .item{
    min-height:160px;
}

.at-icon {
    fill: grey !important;
    width: 28px !important;
    height: 28px !important;
}

.at-icon-wrapper {
    background-color: transparent !important;
}

.helpdata-link {
    color: #1D1D1D;
    text-decoration: none;
}

.CurrentPageClass {
    background-color: #0074ad;
    color: White !important;
    cursor:pointer;
}

    .CurrentPageClass:hover {
        background-color: #0074ad;
        color: White;
    }

.NumericClass:hover {
    cursor: pointer !important;
    color: #fff;
    background: #0074ad;
    cursor: pointer;
}

.CurrentPageClass, .NumericClass {
    margin-right: 7px;
    padding: 0;
    color: #333;
    border: 1px solid #777;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 100% !important;
    transition: all 0.5s;
    display: inline-block;
    text-decoration:none
}

.pager-next-rev {
    position: relative;
    top: 5px;
    transform: rotate(180deg)
}

.font-bold{
    font-weight:bold;
}

.readmore{
    cursor:pointer;
}

.displayHidden{
    display:none;
}

h6{
    line-height:1.4 !important;
}

.BorderClass {
    border-left: 4px solid #f96b0b;
    padding-left: 10px;
}

.usefullinks-link {
    color: #1D1D1D !important;
    text-decoration: none !important;
}

.color-black {
    color: #1D1D1D;
    text-decoration: none;
}


.SplashScreen {
    min-height: 670px;
    background-size: contain;
    background-repeat: no-repeat;
}


.owl-prev {
    background: transparent;
    border: none;
}

.owl-next {
    background: transparent;
    border: none;
}

#owl-carousel3 .owl-nav {
    position: absolute;
    top: -65px;
    right: 16px;
    background: none;
}


.poll-block{
    border:0 !important;
    box-shadow:none !important;
}

#poll-result-modal{
    top:40px !important;
}

.sitemap-block {
    border: 0 !important;
    box-shadow: none !important;
    height:unset !important;
}

.LablelFormBuilder {
    font-family: 'Cairo-Bold';
    line-height: 40px;
}

.custom-checkbox input[type="checkbox"] {
    margin-right: 5px;
}

.custom-checkbox label {
    padding-right: 10px;
}

.custom-radio input[type="radio"] {
    margin-right: 5px;
    float: left;
    clear: left;
}

.custom-radio {
    padding-top: 10px;
}

.custom-radio label {
    padding-right: 10px;
    float: left;
    clear: left;
    position: relative;
    top: -20px;
    left: 20px;
}

.btn-blue {
    color: #fff;
    padding: 10px 20px 10px 20px;
}

.messageBoxModal .modal-body {
    text-align: center;
    background-color: white;
}

.messageBoxModal .modal-footer {
    display: block;
    padding: 8px;
    text-align: center;
    background-color: white;
}

.messageBoxModal {
    border: 2px solid #0074ad;
    width: 27%;
}

.tab-content .readmore {
    float: right !important;
}

.accessibility-menu a{
    text-decoration:none;
}

.e-active-card img {
    filter: brightness(0) invert(1);
}

.e-active-card a {
    color: #fff;
}

.e-card {
    transition: .3s;
}

.min-height-380 {
    min-height: 380px;
}

.readmore-photogallery {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0px 49px;
}

.T-menu a{
    color: #333 !important;
    text-decoration: none !important;
}

    .T-menu a:hover {
        color: #006187 !important;
    }

.footerlink a:hover {
    color: #006187;
}

#newscontent {
    padding-top: 5px;
}

.ticker-link:hover {
    color: #fff !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.quick-links-responsive:after {
    content: "|";
    padding-right: 5px;
    padding-left: 5px;
}

.hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover + .readmore2 a {
    color: #fff;
}

.readmore2:hover a {
    color: #fff !important;
}

.helpdata-link:hover {
    color: #1D1D1D
}

.no-pointer {
    pointer-events: none;
}

.footerlink p {
    float: right;
    margin-right: 52px;
}

.divComponent30 {
    justify-content: center;
}

.align-left {
    text-align: right;
    margin-right: 210px;
}

.breadcrumb {
    margin-bottom: .5rem !important;
}

.divComponent17 {
    padding-left: 8rem;
}

a {
    outline: unset;
}

.readmore-bottom {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
}

.min-height-340{
    min-height:340px;
}
.min-height-392 {
    min-height: 330px;
}

.T-menu {
    max-width: 155px;
}

.servicescard{
        position:relative;
    }

        .servicescard .readmore2 {
            position: absolute !important;
            bottom: 20px !important;
        }



.inline-flex {
    display: inline-flex
}


.breadcrumb-item.active {
    color: #1d1d1d;
}

.form-btn-div {
    padding: 5px 0px;
    width: unset;
}

    .form-btn-div a {
        color: #fff !important;
        padding: 10px 70px 10px 70px;
    }

.custom-radio .RequiredFieldValitor {
    position: absolute;
    bottom: 0px;
}

.custom-radio {
    padding-top: 10px;
    position: relative;
}

.w-98 {
    width: 98%;
    margin-right: 20px;
}

.validator-error {
    color: red
}

.ext-link {
    padding-left: 5px
}

.Gold {
    color: darkgoldenrod !important;
}

.story-height {
    height: 548px;
}

#serviceBrief {
    width: 70%;
    margin: auto;
    text-align: center;
}

.divServiceImage {
    padding: 12px;
    height: 277px !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 5px;
    position: relative;
}

.divServiceImageShadow {
    height: 230px !important;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    position: absolute;
}
.divServiceImage .h-100 {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:5px;
}
.divServiceImage:nth-child(1) .divServiceImageShadow {
    background-color: rgba(112,112,112,0.78);
}

.divServiceImage:nth-child(2) .divServiceImageShadow {
    background-color: rgba(109,11,0,0.78);
}

.serviceTabs {
    text-align: center;
}
    .serviceTabs a {
        text-decoration: none;
        position: relative;
        bottom: -183px;
        right: 0;
        left: 0;
        height: 70px;
        background-color: red;
        display: block;
        padding-top: 20px;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
    }
    .serviceTabs .divServiceImage:nth-child(1) a {
        background-color: rgba(0,116,173,0.5);
    }

    .serviceTabs .divServiceImage:nth-child(2) a {
        background-color: rgba(249,107,11,0.5);
    }

    .serviceTabs .divServiceImage:nth-child(3) a {
        background-color: rgba(124,20,86,0.5);
    }
    .titleOfServiceImage {
    }

    .titleOfServiceImage h4 {
        color: white;
        z-index: 99999999999;
        position: inherit;
        text-decoration:none;
    }
.arrowColor {
    color: #F96B0B;
}
.photoGalleryTitle {
    min-height: 80px !important;
}
.lblFaqCustom {
    font-weight: bold;
    border-left: 3px solid #f96b0b;
    padding-left: 7px;
}
.blockview .card-title {
    min-height: 0px;
}
.tendersTitle {
    min-height: 0px;
}

.validator-error {
    color: red
}

.control-label-required::after {
    margin-top: 5px;
    content: "*Required Field ";
    color: red;
    font-size: 12px;
}

#st-2 {
    z-index: 5 !important;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    position: fixed;
    display: block;
    z-index: 9999999;
    background-color: rgba(0,0,0,.9)
}

#loading-image {
    position: absolute;
    top: 40%;
    right: 46%;
    z-index: 9999999;
}

.LabelLoading {
    position: absolute;
    top: 55%;
    right: 45%;
    z-index: 9999999;
}

#st-1 .st-btn[data-network="print"] {
    display: inline-block !important
}
#st-1 {
    z-index: 1 !important;
}
.latestReadmore a {
    padding: 9px 30px 10px 30px !important;
}
.acc-image{
    width:85%;
}
.card-news .block-height label {
    min-height: 71px;
}
.block-height {
    padding: 0px !important
}
    .block-height img {
        width: 100% !important;
    }
.no-repeatBack {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}
    .no-repeatBack label {
        font-weight: bold;
        color: white;
    }
.hover-black:hover {
    color: #006187;
}