body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

/*
Primary color: #071e70
Secondary color: #39b7e6
*/

/*------------------------------------------------------------
	Global
------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
}
h2 {
	font-size: 32px;
	line-height: 44px;
}
h3 {
	font-size: 25px;
}
p {
	color: #000;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 50px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.ps-section-entry {
	padding-top: 0;
}
.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.section {
	transition: all 1s ease;
}
.section-hidden {
	opacity: 0;
	transform: translateY(8rem);
}
.subtitle.style1 {
	color: #909090;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

/*------------------------------------------------------------
	Components
------------------------------------------------------------*/

/* Modal */
.nav-item-modal {
	display: flex;
	align-items: center;
}
.nav-link.c-btn {
	color: #fff!important;
	line-height: unset;
	padding: 0.5rem 1rem !important;
}
.digi-modal {
	width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 5rem;
	box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
	z-index: 10000;
	transition: all 0.5s;
	background-color: #fff;
}
.digi-modal-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 100;
	transition: all 0.5s;
}
.btn-close-modal {
	font-family: inherit;
	color: inherit;
	position: absolute;
	top: 0.5rem;
	right: 2rem;
	font-size: 4rem;
	cursor: pointer;
	border: none;
	background: none;
}
.hidden {
	opacity: 0;
	visibility: hidden;
}


/*-------------------------------------------------------------
	Navbar
-------------------------------------------------------------*/

.navbar {
	background-color: transparent!important;
}
.logo-img {
	width: 175px;
}
.nav-item {
	padding-left: 18px;
}
.nav-link {
	color: #000!important;
	line-height: 50px;
	font-weight: 600;
}
.nav-link:hover {
	color: red!important;
}
.customNav {
	animation: navSlide 1s ease forwards;
	background-color: #fff!important;
	-webkit-box-shadow: 0 2px 16px 7px rgba(0,0,0,0.2);
	box-shadow: 0 2px 16px 7px rgba(0,0,0,0.2);
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}
.dropdown-nav {
	position: relative;
}

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}




/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	position: relative;
	overflow: hidden;
	/* margin-top: 88px; */
}

.mb2 {
	margin-bottom: 1.5rem;
}

.ps-card-col-inner {
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 10px 43px 0px rgba(109, 125, 145, 0.14);
	padding: 20px 20px 40px 20px;
	margin-bottom: 30px;
	position: relative;
}

.service-figure {
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.ps-card-img {
	border-radius: 6px;
	transform: scale(1.03);
	transition: all 0.8s;
	overflow: hidden;
}

.service-figure::before, .service-figure::after {
	content: "";
	background-color: #fff;
	height: 0;
	width: 0;
	position: absolute;
	transition-duration: 1.3s!important;
	z-index: 3;
}

.service-figure::before {
	right: 0;
	opacity: 1;
	top: 0;
}

.service-figure::after {
	bottom: 0;
	opacity: 0.7;
	left: 0;
}

.ps-card-col-inner:hover .service-figure::before {
	height: 100%;
	width: 100%;
	opacity: 0;
}

.ps-card-col-inner:hover .service-figure::after {
	height: 100%;
	width: 100%;
	opacity: 0;
}

.ps-icon {
	height: 90px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffebe4;
	border-radius: 50%;
	padding: 10px;
	border: 8px solid #fff;
	transition: all 0.8s;
	margin-top: -50px;
	position: relative;
	z-index: 9;
	margin-left: 30px;
	overflow: hidden;
}

.ps-icon i {
	font-size: 45px;
	color: #fff;
	transform: scale(1.03);
	transition: all 0.8s;
	display: block;
}

.service-info {
	padding: 0 20px;
}

.service-title {
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}

.service-title a {
	color: #000;
}

.ps-catch {
	background-color: #f7f7f7;
    padding-top: 6rem;
}

.ps-card-col-inner:hover .service-title a {
	color: red;
}

.ps-btn-style1 {
	border: 1px solid #dfdfdf;
	display: inline-flex;
	align-items: center;
	padding: 15px 30px 15px 30px;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
	font-size: 15px;
	border-radius: 50px;
    box-shadow: 0 6px 27px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
}

.ps-btn-style1:hover {
	color: red;
}

.ps-btn-style1 i {
	margin-left: 10px;
    height: 20px;
    width: 20px;
    line-height: 14px;
    text-align: center;
    border: 3px solid red;
    border-radius: 50px;
    color: red;
    font-size: 11px;
	transition: all 0.4s;
}

.ps-btn-style1:hover i {
	margin-left: 15px;
}

.card-wrap {
	margin-bottom: 2rem;
}

.ps-dis-column-inner {
	padding-right: 3rem;
}

.vision-mission-wrap ul.nav-tabs {
	margin-bottom: 20px;
	border: none;
}

.vision-mission-wrap li.nav-item:nth-child(1) {
	padding-left: 0;
}

.vision-mission-wrap button.nav-link {
	border: none;
    color: #000!important;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    padding-left: 0;
    background-color: transparent;
	text-transform: capitalize;
}

.vision-mission-wrap button.nav-link.active {
	border-bottom: 3px solid red;
}

.ps-expert-section-entry {
    background: linear-gradient(to bottom, #fff, #fff 50%, red 50.01%, #ec2028);
}

.ps-expert-container div.row {
    background-color: #fff;
    border-radius: 10px;
}

.ps-expert-cover {
	padding-top: 40px;
    padding-bottom: 40px;
	height: 100%;
    display: flex;
    align-items: center;
}

.psec {
	background-color: red;
	border-radius: 75px 10px 0 75px;
    padding-left: 40px;
}

.ps-expert-cover p {
	color: #fff;
	font-size: 20px;
}

.ps-expert-cover a {
	color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.ps-explore-section-entry {
	background-color: #ec2028;
	overflow: hidden;
	padding: 4rem 0 2rem 0;
}

.ps-explore-cover {
	padding-top: 60px;
	position: relative;
}

.ps-explore-inner-cover {
	position: absolute;
	left: -60px;
    right: -60px;
    top: 0;
	height: 100%;
}

.ps-explore-inner-cover img {
	border-radius: 0 15px 0 0;
}

.ps-explore-title-wrap h2 {
	color: #fff;
}

.ps-explore-multi-content {
	padding-left: 50px;
}

.ps-explore-multi-content .accordion>.card>.card-header {
	background: transparent;
    border: none;
}

.ps-explore-multi-content .accordion>.card {
	background: transparent;
    border: none;
}

.ps-explore-multi-content button {
	color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-left: 0;
}

.ps-explore-multi-content button:hover, .ps-explore-multi-content button:focus {
	text-decoration: none;
	color: #fff;
}

.ps-explore-multi-content .card-body {
	padding-top: 5px;
}

.ps-explore-multi-content .card-body p {
	color: #fff;
	margin-bottom: 0;
}

.section-title {
	font-size: 30px;
}




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

.about-pg-wrap {
	padding-bottom: 0;
}
.about-text-inner-cover {
	margin-bottom: 20px;
}
.about-title-wrap {
	margin-bottom: 10px;
}
.about-text-wrap {
	margin-bottom: 35px;
}
.about-us-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	box-shadow: 0 6px 32px 0 rgb(126 126 126 / 10%);
    transition: all 0.3s ease-in-out;
    position: relative;
	background-color: #fff;
    padding: 40px 65px 30px 50px;
	margin-bottom: 20px;
}
.usp-img-wrap {
	margin-right: 25px;
	background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
}
.usp-img-wrap img {
	width: 50px;
	height: auto;
}
.about-img-wrap {
	padding-left: 40px;
}
.about-img-wrap img {
	border-radius: 0 80px 0 80px;
}
.speciality-wrapper {
	padding-top: 6rem;
}
.speciality-title-wrap {
	text-align: center;
}
.speciality-text-wrap {
	text-align: center;
}
.spec-usp-wrapper {
	padding-top: 2.5rem;
}
.spec-text-wrapper {
	background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.testimonial-wrapper {
	background-image: url('../img/figure72.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 12rem 0 6rem 0;
}
.testimonial-wrap {
	text-align: center;
}
.testimonial-img-wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 2rem auto;
}
.testimonial-content-wrap {
	position: relative;
	padding: 0 4rem;
	margin-bottom: 3rem;
}
.testimonial-content-wrap::after {
	content: '';
	position: absolute;
	left: 50%;
    bottom: -20px;
    height: 3px;
    width: 60px;
    background-color: #fff;
    transform: translateX(-50%);
}
.testimonial-content-wrap p {
	color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
}
.testimonial-name-wrap h3, .testimonial-name-wrap h6 {
	color: #fff;
}
.testimonial-name-wrap h6 {
	font-weight: 500;
}

/*---------------------------------------------------------------
	Team
---------------------------------------------------------------*/

.magic-team-wrapper {
	box-shadow: 2px 7px 11px 4px rgb(0 0 0 / 6%);
    padding: 20px;
}
.team-wrap {
	padding: 5rem 0 0;
}
.department-title {
	position: relative;
	margin-bottom: 4rem;
	text-align: center;
	text-transform: uppercase;
}
.department-title::after {
	content: '';
	position: absolute;
	left: 50%;
    bottom: -20px;
    height: 3px;
    width: 100px;
    background-color: red;
    transform: translateX(-50%);
}
.team-card-name {
	text-align: center;
	padding: 20px 0 5px 0;
}
.team-card-name h3 {
	margin-bottom: 0;
}
.team-card-department {
	text-align: center;
}
.team-card {
	position: relative;
	margin-bottom: 4rem;
}
.team-card::after {
	content: '';
	position: absolute;
	left: 50%;
    bottom: -15px;
    height: 3px;
    width: 30px;
    background-color: red;
    transform: translateX(-50%);
}
.mt-lead-text {
	padding-top: 100px;
}
.mt-lead-title h3 {
	font-weight: 800;
}
.mt-lead-title h3 span {
	font-weight: 600;
}
.magic-lead-team-wrapper {
	margin-bottom: 3rem;
}

/*---------------------------------------------------------------
	Gallery
---------------------------------------------------------------*/

.gallery-title-wrap {
	text-align: center;
	margin-bottom: 3rem;
}
.gallery-cover {
	margin-bottom: 2rem;
}
.btn-gallery {
	padding: 0;
    border-radius: 0;
}
.gallery-item .modal-dialog {
	max-width: 80vw;
}

/*---------------------------------------------------------------
	Services
---------------------------------------------------------------*/

.entry-banner {
	background-color: #272727;
}
.page-banner-wrap {
	padding: 140px 0 150px;
    position: relative;
    z-index: 2;
}
.banner-container {
	position: relative;
}
.banner-element-top {
	position: absolute;
    right: 0;
    top: 0;
}
.banner-element-bottom {
	position: absolute;
    left: 0;
    bottom: 0;
}
.page-banner-wrap h1 {
	color: #fff;
}
.page-banner-wrap ol.breadcrumb {
	background-color: transparent;
	padding: 0;
}
.page-banner-wrap .breadcrumb-item {
	color: red;
	font-weight: 500;
}
.page-banner-wrap .breadcrumb-item.active::before {
	color: #fff;
    content: "-";
}
.page-banner-wrap .breadcrumb-item a {
	color: #fff;
}
.services-cover {
	position: relative;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
    z-index: 2;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.services-cover:hover {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service-wc:hover {
	background-image: url('../img/warranty.jpg');
}
.service-leaf:hover {
	background-image: url('../img/leaflets.jpg');
}
.service-barcode:hover {
	background-image: url('../img/barcode.jpg');
}
.service-metalized:hover {
	background-image: url('../img/metalized-label.jpg');
}
.service-roll:hover {
	background-image: url('../img/roll-form.webp');
}
.service-sheet:hover {
	background-image: url('../img/sheet-form.jpg');
}
.services-inner-cover {
	display: flex;
	padding: 50px 50px 50px 50px;
}
.icon-wrap i {
	font-size: 60px;
}
.service-cover {
	margin-left: 30px;
}
.service-cover h3 {
	margin-bottom: 15px;
}
.service-cover a {
	color: #000;
}
.service-cover p {
	margin-bottom: 20px;
}
.service-cover a.ps-btn-style1 {
	padding: 13px 20px;
}
.services-cover:hover .services-inner-cover {
	background-color: rgba(0, 0, 0, 0.6);
}
.services-cover:hover .icon-wrap i, 
.services-cover:hover a,
.services-cover:hover p {
	color: #fff;
}
.services-cover:hover a.ps-btn-style1 {
	background-color: red;
	color: #fff;
	border: 1px solid red;
}
.services-cover:hover a.ps-btn-style1 i {
	color: #fff;
	border: 3px solid #fff;
}
.service-image-wrap {
	padding-right: 15px;
}
.service-image-wrap img {
	width: 100%;
	height: auto;
}
.service-text-wrap {
	margin-top: 30px;
	padding-right: 15px;
}
.service-text-wrap p {
	color: #000;
}
.service-sidebar-bg-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url('../img/portfolio12.jpg');
}
.service-sidebar-bg-wrap-inner {
	padding: 20px;
	background: rgba(0,0,0,0.5);
}
.sidebar-title-wrap {
	padding: 0 15px;
	text-align: center;
	margin-bottom: 35px;
}
.side-heading-wrap {
	margin-bottom: 20px;
}
.side-heading-wrap h3 {
	position: relative;
	margin-bottom: 45px;
}
.side-heading-wrap h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 15px;
	height: 4px;
	background-color: red;
	border-radius: 2px;
}
.side-heading-wrap h3::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: -20px;
	width: 30px;
	height: 4px;
	background-color: red;
	border-radius: 2px;
}
.side-contact-list {
	padding-left: 0;
}
.side-contact-list li {
	margin-bottom: 15px;
}
.side-links {
	color: #000;
	text-decoration: none;
}
.side-links:hover {
	color: #000;
}
.sidebar-title-wrap h3 {
	color: #fff;
}
.sidebar-ct {
	position: relative;
	text-align: center;
	border: 2px dashed #adadad;
    padding: 20px 0;
	margin-bottom: 25px;
}
.sidebar-ct a {
	color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.sidebar-ct i {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
	color: #fff;
    background-color: red;
	height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.br-download-btn-wrap {
	padding: 10px 20px;
    border: 1px solid #c4c4c4;
    margin-top: 10px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.3s ease;
}
.br-download-btn-wrap:hover {
	background-color: red;
}
.br-download-btn {
    display: block;
	color: #000;
    font-weight: 600;
}
.br-download-btn-wrap i {
	font-weight: 600;
	margin-right: 15px;
}
.br-download-btn-wrap:hover .br-download-btn,
.br-download-btn-wrap:hover i {
	color: #fff;
}
.nav-link:focus {
	outline: none;
  }
  #mission-tab {
	padding: 10px;
  }
  #vision-tab {
	padding: 10px;
  }

/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------
	Contact
-----------------------------------------------------------------*/

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}
.ct-top-wrap {
	margin-bottom: 4rem;
}
.ct-top-cover {
	border: 1px solid #cacaca;
	position: relative;
	border-radius: 4px;
	height: 100%;

}
.ct-top-inner-cover {
	text-align: center;
	padding: 60px 15px 40px 15px;
}
.ct-icon-wrap {
	position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 62px;
    height: 62px;
    background-color: red;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    color: #fff;
}
.ct-icon-wrap i {
	transform: rotate(-45deg);
    font-size: 25px;
    line-height: 62px;
}
.ct-top-inner-cover h3 {
	font-size: 18px;
}
.ct-top-inner-cover a {
	color: #252525;
}
.ct-top-inner-cover a:hover {
	color: red;
}
.ct-top-inner-cover p {
	margin-bottom: 0;
}
.ps-ct-sec {
	/* height: 100%; */
	overflow: hidden;
}
.map-cover {
	height: 100%;
	position: relative;
	padding-bottom: 120%;
	overflow: hidden;
}
.map-cover iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.ps-ct-form-wrap {
	height: 100%;
	background-color: #f5f5f5;
    padding: 50px 30px;
}
.ps-ct-form-wrap form input, .ps-ct-form-wrap form textarea {
	margin-bottom: 22px;
	border: none;
}
.ps-ct-form-wrap form input::placeholder, .ps-ct-form-wrap form textarea::placeholder {
	color: #000;
	font-size: 14px;
}
.ps-submit {
	background-color: red;
	color: #fff;
}
.ps-submit:hover {
	background-color: transparent;
	color: red;
}
.ps-ct-row {
	margin-bottom: 2rem;
}
.contact-wrapper {
	margin-top: 5rem;
}


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

footer {
	background-color: #fff;
    position: relative;
    overflow: hidden;
}
.footer-wrapper {
	background-image: url('../img/footer-bg.jpg');
	background-repeat:  no-repeat;
	background-position:  center bottom;
	background-size: cover;
	padding-top: 6rem;
}
.footer-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0.9;
}
.footer-wrapper p {
	color: #000!important;
}
.footer-cover {
	padding-right: 45px;
}
.top-footer-wrapper {
	position: relative;
	padding-bottom: 4rem;
    border-bottom: 1px solid #707070;
}
.footer-logo-wrap {
	margin-bottom: 20px;
}
.footer-heading-wrap {
	margin-bottom: 20px;
}
.footer-heading-wrap h3 {
	position: relative;
	margin-bottom: 45px;
}
.footer-heading-wrap h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 15px;
	height: 4px;
	background-color: red;
	border-radius: 2px;
}
.footer-heading-wrap h3::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: -20px;
	width: 30px;
	height: 4px;
	background-color: red;
	border-radius: 2px;
}
.footer-list {
	padding-left: 15px;
	margin: 0;
}
.footer-list li {
	position: relative;
	margin-bottom: 15px;
}
.footer-list li::before {
	content: '\f105';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	left: -15px;
	bottom: 0;
	color: red;
}
.footer-contact-list {
	padding-left: 0;
}
.footer-contact-list li {
	margin-bottom: 15px;
}
.footer-links {
	color: #000;
	text-decoration: none;
}
.footer-social-list {
	padding-left: 0;
    margin: 0;
    display: flex;
}
.footer-social-list li {
	margin-right: 10px;
}
.footer-social-list i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ebebeb;
    color: #474747;
    font-size: 18px;
    border-radius: 4px;
	/* transition: all 03s ease; */
}
.footer-social-list i:hover {
    background-color: red;
    color: #fff;
}
.scroll-top {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff !important;
	cursor: pointer;
}
.scroll-top:hover {
	color: #f7f7f7 !important;
}
.bottom-footer-wrapper {
	padding: 1rem 0;
	position: relative;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #000;
	font-weight: 500;
}
.creator-link {
	color: red;
}
.creator-link:hover {
	color: #000;
}
.footer-list li a:hover {
	color: red;
}
.footer-links:hover {
	color: red;
}


/* client logo */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

