body {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
}

/* start the navbar*/
.fa-twitter:hover {
  color: #55acee; }

.fa-facebook-f:hover {
  color: #3b5999; }

.fa-google-plus-g:hover {
  color: #dd4b39; }

.fa-linkedin-in:hover {
  color: #0077b5; }

.navbar {
  background-color: #00000099;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  transition: all .6s ease-in-out; }
  .navbar .contact {
    font-size: 14px;
    color: white;
    padding: 20px 0;
    transition: all .6s ease-in-out; }
    @media (max-width: 992px) {
      .navbar .contact {
        display: none; } }
    .navbar .contact .info ul li {
      margin-right: 17px; }
    .navbar .contact .social ul li a {
      color: white; }
      .navbar .contact .social ul li a i:hover {
        transform: rotateY(360deg);
        transition: all 0.8s ease-in-out; }
  .navbar .brand > i {
    color: #ff5f13;
    line-height: 1.3; }
  .navbar .brand > h3 {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .navbar .brand > h3 > a {
      display: inline-block;
      font-size: 25px;
      color: #ff5f13;
      font-weight: bolder;
      font-family: "Caveat", cursive, sans-serif; }
  .navbar hr {
    color: white;
    margin: 0; }
  .navbar .nav {
    padding: 20px 0; }
    .navbar .nav .links > ul {
      height: 100%; }
      @media (max-width: 992px) {
        .navbar .nav .links > ul {
          display: block; } }
      .navbar .nav .links > ul > li > a {
        padding: 14px 10px;
        display: block;
        color: #ff5f13;
        height: 100%;
        transition: all 0.5s ease; }
        .navbar .nav .links > ul > li > a:hover {
          color: white; }
        .navbar .nav .links > ul > li > a > i {
          display: none; }
          @media (max-width: 992px) {
            .navbar .nav .links > ul > li > a > i {
              display: inline-block; } }
      .navbar .nav .links > ul > li.blog {
        position: relative; }
        .navbar .nav .links > ul > li.blog:hover > ul {
          display: block; }
          @media (max-width: 992px) {
            .navbar .nav .links > ul > li.blog:hover > ul {
              display: none; } }
        .navbar .nav .links > ul > li.blog > ul {
          border-top: 5px solid #ff5f13;
          background-color: #faaf4d;
          padding: 10px 8px;
          position: absolute;
          left: 0;
          z-index: 99;
          width: 150px;
          display: none; }
          .navbar .nav .links > ul > li.blog > ul > li a {
            display: block;
            padding: 9px;
            color: #ff5f13;
            transition: all 0.5s ease; }
            .navbar .nav .links > ul > li.blog > ul > li a:hover {
              color: white; }
          @media (max-width: 992px) {
            .navbar .nav .links > ul > li.blog > ul {
              position: static;
              width: 100%;
              border-top: none; } }
      .navbar .nav .links > ul > li.pages {
        position: relative; }
        .navbar .nav .links > ul > li.pages:hover > ul {
          display: block; }
          @media (max-width: 992px) {
            .navbar .nav .links > ul > li.pages:hover > ul {
              display: none; } }
        .navbar .nav .links > ul > li.pages > ul {
          border-top: 5px solid #ff5f13;
          background-color: #faaf4d;
          padding: 9px 8px;
          position: absolute;
          left: 0;
          width: 170px;
          display: none; }
          .navbar .nav .links > ul > li.pages > ul > li a {
            display: block;
            padding: 9px;
            transition: all 0.5s ease;
            color: #ff5f13; }
            .navbar .nav .links > ul > li.pages > ul > li a:hover {
              color: white; }
          @media (max-width: 992px) {
            .navbar .nav .links > ul > li.pages > ul {
              position: static;
              width: 100%;
              border-top: none; } }
    @media (max-width: 992px) {
      .navbar .nav .links {
        display: none;
        position: fixed;
        left: 15px;
        top: 84px;
        right: 15px;
        background-color: #faaf4d; } }
    @media (max-width: 992px) {
      .navbar .nav .conc {
        display: none; } }
    .navbar .nav .conc > a {
      color: white;
      display: block;
      font-size: 18px;
      background-color: #ff5f13;
      margin: 0;
      padding: 15px 10px;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      .navbar .nav .conc > a:hover span:first-of-type {
        width: 100%; }
      .navbar .nav .conc > a span:first-of-type {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 1;
        background-color: orange;
        transition: all 1s ease-in-out; }
      .navbar .nav .conc > a span:last-of-type {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        z-index: 3;
        height: 100%;
        width: 100%; }
    @media (min-width: 992px) {
      .navbar .nav .tabs {
        display: none; } }
    .navbar .nav .tabs i {
      cursor: pointer;
      color: white;
      line-height: 2em; }

/* end the navbar*/
.background {
  background: url("../images/17.png") no-repeat center center fixed;
  height: 100vh; }
  .background .img {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    .background .img span {
      display: inline-block;
      height: 5px;
      width: 30px;
      background-color: red; }
    .background .img h1,
    .background .img h2,
    .background .img p {
      margin: 0; }
    .background .img p {
      display: inline-block;
      color: white; }
    .background .img h1 {
      font-size: 130px;
      color: #ff5f13; }
      @media (max-width: 551px) {
        .background .img h1 {
          font-size: 35px; } }
      @media (min-width: 552px) and (max-width: 1200px) {
        .background .img h1 {
          font-size: 60px; } }
    .background .img h2 {
      font-size: 115px;
      margin-left: 20px;
      color: white; }
      @media (max-width: 551px) {
        .background .img h2 {
          font-size: 30px; } }
      @media (min-width: 552px) and (max-width: 1200px) {
        .background .img h2 {
          font-size: 50px; } }

/*
 start the our services
*/
.our_services {
  padding: 50px 10px; }
  .our_services .h1 {
    font-size: 50px;
    text-transform: uppercase; }
  .our_services .serv {
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 2px solid #ff5f13;
    width: 32%; }
    .our_services .serv .scop {
      overflow: hidden; }
      .our_services .serv .scop > img {
        display: block;
        width: 100%;
        transition: all .5s ease-out; }
    .our_services .serv > a {
      display: block;
      padding: 5px 0;
      color: black;
      text-transform: capitalize; }
      .our_services .serv > a i {
        padding: 5px 3px;
        transition: all .5s ease-out; }
    .our_services .serv > p a {
      color: black;
      text-transform: capitalize;
      font-size: 28px;
      transition: all .5s ease-out; }
      .our_services .serv > p a:hover {
        color: #ff5f13; }
    .our_services .serv:hover .scop img {
      transform: scale(1.1); }
    .our_services .serv:hover > a > i {
      background-color: #ff5f13;
      color: white; }
    .our_services .serv.margin {
      margin-left: 2%;
      margin-right: 2%; }
      @media (max-width: 991px) {
        .our_services .serv.margin {
          margin-left: 0;
          margin-right: 0; } }
    @media (max-width: 991px) {
      .our_services .serv {
        float: none;
        width: 100%; } }

/*
end the our services
*/
/*
strat the Who we are
*/
.Who_we {
  padding: 50px 0;
  margin-top: 50px; }
  .Who_we .text {
    width: 40%;
    margin-right: 6%;
    padding-left: 100px; }
    .Who_we .text h2 {
      font-size: 50px;
      text-transform: uppercase; }
    .Who_we .text p:first-of-type {
      font-weight: bolder; }
    .Who_we .text .read {
      color: white;
      display: inline-block;
      font-size: 18px;
      background-color: #ff5f13;
      margin: 0;
      padding: 15px 15px;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      .Who_we .text .read:hover span:first-of-type {
        width: 100%; }
      .Who_we .text .read span:first-of-type {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 1;
        background-color: orange;
        transition: all 1s ease-in-out; }
      .Who_we .text .read span:last-of-type {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        z-index: 3;
        height: 100%;
        width: 100%; }
    @media (max-width: 1199px) {
      .Who_we .text {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 0 30px;
        margin-bottom: 30px; } }
  .Who_we .img {
    overflow: hidden;
    width: 54%; }
    @media (max-width: 1199px) {
      .Who_we .img {
        float: none;
        width: 100%; } }
    .Who_we .img img {
      width: 100%; }
  @media (max-width: 551px) {
    .Who_we {
      margin-top: 0;
      padding: 0; } }

/* 
end the Who we are
*/
/*start the Our Projects*/
.Our_Projects {
  padding: 50px 0; }
  .Our_Projects .h1 {
    margin: 0;
    font-size: 50px;
    text-transform: uppercase; }
    @media (max-width: 551px) {
      .Our_Projects .h1 {
        float: none;
        width: 100%; } }
  .Our_Projects .links li {
    line-height: 3;
    margin-left: 10px;
    transition: all .5s ease-in-out; }
    .Our_Projects .links li.active a {
      color: #ff5f13;
      transition: all .5s ease-in-out; }
    .Our_Projects .links li > a {
      color: #0e132a;
      display: block;
      font-size: 18px; }
  .Our_Projects .cards {
    margin-top: 30px; }
    .Our_Projects .cards .card {
      width: 28%;
      margin: 20px 0; }
      .Our_Projects .cards .card .img {
        overflow: hidden;
        height: 380px; }
        .Our_Projects .cards .card .img img {
          display: block;
          width: 100%;
          height: 100%; }
      .Our_Projects .cards .card .tex {
        position: relative;
        width: 100%;
        padding: 35px 25px; }
        .Our_Projects .cards .card .tex a:first-of-type {
          display: inline-block;
          font-size: 20px;
          font-weight: bolder; }
        .Our_Projects .cards .card .tex a:last-of-type {
          display: block;
          position: absolute;
          right: 2px;
          top: -15px;
          padding: 8px;
          z-index: 9999;
          color: white;
          display: none; }
      .Our_Projects .cards .card.marg {
        margin-left: 8%;
        margin-right: 8%; }
        @media (max-width: 551px) {
          .Our_Projects .cards .card.marg {
            margin-left: 0;
            margin-right: 0; } }
        @media (min-width: 552px) and (max-width: 991px) {
          .Our_Projects .cards .card.marg {
            margin-right: 0; } }
      @media (min-width: 552px) and (max-width: 991px) {
        .Our_Projects .cards .card:nth-of-type(4) {
          margin-left: 8%; } }
      @media (min-width: 552px) and (max-width: 991px) {
        .Our_Projects .cards .card:nth-of-type(5) {
          margin-left: 0;
          margin-right: 8%; } }
      .Our_Projects .cards .card:hover .tex {
        background-color: #0b1c39; }
        .Our_Projects .cards .card:hover .tex a:first-of-type {
          color: white; }
        .Our_Projects .cards .card:hover .tex a:last-of-type {
          background-color: #ff5f13;
          display: block; }
      @media (max-width: 551px) {
        .Our_Projects .cards .card {
          width: 100%; } }
      @media (min-width: 552px) and (max-width: 991px) {
        .Our_Projects .cards .card {
          width: 45%; } }

/*end the Our Projects*/
/* satrt the chat  */
.chat {
  background: url("../images/02.jpg") no-repeat center center fixed;
  background-size: cover; }
  .chat .overlo {
    padding: 170px 20px;
    background-color: rgba(11, 28, 57, 0.9);
    color: white; }
    .chat .overlo h2:first-of-type {
      position: absolute;
      top: -60px;
      left: 0;
      margin: 0;
      font-size: 100px;
      -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
      -webkit-text-fill-color: transparent; }
      @media (max-width: 551px) {
        .chat .overlo h2:first-of-type {
          font-size: 80px; } }
    .chat .overlo h2:last-of-type {
      font-size: 50px;
      font-weight: 700px; }
    .chat .overlo P {
      font-size: 16px; }
    .chat .overlo a {
      color: #0b1c39;
      display: inline-block;
      font-size: 18px;
      background-color: white;
      margin: 0;
      padding: 15px 15px;
      position: relative;
      overflow: hidden;
      margin-bottom: 80px; }
      .chat .overlo a:hover span:first-of-type {
        height: 100%;
        color: white; }
      .chat .overlo a:hover span:last-of-type {
        color: white; }
      .chat .overlo a span:first-of-type {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        z-index: 1;
        background-color: #ff5f13;
        transition: all .4s ease-in-out; }
      .chat .overlo a span:last-of-type {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        z-index: 3;
        height: 100%;
        width: 100%;
        transition-delay: .3s; }
    .chat .overlo .tools {
      position: absolute;
      width: 100%;
      margin-top: 60px;
      padding: 10px 0;
      line-height: 6;
      background-color: #ff5f13; }
      .chat .overlo .tools .tool {
        width: 30%;
        text-align: center; }
        .chat .overlo .tools .tool > span {
          display: inline-block;
          margin-right: 10px;
          font-size: 30px; }
        .chat .overlo .tools .tool > p {
          display: inline-block;
          margin: 0;
          line-height: 2; }
          .chat .overlo .tools .tool > p span {
            display: block;
            line-height: 2; }
          .chat .overlo .tools .tool > p span:last-of-type {
            display: inline-block;
            line-height: 2;
            font-size: 30px; }
        @media (max-width: 551px) {
          .chat .overlo .tools .tool {
            width: 100%; } }
        @media (min-width: 552px) and (max-width: 991px) {
          .chat .overlo .tools .tool {
            width: 45%; } }
      .chat .overlo .tools .tool2 {
        margin-right: 4%;
        margin-left: 4%; }

/* end the chat */
/*
start the Our team
*/
.Our_team {
  padding: 50px 10px;
  margin-top: 90px; }
  .Our_team .h1 {
    font-size: 50px;
    margin-top: 90px;
    text-transform: uppercase;
    color: #0e132a; }
    @media (min-width: 552px) and (max-width: 991px) {
      .Our_team .h1 {
        margin-top: 150px; } }
  .Our_team .team {
    padding-top: 40px;
    width: 32%;
    height: 100%; }
    .Our_team .team > .scop {
      overflow: hidden; }
      .Our_team .team > .scop > img {
        display: block;
        width: 100%;
        height: 410px;
        transition: all .8s ease-in-out; }
    .Our_team .team > a {
      display: block;
      padding: 5px 0;
      color: black;
      text-transform: capitalize; }
      .Our_team .team > a i {
        padding: 5px 3px; }
    .Our_team .team > span {
      display: block;
      color: #ff5f13;
      padding: 10px 0; }
      .Our_team .team > span > span:first-of-type {
        display: inline-block;
        height: 2px;
        width: 5%;
        background-color: #ff5f13; }
    .Our_team .team > h3 {
      color: #0e132a;
      font-weight: 700;
      font-size: 25px; }
    .Our_team .team:hover img {
      transform: scale(1.1); }
    .Our_team .team.margin {
      margin-left: 2%;
      margin-right: 2%; }
      @media (max-width: 991px) {
        .Our_team .team.margin {
          margin-left: 0;
          margin-right: 0; } }
    @media (max-width: 991px) {
      .Our_team .team {
        float: none;
        width: 100%; } }
  @media (max-width: 552px) {
    .Our_team {
      margin-top: 450px; } }

/*
end the Our team
*/
/*start the testimonial*/
.testimonial {
  padding: 50px 20px;
  background-color: #00235b;
  color: white; }
  .testimonial h2:first-of-type {
    position: absolute;
    top: -60px;
    left: 15px;
    margin: 0;
    font-size: 120px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent; }
    @media (max-width: 551px) {
      .testimonial h2:first-of-type {
        font-size: 50px;
        top: -20px; } }
    @media (min-width: 551px) and (max-width: 767px) {
      .testimonial h2:first-of-type {
        font-size: 90px; } }
  .testimonial h2:last-of-type {
    font-size: 70px;
    font-weight: 700px; }
    @media (max-width: 551px) {
      .testimonial h2:last-of-type {
        font-size: 40px; } }
  .testimonial .testimonials {
    position: relative;
    overflow: hidden;
    min-height: 360px; }
    .testimonial .testimonials .testi {
      position: absolute;
      left: -1800px;
      width: 100%; }
      .testimonial .testimonials .testi p {
        color: #a4acc3; }
      .testimonial .testimonials .testi .borderleft {
        border-left: 2px solid #ff5f13;
        padding-left: 25px; }
        .testimonial .testimonials .testi .borderleft span:last-of-type {
          color: #a4acc3; }
    .testimonial .testimonials .active {
      left: 0;
      width: 100%; }
    .testimonial .testimonials > span {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      border-radius: 50%;
      padding: 6px 5px;
      cursor: pointer; }
      .testimonial .testimonials > span i {
        display: block; }
    .testimonial .testimonials .right {
      right: 10px;
      top: auto;
      border: 1px solid white; }
    .testimonial .testimonials .left {
      right: 49px;
      top: auto;
      border: 1px solid #a4acc3;
      color: #a4acc3; }
  .testimonial .container {
    width: 70%; }
    @media (max-width: 551px) {
      .testimonial .container {
        width: 90%; } }

/*end the testimonial*/
/* start the latest news*/
.latest_news {
  padding: 50px 0; }
  .latest_news .h1 {
    margin: 0;
    margin: 50px 0;
    font-size: 50px;
    text-transform: uppercase; }
    @media (max-width: 551px) {
      .latest_news .h1 {
        float: none;
        width: 100%; } }
  .latest_news .cards {
    margin-top: 20px; }
    .latest_news .cards .card {
      position: relative;
      width: 47%;
      margin: 40px 0; }
      .latest_news .cards .card .img {
        height: 40%; }
        .latest_news .cards .card .img img {
          display: block;
          width: 100%;
          height: 100%; }
      .latest_news .cards .card .tex {
        padding: 50px;
        background-color: #00235b;
        color: white; }
        .latest_news .cards .card .tex > span {
          display: block;
          border-left: 1px solid #a4acc3;
          padding-left: 10px; }
        .latest_news .cards .card .tex h2 a {
          color: white; }
          .latest_news .cards .card .tex h2 a:hover {
            color: #ff5f13; }
        .latest_news .cards .card .tex > a {
          color: #ff5f13;
          text-transform: uppercase; }
          .latest_news .cards .card .tex > a:hover {
            text-decoration: underline; }
      .latest_news .cards .card > .date {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        background-color: #ff5f13;
        color: white;
        padding: 15px 40px; }
        .latest_news .cards .card > .date > span {
          display: block; }
        .latest_news .cards .card > .date > span:first-of-type {
          font-size: 20px; }
      @media (max-width: 767px) {
        .latest_news .cards .card {
          width: 100%; } }
      .latest_news .cards .card.marg {
        margin-left: 6%; }
        @media (max-width: 767px) {
          .latest_news .cards .card.marg {
            margin-left: 0; } }

/* end the latest news */
/*start the footer*/
footer {
  padding: 50px 0;
  background-color: #070b11;
  color: white; }
  footer .foot {
    padding: 50px 0; }
    footer .foot > div {
      width: 23%; }
      footer .foot > div.construction {
        width: 28%;
        color: #9fa6bd; }
        footer .foot > div.construction i {
          color: #ff5f13; }
        footer .foot > div.construction h2 {
          display: inline-block; }
          footer .foot > div.construction h2 a {
            color: white; }
        @media (max-width: 551px) {
          footer .foot > div.construction {
            width: 100%; } }
        @media (min-width: 552px) and (max-width: 991px) {
          footer .foot > div.construction {
            width: 50%; } }
      footer .foot > div.quick-links {
        padding: 0 25px; }
        footer .foot > div.quick-links ul li {
          padding: 10px 0; }
          footer .foot > div.quick-links ul li a {
            color: #868c98;
            transition: all .3s ease-out; }
            footer .foot > div.quick-links ul li a:hover {
              padding-left: 5px;
              color: #ff5f13; }
        @media (max-width: 551px) {
          footer .foot > div.quick-links {
            padding-left: 0;
            width: 100%; } }
        @media (min-width: 552px) and (max-width: 991px) {
          footer .foot > div.quick-links {
            width: 50%; } }
      footer .foot > div.Contact p {
        color: #9fa6bd; }
      footer .foot > div.Contact > span {
        padding: 10px 0;
        display: block; }
        footer .foot > div.Contact > span a {
          color: #868c98;
          transition: all .3s ease-out; }
          footer .foot > div.Contact > span a:hover {
            padding-left: 5px;
            color: #ff5f13; }
      @media (max-width: 551px) {
        footer .foot > div.Contact {
          width: 100%; } }
      @media (min-width: 552px) and (max-width: 991px) {
        footer .foot > div.Contact {
          width: 50%; } }
      footer .foot > div.form form input {
        width: 60%;
        padding: 13px 15px;
        background-color: #1e293a;
        border: none;
        color: white; }
        footer .foot > div.form form input::placeholder {
          color: white; }
      footer .foot > div.form form button {
        width: 38%;
        padding: 15px 15px;
        border: 1px solid #070b11;
        background-color: #070b11;
        color: white;
        position: relative;
        cursor: pointer; }
        footer .foot > div.form form button:hover span:first-of-type {
          height: 100%;
          color: white; }
        footer .foot > div.form form button span:first-of-type {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 0;
          z-index: 1;
          background-color: #ff5f13;
          transition: all .4s ease-in-out; }
        footer .foot > div.form form button span:last-of-type {
          display: block;
          position: relative;
          left: 0;
          top: 0;
          z-index: 3;
          height: 100%;
          width: 100%; }
      footer .foot > div.form > img {
        width: 100%; }
      @media (max-width: 551px) {
        footer .foot > div.form {
          width: 100%; } }
      @media (min-width: 552px) and (max-width: 991px) {
        footer .foot > div.form {
          width: 50%; } }
    @media (max-width: 551px) {
      footer .foot > div {
        margin-top: 20px; } }
  footer .copyright {
    padding: 20px 0; }
    footer .copyright p > a {
      color: #ff5f13; }

/*end the footer*/
/*start the to top*/
/*to up*/
.top {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  transition: all .6s ease-in-out;
  cursor: pointer;
  background-color: #ff5f13;
  border: none;
  display: none;
  box-shadow: 0 0 9px 0 #aebacc, 0 0 9px 0 #aebacc; }
  .top:hover span:first-of-type {
    height: 100%;
    color: white; }
  .top:hover i {
    color: #6e2a11; }
  .top span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background-color: white;
    transition: all .4s ease-in-out; }
  .top i {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    color: white; }

/*to up*/
/*end the to top*/

/*# sourceMappingURL=home.css.map */
