﻿ @font-face {
    font-family: myFirstFont;
    src: url(../bootstrap/Roboto-Thin.ttf);
 
} 
 


body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #192628;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: #192628 ; 
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
  }
  .paddingg{
	   padding-bottom:2em;
		padding-top:12em;
  }

  
  .container-fluid {
      padding: 60px 50px;
  }
  .bg-grey {
      background-color: #ebebeb;
  }
  .logo-small {
      color: #192628;
      font-size: 50px;
  }
  .logo {
      color: #192628;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #192628;
  }
  .carousel-indicators li.active {
      background-color: #192628;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #192628; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #192628;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #192628 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #192628;
      color: #fff;
  }
  
 
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;	
      animation-duration: 1s;	
      -webkit-animation-duration: 1s;
      visibility: visible;			
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }



  .footerr{
	min-height:100px;
	height:auto;
	width:100%;
	background-color:#090e0e;
	padding:1em 1em 1em 1em;
}
 
.size{
	font-size:1.5em;
}

  .footerr a{
	  color:#aaa;
  }

    .footerr a:hover{
	  color:#fff;
  }

	     .footerr p{
	  color:#fff;
  }

/********************* SERVICE*/



.whatwedotitlee{
	font-family: myFirstFont;
	margin: 0; 
	padding: 0; 
	font-size: 2em;
	text-align: center; 
	color:#192628;
	text-align:start; 
	
}

.whatwedotitlee hr{
	color:#f4511e;
}


 

.iconheader{
	 border-right: 1px solid gray;
    margin-right: -1px;
	width:100px;
	height:92px; 
}
 
 
  .box {
  margin: 40px auto;
  min-height: 40px;
  width: auto;
  
}

  .box2 {
  margin: 40px  ;
  min-height: 40px;
  width: auto;
  
}
.nevipanel a {
  color: #192628;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /* transition:.3s ease; */
  width: auto;
}
.nevipanel a i {
  margin-left: 15px;
}
 
.nevipanel a::after {
  top: 0px;
}
.nevipanel a::before {
  bottom: 0px;
}
	
.btn-2 i {
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.btn-2:hover i {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.btn-2:hover::after, .btn-2:hover::before {
  width: calc(100% - 30px);
}
 

.btn-3 i {
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.btn-3:hover i {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.btn-3:hover::after, .btn-2:hover::before {
  width: calc(100% - 30px);
}

 
.stage {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 10px;
 
  -webkit-perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
}

  
 

 
 
/* EYE STYLING */

.eye {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left:110px;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle at 50% 40%, #fcfcfc, #efeff1 66%, #9b5050 100%);
} 

 

.iris {
  width: 40%;
  height: 40%;
  margin: 30%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #208ab4 0%, #6fbfff 30%, #4381b2 100%);
  transform: translateX(68px) translateY(-60px) skewX(15deg) skewY(2deg);
  position: absolute;
  animation: move-eye-skew 5s ease-out infinite;
}

.iris:before {
  content: "";
  display: block;
  position: absolute;
  width: 37.5%;
  height: 37.5%;
  border-radius: 100%;
  top: 31.25%;
  left: 31.25%;
  background: black;
}

.iris:after {
  content: "";
  display: block;
  position: absolute;
  width: 31.25%;
  height: 31.25%;
  border-radius: 100%;
  top: 18.75%;
  left: 18.75%;
  background: rgba(255, 255, 255, 0.2);
}

/* EYE ANIMATION KEYFRAMES */

@keyframes move-eye-skew {
  0% { transform: none; }
  20% { transform: translateX(-10px) translateY(30px) skewX(15deg) skewX(-10deg) scale(0.95);}
  25%, 44% { transform: none; }
  50%, 60% { transform: translateX(10px) translateY(-30px) skewX(5deg) skewY(2deg) scaleX(0.95);}
  66%, 100% { transform: none; }
} 

 