* {
  margin: 0;
  padding: 0px;
  font-family: 'Ruda', sans-serif;
}

body {
  background: #f8f8f8;
  margin: 0;
  height: 100%;
  z-index: 1000;
  color: #696E74;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ruda', sans-serif;
  font-weight: 700;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Ruda', sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #696E74;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

div.body {
  height: 100%;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

.hidden {
  display: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.left {
  text-align: left;
  margin-left: 15px;
}

.right {
  text-align: right;
  margin-right: 15px;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

a img {
  border: none;
  vertical-align: bottom;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, {
  margin-bottom: 20px;
}

a img {
  border: none;
}

ul, ol, dl {
  margin-left: 30px;
}

ul, ol, dl {
  margin-bottom: 1.25em;
  font-family: inherit;
}

ul, ol {
  margin-left: 0;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

ul li ul, ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

ol li ul, ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75em;
}

.lead {
  font-size: 21px;
  padding: 15px 0;
  font-weight: 400;
}

section::before, section::after {
  position: absolute;
  content: '';
  pointer-post-wraps: none;
}

.first {
  clear: both
}

.last {
  margin-right: 0
}

/*Bootstrap Modifications*/

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  background: #eee;
}

input, button, select, textarea {
  margin-bottom: 10px;
}

.accordion-heading .accordion-toggle {
  display: block;
  cursor: pointer;
  border-top: 1px solid #F5F5F5;
  padding: 5px 0px;
  line-height: 28.75px;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #ffffff;
  outline: none !important;
  text-decoration: none;
}

.icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 10px;
  ;
}

.page-header {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0;
  padding-bottom: 0;
}


.topbar {
  background: #F8F8F8;
  color: #ffffff;
}

.header {
  background: #ffffff;
  display: block;
  border-bottom: 1px solid #DCDBD7;
  position: relative;
  z-index: 99;
}

.site-header {
  padding: 40px 0 0;
}

.header-image .title-area {
  padding: 0;
}

.header-image .site-header .site-title a {
  height: 65px;
  min-height: 65px;
  padding: 0;
}

.header-image .site-title a {}

.site-title h4 {
  font-weight: 900;
  color: #2f2f2f;
}

.social_buttons a {
  width: 23px;
  height: 23px;
  margin-top: 8px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  margin-left: 0;
  line-height: 23px;
  color: #ffffff;
}

.title-area {
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer {
  background: #2B2E31;
  padding: 25px 0 0;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  box-shadow: 0px -10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.footer ul {
  margin-left: 0;
}

.footer .title {
  border-bottom: 1px solid #696E74;
}

.copyrights p {
  font-size: 12px;
  margin-top: 10px;
}

.footer-left p {
  display: inline-block;
  color: #fff;
}

.footer .widget h4 {
  color: #ffffff;
}

.copyrights {
  background: #3E4246;
  padding: 0;
  font-size: 12px;
  border-top: 1px solid #3E4246;
  margin-top: 15px;
  color: #fff;
}

.copyrights a {
  color: #fff;
}

#nav {
  margin-top: 0;
}

#nav .container {
  width: inherit;
}

#nav.affix {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #DCDBD7;
}

.section4, .section1 {
  background: #ffffff;
  padding: 30px 0;
}

.section2 {
  background: #464646;
  padding: 30px 0;
}

.section3 {
  background: #e4e4e4;
  border-top: 1px solid #E5E4E4;
  border-bottom: 1px solid #E5E4E4;
}

.section5 {
  background: #c6c6c6;
  padding: 30px 0;
}

.section5 h4 {
  color: #f2f2f2;
}

.general-title hr {
  border: 0 none;
  height: 1px;
  margin: 10px auto;
  width: 120px;
  background: #2B2E31;
}

.general-title h3 {
  font-weight: 600;
  letter-spacing: -0.65px;
  font-size: 31px;
  padding: 20px 0 0;
  text-transform: uppercase;
}

.title {
  position: relative;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid;
}

.message {
  padding: 20px 0 !important;
  display: block;
  position: relative;
  overflow: hidden;
}

.message .small-title {
  color: #ffffff;
  margin: 30px 0 0;
  font-size: 18px;
  text-transform: uppercase;
}

.message .big-title {
  letter-spacing: -0.80px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
}

.message h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.message .button {
  margin-top: 30px;
}

.services_lists_boxes {
  margin: 0;
}

.servicebox {
  margin: 30px 0;
}

.servicebox h4 {
  display: block;
  width: 100%;
  font-size: 21px;
  letter-spacing: -0.65px;
  font-weight: 500;
}

.services_lists_boxes_icon:after {
  color: #fff;
  z-index: 90;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.services_lists_boxes_icon:after {
  content: "\f175";
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0;
  width: 110px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.services_lists hr {
  margin: 10px 0 !important;
}

.services_lists hr, .servicetitle hr {
  border: 0 none;
  height: 3px;
  margin: 10px auto;
  width: 80px;
}

.owl-carousel .item a, .owl-carousel .item a img {
  display: block;
  position: relative;
}

.owl-carousel .item a {
  overflow: hidden;
  color: #ffffff;
  cursor: crosshair;
  cursor: url("../img/cursor.png") 40 40, crosshair;
}

.owl-carousel .item a div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.owl-carousel .item a div span {
  display: block;
  padding: 0 8px;
  margin: 20px 20px 0;
  font-size: 21px;
  text-align: left;
  border-left: 3px solid #EC353D;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel .item small {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px;
  text-transform: none;
  bottom: 0;
  left: 10px;
  position: absolute;
}

.owl-carousel .item i {
  font-size: 16px;
  height: 40px;
  text-align: center;
  width: 40px;
  bottom: 0;
  line-height: 2.4;
  border-left: 1px solid #111111;
  border-top: 1px solid #111111;
  right: 0;
  position: absolute;
}

.custom-box {
  background: #FFFFFF;
  border: 1px solid #DCDBD7;
  margin: 30px 0;
  padding: 30px 20px 35px;
  text-align: center;
}

button, .button {
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5em 1em;
  font-size: 1.3rem;
  border-color: #696E74;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #3E4246;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.55rem;
}

button.small, .button.small {
  padding-top: 0.575rem;
  padding-right: 1.75rem;
  padding-bottom: 0.6375rem;
  padding-left: 1.75rem;
  font-size: 1.3125rem;
}

.dm-icon i ,.dm-icon-medium i{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100px;
  text-align: center;/
}

.no-touch .dm-icon-effect-1 .dm-icon:hover {
  color: #ffffff;
}

.no-touch .dm-icon-effect-1 .dm-icon.active {
}

.dm-icon-medium {
  width: 80px !important;
  height: 80px !important;
  margin: 25px 15px !important;
  background: #3E4246 !important;
}

.dm-icon-medium, .dm-icon {
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #2B2E31;
  color: #ffffff;
}

.dm-icon-medium:after, .dm-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dm-icon-medium:before {
  line-height: 80px !important;
}

.dm-icon-medium:before, .dm-icon:before {
  speak: none;
  line-height: 105px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.dm-icon-effect-1 .dm-icon {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2;
  transition: background 0.2s, color 0.2s;
}

.dm-icon-effect-1 .dm-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.no-touch .dm-icon-effect-1 .dm-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class*=".effect-"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}

.effect-fade {
  opacity: 0;
}

.effect-fade.in {
  opacity: 1;
}

.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0;
}

.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0;
}

.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.effect-slide-top {
  -webkit-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  opacity: 0;
}

.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0;
}

.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.effect-pop {
  opacity: 0;
}

.effect-pop.in {
  -webkit-animation: pop 0.6s ease-out 0.5s both;
  -moz-animation: pop 0.6s ease-out 0.5s both;
  -o-animation: pop 0.6s ease-out 0.5s both;
  animation: pop 0.6s ease-out 0.5s both;
  opacity: 1 \9;
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.effect-fall {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.effect-perspective {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.effect-helix {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}

.owl-carousel .item a div, .tpl6 .bg {
  height: 100%;
  width: 100%;
  background-color: #2B2E31;
  background-color: rgba(43, 46, 49, .7);
  text-align: center;
}

.he-view .rating i {
  color: #ffffff;
}

.tpl6 .big {
  color: #FFFFFF;
  font-size: 25px;
  margin: 0;
  padding: 90px 5px 0;
  text-transform: uppercase;
}

.tpl6 .small {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  padding: 40px 5px 0;
  text-transform: uppercase;
}

.tpl6 h3 {
  color: #fff;
  margin: 0;
  padding: 40px 5px 0;
  font-size: 16px;
  text-transform: uppercase;
}

.tpl6 .dmbutton {
  display: inline-block;
  margin: 30px 5px 20px 5px;
  font-size: 13px;
}

.dmtop {
  background-image: url('../img/arrow.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  position: fixed;
  bottom: -100px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  overflow: auto;
}

.dmtop:hover {
  background-color: #3E4246;
}

section {
  overflow: hidden;
}

.oneline {
  line-height:2.1;
}

#video {
 top:0;
 width: 100%;
 height: 100%;
 background: #000;
}

 .font-b {
  color: #696E74;
  margin: 30px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  }

 .font-w {
  color: #fff;
  }
