



@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Bold.woff2') format('woff2'),
      url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('../fonts/OpenSans-ExtraBold.eot');
  src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
      url('../fonts/OpenSans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Light.woff2') format('woff2'),
      url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans.woff2') format('woff2'),
      url('../fonts/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Tajawal-Bold';
  src: url('../fonts/Tajawal-Bold.eot');
  src: url('../fonts/Tajawal-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Tajawal-Bold.woff2') format('woff2'),
      url('../fonts/Tajawal-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




@font-face {
  font-family: 'Tajawal-Light.';
  src: url('../fonts/Tajawal-Light.eot');
  src: url('../fonts/Tajawal-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Tajawal-Light.woff2') format('woff2'),
      url('../fonts/Tajawal-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal-Medium';
  src: url('../fonts/Tajawal-Medium.eot');
  src: url('../fonts/Tajawal-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Tajawal-Medium.woff2') format('woff2'),
      url('../fonts/Tajawal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}


body{
background-color:white ;
}

.gray{
  color:#4D5053;

}
.dark-gray{
  color: #252E38;
}

.orange{
  color:#DAA053;
}
.white{
  color:white;
}

p{
  font-family: 'OpenSans-Regular';

}
h1, h2, h3, h4, h5, h6 {
  font-family: 'OpenSans-ExtraBold';
}


h1{
  font-size:42px ;
}
h2{
  font-size:36px ;
}

h3{
  font-size:28px ;
}
.menub{
  background-image: -moz-linear-gradient( 178deg, rgb(197,124,46) 0%, rgb(219,162,81) 100%);
  background-image: -webkit-linear-gradient( 178deg, rgb(197,124,46) 0%, rgb(219,162,81) 100%);
  background-image: -ms-linear-gradient( 178deg, rgb(197,124,46) 0%, rgb(219,162,81) 100%);
  height:30px ;
  position: relative;
}
.font-light{
  font-family: 'OpenSans-Light';
}

.menub a{
color:white;
 text-decoration:none ;
 
 font-size:13px ;
 font-family: 'OpenSans-Light';


}


.menub a::after{
content: "|";
  margin:0 10px ;
  }
  
  .menub p:last-child a:after{
    content: "";
   
      }
      

      .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: .5rem;
      }


      .navbar-light .navbar-nav .nav-link {
        color:#000000;
        font-family: 'OpenSans-Bold';
        font-size:14px ;
        

      }

      @media (min-width: 992px){
        .navbar-expand-lg .navbar-nav .nav-link {
          padding-left: 0.5rem;
          padding-right: 0.5rem;
        }

      }
    

     .section1{
       background-image:url(../images/section2.png) ;
     min-height: 695px;
     }

  


  

  
 
 
  
  .slide1{
    /*background-image:url(../images/GM.png) ;*/
    background-size:cover ;
    background-position:  bottom center ;
    height:652px ;
    position: relative;
    z-index:1 ;
  }
  .shadow{
    background-image:url(../images/Rectangle6.png) ;
    background-size:cover ;
    background-position:  top center ;
    height:652px ;
    position: absolute;
    z-index:2 ;
    left:0;
    right:0;
  }
  .slide2{
    background-image:url(../images/_DSC9948.png) ;
    background-size:cover ;
    background-position:  center ;
    height:652px ;
    position: relative;
    z-index:1 ;
  }
  
  .carousel-caption  h1{

    font-size:42px ;
 
    font-family: 'OpenSans-ExtraBold';
    width: 100% !important;
  }
  
  .carousel-caption p{
    font-family: 'OpenSans-Regular';
  font-size:18px ;
  width:100% !important;
  }
  
  .carousel-caption  img{
    padding-left: 10px;
  
  }
.carousel-caption {
    position: absolute;
    bottom: 14.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    z-index: 3;
    color: #fff;
    top:30%;
    height: 190px;
    width: 100%;
    right: 0%;
}

.readMore {
    background-color: white;
    border-radius: 36px;
    width: 158px;
    height: 54px;
    border: none;
    color: #252e38;
    text-decoration: none;
    padding: 20px 30px 20px 30px;
}

  .readMore:hover{
    background-color:#DAA053 ;
    border-radius:36px ;
    width:158px;
    height:54px ;
    border:none;
    transition: 0.5s ease-in;
  }
.section1 {
    padding-top: 70px;
}
  .section1 h1{
    width:100%;
    
  }
.hvr-bounce-to-right::before {
    width: 95%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #353231;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .dropdown-item {
      display: block;
      width: 100%;
      padding: 18px 10px;
      clear: both;
      font-weight: 400;
      color: #fff;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
      text-align:left ;
      border-bottom: 2px solid #da9c48;

    }

    .dropdown-menu {
      position: absolute;
      z-index: 1000;
      display: none;
      min-width: 14rem;
 
      margin: 0;
        margin-top: 0px;
      font-size: 14rem;
      color: #212529;
      text-align: right;
      list-style: none;
      background: #353231;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: .25rem;
      font-family: 'OpenSans-Light';
font-size: 13px;

padding: 0;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
      color: rgb(255, 255, 255);
   
 
     
    }

    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
      height: 103px;
      padding-top: 37px;
    }

    .dropdown-menu[data-bs-popper] {
      top: 107%;
      right: 0;
      margin-top: .125rem;
    }

    .dropdown-menu[data-bs-popper] {
      top: 107%;
      left: 0;
      margin-top: .125rem;
    }

    .dropdown-item.active, .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #DAA053;}

      .dropdown-item:focus, .dropdown-item:hover {
        background-color: #DAA053;
        transition:0.2s ease-in ;

      }
      
      .carousel-indicators {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        display: flex;
        justify-content: left;
        padding: 0;
        margin-left: 7%;
        margin-bottom: 1rem;
        margin-right: 9%;
        list-style: none;
        bottom: 9%;
      }

.borderleft {
    text-align: center;
}
      .pl{
padding-left:15px ;
      }

      .mt{
        margin-top:90px ;
      }

      .counter1{
        background-image:url(../images/counter1.png) ;
        background-size:cover ;
        height:329px ;
      }

      .layer1{
        background-color:rgb(44, 41, 38,0.65);
            text-align: center;
        height:329px ;
        padding-top: 31%;

      }

      .counter2{
        background-image:url(../images/KH__5086.png) ;
        background-size:cover ;
        height:329px ;
      }

      .layer2{
        background-color:rgb(214, 157, 79,0.92);
        text-align: center;
        height:329px ;
        padding-top: 31%;

      }

      .counter3{
        background-image:url(../images/KH__5347.png) ;
        background-size:cover ;
        height:329px ;

      }

      .layer3{
        background-color:rgb(243, 243, 243,0.89);
        text-align: center;
        height:329px ;
        padding-top: 31%;

      }

      .counter4{
        background-image:url(../images/IMG_5280.png) ;
        background-size:cover ;
        height:329px ;

      }

      .layer4{
        background-color:rgb(162, 162, 162,0.90);
        text-align: center;
        height:329px ;
        padding-top: 31%;

      }

      .number{
        font-size:41px ;
        font-family: 'OpenSans-Bold';
      }

      .hvr-float-shadow {
  width:100% ;
      }

      .section2{
       
      }

      .more{
       font-size:20px !important ;
      }

      .section2 .col-sm-4{
        position: relative;
        z-index:2 ;
      }

      .imgbg{
        position: absolute;
bottom: -24px;
right: 0px;
z-index: -2;
      }

      .divheight{
        height: 350px;
      }
 .date p{
   font-size:17px ;
   color:#B9B9B9;
 }

 .newstitle{
   font-size:20px ;
   color:#252E38 ;
   font-family: 'OpenSans-ExtraBold';
   width: 70%;
 }

 .newdata{
 padding: 55px;
 }

.readMore2 {
    margin-top: 28px;
    background-color: #252E38;
    border-radius: 36px;
    width: 158px;
    height: 54px;
    border: none;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 15px;
}

 .readMore2:hover{
  background-color: #DAA053;
  border-radius: 36px;
  width: 158px;
  height: 54px;
  border: none;
  transition: 0.5s ease-in;
  color:#fff;
 }

.footer2 a:hover {
    color: #da9c48;
}

.owl-dots {
    text-align: center !important;
    position: absolute;
    left: 55%;
    bottom: 61px
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    width: 13px;
    height: 13px;
    background-color: #B2B2B2;
    margin: 0px 3px;
}
.owl-dots .active {
    background-color: #da9c48;
}

#testomonails2 .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 230px;
    width: 10%;
}
#testomonails2 .owl-prev {
    font-size: 32px;
    position: relative;
    right: -94px;
    background-color: transparent;
    color: #fff;
    border: 1px solid gray;
    background-color: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
#testomonails2 .owl-next {
    font-size: 32px;
    position: relative;
    left: 45px;
    background-color: transparent;
    color: #fff;
    border: 1px solid gray;
    background-color: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
    #testomonails2 .owl-next span {
        position: relative;
        bottom: 15px;
        left: 2px;
    }
    #testomonails2 .owl-prev span {
        position: relative;
        bottom: 15px;
        right: 2px;
    }
    .section3 {
        background-image: url(../images/terminalbg.png);
        min-height: 700px;
    }
.jodc-mainheader
{
    width:50%;
}
.section-whyjodc {
    background-color: gray;
    background-image: url(../Images/jotclayer.png);
    background-size: cover;
    background-position: center;
}
.section3 .nav-tabs {
    border-bottom: none;
}
.jodc-title h5 {
    color: #4D5053;
    font-size: 32px;
}
.jodc-title h1{
    text-align:center
}
.jodc-item-image {
    border: 2px solid #ABABAB;
    padding: 0px;
    padding-top: 8px;
    width: 95px;
    text-align: center;
    height: 94px;
    margin-right: 12px;
    float: left;
    border-radius: 12px;
}
.jodc-item-title h5 {
    color: #000;
    font-size:16px;
}
#jodcowl-carousel .owl-dots {
    text-align: center !important;
    position: absolute;
    left: 50%;
    bottom: -50px;
}
.jodc-slider {
    margin-top: 60px;
    margin-bottom:60px;
}
.jodc-item-breif h5 {
    color: #000;
    font-size: 16px;
}
.section3 .nav {
    margin-top: 30px !important;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    margin: auto;
    justify-content: center;
    background-color: #252E38;
    color: white;
    padding: 0;
    width: fit-content;
    height: 53px;
    border-radius: 38px;
}
.section3 .nav li{
  width: 169px;
  }
  
.section3 .nav li button{
color:white;
font-size:14px ;
height: 53px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:white;
  background-color:#da9c48;
  border-color: transparent;
  height: 53px;
  border-radius:38px ;  font-family: 'OpenSans-Bold';
  font-size:14px ;
  width:100% ;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color:white;
  background-color:#da9c48;
  border-color: transparent;
  height: 53px;
  border-radius:38px ;  
}

.divpadding{
  padding-left:15%;
}

.imgemap{
  background-color:transparent ;
  border:1px solid #A2A2A2;
  text-align: center;
  border-radius:13px ;
  padding: 10px 2px;
  margin-top: 20px;
}

.imgemaptitle{
  color:#da9c48;
  font-family: 'OpenSans-ExtraBold';
  font-size: 16px;
  margin-bottom:0 ;
}

.imgemapdesc{
  font-size: 13px;
  font-family: 'OpenSans-Bold';
}


.section4 .owl-prev{
  background: transparent;
  border: none;
}

.section4 .owl-next{
  background: transparent;
  border: none;
}

.box13 {
    position: relative;
    margin: 0px 3%;
    max-height: 434px;
}

.servicename {
    position: absolute;
    width: 100%;
    bottom: 34px;
    text-align: center;
    padding-left: 20px;
}

.servicename h3{
font-size:26px !important ;
font-family: 'OpenSans-Bold' !important ;;
}

.box13::after {
  content: "";
  display: block;
  background: #daa053;
  top: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(-1,1,0,100deg);
  transition: all .4s ease-in-out 0s;}

  .box13 .title {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color:white;
    margin: 0 0 10px;
  }

  .box13:hover::after {
    opacity:1;
    transform: rotate3d(0,0,0,0deg);
  }

  .section5{
    background-image:url(../images/Group\ 3.png) ;
    background-size: cover;
    min-height:562px ;
    position: relative;
  }

  .more a{
    color:white;
    text-decoration:none ;
  }

  .box13 .box-content {

    padding: 20px;
  }

  .bigcircle{
    width:140px;
    height:150px;
    border:1px solid rgba(255,255,255,.33);
    border-radius:50% ;
    position: relative;
  }
.feedback{
  margin:5px ;
}

.quote{
  font-size:15px;
}

.jobtitle{
  font-size:15px;
  font-family: 'OpenSans-Bold';

}

.feedbackDate{

}

.footer a {
    padding: 5px 15px;
    color: black !important;
    text-decoration: none !important;
}

.footer2 a{
 
 color:#212529 !important;
 text-decoration:none;
 padding:0 15px ;
 font-size:14px;
 font-family: 'OpenSans-Bold';
}
.footer2 p{
  
  color:#212529;
  font-family: 'OpenSans-Bold';
  padding:0 15px ;
  font-size:14px;
 }

.footer2{
  /*border-top:7px solid #da9c48 ;*/
   font-size:14px ;
   font-family: 'OpenSans-Bold';
   padding:30px 0px ;
   background: white;
padding: 23px;
}

.footer3{
  text-transform:none !important;
  font-size:14px;
}

.footer {
    position: relative;
    border-top: 3px solid #e89943;
    padding-top: 3%;
}
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300&family=Montserrat:wght@100&family=Open+Sans&family=Poppins:wght@500&family=Quicksand:wght@300&family=Roboto:wght@100&display=swap");

.menub .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #3378ff;
  border-radius: 50%;
  transition: all 0.9s;
  z-index: 4;
}

.menub .search:hover {
  cursor: pointer;
}

.menub .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.menub .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.5s;
}

.menub input {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  margin: auto;
  top: 50px;
  z-index:0 !important;
  right: 5%;
  bottom: 0;

  width: 50px;
  height: 60px;
  outline: none;
  border: none;
  background: #62605f;
  color: white;
  /* text-shadow: 0 0 10px #3378ff; */
  padding: 0 80px 0 20px;
  border-radius: 99px;
  box-shadow: 0 0 25px 0 transparent, 0 20px 25px 0 rgba(0, 0, 0, 0.0);  transition: all 0.5s;
  opacity: 0;
  z-index: 5;
  font-size:15px;

  /* letter-spacing: 0.1em; */
}

.menub input:hover {
  cursor: pointer;
}

.menub input:focus {
  width: 330px;
  opacity: 1;
  cursor: text;
}

.menub input:focus ~ .search {
  right: -280px;
  background: #ff6800;
  z-index: 6;
}

.menub input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}

.menub input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}

.menub input::placeholder {
  color: white;
  opacity: 0.5;
  font-size: 18px;
}



.search-btn{
  background-color:transparent ;
  border:none;
}


.innerheader {
    background-image: url(../images/_DSC9948.jpg);
    min-height: 400px;
    background-size: cover;
    /* box-shadow: 0 400px 1px 3px #40404078 inset;
   -moz-box-shadow: 0 400px 1px 3px #40404078 inset;
    -webkit-box-shadow: 0 400px 1px 3px #40404078 inset;*/
}
 
 
 .innerheader h3{
  text-transform: uppercase ;
 }

.innerheaderContent {
    position: relative;
    color: #D2A05C;
}
    .innerheaderContent h2 {
        color: #D2A05C;
    }
.innerheaderContent hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .2rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
  padding-left:0px;
}

    .breadcrumb a {
        color: #000;
        text-decoration: none;
    }

.breadcrumb-item.active {
  color: #000;
  font-weight:bold;
}
.breadcrumb-item + .breadcrumb-item {
    padding-right: 0px !important;
}


.share{
  margin:0 ;
  padding:10px 0px;
  display:flex;

}

.shareLi{
    padding-top:10px;
}


.line2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.share li{
  color:white;
  list-style:none ;
  display: inline-block;
  font-size:13px ;

 }
 
 .share li a{
  color:white;
  padding: 0px 4px;
 
 }

 .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: .5rem;
  color: #6c757d;
  content: none;
}

.margin-auto{
    margin:auto;
}
/*.container {
    max-width: 1154px;
}*/
.imgposition {
    width: 346px;
    height: 335px;
}

.powered {
    padding: 0 0px !important;
}

.menub a{
    cursor:pointer;
    font-weight:bold !important;
}

.lnkNewsMore{
    color:#4d5053 !important;
}

.breadcrumb-item:after {
    content: "/";
    padding-left: .5rem;
    padding-right: .5rem;
}

.breadcrumb-item:last-child:after {
    content: ""
}

.at-icon {
    fill: rgb(255, 255, 255) !important;
}

.at-icon-wrapper {
    background-color: transparent !important;
}






/*--------------------------------------unified styles---------------------------------------*/

#rateBox {
    display: inline-block;
}

.rate_item.fxss_rate_select {
    color: #ffb800 !important;
}



.SearchBoxStyle table td {
    padding: 0px !important;
}

@media screen and (min-width:760px) {



    .SearchBoxStyle {
        border: 1px solid #eeecec;
        padding-top: 20px;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 30px;
    }
}

.tender-search {
    border: 2px solid #f3f3f3;
    padding: 10px;
}


.txt-search:focus {
    color: #000;
    background-color: #fff;
    border-color: #004cbf;
    outline: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.txt-search {
    margin-bottom: 20px;
    width: 100%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

.btn-search-div {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding:10px
}

.btn-search {
    font-size: .875rem;
    border: none !important;
    font-family: inherit !important;
    text-decoration: none !important;
    height: 32px !important;
    color: white !important;
    background-color: #252E38;
    border-radius: 36px;
    text-align: center;
    width: 100% !important;
    line-height: 1.5;
    border-radius: .2rem !important;
}

    .btn-search:hover {
        background: #c78031 !important;
        color: #fff;
        cursor: pointer
    }

.news-image{
    max-height:200px;
}

.NewsSection a, .CalenderSection a, .CareersSection a, .FAQSection a, .PhotoGallerySection a, .TendersSection a, .ArchivedTendersSection a, .UsefullLinksSection a, .videoGallerySection a {
    color: #252E38 !important;
    text-decoration: none;
}

.faq-category {
    color: #29b272
}

.question {
    font-size: 16px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-collapse {
    padding: 15px;
}



.panel-heading [data-toggle=collapse].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.photogallery-image {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
}

.SplashScreen {
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
}

.SplashScreenModal {
    z-index: 99999;
}

#ltrLocation1 > label{
    cursor:pointer;
}
.cardpadding label {
    cursor: pointer;
}

.BlockView a {
    color: #252E38 !important;
    text-decoration: none;
}

.bdr-blue2 {
    border-color: #d39444 !important;
}

.bg-l-grey {
    background-color: #f9f9f9;
}

.DivlnkMore {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.lnkMore{
    padding-left:10px;
}

.pagination li {
    list-style: none;
}

.CurrentPageClass {
    border: 1px solid #213746;
    border-radius: 10%;
    padding: 0px 10px 0px 10px;
    background-color: #213746;
    color: #fff;
}


.NumericClass {
    border: 1px solid #213746;
    border-radius: 10%;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    color: #213746;
}

.sitemap .sitemap-main {
    color: #c88032;
    text-decoration: none !important;
}

.sitemap .BorderClass {
    color: #000000;
    text-decoration: none;
}

.LablelFormBuilder {
    color: #000;
    font-weight: 400;
    border-left: 4px solid #c77f31;
    line-height: 70px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.TitleFormBuilder:before {
    content: url('/App_Themes/ThemeEn/Images/title-bullet-AR.png');
    margin-right: .4rem !important;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox label {
    position: relative;
    margin-bottom: 0;
    padding-left: 0 !important;
    border: 0 !important;
    padding-right: 50px;
}

    .custom-checkbox label::before {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
    }

    .custom-checkbox label::before {
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .custom-checkbox label::before {
        top: 50%;
        background-color: transparent;
        transform: translateY(-50%);
        border-radius: 1px;
        border: 1px solid #b7b7b7;
    }

    .custom-checkbox label::after {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

input[type="checkbox"]:checked + label:before {
    background-color: #c77f31;
}

input[type="checkbox"]:checked + label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox label::after {
    top: 50%;
    transform: translateY(-50%);
}

.custom-radio label {
    padding-left: 0 !important;
    position: relative;
    margin-bottom: 0;
    padding-right: 50px;
}

    .custom-radio label:before {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
    }

    .custom-radio label:before {
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: 1px solid #b7b7b7;
        border-radius: 50%;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .custom-radio label:after {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
    }

    .custom-radio label:after {
        top: 50%;
        transform: translateY(-50%);
    }

input[type="radio"]:checked + label:after {
    background: #c77f31;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: -21px;
}

select {
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-image: url('/App_Themes/ThemeEn/Images/DropDownArrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}


.ajax__fileupload_dropzone {
    border: none !important;
}

.ajax__fileupload_selectFileButton {
    background: #c77f31 !important;
    color: #fff !important;
}


.list-footer {
    background: unset !important;
}

    .list-footer a {
        margin-top: 0px !important;
        background-color: #da9c48 !important
    }

        .list-footer a:hover {
            background-color: #252E38 !important
        }
.displayHidden {
    display: none;
}
/*--------------------------------------end unified styles---------------------------------------*/




.navbar-expand-lg .navbar-nav {
    margin-right: 0;
    padding-left: 0;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.dropdown-menu {
    font-size: 13px;
    font-family: 'OpenSans-Regular';
}
.our-clients-slider .owl-prev {
    background-image: url(../Images/clientleftarrow.png);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 0px;
    left: -50px;
}

.our-clients-slider .owl-next {
    background-image: url(../Images/clientrightarrow.png);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 0px;
    right: -50px;
}
.borderleft {
    padding-left: 40px;
    padding-right: 110px;

}
.section3 .nav li {
    width: 220px;
}
    .section3 .nav li button {
        width: 100%;
        border-radius: 38px;
        font-weight: bold;
    }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    width: 100%;
}
.divpadding {
    padding-left: 15%;
    margin-bottom: 14px;
}
.imgemap {
    margin-top: 15px;
}
.footer2 p {
    margin-bottom: 0px;
    position: relative;
    top: 2px;
    color: white;
}
.footer2 a {
    padding-left: 5px;
    padding-right: 5px;
}
.powered {
    color: #DAA053 !important;
}
.imgemaptitle {
    font-size: 14px;
    padding-top: 10px;
    height: 30px;
}

.carousel-caption h1 {
    width: 90%;
}

.shadow {
    background-image: url(../images/Slider_Shadow.png);
}

.shadow_inner {
    background-image: url(../images/Rectangle6.png);
    background-size: cover;
    background-position: top center;
    height: 400px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.innerheader {
    background-image: url(../images/Inner_default.jpg);
}
.orange {
    color: #DAA053;
}
.sectiontitle {
    text-align: center;   
}
.ourclients-breif {
    text-align: center;
}
.our-client-image
{
    text-align:center;
}
.section-ourclients {
    
}
.jodc-item-breif p {
    font-size: 15px;
}

.imgemap p {
    font-family: 'OpenSans-extrabold';
}


.centarized{
    text-align:center;
}

.alignment{
    text-align:right
}

.footer ul
{
    list-style-type:none;
}
.footer li
{
    display:inline-block;
}
.footer li img
{
    width:60px;
}
.footer-breif 
{
    padding-left:20px;
}
.footerfloat {
    float: left;
    padding-right: 10px;
}
.social-icons
{
    display:flex;
    flex-direction:column;
}
.social-icons img {
    width: 30%;
    margin: 0 auto;
}
.footer ul {
    padding: 0px 20px;
    list-style-type: none;
}

.footer2 {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    padding: 30px 0px;
    background: white;
    padding: 23px;
    background-color: #da9c48;
}

.section4, .section3, .section2, .section-whyjodc, .section-ourclients, .section-ourclients, .section5 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.responsive-menu {
    display: none;
}


.div-header h1{
    padding-top:150px
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 9999999;
    background-color: rgba(0,0,0,.9)
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 46%;
    z-index: 9999999;
}

.LabelLoading {
    position: absolute;
    top: 55%;
    left: 45%;
    z-index: 9999999;
}