@font-face {
    font-family: 'Kufi';
    src: url('../fonts/DroidKufi-Regular.eot');
    src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/DroidKufi-Regular.woff') format('woff'),
		 url('../fonts/DroidKufi-Regular.ttf') format('truetype'),
		 url('../fonts/DroidKufi-Regular.svg#AnimalsNormal') format('svg');
}

/*************************************************************************************/

body {
    font-family: 'kufi',Tahoma;
}

.inner-body {
  margin: 35px 0;
  padding: 35px 0;;
}

header {
  background: url(../images/bg1.jpg);
  padding-top: 15px;
}

header h5 {
  color: #005E9C;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

header p {
  font-size: 13px;
}

header h6 {
  color: #005E9C;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

header .social-nav {
  float: left;
}

header .nav > li {
  color: #005E9C;
}

header .nav > li > a:hover,
header.nav > li > a:focus {
    text-decoration: none;
    background-color: #005E9C;
    color: #fff;
}

header .top-nav {
  padding-bottom: 30px;
}

header .btm-nav {
  position: relative;
}

header .btm-nav .container {
  position: relative;
}

header .btm-nav .navbar {
  margin: 0;
  border: none;
  background: #005E9C;
  /*overflow: hidden;*/
  position: absolute;
  bottom: -25px;
  width: 97.5%;
}

header .btm-nav .navbar li a {
  color: #fff;
  z-index: 9;
}

  header .btm-nav .navbar li a:hover,
  header .btm-nav .navbar li a:focus {
  background: #004677;
}

header .btm-nav .navbar .dropdown-menu {
  background: #004677;
}

header .btm-nav .navbar .dropdown-menu li a {
  padding: 6px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .btm-nav .navbar .dropdown-menu li a:hover {
  padding-right: 15px;
}

/*header .btm-nav .navbar li a:before {
  content: "";
  position: absolute;
  height: 160%;
  width: 100%;
  background: #004677;
  top: -15px;
  right: 0;
  z-index: -1;
  opacity: 0;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

header .btm-nav .navbar li a:hover:before {
  opacity: 1;
}*/

header .btm-nav .navbar input {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

/*end header*/
/*start slider*/
.slide-section {
  z-index: -1;
}

.slide-section .carousel-inner {
  height: 400px;
}
/*end slider*/
/*start welcome*/
.welcome {
  background: #005E9C;
}

.welcome span {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

.welcome .btn {
  background: #013F6B;
  color: #fff;
  padding: 15px 30px;
  margin-top: 15px;
  border: 1px solid #013F6B;
}

.welcome .btn:hover {
  background: transparent;
  border: 1px solid #fff;
}

/*end welcome*/
/*start welcome*/
.blocks {
  background: url(../images/bg2.jpg);
  padding-bottom:45px;
}

.blocks .block {
  background: #f5f5f5;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}

.blocks .block .img-container {
  display: inline-block;
  width: 15%;
  float: right;
  border-left: 1px solid #c1c1c1;
}

.blocks .block .img-container img {
  background: #005E9C;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  margin-top: 25px;
  margin-right: 27px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blocks .block:hover img {
  padding: 5px;
  background: #013F6B;
}

.blocks .block .details {
  display: inline-block;
  width: 85%;
  padding: 15px;
  padding-right: 45px;
}

.blocks .block .details h5 {
  color: #005E9C;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
}


/*end welcome*/
/*start images*/
.images {
  background: url(../images/bg3.jpg);
  padding: 45px 0;
}

.images .title span {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

.images .title .btn {
  background: #013F6B;
  color: #fff;
  padding: 15px 30px;
  margin-top: 15px;
  border: 1px solid #013F6B;
}

.images .title .btn:hover {
  background: transparent;
  border: 1px solid #fff;
}

.images .carousel {
  z-index: 99999;
}

.div-hei {
  height: 200px;
  overflow: hidden;
}

/*end images*/
/*start posts*/
.posts {
  /*background: url(../images/bg3.jpg);*/
  padding: 45px 0;
}

.posts .title {
  margin-bottom: 25px;
}

.posts .title span {
  color: #005E9C;
  font-size: 18px;
  margin-right: 10px;
}

.posts .post {
  margin-bottom: 20px;
}

.posts .post .img-container {
  overflow: hidden;
  height: 190px;
}

.posts .post .img-container img {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.posts .post:hover img {
  transform: scale(1.1);
}

.posts .post h5 {
  color: #005E9C;
  padding: 5px 0px;
}

.posts .post footer {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 7px 0;
  position: relative;
}

.posts .post footer span {
  color: #005E9C;
}

.posts .post footer span .fa {
  margin-left: 10px;
}

.posts .post footer .btn {
  background: #005E9C;
  color: #fff;
  border-radius: 0;
  left: 0;
  top: 0;
  position: absolute;
}

.posts .post footer .btn:hover {
  background: #002138;
}

.posts .title .btn {
  background: #013F6B;
  color: #fff;
  padding: 15px 30px;
  margin-top: 15px;
}


/*end posts*/
/*start team*/
.team {
  background: #f5f5f5;
  padding: 45px 0;
}

.team .title {
  margin-bottom: 25px;
}

.team .title span {
  color: #005E9C;
  font-size: 18px;
  margin-right: 10px;
}

.team .post {
  margin-bottom: 20px;
}

.team .post .img-container {
  overflow: hidden;
  height: 190px;
}

.team .post .img-container img {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.team .post:hover img {
  transform: scale(1.2) rotate(5deg);
  /*transform: ;*/
}

.team .post h5 {
  color: #005E9C;
  padding: 5px 0px;
}

.team .post footer {
  background: #005E9C;
  padding: 7px 5px;
  position: relative;
}

.team .post footer span {
  color: #fff;
}

.team .post footer .btn {
  background: #fff;
  color: #005E9C;
  border-radius: 0;
  left: 0;
  top: 0;
  position: absolute;
}

/*end posts*/
/*start footer*/
.big-footer {
  padding: 30px 0;
  direction: rtl;
  text-align: right;
}

.big-footer span {
  letter-spacing: 0.5px;
  font-size: 21px;
  color: #005E9C;
  font-weight: bold;
}

.big-footer .item {
  margin: 20px 0;
}

.big-footer .icon {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}

.big-footer .det {
  display: inline-block;
  color: #fff;
}

.big-footer .det h5 {
  letter-spacing: 0.5px;
  font-size: 20px;
  margin: 0;
  color: #32352A;
}

.big-footer .det p,
.big-footer .det a {
  letter-spacing: 0.5px;
  font-size: 13px;
  margin: 0;
  margin-top: 10px;
  color: #777;
}

.footer {
  padding: 20px 0;
  background: #005E9C;
  text-align: center;
  /*border-top: 1px solid #ddd;*/
}

.footer p {
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
}
/*end footer*/

.btn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


/***********************
START CONTACT PAGE
************************/
.contact label {
  color: #005E9C;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.contact input {
  margin-bottom: 15px;
  border-radius: 0;
  border: 1px solid #DCDCDC;
}

.contact .btn {
   background: #005E9C;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #005E9C;
}

.contact .btn:hover {
  background: #fff;
  color: #005E9C;
  padding: 10px 30px;
  border: 1px solid #005E9C;
}

/***********************
END CONTACT PAGE
************************/
/***********************
START ABOUT PAGE
************************/
.about {
  width: 60%;
}

/***********************
END ABOUT PAGE
************************/
/***********************
START PORTFOLIO PAGE
************************/
.portfolio-filter > li a:hover,
.portfolio-filter > li a.active {
    color: #fff;
    background: #005E9C;
    border: 1px solid #005E9C;
  }

  .recent-work-wrap .overlay {
    background: rgba(0, 94, 156, 0.71);
  }

/***********************
END PORTFOLIO PAGE
************************/
/***********************
START ABOUT PAGE
************************/
.gallary .img-container {
  height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallary .img-container img {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gallary .img-container:hover img {
  transform: scale(1.2);
  cursor: zoom-in;
}

/***********************
END ABOUT PAGE
************************/
/***********************
START TAD4EN PAGE
************************/
.tad4en {
  background: url(../images/tad4en.png);
  padding: 50px 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tad4en h1 {
    margin-top: 10%;
}

.tad4en h3 {
  color: #005E9C;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.tad4en h4 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin: 15px;
}

.tad4en img {
  margin: 30px auto;
  width: 250px;
}

.tad4en .btn {
  background: #005E9C;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px 30px;
  font-size: 15px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.tad4en .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.23);
  height: 100%;
  width: 0%;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tad4en .btn:hover:after {
  width: 100%;
}


.tad4en .all-news {
  width: 50%;
  margin: 30px auto 0 auto;
  display: inline-block;
}

.tad4en .news-data a {
  padding: 0 15px;
  color: #000;
}

/***** start load *****/
.load {
    background-color: #e5e5e5;
    color: #005E9C;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
}

.spinner {
    margin: auto;
    margin-top: 23%;
    width: 50px;
    height: 45px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #005E9C;
        height: 100%;
        width: 5px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/***** end load *****/
/***********************
END TAD4EN PAGE
************************/
.navbar-toggle {
    background: #fff;
}

.navbar-toggle .icon-bar {
    background: #005E9C;
}


/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1036px) {
  header .nav li {
    display: inline-block;
  }
}
@media only screen and  (max-width: 756px) {

  header .nav li {
    display: inline-block;
  }

  body {
    overflow-x: hidden;
  }

  header .btm-nav .navbar {
      width: 93.5%;
  }

  .slide-section {
    display: none;
  }

  .welcome {
    margin-top: 30px;
  }

  .welcome .btn {
    margin-bottom: 20px;
  }

  .blocks .block {
    margin-bottom: 15px;
  }

  .images .title .btn {
    margin-bottom: 20px;
  }

  .about {
    width: 100%;
  }

}
@media only screen and  (max-width: 540px) {
  header .nav li {
    display: inline-block;
  }

  body {
    overflow-x: hidden;
  }

  header .btm-nav .navbar {
      width: 93.5%;
  }

  .slide-section {
    display: none;
  }

  .welcome {
    margin-top: 30px;
  }

  .welcome .btn {
    margin-bottom: 20px;
  }

  .blocks .block {
    margin-bottom: 15px;
  }

  .images .title .btn {
    margin-bottom: 20px;
  }

  .about {
    width: 100%;
  }

}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}
.d-latest{
margin-right: 6%;
}
.new {
    width: 132px;
    height: 48px;
    background: #005E9C;
    float: right;
    margin-top: -1%;
}
.new h2 {
    font-size: 15px;
    color: #fff;
    line-height:48px;
    margin:0px 0px!important;
    text-align: center;
}

.all-news{
    margin: 2% 2%;
}











/*end*/