
/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Partner
	05. About area
	06. Process area
	07. Services area
	08. Testimonial
	09. Pricing
	10. Video area
	11. Blog
	12. Newsletter area
	13. Footer
	14. Inner page header
	15. Faq
	16. Portfolio
	17. Comment box
	18. Contact us
	19. Team
	20. Gallery
	21. Privacy policy
	22. Login
	23. Error page 404
		
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #f44647;
	color: #fff;
}
::-moz-selection {
 background-color: #f44647;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
	overflow: hidden;
    overflow-y: scroll;
}
p {
	line-height: 24px;
	font-size: 16px;
	color: #6c757d;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/*Colors code CSS*/
.priTextColor{
	color: #0D0094 !important;
}
.priBgColor{
	background-color: #0D0094 !important;
}
.secTextColor{
	color: #0D0094 !important;
}
.secBgColor{
	background-color: #000000 !important;
}
.priGradientColor{
	background: linear-gradient(64deg, #14f5f5, rgb(11, 71, 237));
}
.yellowTextColor{
	color: #eded0b !important;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #000000;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #f47216;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #ffffff;
	border: 0;
	border-radius: 0px;
	position: relative;
	padding: 8px 23px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background: #0D0094;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 33%);
}
.btn-style-1:after {
	position: absolute;
	top: 5px;
	width: 12px;
	left: 8px;
	background-color: #303030;
	content: "";
	height: 2px;
}
.btn-style-1:before {
	position: absolute;
	top: 5px;
	width: 2px;
	left: 6px;
	background-color: #303030;
	content: "";
	height: 13px;
}
.btn-style-1:hover {
	background-color: #25b4ec;
	color: #fff;
	text-decoration: none;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h6 {
	font-size: 14px;
	color: #000;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #0D0094;
	padding: 18px 0px;
}
.header-location li {
	color: #fff;
	width: 55%;
	text-align: center;
	padding: 4px 0px;
}
.header-location li a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header-location li a:hover {
	color: #00275e;
}
.header-location li i {
	    color: #ffffff;
	    text-align: center;
	    margin-right: 11px;
	    font-size: 13px;
	    border-radius: 100%;
	    width: 30px;
	    height: 30px;
	    background-color: #000000;
	    padding: 8px;
	    border: 1px solid #5b9df9;
	    box-shadow: inset 2px 2px 4px 0px rgb(0 0 0 / 24%);
}
/* header social */
.header-social li {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px 8px;
	color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
	color: #ee4155;
}
.header-top-right ul.header-top-menu {
	margin-left: 30px;
	padding-left: 6px;
	position: relative;
}
.header-top-right ul.header-top-menu:before {
	position: absolute;
	content: '';
	background-color: rgba(255,255,255,0.3);
	width: 1px;
	height: 12px;
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
}
.header-top-right ul.header-top-menu li a {
	color: #fff;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
	padding: 0px;
	border-radius: 8px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu li p {
	font-size: 12px;
	color: #fff;
	background-color: #ee4155;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	white-space: nowrap;
	margin-bottom: 0px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu:before {
	right: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #ee4155;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li:nth-child(2) a {
	padding-top: 16px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a {
	display: block;
	color: #333;
	font-size: 12px;
	padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
	color: #ee4155
}
.header-top-right ul.header-top-menu li.get-quote-btn a {
	background-color: #ee4155;
	padding: 6px 11px;
	border-radius: 4px;
}
.header-lover .navbar-brand {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	display: block;
	background-color: transparent;
	position: relative;
	z-index: 5;
	left: -12px;
	box-shadow: none;
	top: 0px;
}
.header-lover .navbar-brand img {
    height: 50px;
    width: auto;
    object-fit: contain;
    object-position: center;
}
.header-lover {
	padding: 19px 25px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #0D0094;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.navbar-brand::before,
.navbar-brand::after,
.menu-logo::before,
.menu-logo::after {
    content: none !important;
}
.menu-logo {
    background: none !important;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 12px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    z-index: 1;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #fff;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	margin-left: 0px;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 8px;
	background-color: #000000;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 33%);
}
.header-lover .dropdown-menu:before {
	left: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #000000;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #fbc712;
	padding-left: 20px;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 999 !important;
	/*background-color: #fff !important;*/
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #fff;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #fff !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: left;
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012a5e+0,ee4155+100&0.7+1,0.7+100 */
	background: -moz-linear-gradient(left, rgba(1,42,94,0.7) 0%, rgba(3,42,94,0.7) 1%, rgba(238,65,85,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(1,42,94,0.7) 0%, rgba(3,42,94,0.7) 1%, rgba(238,65,85,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, transparent 20%, #2f60e79e 100%, #020b8d9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3012a5e', endColorstr='#b3ee4155', GradientType=1 ); /* IE6-9 */
 opacity: 0;
}
.slider .carousel-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0.1;
	background-image: url(../img/slider/line-bg.png);
	background-position: center center;
}
.slider .slider-caption-box {
	border: 0px solid rgba(255,255,255,0.3);
	padding: 25px;
	border-radius: 10px;
	background-color: transparent;
	backdrop-filter: blur(6px);
	text-align: center;
	width: 80%;
    margin: auto;
}
.slider .slider-caption-box h2 {
    color: #ffffff !important;
}
.slider .carousel-item {
	background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 200px 0px;
    height: 90vh;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/Design-and-print.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/businesscard.webp"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/Printing-concept.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
	    position: relative;
	    margin-bottom: 10px;
	    font-size: 13px;
	    color: #fff;
	    font-style: italic;
	    display: inline-block;
	    background-color: #0D0094;
	    padding: 0px 16px;
}
.slider .carousel-caption h2 {
	font-weight: 700;
    margin-bottom: 30px;
    font-size: 60px;
    color: #fff;
    line-height: 82px;
    text-transform: capitalize;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 0px;
	color: #ffffff;
	text-align: center;
	background-color: #0D0094;
	font-size: 18px;
	opacity: 1;
}
.slider .carousel-control-next {
	top: auto;
	width: auto;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 0px;
	bottom: 46%;
}
.slider .carousel-control-prev {
	right: auto;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	bottom: 46%;
	top: auto;
	left: 0px;
}
/* ===================================
	04. Partner
=================================== */
.partner-area {
	background-color: #012a5e;
}
/* ===================================
	05. About area
=================================== */
.about-us-info h6 {
	    color: #000000;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about-us-info h2 {
	margin-bottom: 15px;
}
.about-us-info ul li {
	font-size: 14px;
	color: #000;
	padding-bottom: 12px;
}
.about-us-info ul li:last-child {
	padding-bottom: 0px;
}
.about-us-info ul li i {
	color: #ffc107;
}
.about-img img {
	border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 18px 47px 0px rgb(0 0 0 / 25%);
}
/* request a quote form */
.request-a-quote-form {
	background-color: #012a5e;
	padding: 25px;
	border-radius: 8px;
}
.request-a-quote-form h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 28px;
}
.request-a-quote-form input, .request-a-quote-form select {
	border: 0px;
	padding: 16px 12px;
	font-size: 12px;
}
/* ===================================
	06. Process area
=================================== */
.single-process {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 12px 33px 0px rgb(0 0 0 / 31%);
}
.single-process .process-icon {
	    margin-right: 19px;
    border-right: 1px solid rgba(0,0,0,0.2);
    width: 77px;
    height: 53px;
    padding-right: 8px;
}
.single-process .process-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
}
.single-process .process-content .title {
	font-size: 17px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
}
.single-process .process-content p {
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-process:hover .title {
	color: #000000;
}
.section-title {
    text-align: center;
    margin-bottom: 45px;
}
.about-area {
    background: none !important;
    background-image: none !important;
}

.about-area::before,
.about-area::after {
    display: none !important;
}
/* ===================================
	07. Services area
=================================== */
.service-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.service-item:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 10px solid hsl(0deg 0% 65% / 32%);
    border-top: 10px solid hsl(0deg 0% 65% / 32%);
    border-right: 10px solid hsl(0deg 0% 65% / 32%);
    border-bottom: 10px solid hsl(0deg 0% 65% / 32%);
}
.service-item h4 {
	position: absolute;
	bottom: 19px;
	left: 0px;
	right: 0px;
	margin: auto;
	font-weight: 500;
	width: 85%;
	padding: 17px 12px;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #0D0094;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
	border-radius: 7px;
}
.service-item h4 a {
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item:hover h4 {
	background-color: #25b4ec;
}
.service-item:hover h4 a {
	color: #fff;
}
.services-carousel .owl-dots {
	margin-top: 30px !important;
}
.services-carousel .owl-dots button span {
	border-radius: 0px !important;
	background-color: #fff !important;
	margin: 0px 4px !important;
	width: 14px !important;
	height: 14px !important;
	border: 1px solid rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-carousel .owl-dots button.active span {
	background-color: #f47216 !important;
}
/* sidebar services */
.sidebar-services {
	background-color: #012a5e;
	border-radius: 8px;
	padding: 15px;
	position: relative;
	z-index: 0;
}
.sidebar-services:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #ee4155;
	z-index: -1;
}
.sidebar-services li a {
	padding: 0px 16px 16px 16px;
	display: flex;
	width: 100%;
	color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-services li:first-child a {
	padding-top: 16px;
}
.sidebar-services li a:hover, .sidebar-services li.active a {
	color: #ee4155;
}
.sidebar-services li a i {
	margin-left: auto;
}
.sidebar-services li:last-child {
	margin-bottom: 0px;
}
/* side getquote */
.side-getquote {
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012a5e+0,ee4155+100 */
	background: rgb(1,42,94); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(1,42,94,1) 0%, rgba(238,65,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(1,42,94,1) 0%, rgba(238,65,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(1,42,94,1) 0%, rgba(238,65,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5e', endColorstr='#ee4155', GradientType=1 ); /* IE6-9 */
}
.side-getquote h4 {
	color: #fff;
	margin-bottom: 15px;
}
/* single service img */
.single-service-img img {
	border-radius: 8px;
}
/* ===================================
	08. Testimonial
=================================== */
/*.testimonial-area {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}*/
/*.testimonial-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
}*/
.testimonial-box {
	background-color: rgb(0 0 0 / 0%);
	border-radius: 0px;
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	/*background-image: url(../img/request-a-quote/testimonial-bg.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;*/
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 85%;
	margin: auto;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
}

/* ===================================
	09. Pricing
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 2px solid rgba(0,0,0,0.3);
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head {
	position: relative;
	padding: 30px;
	background-color: #012a5e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 6px;
}
.single-pricing .pricing-classic-price {
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	font-size: 28px;
}
.single-pricing .pricing-classic-price span {
	font-size: 12px;
	font-weight: 400;
}
.single-pricing .pricing-body {
	padding: 30px;
}
.single-pricing ul.feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing ul.feature li {
	display: block;
	font-size: 15px;
	padding-bottom: 16px;
	text-transform: capitalize;
	color: #6c757d;
}
.single-pricing ul.feature li .fa-check {
	color: #012a5e;
}
.single-pricing ul.feature li .fa-times {
	color: #ee4155;
}
.single-pricing ul.feature li:last-child {
	padding-bottom: 0;
}
.single-pricing:hover, .single-pricing.active {
	border: 2px solid #012a5e;
}
.single-pricing.active .pricing-head, .single-pricing:hover .pricing-head {
	background-color: #ee4155;
}
/* ===================================
	10. Video area
=================================== */
.video-area {
	background-image: url(../img/bg/contact-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 100px 0px;
}
.video-area:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(8 5 0 / 75%);
    z-index: -1;
    opacity: 0.9;
}
.video-img {
	position: relative;
}
.video-img img {
	border-radius: 8px;
	border: 2px solid rgba(255,255,255,0.6);
}
.video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	background-color: #ee4155;
	margin: auto;
	border-radius: 50%;
	z-index: 1;
	transition: 0.3s;
	color: #fff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.video-btn:hover {
	color: #fff;
	background-color: #c22537;
}
.video-btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.video-btn:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}
@keyframes pulseInOut {
 0% {
opacity:1;
transform:scale(.3)
}
 100% {
opacity:0;
transform:scale(1.7)
}
}
/* ===================================
	11. Blog
=================================== */
.blog-item-one {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.blog-item-one-img {
	position: relative;
	display: inline-block;
	width: 100%;
}
.blog-item-one-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-one-content {
	background-color: #f5f5f5;
	padding: 20px;
	position: relative;
	border-radius: 0px 0px 0px 8px;
}
.blog-item-one-content p {
	margin-bottom: 0px;
}
.blog-item-one-content .meta {
	margin-bottom: 10px;
}
.blog-item-one-content .meta a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	margin-right: 6px;
}
.blog-item-one-content .meta a:hover {
	color: #ee4155;
}
.blog-item-one-content .meta a i {
	color: #ee4155;
}
.blog-item-one-link {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.blog-item-one-link a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-one-link a:hover {
	color: #ee4155;
}
.blog-item-one .read-more {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background-color: #012a5e;
	padding: 8px 16px;
	border-radius: 0px 0px 0px 8px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-one:hover .read-more {
	background-color: #ee4155;
}
/* news block horizontal */
.news-block-horizontal-content {
	padding: 20px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
}
.news-block-horizontal-one .meta {
	margin-bottom: 10px;
}
.news-block-horizontal-one .meta a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	margin-right: 6px;
}
.news-block-horizontal-one .meta a:hover {
	color: #ee4155;
}
.news-block-horizontal-one .meta a i {
	color: #ee4155;
}
.news-block-horizontal-link {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.news-block-horizontal-link a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-horizontal-link a:hover {
	color: #f43d46;
}
.news-block-horizontal-one .read-more {
	color: #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-horizontal-one .read-more:hover {
	text-decoration: none;
	border-color: #ee4155;
	color: #ee4155;
}
/* sidebar title */
.sidebar-title {
	font-size: 22px;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
}
.sidebar-title:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 41px;
	top: -20px;
	left: 0px;
	background-color: #ee4155;
}
/* sidebar item */
.sidebar-item {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 8px;
	border-top: 2px solid #ee4155;
}
/* search form */
.search-form input {
	padding: 10px 12px;
	border: 0px;
	font-size: 14px;
}
.search-form button {
	background-color: #012a5e;
	color: #fff;
}
.search-form button:hover {
	color: #fff;
	background-color: #ee4155;
}
/* sidebar categories */
.sidebar-categories li a {
	width: 100%;
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	padding: 16px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
	border-bottom: 0px;
}
.sidebar-categories li a span {
	margin-left: auto;
	font-size: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ee4155;
	border-radius: 100%;
	color: #fff;
}
.sidebar-categories li a:hover {
	color: #ee4155;
}
/* recent posts */
.recent-posts li a {
	width: 100%;
	color: #000;
	font-size: 14px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	padding: 0px 0px 16px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.recent-posts li:last-child a {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.recent-posts li .recent-post-img {
	margin-right: 12px;
	float: left;
}
.recent-posts li .recent-post-img img {
	border-radius: 100%;
}
.recent-posts li a:hover {
	color: #ee4155;
}
.recent-posts li a .date-info {
	width: 100%;
	display: inline-block;
	font-size: 10px;
	margin-top: 4px;
	color: #ee4155;
}
/* tags list */
.sidebar-tags {
	display: inline-block;
}
.sidebar-tags li {
	float: left;
}
.sidebar-tags li a {
	background-color: #012a5e;
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px 0;
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	padding: 12px 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-tags li a:hover {
	background-color: #ee4155;
	color: #fff;
}
/* blog post */
.blog-post-img {
	position: relative;
}
.blog-post-img img {
	border-radius: 8px;
}
.blog-post-img .post-date {
	position: absolute;
	top: 10px;
	border-radius: 4px;
	right: 10px;
	background-color: rgba(41,126,232,0.9);
	color: #fff;
	padding: 6px 12px;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}
.blog-post-content .blog-item-meta li a {
	color: #8492a6;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post-content .blog-item-meta li a i {
	color: #ee4155;
}
.blog-post-content .blog-item-meta li a:hover {
	color: #ee4155;
}
.releted-tags a {
	display: inline-block;
	background-color: #333;
	padding: 6px 16px;
	font-size: 12px;
	border-radius: 4px;
	margin-bottom: 6px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.releted-tags a:hover {
	background-color: #012a5e;
	color: #fff;
}
/* post comment form */
.post-comment-form input, .post-comment-form textarea {
	padding: 12px 12px;
	font-size: 14px;
}
/* ===================================
	12. Newsletter area
=================================== */
.newsletter-center {
	background: url(../img/bg/about-banner.jpg);
    position: relative;
    z-index: 0;
    padding: 70px 30px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.newsletter-center:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.newsletter-form input {
	border: 0px;
	padding: 18px 14px;
	font-size: 12px;
}
/* ===================================
	13. Footer
=================================== */
.footer {
	background-color: rgb(255 255 255);
    padding: 70px 0px 0px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 11%);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 97% 0%;
}
.footer-logo {
	text-align: left;
	margin-bottom: 8px;
	margin-top: 20px;
	width: 140px;
}
.footer-logo img {
	padding: 15px 15px 15px 0px;
	background-color: #ffffff;
}
/* footer contact info */
.footer-contact-info {
	text-align: left;
    padding: 15px 0px;
}
.footer-contact-info li {
	    color: #fff;
	    padding-bottom: 0px;
	    display: flex;
}
.footer-contact-info li a {
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-info li a:hover {
	color: #000000;
}
.footer-contact-info li i {
	color: #f47216;
	text-align: center;
	margin-right: 16px;
	font-size: 14px;
	border-radius: 100%;
}
/* footer link */
.footer-link {
	text-align: left;
	padding: 15px 20px;
	border-top: 0px solid rgba(255,255,255,0.1);
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.footer-link li {
	padding-bottom: 24px;
	position: relative;
}
.footer-link li:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: -18px;
    border-right: 2px solid #f47216;
    border-bottom: 2px solid #f47216;
    transform: rotate(-50deg);
}
.footer-link li a {
	color: #000000;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.footer-link li a:hover {
	color: #376fbd;
}
/* footer copyright */
.footer-copyright {
	text-align: center;
	padding: 12px 0px;
	color: #ffffff;
	border-radius: 50px 50px 0px 0px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 33%);
	background-color: #0D0094;
}
h2.footer-title {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 10px;
}
h2.footer-title:after {
    content: '';
    background-color: #f47216;
    width: 53px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 100px;
}
.quote-title {
    margin: 0px;
    padding: 0px 53px;
}
/* ===================================
	14. Inner page header
=================================== */
.inner-page-header {
	background-color: #431c00;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a5e', endColorstr='#ee4155', GradientType=1 );
	position: relative;
	z-index: 0;
	padding: 120px 0px;
	background-image: url(../img/bg/contact-page-banner.jpg);
	background-position: center;
	background-blend-mode: overlay;
	background-size: cover;
}
.inner-page-header .breadcrumb {
	margin: auto;
	display: inline-block;
}
.inner-page-header .breadcrumb li {
	float: none;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 0px;
}
.inner-page-header .breadcrumb li:before {
	color: #fff;
	padding-right: 10px;
}
.inner-page-header .breadcrumb-item + .breadcrumb-item:before {
	padding: 0 10px 0 10px;
	content: "-";
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	vertical-align: middle;
}
.inner-page-header .breadcrumb li a {
	color: #fff;
	font-weight: 600;
}
.inner-page-header h1 {
	color: #fff;
	font-weight: 600;
	font-size: 55px;
}
/* ===================================
	15. Faq
=================================== */
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #ee4155 !important;
	padding: 20px 20px !important;
	border-bottom: 0;
	font-size: 13px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000 !important;
	padding: 20px 20px !important;
	font-size: 13px;
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: inline-block;
}
.faq-box .accordion-item {
	margin-bottom: 2px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	border-left: 1px solid #ee4155;
	background-color: #fff;
}
.faq-box .accordion-item .accordion-header .accordion-button .number {
	background-color: #ee4155;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 100%;
	color: #FFF;
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
}
.faq-img img {
	border-radius: 8px;
}
/* ===================================
	16. Portfolio
=================================== */
.portfolio-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.portfolio-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.portfolio-item .portfolio-img img {
	border-radius: 8px;
}
.portfolio-item h4 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}
.portfolio-item h4 a {
	font-size: 18px;
	color: #fff;
}
.portfolio-item .zoom-img {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ee4155;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.portfolio-item:hover .zoom-img {
	opacity: 1;
}
/* single portfolio img */
.single-portfolio-img img {
	border-radius: 8px;
}
.project-details h2 {
	font-size: 28px;
}
.project-details ul {
	border-radius: 8px;
	overflow: hidden;
}
.project-details ul li:nth-of-type(even) {
	background-color: #f5f5f5;
}
.project-details ul li:nth-of-type(odd) {
	background-color: #e8e8e8;
}
.project-details ul li {
	padding: 10px 20px;
	display: flex;
	font-size: 14px;
	color: #333;
}
.project-details ul li .title {
	display: inline-block;
	margin-right: 30px;
	padding-right: 20px;
	width: 230px;
	font-weight: 600;
	color: #000;
	position: relative;
}
.project-details ul li .title:after {
	background-color: #fff;
	content: "";
	width: 1px;
	height: calc(100% + 20px);
	top: -10px;
	right: 0;
	position: absolute;
}
/* ===================================
	17. Comment box
=================================== */
.box-comment {
	margin-bottom: 40px;
}
.box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment .box-comment {
	padding-left: 30px;
	margin-top: 40px;
	border-left: 2px solid #012a5e;
}
.box-comment .box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment figure {
	margin: 0 20px 0 0;
}
.box-comment figure img {
	border-radius: 8px;
}
.box-comment h6 {
	font-size: 18px;
	color: #333;
}
.box-comment h6 span {
	font-size: 11px;
	color: #6C6D74;
	display: flex;
	font-weight: 400;
}
.box-comment h6 span .current-year {
	margin-left: 8px;
}
.box-comment .review-text {
	width: 100%;
	position: relative;
}
.box-comment .review-text a {
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	padding: 6px 10px;
	display: inline-block;
	font-size: 10px;
	margin-top: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-comment .review-text a:hover {
	background-color: #ee4155;
}
.box-comment p {
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 8px;
}
/* ===================================
	18. Contact us
=================================== */
.contcat-info-box {
	border: 0px solid rgba(0,0,0,0.1);
	padding: 16px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	z-index: 1;
}
.contcat-info-box i {
	color: #ee4155;
	font-size: 30px;
	margin-bottom: 20px;
}
.contcat-info-box h6 {
	display: inline-block;
	margin-bottom: 4px;
	background-color: white;
	padding: 0px 42px;
}
.contcat-info-box p {
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 6px;
}
.contcat-info-box p a {
	color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contcat-info-box p a:hover {
	color: #ee4155;
}
/* contact form */
.contact-form input, .contact-form textarea {
	padding: 7px 12px;
    font-size: 12px;
    background-color: rgb(255 253 253);
    border-radius: 2px;
    box-shadow: 0px 13px 11px -8px rgb(0 0 0 / 11%);
    margin: 13px 0px;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 0px;
	overflow: hidden;
}
/* ===================================
	19. Team
=================================== */
.team-box {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.team-box:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-text {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 2;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-text h4 {
	color: #fff;
	margin-bottom: 6px;
}
.team-box .team-text span {
	color: #fff;
}
.team-box .team-social {
	position: absolute;
	right: 15px;
	z-index: 2;
	bottom: 15px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-social a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #ee4155;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
}
.team-box:hover .team-text, .team-box:hover .team-social {
	opacity: 1;
}
.team-box:hover:after {
	width: 100%;
	height: 100%;
}
/* ===================================
	20. Gallery
=================================== */
.gallery-box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.gallery-box:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-zoom {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ee4155;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-box-img img {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.gallery-box:hover:after, .gallery-box:hover:before {
	width: 50%;
}
.gallery-box:hover .gallery-zoom {
	opacity: 1;
}
/* ===================================
	21. Privacy policy
=================================== */
.privacy-policy-single-content h3 {
	color: #ee4155;
	font-size: 22px;
}
.privacy-policy-single-content p {
	margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
	padding-bottom: 8px;
	color: #000;
	font-size: 14px;
}
.privacy-policy-single-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
	color: #297ee8;
	padding-right: 6px;
}
/* ===================================
	22. Login
=================================== */
.login-bg {
	background-image: url(../img/bg/login-bg.html);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.login-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(1, 42, 95, 0.65);
	z-index: -1;
}
.login-box {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
}
.login-box label {
	color: #333;
	font-size: 15px;
}
/* ===================================
	23. Error page 404
=================================== */
.error-page-item {
	padding: 30px;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 8px;
}
.error-page-item h2 {
	margin-bottom: 12px;
}
.header-lover .navbar-brand:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -149px;
    width: 100%;
    height: 17%;
    border-top: 23px solid #ffffff00;
    border-bottom: -1px solid #00000000;
    border-right: 20px solid #ffffff;
    border-left: 2px solid transparent;
    transform: rotate(180deg);
    z-index: -3;
}
.header-lover .navbar .nav-item .nav-link:before {
    content: '';
    background-color: #ffffffbd;
    position: absolute;
    top: 16px;
    left: 38%;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    transition: 0.4s all ease-in;
    z-index: -1;
    opacity: 0;
}

.header-lover .navbar .nav-item .nav-link:hover:before {
    width: 100%;
    left: 0px !important;
    background-color: #000000;
    opacity: 1;
}
.header-lover .navbar .nav-item.active .nav-link:before {
    width: 100%;
    background-color: #000000;
    left: 0px;
    opacity: 1;
}
.header-location {
    padding: 0px 0px 0px 16px;
    margin-left: 23px;
    border-left: 1px dashed #ffffff8c;
    box-shadow: -23px 0px 20px -19px rgb(0 0 0 / 14%);
}
li.list-inline-item:last-child {
    width: 41%;
    margin-left: 0px;
    border-left: 1px dashed #ffffff8c;
    box-shadow: -23px 0px 20px -19px rgb(0 0 0 / 14%);
    /* display: flex; */
    /* flex-direction: row; */
    /* margin: auto; */
}
.about-img {
    width: 84%;
    height: 483px;
    margin: auto;
}
.about-us-info p {
    text-align: justify;
    color: black;
    font-size: 16px;
    line-height: 27px;
    margin: 22px 0px;
    letter-spacing: 1px;
}
.about-area {
        background: url(../img/about/paint-splash.png);
    background-position: 0px -53px;
    background-repeat-x: repeat !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}
.heading-Cls {
    color: #080808 !important;
}
.service-img {
    width: 100%;
    height: 400px;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.testimonial-carousel:after {
    content: '';
    background-image: url(img/request-a-quote/testimonial-bg.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -32px;
    z-index: -1;
}
.is-sticky a.navbar-brand {
    height: 78px;
}
/*.is-sticky .header-lover .navbar-brand:after {
    display: none;
}*/
ul.navbar-nav {
    left: -26px;
    position: relative;
}
.testimonial-area {
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 11%);
        /* background-image: url(../img/testimonial/testimonial-bg.png); */
        background-size: 100%;
        background-position: left;
        background-repeat: no-repeat;
        background-color: #00000000;
        background-blend-mode: darken;
}
.testimonial-box:after {
    content: '';
    background: linear-gradient(64deg, #ec2026ff, #eded0bff);
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: -1;
}
.testimonial-title {
    text-align: left;
    padding-right: 40px;
    margin: 0px;
}
.testimonial-area .row {
    align-items: center;
    justify-content: center;
}
.testimonial-title p {
    color: black;
    margin-bottom: 30px;
    font-size: 16px;
}
p.footer-about-para {
    color: #000000;
    text-align: justify;
    font-size: 15px;
    word-spacing: -2px;
    margin-bottom: 40px;
}
.footer-contact-info li span>h6 {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.footer-contact-info li span>p {
    color: #000000;
    font-size: 15px;
}
.video-area {
    padding: 50px 0px;
}
.quote-title {
    margin: 0px;
}
.quote-title p {
    color: #ffffff;
}
.quality-area .row {
    padding: 0px;
    box-shadow: 0px 0px 36px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.subHeading-Cls {
    font-size: 19px !important;
    background-color: #171717;
    padding: 15px 18px;
    color: white !important;
    border-radius: 0px 0px 64px 64px;
    box-shadow: inset 0px 6px 11px -1px rgb(0 0 0 / 16%);
}
ul.quality-list li {
    color: black;
    font-size: 15px;
    padding: 10px 0px 10px 29px;
    text-align: justify;
    /* box-shadow: 0px 6px 11px 0px rgb(0 0 0 / 10%); */
    width: 80%;
    margin: auto;
    letter-spacing: 0px;
    z-index: 1;
    font-weight: 500;
    line-height: 25px;
    position: relative;
}
span.machine-img {
    width: 100%;
    height: 300px;
    display: block;
    box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 8%);
}

span.machine-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.products-area .col-lg-6 {
    padding: 0px;
}
.products-area .row {
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 16px -2px rgb(0 0 0 / 10%);
    background-color: #ffffff;
}
.product-title {
    padding: 0px 40px;
    position: relative;
}
.products-area {
    background-color: #000000;
}
.product-title:after {
    content: '';
    background-color: #000000;
    width: 13%;
    height: 4px;
    position: absolute;
    left: 45%;
    border-radius: 100px;
}
.product-title h2 {
    font-size: 28px;
}
.quality-area .row .col-lg-6 {
    padding: 0px 0px 30px;
    box-shadow: -5px 0px 16px -6px rgb(0 0 0 / 12%);
    margin: 0px;
}
p.contat-para {
    margin: 12px 0px;
    color: #000000;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0px;
}
.footer-copyright a {
    font-weight: 600;
}

ul.quality-list li:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 11px;
    background-color: #f47216;
    border-radius: 2px;
    box-shadow: inset 0px 1px 5px 0px rgb(0 0 0 / 30%);
    border: 0px solid #0000001c;
    background-image: url(../img/icons/check-mark.png);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.quality-area .section-title {
    margin: 0px;
}
.products-area .container {
        max-width: 1030px;
    background-color: #ffffff;
    border-radius: 16px;
}
.go-green-area {
    background-image: url(../img/bg/environmentally-friendly-bg.png);
    background-size: contain;
    background-position: 0px 720px;
    background-repeat: repeat-x;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 14%);
}
.environment-friendly-content h2 {
    position: relative;
    font-size: 18px;
    margin-bottom: 14px;
    background-color: white;
    box-shadow: 0px 3px 16px -3px rgb(0 0 0 / 16%);
    margin-top: 19px;
    padding: 11px 19px;
    left: -24px;
    border-radius: 0px 41px 41px 0px;
    border: 1px solid #dcdcdc;
    border-left: 0px;
}
span.environment-image {
    width: 100%;
    height: 455px;
    display: block;
    margin: auto;
    border-radius: 100px;
}
span.environment-image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
ul.environment-list li {
    color: black;
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 38px;
    text-align: justify;
}
.green-environment-box {
    margin: 18px 0px 17px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 14%);
}
.green-environment-box .col-md-6 {
    padding: 0px;
}

.environment-friendly-content {
    padding: 0px 25px;
}

ul.environment-list li:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../img/icons/go-green-idea.png);
    background-size: contain;
    background-position: center;
}
.contact-info-environment {
    text-align: center;
    background-image: linear-gradient(180deg, white, rgb(255 255 255 / 0%));
    padding: 19px 30px;
    margin-top: 0px;
}

.contact-info-environment p {
    color: black;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
}
div#navbars01 {
    z-index: 999;
    position: relative;
}
li.nav-item {
    padding: 0px 2px;
}
.map-box {
    padding: 0px;
}
span.contact-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 25px;
    box-shadow: 0px 0px 20px 0px rgb(189 185 185 / 26%);
    background-color: #f47216;
    padding: 15px;
}

.contcat-info-box:after {
    content: '';
    width: 80%;
    height: 83px;
    position: absolute;
    top: 43px;
    left: 10%;
    border: 2px solid #eded0b;
    z-index: -1;
    background-color: transparent;
    box-shadow: inset 3px 3px 13px 1px rgb(0 0 0 / 9%);
}
.map-area .main-contact-row {
    padding: 29px 28px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 3px;
    border: 2px solid white;
}
.form-container {
    padding: 0px 18px;
}
.contact-us-title .heading-Cls {
    color: white !important;
    font-size: 30px;
}

.contact-us-title {
    text-align: left !important;
    margin-bottom: 27px;
        margin-top: 20px;

}

.contact-us-title h6 {
    color: white;
}
.map-container {
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 33%);
    padding: 5px;
}
.about-page-img img {
    box-shadow: none !important;
    object-fit: contain;
}
.about-page-img {
    width: 100% !important;
}
.about-banner {
    background-image: url(../img/bg/about-banner.jpg) !important;
    background-position: bottom;
}
.testimonial-container-cls:after {
    height: 74%;
    bottom: 0px;
    top: auto;
}
.testimonial-para {
    font-size: 14px;
    padding: 0px 20px;
}
.testimonial-container-cls {
    width: 95%;
    background-color: white !important;
    justify-content: flex-start;
    padding-top: 52px;
}
.testimonial-container-cls:before {
    content: '';
    width: 86%;
    height: 83%;
    position: absolute;
    top: 36px;
    left: 36px;
    border: 3px solid;
    border-left-color: white;
    border-bottom-color: white;
    border-top-color: #f47216;
    border-right-color: #f47216;
    border-radius: 21px;
}
span.quote-icon {
    position: absolute;
    width: 41px;
    height: 41px;
    background-color: white;
    top: 34px;
    left: 23px;
    padding: 7px;
}

.quote-icon-close {
    bottom: 23px !important;
    right: 36px !important;
    top: auto !important;
    left: auto !important;
    background-color: #000000 !important;
}
.testimonial-banner {
    background-image: url(../img/bg/testimonial-banner.jpg);
    background-position: center;
}
.services-title {
    text-align: justify;
    padding: 30px 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
}
.services-page-area .row {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 22%);
    padding: 55px 20px;
    align-items: center !important;
    position: relative;
    background-color: white;
    z-index: 1;
}
span.service-image {
    display: block;
    width: 90%;
    margin: auto;
    height: 515px;
}

span.service-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 20px 0px rgb(173 173 172);
}
.services-title:after {
    content: '';
    background: #f47216;
    width: 609px;
    height: 130px;
    position: absolute;
    top: 0px;
    left: -51px;
    z-index: -1;
    background-image: url(../img/icons/label-print.png);
    background-size: 71px;
    background-position: 94% 28px;
    background-repeat: no-repeat;
    /* background-blend-mode: soft-light; */
}
.services-title .heading-Cls {
    margin-bottom: 62px;
    color: white !important;
}
p.services-para {
    padding-right: 20px;
}
.services-page-area .row:after {
    content: '';
    background-color: #020202;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.printing-title:after {
    background-image: url(../img/icons/printing-division.png) !important;
    background-color: #f47216;
}
.digital-title:after{
	background-image: url(../img/icons/digital-printing.png) !important;
}
.graphic-image:after {
    background-color: #f47216;
    background-image: url(../img/icons/graphic-design.png);
}
.services-title-cls h6 {
    color: black !important;
}
.services-banner {
    background-image: url(../img/bg/services-banner.jpg) !important;
    background-position: top !important;
}
.contact-us-btn {
    background-color: #f47216;
}

.contact-us-btn:hover {
    background-color: #000000 !important;
}
.sitemap-menu-item .list-item {
    display: inline-block;
    width: 36%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 21%);
    margin: 0px 6px;
    padding: 13px 37px;
    background-color: #000000;
    border-radius: 3px;
}
.sitemap-menu-item .list-item a {
    color: white;
}
.sitemap-menu-item {
    align-items: center;
    justify-content: center;
    display: flex;
}
.sitemap-menu-item .list-item:after {
    left: 18px;
    top: 20px;
}
form#contact-form .bXXPzg a {
    display: none;
}
.contact-form label {
    color: white;
    font-size: 13px;
}
.contact-send-button {
    background-color: #f47216 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px !important;
    font-weight: 600;
}
section.award-area {
	background-image: url(../img/bg/award-abstract.jpg);
    background-size: 10%;
    background-repeat: repeat;
    background-position: left;
    background-color: rgb(255 255 255 / 96%);
    position: relative;
    z-index: 1;
    background-blend-mode: overlay;
}

h2.award-title {
    color: black;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
}
section.award-area:after {
    content: '';
    background: linear-gradient(45deg, #ec2026ff, #eded0bff);
    position: absolute;
    width: 36%;
    height: 100%;
    top: 0px;
    left: -64px;
    transform: skewX(22deg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
section.award-area:before {
    content: '';
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../img/bg/award-left.png);
    background-size: 64%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
}
.award-content {
    padding: 70px 40px;
}
.footer-link-padding{
	position: relative;
    left: -35px;
}
span.award-img {
    display: block;
    width: 100%;
    height: 250px;
}

span.award-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
}