/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 @font-face {
    font-family: 'geometriaw04-regularregular';
    src: url('../font-logo/geometria_w04_regular.woff2') format('woff2'),
         url('../font-logo/geometria_w04_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0000000;
 
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #42DCA3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1d9b6c;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
 background-color: #444444;
}
.navbar-custom2{
	background-color: transparent;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
  text-decoration: none;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
  text-decoration: none;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #444444;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #6d6c6a;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-shadow: 2px 2px 0px rgba(1, 1, 1, 1);

}
.intro p {
  display: table;
  width: 100%;
  height: auto;
  text-align: center;
  color: #bb6b00;
  text-shadow: none;

}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  height: 700px;
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 767px) {
  .content-section {
    /*padding-top: 250px; */
  }
  .download-section {
    padding: 100px 0;
  }
  
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

.btn-2 {
    letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#fff, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}


/* Custom Styles */

/*submenu*/
.sub-serv{
  position: absolute;
  display: none;
  list-style-type: none;
  background-color: rgba(0, 0, 2, 0.3);
  padding: 5px 5px;  
  width: 9em; 
}
.hide1:hover .sub-serv{
  display: block ;

}

/* end menu*/

.sub-serv li{
  font-size: 9px;
  line-height: 35px;
  text-align: center;
}

.modal-butn{
  padding: 5px 20px;
  background: #fff;
  color: #2c394c;
  font-size: large;
}
.modal-butn:hover{
  border-radius: 20px;
  color: #2c394c;
  font-size: large;
}
.abt-bg{
  background: url(../img/abt-bg.jpg) fixed;
  padding-bottom: 35px;
  height: 678px;
}
.btn-closemdl{
    color: #757070;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    /* float: right; */
    /* left: 0; */
    right: 50px;
    top: 10px;
    cursor: pointer;
}
.btn-closemdl:hover{
  color: #c22828;
}
.alt-modal{
  background-color: #fff;
  margin-top: 30px;
}
.content-mdl{

}
.content-mdl h2{
  margin-top: 20px;
  color: #9a9898;
}
.content-mdl p{
  color: #615f5f;
  text-align: justify;
}
.modal-list{
  list-style-type: none;
}
.modal-list li{
  font-size: 20px;
  text-align: left;
  color: #615f5f;
  line-height: 35px;
}

.contact h2{
  text-align: center;
  padding-top: 20px;
  color: #777;
}

.bg-ftr1 p{
  color: #7c7c7c;
}

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.bg-map{
  background: #000;
  text-align: center;
}

/* Contact page*/

/*form*/

.frm{
  margin-top: 25px;
}
.frm input{
    
}

.frm button{
  font-size: 18px;
  float: right;
    margin: 8px;
    color: #fff;
    border: none;
    padding: 10px 40px;
    background: #80b541;
     -moz-transition: all .6s ease-in;
    /* WebKit */
    -webkit-transition: all .6s  ease-in;
    /* Opera */
    -o-transition: all .6s  ease-in;
    /* Standard */
    transition: all .6s  ease-in;
}
.frm button:hover{
    color: #b6de87;
    background: #2a7bb9;
    border-radius: 10px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.frm h2{
  margin: 0 0 20px 55px;
   padding: 0;
   color:#7c7c7c;
}
/*end form*/

.conta{
  margin-top: 10px;
  list-style-type: none;
  text-align: center;
  -webkit-padding-start: 0px !important;
}
.conta li{
  line-height: 2em;
  width: auto;
  color: #9fa3ab; 
  font-size: 18px;
  text-align: center;
}
.address-holder{

  /* padding: 20px;
    margin-top: 68px; */

}

/* Contact page end */

/* Custom Styles */
.contact1{
    background-color: #000 !important;
}

/* IT page */
.it-1 h3{
  

}
.img-wd1{
      margin-top: 35% !important;
}
.img-wd2{
      margin-top: 15% !important;
}.img-wd3{
      margin-top: 30% !important;
}.img-wd4{
      margin-top: 25% !important;
}



/* Animation */
@import url(http://fonts.googleapis.com/css?family=Anaheim);



.container1{
  margin: 4% auto;
  width: 210px;
  height: 140px;
  position: relative;
  perspective: 1000px;
}
#carousel{
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotation 20s infinite linear;
}
#carousel:hover{
 /* animation-play-state: paused;*/
}
#carousel figure{
  display: block;
  position: absolute;
  width: 100%;
  height: 50%px;
  left: 10px;
  top: 10px;
 
  overflow: hidden;
 /* border: solid 5px black;*/
}
#carousel figure:nth-child(1){transform: rotateY(0deg) translateZ(288px);}
#carousel figure:nth-child(2) { transform: rotateY(35deg) translateZ(288px);}
#carousel figure:nth-child(3) { transform: rotateY(65deg) translateZ(288px);}
#carousel figure:nth-child(4) { transform: rotateY(95deg) translateZ(288px);}
#carousel figure:nth-child(5) { transform: rotateY(125deg) translateZ(288px);}
#carousel figure:nth-child(6) { transform: rotateY(154deg) translateZ(288px);}
#carousel figure:nth-child(7) { transform: rotateY(183deg) translateZ(288px);}
#carousel figure:nth-child(8) { transform: rotateY(212deg) translateZ(288px);}
#carousel figure:nth-child(9) { transform: rotateY(241deg) translateZ(288px);}
#carousel figure:nth-child(10) { transform: rotateY(275deg) translateZ(288px);}
#carousel figure:nth-child(11) { transform: rotateY(318deg) translateZ(288px);}





.container1 img{
  -webkit-filter: grayscale(1);
  cursor: pointer;
  transition: all .5s ease;
}
.container1 img:hover{
  -webkit-filter: grayscale(0);
  
}

@keyframes rotation{
  from{
    transform: rotateY(0deg);
  }
  to{
    transform: rotateY(360deg);
  }
}
.animation-bg{
  background-image: url((img/animation-bg.jpg));
}

/* End Animation */
/* End IT page */
