@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url(../css/bootstrap.min.css);
@import url(../css/mobile.css);
@import url(../css/flaticon/flaticon.css);
@import url(../lib/lightbox/css/lightbox.min.css);
@import url(../lib/owlcarousel/assets/owl.carousel.min.css);

    
html {
  width: 100% !important;
  height: 100% !important; }

body {
  width: 100% !important;
  height: 100% !important;
  font-family: 'Exo 2', sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; 
}




h1 {
    font-size: 42px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 35px;
  line-height: 1.7;
  font-weight: 600; }

h4, h5, h6 {
  font-weight: 700; }

.no-transform {
  text-transform: none; }

p {
  font-size: 16px;
  margin: 0 0 25px; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }

img {
  -webkit-filter: blur(0);
  filter: blur(0); }

a, img, :focus, input {
  outline: none !important; }

a:hover, a:focus {
  color: #666;
  text-decoration: none; }
a img:hover {
  opacity: .85; }

.white {
    color: #fff !important;
}


.no-pad {
  padding: 0 !important;
  margin: 0 !important; }

.no-pad-btm {
  padding-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.overlay {
  background: rgba(7, 9, 21, 0.7); }

.overlay-gray {
  background: rgba(0, 0, 0, 0.7); }

.overlay-white {
  background: rgba(255, 255, 255, 0.8); }

.overlay, .overlay-gray, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.image-overlay {
  padding: 0;
  margin-top: -200px;
  position: relative; }

@media (max-height: 770px) {
  .image-overlay {
    margin-top: -120px; } }
.big {
  font-size: 300px;
  line-height: 1;
  text-shadow: none; }

.breadcrumb {
  background-color: transparent;
  padding: 15px 15px; }

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #ffffff; }


strong {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}

.hero {
  background-image: url("../img/bg.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}




/* nav icon */

#nav-icon {
  width: 38px;
  height: 35px;
  position: relative;
  margin: 0px auto;
  margin-top: 4px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: poExo 2;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 14px;
}

#nav-icon span:nth-child(3) {
  top: 27px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}







.logo-header {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}


.center-content {
  padding-top: 220px;
  padding-bottom: 140px;
    color: #333;
    text-align: center;
}

.center-content h1{
    font-family: 'Exo 2', sans-serif;
    text-transform: none;
    font-size: 62px;
    line-height: 1.1;
    margin: 0px;
    margin-bottom: 30px;
}

.center-content h2{
    font-family: 'Exo 2', sans-serif; 
    font-weight: 400;
    text-transform: none;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.center-content strong{
    font-family: 'Exo 2', sans-serif; 
    text-transform: none;
    font-weight: bold;
}


.btn-form {
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 22px;
    border-radius: 50px;
    margin-right: 8px;
}

.btn-form i {
    font-size: 12px;
    margin-left: 5px;
}

.btn-form:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.77) !important;
    border: 1px solid #000 !important;
}

.btn-form:active,
.btn-form:focus {
    color: #fff;
}



.call-block {
    margin-top: 8px;
    margin-left: 20px;
}

.btn-call {
    border: 1px solid #fff;
    border-radius: 50px !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
    /* font-weight: 700 !important; */
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.btn-call:hover {
    opacity: 0.7;
}

.btn-call li.active a {
    color: #000 !important;
}



.navbar-custom.top-nav-collapse .btn-call {
  background: rgb(94,178,254);
  background: linear-gradient(90deg, rgba(94,178,254,1) 0%, rgba(2,142,232,1) 100%);
  color: white;
}



.navbar-custom.top-nav-collapse li.active a {
  color: #000 !important;
}
.navbar-custom.top-nav-collapse li.active a:hover {
    color: #000 !important;
  }





.btn-submit {
    background: #000 !important;
    border-radius: 5px !important;
    color: #fff !important;
    width: 100%;
    padding: 15px 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1 !important;
}


.btn-submit:hover {
    background: rgba(0, 0, 0, 0.75) !important;
}





.btn-subscr {
    background: #0499ff !important;
    border-radius: 3px !important;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 11px 18px 10px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.btn-subscr:hover {
    background: #0b8be2 !important;
}



.section-small {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom; }

.label, input, .btn, textarea, .dropdown-menu, .panel, .progress, .list-group-item, select {
  border-radius: 5px !important; }

.label {
  padding: 0.2em 0.7em 0.3em 0.7em; }

.nav .label {
  padding: 0.4em 0.7em 0.3em 0.7em; }

.label-danger {
  background-color: #c00; }

.badge {
  line-height: inherit;
  border-radius: 2px !important; }



.btn:hover {
  opacity: 0.65; }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-universal:focus, .btn-violet:focus {
  opacity: 1; }

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px; }

.icon-big {
  font-size: 80px;
  line-height: 120px;
  display: block; }

#services-construction .icon-big {
  color: #d4c787; }

#time .icon-big {
  color: #ff4081; }

header .icon-big {
  line-height: 140px; }

.classic,
.classic2 {
  font-family: 'Caveat';
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  opacity: .8; }

.classic2 {
  font-family: 'Great Vibes'; }

.thin {
  font-weight: 100 !important; }

::-moz-selection, ::selection {
  color: #fff;
  background: #000; }

ul, ol {
  margin-bottom: 1.5em; }



.float-left {
  float: left; }

.float-right {
  float: right; }


.navbar-custom {
  margin-bottom: 0;
  border-bottom: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease; }
  .navbar-custom .navbar-brand {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: none;
    padding: 5px 5px 12px 15px; }
  .navbar-custom img {
    display: inline-block; }
  .navbar-custom.top-nav-collapse {
    -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.06);
}
  .navbar-custom.top-nav-collapse a {
    color: #000; }


  .navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 22px;
    padding-top: 13px; }


@media (min-width: 1200px) {
  .top-nav-collapse .container {
    width: 1170px !important; } }
.navbar-custom .navbar-brand .logo {
      max-height: 52px;
    display: inline-block;
    margin-top: -10px; }

.logoborder {
  border: 1px solid #fff;
  padding: 10px;
  max-height: 42px !important; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-height: 24px; }

.navbar-custom .navbar-brand .logodark {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  display: inline-block; }

.navbar-custom .navbar-brand .logo {
  display: inline-block; }

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none; }

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
       max-height: 43px;
    margin-top: -6px; }
.navbar-custom .navbar-brand i {
  vertical-align: middle; }
.navbar-custom .navbar-brand:focus {
  outline: 0; }
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #000; }
  .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0; }

.nav > li > a {
  padding: 19px 12px 17px; }


.nav > li > a:hover,
.nav > li > a:focus {
  color: #000;
}

.navbar-custom a {
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
 }
.navbar-custom .nav li a {
    
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent; }
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent; }
.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important; }
  .navbar-custom .nav li.active a {
    color: #000; }
    .navbar-custom .nav li.active a:hover {
      color: #000; }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.97);
  color: #000;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0; }
  .dropdown-menu > li > a {
    font-size: 12px;
    font-weight: 600;
    padding: 12px 18px;
    white-space: nowrap; }
  .dropdown-menu > .active > a {
    color: #333 !important;
    background-color: transparent; }
    .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
      background-color: transparent; }

.nav .open > a {
  background-color: transparent;
  border-color: transparent; }
  .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent; }


.nav .badge {
  background-color: #789;
  color: #fff;
  padding: 4px 5px 5px 6px;
  font-size: 11px;
  position: absolute;
  margin: -10px -5px;
  line-height: 1;
  border-radius: 50% !important; }

.navbar-toggle {
   padding: 10px 5px; }
  .navbar-toggle .icon-bar {
    width: 30px;
    padding-top: 4px;
    border-radius: 0;
    background: #fff; }

.top-nav-collapse .icon-bar {
  background: #333; }

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0; }

a.btn-nav .btn {
  margin-bottom: 0; }

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: #fff; }

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 15px 0; }

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1px;
  color: #555 !important; }

.nav .active {
  height: auto !important; }

.dropdown-menu {
  padding: 10px 0; }

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }
.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-size: 20px; }
.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }
.navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }
.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0; }

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important; }

.nav .fa {
  font-size: 16px;
  line-height: 1px; }
.nav .fa-angle-down {
  font-size: 13px; }
.nav .fa, .nav a .fa {
  opacity: 1 !important; }
.nav .fa-plus {
  font-size: 12px; }


.top-nav-bg-blur {
  background-color: rgb(255 255 255 / 85%) !important;
  backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px);
}


@media (min-width: 991px) {


  

  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 0.5px;
    background: 0 0;
    background: transparent; }
    .navbar-custom.top-nav-collapse {
      padding: 8px 30px;
      background-color: rgb(255 255 255 / 99%);
      backdrop-filter: blur(8px); }

  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: #eee; }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px); }
    100% {
      opacity: 1;
      transform: translate(0, 0); } }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

  .navbar-left {
    float: right !important; }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px; }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 760px !important; }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important; }

  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block; }

  .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
    display: none; }

  .angle-right:after {
    float: right;
    font-family: 'fontawesome';
    content: "\f105";
    color: inherit;
    position: absolute;
    right: 20px; } }
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0; } }
@media (max-width: 990px) {
  p.empty {
    display: none; }

  .search-button {
    margin-top: 0; }

  .nav .badge {
    margin: 2px 4px; }
  .nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000 !important; }
    .nav a:focus {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    background-color: #fff !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar-collapse.collapse {
      display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7px; }
    .navbar-nav > li {
      float: none; }
      .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px; }

  .collapse.in {
    display: block !important; }

  .navbar-collapse.in {
    overflow-y: auto !important; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 10px 15px 10px 25px; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
      background-image: none; } }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 400px;
  text-align: center; }






.nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
  background-color: transparent;
  color: #fff;}
.nav-pills.nav > li > a {
  color: #fff;
  padding: 0; 
  padding-top: 10px;
    padding-bottom: 10px;
}

.scroll-btn {
  width: 57px;
  display: block;
  text-align: center;
  margin: 60px auto -60px; }
  .scroll-btn .weel {
    position: relative;
    display: inline-block;
    height: 22px;
    margin: 10px auto 5px; }
  .scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    border: 2px solid #eee;
    border-radius: 24px;
    opacity: .5; }
  .scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -14px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 3s linear infinite;
    -moz-animation: scroll 3s linear infinite;
    animation: scroll 3s linear infinite; }

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%; }
  20% {
    opacity: 1;
    top: 80%; }
  60% {
    opacity: 0;
    top: 80%; }
  100% {
    opacity: 0;
    top: 30%; } }
@media (max-height: 690px) {
  .scroll-btn {
    display: none; } }
/* Text rotator */
.rotating {
  display: inline-block; }

.numscroller {
  font-family: 'Exo 2', sans-serif;
  font-weight: 100;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 10px; }

.nav-tabs {
  margin-bottom: 30px; }

.pager li > a, .pager li > span {
  padding: 30px 0;
  border: 0; }
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 35px;
  height: 35px;
  background: #f2f3f5;
  border-color: #fff; }
.pagination > .active > a {
  background: rgb(94,178,254);
  background: linear-gradient(90deg, rgba(94,178,254,1) 0%, rgba(2,142,232,1) 100%);
  border: none;
    font-weight: 600; }
  .pagination > .active > a:focus, .pagination > .active > a:hover {
    background: rgb(94,178,254);
    background: linear-gradient(90deg, rgba(94,178,254,1) 0%, rgba(2,142,232,1) 100%);
    border: none; }
.pagination > .active > span {
  background: rgb(94,178,254);
  background: linear-gradient(90deg, rgba(94,178,254,1) 0%, rgba(2,142,232,1) 100%);
  border: none; }
  .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: rgb(94,178,254);
    background: linear-gradient(90deg, rgba(94,178,254,1) 0%, rgba(2,142,232,1) 100%);
    border: none; }
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 50% !important; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50% !important; }

@media (max-width: 768px) {
  body {
    letter-spacing: 0; }
    
    .block-xs-center {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

  .h4, h4 {
    font-size: 16px; }

  .h2, h2 {
    font-size: 24px; }

  .h3, h3 {
    font-size: 20px; }

  .intro h1 {
    font-size: 48px;
    line-height: 48px; }
    .intro h1.classic {
      font-size: 60px;
      line-height: 60px;
      margin: 50px 0 50px; }
    .intro h1.classic2 {
      font-size: 65px;
      line-height: 65px;
      margin: 50px 0 50px; }

  section, .section {
    padding-top: 60px;
    padding-bottom: 30px;}

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px; }

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0; }

  .shop-item img {
    width: 100%; } }
@media (max-width: 991px) {
    
    .block-xs-center {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
    
  .action {
    text-align: center; }
    .action .btn {
      float: none;
      margin-top: 30px;
      text-align: center; }
    .action .text-right {
      text-align: center; }

  .footer .text-right {
    text-align: left; }
  .footer .footer-menu {
    padding-bottom: 20px; }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }

  .search-button {
    margin-top: 5px; }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important; }

  .nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important; } }
@media (max-width: 480px) {
  .intro h1 {
    font-size: 31px;
    line-height: 32px;
    margin: 0 0 16px;} }


@media (max-width: 320px) {
.intro h1 {
    font-size: 27px;
    line-height: 33px;
    margin: 0 0 16px;
}
    
}

.magic, .magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }



.footer {
  color: #51616a;
  font-size: 13px !important;
  background: #f2f3f5;
  padding-top: 15px;
  padding-bottom: 14px;
  margin: 0px;
}
  .footer .footer-menu a {
    line-height: 20px; }
  .footer .counter {
    line-height: 44px; }
  .footer h4, .footer h5, .footer h6 {
    font-weight: 500;
    margin: 0px;
    opacity: 0.7; }
  .footer a {
    color: #51616a;
    text-decoration: none;
    opacity: 1; }
    .footer a:hover {
      text-decoration: none; }

.footer-small {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999; }

@media (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer .text-right {
      text-align: center !important; } }

@media (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important; } }

.scroll-background {
  -webkit-animation: scroll-background 2000s linear infinite;
  animation: scroll-background 2000s linear infinite;
  background-repeat: repeat-x !important;
  margin-top: 58px;
  top: 0 !important; }

@-webkit-keyframes scroll-background {
  from {
    background-position: 0 0; }
  to {
    background-position: -40000px 0; } }
@keyframes scroll-background {
  from {
    background-position: 0 0; }
  to {
    background-position: -40000px 0; } }








/* форма */


.contact input, select, textarea {
    padding: 11px 4px;  
    width: 100%;
    max-width: 100%;
    border: 0px; 
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #555; 
    width: 100%;  
}   
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
    border-color: none;
    box-shadow: none;
    outline: 0 none;
    background-color: rgba(245, 245, 245, 0.71);
    transition: all .35s;
}
textarea {
	height: 180px;      
}
::-webkit-input-placeholder {
    color: #999;
}
.contact input, .contact input:focus, textarea:focus,.contact select, select:focus, .contact.box-style textarea {    
    background-color: rgba(245, 245, 245, 0.71);
    -webkit-transition: border-color 0.35s;
    -moz-transition: border-color 0.35s;
    transition: border-color 0.35s;
}
.contact input.submit {
    width: auto;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;  
    color: #fff; 
    padding: 10px 16px 9px 16px;
    border: none;
}
.contact input.submit:hover {
    color: #fff; 
}

input[type="submit"][disabled] { background:#888; }
#message-info {
	margin: 10px 0; 
	padding: 0; 
    text-align: center;
    padding: 0 7px;
} 
#success_page {
    text-align: center;
}


.contact.box-style {
    text-align: center;
}
.contact.box-style .col-sm-6,
.contact.box-style .col-sm-12,
form .col-sm-6,
form .col-sm-12 {
    padding: 0 7px;
}
.contact.box-style input,
.contact.box-style textarea,
input,
textarea {
    padding: 14px 18px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    border: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #292929;
    width: 100%;
    margin-bottom: 14px;
    background-color: rgba(251, 251, 251, 0.4);
    border: none;
    border-radius: 4px;
    outline: none;
    border: 2px solid rgba(41, 41, 41, 0.06);

}

.contact.box-style input.submit,
input.submit { 
    width: auto;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;  
    color: #fff; 
    border: none !important;
    font-size: 11px;
    padding: 15px 43px 15px 43px;
    line-height: 22px;
    border-radius: 100px;
}
.contact.box-style input.submit:hover,
input.submit:hover {
    color: #fff;
}

.contact .loader { 
    display: inline-block;
    position: absolute;
    top: 13px;
    margin-left: 14px;
}

.help-block ul li {
	
	color: #ff0e0e;
}

.error_form {	
    background-color: #ec5552 !important;
    color: #fff;
    padding: 10px 0px;
    border-radius: 3px;
}

.success_form {	
	background-color: #17c573 !important;
    color: #fff;
    padding: 10px 0px;
    border-radius: 3px;
}

.form-group {
    margin-bottom: 1px !important;
}


select{
    padding: 14px 18px;
    margin-bottom: 25px;
    border: 2px solid rgba(41, 41, 41, 0.06);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, #333 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #333 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}




.title-block {
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 15px;
}


.after-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 18px;
    margin-bottom: 60px;
}


.tez {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}



.about-list {
    text-align: justify;
}


.about-date {
  color: #8f9a9f;
  /* background: #f9f9f9; */
  padding: 9px 10px;
  border-radius: 6px;
  border: 1px dashed #e0e6eb;
  font-size: 13px;
}








.two-block {
    padding-top: 30px;
}


.about-list-2 {
    background: #fafafa;
    padding-top: 120px;
    padding-bottom: 120px;
}



.about-list-2 h1 {
    margin: 0px;
    line-height: 1.2;
    font-size: 34px;
}



.about-list-2 img {
    margin-bottom: 22px;
}






.about-list-2-block-two {
  background-image: url("../img/bg-two.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 56px 32px;
}




.about-list-2-block-two p {
    font-size: 14px;
    margin-bottom: 2px;
}












.three-block {
    background: #f9fafb;
}



.three-title-pad {
    margin-bottom: 60px;
}


.three-block p {
    font-size: 15px;
    margin-bottom: 5px;
}






.title-contact {
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	font-style: normal;
    line-height: 1.2;
    font-size: 42px;
    margin: 0px;
    margin-bottom: 30px;
}



.text-file-form {
    color: #7d7d7d;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}



.btn-file {
    cursor: poExo 2;
    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #333;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}


.field-label-file {
    background-color: #f2f2f2;
    margin-bottom: 5px;
    border-radius: 5px;
}





/* Блок События */


.news-block {
  border: 1px solid #f3f7f9;
  background: #fff;
  border-radius: 6px;
  padding: 0px 0px 0px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 24px 4px rgb(0 0 0 / 2%);
  -moz-box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.02);
  box-shadow: 0px 0px 24px 4px rgb(0 0 0 / 2%);
}


.news-block img {
    width: 230px;
    display: inline-block;
    float: left;
    margin: 0 20px 0px 0;
    border-radius: 0px;
}


.news-block .media-body {
  padding: 0px 10px;
}


.title-news {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}


.news-link {
  color: #35a2f4;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #35a2f4;
  padding: 11px 15px;
  border-radius: 40px;
  margin-right: 10px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.news-link:hover {
  opacity: 0.7;
  color: #35a2f4;
}

.link-news-position {
    text-align: right;
}


.sob-title-block {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 36px;
}


.inside-title-news {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.2;
}


.title-block-news-index {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 42px;
}


.news-inside-block {
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    padding: 27px 19px 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.02);
    -moz-box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.02);
}

.news-inside-block p {
    margin: 0 !important;
}


.back-btn-news {
    margin-bottom: 30px;
}


.back-btn-news a{
    background: #f7f7f7;
    padding: 10px 10px;
    border-radius: 3px;
    font-size: 14px;
}


.all-news-btn {
  background: #f7f7f7;
  padding: 13px 15px;
  border-radius: 36px;
  font-weight: 500;
  font-size: 14px;
}

.all-news-btn img {
  width: 20px;
}

.nav-news {
    padding: 8px 30px; 
    background-color: rgba(0, 0, 0, 0.85);    
}








.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



.gallery-news-pad {
    margin-top: 30px;
    margin-bottom: 40px;
}


.owl-carousel .item img {
  border-radius: 8px;
  object-fit: cover;
  height: 110px;
}

.photo-btn {
    display: table; 
    margin: 30px auto;
}
.customNextBtn, .customPreviousBtn {
    float: right;
    color: #181818;
    padding: 10px;
    border: 2px solid #181818;
    border-radius: 6px;
    margin-left: 5px;
    cursor: poExo 2;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #181818;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 6px;
    background: #e2e5e8;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.photo-btn {
    display: table;
    margin: 30px auto;
}

.pad-gallery-nav {
    margin-top: 15px;
}



.pad-photo-news {
    margin-bottom: 210px;
}


@media (max-width: 768px) {
  
  
    
.pad-photo-news {
    margin-bottom: 60px;
}    
    
.pad-gallery-nav {
    margin-top: 15px;
}    
    
    
.gallery-news-pad {
    margin-top: 35px;
    margin-bottom: 30px;
}    
    
    
.news-block {
    text-align: justify;
}
    
  
.news-block img {
  display: block;
  text-align: center;
  float: none;
  margin: 0 auto;
  padding-bottom: 20px;
  object-fit: cover;
  width: 100%;
  height: 260px;
}
    
.news-link {
  display: block;
  width: 100%;
  padding: 11px 40px;
  margin-right: 0px;
}
    
.link-news-position {
    text-align: center;
    margin-bottom: 20px;
} 
    
.sob-title-block {
    margin-top: 70px !important;
    margin-bottom: 40px !important;
}  
    
    
.inside-title-news {
    margin-top: 70px !important;
    margin-bottom: 40px !important;
    line-height: 1.2 !important;
}    
    
    
.date-block-news {
    text-align: center;
}  
    
    
.back-btn-news {
    text-align: center;
} 
    
.title-block-news-index {
    font-size: 36px !important;
    margin-bottom: 50px !important;
}
    
    
.nav-news {
    padding: 0px !important; 
}
    
    
.title-news {
    text-align: left !important; 
    font-size: 21px !important;
    line-height: 1.3 !important;
    margin-top: 0px !important;
}
    
    
    
.text-news {
    text-align: left !important;   
}
    
    
    
    
}   






@media (min-width: 768px) { 

.news-block img {
    object-fit: cover;
    width: 240px;
    height: 240px;
    display: block;
}

}


.copy-articles-text {
    color: #9da4ab;
    background: #f1f5f7;
    padding: 10px 15px;
    border-radius: 6px;
}






.img-two {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}


.block-us-one {
  text-align: center;
  margin-top: 20px;
  border: 1px solid #f3f7f9;
  background: #fff;
  border-radius: 6px;
  padding: 27px 19px 20px;
  margin-bottom: 25px;
  min-height: 360px;
  -webkit-box-shadow: 0px 0px 24px 4px rgb(0 0 0 / 2%);
  -moz-box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.02);
  box-shadow: 0px 0px 24px 4px rgb(0 0 0 / 2%);
}

.block-us-one img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.block-us-one p {
  font-size: 16px;
  color: #404c62;
}


.text-news {
  color: #404c62;
  font-size: 15px;  
}
.question{
	padding-top:10px;
	font-size : 30px;
}
.question p {
    font-size: 18px;
}