.banner-carousel .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
}

.service-gradient{
    background-image: linear-gradient(180deg, #83bd60, #3a5b25);
    border-radius: 25px;
}
* {
    box-sizing: border-box;
  }
  
  /* Style inputs */
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Style the container/contact section */
  .container {
    border-radius: 5px;
    
    padding: 10px;
  }
  
  /* Create two columns that float next to eachother */
  .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }
  .conatact-section{
    overflow-x: hidden;
  }
  .contact-bg
  {
    /* background-image: url("images/contact-bg.jpg") */
    /* background-color: #3a5b25; */
    background: url(../images/tripmaker-new-final_02.jpg) no-repeat center/cover; 
    color: #ffff;
}

.heading-text
{
    color: #83bd60;

}
.text-small
{
    font-size: 12px;

}
.dtl-contact{
    list-style: none;
    padding-left: 0;

}
.dtl-contact li{
    position: relative;
    padding-left: 2em;
}
.dtl-contact li:after {
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 4px;
    left: 0;
}


.dtl-contact .address:after {
    content: "\f041";
}
.dtl-contact .email:after {
    content: "\f0e0 ";
}
.dtl-contact .phone:after {
    content: "\f095 ";
}
.footer{
    color: blanchedalmond;
}
.footer {
  padding: 1px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(26, 25, 25);
  color: white;
  text-align: center;
 
}
.mynav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
 
 
.mynav li:not(:last-child) {
  margin-right: 20px;
}
 
.mynav a {
  display: block;
  font-size: 20px;
  color: black;
  text-decoration: none;
  padding: 7px 15px;
}
.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}
.mynav a,
.target {
  transition: all .35s ease-in-out;
}
.banner-carousel .linethru {
  position: relative;
  padding: 0 2em;
}

.banner-carousel .linethru:after,
.banner-carousel .linethru:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 50px;
  background-color: red;
}
.banner-carousel .linethru:after{
  right: 6px;
}
.banner-carousel .linethru:before {
  left: 6px;
}
.card-title{
  color: white;
}
.topnav {
  
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: b;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
}

.topnav a:hover {
  border-bottom: 3px solid red;
  
}

.topnav a.active {
  border-bottom: 3px solid red;
  color: #02b14e;
}
.about-para
{
     padding-left: 5rem!important;
     padding-right: 5rem!important;
}
.fa-facebook {
 
  color: #3B5998;
}

.fa-twitter {
  
  color: #4dc5f7;
}
.hader-social
{
    font-size:20px;
}