@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&subset=latin-ext');
body {
  font-family: 'Titillium Web', sans-serif;
  /*font-size: 14px;*/
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300 }
*,
*:focus { outline: none !important }
a { color: #2d2d2d }
a:hover,
a:focus {
  color: #0c86b6;
  text-decoration: none;
}
.hiding { opacity: 0 }
.showing { opacity: 1 }
.img-rounded {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.btn {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;
}
.btn-blue {
  color: #fff;
  background-color: #0093cf;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #212025;
}
.btn-green {
  color: #fff;
  background-color: rgba(252, 80, 0, 1);
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background-color: #212025;
}
.btn-dark {
  color: #fff;
  background-color: #212025;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #212025;
}
.loader {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/fading-line.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#navbar-top { min-height: 1px;background: #212025; }
.navbar-default {
  margin-bottom: 0;
  background-color: #212025;
  border-top: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
	border-color:#353535;	
}
.navbar-default .navbar-brand {
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  text-transform: uppercase;
  	
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #333 }
.navbar-default.affix {
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	#background:none;
}
.navbar-default .dropdown-menu {
    background-color: #212025;
}

.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > .active > a, .navbar-default .dropdown-menu > .active > a:hover {
    background-color: #EC4C02;
}

.navbar-default .navbar-nav > li > a:hover {
    color:none !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #EC4C02;
    background-color: #212025;
}

.page { overflow: hidden }
.page .content { padding: 60px 0 }
.page .content.cover { padding: 240px 0 }
.page .heading h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page .border {
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background-color: rgba(252, 80, 0, 1);
}
.page .heading p { margin: 20px auto 0 }
#home {
  padding: 0;
  color: #fff;
  /*background-image: url(../img/cover/top.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: #2E2F34;
}
#home h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
}
#home a { margin: 0 5px }
#home h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
#services {
  background-color: #2E2F34;
  background: url(../img/cover/bg.jpg) top center;		
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #212025;		

  border-bottom: solid 1px #2d2e33;
  border-top: solid #212025 3px;
}
#services .service i { margin-top: 60px }
#services .service:hover i {color: rgba(252, 80, 0, 1) }

.navbar-default .navbar-nav > .active > a,a,#portfolio .filters li a.active {
	color: rgba(252, 80, 0, 1);
}

#services a:hover{color:#fff;}

.btn-blue{background-color: rgba(252, 80, 0, 1);}
#work .heading p { margin-bottom: 60px }
#portfolio { width: 100% }
#portfolio .filters { margin-bottom: 20px }
#portfolio .filters li a {
  border:1px #dfdfdf solid;
  font-weight: 600;
  text-transform: uppercase;
  color:#888;
  padding:5px 12px 5px 12px;
   		

}
#portfolio .filters li a:hover,
#portfolio .filters li a:focus { color: #333;background: #fff; }
#portfolio .filters li a.active { color: rgba(252, 80, 0, 1)  }
#portfolio .items { margin-bottom: 0 }
#portfolio .items li {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
  height:160px;
  
}


#portfolio .filters li {
  
  line-height:35px;
}


#portfolio .items li a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#portfolio .items li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
  opacity: 0;
}
#portfolio .items li a .overlay span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
#portfolio .items li a:hover .overlay { opacity: 1 }
#portfolio .items li a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#clients {
  color: #fff;
  background-color: #2E2F34;
}
#testimonials .item { margin-bottom: 30px }
#testimonials .quote {
  padding: 0 90px;
  font-size: 16px;
}
#testimonials .quote:before {
  margin-right: 10px;
  font-family: fontawesome;
  content: '\f10d';
}
#testimonials .client { color: #ccc }
#testimonials .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-color: #a6a6a6;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
}
#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators li:focus { border-color: #fff }
#testimonials .carousel-indicators .active {
  width: 9px;
  height: 9px;
  margin: 1px;
  background-color: rgba(252, 80, 0, 1);
  border-color: #fff;
}
#testimonials .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  /*display:none;	*/
}
#testimonials .carousel-control {
  top: 15%;
  width: 0%;
  display: none;
  font-size: 40px;
  background-image: none;
  text-shadow: none;
}
#about .content { padding-bottom: 0 }
#about .teammate { margin-top: 60px }
#about .teammate .bio { padding-top: 10px }
#about .teammate .photo-rounded {
  overflow: hidden;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}     
#about .teammate .photo-rounded img {
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
#about .teammate:hover .photo-rounded img,
#about .teammate:focus .photo-rounded img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#about .teammate .bio .border {
  height: 1px;
  margin: 15px auto;
}
#about .teammate .bio ul {
  margin-bottom: 0;
  font-size: 16px;
}
#about .teammate .bio a { color: #666 }
#about .teammate .bio a:hover,
#about .teammate .bio a:focus { color: #222 }
#about .twitter {
  padding: 20px 0;
  margin-top: 60px;
  background-color: #f5f5f5;
  border-top: solid 1px #e7e7e7;
}
#about .twitter p { margin-bottom: 0 }
#about .twitter i {
  margin-bottom: 10px;
  color: #00aced;
}


#about .facebook {
  padding: 20px 0;
  margin-top: 60px;
  background-color: #f5f5f5;
  border-top: solid 1px #e7e7e7;
}
#about .facebook p { margin-bottom: 0 }
#about .facebook i {
  margin-bottom: 10px;
  color: rgba(90, 110, 195, 1);
}


#contact {
  background: url(../img/cover/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
   background-color: #212025;	
   padding-bottom: 40px;
   padding-top: 40px;
}
#contact,
#contact a,
#contact a:hover,
#contact a:focus { color: #fff }
#contact .heading .border { background-color: #fff }
#contact a { display: block }
#contact i { margin: 60px 0 15px }
#footer {
  padding: 40px 0;
  color: #ccc;
  text-align: center;
  background-color: ##212025;
}
#footer a,
#footer a:hover,
#footer a:focus { color: #aaa }
#footer .social { margin-bottom: 20px }
#footer .social li .facebook:hover,
#footer .social li .facebook:focus { color: #3b5998 }
#footer .social li .twitter:hover,
#footer .social li .twitter:focus { color: #00aced }
#footer .social li .google-plus:hover,
#footer .social li .google-plus:focus { color: #d34836 }
#footer .social li .dribbble:hover,
#footer .social li .dribbble:focus { color: #ea4c89 }
#footer .copyright { margin-bottom: 0 }

#topcarusel .item { margin-bottom: 30px }
#topcarusel .quote {
  padding: 0 90px;
  font-size: 16px;
}
#topcarusel .quote:before {
  margin-right: 10px;
  font-family: fontawesome;
  content: '\f10d';
}
#topcarusel .client { color: #ccc }
#topcarusel .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-color: #a6a6a6;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
}
#topcarusel .carousel-indicators li:hover,
#topcarusel .carousel-indicators li:focus { border-color: #fff }
#topcarusel .carousel-indicators .active {
  width: 9px;
  height: 9px;
  margin: 1px;
  background-color: rgba(252, 80, 0, 1);
  border-color: #fff;
}
#topcarusel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  display:none;	
}
#topcarusel .carousel-control {
  top: 15%;
  width: 0%;
  display: none;
  font-size: 40px;
  background-image: none;
  text-shadow: none;
}

.dropdown-menu > li > a {
    
    color: #787878 !important;
   
}

.dropdown-menu > li > a:hover {
    
    color: #fff !important;
   
}
.navbar {
   
    min-height: 30px !important;
    
}

#topcarusel .carousel-control.right { display:block;right: 10px ;margin-top:50px;}
#topcarusel .carousel-control.left { display:block;right: 10px;margin-top:50px; }


/* Responsive style */
@media screen and (max-width: 1024px) { 
  #testimonials .carousel-control { display: block }
}
@media screen and (max-width: 991px) { 
  #portfolio .items li { width: 50% }
  #testimonials .quote { padding: 0 70px }
}


@media (max-width: 767px) { 
  .page .content.cover { padding: 160px 0 }
  #testimonials .quote { padding: 0 50px }
  #testimonials .carousel-control.right { right: 10px }
  #topcarusel .quote { padding: 0 50px }
  #topcarusel .carousel-control.right { right: 10px }	
	
}
@media (max-width: 480px) { 
  .page .content.cover { padding: 80px 0 }
  #portfolio .items li { width: 100% }
  #testimonials .quote { padding: 0 30px }
  #topcarusel .quote { padding: 0 30px }	
}


a:hover{color:#333}
ul .no-markers {list-style-type:none;}


.breadcrumb {background:none;border:none;}
.syl-line {margin-bottom:50px;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #FFF;
    background-color: #FC5000;
    border-color: transparent;
    cursor: default;
}

.pl-cont{

	z-index:100;display:none;position:fixed;top: 50%;left: 50%;margin-left:-360px;margin-top:-240px;padding:40px;background:rgba(0,0,0,0.2);color:#fff;


}


@media (max-width: 767px) { 

	.pl-cont{
		z-index:100;display:none;position:fixed;top: 50%;left: 0%;margin-left:0px;margin-top:-130px;padding:15px;background:rgba(0,0,0,0.2);color:#fff;padding-top:30px;
	}
}

.ff-img {max-width: 640px;border:0px #efefef solid;}

.ff-play{position:absolute;z-index:10;top:50%;left:50%;margin-top:-25px;margin-left:-25px;

		height:70px;width:70px;
		 -webkit-border-radius: 35px;
    	-moz-border-radius: 35px;
   		 border-radius: 35px; 
		 background:#fff;
		padding-top:5px;
		/*border:5px #ddd dashed;*/

}
.ff-play-cnt{position:relative;}


@media (max-width: 767px) { 
	.ff-img {max-width: 100%;}
	
}

.ff-ref {line-height:20px;}
.ff-ref span{font-size:14px;color:#aaa !important}

.ff-ref-box {height:220px;}

#player-box{position:relative;}
#overlay{position:absolute;top:0px;left:0px;}

@media screen and (max-width: 1024px) { 
  #overlay h1 { font-size:24px; margin-top:-10px;}
  #overlay .container {dispaly:none;}	
}

.syl-cont {padding:10px;}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

.fileDown {float:left;margin-right:15px;width:550px;min-height:100px; }

.fileDown .file_desc_pdf { color:#333;text-transform: uppercase;}

.ff_ico {float:left;}

.bt-links {left:50%;margin-left:-250px;width:500px;margin-top: -250px;position:absolute;z-index: 100;}

@media (max-width: 1200px) { 

  .fileDown {float:left;margin-right:15px;width:100%;min-height:100px;margin-left: auto;margin-right: auto; }

  .fileDown .file_desc_pdf { color:#333;text-transform: uppercase;}

  .ff_ico {margin-left: auto;margin-right: auto;padding: 15px;float:none;}

}

@media (max-width: 860px) {
  .bt-links{position: relative;width:100%;margin:0px;left:0px;}
  .nomobile{width:100%;float:none !important;}
  .mute-video{margin-top: 30px;}
 } 

.mute-video {
    background:#FC5000 url(http://cdn.flaticon.com/png/64/60750.png) no-repeat center;
    background-size:16px;
    border:0;
    width:32px;
    height:32px;
    text-indent:-999px;
}
.unmute-video {
    background:#FC5000 url(http://cdn.flaticon.com/png/64/498.png) no-repeat center;
    background-size:16px;
}

.facebook_logo{
  position:fixed;top:160px;right:0px;background:#fff;padding:5px;z-index:9999;padding-right:5px;
}

.yt_logo{
  position:fixed;top:225px;right:0px;background:#fff;padding:5px;z-index:9999;padding-right:5px;
}
.br_logo{
  position:fixed;top:290px;right:0px;background:#fff;padding:5px;z-index:9999;padding-right:5px;
}

.kal_logo{
  position:fixed;top:355px;right:0px;background:#fff;padding:5px;z-index:9999;padding-right:5px;
}

.event_logo{
  position:fixed;top:420px;right:0px;background:#fff;padding:5px;z-index:9999;padding-right:5px;
}


@media (max-width: 767px) { 
    .facebook_logo{ display: none;}
    .yt_logo{ display: none;} 

 } 

.sec_logosy{background:#212025;padding: 30px;}

.logoff{position: absolute;left:0;z-index: 19;top:300px;padding: 20px;width: 100%}

@media (max-width: 992px) { 

  .logoff{position: relative;top:0px;left:0;margin-left:auto;margin-right: auto;margin-top: 0px;background: #212025;padding: 20px;}
} 
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

#carousel-id .carousel-indicators li {
    
    border-color: #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
}

#carousel-id .carousel-indicators .active {
    
    background-color: rgba(252, 80, 0, 1);
    border-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom:10%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /*background: rgba(0,0,0,0.4);
    height: 180px;*/
}

#carousel-id img {
  width: 100%;
  background:#2E2F34 !important;

}

@media (max-width: 992px){
  #carousel-id .carousel-inner {
    
    background:#2E2F34 !important;

  }

}

@media (max-width: 767px) { 
    .carousel-caption {
      position: relative;
      right: 0;
      bottom:10%;
      left: 0;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
      background: #2E2F34;
      margin-bottom: 20px;
      
  }

  .carousel-caption h1{
    font-size: 18px !important;
    margin-bottom: 5px !important;
    color: #FC5000;
  }
  .carousel-caption p{
    font-size: 10px;
  }
}

.dropdown-menu > li > a {
   
    color: #eee !important;
   }

   .navbar-default .navbar-nav > li > a {
    color: #eee;
}

.onlymobile{
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;

}


@media (max-width: 992px){
  .onlymobile{
   display: block;
  }

}