/* about page slider css start here */
.slider-holder {
  clear: both;
  height: auto;
  position: relative;
}
.slideitem img {
  position: absolute;
}
.slideitem p {
  position: relative;
  color: #ab1236;
  font-size: 44px;
  letter-spacing: 4.5px;
  text-align: left;
  line-height: 52px;
  padding: 10px 370px 0 20px;
  text-shadow: 1px 0 0 #787d83, -1px 0 0 #787d83, 0 2px 0 #787d83, 0 -1px 0 #787d83, 1px 1px 0 #787d83, -1px -1px 0 #787d83, 1px 0 #787d83, -1px 1px 0 #787d83, 1px 1px 5px #787d83;
}
#slideshow {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 10px 0 20px 0; /*56.25 is for 16x9 resolution*/
  box-sizing: border-box;
  height: 38vh;
}
#slideshow > div {
  position: absolute;
  top: 1px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
#slideshow > div > img {
  width: 100%;
  height: 100%;
  margin: 3px auto;
  border: 1px solid #dedbdb;
}
#slideshow:hover i,
#slideshow:hover .slider-dots {
  opacity: 1;
}
.slidebtn {
  z-index: 99;
  background: transparent;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 10px 0 10px;
}
.slidebtn:active,
.slidedtn:focus {
  outline: none;
}
.slidebtn i {
  color: #fff;
  font-size: 72px;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.prev {
  position: absolute;
  top: 75px;
  left: 10px;
  bottom: auto;
  display: none;
}
.next {
  position: absolute;
  top: 75px;
  right: 10px;
  bottom: auto;
  display: none;
}
.slider-dots {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: auto;
  /* top: 65%; */
  top: 100%;
  transform: translate(-50%, 0);
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dots li {
  cursor: pointer;
  display: inline;
  margin-left: 5px;
  color: transparent;
  content: "";
  position: relative;
  left: 0;
  top: 40%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slider-dots li:before {
  content: "";
  left: 0;
  top: 40%;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 0.5px solid grey;
}
.slider-dots li.active-dot {
  content: "";
  left: 0;
  top: 40%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slider-dots li.active-dot::before {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 5px solid #ab1236;
}
/* about page slider css end here */
.about-holder {
  margin: 30px 0 48px;
}
.about-holder h5 {
  text-transform: uppercase;
  margin: 0 auto 18px;
}
.flex-container {
  display: flex;
}
.flex-child {
  flex: 1;
}
.flex-child:first-child {
  margin-right: 20px;
}
.flex-child h3 {
  color: #888b8d !important;
}
.about-holder  .about-section {
  font-size: 14px;
  float: left;
}
.about-holder .about-section:nth-child(1) {
  padding: 0 0 0 10px;
}
.about-holder .about-section:nth-child(2) {
  padding: 0 0 0 30px;
}
.about-section p {
  letter-spacing: 0px;
  padding-bottom: 20px;
}
/* about css end here */
@media only screen and (max-width: 992px) {
  .slider-holder {
    clear: both;
    height: 25vh;
    position: relative;
  }
  #slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    height: 70vh;
  }
  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 65%;
  }
  #slideshow > div > img {
    width: 100%;
    height: auto;
  }
  .about-holder .about-section {
    width: 100%;
  }
  .about-holder .about-section:nth-child(1),
  .about-holder .about-section:nth-child(2) {
    padding: 0 10px;
  }
  .about-holder {
    margin: 90px auto 48px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-holder {
    clear: both;
    height: 20vh;
    position: relative;
}
  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 50%;
}
}
@media only screen and (max-width: 812px) {
  #slideshow {
    height: 200px!important;
    margin-top: 15px!important;
  }
  .about-holder {
    margin: 110px auto 48px;
  }
}
@media only screen and (max-width: 768px) {
  #slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    height: 40vh;
  }
  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 90%;
  }
  .about-holder {
    margin: 0 auto;
  }
  .slider-holder {
    clear: both;
    height: 16vh;
    position: relative;
  }
  .about-holder {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 736px) {
  #slideshow {
    height: 34vh;
  }
  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 100%;
  }
  .about-holder {
    margin: 90px auto 40px;
  }
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 70%;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
  .col-sm-12.col-md-12 {
    padding: 0;
    margin: 0;
  }

  .header .navbar {
    padding: 1rem 0rem!important;
    margin: 0 auto;
}

  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 70%;
  }

  .about-holder {
    margin: 125px auto 40px;
}

  .header .navbar #nav:checked ~ .wrapper {
    height: 100%!important;
}

  .header .navbar .wrapper {
    top: 76px!important;
}

  .header .navbar .wrapper .menu-item {
    padding: 12px 30px!important;
}
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 70%!important;
  }

  .header .navbar .wrapper .menu-item {
    padding: 15px 80px!important;
}
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
  .slider-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 90%;
  }

  .header .navbar #nav:checked ~ .wrapper {
    height: 100%!important;
}

  .header .navbar .wrapper {
    top: 76px!important;
}

  .header .navbar .wrapper .menu-item {
    padding: 12px 30px;
}

  .about-holder {
    margin: 140px auto 40px;
}

  .header .navbar .wrapper .menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5%;
    width: 100%;
    right: -30px;
}
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
  .header .navbar .wrapper .menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5%;
    width: 100%;
    right: -2%;
}

  .footer-right .linkedin i {
    margin-top: -5px!important;
}
}
/*=========END==========*/

@media only screen and (max-width: 576px) {
  #slideshow {
    height: 18vh;
  }
  .about-holder {
    margin: 60px auto 40px;
  }


}
@media only screen and (max-width: 420px) {
  .about-holder .about-section:nth-child(1),
  .about-holder .about-section:nth-child(2) {
    padding: 0 0;
  }
  #slideshow {
    height: 100px!important;
    margin-top: 15px!important;
  }
  .about-holder {
    margin: 40px auto 40px;
  }
}
@media only screen and (max-width: 375px) {
  #slideshow {
    height: 90px!important;
    margin-top: 15px!important;
}
  .about-holder {
    margin: 30px auto 40px;
  }
}
