/**
* Template Name: Restaurantly
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*
COLORS

dark: #58595B rgb(88, 89, 91)
red: #ED1C24 rgb(237, 28, 36)
*/

 @import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Oswald:400,600,900,400italic'); 

body {
	font-family: "Open Sans", sans-serif;
/*	background: #0c0b09;*/
	background: #f2f2f2 url('../img/background-page.jpg');
	color: #58595B;
}

a {
	color: #cda45e;
	text-decoration: none;
}

a:hover {
	color: #d9ba85;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Oswald, "Playfair Display", serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #58595b;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #58595b;
	border-top-color: #ed1c24;
	border-bottom-color: #ed1c24;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
/*	background: #58595b;*/
}

#loader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #58595b;
	border-top-color: #ed1c24;
	border-bottom-color: #ed1c24;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-loader 1s linear infinite;
}

@keyframes animate-loader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	transition: all 0.4s;
	border: 2px solid #cda45e;
}

.back-to-top i {
	font-size: 28px;
	color: #cda45e;
	line-height: 0;
}

.back-to-top:hover {
	background: #cda45e;
	color: #1a1814;
}

.back-to-top:hover i {
	color: #444444;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	z-index: 996;
}
#topbar .container {
/*	padding: 0 3em;*/
	padding: 0;
}

#topbar.topbar-scrolled {
	top: -40px;
}

#topbar .contact-info i {
	font-style: normal;
	color: #d9ba85;
}

#topbar .contact-info i span {
	padding-left: 5px;
/*	color: #fff;*/
	color: #58595B;
}

#topbar .languages ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #cda45e;
}

#topbar .languages ul a {
	color: white;
}

#topbar .languages ul li+li {
	padding-left: 10px;
}

#topbar .languages ul li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: rgba(255, 255, 255, 0.5);
	content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .container .row {
	max-width: 1200px;
}
#header {
/*	background: rgba(12, 11, 9, 0.6);*/
/*	border-bottom: 1px solid rgba(12, 11, 9, 0.6);*/
	transition: all 0.5s;
	z-index: 997;
	padding: 15px 0;
	top: 40px;
}

#header.header-scrolled {
	top: 0;
	background: rgba(0, 0, 0, 0.85);
/*	border-bottom: 1px solid #37332a;*/
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background:    -moz-linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background:      -o-linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}

#header .logo {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 40px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
	margin: 0 0 0 15px;
	padding: 8px 25px;
	border: 2px solid #ed1c24;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -.110em;
	text-transform: uppercase;
	color: #ed1c24;
	transition: 0.3s;
}

.book-a-table-btn:hover {
	background: #ed1c24;
	color: #fff;
}

@media (max-width: 992px) {
	.book-a-table-btn {
		margin: 0 15px 0 0;
		padding: 8px 20px;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  border-bottom: 1px solid #ed1c24;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  font-family: Oswald, "Playfair Display", serif;
  text-transform: uppercase;
  cursor: pointer;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
/*	padding: 10px 0 10px 30px;*/
	padding: 3px 10px;
/*	font-size: 14px;*/
	font-size: 1.2em;
	/*  color: #fff;*/
	color: #58595B;
	border-right: 1px solid #ed1c24;
	transition: 0.3s;
}
.navbar li:last-child a,
.navbar li ul li a {
	border: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
/*  color: #d9ba85;*/
  color: #ed1c24;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
  text-transform: initial;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #58595B;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 6px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #cda45e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #cda45e;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*

Twitter:
Blue Hex: #1da1f2
RGB: 29, 161, 242

YouTube
Red Hex: #ff0000
RGB: 255, 0, 0

LinkedIn
Blue Hex: #0a66c2
RGB: 10, 102, 194

Instagram
Magenta Hex: #c32aa3
RGB: 195, 42, 163

Facebook
Blue Hex: #1877f2
RGB: 24, 119, 242

Whatsapp
Green Hex: #25d366
RGB: 37, 211, 102


*/

/*#footer {
	background: black;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}
*/
#footer .container .row {
	max-width: 1200px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links .twitter {
	background: #1da1f2;
}

#footer .footer-top .social-links .facebook {
	background: #1877f2;
}

#footer .footer-top .social-links .instagram {
	background: #c32aa3;
}

#footer .footer-top .social-links .whatsapp {
	background: #25d366;
}

#footer .footer-top .social-links .youtube {
	background: #ff0000;
}

#footer .footer-top .social-links a:hover,
#footer .footer-top .social-links a:focus {
/*  background: #cda45e;*/
  color: #fff;
  text-decoration: none;
  opacity: .6;
}
/*
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}*/

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

.fixed-top {
    position: fixed;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0 2em;
}
header {
	margin-bottom: 4em;
	min-height: 4em;
}
header .container-fluid {
    background: url(../img/corner-top-red.png) left top fixed no-repeat;
/*        background: url(../img/corner-top-red.png) 17% 0% no-repeat fixed!important;*/
/*        background: url(../img/corner-top-red.png) 260px 0% no-repeat fixed;*/
/*        background-size: cover;*/
/*        overflow: hidden;*/
    width: 100%;
/*        max-width: 1080px;*/
    min-height: 200px;
    margin-top: -70px;
    margin-left: 0;
    padding: 2em 3.25em 2em 9.5em;
	}
	.container {
/*        max-width: 960px;*/
    max-width: 100%!important;
}
section {
/*        max-width: 960px;*/
	width: 100%;
    max-width: 1200px;
    min-height: 400px;
    max-height: 560px;
    margin: 0 auto;
    padding: 60px 1em;
/*        padding: 2em;*/
    /*background: url('../img/background.png') top center!important;
    background-size: cover;*/
    overflow-y: scroll;
/*        overflow: hidden;*/
}
	#footer {
		/*position: fixed;
		bottom: 0;
	margin: 0 auto;
	max-width: 960px;*/
	}
	#footer .container {
/*  		background: url(../img/corner-bottom-dark.png) 100% no-repeat;*/
		background: url(../img/corner-bottom-dark.png) right bottom fixed no-repeat;
    min-height: 160px;
    padding: 4em 4em 0 10.5em;
/*    	max-width: 1080px;*/
	position: absolute;
/*	    bottom: 160px;*/
    bottom: 0;
/*	    left: 15.5%;*/
	}
.main {
	position: relative;
/*        max-width: 960px;*/
    max-width: 1200px;
    margin: 0 auto;
    margin: 8em auto 1em;
    background: url(../img/background-bar.jpg) repeat-x;
    border: 1px solid #58595B;
	border-radius: 4px;
	-webkit-box-shadow: 2px 5px 12px #58595B;
	   -moz-box-shadow: 2px 5px 12px #58595B;
		-ms-box-shadow: 2px 5px 12px #58595B;
		 -o-box-shadow: 2px 5px 12px #58595B;
			box-shadow: 2px 5px 12px #58595B;
}
/*.main:before {
    background: url('../img/red-corner.png') top left fixed no-repeat!important;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.main:after {
    background: url('../img/dark-corner.png') bottom right fixed no-repeat!important;
    background-size: cover;
    width: 100%;
    height: 100%;
}*/
#about .order-2 {
    z-index: 3;
/*    border-right: 2px solid #58595B;*/
}
section .container .order-2 {
	border-right: 2px solid #58595B;
}

.brands .container .order-2 {
	border: none;
}
/*section {
    padding: 2em;
}*/

#hero {
	padding: 0!important;
}
#hero .container {
/*    	min-width: 960px;*/
	min-width: 1160px;
	margin: 0;
	padding: 0!important;
}

.homepage-image img {
	/*max-width: 780px;
	padding-left: 2em;*/
	min-width: 1160px;
	min-height: 400px;
	max-height: 540px;
}
.about-img img {
	max-width: 500px;
}

.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#hero .full-screen.slider-logo {
	background-image: url('../img/doctora-logo.png');
	background-size: calc(100% - 100px);
	background-position: center;
}
#hero .full-screen.slider-office {
	background-image: url('../img/new/office-setup.jpg');
}
#hero .full-screen.slider-printing {
	background-image: url('../img/new/large-format-printing.jpg');
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#services {
	width: 100%;
/*	height: 100vh;*/
	min-height: 400px;
	min-height: 560px;
	position: relative;
	padding: 0!important;
}

#services:before {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#services h1 {
	margin: 0;
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-size: 36px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
/*	font-family: "Poppins", sans-serif;*/
	text-shadow: 2px 1px 1px #555;
}

#services h1 span {
	color: #ed1c24;
}

#services h2 {
	color: #eee;
	margin-bottom: 10px 0 0 0;
	font-size: 22px;
}

.services .nav-link {
	display: initial;
}

#services .service-caption {
/*	padding-top: 110px;*/
	width: 16em;
	height: auto;
	padding: .5em;
	font-size: 86%;
	text-align: justify-all;
	border: 1px double #f2f2f2;
	color: #f2f2f2;
}

.graphics-designing {
	background: url("../img/new/graphics-designing.jpg") top center;
	background-size: cover;
}

.graphics-designing .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
}

.digital-printing {
	background: url("../img/new/digital-printing.jpg") top center;
	background-size: cover;
}

.digital-printing .service-caption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	background-color: rgb(242, 242, 242, 0.8);
/*	background-color: #f2f2f2;*/
	border-color: #58595b;
	color: #58595b!important;
}

.large-format-printing {
	background: url("../img/new/large-format-printing.jpg") top center;
	background-size: cover;
}

.large-format-printing .service-caption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	min-width: 300px;
/*	background-color: #58595b rgb(88, 89, 91)*/
	background-color: rgba(88, 89, 91, 0.5);
	border-color: #58595b;
	color: #f2f2f2!important;
}

.offset-printing {
	background: url("../img/new/offset-printing.jpg") top center;
	background-size: cover;
}

.offset-printing .service-caption {
	position: absolute;
	bottom: 1em;
	left: 1em;
/*	min-width: 300px;*/
/*	background-color: #58595b rgb(88, 89, 91)*/
	background-color: rgba(88, 89, 91, 0.5);
	border-color: #58595b;
	color: #f2f2f2!important;
}

.identity-card-printing {
	background: url("../img/new/identity-cards.jpg") top center;
	background-size: cover;
}
.identity-card-printing .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	max-width: 180px;
	background-color: rgba(88, 89, 91, 0.5);
	border-color: #58595b;
}
.identity-card-printing .service-caption p {
	font-size: 1.2rem;
	color: #f2f2f2!important;
}

.tshirt-printing-dtf {
	background: url("../img/new/t-shirt-printing.jpg") top center;
	background-size: cover;
}

.tshirt-printing-dtf .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	max-width: 160px;
/*	background-color: rgba(242, 242, 242, 0.8);*/
	background: transparent;
/*	border-color: #58595b!important;*/
	border: none!important;
	color: #58595b!important;
}

.tshirt-printing-embroidery {
	background: url("../img/new/embroidery.jpg") top center;
	background-size: cover;
}

.tshirt-printing-embroidery .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	min-width: 200px;
	background-color: rgba(242, 242, 242, 0.8);
	border-color: #58595b!important;
	color: #58595b!important;
}

.tshirt-printing-heat-pressing {
	background: url("../img/new/heat-pressing.jpg") top center;
	background-size: cover;
}

.tshirt-printing-heat-pressing .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	max-width: 190px;
	background-color: rgba(242, 242, 242, 0.8);
	border-color: #58595b!important;
	color: #58595b!important;
}

.tshirt-printing-screen {
	background: url("../img/new/screening.jpg") top center;
	background-size: cover;
}

.tshirt-printing-screen .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	min-width: 200px;
	background-color: rgba(242, 242, 242, 0.8);
	border-color: #58595b!important;
	color: #58595b!important;
}

.wedding-invitation-cards {
	background: url("../img/new/invitation-cards.jpg") top center;
	background-size: cover;
}
.wedding-invitation-cards .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	min-width: 260px;
	background-color: rgba(242, 242, 242, 1);
	border-color: #58595b;
}
.wedding-invitation-cards .service-caption p {
	font-size: 1.2rem;
	color: #58595b!important;
}


.car-branding {
	background: url("../img/new/car-truck.jpg") top center;
	background-size: cover;
}
.car-branding .service-caption {
	position: absolute;
	top: 43%;
	right: 43%;
	width: 160px!important;
	height: 160px!important;
	background-color: rgba(242, 242, 242, 0.8);
	border-color: #58595b!important;
	border-radius: 50%;
	padding: 3em 2em!important;
}
.car-branding .service-caption p {
    font-size: 1.1rem;
	color: #58595b!important;
}

.office-branding {
	background: url("../img/new/office-branding.jpg") top center;
	background-size: cover;
}

.office-branding .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	background-color: transparent;
	border: none!important;
	font-size: 120%!important;
	color: #f2f2f2!important;
}

.wall-branding {
	background: url("../img/new/wall-branding.jpg") top center;
	background-size: cover;
}

.wall-branding .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
/*	min-width: 300px;*/
	background-color: transparent;
	border: none!important;
/*	font-size: 120%!important;*/
	color: #f2f2f2!important;
}

.event-conference-branding {
	background: url("../img/new/events-and-conferences.jpg") top center;
	background-size: cover;
}
.event-conference-branding .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
/*	min-width: 300px;*/
	background-color: transparent;
	border: none!important;
	font-size: 120%!important;
	color: #f2f2f2!important;
}

.exhibition-branding {
	background: url("../img/new/exhibition-branding.jpg") top center;
	background-size: cover;
}
.exhibition-branding .service-caption {
	display: none;
}

.plotting-and-contour {
	background: url("../img/new/plotting-and-contour.jpg") top center;
	background-size: cover;
}

.plotting-and-contour .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	max-width: 500px;
	background-color: rgba(242, 242, 242, 0.5);
	border-color: #58595b!important;
}
.plotting-and-contour .service-caption p {
	font-size: 1.2rem;
	color: #58595b!important;
}

.fabrication-installation {
	background: url("../img/new/fabrication-installation.jpg") top center;
	background-size: cover;
}
.fabrication-installation .service-caption {
	position: absolute;
	top: 1em;
	right: 6em;
	max-width: 200px;
/*	background-color: #58595b rgb(88, 89, 91)*/
	background-color: transparent;
	border: none!important;
	color: #f2f2f2!important;
}
.fabrication-installation .service-caption p {
	font-size: 120%!important;
	color: #f2f2f2!important;
}

.promotional-items {
	background: url("../img/new/promotional-items.jpg") top center;
	background-size: cover;
}

.promotional-items .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	max-width: 160px;
/*	background-color: #58595b rgb(88, 89, 91)*/
	background-color: rgba(242, 242, 242, 0.8);
	border-color: #58595b!important;
	color: #58595b!important;
}

.office-stationery {
	background: url("../img/new/office-stationery.jpg") top center;
	background-size: cover;
}

.office-stationery .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
	max-width: 160px;
/*	background-color: #58595b rgb(88, 89, 91)*/
	background-color: rgba(242, 242, 242, 0.8);
	border-color: #58595b!important;
	color: #58595b!important;
}

.office-stationery {
	background: url("../img/new/office-stationery.jpg") top center;
	background-size: cover;
}

.office-stationery .service-caption {
	position: absolute;
	top: 1em;
	right: 1em;
/*	min-width: 300px;*/
/*	background-color: #58595b rgb(88, 89, 91)*/
	background-color: rgba(88, 89, 91, 0.5);
	border-color: #58595b;
	color: #f2f2f2!important;
}

.others {
	background: url("../img/new/office-stationery-2.jpg") top center;
	background-size: cover;
}

.others .service-caption {
	display: none;
}

.live-band {
	background: url("../img/new/live-band.jpg") top center;
	background-size: cover;
}
.live-band .service-caption {
	display: none;
}



@media (min-width: 1024px) {
  #services {
/*    background-attachment: fixed;*/
    background-attachment: scroll;
  }
}

@media (max-width: 992px) {
	#services .play-btn {
		margin-top: 30px;
	}
	#services .container {
		padding-top: 98px;
	}
}

@media (max-width: 768px) {
  #services h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #services h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #services {
    height: auto;
  }

  /*#services .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }*/
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

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

.about .about-img {
  position: relative;
  transition: 0.5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid #ed1c24;
  border-top: 5px solid #ed1c24;
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid #ed1c24;
  border-bottom: 5px solid #ed1c24;
  transition: 0.5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.services-list {
	list-style-type: none;
	padding-left: 0!important;
}

.brands .services-list {
	width: 60%;
}

.brands .services-list li {
    font-size: 120%;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
	border-bottom: 2px solid #ed1c24;
    margin-bottom: .25em;
    padding-bottom: .25em;
    transition: all 0.1s ease-in-out;
}
.services .services-list li,
.brands .services-list li {
	cursor: pointer;
}
.services .services-list li {
	padding-bottom: .5em;
}
.services .services-list li:hover,
.services .services-list li:focus {
	color: #ed1c24;
	font-weight: 600;
}
.brands .services-list li:hover,
.brands .services-list li:focus {
	color: #ed1c24;
	border-color: #58595b;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  float: left;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background: #58595b;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
/*  font-family: "Poppins", sans-serif;*/
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 20px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
/*  background: #0c0b09;*/
  background: transparent;
  border-color: #625b4b;
  color: #0c0b09;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
/*  color: #a49b89;*/
  color: #0c0b09;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #0c0b09;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ed1c24;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover,
.contact .php-email-form button[type=submit]:focus {
  background: #58595B;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Others */

.swiper-slide {
	cursor: grab;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
/*        max-width: 960px;*/
    }
}

@media (max-width: 991px) {

	header .container-fluid .row {
	    width: 100%;
	}
	header .container-fluid .row > * {
		width: auto;
	}

}

@media (min-width: 769px) {
	
	#hero .full-screen.slider-logo {
		background: none;
	}
}

@media (max-width: 768px) {
    
    #header {
		top: 0;
	    height: 100px;
	    margin-bottom: 0;
	}

	header .container-fluid {
        background: none!important;
        width: 100%;
        padding: 2em;
  	}

	header .container-fluid {
        background: none!important;
        width: 100%;
        padding: 2em;
  	}

  	.navbar {
		border: none;
	}
	
	.main {
		margin-top: 80px;
	}

  	#footer .container {
	    background: none!important;
	    position: initial;
	    bottom: 0!important;
	    max-width: 100%!important;
	    min-height: 70px;
	    padding: 0 0 0 2em;
	    margin: 0 auto;
	}

  	#hero .container {
    	width: 100%;
    	min-width: 100%;
    	margin: 0;
    	padding: 0!important;
    	min-height: 560px;
    }

    .homepage-image img {
    	/*width: 100%;
    	min-width: 100%;
    	min-height: 400px;
    	max-height: 400px;*/
	    visibility: hidden;
    }
    .about-img img {
    	max-width: 500px;
    }
    section .container .order-2 {
		border: none;
	}

    .tshirt-printing-screen .service-caption,
    .tshirt-printing-embroidery .service-caption,
    .tshirt-printing-heat-pressing .service-caption,
    .office-branding .service-caption,
    .wedding-invitation-cards .service-caption,
    .plotting-and-contour .service-caption,
    .fabrication-installation .service-caption {
		top: 4em;
	}

	.tshirt-printing-dtf .service-caption {
	    top: 72%;
	    left: 45%;
	}
	.car-branding .service-caption {
	    top: 40%;
	    right: 33%;
	}
	.event-conference-branding .service-caption {
		top: 4em;
		max-width: 200px;
	}
	.graphics-designing .service-caption {
		background-color: rgba(88, 89, 91, 0.5);
		border-color: #58595b!important;
		color: #f2f2f2!important;
	    top: 5em;
	    right: 1em;
	}
	.wedding-invitation-cards .service-caption {
		min-width: 180px;
	}
	.fabrication-installation .service-caption {
		max-width: 240px;
	    top: 10em;
	    left: 11em;
	}

	.identity-card-printing .service-caption {
	    top: 4em;
	}
	.wall-branding .service-caption {
	    top: 1.4em;
	    right: 0;
	}
	.plotting-and-contour .service-caption {
	    background-color: rgba(242, 242, 242, 0.8);
	}
	.promotional-items .service-caption {
	    top: 4em;
	}
	.brands .services-list {
	    width: 100%;
	}

}