body{
      padding:0px; 
      margin:0px; 
      background-color:#fff;
    }
    .section-title p{
      color: #006db3;
    }
    .section-title h3{
      color: #006db3;
    }
    .img-s1 {
      border-radius: 15px;
      margin-top: 24px;
    }
    p {
      text-align: justify;
    }
    .reason {
      text-align: justify;
    }
    .para1 {
      color: #ee9b00;
      margin-top: 30px;
      margin-bottom: 15px;
    }
    li {
      font-size: 16px;
    }
    /* Make the image fully responsive */
    .carousel-inner img {
      width: 100%;
      height: 100%;
    }
    .carousel-item:after {
      content:"";
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      right:0;
      background:rgba(0,0,0,0.7);
    }

    #mixedSlider {
      position: relative;
    }
    #mixedSlider .MS-content {
      white-space: nowrap;
      overflow: hidden;
      margin: 0 5%;
    }
    #mixedSlider .MS-content .item {
      display: inline-block;
      width: 33.3333%;
      position: relative;
      vertical-align: top;
      overflow: hidden;
      height: 100%;
      white-space: normal;
      padding: 0 10px;
    }
    @media (max-width: 991px) {
      #mixedSlider .MS-content .item {
        width: 50%;
      }
    }
    @media (max-width: 767px) {
      #mixedSlider .MS-content .item {
        width: 100%;
      }
    }
    #mixedSlider .MS-content .item .imgTitle {
      position: relative;
    }
    #mixedSlider .MS-content .item .imgTitle .blogTitle {
      margin: 0;
      text-align: left;
      letter-spacing: 2px;
      color: #252525;
      font-style: italic;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      bottom: 0;
      font-weight: bold;
      padding: 0 0 2px 10px;
    }
    #mixedSlider .MS-content .item .imgTitle img {
      height: auto;
      width: 100%;
    }
    #mixedSlider .MS-content .item p {
      font-size: 20px;
      margin: 2px 10px 0 5px;
      text-indent: 15px;
      font-weight: bold;
    }
    #mixedSlider .MS-content .item a {
      float: right;
      margin: 0 20px 0 0;
      font-size: 16px;
      font-style: italic;
      color: rgba(173, 0, 0, 0.82);
      font-weight: bold;
      letter-spacing: 1px;
      transition: linear 0.1s;
    }
    #mixedSlider .MS-content .item a:hover {
      text-shadow: 0 0 1px grey;
    }
    #mixedSlider .MS-controls button {
      position: absolute;
      border: none;
      background-color: transparent;
      outline: 0;
      font-size: 50px;
      top: 95px;
      color: rgba(0, 0, 0, 0.4);
      transition: 0.15s linear;
    }
    #mixedSlider .MS-controls button:hover {
      color: rgba(0, 0, 0, 0.8);
    }
    @media (max-width: 992px) {
      #mixedSlider .MS-controls button {
        font-size: 30px;
      }
    }
    @media (max-width: 767px) {
      #mixedSlider .MS-controls button {
        font-size: 20px;
      }
    }
    #mixedSlider .MS-controls .MS-left {
      left: 0px;
    }
    @media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-left {
        left: -10px;
      }
    }
    #mixedSlider .MS-controls .MS-right {
      right: 0px;
    }
    @media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-right {
        right: -10px;
      }
    }
    .container .title{
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 10px;
    }
    .content {
      position: relative;
      width: 90%;
      /*max-width: 400px;*/
      margin: auto;
      overflow: hidden;
    }
    .content .content-overlay {
      background: rgba(8,23,82,0.8);
      position: absolute;
      height: 99%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
    }
    .content:hover .content-overlay{
      opacity: 1;
    }
    .content-image{
      width: 100%;
    }
    .content-details {
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    .content:hover .content-details{
      top: 50%;
      left: 50%;
      opacity: 1;
    }
    .content-details h3{
      color: #fff;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin-bottom: 0.5em;
      text-transform: uppercase;
    }
    .content-details p{
      color: #fff;
      font-size: 0.8em;
      text-align: center;
    }
    .fadeIn-bottom{
      top: 80%;
    }
    .fadeIn-top{
      top: 20%;
    }
    .fadeIn-left{
      left: 20%;
    }
    .fadeIn-right{
      left: 80%;
    }
    #mixedSlider_fst {
      position: relative;
    }
    #mixedSlider_fst .MS-content {
      white-space: nowrap;
      overflow: hidden;
      margin: 0 5%;
    }
    #mixedSlider_fst .MS-content .item {
      display: inline-block;
      width: 33.3333%;
      position: relative;
      vertical-align: top;
      overflow: hidden;
      height: 100%;
      white-space: normal;
      padding: 0 10px;
    }
    @media (max-width: 991px) {
      #mixedSlider_fst .MS-content .item {
        width: 50%;
      }
    }
    @media (max-width: 767px) {
      #mixedSlider_fst .MS-content .item {
        width: 100%;
      }
    }
    #mixedSlider_fst .MS-content .item .imgTitle {
      position: relative;
    }
    #mixedSlider_fst .MS-content .item .imgTitle .blogTitle {
      margin: 0;
      text-align: left;
      letter-spacing: 2px;
      color: #252525;
      font-style: italic;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      bottom: 0;
      font-weight: bold;
      padding: 0 0 2px 10px;
    }
    #mixedSlider_fst .MS-content .item .imgTitle img {
      height: auto;
      width: 100%;
    }
  #mixedSlider_fst .MS-content .item p {
    font-size: 20px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
    font-weight: bold;
  }
  #mixedSlider_fst .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
  }
  #mixedSlider_fst .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
  }
  #mixedSlider_fst .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
  }
  #mixedSlider_fst .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  @media (max-width: 992px) {
    #mixedSlider_fst .MS-controls button {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    #mixedSlider_fst .MS-controls button {
      font-size: 20px;
    }
  }
  #mixedSlider_fst .MS-controls .MS-left {
    left: 0px;
  }
  @media (max-width: 767px) {
    #mixedSlider_fst .MS-controls .MS-left {
      left: -10px;
    }
  }
  #mixedSlider_fst .MS-controls .MS-right {
    right: 0px;
  }
  @media (max-width: 767px) {
    #mixedSlider_fst .MS-controls .MS-right {
      right: -10px;
    }
  }
    .geeks {
      width: 300px;
      height: 300px;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 15px;
    }

    .geeks img {
      width: 100%;
      transition: 0.5s all ease-in-out;
    }

    .geeks:hover img {
      transform: scale(1.2);
    }

    .carousel-caption h2 { text-align: center; font-size: 48px; }
    .carousel-caption h5 { text-align: center; }

    .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.header_links a {
 padding: 9px;
 color: #fff;
}
.header_links a:hover {
 color: #007bff;
}
.header_line_a:hover {
  color: #fff
}
@media only screen and (min-width: 992px) {
  .nav_ul { float: right }
}
@media only screen and (min-width: 1071px) {
  .carousel-caption {
    position: absolute;
    top: 110px;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  #demo { margin-top: 150px; }
}
@media only screen and (min-device-width: 700px) and (max-device-width: 1070px) {
  .carousel-caption {
    position: absolute;
    top: 110px;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  #demo { margin-top: 150px; }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 699px) {
  .carousel-caption {
    position: absolute;
    top: 110px;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  .carousel-caption h2 { text-align: center; font-size: 32px; }
  #demo { margin-top: 150px; }
}
@media only screen and (min-device-width: 490px) and (max-device-width: 549px) {
  .carousel-caption {
    position: absolute;
    top: 80px;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  .carousel-caption h2 { text-align: center; font-size: 24px; }
  .carousel-caption h5 { text-align: center; font-size: 18px; }
  #demo { margin-top: 190px; }
} 
@media only screen and (min-device-width: 380px) and (max-device-width: 490px) {
  .carousel-caption {
    position: absolute;
    top: 20px;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  .carousel-caption h2 { text-align: center; font-size: 22px; }
  .carousel-caption h5 { text-align: center; font-size: 16px; }
  #demo { margin-top: 240px; }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 379px) {
  .carousel-caption {
    position: absolute;
    top: 0px;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
  }
  .carousel-caption h2 { text-align: center; font-size: 20px; }
  .carousel-caption h5 { text-align: center; font-size: 14px; }
  #demo { margin-top: 270px; }
}
.header_line_a {
  color: #fff
}
.header_line_a:hover {
  color: #006db3;
}