/*
  Sections :
  1. Menu
  2. Slider
  3. About Us
  4. Our Strength
  5. PDL at a glance
  6. Our Commitments
  7. Our Objectives
  8. Safety
  9. Management Team
  10. Company Organogram
  11. What we do
  12. Completed Projects
  13. Our Prestigious Clients
  14. Company Directory/Contact
  15. Progressive Circle


*/
/* bDesign */
.bDesign {
  width: 150px;
  background: #e2b423;
  height: 4px;
  display: block;
  margin: 4px auto 0;
}
.bDesign.leftAlign {
  margin: 5px 0!important;
  color: #000;
}
/* about-us css */
.about-us {
  padding: 50px 0;
}
.about-us .about-single {
  margin-bottom: 50px;
}
.about-us .about-single h4 {
  margin-top: 0;
}
.about-us .about-single:hover h4 {
  color: #e2b423;
}
.about-us .about-single img {
  width: 80px;
}
.about-us .about-single p {
  color: #303030;
  line-height: 26px;
}

.about-us .about-tasks{
  margin-bottom:50px;
}
.about-us .about-tasks .thumbnail{
    text-align: center;
    padding:0;
    overflow: hidden;
}
.about-us .about-tasks .thumbnail img{}
.about-us .about-tasks .thumbnail .caption{}
.about-us .about-tasks .thumbnail .caption h3{}
.about-us .about-tasks .thumbnail .caption p{}
/* about-more css */
.about-more {
  background: #0f67b1;
  padding: 50px 0 20px;
  color: #ffffff;
  position: relative;
}
.about-more .single-box {
  margin-bottom: 30px;
}
.about-more .single-box .media > .pull-left {
  width: 70px;
  height: 70px;
  background: #0084f3;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 10px solid rgba(15, 103, 177, 0.4);
}
.about-more .single-box:hover .media > .pull-left {
  background: #e2b423;
}
.about-more .single-box .media .media-body {
  padding-left: 15px;
}
.about-more .single-box .media .media-heading {
  font-size: 16px;
}
.about-more .single-box .media p {
  color: #e3e3e3;
  line-height: 24px;
}
.about-more .single-box:hover {
  cursor: -webkit-grab;
}
/* at-a-galance */
.at-a-glance {
  padding: 0 0 30px;
}
.at-a-glance .glance-item {
  margin-bottom: 50px;
}
.at-a-glance .glance-item img {
  width: 60px;
}
.at-a-glance .glance-item h4 {
  font-size: 16px;
  line-height: 20px;
}
.at-a-glance .glance-item:hover h4 {
  color: #e2b423;
}
/* services css */
.services {
  padding: 50px 0;
}
.services .single-service {
  margin-bottom: 30px;
  color: #5b5b5b;
}
.services .single-service .img-box img {
  width: 100%;
}
.services .single-service .media > .pull-left {
  width: 70px;
  margin-right: 5px;
  margin-top: 15px;
}
.services .single-service .media img {
  width: 100%;
}
.services .single-service .media .media-body a {
  color: #000;
}
.services .single-service:hover .media .media-body > a {
  color: #0f67b1;
}
/* our-tab css */
.our-tab {
  padding: 50px 0;
  background-position: left;
  background-attachment: fixed;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-color: #0f67b1;
  position: relative;
}
.our-tab::before {
  width: 50%;
  height: 100%;
  content: '';
  background: rgba(238, 238, 238, 0.95);
  top: 0;
  right: 0;
  position: absolute;
}
.our-tab::after {
  width: 50%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  position: absolute;
}
.our-tab .active a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #0f67b1;
  height: 10px;
  width: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: -5px;
}
.our-tab .see-our {
  z-index: 10000;
  position: relative;
}
.our-tab .see-our img {
  width: 60px;
  padding-right: 15px;
}
.our-tab .see-our h3 {
  font-weight: normal;
  font-size: 20px;
}
.our-tab .tabbable-panel {
  margin-left: 25px;
}
.our-tab ul.nav-tabs {
  margin-bottom: 30px;
}
.our-tab li {
  width: 33.33%;
  text-align: center;
}
.our-tab li a {
  color: #fff;
  border-radius: 0;
  background: #404040;
  padding: 10px 0!important;
}
.our-tab li a:hover {
  color: #ffffff !important;
  text-decoration: none;
  background: #0f67b1 !important;
}
.our-tab .active a:hover {
  color: #fff !important;
}
.our-tab .active a {
  background-color: #0f67b1 !important;
  color: #FFF !important;
}
.our-tab li a:last-child {
  padding: 10px 22px;
}
.our-tab .media > .pull-left {
  margin-right: 5px;
}
.our-tab .media .pull-left img {
  width: 40px;
}
/* what-we-do */
.what-we-do {
  padding: 50px 0;
  position: relative;
}
.what-we-do::before {
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  opacity: 0.10;
  background-attachment: fixed;
}
.what-we-do .center-image {
  text-align: center;
}
.what-we-do .center-image img {
  width: 80%;
}
.what-we-do .single-item-do {
  margin-bottom: 30px;
}
.what-we-do .single-item-do .media > .pull-left {
  margin-right: 10px;
}
.what-we-do .single-item-do .media > .pull-left img {
  width: 50px;
}
.what-we-do .single-item-do .media .media-body h4 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
}
.what-we-do .single-item-do .media .media-body h4 a {
  color: #000;
}
.what-we-do .single-item-do:hover .media .media-body h4 a {
  color: #0f67b1;
}
.what-we-do .single-item-do .media .media-body p {
  display: block;
}
.what-we-do .single-item-we-do {
  position: relative;
  margin-bottom: 30px;
}
.what-we-do .single-item-we-do .img-box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 0;
}
.what-we-do .single-item-we-do .img-box img {
  width: 100%;
  position: absolute;
}
.what-we-do .single-item-we-do h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
    margin-bottom: 0;
    left: 0;
    width: 100%;
}
.what-we-do .single-item-we-do h4 a {
    color: #fff;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    width: 100%;
    display: block;
    padding: 30px 15px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.what-we-do .single-item-we-do:hover a {
  background: #0f67b1;
    padding-top:15px;
}
/* our-team */
.our-team {
  text-align: center;
  padding: 60px 0;
}
.our-team .single-team {
  margin-bottom: 50px;
}
.our-team .single-team img {
  width: 50%;
  border-radius: 50%;
  border: 15px inset #0f67b1;
  padding: 5px;
  box-shadow: 0 0 0 15px rgba(21, 103, 179, 0.15);
  margin-bottom: 15px;
}
.our-team .single-team:hover img {
  border: 15px inset #e2b423;
  box-shadow: 0 0 0 15px rgba(226, 180, 35, 0.15);
}
.our-team .single-team:hover {
  color: #e2b423;
}
/* about-more css */
.completed-projects {
  background: #f7f7f7;
  position: relative;
}
.completed-projects .common-heading h2 {
  font-size: 58px!important;
  line-height: 1.15;
  text-align: left;
  text-shadow: 5px 6px 0 #e2b423;
}
.completed-projects .single-box {
  margin-bottom: 30px;
}
.completed-projects .single-box .media > .pull-left {
  width: 70px;
  height: 70px;
  background: #000;
  text-align: center;
  line-height: 55px;
  font-size: 28px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 10px solid rgba(15, 103, 177, 0.4);
}
.completed-projects .single-box:hover .media > .pull-left {
  background: #0084f3;
}
.completed-projects .single-box .media > .pull-left span {
  color: #ffffff;
}
.completed-projects .single-box .media .media-body {
  padding-left: 15px;
}
.completed-projects .single-box .media .media-heading {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #062947;
}
.completed-projects .single-box:hover .media .media-heading {
  color: #0f67b1;
}
.completed-projects .single-box .media p {
  line-height: 24px;
}
.completed-projects .single-box:hover {
  cursor: -webkit-grab;
}
.completed-projects .single-project {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.completed-projects .single-project .img-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.completed-projects .single-project .img-box img {
  width: 100%;
}
.completed-projects .single-project:hover .img-box::before {
  opacity: 1;
}
.completed-projects .single-project h4 {
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e2b423;
  color: #fff;
  margin: 0;
  width: 100%;
}
.completed-projects .single-project h4 a {
  color: #fff;
  padding: 5px 10px;
  display: block;
}
.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  line-height: 38px;
}
.completed-projects .single-project .overlay-link i {
  width: 36px;
  height: 36px;
  background: #e2b423;
  color: #fff;
  text-align: center;
  line-height: 36px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.completed-projects .single-project:hover .overlay-link i {
  opacity: 1;
}
/* carousel */
.carousel-control.right {
  height: 120px;
  background: #181818;
  opacity: 1;
  width: 40px;
  top: 50%;
  margin-top: -60px;
}
.carousel-control.left {
  height: 120px;
  background: #181818;
  opacity: 1;
  width: 40px;
  top: 50%;
  margin-top: -60px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 40%;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 40%;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: #000;
}
/*.completed-projects .carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0);
  height: auto;
  text-align: center;
}
.carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  height: 100%;
  text-align: center;
}
.carousel-caption h1 {
    background: #181818;
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    margin-top:22vh;
}*/
#carousel-id .item {
  height: 60vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 100%;
    margin-top:15px;
}
.completed-projects #carousel-id .item {
  height: auto;
}
