:root {
  --light-gary: #e1e2e4;
  --medium-gray: #858585;
  --dark-gray: #e1e2e4;
}
@font-face {
    font-family: 'helveticaregular';
    src: url('fonts/helvetica-webfont.eot');
    src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg#fonts/helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticabold';
    src: url('fonts/helveticabold-webfont.eot');
    src: url('fonts/helveticabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticabold-webfont.woff') format('woff'),
         url('fonts/helveticabold-webfont.ttf') format('truetype'),
         url('fonts/helveticabold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?26229803');
  src: url('fonts/fontello.eot?26229803#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?26229803') format('woff2'),
       url('fonts/fontello.woff?26229803') format('woff'),
       url('fonts/fontello.ttf?26229803') format('truetype'),
       url('fonts/fontello.svg?26229803#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?26229803#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-mail:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-down:before { content: '\e802'; } /* '' */
.icon-location:before { content: '\e803'; } /* '' */
.icon-youtube:before { content: '\f166'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook:before { content: '\f308'; } /* '' */
.icon-linkedin:before { content: '\f30c'; } /* '' */
/* theme */


body {
    padding-top: 1.5rem;
    font-family: 'helveticaregular', Helvetica, Arial;
}

/* components */
.drop-cap::first-letter {
  float: left;
  font-size: 4rem;
  line-height: 1px;
  padding-right: 5px;
  text-transform: uppercase;
}
.block {
  padding: 6rem 0;
}
.block h1 {
  /*font-weight: bold;*/
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5rem;
}
/* components */


/* nav and cover */
.navbar-brand img {
  max-height: 60px;
}
.nav-link {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--gray-dark);
}
.navbar-trans .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.navbar-light .nav-link:hover,
.navbar-light .nav-link:focus {
  border-bottom-color: var(--dark-gray);
}

.navbar-light .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-light .active {
  color: #fff;
  border-bottom-color: var(--medium-gray);
}
#mainNavigation .dropdown-item {
  text-transform: capitalize;
}
/* nav and cover */


/* plxs */
.photo-wrapper {
  min-height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}
.photo-wrapper h2 {
  color: rgb(255, 255, 255);
  font-size: 4rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* plxs */

/* blocks */
@media (max-width: 762px) {
  .srv-card {
    text-align: center;
  }
}
.srv-card {
  position: relative;
  margin-bottom: 3rem;
}
.srv-card img {
  min-height: 232px;
  max-height: 233px;
  min-width: 100%;
  opacity: 1;
  display: inline-block;
  backface-visibility: hidden;
}
.srv-card h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.3rem 0;
}
.srv-card .overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.overlay > a {
  color: #000000;  
  text-decoration: none;
}
.srv-card:hover .overlay {
  opacity: 1;
  color: var(--dark-gray);
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #f8f9fa;
  box-shadow: 1px 3px 3px #000000a8;
  text-transform: uppercase;
  line-height: 23px;
  cursor: pointer;
}
.srv-card h4 > a {
  text-decoration: none;
  color: #212529;
}
.zoom {
  position: relative;
  overflow: hidden;
}
.srv-card:hover .zoom img {
  opacity: 0.5;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.zoom img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.clientale-block {
  /*background: #1a1b1d;*/
  /*color: #e1e2e4;*/
}
.clientale-carousel {
  overflow-x: hidden;
  border: 3px solid var(--light-gary);
  padding: 20px 0px;
}
.clientale-carousel img {
  max-width: 250px;
  width: 100%;
  min-height: 199px;
  max-height: 200px;
  filter: grayscale(100%);
}
.clientale-carousel img:hover {
  filter: grayscale(0%);
}
.clientale-carousel .owl-stage {
  display: flex;
}
/*
.owl-nav  {
  display: none;
}*/
.owl-theme .owl-nav [class*=owl-] {
    color: #1a1a1a;
    margin: 5px;
    padding: 0px 7px;
    background: #f8f9fa;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
  }
.owl-theme .owl-nav span {
      font-size: 41px;
    line-height: 0.5;
}
footer {
  background: var(--dark-gray);
  padding-bottom: 1.5rem !important;
}
footer a.nav-link {
    color: #333335;
    padding-left: 0;
    font-weight: normal;
}
.footer-block  h5 {
    margin-bottom: 1.8rem;
    font-weight: bold;
}
.contact-address ul li {
    position: relative;
}
.social-footer a {
  color: #333335;
}
.social-footer a:hover {
  color: blue;
}
footer .icon {
  font-size: 2.3rem;
}

.contact-address ul li i {
    font-size: 1.3rem;
    top: -12%;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    position: absolute;
}
.contact-address ul li i.address {
    top: -3%;
}
.contact-address ul li p {
    font-size: .9rem;
    padding: 0px 10px 0px 30px;
}
.border-right-footer {
      border-bottom: 1px solid var(--medium-gray);
      margin-bottom: 1.5rem;
  }
@media (min-width:992px) {
  .border-right-footer {
      border-bottom: none;
      margin-bottom: 0;
      border-right: 2px solid var(--medium-gray);
  }
  
  .links-container {
    width: 69%;
    margin: 0 auto;
  }
  .social-footer {
    text-align: center;
  }
} 
.round-btn {
  margin-top: 1.5rem;
  width: 60%;
  height: 44px;
  line-height: 31px;
  background: #212529;
  color: #e1e2e4 !important;
  text-transform: uppercase;
  border-radius: calc(50px/2);
}
.copytext {
  border-top: 2px solid var(--medium-gray);
  padding-top: 1.1rem;
  margin-top: 3.1rem;
}
/* blocks */

.event-photo-wrapper {
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}
/* effects */
/* effects */