.brands {
  color: #910d09;
  /*background-color: #fff;*/
  font-family: 'Raleway';
  font-weight: bold;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  margin-top: 0;
  font-size: xx-large;
}

.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}

@media (max-width:767px) {
  .brands a {
    padding: 30px 0;
  }
}

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
  width: 136px;
  padding: 20px 10px;
  box-sizing: border-box;
  box-shadow: 2px 0px 2px 2px rgb(198,198,198);
}

.profile-cmd {
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
  padding: 8px;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: -35px;
  font-style: italic;
  color: #2c353f;
  background-color: #ffffff;
  float: right;
  text-transform: uppercase;
  font-family: 'Raleway';
}

@media (min-width: 992px) {
  .profile-cmd {
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.5;
    padding: 8px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -35px;
    font-style: italic;
    color: #2c353f;
    background-color: #ffffff;
    float: right;
    text-transform: uppercase;
  }
}

@media (min-width: 576px) {
  .profile-cmd {
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.5;
    padding: 8px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -35px;
    font-style: italic;
    color: #2c353f;
    background-color: #ffffff;
    float: right;
    text-transform: uppercase;
  }
}

@media (min-width: 576px) {
  .highlight-phone .profile-cmd:before {
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 76px solid transparent;
    border-left: 0px solid transparent;
    border-right: 99px solid #ffffff;
    position: absolute;
    left: 195px;
    top: 76px;
  }
}

@media (min-width: 576px) {
  .highlight-phone .profile-cmd:before {
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 76px solid transparent;
    border-left: 0px solid transparent;
    border-right: 99px solid #ffffff;
    position: absolute;
    left: 195px;
    top: 76px;
  }
}

@media (min-width: 768px) {
  .highlight-phone .profile-cmd:before {
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 76px solid transparent;
    border-left: 0px solid transparent;
    border-right: 99px solid #ffffff;
    position: absolute;
    left: 136px;
    top: 186px;
  }
}

@media (min-width: 1200px) {
  .highlight-phone .intro .profile-cmd:before {
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 76px solid transparent;
    border-left: 0px solid transparent;
    border-right: 100px solid #ffffff;
    position: absolute;
    left: 415px;
    top: 126px;
  }
}

@media (min-width: 992px) {
  .highlight-phone .profile-cmd:before {
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 76px solid transparent;
    border-left: 0px solid transparent;
    border-right: 100px solid #ffffff;
    position: absolute;
    left: 295px;
    top: 126px;
  }
}

.lead.text-justify.profile-text {
  color: #cccccc;
  font-family: 'Raleway';
  /*padding-top: 10px;*/
}

.gallary {
  padding: 0;
  margin: 0;
}

.img-fluid.mr-3 {
  width: 300px;
  padding-left: 30px;
  padding-bottom: 16px;
}

.blog-div {
  background-color: #fff;
  border-top: 8px solid #2c363f;
  padding: 25px;
  padding-bottom: 0;
}

.blog-heading {
  color: #000;
  padding-left: 25px;
  padding-top: 30px;
  font-family: 'Raleway';
}

.blog-para {
  color: #000;
  font-family: 'Raleway';
}

.btn:not(:disabled):not(.disabled) {
  background-color: #000;
}

.btn:not(:disabled):not(.disabled) {
  background-color: #910d09;
}

.post-heading {
  font-family: 'Raleway';
  padding-top: 10px;
}

.far.fa-comment-alt.comment {
  margin-left: 25px;
  color: #000;
}

.mr-3.post {
  width: 150px;
  height: 100px;
}

#firstname {
  width: 400px;
}

@media (min-width: 300px) {
  #firstname {
    width: 300px;
  }
}

@media (min-width: 992px) {
  #firstname {
    width: 400px;
  }
}

@media (min-width: 300px) {
  #subject {
    width: 300px;
  }
}

@media (min-width: 992px) {
  #subject {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  #subject {
    width: 400px;
  }
}

.form-inline .form-group {
  padding: 10px;
}

@media (min-width: 300px) {
  #phonenumber {
    width: 300px;
  }
}

@media (min-width: 992px) {
  #phonenumber {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  #phonenumber {
    width: 400px;
  }
}

@media (min-width: 300px) {
  #email {
    width: 300px;
  }
}

@media (min-width: 992px) {
  #email {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  #email {
    width: 400px;
  }
}

@media (min-width: 300px) {
  .form-inline .form-control {
    width: 300px;
  }
}

@media (min-width: 576px) {
  .form-inline .form-control {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .form-inline .form-control {
    width: 620px;
  }
}

@media (min-width: 992px) {
  .form-inline .form-control {
    width: 820px;
  }
}

@media (min-width: 1200px) {
  .form-inline .form-control {
    width: 820px;
  }
}

@media (min-width: 768px) {
  #form-btn {
    width: 400px;
    margin-left: 130px;
    margin-right: 130px;
  }
}

@media (min-width: 992px) {
  #form-btn {
    width: 400px;
    margin-left: 250px;
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  #form-btn {
    width: 400px;
    margin-left: 250px;
    margin-right: 250px;
  }
}

@media (min-width: 300px) {
  .hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden {
    display: block;
  }
}

.row.features {
  padding: 15px 20px 15px 70px;
}

.list-unstyled.list-icon {
  line-height: 2.0;
  letter-spacing: 0.5px;
}

#carousel-1 {
  /*z-index: 5;*/
}

.blockquote.text-right {
  padding: 20px;
}

.d-inline-block.back-div-1 {
  margin-top: 100px;
  /*padding: 20px;*/
  color: #fff;
}

.network-icon {
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 35px;
  border: 1px dashed white;
  border-radius: 50%;
  padding: 10px;
}

.network-name {
  font-size: large;
  font-family: 'Raleway';
}

.progress {
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 30px;
}

.progress-bar {
  position: relative;
  left: 1px;
  border-radius: 0px;
  width: 0%;
}

.progess-heading {
  display: inline-block;
  background-color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #444;
  font-weight: 500;
  margin: 0 0 5px;
}

.img-fluid.map-image {
  width: 100%;
  height: 350px;
}

.network-list-icon:before {
  color: #fff;
  content: '\2713';
}

.network-list-icon {
  color: #fff;
  list-style-type: none;
  letter-spacing: 1.0px;
}

@media (min-width: 300px) {
  .smart-city {
    width: 73%;
    height: auto;
    top: -40px;
    margin: 0px auto 0;
    display: inline-block;
    position: relative;
    left: -20px;
  }
}

@media (min-width: 576px) {
  .smart-city {
    width: 73%;
    height: auto;
    top: -50px;
    margin: 0px auto 0;
    display: inline-block;
    position: relative;
    left: -30px;
  }
}

@media (min-width: 768px) {
  .smart-city {
    width: 73%;
    height: auto;
    top: -60px;
    margin: 0px auto 0;
    display: inline-block;
    position: relative;
    left: -40px;
  }
}

@media (min-width: 992px) {
  .smart-city {
    width: 73%;
    height: auto;
    top: -60px;
    margin: 0px auto 0;
    display: inline-block;
    position: relative;
    left: -55px;
  }
}

@media (min-width: 1200px) {
  .smart-city {
    width: 77%;
    height: auto;
    top: -130px;
    margin: 0px auto 0;
    display: inline-block;
    position: relative;
    left: -45px;
  }
}

@media (min-width: 300px) {
  .smart-city-div {
    height: 100%;
    margin-top: 50px;
    background-image: url(../../assets/img/smart-city-01.png);
    background-size: 100%;
    background-position: center bottom;
    text-align: center;
    background-repeat: repeat-x;
  }
}

@media (min-width: 1200px) {
  .smart-city-div {
    height: 100%;
    margin-top: 150px;
    background-image: url(../../assets/img/smart-city-01.png);
    background-size: 95%;
    background-position: center bottom;
    text-align: center;
    background-repeat: repeat-x;
  }
}

.clip-image {
  clip-path: inset(170px 0px 0px 0px);
  margin-top: -200px;
  margin-bottom: -25px;
  position: relative;
}

.clip-industry-image {
  clip-path: inset(120px 0px 0px 0px);
  /*margin-top: -50px;*/
  /*margin-bottom: -50px;*/
  position: relative;
}

.present-div {
  margin-bottom: 20px;
}

