/*--------------------------------------------------------------

	Template Name: Usual
    Template URI: https://devitems.com/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0 

	Note: This is Short code style file. All Short code related style included in this file. 

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
  font-family: Ubuntu, sans-serif;
}
.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}

.single-blog {
  margin-bottom: 30px;
}

#graphics .ptb-100 {
  padding: 50px 0;
}

#graphics .section-title {
  margin-bottom: 30px;
}
#graphics .section-title h1,
#graphics .section-title h4 {
  margin-bottom: 10px;
  padding: 0;
}

#graphics .pt-55 {
  padding-top: 35px;
}
.project-develope {
  padding-top: 0;
  padding-bottom: 50px;
  margin-top: 55px
}

/*Header custom css*/
.bg-light {
  background-color: #fff!important;
}
.navbar{
  padding: 0;
}
.navbar-light .navbar-nav .active > .nav-link{
  color:#005AAB;
}
.navbar-light .navbar-nav .nav-link{
  color: #000;
  text-transform: uppercase;
  padding: 20px 15px;
  font-weight: 501;
}
.sticky {
  background: #fff !important;
  box-shadow: 0 0px 17px -7px #005aab;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-menu{
  border: none;
  border-radius: 0px;
}

.blc-txt p {
  color: #000;
}
.ptb-15 {
  padding: 7px 0;
}

.pos_description .title1 .txt {
  letter-spacing: 10px;
}
.pos_description .title2 {
  font-family: Ubuntu;
  margin: 13px 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
}
.pos_description .title2 span {
  color: #00a1e4;
}

.lb-nav a {
  border: none !important;
  outline: none !important;
}