@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-regular-webfont.woff2') format('woff2'),  url('../fonts/lato-regular-webfont.woff') format('woff'),  url('../fonts/lato-regular-webfont.ttf') format('truetype'),  url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-light-webfont.eot');
	src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-light-webfont.woff2') format('woff2'),  url('../fonts/lato-light-webfont.woff') format('woff'),  url('../fonts/lato-light-webfont.ttf') format('truetype'),  url('../fonts/lato-light-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	font-family: 'latolight';
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color:#000;
}


a {
	color: #000000;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
a:hover {
	color: #d92d27;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}



.row {
	padding: 25px 0
}

.row-up {
	padding: 25px 0 0 0
}

.row-down {
	padding: 0 0 25px 0
}

.btn {
	border: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-transform: uppercase
}
.btn i {
	margin-right: 10px
}
.btn-common {
	background: #d92d27;
	color: #fff
}
.btn-common:hover {
	background: #000000;
	color: #fff
}
.btn-border, .btn-common-white:hover {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff
}
.btn-common-white, .btn-border:hover {
	background: #fff;
	color: #444;
	border: 1px solid #fff
}


#carousel-area {
	overflow: hidden;
	background: #000;
}
#carousel-area .carousel-inner:before {/* background-color: rgba(44,62,80,.8);*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	z-index: 9
}

#carousel-area .item {
	background:no-repeat;
	  background-size:contain;
	  max-height:630px;
	  top:90px;
}


.carousel-indicators {
    bottom: 5px;
}



.navbar {
	margin-bottom: 0
}
.navbar li {
	color: #d1d1d1
}
.navbar-default {
	border-radius: 0;
	background-color: #000;
}
.navbar-default .navbar-brand {
	padding: 0;
	margin: 0
}
.navbar-default .navbar-nav li a{
	font-size: 14px;
	font-family: 'latoregular';
	padding: 0 0 5px;
	text-transform: uppercase;
	margin: 40px 10px;
	outline: 0;
}

.navbar-default .navbar-nav li a:hover{
	font-size: 15px;
	font-family: 'latoregular';
	
}

.navbar-default .navbar-nav>li>a:hover:after {
	width: 100%;


}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus .current {
	background: 0 0;
	padding-bottom: 5px;
	color: #d92d27;
}
.navbar-default .navbar-brand {
	padding: 15px 0;
	float: left;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #000000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #000;
}
.navbar-nav>li>.dropdown-menu li a{
	margin:0;
	padding:10px;
}
.navbar-nav>li>.dropdown-menu li a:hover{
	color:#000000;
	background:#ccc;
	text-decoration:none;
}

.affix.navbar-default {
	background: #000;
}
.affix {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.affix .navbar-brand img {
	width: 100%
}
.affix .navbar-nav li a{
	margin:35px 10px;
}
.affix .to-top a, .affix .to-bottom a {
	line-height: 56px;
	padding: 20px
}
.navbar .to-top, .navbar .to-bottom {
	display: none
}
.affix-top .to-bottom {
	display: block!important
}
.affix .to-top {
	display: block!important
}
.to-top, .to-bottom {
	list-style: none
}
.to-top a, .to-bottom a {
	padding: 26px 22px;
	line-height: 104px;
	outline: 0;
	color: #1e1e1e
}
#slider, #contact, #services, #clients {
	color: #ffffff;
	background-color:#ffffff;
}
#slider .section-title {
	line-height: 50px
}






/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
#fea .container {
	background-color:#000;
}

#fea .container1 {
	background-color:#fff;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

#fea .services-intro {
	padding-bottom: 0px;	
}


#fea .services-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 38px;
	background-size:contain;
	padding-bottom:15px;
	margin-top: 40px;
}

#fea .services-intro h3 {
	color: #000000;
	font-size: 20px;
}
#fea p {
	margin:0 0 0px;
}


#menu-intro .container {
	background-color:#000;
}

#menu-intro .container1 {
	background-color:#fff;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

#menu-intro .services-intro {
	padding-bottom: 0px;	
}


#menu-intro .services-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 38px;
	background-size:contain;
	padding-bottom:15px;
	margin-top: 40px;
}

#menu-intro .services-intro h3 {
	color: #000000;
	font-size: 20px;
}

#menu-intro .portfolio-item {
	position: relative;
	margin-bottom: 15px
}

#menu-intro .portfolio-item img {
	width: 100%;
	padding-left:10px;
	padding-right:10px;
}


#menu-intro .service-text h3 a {
    color: #1d1f2b;
    font-size: 28px;
	font-family: 'latoregular';
	text-decoration:none;
}

#menu-intro .service-text h3 a:hover {
    color: #d92d27;
    font-size: 28px;
	font-family: 'latoregular';
	text-decoration:none;
}




/*--------------------------------------------------------------
# Inner Page - Banner
--------------------------------------------------------------*/

#inner-page-banner-about {
	background: url(../img/about_banner.jpg) center center fixed;
	background-size: cover;
	color: #fff
}

#inner-page-banner-about  h2.section-subtitle {
	line-height: 34px;
	font-size: 22px
}


#inner-page-banner-about  h2.section-subtitle a{
	line-height: 34px;
	font-size: 18px;
	color:#fff;
	font-family: 'latolight';
	font-weight:600;
	text-decoration:none;
}

#inner-page-banner-about  h2.section-subtitle a:hover {
	line-height: 34px;
	font-size: 18px;
	color:#d92d27;
	font-family: 'latolight';
	font-weight:600;
	text-decoration:none;
}
#inner-page-banner-about  .section-title {
	position: relative;
	color: #FFF;
	background: url(../img/border1w.png) no-repeat center;
	display: block;
	font-size: 38px;
	background-size:contain;
	padding-bottom:15px;
	margin-top: 40px;
}


#inner-page-banner-about  .about-inner {
	position: relative;
	color: #fff;
	text-align: center
}
#inner-page-banner-about  .about-inner .row {
	padding: 100px 0;
}


#inner-body {
	background: #ffffff;
}


#inner-body .inner-body-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 38px;
	background-size:contain;
	padding-bottom:15px;
}


#inner-body .inner-body-intro {
	padding-bottom: 40px
}


#inner-body .inner-body-intro h3 {
	color: #000000;
	font-size: 16px;
	font-family: 'latolight';
	line-height:1.5;
}


#inner-body p {
	text-align: justify;
	color: #000000;
	font-size: 16px;
	font-family: 'latolight';
	line-height:1.5;
}



#inner-body .social i {
	border: 2px solid #000;
	color: #000;
	padding: 10px;
	line-height: 25px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 100%
}
#inner-body .social i:hover {
	border: 2px solid #000;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
#inner-body .social .social-links a:hover {
	color: #000
}


#inner-body .social .fa-youtube-play:hover {
	background: #e62117;
	color: #fff
}
#inner-body .social .fa-facebook:hover {
	background: #3b5998;
	color: #fff
}
#inner-body .social .fa-linkedin:hover {
	background: #ff6700;
	color: #fff
}
#inner-body .contact-info {
	margin: 0px 0
}
#inner-body .follow p {
	margin-bottom: 25px;
}
#inner-body .contact-info p.address {
	margin-bottom: 24px;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
	background: url(../img/about_bg.jpg) center center fixed;
	background-size: cover;
	color: #fff
}
#about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 34px;
	font-size: 25px
}
#about .section-title {
	position: relative;
	color: #FFF;
	background: url(../img/border1w.png) no-repeat center;
	display: block;
	font-size: 38px;
	background-size:contain;
	padding-bottom:15px;
	margin-top: 40px;
}
#about .btn {
	margin-top: 50px;
}
#about .about-inner {
	position: relative;
	color: #fff;
	text-align: center
}
#about .about-inner .row {
	padding: 180px 0;
}
#about .about-title {
	margin-top: 0
}
#about .btn{}



#myiframe {
      width: 100%;
      height: 300px;
   } 
   
   
   

#clients {
	background: #ffffff;
}


#clients .clients-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 38px;
	background-size:contain;
	padding-bottom:15px;
}





#clients .clients-intro {
	padding-bottom: 40px
}
#clients .logo-slider .owl-buttons {
	position: absolute;
	top: 45%;
	width: 100%;
}
#clients .logo-slider .owl-buttons div {
	background: transparent!important;
	border: 1px solid #1e1e1e;
	position: absolute;
	padding: 3px 10px;
	color:#000000;
}
#clients .logo-slider .owl-buttons .owl-prev {
	left: -41px;
	top:50px;
}
#clients .logo-slider .owl-buttons .owl-next {
	right: -28px;
	top:50px;
}




#contact {
	background: url(../img/contact_bg.jpg) center center fixed;
	background-size: cover;
	color: #fff
}
#contact .social i {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px;
	line-height: 25px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 100%
}
#contact .social i:hover {
	border: 2px solid transparent;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
#contact .social .social-links a:hover {
	color: #fff
}
#contact .services-intro h1 span {
	color: #FFF;
	background: url(../img/border1w.png) no-repeat center;
	display: block;
	font-size: 38px;
	background-size:contain;
	padding-bottom:15px;
	margin-top: 40px;
}



#contact .social .fa-youtube-play:hover {
	background: #e62117;
	color: #fff
}
#contact .social .fa-facebook:hover {
	background: #3b5998;
	color: #fff
}
#contact .social .fa-linkedin:hover {
	background: #ff6700;
	color: #fff
}
#contact .contact-info {
	margin: 40px 0
}
#contact .follow p {
	margin-bottom: 25px;
}
#contact .contact-info p.address {
	margin-bottom: 24px;
}


#matter-footer {
	background: #000000;
	color: #000000;
	font-family: 'latolight';
	font-size: 16px;
}


#matter-footer p {
	text-align: justify;
	color: #000000;
	font-size: 16px;
	font-family: 'latolight';
}


#matter-footer p a{
	text-align: left;
	color: #5e5e5e;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer p a:hover{
	text-align: left;
	color: #1e1e1e;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer h3 span {
	background: url(../img/line1.png) no-repeat center;
	display: block;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
}

#matter-footer .service img{
	max-width:100%;
}

#matter-footer .service {
    background: #cccccc;
    padding: 5px 20px 5px 20px;
	min-height:420px;
    color: #000000;
}
#matter-footer h1 span {
	color: #000000;
	background: url(../img/border2.png) no-repeat center;
	display: block;
	font-size: 48px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
	font-family: 'latolight';
}


#matter-footer h2 span {
	color: #000000;
	background: url(../img/border2.png) no-repeat center;
	display: block;
	font-size: 30px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
	font-family: 'latolight';
}


#matter-footer .name{
	color:#000000;
	font-size: 18px;
	font-weight: bold; 
	margin-bottom: 8px;	
	margin-top:35px;
}
#matter-footer .description{
	color:#000000;
	font-size: 18px; 
	margin-bottom: 35px;
}


#matter-footer .row {
	padding: 30px 0
}

#matter-footer .row1 {
	padding: 30px 0
}


#matter-footer .link li {
	padding: 4px 0;
	border-bottom:none;
	margin-bottom: 0;
	display: inline-block;
}
#matter-footer .link li a {
	color: #ffffff;
	font-size:14px;
	text-decoration: none
}
#matter-footer .link li span {
	padding: 0 5px;
	color: #ffffff;
}
#matter-footer .link li a:hover {
	color: #d92d27;
}
#matter-footer .copyright {
	margin: 0;
	color: #fff;
	font-size:14px;
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Feel free to change duration  */ 
.animated {
	-webkit-animation-duration : 1000 ms;
	animation-duration : 1000 ms;
	-webkit-animation-fill-mode : both;
	animation-fill-mode : both;
}
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
	z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
	z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut {
	-webkit-animation-name : fadeOut;
	animation-name : fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}
@keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}

@media (max-width: 1280px) {
 #clients .logo-slider .owl-buttons .owl-prev {
	left: 10px;
	top:100px;
}
#clients .logo-slider .owl-buttons .owl-next {
	right: 10px;
	top:100px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
	margin-right:5px;
}



#carousel-area .item {
	background:no-repeat;
	background-size:contain;
	max-height:550px;
	top:90px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d92d27;
    border-radius: 10px;
}
 
}


@media (width: 768px){
  
  .row {
	padding: 20px 0
}
  
 

#fea h3 {
	color: #000000;
	font-size: 16px;
}
  
  .form-group { margin-bottom: 5px }
  
  
  
  .form-control { display: block; width: 100%; height: 25px; padding: 6px 12px; font-size: 12px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
  
  
  
  .form-horizontal .control-label { padding-bottom: 5px; margin-bottom: 0; text-align: right }
  
   #carousel-area .item
  {
	  background:no-repeat;
	  background-size:contain;
	  max-height:450px;
	  top:90px;
  }

  
  .carousel-indicators {
    bottom: -10px;
}
  
  
 
 
  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus {
    font-size: 12px;
    margin: 30px 0px 10px 10px;
  }
  .navbar-nav {
    float: left;
  }
  
  
  .navbar-brand img {
    width: 85%;
  }
  
  
  .affix .navbar-brand img {
	width: 85%;
}
  .affix-top .to-bottom {
    display: none;
  }



#matter-footer {
	background: #eeeeee;
	color: #000000;
	font-family: 'latolight';
	font-size: 14px;
}


#matter-footer p {
	text-align: justify;
	color: #000000;
	font-size: 14px;
	font-family: 'latolight';
}


#matter-footer p a{
	text-align: left;
	color: #5e5e5e;
	font-size: 14px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer p a:hover{
	text-align: left;
	color: #000000;
	font-size: 14px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer h3 span {
	background: url(../img/line1.png) no-repeat center;
	display: block;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
}



#matter-footer .service {
    background: #cccccc;
    padding: 5px 15px 5px 15px;
    color: #000000;
	min-height:420px;
}









#clients .clients-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 36px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
}


#matter-footer h1 span {
	color: #000000;
	background: url(../img/border2.png) no-repeat center;
	display: block;
	font-size: 36px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
	font-family: 'latolight';
}



#matter-footer .name{
	color:#000000;
	font-size: 18px;
	font-weight: bold; 
	margin-bottom: 8px;	
	margin-top:35px;
}
#matter-footer .description{
	color:#000000;
	font-size: 18px; 
	margin-bottom: 35px;
}


#matter-footer .row {
	padding: 20px 0
}

#matter-footer .row1 {
	padding: 20px 0
}


#matter-footer .link li {
	padding: 4px 0;
	border-bottom:none;
	margin-bottom: 0;
	display: inline-block;
}


#matter-footer .link li a {
	color: #000000;
	font-size:14px;
	text-decoration: none;
}

#matter-footer .link li span {
	padding: 0 10px;
	color: #000000;
}
#matter-footer .link li a:hover {
	color: #5e5e5e;
}

 #matter-footer .copyright {
	margin: 0;
	color: #000000;
	font-size:14px;
 
 
}







#about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 34px;
	font-size: 25px
}
#about .section-title {
	position: relative;
}
#about .btn {
	margin-top: 50px;
}

}



/*Ipad/Tablets*/
@media (min-width: 769px) and (max-width: 1024px) {
  


.menu .container1 {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

  #contact .contact-info p {
	  font-size:18px;
	  font-family:latolight;
}
  
  
  #contact .contact-info h3 {
	  font-size:24px;
	  font-family:latoregular;
}
  
  
  #clients img {
    margin-left: auto;
    margin-right: auto;
    width: 32%;
  }
  
  .btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
}


  
  .form-group { margin-bottom: 5px }
  
  .row {
	padding: 70px 0px 0px 0px;
}
  
  .form-control { display: block; width: 100%; height: 25px; padding: 6px 12px; font-size: 12px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
  
  
  
  .form-horizontal .control-label { padding-bottom: 5px; margin-bottom: 0; text-align: right }
  
   #carousel-area .item
  {
	  background:no-repeat;
	  background-size:contain;
	  max-height:528px;
	  top:90px;
  }
  
  
 
  
  .carousel-indicators {
    bottom: -10px;
}
  

 
  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus {
    font-size: 14px;
    margin: 30px 0px 10px 10px;
  }
  .navbar-nav {
    float: right;
  }
  
  
  .navbar-brand img {
    width: 80%;
  }
  
  
  .affix .navbar-brand img {
	width: 80%;
}
  .affix-top .to-bottom {
    display: none;
  }


#matter-footer {
	background: #000000;
	color: #ffffff;
	font-family: 'latolight';
	font-size: 16px;
	text-align:center;
}


#matter-footer p {
	text-align: justify;
	color: #000000;
	font-size: 16px;
	font-family: 'latolight';
}


#matter-footer p a{
	text-align: left;
	color: #5e5e5e;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer p a:hover{
	text-align: left;
	color: #000000;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer h3 span {
	background: url(../img/line1.png) no-repeat center;
	display: block;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
}



#matter-footer .service {
    background: #cccccc;
    padding: 5px 15px 5px 15px;
    color: #000000;
	min-height:420px;
}
#matter-footer h1 span {
	color: #000000;
	background: url(../img/border2.png) no-repeat center;
	display: block;
	font-size: 48px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
	font-family: 'latolight';
}


#matter-footer h2 span {
	color: #000000;
	background: url(../img/border2.png) no-repeat center;
	display: block;
	font-size: 30px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
	font-family: 'latolight';
}


#matter-footer .name{
	color:#000000;
	font-size: 18px;
	font-weight: bold; 
	margin-bottom: 8px;	
	margin-top:35px;
}
#matter-footer .description{
	color:#000000;
	font-size: 18px; 
	margin-bottom: 35px;
}


#matter-footer .row {
	padding: 30px 0
}

#matter-footer .row1 {
	padding: 30px 0
}


#matter-footer .link li {
	padding: 4px 0;
	border-bottom:none;
	margin-bottom: 0;
	display: inline-block;
}


#matter-footer .link li a {
	color: #ffffff;
	font-size:16px;
	text-decoration: none;
	
}

#matter-footer .link li span {
	padding: 0 10px;
	color: #ffffff;
}
#matter-footer .link li a:hover {
	color: #ffffff;
}

 #matter-footer .copyright {
	margin: 0;
	color: #ffffff;
	font-size:16px;
	text-align:center;
 
 
}



#about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 34px;
	font-size: 25px
}
#about .section-title {
	position: relative;
}
#about .btn {
	margin-top: 50px;
}
}

@media (max-width: 767px) {
   
	#fea .services-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 32px;
	background-size:contain;
	padding-bottom:10px;
}


  
  #fea .services-intro h3 {
    font-size: 22px;
	color: #000000;
	line-height:1.5;
  }
  

#fea .services-intro {
	padding-bottom: 10px
}
	
	
	
	
	#menu-intro .services-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 32px;
	background-size:contain;
	padding-bottom:10px;
}


  
  #menu-intro .services-intro h3 {
    font-size: 22px;
	color: #000000;
	line-height:1.5;
  }
  

#menu-intro .services-intro {
	padding-bottom: 10px
}
	
#fea1 .services-intro h1 span {
	color: #000000;
	background: url(../img/border1.png) no-repeat center;
	display: block;
	font-size: 28px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
	margin-top: -90px;
}

  #fea1 .services-intro h3 {
    font-size: 28px;
	color: #000000;
	margin-top:-60px;
  }
  



#fea1 .services-intro {
	padding-bottom: 10px
}
	
	
   
   #carousel-area .item {
	background:no-repeat;
	  background-size:contain;
	  max-height:400px;
	  top:90px;
}


#clients img {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
  }


.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #d92d27;
    border-color: transparent;
}

  .navbar-default .navbar-nav li a{
	  margin:15px;
  }
  .navbar-default .navbar-brand{
	  padding:15px;
  }
  
   .navbar-default .navbar-collapse {
    background: #ffffff;
  }
   .navbar-default .navbar-nav li a {
    margin: 5px 10px;
	color:#2e2e2e;
  }
  .navbar-default .navbar-brand {
    padding-left: 15px;
  }
  .navbar-default .navbar-toggle {
    margin: 5px 25px;
	top:25px;
  }
  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .current {
    color: #d92d27;
    padding-bottom: 5px;
  }
  
  
  
  #matter-footer {
	background: #000;
	color: #fff;
	font-family: 'latolight';
	text-align:center;
	font-size:14px;
}
  
   #matter-footer .link li a {
	font-size:14px;
	color: #fff;
	text-decoration: none
}




.copyright p {
	margin: 0;
	color: #fff;
	font-size:14px;
}

#matter-footer .row {
	padding: 25px 0
}




  .carousel-indicators { bottom: 5px; }
  
  #about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 34px;
	font-size: 24px
}
#about .section-title {
	position: relative;
}
#about .btn {
	margin-top: 50px;
}
  
}


/*SmartPhones*/
@media (min-width: 320px) and (max-width: 480px) {



.navbar-default {
    border-radius: 0;
    background-color: #000;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
	
.row {
	padding: 30px 0
}
	
.carousel-indicators { bottom: 10px }
	
.carousel-indicators .active {
    width: 8px; 
	height: 8px;
    margin: 0;
   background-color: #d92d27;	
}

.carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d92d27;
    border-radius: 10px;
}

#fea .container1 {
	background-color:#fff;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}
#fea 
{
margin-top: -40px;
}

#fea .services-intro h1 span {
	color: #000000;
	background: url(../img/header_bg_m.png) no-repeat center;
	display: block;
	font-size: 28px;
	background-size:contain;
	padding-bottom:15px;
	margin-top:-20px;
}

#fea .services-intro h3 {
	color: #000000;
	font-size: 18px;
	line-height:1.5;
}


#fea .portfolio-item {
	position: relative;
	margin-bottom: 5px
}

#fea .portfolio-item img {
	width: 100%
}

#fea .service-text h3 a {
    color: #1d1f2b;
    font-size: 16px;
	font-family: 'latoregular';
	text-decoration:none;
}

#fea .service-text h3 a:hover {
    color: #d92d27;
    font-size: 16px;
	font-family: 'latoregular';
	text-decoration:none;
}



#menu-intro .container1 {
	background-color:#fff;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}
#menu-intro
{
margin-top: 0px;
}

#menu-intro .services-intro h1 span {
	color: #000000;
	background: url(../img/header_bg_m.png) no-repeat center;
	display: block;
	font-size: 28px;
	background-size:contain;
	padding-bottom:15px;
	margin-top:-20px;
}

#menu-intro .services-intro h3 {
	color: #000000;
	font-size: 18px;
	line-height:1.5;
	margin-top:-20px;
}


#menu-intro .portfolio-item {
	position: relative;
	margin-bottom: 5px
}

#menu-intro .portfolio-item img {
	width: 100%
}

#menu-intro .service-text h3 a {
    color: #1d1f2b;
    font-size: 16px;
	font-family: 'latoregular';
	text-decoration:none;
}

#menu-intro .service-text h3 a:hover {
    color: #d92d27;
    font-size: 16px;
	font-family: 'latoregular';
	text-decoration:none;
}








#fea1 .services-intro h1 span {
	color: #000000;
	background: url(../img/header_bg_m.png) no-repeat center;
	display: block;
	font-size: 28px;
	background-size:contain;
	padding-bottom:15px;
	margin-top: 30px;
	padding-top:15px;
}

#fea1 .services-intro h3 {
	color: #000000;
	font-size: 18px;
	padding-top:60px;
	line-height:1.5;
}


#clients .clients-intro h1 span {
	color: #000000;
	display: block;
	font-size: 32px;
	background-size:contain;

}



#about .section-title {
	position: relative;
	color: #FFF;
	display: block;
	font-size: 32px;
	background-size:contain;
	padding-bottom:15px;
	padding-top:0px;

}


#contact .services-intro h1 span {
	color: #FFF;
	display: block;
	font-size: 32px;
	background-size:contain;
	padding-bottom:15px;
	margin-top: 40px;
}


  
  /*Navbar*/
  .navbar-default .navbar-collapse {
    background: #ffffff;
  }
  .navbar-default .navbar-nav li a {
    margin: 5px 10px;
	color:#1e1e1e;
	font-size: 14px;
  }
  .navbar-default .navbar-brand {
    padding-left: 15px;
  }
  .navbar-default .navbar-toggle {
    margin: 5px 15px;
	top:25px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .current {
    color: #d92d27;
    padding-bottom: 5px;
	font-size: 14px;
  }
  
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #d92d27;
	font-size: 14px;
}
  
  .navbar-brand img {
    width: 80%;
	margin-top:5px;
  }
  
  
  .affix .navbar-brand img {
	width: 80%;
	margin-top:5px;
}
  
  
  
  #carousel-area .item
  {
	  background:no-repeat;
	  background-size:contain;
	  top:85px;
	  max-height:275px;
	
  }
 



#clients .logo-slider .owl-buttons .owl-prev {
	left: 20px;
	top:60px;
	font-size:36px;
}
#clients .logo-slider .owl-buttons .owl-next {
	right: 20px;
	top:60px;
	font-size:36px;
}

#clients .logo-slider .owl-buttons div {
	background: transparent!important;
	border: 2px solid #3e3e3e;
	position: absolute;
	padding: 3px 5px;
	color:#000000;
}

#matter-footer h1 span {
	color: #000000;
	background: url(../img/border2.png) no-repeat center;
	display: block;
	font-size: 36px;
	background-size:contain;
	padding-bottom:10px;
	padding-top:10px;
	font-family: 'latolight';
}

  
  #matter-footer {
	background: #000;
	color: #FFF;
	font-family: 'latolight';
	text-align:center;
	font-size:12px;
}
  
  #matter-footer .link li a {
	font-size:12px;
	color: #fff;
	text-decoration: none;
}




 #contact .contact-form .form-control {
    padding: 5px;
  }
  #contact .social i {
    padding: 7px;
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  
  
  #about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 30px;
	font-size: 18px
}
#about .section-title {
	position: relative;
}
#about .btn {
	margin-top: 40px;
}



.btn-lg, .btn-group-lg>.btn { padding: 10px 16px; font-size: 14px; line-height: 1.33;}
}


@media (min-width: 481px) and (max-width: 767px) {
	
	 .navbar-brand img {
    width: 90%;
  }
  
  
  .affix .navbar-brand img {
	width: 90%;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
	
}