
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("http://allfont.ru/allfont.css?fonts=avantgardectt");

@font-face{

font-family: 'MyWebFont';

src: url('fonts/WebFont.eot');

src: url('fonts/WebFont.eot?iefix') format('eot'),

url('fonts/WebFont.woff') format('woff'),

url('../fonts/WebFont.ttf') format('truetype'),

url('../fonts/WebFont.svg#webfont') format('svg');

font-weight: normal;

font-style: normal;

}


@font-face {
  font-family:'Glyphicons Halflings';
  src:url('fonts/glyphicons-halflings-regular.eot');
  src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/glyphicons-halflings-regular.woff') format('woff'),
  url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'AvantGardeCTT', arial;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  line-height: 20px;
}

a:hover, a:focus {
  color: #36C6E0;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}




a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #36C6E0;

}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #36C6E0;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;

}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  position: relative;
}

.section-header .section-title span {
  color: #36C6E0;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  max-width: 333px;
  position: relative;
  border-top: 3px solid #36C6E0;
  margin-top: 15px;
}


/* ==========================================================================
   2.3 Social Icons
   ========================================================================== */


.social-icons ul {
   padding: 20px;
  list-style: none;
  

}

 .social-icons li {
        
      padding: 10px 0px 0px 0px;
      list-style: none;
           }

.social-icons-inline ul {
   padding: 0px;
  list-style: none;


  

}

 .social-icons-inline  li {
        
      padding: 50px 25px 0px 0px;
      list-style: none;
      display: inline;



           }




/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #36C6E0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
   2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #36C6E0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
.hero-area {
  background: url(../img/hero-area.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100vh;  
  
  overflow: hidden;
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #36C6E0;
  opacity: 0.9;
}

.hero-area .contents {
  padding: 200px 0 130px;
  margin-top: 40px;
}

.hero-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: left;
  line-height: 100%;
}

.hero-area .contents p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}


.header-footer {
  padding-bottom:  50px;
  text-align: right;


}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 10px;
 
}

.top-nav-collapse {
  background: #000;
  z-index: 999999;
  top: 0px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #000 !important;
  
}

.top-nav-collapse .navbar-brand {
  top: 0px;

}

.top-nav-collapse .navbar-nav .nav-link {
  color: #fff !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #36C6E0 !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 10px 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 20px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;

}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #36C6E0;
}

.navbar .nav-link.active {
  color: #fff !important;
  background: #36C6E0;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #36C6E0;
}

.slicknav_menu .slicknav_icon-bar {
  background: #36C6E0;
}


/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;

  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;

}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;


  }
  .navbar-brand {
    position: absolute;
    padding: 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 70%;
  }
  #mobile-menu {
    display: none;


  }
  .slicknav_menu {
    display: block;

  }
  .slicknav_nav .active a {
    background: #36C6E0;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #36C6E0;
    background: #000;
  }
  .slicknav_nav .dropdown li a.active {
    background: #000;
    color: #36C6E0;
  }
}

/* ==========================================================================
  5. Services section
   ========================================================================== */

#services {
background: #172027;
color: #fff;
}

#services .section-title {
  color: #fff;
}

#services .section-subtitle {
  color: #fff;
}

.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes .icon {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 100px;
  border: 3px solid #36C6E0;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.item-boxes .icon:hover {

 background-color: #36C6E0;
 
}



.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  color: #36C6E0;
  margin-bottom: 10px;
}

.item-boxes p {
  color: #898989;

}

.services_footer {
font-size: 20px;
line-height: 25px;
  font-weight: 400;
  padding-top: 50px;

  
  text-align: center;
  align-content: center;
}






/* ==========================================================================
  6. Portfolio Section
   ========================================================================== */

#portfolios {
   background: #CFCFCF;
}


.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 27%;
    left: 47%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 80px;
    font-family: 'Glyphicons Halflings';
    content: '+';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 217, 255, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
    
}

.baguetteBox-button {
    background-color: transparent !important;
  
}



/* ==========================================================================
 7. Production Section Style
 ========================================================================== */
#product {
  background-color: #fff;
  
  color: #000;
  overflow: hidden;

}

.production-item {
  text-align: center;
  
}


.production-item .production-text h3 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

.production-item .production-text span {
  font-size: 14px;
  color: #000;
}

.production-item .production-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 36px 10px 30px 10px;
  margin: 0;
  line-height: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #00D9FF;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}



/* ==========================================================================
  8. Contact Us
  ========================================================================== */
#contact {
background: #000000;
color: #fff;
}

#contact .section-title {
  color: #fff;
}

#contact .section-subtitle {
  color: #fff;
}

#contact h5 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
  line-height: 20px;
}

#contact h4 {
  font-size: 20px;
  font-weight: 400;
  color: #898A8A;
  margin-top: 10px;
  line-height: 20px;
}


#contact h6 {
  font-size: 14px;
  font-weight: 400;
  color: #898A8A;
  margin-top: 10px;
  line-height: 20px;
  text-align: left;
  margin-left: 30%;
}


a.mail {
    color: #ffffff;
}

a.mail:hover, a.ex1:active {
    color: #36C6E0;
}

/* ==========================================================================
 9. Footer Style
 ========================================================================== */
footer {
  background: #000000;
  padding: 0px 0;
}
.copyright {
  color: #ffffff;
  padding: 0px 0;
  margin-bottom: 50px;
}



