*{
  text-decoration: none !important;
}
.jumbotron {
  color: white;
  background-image: url("img/hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.logo-img{
  width: 150px;
  height: 47.25px;
}

.company_color{
  color: #25b8eb;
}

.company_color_two{
  color: #eb8b25;
}

.company_color_bg{
  background-color: #25b8eb;
}

.company_color_bg_two{
  background-color: #eb8b25;
}

.company_color_bg_three{
  background-color: #212529;
}

.border_ruler{
  width: 100%;
  border: #25b8eb 1px solid;
  margin-top: 10px;
}

.border_ruler_refs{
  width: 25%;
  border: #eb8b25 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* About */
.about_title{
  font-size: 40px;
  color: rgb(33,37,41);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.about_title h2::before{
  content: "";
  width: 170px;
  height: 100px;
  border: 6px solid #f2f2f2;
  position: absolute;
  left: 47px;
  bottom: 40px;
  z-index: -1;
}
.about_us_img{
  display: flex;
  align-items: flex-end;
}
/* End About */

/* Our Projects */
.our_projects_title{
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.our_projects_title h2::before{
  content: "PROJELER";
  width: 350px;
  height: 100px;
  position: absolute;
  left: 47px;
  display: flex;
  font-size: 4rem;
  bottom: 30px;
  color: lightgray;
  z-index: -1;
  justify-content: center;
  align-items: center;
}

#our_projects .nav-link {
  color: #eb8b25;
}

#our_projects .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: white;
  background-color: #25b8eb;
}


/* End Our Projects */

/* References */
.reference-border .card{
  border-color: #25b8eb;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: center;
}
.reference-border .card i{
  color: #eb8b25;
  padding-bottom: 1rem;
}

.references_title{
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.references_title h2::before{
  content: "REFERANS";
  width: 350px;
  height: 100px;
  position: absolute;
  left: 47px;
  display: flex;
  font-size: 4rem;
  bottom: 30px;
  color: black;
  z-index: -1;
  justify-content: center;
  align-items: center;
}
/* End References */  


  /*======================================================
                            Navbar
    ======================================================*/
    i {
      margin-right: 10px;
    }
    /*----------bootstrap-navbar-css------------*/
    .navbar-logo{
      padding: 15px;
      color: #fff;
    }
    .navbar-mainbg{
      background-color: #212529;
      padding: 0px;
    }
    #navbarSupportedContent{
      overflow: hidden;
      position: relative;
    }
    #navbarSupportedContent ul{
      padding: 0px;
      margin: 0px;
    }
    #navbarSupportedContent ul li a i{
      margin-right: 10px;
    }
    #navbarSupportedContent li {
      list-style-type: none;
      float: left;
    }
    #navbarSupportedContent ul li a{
      color: rgba(255,255,255,0.5);
      text-decoration: none;
      display: block;
      padding: 20px 20px;
      transition-duration:0.6s;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      position: relative;
    }
    #navbarSupportedContent>ul>li.active>a{
      color: #eb8b25;
      background-color: transparent;
      transition: all 0.7s;
    }
    #navbarSupportedContent a:not(:only-child):after {
      content: "\f105";
      position: absolute;
      right: 20px;
      top: 10px;
      font-size: 14px;
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 900;
      transition: 0.5s;
    }
    #navbarSupportedContent .active>a:not(:only-child):after {
      transform: rotate(90deg);
    }
    .hori-selector{
      display:inline-block;
      position:absolute;
      height: 100%;
      top: 0px;
      left: 0px;
      transition-duration:0.6s;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      background-color: #fff;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      margin-top: 10px;
    }
    .hori-selector .right,
    .hori-selector .left{
      position: absolute;
      width: 25px;
      height: 25px;
      background-color: #fff;
      bottom: 10px;
    }
    .hori-selector .right{
      right: -25px;
    }
    .hori-selector .left{
      left: -25px;
    }
    .hori-selector .right:before,
    .hori-selector .left:before{
      content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #5161ce;
    }
    .hori-selector .right:before{
      bottom: 0;
        right: -25px;
    }
    .hori-selector .left:before{
      bottom: 0;
        left: -25px;
    }

    .navbar-toggler {
      outline: none;
      box-shadow: none;
    }
    
    .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
    }
    
    @media(min-width: 992px){
      .navbar-expand-custom {
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -ms-flex-pack: start;
          justify-content: flex-start;
      }
      .navbar-expand-custom .navbar-nav {
          -ms-flex-direction: row;
          flex-direction: row;
      }
      .navbar-expand-custom .navbar-toggler {
          display: none;
      }
      .navbar-expand-custom .navbar-collapse {
          display: -ms-flexbox!important;
          display: flex!important;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
      }
    }
    
    
    @media (max-width: 991px){
      #navbarSupportedContent ul li a{
        padding: 12px 30px;
      }
      .hori-selector{
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
      }
      .hori-selector .left,
      .hori-selector .right{
        right: 10px;
      }
      .hori-selector .left{
        top: -25px;
        left: auto;
      }
      .hori-selector .right{
        bottom: -25px;
      }
      .hori-selector .left:before{
        left: -25px;
        top: -25px;
      }
      .hori-selector .right:before{
        bottom: -25px;
        left: -25px;
      }
    }

/* Footer */
.social_media i {
  transition: all 0.4s;
}
.social_media i:hover {
  color: #eb8b25;
  transition: all 0.4s;
}
.footer-img {
  background-image: url("img/footer-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Footer End */


/* Responsive CSS */


@media screen and (min-width: 320px) and (max-width: 425px) {
  /* Navbar */
  .logo-img{
    width: 100px;
    height: 31.5px;
  }
  /* End Navbar */

  /* About Us */
  .about_text{
    padding-top: 5rem;
    padding-bottom: 3rem ;
  }
  /* End About Us */

  /* Our Projects */
  .our_projects_title h2::before{
    width: 215px;
    font-size: 3rem;
    bottom: 15px;
  }
  #pills-tab .nav-link {
    padding: 0.5rem;
}
  /* End Our Projects */
  
  /* References */
  .references_title h2::before{
    width: 215px;
    font-size: 3rem;
    bottom: 20px;
  }
  /* End References */

}

@media screen and (min-width: 426px) and (max-width: 768px) {
   /* Navbar */
   .logo-img{
    width: 100px;
    height: 31.5px;
  }
  /* End Navbar */
  
  /* About Us */
  .about_text{
    padding-top: 5rem;
    padding-bottom: 3rem ;
  }
  /* End About Us */
}

@media screen and (min-width: 769px) {
  /* About Us */
  .about_text{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  /* End About Us */

  /* Our Projects */
  .our_projects_title h2::before{
    content: "PROJELER";
    width: 350px;
    height: 100px;
    position: absolute;
    left: 47px;
    display: flex;
    font-size: 4rem;
    bottom: 30px;
    color: lightgray;
    z-index: -1;
    justify-content: center;
    align-items: center;
  }
  /* End Our Projects */

}
/* End Responsive CSS */