/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
@font-face {
    font-family: "LatoSemiBold"; /*a name to be used later*/
    src: url('../font/Lato-SemiBold.ttf') format('truetype'); /*URL to font*/
}
@font-face {
    font-family: "BebasNeueRegular"; /*a name to be used later*/
    src: url('../font/BebasNeue-Regular.otf') format('truetype'); /*URL to font*/
}

@font-face {
    font-family: "Blackletter"; /*a name to be used later*/
    src: url('../font/Blackletter.ttf') format('truetype'); /*URL to font*/
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #0a0e11;
  color: #666666;
    font-family:"LatoSemiBold";
    overflow-x: hidden;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #c09457;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"LatoSemiBold";
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.container {
    max-width: 1175px;
}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #5f1b1b;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 84px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color:#161719;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px 0;
  height: 84px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}



#header #logo h1 {
  margin: 0;
  padding: 0;
}

#header #logo h1 a,
#header #logo h1 a:hover {
}

#header #logo img {
  padding-top: 12px;
  margin: -30px 0px 0px 0px;
  width: 74%;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family:"LatoSemiBold";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

.carousel-inner {
    margin-top: 80px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0 10% 0 0;  
  
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 12px 27px 12px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "BebasNeueRegular";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  letter-spacing:0.1rem
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #bd9454;
  border-bottom:2px solid #bd9454;
}

.nav-menu > li {
  margin-left: 50px;
}
.nav-menu li.appointmentli{
    margin-top: -11px;
}
.nav-menu li.appointmentli a {
    color: #fff;
    background: #5f1b1b;
    border-radius: 12px;
    border: 1px solid #5f1b1b;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 14px;
    width: 150px;
    padding: 12px;
    text-align: center;
}
.nav-menu li.appointmentli a:hover{
    background-color: #bd9454;
    border: solid 1px #bd9454;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #bd9454;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 12px 14px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family:"LatoSemiBold";
}

#mobile-nav ul li a:hover {
  color: #c09457;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #c09457;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #c09457;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #c09457;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

#about .section-header h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  /*background: url(../img/bottom_project.jpg) no-repeat center bottom;*/
  padding-bottom: 40px;
}


.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #FFF;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}



/*welcome-to-royal-airbrush
---------------------------------*/
#welcome-to-royal-airbrush {
	background-color:#0a0e11;
	padding:120px 0; 
}


/*#welcome-to-royal-airbrush .container .row .col-lg-5 {padding: 130px 0px 65px 0px;} */


/*#welcome-to-royal-airbrush .container .row .col-lg-5 img { float:left;} */
#welcome-to-royal-airbrush img { width:100%; }

/*#welcome-to-royal-airbrush .container .row .col-lg-7 {padding: 130px 0px 65px 40px;} */

#welcome-to-royal-airbrush h1 { 
    font-family:"LatoSemiBold"; 
    line-height: 45px; 
    text-transform:uppercase; 
    font-size:30px;
}

#welcome-to-royal-airbrush .container .row .col-lg-7 p { 
    padding: 4px 0px;
    font-size: 15px;
    line-height: 28px;
}

#welcome-to-royal-airbrush .container .row .col-lg-7 div.pbutton a { 
    font-family: "BebasNeueRegular";
    float: left; 
    padding: 10px 0; 
    margin: 30px 20px 10px 0px; 
    background-color:#0a0e11;
    border:1px solid #717171; 
    text-decoration:none; 
    color:#717171;     
    border-radius: 8px;
    font-size: 14px;
    font-weight: normal;
    width: 150px;
    text-align: center;
    letter-spacing:0.1rem;    
}

#welcome-to-royal-airbrush .container .row .col-lg-7 div.pbutton a:hover {
    background-color:#bd9454;
    border:1px solid #bd9454;
    text-decoration:none; 
    color:#0a0e11;     
    letter-spacing:0.1rem;
}

/* Featured Services Section
--------------------------------*/
#featured-services h2 { 
    /*background:url(../img/bottom_img.jpg) no-repeat center bottom;*/ 
    padding-bottom:30px; margin-bottom:20px; font-size:30px; margin:0px 0px 20px 0px; 
}
#featured-services {
  background: #0d0f11;
  padding-bottom: 40px;
}
#featured-services .box {
  padding: 0 10px;
  background-color:#1a1d21;
  display:inline-block;  
}
.boxes_container .textbox, .boxes_container .imgbox { display:inline-block; }
.imgbox { padding:0; vertical-align:top; }
.boxes_container .textbox { padding-top: 30px; }
.imgbox img { width:100%;}
.boxes_container {
    /*margin: 0 50px;*/
}
.boxes_container .bgdiv{    
    height: 277px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    transition: transform .5s; /* Animation */
}
.boxes_container .bgdiv:hover{
    transform: scale(1.1);
}

#featured-services .pricecolor { color:#b9945f;
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
   font-family:"LatoSemiBold";
  font-weight: normal;
  margin: 0px;
  font-size: 14px;
  letter-spacing:2px;
  margin-bottom:10px;
}

#featured-services h4 a {
	font-family:"LatoSemiBold";
  color: #fff;
}

#featured-services h4 a:hover {
  color: #b9945f;
}

.whatwedo_top_text p {
  font-size: 15px;
  line-height: 24px;
  color: #919292;
  padding: 0px;
}

.boxes_container p {
  font-size: 12px;
  line-height: 24px;
  color: #919292;
  padding: 0px;
  margin:0; 
  letter-spacing:0.5px;
}


/* About Us Section
--------------------------------*/

#about { background-color:#0d0f11;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0d0f11;
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #404040;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
  transition: transform .8s; /* Animation */
}
.productlink{
    
}
.productlink:hover{
    transform: scale(1.1);
    display: block;
}
#about .about-col .img:hover {
  transform: scale(1.0);
}

#about .about-col .img img {
  border-radius: 0px;
}
#about .about-col .img img:hover {
    transform: scale(1.0);
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  padding:10px 0px 20px 30px;
  margin: 12px 0 12px 0;
}

#about .about-col h2 a {
  color: #fff;
}

#about .about-col h2 a:hover {
  color: #b9945f;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #b9945f;
  margin-bottom: 0;
  padding: 0px 20px 30px 40px;
}
#about .container .row div.pbutton { text-align:center; margin: 25px 0px; }
#about .container .row div.pbutton a {background-color:#c09457; text-align:center; font-family:"LatoSemiBold";
border:2px solid #c09457; text-decoration:none; color:#0a0e11; width: 20%; padding: 18px 32px;}

/* Services Section
--------------------------------*/

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}




/* Portfolio Section
--------------------------------*/

#featuredink {
  padding: 60px 0;
  background:#0a0e11;
}

#featuredink #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}


#featuredink #portfolio-flters li {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  border-radius: 0px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

#featuredink #portfolio-flters li:hover,
#featuredink #portfolio-flters li.filter-active {
  color: #c09455;
}

#featuredink #portfolio-flters li:last-child {
  margin-right: 0;
}

#featuredink .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#featuredink .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#featuredink .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#featuredink .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#featuredink .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#featuredink .portfolio-item figure .link-preview,
#featuredink .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#featuredink .portfolio-item figure .link-preview i,
#featuredink .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#featuredink .portfolio-item figure .link-preview:hover,
#featuredink .portfolio-item figure .link-details:hover {
  background: #c09455;
}

#featuredink .portfolio-item figure .link-preview:hover i,
#featuredink .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#featuredink .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#featuredink .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#featuredink .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#featuredink .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#featuredink .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#featuredink .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#featuredink .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#featuredink .portfolio-item .portfolio-info h4 a:hover {
  color: #c09455;
}

#featuredink .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Proces Order Custom Section
--------------------------------*/

#proces-order-custom {
	padding: 60px 0;
	overflow:hidden;
}
#proces-order-custom .Process-bg { background:url(../img/bg_white_image.png) no-repeat bottom; min-height:700px; display:inline-block; padding:0; overflow:hidden;background-size: cover; }
#proces-order-custom .Process-bg .processbox { padding:100px 60px 0px 60px; }
#proces-order-custom .Process-bg h2 { color:#000; font-size:22px; text-align:center; background: url(../img/h2_oder_custom.jpg) no-repeat center 0px; padding-top:50px;}
#proces-order-custom .Process-bg p { color:#000;  text-align:center;}
#proces-order-custom .Process-bg img { 
    width:100%; padding:120px 20px 20px 20px; display:inline-block;
}
#proces-order-custom .order-custom-bg { 
    background:url(../img/consulting.jpeg) no-repeat right bottom; padding:0; min-height:700px; display:inline-block;
    background-size: cover;
}
#proces-order-custom .order-custom-bg .custombox { padding:100px 60px 0px 60px; }
#proces-order-custom .order-custom-bg h2 {color:#fff;  font-size:22px;  text-align:center; background: url(../img/h2_oder_custom.png) no-repeat center 0px; padding-top:50px;}
#proces-order-custom .order-custom-bg p {color:#fff;  text-align:center;}

.form-control { border-radius: 0;border: 0; margin-bottom:15px; }
#gallery .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
    border: 5px solid #000;
    padding: 0px;
    margin: 0px;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  background:#0a0e11;
}

#testimonials .section-header {
  margin-bottom: 40px;
  color:#bcbcbc;
}
#testimonials .section-header p {
  color:#bcbcbc;
}

#testimonials .section-header h3 {font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  background:url(../img/testimonial_header.jpg) no-repeat center bottom; padding-bottom:40px;
}

#testimonials .testimonial-item {
  text-align: left;
  margin:0 80px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 4px solid #000;
}
.testimonial-item .testimonial_img { margin-bottom: -50px;z-index: 9;text-align: left; padding-left:50px; }

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #bf9352;
}

#testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: left;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #c09455;
}
#testimonials .testimonials_box_color { background:#191a1c; border-radius:10px;padding: 60px 20px 20px 30px;font-size: 18px;color: #fff; line-height:35px; }
#testimonials .box_testimonials { display:inline-block;}
.owl-dots { display:none; }
.owl-prev { background:url(../img/left_arrow.jpg) no-repeat left top; top: 138px;position: absolute;width: 55px;height: 55px; }
.owl-next { background:url(../img/right_arrow.jpg) no-repeat left top; top: 138px; right:0; position: absolute;width: 55px;height: 55px; }

/* Team Section
--------------------------------*/

#googlemap {
  padding:0px;
}

#portfolio .section-header h3 {font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  /*background: url(../img/feeatured_ink.jpg) no-repeat center bottom;*/
  padding-bottom: 40px;}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0; overflow: hidden;
  background-color:#0a0e11;
}
#portfolio .feature-1 img {height: 682px; width: 100%;}
#portfolio .feature-2 img , .feature-3 img , .feature-4 img { 
    height:337px;
}
#portfolio .feature-6 img {height: 682px;}
#portfolio .feature-7 img , .feature-8 img {height:337px;}


#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin:0px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #0a0e11;
  transition: all 0.3s ease-in-out;
  background-color:#fff;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #bd9454;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio-item { padding:0; border: 1px #000 solid; }

/* Contact Section
-------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #000;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ca9f70;
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}
.form-control { 
    color: #000;
    border-radius: 5px;
    padding: 12px;
}

/* Contact Section Change
--------------------------------*/

#footer .contact-info {
  margin-bottom: 20px;
  text-align: center;
  padding-bottom:60px;
  text-transform:uppercase;
}

#footer .contact-info img { margin-bottom:10px;}

/*#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}*/



#footer .contact-info address,
#footer .contact-info p {
  margin-bottom: 0;
  color: #fff;
  line-height:32px;
  /*font-size: 13px;*/
  letter-spacing: 1px;
}
#footer .contact-info p span { color:#c09455; }

#footer .contact-address,
#footer .contact-phone,
#footer .contact-email {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #050608;
  padding: 60px 0 0px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  /*padding: 60px 0 0px 0;*/
}
.footerbordertop {    
    padding-bottom: 30px;
}
#footer .footer-logo { margin-top:-32px; }
#footer .footer-logo img{
    width: 120px;
}
.social-links { margin-top:46px; text-align:right; }

#footer .footer-top .social-links a {
  font-size: 18px;
display: inline-block;
background: #333;
color: #eee;
line-height: 1;
padding: 18px 0;
margin-right: 0px;
border-radius: 0;
text-align: center;
width: 56px;
height: 56px;
transition: 0.3s;
border-bottom: 2px #be9557 solid;
}

#footer .footer-top .social-links a:hover {
  background: #be9557;
  color: #fff;
}


#footer .copyright {
  text-align: left;
  padding-top: 50px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing:1px;
}

/* New added */
/*#welcome-to-royal-airbrush h1 { line-height:35px; } */
#introCarousel .carousel-text h3{
    font-family: 'Blackletter' !important;
    font-size: 92px; 
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  /*#testimonials .testimonial-item p {
    width: 80%;
  }*/
}

@media (min-width: 1024px) {
  #header #logo {
    margin-left: 10%;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}
@media screen and (min-width: 1370px) {
    
}
@media screen and (min-width: 1500px) {
    #portfolio .feature-2 img , .feature-3 img , .feature-4 img{
        height: auto;
    }
}

/*@media screen and (min-width: 1190px) (max-width: 1239px) {
	#nav-menu-container {
    padding-right: 200px; }
}
@media screen and (min-width: 1120px) (max-width: 1189px) {
	#nav-menu-container {
    padding-right: 120px; }
}
@media screen and (min-width: 1080px) (max-width: 1119px) {
	#nav-menu-container {
    padding-right: 80px; }
}
@media screen and (min-width: 1040px) (max-width: 1079px) {
	#nav-menu-container {
    padding-right: 45px; }
	#featured-services p { width: 58%;}
	#featured-services h4 {padding: 19px 18px 15px 18px;}
	#featured-services .box-1 {margin-left: 67px;}
	#featured-services .box-2 {margin-right: 67px;}
	#welcome-to-royal-airbrush .container .row .col-lg-7 div.pbutton a { width:29%;}
	#welcome-to-royal-airbrush .container .row .col-lg-7 h1 {font-size: 34px;}
}

	@media only screen and (min-width 320px) and (max-width: 479px) { 
	.icontop { display:none;}
	#welcome-to-royal-airbrush .container .row .col-lg-7 h1 {line-height: 1.3;}
	#welcome-to-royal-airbrush .container .row .col-lg-7 {padding: 0px 0px 40px 40px;}
	#welcome-to-royal-airbrush .container .row .col-lg-7 div.pbutton a {
    width: 45%;
    padding: 11px 0px;
    margin: 80px 18px 10px 0px;
    text-align: center;}
	#welcome-to-royal-airbrush .container .row .col-lg-5 img { width:100%;}
	#featured-services .container .row .col-lg-12 p {width: 83% !important; margin: 0px 8%; }
	
}*/



@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .sumbitbtn { background-size:80%; }
  #testimonials .testimonial-item {
    margin: 0 30px;
}
  #header {height: 60px;}
  #header.header-scrolled {height: 60px;}

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 120px;
	margin: -15px 0px 0px 0px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
  #welcome-to-royal-airbrush {padding: 80px 0;}
  #welcome-to-royal-airbrush div.pbutton a {margin: 12px 18px 10px 0px;}
  #featured-services .box { 
      /*margin:12px 0px;*/
  }
  #about img {width: 100%;}
  #welcome-to-royal-airbrush h1{
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
  }
  #welcome-to-royal-airbrush .container .row .col-lg-7 p{
      text-align: center;
  }
  #welcome-to-royal-airbrush .container .row .col-lg-7 div.pbutton a{
      text-align: center;
  }
  .boxes_container{
      margin: 0;
  }  
}


@media (max-width: 480px) {
	#portfolio .feature-1 img {height: auto; width: 100%;}
#portfolio .feature-2 img , .feature-3 img , .feature-4 img { height:auto;}
#portfolio .feature-6 img {height: auto;}
#portfolio .feature-7 img , .feature-8 img {height:auto;}
#footer .copyright { text-align:center; }
.footer-logo { text-align:center; }
.social-links {
    text-align: center;
    margin-bottom: 10px;
}	
	}