html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  padding: 0;
  margin: 0;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
.main-header-section {
  background-image: url(../images/bannerbg.png);
  background-size: cover;
}
.menu {
  display: inline;
}

.navbar-custom {
  padding: 0;
}

.logo {
  color: white;
  font-weight: 700;
}

.navbar-light .navbar-brand {
  color: white;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.nav-icon {
  background-color: white;
}

.list {
  background: none;
  border: none;
  text-align: end;
}

.list-a {
  color: white;
  margin-left: 5px;
}

.banner-text {
  margin: auto;
  color: white;
}

.banner-text-heading {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 1px;
}

.banner-image {
  max-width: 95%;
  max-height: 95%;
  display: block; /* remove extra space below image */
  padding: 10px;
}

.about-us-heading-div {
  margin: auto;
  display: block;
}

.about-us-heading {
  width: auto;
  color: #0864b1;
  font-weight: 700;
}

.about-us-content {
  text-align: center;
  color: #676767;
}

.feature-section {
  background-color: #f5f5f5;
}

.skill-section {
  background-color: #ffffff;
}

.features-heading {
  text-align: center;
  color: #0864b1;
  font-weight: 700;
}

.feature-image-container {
  margin: auto;
  height: 130px;
  width: 130px;
  background-color: #0864b1;
  padding: 5px;
}

.feature-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  padding: 25px;
}

.feature-text {
  text-align: center;
  color: #676767;
}

.contact-section {
  background-color: #e8e8e8;
  padding-right: 100px;
  padding-left: 100px;
}

.experience-section {
  background-color: #f5f5f5;
  padding-right: 100px;
  padding-left: 100px;
}

.project-section {
  background-color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-section {
  background-color: #0864b1;
}

.contact-heading {
  text-align: center;
  color: #0864b1;
  font-weight: 700;
}

.form-heading {
  text-align: start;
  color: #0864b1;
  font-weight: 700;
}

.input-field {
  width: 100%;
  height: 50px;
}

.input-field-area {
  width: 100%;
  height: 100px;
}

.buttton-div {
  text-align: center;
}

.send-message-btn {
  background-color: #0864b1;
  padding: 10px;
  border: none;
  color: white;
  font-weight: 700;
}

.footer-heading {
  text-align: center;
  color: white;
  font-weight: 700;
}

.list-footer {
  justify-content: center;
  padding: 0px;
}

.list-item-footer {
  background: none;
  border: none;
  text-align: center;
  padding: 5px;
}

.footer-copyright {
  text-align: center;
  color: white;
  font-size: 15px;
}

/* .main-header-wrap {
    width: 1140px;
    margin: 0 auto;
} */

/* Media Queries*/

/* @media only screen and (max-width: 1199px) { 

    .main-header-wrap{
        width:900px; margin:0 auto;
    }
    
}
    
@media only screen and (max-width: 991px) {
    
    .main-header-wrap{width:600px; margin:0 auto;}
    
} */

@media only screen and (max-width: 767px) {
  /* styles */
}

@media only screen and (max-width: 639px) {
  .contact-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .banner-text-heading {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 479px) {
  /* styles */
}

/******************* Timeline Demo - 8 *****************/
.main-timeline8 {
  overflow: hidden;
  position: relative;
}
.main-timeline8:after,
.main-timeline8:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline8:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #d6d5d5;
  position: absolute;
  top: 30px;
  left: 50%;
}
.main-timeline8 .timeline {
  width: 50%;
  float: left;
  padding-right: 30px;
  position: relative;
}
.main-timeline8 .timeline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fe6847;
  position: absolute;
  top: 5.5%;
  right: -17.5px;
}
.main-timeline8 .year {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 30px;
  color: #fff;
  border-radius: 0 50px 50px 0;
  background: #fe6847;
  text-align: center;
  position: relative;
}
.main-timeline8 .year:before {
  content: "";
  border-top: 35px solid #f59c8b;
  border-left: 35px solid transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.main-timeline8 .timeline-content {
  padding: 30px 20px;
  margin: 0 45px 0 35px;
  background: #f2f2f2;
}
.main-timeline8 .title {
  font-size: 19px;
  font-weight: 700;
  color: #504f54;
  margin: 0 0 10px;
}
.main-timeline8 .description {
  font-size: 14px;
  color: #7d7b7b;
  margin: 0;
}
.main-timeline8 .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon {
  right: auto;
  left: -14.5px;
}
.main-timeline8 .timeline:nth-child(2n) .year {
  border-radius: 50px 0 0 50px;
  background: #7eda99;
}
.main-timeline8 .timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 35px solid transparent;
  left: auto;
  right: 0;
}
.main-timeline8 .timeline:nth-child(2n) .timeline-content {
  text-align: right;
  margin: 0 35px 0 45px;
}
.main-timeline8 .timeline:nth-child(2) {
  margin-top: 170px;
}
.main-timeline8 .timeline:nth-child(odd) {
  margin: -175px 0 0;
}
.main-timeline8 .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline8 .timeline:first-child,
.main-timeline8 .timeline:last-child:nth-child(even) {
  margin: 0;
}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon {
  border-color: #7eda99;
}
.main-timeline8 .timeline:nth-child(2n) .year:before {
  border-top-color: #92efad;
}
.main-timeline8 .timeline:nth-child(3n) .timeline-icon {
  border-color: #8a5ec1;
}
.main-timeline8 .timeline:nth-child(3n) .year {
  background: #8a5ec1;
}
.main-timeline8 .timeline:nth-child(3n) .year:before {
  border-top-color: #a381cf;
}
.main-timeline8 .timeline:nth-child(4n) .timeline-icon {
  border-color: #f98d9c;
}
.main-timeline8 .timeline:nth-child(4n) .year {
  background: #f98d9c;
}
.main-timeline8 .timeline:nth-child(4n) .year:before {
  border-top-color: #f2aab3;
}
@media only screen and (max-width: 767px) {
  .main-timeline8 {
    overflow: visible;
  }
  .main-timeline8:before {
    top: 0;
    left: 0;
  }
  .main-timeline8 .timeline:nth-child(2),
  .main-timeline8 .timeline:nth-child(even),
  .main-timeline8 .timeline:nth-child(odd) {
    margin: 0;
  }
  .main-timeline8 .timeline {
    width: 100%;
    float: none;
    padding: 0 0 0 30px;
    margin-bottom: 20px !important;
  }
  .main-timeline8 .timeline:last-child {
    margin: 0 !important;
  }
  .main-timeline8 .timeline-icon {
    right: auto;
    left: -14.5px;
  }
  .main-timeline8 .year {
    border-radius: 50px 0 0 50px;
  }
  .main-timeline8 .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0;
  }
  .main-timeline8 .timeline-content {
    margin: 0 35px 0 45px;
  }
}

.col-lg-4 {
  display: inline-block;
  margin-left: -10px;
}
.col-lg-4 img {
  width: 100%;
  height: auto;
}

body .carousel-control-prev-icon,
body .carousel-indicators li,
body .carousel-control-next-icon {
  background-color: #000;
}

span.carousel-control-prev-icon {
  position: relative;
  bottom: 40px;
  right: 40px;
}

span.carousel-control-next-icon {
  position: relative;
  bottom: 40px;
}

.project_text {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 12.6em;
  min-height: 12.6em;
  line-height: 1.8em;
 }