html,
body { height: 100% }
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #9a9a9a;
  line-height: 28px;
  font-weight: 300;
}
body::-webkit-scrollbar {
 	width: 15px;
}

body::-webkit-scrollbar-track {
	scrollbar-width: none;
	border: none;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #02475e , #02475e , #02475e );
  	outline: none;

}



/***
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h1 {
  color: #222222;
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
  margin: 0px 0 14px;
  width: 900px;
  transform: translateX(50px);
  text-transform: uppercase;
}
.rev_slider_wrapper .slide-content-box h1 span{
  font-family: "Teko";
  color: #02475e ;
}


.rev_slider_wrapper .slide-content-box h3 {
  color: #02475e ;
  font-size: 22px;
  width: auto;
  font-weight: 400;
  background-color: #eee;
  padding: 2px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 338px;
  text-transform: capitalize;
  line-height: 22px;
  transform: translateX(50px);
}
.rev_slider_wrapper .slide-content-box h3 span{
  color: #02475e ;
}

.rev_slider_wrapper .slide-content-box .button a{
  padding: 17px 40px 15px;
  border-radius: 0;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box .button a.bdr{
  border: 2px solid #949494;
}

.thm-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  line-height: 14px;
  text-decoration: none !important;
  border-radius: 50px !important;
  transform: translateX(50px);
}
.bg-cl-1{
  background: #02475e ;
}
.thm-btn:hover{
  background: #141414;
  border: 2px solid #02475e ;
  color: #fff;
  border-radius: 0 !important;
}

.end-footer{
  background-color: white;
}
