* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #b6d8ff;
  letter-spacing: 1px;
  font-family: 'Arimo', sans-serif;
}

body a {
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.title {
  font-size: 50px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Julius Sans One', sans-serif;
}

.clr {
  color: #fff;
}

.header-outs {
  position: relative;
}

.right-side {
  float: right !important;
  padding-top: 9px;
}

button#trigger-overlay {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  outline: none;
  width: 37px;
  height: 37px;
  cursor: pointer;
}

.header-w3layouts {
  padding-top: 2em;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.hedder-logo {
  display: inline-block;
}

.hedder-logo h1 a {
  font-size: 36px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: 'Cinzel Decorative', cursive;
}

.hedder-logo img {
  width: 40%;
}

.one-img {
  background: url(../images/yeti1.jpg) no-repeat 0px 0px;
}

.two-img {
  background: url(../images/yeti2.jpg) no-repeat 0px 0px;
}

.three-img {
  background: url(../images/yeti3.jpg) no-repeat 0px 0px;
}

footer {
  height: 125px;
}

.slides {
  width: 100%;
  min-height: calc(100vh - 125px);
  margin: auto;
}

.slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  min-height: calc(100vh - 125px);
  min-height: 800px;
}

.slide--current {
  opacity: 1;
}

.slide__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.pagination {
    display: flex;
    position: absolute;
    bottom: 30px;
    z-index: 999;
    width: 100%;
    color: #fff;
    justify-content: center;
}

.pagination__item {
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 0 0 9px;
  font-size: 1.25em;
  cursor: pointer;
  background: #7c88ff;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 20px;
}

.pagination__item:hover {
  background: #fff;
}

.slider-up {
  z-index: 999;
  color: #fff;
  padding-top: 18em;
  width: 49%;
  margin: 0px auto;
}

.slider-up h4 {
  font-size: 78px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Cinzel Decorative', cursive;
}

.slider-up h5 {
  font-size: 45px;
  color: #fff;
  font-family: 'Julius Sans One', sans-serif;
}

.slider-up span {
  color: #f00;
  font-size: 62px;
}

.outs_more-buttn a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0.41);
  outline: none;
  margin-top: 27px;
  padding: 10px 22px;
  border: 4px double #9c8f8f;
}

.outs_more-buttn a:hover {
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
}

.inner_page-banner {
  text-align: center;
  background: url(../images/yeti3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
}

.jst-wthree-text h2,
.service-wthree-list h4 {
  font-size: 52px;
  color: #7c88ff;
  padding-bottom: 20px;
  line-height: 67px;
  font-weight: bold;
  font-family: 'Cinzel Decorative', cursive;
  text-shadow: 2px -1px 2px black;
}

.info-sub-w3 p,
.service-text-list p,
.timeline__content p {
  font-size: 14px;
  color: #000;
  line-height: 31px;
}

.abut-fst-img {
  position: relative;
}

.abut-secound-img {
  position: absolute;
  bottom: -44px;
  left: 31%;
  box-shadow: 3px 0px 8px 3px #b1b1b1;
}

.service-icon-agile:hover span {
  border-color: #fff;
  color: #000;
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
  transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
  -ms-transform: rotatey(360deg);
}

.feature-inner h5 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.service-icon-agile span {
  border: 1px solid #000;
  color: #212121;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  font-size: 42px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  color: #fff;
  line-height: 79px;
  margin: 20px 0px;
}

.feature-ser-w3l-text p,
.footer_grid_left p a,
.footer_grid_left p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.grid {
  position: relative;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
  cursor: pointer;
}


@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }

}

.address_mail_footer_grids iframe {
  width: 100%;
  height: 31em;
  border: none;
}


footer {
  background: #000;
}

.footer-below p {
  font-size: 14px;
  color: #fff;
}

@media(max-width:1440px) {
  .slide {    
    min-height: calc(100vh - 120px);
    background-position: center;
  }

  .slider-up {
    padding-top: 10em;
  }

  .slider-up h4 {
    font-size: 71px;
  }

  .title {
    font-size: 47px;
  }

  .jst-wthree-text h2,
  .service-wthree-list h4 {
    font-size: 47px;
    padding-bottom: 14px;
  }

  .service-wthree-list {
    padding: 2em 5em;
  }

}

@media(max-width:1366px) {
  .slider-up h5 {
    font-size: 42px;
  }

  .slider-up span {
    font-size: 58px;
  }

  .outs_more-buttn a {
    margin-top: 21px;
  }

  .jst-wthree-text h2,
  .service-wthree-list h4 {
    font-size: 45px;
  }

  .address_mail_footer_grids iframe {
    height: 29em;
  }

}

@media(max-width:1280px) {
  .hedder-logo img {
    width: 33%;
  }

  .slider-up h4 {
    font-size: 67px;
  }

  .outs_more-buttn a {
    padding: 9px 18px;
  }

  .hedder-logo h1 a {
    font-size: 34px;
  }

  .title {
    font-size: 45px;
  }

}

@media(max-width:1080px) {

  .abut-secound-img {
    bottom: -42px;
    left: 27%;
  }

  .service-wthree-list {
    padding: 2em 3em;
  }

}

@media(max-width:1050px) {
  .slider-up h5 {
    font-size: 40px;
  }

  .slider-up span {
    font-size: 56px;
  }

  .jst-wthree-text h2,
  .service-wthree-list h4 {
    font-size: 42px;
  }
}

@media(max-width:1024px) {
  .hedder-logo img {
    width: 30%;
  }

  .outs_more-buttn a {
    letter-spacing: 1px;
  }

  .service-wthree-list {
    padding: 2em 2em;
  }

}

@media(max-width:991px) {

  .about-txt-right {
    margin-top: 20px;
  }

  .abut-secound-img {
    bottom: -22px;
    left: 22%;
  }

  .service-text-list {
    margin: 14px 0px;
  }

  .address_mail_footer_grids iframe {
    height: 27em;
  }
}

@media(max-width:900px) {
  .slider-up h5 {
    font-size: 37px;
  }

  .slider-up h4 {
    font-size: 64px;
  }

  .title {
    letter-spacing: 2px;
  }

  .jst-wthree-text h2,
  .service-wthree-list h4 {
    font-size: 41px;
    line-height: 59px;
  }

}

@media(max-width:800px) {
  .slider-up h4 {
    font-size: 59px;
  }

  .service-icon-agile span {
    font-size: 35px;
    width: 78px;
    height: 78px;
    line-height: 74px;
  }

}

@media(max-width:768px) {
  .slider-up span {
    font-size: 52px;
  }

  .slider-up h4 {
    font-size: 57px;
  }

  .title {
    font-size: 45px;
  }

  .address_mail_footer_grids iframe {
    height: 26em;
  }
}

@media(max-width:767px) {
  .slider-up h4 {
    padding-bottom: 6px;
  }

  .service-wthree-list {
    padding: 1em 1em;
  }

  .address_mail_footer_grids iframe {
    height: 21em;
  }

  .address_mail_footer_grids {
    margin-top: 23px;
  }
}

@media(max-width:736px) {
  .slider-up h5 {
    font-size: 34px;
  }

  .title {
    font-size: 42px;
  }

}

@media(max-width:667px) {
  .hedder-logo img {
    width: 27%;
  }

  .hedder-logo h1 a {
    font-size: 32px;
  }

}

@media(max-width:640px) {
  .slider-up {
    width: 57%;
  }

  .jst-wthree-text h2,
  .service-wthree-list h4 {
    font-size: 38px;
    line-height: 57px;
  }

}

@media(max-width:600px) {
  .slider-up h4 {
    font-size: 54px;
  }

  .slider-up {
    width: 64%;
  }

  .slider-up span {
    font-size: 49px;
  }

  .title {
    font-size: 39px;
  }

  .address_mail_footer_grids {
    margin-top: 21px;
  }

  .address_mail_footer_grids iframe {
    height: 18em;
  }
}

@media(max-width:568px) {
  .outs_more-buttn a {
    margin-top: 18px;
  }

  .service-icon-agile span {
    margin: 12px 0px;
  }

}

@media(max-width:480px) {
  .slider-up {
    width: 71%;
  }

  .title {
    font-size: 37px;
  }

}

@media(max-width:440px) {
  .slider-up {
    width: 77%;
  }

  .slider-up h5 {
    font-size: 32px;
  }

  .hedder-logo h1 a {
    font-size: 29px;
  }

  .service-icon-agile span {
    font-size: 33px;
    width: 72px;
    height: 72px;
    line-height: 69px;
  }

  .address_mail_footer_grids iframe {
    height: 16em;
  }
}

@media(max-width:414px) {
  .slider-up h4 {
    font-size: 52px;
  }

  .jst-wthree-text h2,
  .service-wthree-list h4 {
    font-size: 36px;
    line-height: 57px;
  }

  .address_mail_footer_grids iframe {
    height: 15em;
  }
}

@media(max-width:384px) {
  .slider-up {
    width: 83%;
  }
  
  .abut-secound-img {
    bottom: -13px;
    left: 18%;
  }

  .timeline__content h4 {
    font-size: 19px;
  }
}

@media(max-width:375px) {
  .slider-up h5 {
    font-size: 29px;
  }

  .ser-middle-info p,
  .feature-ser-w3l-text p,
  .footer_grid_left p a,
  .footer_grid_left p,
  .service-icon-agile p {
    line-height: 26px;
  }

}

@media(max-width:320px) {
  .slider-up {
    width: 100%;
  }

  .slider-up h4 {
    font-size: 49px;
  }

  .slider-up span {
    font-size: 44px;
  }

  .title {
    font-size: 33px;
    letter-spacing: 1px;
  }
  
}
