.top_menu {
  position: fixed;
  width: 100%;
  height: 55px;
  display: none;
  z-index: 999;
  top: 0 !important;
  left: 0;
  background: url(../menu/smal-logo.png) no-repeat 25px;
  box-shadow: 0 2px 5px 0 rgb(197 197 197 / 75%);
  -webkit-box-shadow: 0 2px 5px 0 rgb(197 197 197 / 75%);
  -moz-box-shadow: 0 2px 5px 0 rgb(197 197 197 / 75%);
	background-color: rgba(255, 255, 255, 0.95)
	  
}
.logo1 {
  width: 115px;
  margin: 5px 0 0 15px;
  padding: 0;
  float: left
}
div.center {
  width: 100px;
  margin: 0 auto
}
div#container, ul#portfolio {
  background: #000;
  width: 100%;
  float: left;
  position: relative
}
div#container {
  padding-top: 600px;
  position: relative;
  z-index: 2;
  background: 0 0
}
div#video {
  background: url(../images/top_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 665px;
  position: fixed;
  display: block;
  overflow: hidden;
  z-index: 1
}
.top_bar {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  position: relative;
  z-index: 4
}
.top_bar_logo {
  margin: 5px 0 0 0px;
  padding: 0;
  float: left;
  text-align: left;
  position: fixed;
  z-index: 9999;
}
.side_nav_btn2 {
  width: 38px;
  height: 23px;
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 9999;
  background: url(side_nav_btn2.png) no-repeat left top;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s
}
.side_nav_btn2:after {
  content: "";
  display: block;
  background: url(side_nav_btn2.png) no-repeat 0 -23px;
  width: 38px;
  height: 23px;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s
}
a {
  text-decoration: none
}
.side_nav_btn2:hover:after {
  opacity: 1
}
.side_nav_btn12 img {
  float: left;
  width: auto;
  margin-top: 17px
}
.top_bar_details h2 {
  width: 100%;
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 90px
}
.top_bar_details h3#reviews p {
  width: 100%;
  font-size: 120px;
  color: #00b4ff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal !important
}
.top_bar_details h4 {
  width: 100%;
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 60px
}
.top_bar_details p {
  width: 70%;
  font-size: 22px;
  color: #e3e3e3;
  font-weight: 400;
  margin: 0 auto;
  line-height: 28px
}
div#reference div#container {
  float: left;
  position: relative;
  margin: 0
}
div#reference div#container {
  background: #fff;
  min-height: 700px;
  padding: 80px 0
}
div#reference div#container div.center {
  display: none
}
.side_nav_btn {
  width: 67px;
  height: 67px;
  position: fixed;
  top: 20px;
  right: 17px;
  z-index: 9999;
  background: url(side_nav_btn.png) no-repeat 0 0
}
.side_nav_btn:after {
  content: "";
  display: block;
  background: url(side_nav_btn.png) no-repeat 0 -67px;
  width: 67px;
  height: 67px;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s
}
.side_nav_btn:hover:after {
  opacity: 1
}
.side_menu {
  position: fixed;
  height: 100%;
  width: 300px;
  background: rgba(7, 10, 7, .7);
  right: 0;
  top: 2px;
  margin-right: -300px;
  z-index: 999999
}
.side_menu2 {
  position: fixed;
  height: 594px;
  width: 300px;
  background: #000;
  right: 0;
  top: 0;
  margin-right: -300px;
  z-index: 3
}
.crss {
  width: 49px;
  height: 30px;
  /*margin: 20px 0px;*/
  margin: 55px 0px 0px;
  padding: 0;
  background: url(crss.png) no-repeat left top;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
	float: right;
    margin-right: 23px;
}
.crss:after {
  background: url(crss.png) no-repeat left -49px;
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s
}
.crss:hover:after {
  opacity: 1
}
.slide_menu_details {
  width: 594px;
  height: auto;
  float: left
}
.slide_menu_details h6 {
  margin: 0;
  padding: 0;
  display: none
}
.slide_menu_details ul {
  float: left;
  text-align: center;
  width: 100%;
  padding-left: 0
}
.slide_menu_details ul li {
  list-style-type: none;
  line-height: 32px
}
.slide_menu_details ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  width: 100%;
  float: left;
	font-weight: 300;
  text-align: left;
  padding-left: 15px
}
.slide_menu_details ul li a:hover {
  color: #fff;
  background: #000 !important
}
.srvc_row {
  width: 100%;
  min-height: 232px;
  margin: 65px 0 0 0;
  padding: 0;
  float: left;
  position: relative
}
.srvc_row_ico1 {
  width: 232px;
  height: 232px;
  margin: 0;
  padding: 0;
  float: left;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0
}