@charset "utf-8";
/* CSS Document */

 
	body {
      font: 400 15px myfont;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
  font-family:'myfontb';
		font:normal;
      font-size: 30px;
      
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 10px;
  }  

.text {
      font:22px myfont;
	  font-weight:normal;
      line-height: 1.5;
      color: black;
	  text-align:justify;
  }
@font-face {
    font-family: myfont;
    src: url(miso-light.ttf);
}
@font-face {
    font-family: myfontb;
    src: url(miso-bold.ttf);
}
#myCarousel
{
    padding: 100px 0 0 0;
	width:100%
	 align:center;
	 
  }
  .container-fluid {
      padding: 100px 50px;
	  align:center;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
   .bg-white {
      background-color: #fff;
  }
  .bg-fotter {
      background-color: #f37021;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      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 {
  margin-top: 75px;
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .bottomtext {
	font-size: 30px;
	line-height: 1.375em;
	font-weight: normal;
	font-family: 'myfont';
	margin: 10px 0;
	padding: 0px 50px 75px 50px;
	color: #FFFFFF;
  }
  .servicetext {
      font-size: 15px;
      line-height: 1.375em;
      font-weight: bold;
      font-family:'myfont';
      margin: 5px 0;
	  padding: 0px 25px 10px 25px;
  }
    .sep {
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #f47a42;
	text-decoration: none;     
  }
     .sepmenu {
	  
	  margin-left:20px;
	 text-align:right;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #f47a42;
	text-decoration: none;     
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
 
  .navbar {
	  
	margin-bottom: 0;
	background-color: #FFFFFF;
	z-index: 9999;
	font-size: 20px !important;
	line-height: 1.42857 !important;
	letter-spacing: 2px;
	border-radius: 0;
	font-family: myfont;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 4px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #F58220;
	font-weight: bold;
	
  }
  .navbar li a, .navbar .navbar-brand {
	color: #000 !important;
	margin-top: 16px;
	text-align: center;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
	color: #f4511e !important;
	background-color: #fff !important;
	text-align: center;
  }
  .navbar-default .navbar-toggle {
	border-color: transparent;
	color: #000 !important;
	align:right;
  }
  .headingu{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F58220;
	height: 15px;
	
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: white;
  }

  .slide {
  align:center;
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      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;
    }
  }
   .hovereffect1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-top: -5px;
}
 .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
   margin-top: -5px;
}
.hovereffect1 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(38, 35, 2, 0.6);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  
}
.hovereffect1:hover .overlay {
	 background-color: rgba(255, 203, 0, .8);
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(255, 203, 0, .8);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(38, 35, 2, 0.6);
}

.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect1 img {
  display: block;
  position: relative;
}
.hovereffect1 h2 {
  text-transform: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 22px;
  margin-top:70px;
  padding: 10px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect1:hover h2 {
   padding: 10px;
}

.hovereffect h2 {
  text-transform: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 22px;
  margin-top:70px;
  padding: 10px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover h2 {
   padding: 10px;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  position:relative;
  
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 250px 250px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
 
}
.hovereffect1 a.info {
  display: inline-block;
  text-decoration: none;
  
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 250px 250px;
}

.hovereffect1:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect1 a.info:hover {
 
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}