@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,
	400italic,600,600italic,700,700italic,800,800italic|Droid+Sans:400,700|PT+Sans:400,
	400italic,700,700italic|Lato:400,100,100italic,300,300italic,400italic,700,700italic,
	900,900italic|Oswald:400,300,700|Droid+Serif:400,400italic,700,700italic|Roboto:400,
	100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Lora:
	400,400italic,700,700italic|Libre+Baskerville:400,400italic,700|Josefin+Slab:400,100,
	100italic,300,300italic,400italic,600,600italic,700,700italic|Arvo:400,400italic,700,
	700italic|Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic|Raleway:400,
	100,200,300,500,600,700,800,900|Source+Sans+Pro:400,200,200italic,300,300italic,
	400italic,600,600italic,700,700italic,900,900italic|Lobster|PT+Serif:400,400italic,
	700,700italic|Old+Standard+TT:400,400italic,700|Gravitas+One|Merriweather:400,300,
	300italic,400italic,700,700italic,900,900italic);

/*font-family: 'Open Sans', sans-serif;
  font-family: 'Droid Sans', sans-serif;
  font-family: 'PT Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Oswald', sans-serif;
  font-family: 'Droid Serif', serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Libre Baskerville', serif;
  font-family: 'Josefin Slab', serif;
  font-family: 'Arvo', serif;
  font-family: 'Ubuntu', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Lobster', cursive;
  font-family: 'PT Serif', serif;
  font-family: 'Old Standard TT', serif;
  font-family: 'Gravitas One', cursive;
  font-family: 'Merriweather', serif;
  IMP
  font-family: 'Open Sans', sans-serif; *****
  font-family: 'Droid Sans', sans-serif; *****
  font-family: 'PT Sans', sans-serif; *****
  font-family: 'Lato', sans-serif; *****
  font-family: 'Oswald', sans-serif; *****
  font-family: 'Source Sans Pro', sans-serif; *****  
  font-family: 'Roboto', sans-serif; *****
  font-family: 'Raleway', sans-serif; ***** */

  /*

    font-family: 'Open Sans Condensed', sans-serif;

    font-family: 'PT Sans Narrow', sans-serif;

    font-family: 'Archivo Narrow', sans-serif;

*/
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/
 
.map-container {
  width: 100%;
 
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
  pointer-events: auto;
}
#lgbx,
#lgbx_bcg { position: fixed }

#lgbx_bcg {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0,0,0,0.6)
}

#lgbx {
  background: #fff;
  padding: 5px;
  z-index: 55;
  top: 0;
  left: 0;
  border-radius: 4px;
}

#lgbx_close,
#lgbx_desc,
#lgbx_next,
#lgbx_prev {
  position: absolute;
  z-index: 56;
  //display: none
}

#lgbx_close {
  z-index: 56;
  right: 9px;
  top: 9px;
  cursor: pointer;
  width: 15px
}

#lgbx_desc {
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #FFF;
  padding: 5px 8px 1px;
  font-size: 12px
}

#lgbx_next,
#lgbx_prev {
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  height: 20px
}

#lgbx_next { right: 5px }

#lgbx_prev { left: 5px }

#lgbx img { 

margin-top: -3px;


 }

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight:300;
}



/*#aboutmid h1{
    font-size: 32px;
    position:relative; 
    padding:18px 5px; 
    border-bottom:1px solid #000; 
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#aboutmid h1:before {
    content:""; 
    display:block; 
    position:absolute; 
    //left:0; 
    bottom:5px; 
    width:100%; 
    height:3px;                          
    background:#000;
    margin: 0 auto;
}*/


/********************************/
/*          Main CSS     */
/********************************/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  font-size: 16px;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900,700);

html {
  font-size: 16px;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 55px 0 35px;
}

a {
  color: #ddd;
 // text-transform: capitalize;
  
  &:hover {
    color: #ccc;
    text-decoration:none;
  }
}

.carousel-inner { margin: auto; width: 100%; }
.carousel-control        { width:  4%; }
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
 
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin-top:-10px;
  margin-left: -10px;
  color: #444;
}

/*.carousel-inner {
  a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
  }
  img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
  }*/


@media (max-width: 767px) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }

}
@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px ) {
  
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(16.7%, 0, 0);
      transform: translate3d(16.7%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-16.7%, 0, 0);
      transform: translate3d(-16.7%, 0, 0);
  }
  
}



.fa.pull-left {
  margin-right: 20px;
  font-size: 14px;
  background-color:#4b473f;
  color: #fff;
  padding-top: 8px;
  text-align: center;
  width: 30px;
  height: 30px;
}

#first-slider .main-container {
  padding: 0;
}
#bannermid h3 {
color: #fff;
    font-size: 40px;
      text-transform: uppercase;
      font-weight:700;
}
#bannermid h4 {
  
  color: #fff;
    font-size: 22px;
      line-height: 30px;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3 #first-slider .slide6 h3{
    color: #fff;
    font-size: 22px;
      line-height: 30px;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4 #first-slider .slide5 h4, #first-slider .slide6 h4{
    color: #fff;
    font-size: 22px;
      line-height: 30px;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  //min-height: 583px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h1{
  animation-delay: 0.5s;
  font-size: 40px;
  font-weight: bold;
  color: white;
  font-family: "Oswald",sans-serif;
}
@media screen and (min-width: 1023px){
    
    #first-slider h1 span{
  margin-left: -60px;
} 
} 
#first-slider h4 {
  animation-delay: 1s;
  font-size: 22px;
}
#first-slider i {
  animation-delay: 1.5s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}
.navbar-nav > li > a {
  border-right: none;
}

.quoteone {

  width: 70px;
  margin-right: 20px;
  margin-top: -60px;
}
.quotetwo {
  
  width: 70px;
  margin-left: 20px;
  margin-bottom: -60px;
}
#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
             line-height: 30px;
}
@media screen and (max-width: 900px){
  #first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
             line-height: 40px;
}
}

@media screen and (max-width: 640px){
      
      #first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
             margin: 0px 42px;
             line-height: 30px;
}
.quoteone {

  width: 30px;
  margin-right: 20px;
  margin-top: -60px;
  margin: 0px 20px;
}
.quotetwo {
  
  width: 30px;
  margin-left: 20px;
  margin-bottom: -60px;
  margin: 0px 20px;
}
}
#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: gray;
  border:none;
  //border-radius: 0px;
}
#first-slider .carousel-indicators .active{
    width: 12px;
    height: 12px;
    background-color: #fff;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
/*#first-slider .slide1 {
    background-image: url(../images/slider/banner01.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(../images/slider/banner02.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(../images/slider/banner03.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(../images/slider/banner04.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide5 {
  background-image: url(../images/slider/banner05.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide6 {
  background-image: url(../images/slider/banner06.png);
      background-size: cover;
    background-repeat: no-repeat;
}

*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 640px){
      
}








.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider/banner01.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider/banner02.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider/banner03.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images/slider/banner04.jpg);
}
.fade-carousel .slides .slide-5 {
  background-image: url(../images/slider/banner05.jpg);
}
.fade-carousel .slides .slide-6 {
  background-image: url(../images/slider/banner06.jpg);
}*/
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

body,html {
	font-family: 'Archivo Narrow', sans-serif;
   
	color:#555;
	 font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    text-align: justify;
}
.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    padding: 10px;
    display: none;
    margin: 0;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-decoration: none;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 7px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: gray;
  color: #fff;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0.7;
}

#myBtn:hover {
  background-color: #e5a92e;
}
#toTop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}
.btn-primary {
  background-color: #0265ab;
}
.btn-primary :hover{
  background-color: #0265ab;
}
 #slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  //padding-top: 60%;
  margin: 0 auto;
  margin-left: 15px;
  width: 40px;
}
@media screen and (max-width: 992px){
#slider-control img {
  //padding-top: 70px;
  margin: 0 auto;
  width:auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
label {
  line-height: 36px;
}

.thumbnail {
    background-color: #f5f5f5;
    height: 200px;
    border-radius: 4px;
    text-align:center;
    border: 10px solid red;
}
.thumbnail:hover{
    //background-color: none;
    height: 200px;
     //border: 10px solid #0265ab;
   
}
.thumbnail h3{color: #fff;
  line-height: 35px;margin: 0px; 
  margin-top: 20px; 
  font-size: 18px; 
  font-family: 'Oswald', sans-serif;
  font-family: 'PT Sans', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  text-transform: uppercase;
 
}
.thumbnail h3 b{color: #fff;
  line-height: 35px;margin: 0px; 
  margin-top: 20px; 
  font-size: 35px; 
 
  font-family: 'Oswald', sans-serif;
  font-weight:600;
  text-transform: uppercase;
 
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
  z-index:2;
}
/*.shadow-depth-1{
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
.shadow-depth-2{
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
.shadow-depth-3{
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); 
  }
.shadow-depth-4{
   -webkit-box-shadow: 0 18px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 18px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 18px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  }  */
/*#toTop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  opacity: 0.7;
}*/
.zoom {
  
  overflow: hidden;
  height: 220px;
  max-height: 220px;
}
.zoom img {
  max-width: 100%;
  width: auto;
  height: 220px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.form-control {
  box-shadow: none;
  border: .5px solid #f5f5f5;
  border-radius: none;
}
label {
  font-weight: normal;
}
address {
  color: #777;
  font-size: 16px;
}
#container {
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  cursor: pointer;
}

#imgs {
  display: block;
  padding: 0;
  width: 300%;
}

#imgs li {
  padding-right: 5px;
  display: inline-block;
 *display:inline;
}

#imgs img {
 border:1px solid #d07412;
 margin-right: 20px;
}

.title {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #ddd;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
  float: left;
  margin-top: 20px;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
  font-size: 10px;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter {
  background-color:#33ccff;
  color: white;
  //border-radius: 5px;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin {
  background-color:#007bb7;
  color: white;
  //border-radius: 5px;
}
/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook {
  background-color:#3B5998;
  color: white;
  //border-radius: 5px;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  /*-moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;*/
  text-align:center;
  width: 30px;
  height: 30px;
  font-size:15px;
  //border: 1px solid gray;
  border-radius: 2px;
}
.social-circle li i {
  margin:0;
  line-height:30px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: white;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

#topbar a {
 background-color: transparent;
 color: white; 
 font-family:"Oswald",sans-serif;  
}

.glyphicon {
  color: #1e6e88;
}
.row{
	padding-left: 0px;
	padding-right: 0px;
}
.well-sm {
  padding: 5px;
}
#main {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#innner-container {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: auto;
	margin: 0 auto;

}
#topmid {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;

}





#topbar{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: white;
  border-top:10px solid #c3bbbb;
  //height: 50px;  
}
.bg-black {
  background-color: black; 
  opacity: 0.7; 
  padding:20px; 
  border-radius: 10px;
}
#topbarmid{
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  background-color: #000; 
}
#topbarmid h5{
  font-weight: bold;
  color: white;
  margin-top: 10px;
}
.social-circle span  i  {
  color: green;
}
#banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


#bannermid i{
	font-size: 60px;
  color:#e5a92e;
  //margin: 0px 20px;
}
#bannermid h3{
  font-size: 22px;
  color:white;
  line-height: 30px;
}
#bannermid h3 b{
  font-size: 30px;
  color:white;
  font-weight: 700;
}
#bannermid {
  max-width: 100%;
  height: auto;
  margin: 0 auto;

}

/*clients */
#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
  width: 10px;
}
#client .carousel-inner {
    width: 90%;
    margin: 0 auto;
    margin: 0px 5%;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/*clients */
#menu {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#menumid {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#about {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#aboutmid {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	//background-color: red;
}
#aboutmid p b{
  color: #777777;
  font-family: 'Archivo Narrow', sans-serif;
}

@media (min-width: 992px ) {
#ab {
    position: relative;
    min-height: 100px;
  }
  #ab-content {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#aboutmid img {
  
}
#aboutmid h1 {
	margin: 50px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#aboutmid h4 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight:400;
  font-size: 18px;
  line-height: 28px;
  color: black;
}
.ser-border {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 50px;
}

#services {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color:#e5a92e;
	margin: 30px 0px;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
#servicesmid {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#servicesmid b{
 color: #ef0c05;
}
#servicesmid h1{
	color: white;
	padding-top: 50px;  
  //font-family: 'Squada One', cursive;
  font-weight:400;
}
#servicesmid h4{
	color: #444;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 17px;
  text-align: center;
  margin-top: 30px;
	}
#servicesmid img {
	
  width: 100%;
  height: 100%;
	
}
#servicesmid p {
	color: #f5f5f5;
	margin: 0px 0px;
  
}
#product {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#productmid {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#gallery {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin: 30px 0px;
  //background-color: #c8c2c2;
}
#gallerymid {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#gallerymid .col-md-3{
  padding: 0px;
  margin: 0px;
}
.block-blue {
  height: 100%;
  min-height: 220px;
  height: 220px;
  
  background-color: #0265ab;
}

.person-detail {
    
    position: relative;
    transition: all 0.7s ease 0s;
}
.person-detail h3 {
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
}
.per {
    margin-top: 12%;
}
.style-2 {
    background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0));
    border: 0 none;
    height: 1px;
    width: 200px;}

.person-detail p {
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 //background-color:green;
 background-color:transparent;
  overflow: hidden;
  width: 0;
  height: 100%;

    border: 1px solid #c38d1a;

  //opacity: .5;
  transition: .5s ease;
}

.container:hover .overlay {
  width: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#gallerymid h1 {
  color: #000;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 600;

}
h1 {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight:300;

}
#gallerymid img {
  padding: 0px;
  width: 100%;
  height: 220px;
  transition:1s;
   max-height: 220px;
   overflow: hidden;
}

#gallerymid img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
  height: 220px;
  max-height: 220px;
  width: 100%;
  max-width: 100%;

}
 .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:500px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }
       ul {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
      ul li {     
          //list-style:none;
          margin-bottom:25px;           
      }
      ul li img {
          cursor: pointer;
      }
#testimonial {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: white;
	margin: 30px 0px;
}
#testimonialmid {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#testimonialmid h1 {
	color: #333;

}
#client {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 0px;
  padding-bottom: 50px;
}
#clientmid {
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
}
#clientmid h1 {
  color: black;
   font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#clientmid img {
  //width: 127px;
  border: 1px solid #f5f5f5;
  //padding: 10px;
  //margin: 50px;
}
#clientpage {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 0px;
  padding-bottom: 50px;
}
#clientpagemid {
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
}
#clientpagemid h1 {
  color: black;
   font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#clientpagemid img {
  width: 150px;
}
#contact {
	width: 100%;
	height: auto;
	margin: 0 auto;
	//background-color: #d7d7d7;
  //border-top:1px solid gray; 
  margin-top: 50px;
  padding-bottom: 10px;
  background-image: url(../images/world.jpg);
  background-repeat: repeat;
}
#contactmid {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#contactmid a{
  color: black;
}
#contactmid b{
  color: black;
  font-weight: bold;
}
#contactmid a:hover{
  color: black;
}
#contactmid h1 {
  color: #333;
   font-family: 'Oswald', sans-serif;
  font-weight:400;
  margin-bottom: 20px;
}
#contactmid strong {
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
}
#footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: black;
	padding: 15px 0px;
}
#footermid {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#contactmid h2{
 color: #333;
}
#footermid p{
	color: white;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
#footermid a{
	color: white;
}
#footermid a:hover{
	color: white;
}
h1{
	color: #000;
  margin: 50px 0px;
  font-weight: 400;
  margin-top: 0px;

	
}

section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: auto;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
.gellary_bg_none img{
  width: 100%;
  height: 250px;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Archivo Narrow', sans-serif;
    //text-transform: uppercase;
    //font-weight: 700;
    color: #c4c4c4;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Archivo Narrow', sans-serif;
    //text-transform: uppercase;
    //font-weight: 700;
    color: #c4c4c4;
}
section#contact :-ms-input-placeholder {
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  //margin-top: -40px;
  display: block;
}

#topmid a  {
 margin: 0px;
 padding: 0px;
 color: gray;
 font-family: 'Archivo Narrow', sans-serif;
}
#topmid a:hover  {
 margin: 0px;
 padding: 0px;
}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    right: 10px;
}
#top-link-block.affix {
    bottom: 10px;
    right: 10px;

}
.affix {
    position: fixed;
}




#team {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color:white;
  margin: 30px 0px;
  padding-bottom: 30px;
}
#teammid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
#teammid h1{
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight:400;

}
#teammid h3{
  color: white;
  //font-weight: bold;
  }
#teammid img {
  margin: 30px 0px;
  border:4px solid #f5f5f5
}
#teammid p {
  color: #555;
  margin: 30px 0px;
  
  text-align: justify;
}
 .img-quadrata {
       border-radius:50%;
       width:250px;
       height:250px;
       background-color: white;
}

#teammid h3{
    	font-weight:800;
        color:white;
        font-size:2em;	
}
#teammid small{
		text-align:center;
        //font-size:1.5em; 
        text-decoration:underline;
        color:gray;
}

/*slider*/

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 500px;
}
.fade-carousel .carousel-inner .item {
    height: 500px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    opacity: .7;
    border-radius: 0px;
    border:none;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #e5a92e;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: white;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 2;
    //background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider/banner01.jpg); 
 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider/banner02.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider/banner03.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}


/*slider end*/

/*section {
    padding-top: 100px;
    padding-bottom: 100px;
}*/

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #0085ae;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
#myCarousel .thumbnail {
  margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
  background-image:none !important;
}
.carousel-control {
  color:#fff;
  //top:40%;
  color:#428BCA;
  bottom:auto;
  padding-top:4px;
  width:30px;
  height:30px;
  text-shadow:none;
  opacity:1;
  font-size: 18px;
}
.carousel-control:hover {
  color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
  background-image:none !important;
}
.carousel-control.right {
  left:auto;
  right:0px;
}
.carousel-control.left {
  right:auto;
  left:0px;
}

.thumbnail {
  border: none;
}
.pad {
  padding:0px 30px;
}
.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

button {
  background-color: #e5a92e;
  color: white;
}

#about {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#aboutmid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  //background-color: red;
}
#aboutmid p{
  text-align: justify;
  font-family: 'Archivo Narrow', sans-serif;
}
#aboutmid p b{
  color: #000;
  font-size: 18px;
 
}
#aboutmid img {
  //height: 200px;
  //width: 200px;
  //margin: 20px 0px;
  border: 2px solid gray;
}
#aboutmid h1 {
  margin: 30px 0px;
  margin-top: 10px;
  font-family: 'Arimo', sans-serif;
  font-family: "Oswald",sans-serif;
  font-weight:400;
  text-align: center;
  color: #555;
}
#aboutmid h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  color: black;
  font-weight: bold;
}
#aboutmid ul {
  margin-left: 20px;
  list-style-type: square;
}
/*address {
  color: white;
}*/


#aboutpage {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#aboutpagemid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  //background-color: red;
}
#aboutpagemid p{
  text-align: left;

}
#aboutpagemid p b{
  color: #000;
  font-size: 18px;
 
}
#aboutpagemid img {
  //height: 200px;
  //width: 200px;
  //margin: 20px 0px;
  border: 2px solid gray;
}
#aboutpagemid h1 {
  margin: 30px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#aboutpagemid h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  color: black;
  font-weight: bold;
}
#aboutpagemid ul {
  margin-left: 20px;
  list-style-type: square;
}
#servicepage {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#servicepagemid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  //background-color: red;
}
#servicepagemid p{
  text-align: justify;
}
#servicepagemid p b{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;

}
#servicepagemid h3{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}
#servicepagemid h3 b{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
}
#servicepagemid a{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
}
#servicepagemid a:hover{
  color: #0265ab;
  
}
#servicepagemid img {
  //height: 200px;
  //width: 200px;
  //margin: 20px 0px;
  border: 2px solid #0265ab;
}
#servicepagemid h1 {
  margin: 30px 0px;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight:600;
}
#servicepagemid h3 {
  font-family: 'Archivo Narrow', sans-serif;
}
#servicepagemid ul {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  color: #333;
  list-style: square;
  margin-left: 20px;
  font-weight: bold;
}

#designpage {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#designpagemid {
  //max-width: 1200px;
  height: auto;
  margin: 0 auto;
  //background-color: red;
}
#designpagemid p{
  text-align: justify;
}
#designpagemid p b{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
}
#designpagemid img {
  //height: 200px;
  //width: 200px;
  //margin: 20px 0px;
  border: 2px solid #eaeff4;
}
#designpagemid h1 {
  margin: 30px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#designpagemid h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  margin-left: 15px;
  //padding-top: 30px;
}
#designpagemid ul {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  color: #333;
  list-style: square;
  margin-left: 20px;
  font-weight: bold;
}

#technicalpage {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#technicalpagemid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  //background-color: red;
}
#technicalpagemid p{
  text-align: justify;
}
#technicalpagemid p b{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
}
#technicalpagemid img {
  //height: 200px;
  //width: 200px;
  //margin: 20px 0px;
  border: 2px solid #0265ab;
}
#technicalpagemid h1 {
  margin: 30px 0px;
   font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#technicalpagemid h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
}
#technicalpagemid ul {
  
  font-size: 18px;
  color: gray;
  list-style-image: url(../images/list-icon.jpg);
  margin-left: 15px;
  color:#555; 
  text-align: justify;
}

#cadcampage {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#cadcampagemid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  //background-color: red;
}
#cadcampagemid p{
  text-align: justify;
}
#cadcampagemid p b{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
}
#cadcampagemid img {
  //height: 200px;
  //width: 200px;
  //margin: 20px 0px;
  border: 2px solid #eaeff4;
}
#cadcampagemid h1 {
  margin: 30px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#cadcampagemid h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
}
#cadcampagemid ul {
  
  font-size: 18px;
  color: gray;
  list-style-image: url(../images/list-icon.jpg);
  margin-left: 20px;
  
  text-align: justify;
}

#axispage {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#axispagemid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  //background-color: red;
}
#axispagemid p{
  text-align: justify;
}
#axispagemid p b{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px;
  margin: 15px 0px;
}
#axispagemid img {
  //height: 200px;
  //width: 200px;
  //margin: 20px 0px;
  border: 2px solid #eaeff4;
}
#axispagemid h1 {
  margin: 30px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#axispagemid h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
}
#axispagemid ul {
  
  font-size: 18px;
  color: #555;
  list-style-image: url(../images/list-icon.jpg);
  margin-left: 20px;
  text-align: justify;
}

#contactpage {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  //border-top:1px solid gray; 
  padding: 50px 0px;
  
  background-repeat: repeat;
}
#contactpagemid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
#contactpagemid a{
 color: #333;
}
#contactpagemid a:hover{
 color: #333;
}
#contactpagemid h1 {
  color: #333;
   font-family: 'Oswald', sans-serif;
  font-weight:300;
}
#contactpagemid strong {
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
}

#clientpage {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  //border-top:1px solid gray; 
  padding: 50px 0px;
  
  background-repeat: repeat;
}
#clientpagemid {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
#clientpagemid img{
  width: 150px;
  border: 2px solid #f5f5f5;
}
#clientpagemid h1 {
  color: #333;
   font-family: 'Oswald', sans-serif;
  font-weight:400;
}
#clientpagemid strong {
  color: #333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
}
#clientpagemid ul {
 
  font-size: 18px;
  color: #555;
  list-style-image: url(../images/list-icon.jpg);
  margin-left: 20px;
  text-align: justify;

}



/*menu*/
* { box-sizing: border-box; }



#site-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

main {
 *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

main:before, main:after {
  content: '';
  display: table;
}

main:after { clear: both; }

/* Navbar Menu Component */

.menu {
  width: 300px;
  height: 100%;
  background: #333;
  position: fixed;
  top: 0;
  right: -300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  z-index: 10;
}

.menu.show-nav {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px) tranlateZ(0);
  -ms-transform: translateX(-300px) tranlateZ(0);
  transform: translateX(-300px) tranlateZ(0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu ul li {
  position: relative;
  list-style: none;
  width: 60%;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  border-top: 1px solid #333;
  
  
}
.menu ul li ul {
  position: relative;
  list-style: none;
  width: 60%;
  margin: 0 auto;
  
  text-align: center;
  border-top: 1px solid #333;
  
  font-size: 14px;
  padding-left: 20px;

}
.menu ul li ul li {
  position: relative;
  list-style: none;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #333;
  
  font-size: 14px;

}

.menu ul li:first-child {
  margin-top: 20px;
  border: 0;
  box-shadow: none;
}

.menu ul li a {
  position: relative;
  font-weight: 300;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f38b00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.no-touch .menu ul li a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.menu ul li ul a {
  position: relative;
  font-weight: 300;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  color: #ff9000;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 12px;
  text-align: left;
}

.menu ul li ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f38b00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}
.menu p {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 86%;
  left: 20px;
  font-size: 0.875em;
  text-align: center;
}

.menu p a {
  color: rgba(243, 139, 0, 0.6);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu p a:hover {
  color: #f38b00;
  text-decoration: underline;
}

.nav-toggle {
  position: fixed;
  margin-bottom: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.4s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  z-index: 11;
}

.nav-toggle span {
  color: #4c4c4c;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  font-size: 18px;
  margin-left: 120px;
}

.no-touch .nav-toggle span:hover { color: black; }

.nav-toggle span.fa-times { color: #fff; }

.nav-toggle span.fa-times:hover { color: #fff; }

.nav-toggle.show-nav {
  /*top: 12px;
  right: 12px;*/
}
<!---------------Menu css---------------------------------------------------------------------------------------------->
#cssmenu {
  position: relative;
  height: 44px;
 // background: #2b2f3a;
  width: auto;
  font-family: 'Archivo Narrow', sans-serif;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  //background: #2b2f3a;
  width: 100%;
  z-index: 500;

}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;

}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;

}
#cssmenu.align-center ul ul {
  text-align: left;
max-height: 135px;
    overflow-y: auto;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: 'Archivo Narrow', sans-serif;
  text-decoration: none;
}

#cssmenu > ul > li > a {
  font-size: 14px;
  //font-weight: bold;
  padding: 10px 10px;
  color: gray;
 // text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  border-bottom:2px solid transparent;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight:400;
  letter-spacing: 0.6px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: white;
  border-bottom:2px solid #a9770c;
  background-color:transparent;
  padding: 10px 10px;
  background-color: #e5a92e;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
 // border: 5px solid transparent;
  //border-top-color: red;
}
#cssmenu > ul > li:hover::after {
  border-top-color: red;
}
#indicatorContainer {
/* position: absolute;
 height: 12px;
 width: 50%;
 bottom: 0px;
 overflow: hidden;
 z-index: -1;*/
}
#pIndicator {
  /*position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;*/
}
#cIndicator {
 /* position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;*/
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  border: 1px solid #CCCCCC;
  margin-top: -12px;

}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
  
}
@media only screen and (min-width: 801px){
  #cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
  margin-left: -160.5%;
}
}
#cssmenu ul ul li {
  position: relative;
   margin-bottom: 0px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 54px;
  opacity: 1;
}

#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
width:289px;
 line-height:20px;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 13px;
  font-size: 14px;
  color: #333;
  background: #ffffff;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  text-align: left;
  border-left:2px solid white;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight:400;
  letter-spacing: 0.6px;

}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #D7D7D7;
  color: black;
  border-left:2px solid #0265ab;
  line-height:20px;
  padding: 5px 13px;

}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
 // border: 6px solid transparent;
  width: 0;
  height: 0;
  //border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
  height: 200px;

}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 2px solid transparent;
  border-left-color: red;
  right: 10px;
  top: 12px;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition: -webkit-transform 1s ease, right 1s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: red;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
 // border-right-color: #ffffff;
  //border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.navbar-nav > li > a{
  border-right:0; 
}


@media only screen and (max-width: 600px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    width: 100%;
    //position: relative;
    height: auto;
    //background-color: red;
    min-width: 100%;

  }

  #cssmenu ul ul {
    width: 80%;
    //position: absolute;
    height: auto;
    background-color:white;
    height: 30px;

  }
  #cssmenu ul ul > li>{
   font-weight: bold;

  }
  #cssmenu ul ul > li> ul{
    width: 100%;
    //position: relative;
    height: auto;
    background-color: white;
    margin-left: -70%;
    color: black;
    height: 0px;
    top: 0px;

  }
   #cssmenu ul ul > li:hover > ul{
    width: 100%;
    //position: relative;
    height: auto;
    background-color: white;
    margin-left: -70%;
    color: red;
  }

  #cssmenu ul .has-sub::after {
    display: none;
    height: 100px;
    //overflow: scroll;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
    color: black;
    font-weight: bold;
  }
  #cssmenu ul ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
    color: black;
    font-weight: normal;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background:white;
    color: black;
    width: 100%;

  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
    width: 100%;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
    width: 280px;
    margin: 15px 0px;
    margin-top: 25px;
    background-color: #f5f5f5;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #000;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
    font-weight: bold;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    //position: absolute;
    height: 3px;
    width: 22px;
    //border-top: 2px solid #7a8189;
    //border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    //position: absolute;
    height: 3px;
    width: 22px;
    //border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}
