@import url("https://fonts.googleapis.com/css?family=Manrope:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
/* General */
body, .section {
	font-family: "Poppins", sans-serif !important;
}

.container{
	max-width: 1300px;
}

a:hover {
	color: #ee634c !important;
}

.pb-40 {
	padding-bottom: 40px;
}

.font-size-12 {
	font-size: 12px !important;
}

.row-eq-height {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}

.text-black {
	color: #001D38 !important;
}

.text-red {
	color: #eb3833 !important;
}

.text-red-orange {
	color: #ee634c !important;
}

.text-orange {
	color: #ee634c !important;
}

.bg-red {
	background: #ed3833 !important;
}

.bg-black {
	background: #000 !important;
}

.bg-red-orange {
	background: #ee634c !important;
}

.text-gray {
	color: #a0a0a0 !important;
}

.bg-gray {
	background: #a0a0a0 !important;
}

.border-gray {
	border-color: gray !important;
}

.text-grey {
	color: #eeeeee !important;
}

.bg-grey {
	background: #eeeeee !important;
}

.btn-rounded {
    border-radius: 20px;
}

.btn-circle-thrive {
	border-radius: 30px !important;
}

.btn-circle-thrive:hover {
	color: #fff !important;
}

.btn-danger {
	background: #ff0000 !important;
}

.btn-danger:hover {
	background: #eb3833 !important;
}

.btn-outline-danger {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.btn-outline-danger:hover {
    color: #eb3833 !important;
    border-color: #eb3833 !important;
	background: transparent !important;
}

.btn-outline-dark:hover {
	color: #fff !important;
}

.border-width-2 {
	border-width: 2px;
}

.nav-tabs {
	border-color: #eee !important;
}

.nav-tabs .nav-link.active {
    background: #eeeeee !important;
    font-weight: 600 !important;
    border-color: #eeeeee !important;
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}

.nav-tabs .nav-link {
	padding: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	padding: 20px;
}

.tab-content {
    background: #eeeeee;
}

.bg-with-image {
	background: #eee;
	/* height: 100%; */
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	overflow-y: hidden;
	/* height: 100vh !important; */
}

.bg-with-image .img-banner {
    width: 60%;
}

.padding-top-160 {
	padding-top: 160px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.top-100 {
	top: 100px;
}

.top-170 {
	top: 170px;
}

.top-200 {
	top: 200px;
}

.height-175 {
	height: 175px;
}

#headline-change {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.color-gradient {
	background: linear-gradient(to right, #30CFD0, #E50595, #30CFD0, #E50595);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	text-shadow: 0px 0px #00000000;
}

.color-gradient-cyan {
	background: linear-gradient(to right, white, #00F0F3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	text-shadow: 0px 0px #00000000;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.box-shadow {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.border-top-white {
	border-top: 1px solid #fff
}

.border-top-grey {
	border-top: 1px solid rgba(0,0,0,0.25);
}

.color-gold-star {
	color: #fecb90 !important;
}

.youtube-video {
	max-width: 100% !important; 
	width: 100% !important;
	height: 300px;
}

.youtube-video-slider {
	height: 400px;
}

@media (max-width: 768px) {
	.youtube-video {
		height: 180px;
	}
}

@media (max-width: 576px) {
	.get-highest-element, .get-highest-element2 {
		height: auto !important;
		padding-top: 0 !important;
	}
}

.img-auto-size {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* .carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #999;
    padding: 10px !important;
    border-radius: 50%;
} */

.carousel-control-prev {
	left: 15px;
    padding: 10px;
    background: #999;
    height: max-content;
    width: max-content;
    top: 45%;
    border-radius: 50%;
    opacity: 1;
}

.carousel-control-next {
	right: 15px;
    padding: 10px;
    background: #999;
    height: max-content;
    width: max-content;
    top: 45%;
    border-radius: 50%;
    opacity: 1;
}
/* End of General */

/* Header Part */
.header-area {
	border-bottom: 0;
}

.header-area ul {
	margin: 0px;
	padding: 0px;
}

.header-area .product-header-area {
    top: 96px;
	height: auto;
	transition-duration: 0.4s;
}

.header-area .product-header-area .logo img {
	/* max-height: 60px; */
}

.header-area #product-header, .header-area #product-header .col-will-change, .header-area #product-header .align-will-change, .header-area #product-header .d-will-change {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-area #product-header .logo img, .header-area #product-header .logo img.img-fluid {
	transition-duration: 0.4s;
}

.header-area #product-header .logo img.small-logo{
	max-height: 60px;
}

.header-area .main-header-area.sticky {
	padding: 18px 0px;
}

.header-area .main-header-area.always-sticky {
	position: fixed !important;
	z-index: 995;
}

#sticky-sidebar{
	border-right: 2px solid #999;
}

#sticky-sidebar .nav a.features-content-menu-item{
	margin-bottom: 40px;
}

#sticky-sidebar .nav a.active{
	color: #ed3934;
	font-weight: bold;
}

.header-area .main-header-area, .header-area .product-header-area {
	width: 100%;
	/* position: fixed; */
}

.header-area .product-header-area {
	position: fixed;
}

.header-area .product-header-area.with-bottom-shadow {
	box-shadow: 0 4px 2px -2px gray;
	-webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.25);
}

.header-area .product-header-area .main-menu ul li {
	display: inline-block;
    position: relative;
    margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a, .header-area .product-header-area .main-menu ul li a {
	color: #fff;
	font-size: 16px;
}

.header-area .main-header-area a:hover, .header-area .main-header-area a.active {
	color: #000 !important;
}

.header-area .product-header-area .main-menu ul li a {
	color: #000;
}

.header-area .product-header-area .main-menu ul li a.active {
	color: #ee634c;
}

.header-area .main-header-area .main-menu ul li a::before, .header-area .product-header-area .main-menu ul li a:before {
	display: none;
}

.header-area .main-header-area .main-menu ul li a.active {
	color: #fff;
}

.header-area .main-header-area .main-menu ul li a i {
	font-size: 16px;
}

#header-products-list img, #header-services-list img {
    width: 60%;
}

.header-area .main-header-area .main-menu ul li .submenu.custom-submenu {
	/* z-index: 9999999 !important; */
	top: 100% !important;
    /* opacity: 1 !important;
    visibility: visible !important; */
    background: transparent !important;
    padding-top: 36px !important;
    /* border-bottom: 2px solid #ccc !important; */
	/* box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75); */
}

.header-area .main-header-area .main-menu ul li .submenu.custom-submenu {
	top: 100%;
}

.header-area .main-header-area .main-menu ul li .submenu.custom-submenu li {
	background: #fff !important;
    margin: 0 !important;
    padding: 0px !important;
}

.header-area .main-header-area .main-menu ul li .submenu.custom-submenu li a:hover {
	color: #ee634c !important;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
	color: #ee634c !important;
}

.header-area .main-header-area .main-menu ul li .submenu.custom-submenu {
	left: -20px;
	width: 250px;
}

.header-area .main-header-area .main-menu ul li .submenu.custom-submenu li a {
	padding: 15px 20px !important;
}

.header-area .main-header-area .main-menu ul li .submenu.custom-submenu li a.active {
	text-decoration: underline;
    text-decoration-color: #999;
}

/* Mobile Header */
.mobile-menus {
	height: 100vh;
	z-index: 999;
	display: none !important;
	overflow-y: scroll;
}

@media (max-width: 992px) {
	.mobile-menus.show {
		display: block !important;
	}
}

.mobile-menus .close-mobile-menus i {
	font-size: 35px !important;
}

.mobile-menus ul {

}

.container-product-menus {
	display: none !important;
	height: 100vh;
}

@media (max-width: 992px) {
	.container-product-menus.show {
		display: block !important;
	}
}

.mobile-menus li, .container-product-menus li {
	list-style: none;
	font-size: 20px;
}
/* End of Mobile Header */

#header-slider .carousel-caption {
	bottom: 40%;
}

#header-slider .carousel-caption h3.title-slider {
	font-family: "Poppins", "Manrope", "Inter" !important;
	font-weight: 400 !important;
	font-size: 60px !important;
	color: #fff;
}

#header-slider .carousel-caption h3.title-slider b {
	font-weight: 800 !important;
	color: #fff;
}

#header-slider .carousel-caption p {
	color: #fff;
	font-size: 20px;
}

#header-slider .carousel-caption .btn {
	padding: .5rem 2rem;
	font-weight: 500;
	border-radius: 50px;
}

#header-slider .carousel-caption .btn-warning {
	border: 3px solid #fcb040;
	color: #111;
	background: #fcb040;
}

#header-slider .carousel-caption .btn-warning:hover {
	transition-duration: 0.4;
	color: #fcb040;
	background: transparent;
}

#header-slider .carousel-caption .btn-border-white {
	border: 3px solid #fff;
	color: #fff;
	background: transparent;
}

#header-slider .carousel-caption .btn-border-white:hover {
	transition-duration: 0.4;
	color: #111;
	background: #fff;
}

#header-slider .carousel-indicators {
	bottom: 30%;
	z-index: 1;
}

#header-slider .carousel-indicators li {
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
}

.header-area #header-products-list, .header-area #header-services-list {
	background: #fff;
    position: fixed;
    top: 96px;
    width: 100%;
    display: none;
    z-index: 999;
}

@media (min-width: 993px) {
	.header-area #header-products-list.show, .header-area #header-services-list.show {
		display: block;
	}
}

#header-slider .carousel-indicators li.active {
	width: 12.5px;
	background: #fcb040;
}

@media (max-width: 768px) {
	.header-area .product-header-area .logo img {
		max-height: 50px;
	}
	.header-area #product-header .logo img.small-logo{
		height: 35px;
	}
	
	.navbar-mobile i.fa, .dropdown-product-mobile i.fa {
		font-size: 35px !important;
	}

	.slicknav_nav a {
		font-size: 16px;
	}
	
	.slicknav_menu .slicknav_nav {
		top: 8px;
	}

	.product-header-area .slicknav_menu .slicknav_icon-bar {
		background: #000 !important;
	}

	/* .slicknav_menu:first-child { */
	.slicknav_menu .slicknav_btn {
		/* display: none; */
	}

	.header-area ul {
		margin: 0 0 0 20px;
	}

	.slicknav_menu li span {
		color: #000;
	}

	.header-area .product-header-area {
		top: 96px;
	}

	#header-slider .carousel-caption h3.title-slider {
		font-size: 60px !important;
	}

	#header-slider .carousel-caption {
		bottom: 40% !important;
	}

	#header-slider .carousel-caption .btn {
		width: 100%;
	}

	#header-slider .carousel-indicators {
		bottom: 25% !important;
	}
}
/* End of Header Part */

/* Top Banner of Homepage */
#top-banner, #header-product-banner {
	background: #ed3833;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

@media (max-height: 768px) {
	#top-banner, #header-product-banner {
		min-height: 100vh !important;
	}
}


#top-banner .img-top-banner, #header-product-banner .img-top-banner {
	max-width: 100%;
	height: auto;
	left: 0%;
}

@media (min-width: 1179px) {
	#top-banner .img-top-banner, #header-product-banner .img-top-banner {
		/*max-width: 120% !important;
		left: -20% !important;
		float: right;*/
	}
}

#top-banner a {

}

@media (max-width: 768px) {
	#top-banner, #header-product-banner {
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
	}
}
/* End of Top Banner of Homepage */

/* Section Part */
.section {
	font-family: "Poppins", sans-serif !important;
  	font-size: 16px;
  	background: #fff;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section .container, .section .container-fluid {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

.section .container.padding-top-160, .section .container-fluid.padding-top-160 {
	padding-top: 160px !important;
}

.section .container.padding-bottom-0, .section .container-fluid.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.section-pb-0 .container, .section-pb-0 .container-fluid {
	padding-bottom: 0px !important;
}

.section-mb--150 .container, .section-mb--150 .container-fluid {
	margin-bottom: -150px !important;
}

.section.first-section {
	margin-top: 101px;
}

.section.dark-section {
	background: #000;
	color: #fff;
}

.section.grey-section {
	background: #eeeeee;
	color: #000;
}

.section .section-title {
	font-family: "Poppins", "Manrope", "Inter" !important;
	color: #000;
}

.section .section-title h1 {
	font-size: 48px;
    font-weight: 600;
}

.section .section-title h2 {
	font-size: 35px;
    font-weight: 600;
}

.section.dark-section .section-title h2, .section.grey-section .section-title h2 {
	color: #eb3833;
}

.section.dark-section p{
	color: #fff;
}

.section#benefits, .section#features {
	background-color: #000 !important;
    background-repeat: no-repeat !important;
    background-size: 60% 100% !important;
}

.section#benefits {
    background-position: right center !important;
}

.section#features {
    background-position: left center !important;
}

#productFeatures{
	padding-top: 95px;
}

#productFeatures .feature-content-item{
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.section .section-title h1 {
		font-size: 35px;
	}

	.section .section-title h2 {
		font-size: 28px;
	}

	.section#benefits, .section#features {
		background-position: bottom center !important;
		background-size: auto !important;
	}

	.section-mb--150 .container, .section-mb--150 .container-fluid {
		margin-bottom: 0px !important;
	}

	#sticky-sidebar{
		border-right: unset;
	}
}

.section#benefits p strong {
	font-size: 18px;
	font-weight: 800;
}

.section#benefits span {
	font-size: 18px;
	font-weight: 400;
}

.section#features strong {
	font-size: 18px;
	color: #fcb040;
	font-weight: 600;
}

.section#features span {
	color: #fcb040;
	font-weight: 600;
}

.section#features span strong{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
/* End of Section Part */

/* Box Rounded */
.box-rounded {
	border-radius: 30px;
}

.box-rounded .box-head {
	border-bottom: 2px solid #eaeaea;
	height: 175px;
}
/* End of Box Rounded */

/* Custom Single Counter */
.single_counter h3 {
	color: #fcb040;
	font-weight: bold;
	font-size: 60px;
}

.single_counter p{
	font-weight: 500;
}

@media (max-width: 768px) {
	.single_counter h3 {
		font-size: 28px;
	}
}
/* End of Custom Single Counter */

/* Gallery */
#gallery button.slick-arrow {
    position: absolute;
    z-index: 9;
    /*top: calc(50% - 15px);*/
    background: transparent;
    color: #fff;
    border: 0;
    height: 100%;
    top: 0;
    text-align: center;
}

#gallery button.slick-arrow i {
    font-size: 30px;
}

#gallery button.slick-prev.slick-arrow {
    left: 0;
}

#gallery button.slick-next.slick-arrow {
    right: 0;
}

div[data-target="#lightbox-gallery"] {
    /* padding: 0 !important; */
}

#lightbox-gallery .modal-header {
    top: 0;
    position: absolute;
    z-index: 999999;
    right: 0;
    border-bottom: 0;
}

.thumbnail-gallery div {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    background: #111;
    opacity: 0.6;
    text-align: center;
    font-weight: 500;
    display: none;
    border: 3px solid #fcb040;
    color: #fff;
    height: 100%;
    text-align: center;
	vertical-align: middle;
}

.thumbnail-gallery:hover div {
	display: block;
}
/* End of Gallery */

/* Contact Us */
#contact-us strong {
	font-size: 16px;
	font-weight: 800;
}

#contact-us p {
	font-size: 16px;
}

#contact-us .form-group label {
    font-weight: 800;
}

#contact-us .form-group input, #contact-us .form-group textarea {
	font-size: 16px;
	background: #eeeeee;
	padding: 15px;
	border-radius: 20px;
	border: 0;
}

#contact-us button {
	padding: 15px;
	border-radius: 20px;
}

#contact-us .form-group textarea {
 	resize: none;
 	overflow-y: hidden;
}

.btn-call-us .icon-call-us {
	background: #f18d4f;
	padding: 10px;
	font-size: 30px !important;
	border-radius: 50%;
	color: #fff;
}
/* End of Contact Us */

/* Footer */
.footer {
	background: #fff;
	color: #898989 !important;
	font-family: "Poppins", sans-serif !important;
  	font-size: 14px !important;
}

.footer a, .footer button {
	color: #fff;
}

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

.footer .footer_top {
    padding-top: 40px;
    padding-bottom: 40px;
	background: #1b1b1b;
    color: #fff;
}

.footer .footer_top .footer_widget p {
	color: #fff !important;
	font-family: "Poppins", sans-serif !important;
  	font-size: 12px !important;
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 16px;
    font-weight: 800;
}

.footer .footer_top .footer-widget .footer_title.mobile-menu-expand .fa-chevron-down {
    transform: rotate(180deg);
}

.footer .footer_top .footer-widget ul li, .footer .footer_top .footer_widget ul li {
    color: #fff !important;
    font-size: 12px;
    line-height: 30px;
}

.footer .footer_top .footer_widget ul li a, .footer .footer_top .footer_widget p a {
	color: #fff !important;
}

.footer .footer_top .footer_widget ul li a:hover, .footer .footer_top .footer_widget p a:hover {
	color: #ee634c !important;
}


.footer .copy-right_text {
	background: #000;
	color: #fff;
}

.footer .copy-right_text .copy_right {
    /* font-size: 10px; */
    color: #fff;
    /* font-weight: 300; */
    /* border-top: 1px solid #F4F4F4; */
}

.footer .social_links {
	margin-top: 30px;
}

.footer .social_links ul li {
	display: inline-block;
}

.footer .social_links ul li a {
	font-size: 20px;
    color: #fff;
    width: 40px;
    /* height: 40px; */
    display: inline-block;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /* border-radius: 50%; */
    line-height: 40px !important;
    /* margin-right: 7px; */
    color: #FFFFFF;
    line-height: 40px !important;
    /* border: 1px solid #E8E8E8; */
    color: #E8E8E8;
}


.footer .social_links ul li a:hover {
	background: #fff;
}

.footer .footer-support ul li a:hover {
	color: #ee634c !important;
}

@media screen and (max-width: 767px){
	.footer-menu-container{
		display:none;
	}
	.footer-menu-container.mobile-menu-open{
		display:block;
	}
}

/* End of Footer */

/* Modal */
.modal-backdrop {
	z-index: 1;
}
/* End of Modal */

/* Choose Plan's Modal */
#choose-plan-popup {
    color: #000;
}

#choose-plan-popup .modal-header {
	border-bottom: 0;
}

#choose-plan-popup .modal-header .close {
    padding: .5rem;
}

#choose-plan-popup button[type="submit"] {
	color: #fff;
	background: #fcb040;
}
/* Choose Plan's Modal */

/* Thank You's Modal */
#thankyou-popup {
    color: #000;
}

#thankyou-popup .modal-header {
	border-bottom: 0;
}

#thankyou-popup .modal-header .close {
    padding: .5rem;
}
/*  Thank You's Modal */

/* Dropdown button custom */
.btn-dropdown-custom:hover {
	color: #1F1F1F;
}
.btn-dropdown-custom::after {
    display: none;
}
/* End of Dropdown button custom */

/* Product on Homepage */
.list-our-products-and-services .column-product {
	display: none;
}

.slick-product .slick-arrow {
	display: none !important;
}

.slick-product .slick-product-item .column-product {
	height: 100%;
	background: #fff;
	margin: 0 10px;
}

.column-product .product-name {
	font-size: 24px;
	line-height: 1.2em;
}

/* End of Product on Homepage */

/* Landing Page */
#header-product-banner .container, #header-product-banner .container-fluid {
    padding-top: 200px !important;
}

#product-comparison i.fa {
    font-size: 20px;
}

.table-borderless.table td, .table-borderless.table th {
	border-top: 0px;
	border-bottom: 0px;
}

.table thead th {
	vertical-align: middle !important;
}

.tabbable .nav-tabs {
	overflow-x: auto;
	overflow-y:hidden;
	flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link {
	white-space: nowrap;
	border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
 }
/* End of Landing Page */

/* Company Profile page */
.numbering-red-rounded {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #eb3833;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    padding-top: 2.5px;
	font-size: 24px;
}

.slick-our-client .slick-arrow {
	background: transparent;
	border: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20%;
}
.slick-our-client .slick-arrow.slick-prev {
	left: -15px;
}
.slick-our-client .slick-arrow.slick-next {
	right: -15px;
}

.job-vacancy-icon {
	height: 80px;
}

@media (max-width: 768px) {
	/* #award-iso .img-banner {
	}	 */
}

@media (max-width: 768px) {
	.slick-our-client .slick-arrow.slick-prev {
		left: -5px;
	}
	.slick-our-client .slick-arrow.slick-next {
		right: -5px;
	}

	.job-vacancy-icon {
		height: auto;
	}
}
/* End of Company Profile page */

/* Product's Features page */
.features-list li {
	list-style: none !important;
}

.img-product-feature {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
/* End of Product's Features */

/* Download Catalog page */
.category-for-catalog {

}

.category-for-catalog.active {
	color: #eb3833 !important;
	font-weight: bold;
}
/* End of Download Catalog page */

/* Slick Arrow Mid */
.slick-arrow-mid button.slick-arrow {
    position: absolute;
    z-index: 2;
    /* top: calc(50% - 15px); */
    background: transparent;
    color: #333333;
    border: 0;
    /*height: 100%;*/
    /*top: 0;*/
    text-align: center;
	top: calc(50% - 15px);
}

.slick-arrow-mid button.slick-arrow i {
    font-size: 30px;
}

.slick-arrow-mid .slick-arrow{
	background-color: #e9e9e9b0;
	width: 40px;
	height: 40px;
}

.slick-arrow-mid .slick-arrow i{
	font-size: 20px;
	color: #9b9b9b;
}

.slick-arrow-mid .slick-arrow.slick-prev{
	left: -30px;
}

.slick-arrow-mid .slick-arrow.slick-next{
	right: -30px;
}

@media (max-width: 768px) {
	.slick-arrow-mid .slick-arrow.slick-prev{
		left: -5px;
	}
	
	.slick-arrow-mid .slick-arrow.slick-next{
		right: -5px;
	}
}
/* Slick Arrow Mid */

/* Privacy Policy page */
#privacy-policy ul li {
	color: #4D4D4D;
    font-weight: 300;
}
/* End of Privacy Policy page */

/* Related Products */
.slick-related-products .slick-arrow {
	background: transparent;
	border: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 45%;
	z-index: 999;
}
.slick-related-products .slick-arrow.slick-prev {
	left: -30px;
}
.slick-related-products .slick-arrow.slick-next {
	right: -30px;
}

@media (max-width: 768px) {
	/* #award-iso .img-banner {
	}	 */
}

@media (max-width: 768px) {
	.slick-related-products .slick-arrow.slick-prev {
		left: -5px;
	}
	.slick-related-products .slick-arrow.slick-next {
		right: -5px;
	}
}
/* End of Related Products */