
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;

}

body,
html {
  height: 100%;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

li {
  display: inline-block;
}

a {
  cursor: pointer;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

hr {
  margin-bottom: 0;
}

.container {
  max-width: 1410px;
}


/*-- header start --*/
header.active {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  margin-top: 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  margin-top: 35px;
  transition: 0.7s;
}

header .navbar-expand-lg {
  background-color: #ffffff;
  padding: 27px 35px;
}

header .navbar .nav-item .nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.7s ease;
  padding: 0 20px;
}

header .navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}

header .navbar .nav-item .nav-link:hover {
  color: #ebb544;
}

/*-- header end --*/

/*-- banner start --*/
.banner {
  background-image: url('../image/bg_8.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.banner .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffb400;
  opacity: 0.36;
}

.banner .banner-inner {
  padding-top: 343px;
  padding-bottom: 300px;
}

.banner .banner-inner h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 34px;
  width: 90%;
}

.banner .banner-inner .btn {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  background-color: #2d2d2d;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 26px 78px;
  border-radius: 5px;
  transition: 0.7s;
  border: 1px solid transparent;
}

.banner .banner-inner .btn:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  opacity: 0.5;
}

/*-- banner end --*/


/*-- counting start --*/
.counting {
  margin-top: 85px;
  margin-bottom: 75px;
}

.counting-inner {
  background-image: url('../image/counting-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.counting-inner .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.7;
}

.counting-inner .count-title {
  font-size: 46px;
  font-weight: 400;
  color: #fdb714;
}

.counting-inner .count-text {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}

.counting-inner-content .counter {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.counting-inner-content {
  display: flex;
  padding: 55px;
}

/*-- counting end --*/

/*-- construction-websites start --*/
.construction-websites {
  margin-top: 15px;
  margin-bottom: 116px;
}

.construction-websites h2 {
  font-size: 50px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2px;
  margin-bottom: 70px;
}

.construction-websites p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
}

.construction-websites .text {
  margin-top: 31px;
  padding-bottom: 50px;
}

.construction-websites .thumbnail {
  background-image: url(../image/website-1.jpg);
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 20px;
  border-top-right-radius: 0;
}

.construction-websites .thumbnail figure img {
  width: 360px;
  height: 360px;
  position: absolute;
  top: 105px;
  left: 85px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
}

/*-- construction-websites end --*/

/*-- services start --*/
.services {
  padding-bottom: 5px;
}

.services .services-content {
  width: 1210px;
  margin: 0 auto;
}

.services .services-content h2 {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.services .services-content p {
  font-size: 18px;
  line-height: 32px;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10%;
}

/*-- services end --*/

.services-header {
  margin-top: 90px;
  margin-bottom: 45px;
}

.services-header h2 {
  font-size: 40px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 24px;
}

.services-header .note {
  width: 740px;
}

.services-content p,
.note {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 120px;
}
/*-- services-carousel start --*/
.services-middle {
  margin-top: 70px;
  padding: 0;
  position: relative;
}

.services-middle .carousel-wrap {
  padding: 0;
  width: 100%;
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

/* fix blank or flashing items on carousel */
.services-middle .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.services-middle .owl-carousel .item figcaption{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 220px 58px 68px;
}

.services-middle .owl-carousel .item figcaption:hover {
  background-color: rgba(214, 166, 47, 0.65);
  opacity:1;
}

/* end fix */

.services-middle .owl-nav {
  position: relative;
  width: 75%;
  margin: 0 auto;
  bottom: 50%;
}

.services-middle button:focus {
  outline: 1px dotted;
  outline: 0;
}

.services-middle .owl-nav button {
  background-color: #000000 !important;
  width: 45px;
  height: 85px;
}

.services-middle .owl-nav i {
  font-size: 41px;
  color: #ffffff;
}

.services-middle .owl-nav .owl-next {
  float: right;
}

.services-middle .owl-dots {
  display: none;
}

.services-middle .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 533px;
  object-fit: cover;
}

.services-middle .owl-carousel .item figure {
  width: 100%;
  height: 100%;
}

.services-middle .owl-carousel .item figcaption h4 {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 17px;
}

.services-middle .owl-carousel .item figcaption p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 23px;
}

.services-middle .owl-carousel .item figcaption a {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
}

/*-- services-carousel end --*/

/*-- portfolio start --*/

.portfolio {
  padding-bottom: 133px;
}

.portfolio .portfolio-header {
  /*width: 790px;*/
  margin-bottom: 30px;
}
.services .services-content h2 {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.services .services-content p {
  font-size: 18px;
  line-height: 32px;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10%;
}
.portfolio .portfolio-header h2 {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.portfolio .portfolio-header p {
  font-size: 18px;
  line-height: 32px;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  /*margin-right: 10%;*/
}

.portfolio .category {
  text-align: center;
  padding-bottom: 47px;
}

.portfolio .category .btn {
  border-radius: 0;
}

.portfolio .gal {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  padding-bottom: 44px;
  padding-right: 0;
  -webkit-column-gap: 3.3em;
  -moz-column-gap: 3em;
  /*
  column-gap: 0em;
  margin: 0 -26px;
*/
}

.portfolio .gal .image {
  padding: 0 0 27px;
}

.img-adj {
  margin: 0 -26px;
}

.portfolio figure {
  display: inline-block;
  position: relative;
}

.portfolio figure::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 #fdb714;
  transition: box-shadow .1s ease;
}

.portfolio figure:hover::after {
  box-shadow: inset 0 0 0 5px #fdb714;
  cursor: zoom-in;
  background-color: #00000035;
}

.portfolio figure {
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.portfolio .box {
  padding-right: 0;
}

.Portfolio .chevron {
  margin: 0 auto;
}

.Portfolio .gal img-responsive {
  width: 100%;
  height: 30%;
  margin: 0;
}

.portfolio .col-md-12 {
  padding: 0;
}

@media (max-width: 500px) {
  .Portfolio .gal {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.84);
  padding-bottom: 60px;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.52);
  margin: auto;
  padding: 0;
  width: 90%;
  max-height: 500px;
  max-width: 493px;
  max-width: 500px;
}

/* The Close Button */

.close {
  color: white;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: .5;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  background: transparent;
  width: 600px;
  height: auto;
}

.cursor {
  /*  cursor: pointer;*/
  width: 100%;
  height: 100%;

}

/* Next & previous buttons */

.prev,
.next {
  position: absolute;
  top: 55%;
  cursor: pointer;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.numbertext img {
  width: 500px;
  height: 500px;
}

/* Position the "next button" to the right */

.next {
  right: -20.5%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 0, 0.4);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #ffffff;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*==*/

.portfolio .image {
  display: block;
  width: 110%;
  height: auto;
  position: relative;
}

.portfolio .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}

.portfolio .fa-search-plus {
  color: white;
  font-size: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  top: calc(55% - 30px);
  left: calc(55% - 30px);
  text-align: center;
}

.portfolio .fa-search-plus:hover {
  color: rgba(255, 255, 255, 0.9);
}

.portfolio .modal .modal-content .mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio .chevron {
  text-align: center;
}

.portfolio .chevron .btn {
  font-size: 28px;
  background-color: #fdb714;
  display: inline-block;
  color: #000000;
  border-radius: 60px;
  padding: 13px 51px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 22px;
  transition: 0.6s;
  border: 2px solid transparent;
}

.portfolio .chevron .btn:hover {
  background-color: #ffffff;
  border: 2px solid #fdb714;
  color: #fdb714;
}

.portfolio .chevron a {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-bottom: 2px solid #aaaaaa;
  transition: 0.6s;
}

.portfolio .chevron a:hover {
  color: #fdb714;
  border-bottom-color: #fdb714;
}

/*-- portfolio end --*/


/*-- testimonials start --*/

.testimonials {
  background-image: url(../image/testimonials-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 116px;
  padding-bottom: 145px;
}

.testimonials .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.52;
}

.testimonials .testimonials-inner {
  width: 1310px;
  margin: 0 auto;
}

.testimonials .carousel h2 {
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-weight: bold;
  margin-bottom: 90px;
}

.testimonials .carousel p {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  width: 68%;
  margin-bottom: 28px;
}

.testimonials .carousel h4 {
  font-size: 28px;
  color: #fdb714;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
}

.testimonials .carousel h6 {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.testimonials .carousel i {
  font-size: 60px;
  color: #ffffff;
}

.testimonials .carousel-indicators {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 8%;
}

/*-- testimonials end --*/


/*-- team-leaders start --*/
.team-leaders {
  padding-top: 80px;
  margin-bottom: 133px;
}

.team-leaders .inner {
  width: 1140px;
  margin: 0 auto;
}

.team-leaders .inner .content {
  width: 710px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 55px;
}

.team-leaders h2 {
  font-size: 40px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 36px;
}

.team-leaders p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.8;
}

.team-leaders {
  display: flex;
}

.team-leaders h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 2px;
  align-content: center;
}

.team-leaders h5 {
  font-size: 16px;
  color: #636363;
  font-weight: 600;
  margin-bottom: 17px;
}

.team-leaders  p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 45px;
}

.team-leaders span a i {
  font-size: 20px;
}

.team-leaders span a {
  margin-right: 20px;
}

.team-leaders .fa-facebook-square {
  color: #0054a6;
}

.team-leaders .fa-twitter-square {
  color: #00aeef;
}

.team-leaders .fa-linkedin {
  color: #005b7f;
}

.team-leaders .fa-instagram {
  color: #ed145b;
}

.team-leaders .controls-bottom .btn-right {
  float: right;
}

.team-leaders .row figure {
  text-align: center;
  width: 100%;
  height: 100%;
}

.team-leaders .row figure img {
  border: 6px solid #ffae00;
  width: 40%;
  height: 40%;
  object-fit: cover;
}

/*-- team-leaders end --*/

/*-- footer start --*/

footer {
  background-color: #e7e7e7;
}

footer figure {
  padding-bottom: 22px;
}

footer p,
span {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

footer h5 {
  margin-top: 4px;
  margin-bottom: 24px;
}

footer p {
  opacity: 0.8;
  margin-right: 14%;
  margin-bottom: 12px;
}

footer h5 a {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.5s;
}

footer h5 sub {
  font-size: 100%;
  bottom: 0;
  margin: 0 5px;
  vertical-align: middle;
}

footer h5 a:hover {
  color: #fdb714;
  text-decoration: underline;
}

footer .footer-inner {
  display: flex;
  padding-top: 65px;
}

footer iframe {
  width: 390px;
  height: 390px;
  padding-left: 20px;
  margin-top: 35px;
  /*display: block;*/
}

.footer-bottom {
  text-align: center;
  padding: 31px;
}

footer span i {
  font-size: 24px;
  color: #000000;
  transition: 0.5s;
}

footer span i:hover {
  color: #fdb714;
}

footer span a {
  margin-right: 23px;
}

.footer-bottom p,
a {
  font-size: 16px;
  /*line-height: 32px;*/
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-bottom a {
  font-weight: bold;
  border-bottom: 2px solid #000000;
  transition: 0.5s;
}

.footer-bottom a:hover {
  color: #fdb714;
  border-color: #fdb714;
}

footer .navbar-nav {
  padding-top: 55px;
}

footer .navbar-nav li a {
  font-size: 18px;
  line-height: 42px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

footer .navbar-nav li a:hover {
  font-weight: bold;
  border-bottom: 2px solid #000000;
}

/*-- footer end --*/


 /*==================
                 media query start 
               ===================*/


 @media only screen and (max-width: 1920px) and (min-width: 1430px) {
  .container {
    max-width: 1410px;
  }
 }

 @media only screen and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }

  header .navbar-expand-lg {
    padding: 18px 30px;
  }

  .banner .banner-inner {
    padding-top: 240px;
    padding-bottom: 170px;
  }

  .banner .banner-inner h1 {
    font-size: 40px;
    width: 85%;
  }

  .banner .banner-inner .btn {
    font-size: 20px;
    padding: 22px 45px;
  }

  .carousel-inner .text {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .carousel-inner p {
    font-size: 17px;
    line-height: 28px;
  }

  .carousel-inner h3 {
    margin: 10px 0;
  }

  .owl-test .owl-item .item {
    padding-right: 40px;
  }
 }

 @media only screen and (max-width: 1366px) {
  .testimonials .testimonials-inner .thumbnail img {
    right: -48px;
  }
 }

 @media only screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }

  header {
    margin-top: 20px;
  }

  header .navbar .nav-item .nav-link {
    font-size: 15px;
    padding: 0 12px;
  }

  .banner {
    background-position: center;
  }

  .banner .banner-inner h1 {
    font-size: 36px;
    width: 100%;
  }

  .banner .banner-inner .btn {
    font-size: 18px;
    padding: 20px 40px;
  }

  .counting-inner-content {
    padding: 45px;
  }

  .counting-inner .count-title {
    font-size: 40px;
  }

  .counting-inner .count-text {
    font-size: 18px;
    line-height: 22px;
  }

  .counting {
    margin: 70px 0;
  }

  .services .services-content h2 {
    font-size: 40px;
    margin-bottom: 35px;
  }

  .services .services-content p {
    font-size: 17px;
    line-height: 30px;
    margin-right: 0;
  }

  .owl-services-content h4 a {
    font-size: 24px;
  }

  .portfolio h2 {
    font-size: 40px;
  }

  .owl-services-content p {
    font-size: 17px;
    line-height: 30px;
  }

  .carousel-inner figure {
    height: 460px;
  }

  .portfolio .carousel-indicators {
    bottom: -22%;
  }

  .construction-team h3 {
    font-size: 40px;
  }

  .services .services-content {
    width: 100%;
  }

  .construction-team {
    margin-bottom: 80px;
  }

  .nogap > .col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .construction-team .card-body .card-title {
    font-size: 21px;
  }

  .construction-team .card-body .card-text {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .construction-team .card-body {
    padding: 20px 0 30px 0;
  }

  .construction-team span i {
    font-size: 25px;
    margin-right: 15px;
  }

  .construction-team .controls-bottom {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .looking-innar {
    padding: 80px 0;
  }

  .construction-looking h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .construction-looking p {
    line-height: 30px;
    margin-bottom: 40px;
    width: 100%;
  }

  .construction-looking .btn {
    font-size: 20px;
    padding: 15px 30px;
  }

  .testimonials {
    margin: 90px 0;
  }

  .testimonials .testimonials-inner h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .testimonials .testimonials-inner p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 35px;
    width: 100%;
  }

  .testimonials .testimonials-content .content {
    padding-left: 25px;
  }

  .testimonials .testimonials-inner p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .testimonials .testimonials-inner .thumbnail figure {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }

  .testimonials .testimonials-inner .thumbnail img {
    height: 100%;
    right: 0;
  }

  .construction-team .thumbnail img {
    margin-left: 0;
    height: 100%;
  }

  .contact-us h3 {
    font-size: 40px;
  }

  .contact-us h4 {
    font-size: 40px;
  }

  .contact-us p,
  a {
    font-size: 20px;
  }

  .contact-us .form-group:first-child .form-control {
    width: 310px;
  }

  .contact-us .contact-us-inner {
    padding: 90px 0;
  }

  .contact-us form .btn {
    font-size: 20px;
    padding: 15px 30px;
  }

  footer {
    padding: 50px 0;
  }

  footer ul li a {
    padding: 0 15px;
  }
 }


 @media only screen and (max-width: 814px) {
  header .navbar .navbar-nav {
    margin-top: 15px;
  }

  header .navbar-expand-lg {
    padding: 15px;
  }

  header .navbar .nav-item .nav-link {
    padding: 1px 0;
  }


  header .navbar-nav .nav-item:hover {
    background-color: #b379319e;
  }


  /*
  header .navbar .nav-item .nav-link:hover {
    background-color: #0000ff;
  }
*/

  .banner .banner-inner {
    padding-bottom: 120px;
  }

  .banner .banner-inner h1 {
    font-size: 33px;
  }

  .counting-inner-content .counter {
    width: 100%;
  }

  .banner .banner-inner .btn {
    font-size: 15px;
    padding: 15px 30px;
  }

  .services .services-content p {
    line-height: 28px;
  }

  .services .services-content h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .portfolio h2 {
    font-size: 35px;
  }

  .Gallary {
    padding-top: 40px;
  }

  .carousel-inner .content-2 {
    padding-left: 0;
  }

  .carousel-inner .text {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .carousel-inner .content-1 {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .carousel-inner figure {
    height: 100%;
  }

  .portfolio .carousel-indicators {
    bottom: -10%;
  }

  .construction-team h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .construction-team .thumbnail {
    margin-bottom: 20px;
  }

  .construction-team p {
    font-size: 17px;
    line-height: 28px;
  }

  .construction-looking p {
    width: 80%;
  }

  .testimonials .testimonials-inner h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .testimonials .testimonials-inner .thumbnail {
    display: none;
  }

  .testimonials {
    margin: 70px 0;
  }

  .contact-us .block {
    margin-bottom: 50px;
  }

  .contact-us h4 {
    font-size: 35px;
  }

  .contact-us .form-group:first-child .form-control {
    width: 100%;
  }

  footer ul li a,
  span {
    font-size: 18px;
  }
 }

 @media only screen and (max-width: 640px) {
  .owl-test .owl-item .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer ul li {
    display: block;
  }

  footer ul span {
    display: none;
  }

  footer .navbar-nav {
    margin-bottom: 30px;
  }
 }

 @media only screen and (max-width: 480px) {
  header .navbar-expand-lg {
    padding: 15px 0;
  }

  header {
    margin-top: 0;
    background-color: #ffffff;
  }


  header .navbar-brand img {
    max-width: 80%;
  }

  .banner {
    text-align: center;
  }

  .banner .banner-inner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .banner .banner-inner h1 {
    font-size: 27px;
  }

  .counting-inner-content {
    display: block;
    padding: 35px;
  }

  .counting-inner-content .counter {
    margin-bottom: 30px;
  }

  .services .services-content h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .services .services-content p {
    margin-bottom: 30px;
  }

  .services-carousel .owl-services {
    text-align: center;
  }

  .owl-test .owl-item .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio {
    padding-bottom: 150px;
  }

  .portfolio h2 {
    font-size: 21px;
  }

  .Gallary {
    text-align: center;
  }

  .carousel-inner h3 {
    font-size: 24px;
  }

  .carousel-inner p {
    font-size: 16px;
    line-height: 28px;
  }

  .portfolio .carousel-indicators {
    bottom: -12%;
  }

  .nogap > .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .construction-team {
    margin-bottom: 50px;
  }

  .construction-team .card-body .card-title {
    font-size: 19px;
  }

  .looking-innar {
    padding: 60px 0;
  }

  .construction-looking h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .construction-looking p {
    font-size: 17px;
    line-height: 28px;
    width: 100%;
  }

  .testimonials .testimonials-content .content {
    padding-left: 15px;
  }

  .testimonials-content span {
    font-size: 20px;
  }

  .testimonials-content h6 {
    font-size: 15px;
  }

  .testimonials {
    margin: 60px 0;
  }

  .contact-us h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .contact-us h4 {
    margin-bottom: 10px;
  }

  .contact-us .form-group:first-child .form-control {
    margin-top: 20px;
  }

  .team-leaders{
    max-width: 350px;
  }
  .team-leaders .inner {
    width: 350px;
    margin: 0 auto;
  }

  .team-leaders .inner .content {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 55px;
  }

  .team-leaders .inner .carousel-inner {
    width: 350px;
  }

  .construction-websites .thumbnail {
    background-image: url(../image/website-1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 20px;
    border-top-right-radius: 0;
  }

  .construction-websites .thumbnail figure img {
    width: 270px;
    height: 270px;
    position: absolute;
    top: 105px;
    left: 85px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
  }

  footer iframe {
    width: 330px;
    height: 330px;
    padding-left: 20px;
    margin-top: 35px;
    /*display: block;*/
  }
  /*#Team {
    max-width: 450px;
  }
  #Contact {
    max-width: 70%;
  }*/

  footer p {
    line-height: 28px;
  }
 }

 @media only screen and (max-width: 375px) {
  header .navbar-brand {
    margin-right: 0;
  }

  header .navbar-brand img {
    max-width: 70%;
  }

  .banner .banner-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .banner .banner-inner h1 {
    font-size: 23px;
  }

  .counting {
    margin: 50px 0;
  }

  .services .services-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .services .services-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 27px;
  }

  .owl-services-content {
    margin-top: 15px;
  }

  .owl-services-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .owl-services-content h4 {
    margin-bottom: 3px;
  }

  .owl-services-content h4 a {
    font-size: 22px;
  }

  .owl-dots {
    margin-top: 8%;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }

  .carousel-inner h3 {
    font-size: 20px;
  }

  .carousel-inner p {
    font-size: 15px;
    line-height: 26px;
  }

  .portfolio a {
    font-size: 15px;
    padding: 5px 30px;
  }

  .carousel-indicators li {
    background-color: #cccccc;
    width: 18px;
    height: 18px;
  }

  .portfolio {
    padding-bottom: 110px;
  }

  .construction-team h3 {
    font-size: 23px;
  }

  .construction-team p {
    font-size: 15px;
    line-height: 26px;
  }

  .construction-team .card-body .card-title {
    font-size: 17px;
  }

  .construction-team .card-body .card-text {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .construction-team span i {
    font-size: 20px;
    margin-right: 10px;
  }

  .construction-team .card-body {
    padding: 20px 0;
  }

  .construction-team .controls-bottom a {
    width: 35px;
    height: 35px;
    padding: 2px 5px;
  }

  .construction-team .controls-bottom i {
    font-size: 25px;
  }

  .construction-team .controls-bottom {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .construction-looking h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .construction-looking p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .construction-looking .btn {
    font-size: 15px;
    padding: 15px 20px;
  }

  .testimonials .testimonials-inner h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .testimonials .testimonials-inner p {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials-content span {
    font-size: 19px;
  }

  .testimonials-content h6 {
    font-size: 14px;
  }

  .contact-us h3 {
    font-size: 30px;
  }

  .contact-us p,
  a {
    font-size: 18px;
    line-height: 34px;
  }

  .contact-us h4 {
    font-size: 30px;
  }

  .contact-us .form-group:first-child .form-control {
    padding: 25px 10px;
  }

  .contact-us form .btn {
    font-size: 16px;
    padding: 15px 25px;
  }

  footer .navbar-nav {
    margin-bottom: 20px;
  }
 }

 @media only screen and (max-width: 320px) {
  header .navbar-expand-lg {
    padding: 15px 5px;
  }
 }
