/*
============================================================
@ Responsive Framework Design
============================================================
*/
* {
	outline: none !important;
}

/*
============================================================
@ MOVE TO TOP
============================================================
*/
.lavish_move_to_top {
	float: right;
	bottom: 30px;
	border: 1px solid #000;
	padding: 15px 15px;
	list-style: none;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	z-index: 99999;
	position: fixed;
	right: 2%;
	border-radius: 10px;
}

.lavish_move_to_top:focus,
.lavish_move_to_top:hover,
.lavish_move_to_top:visited {
	background-color: #000;
	color: #fff;
	list-style: none;
	text-decoration: none;
	outline: none;
}

.lavish_footer #social-icons {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.copyright {
	padding-top: 0.5em;
	text-align: center;
}

.current_page_item>a {
	outline: none !important;
	-webkit-color: none !important;
	-moz-color: none !important;
	color: #ff6b00 !important;
	-webkit-color: #ff6b00 !important;
	-moz-color: #ff6b00 !important;
}

.sticky-header .site-header-inner .botiga-dropdown .menu .menu-item:hover,
.sticky-header .site-header-inner .botiga-dropdown .menu .menu-item:focus {
	outline: none !important;
	color: #ff6b00 !important;
}

.full-hd-container {
	max-width: 1920px !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.section-container {
	position: relative;
	width: 100% !important;
	margin: 0 auto !important;
}

.double {
	max-height: 450px !important;
}

.title-holder h2 {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	color: #213239;
	margin-bottom: 2rem;
}

.title-holder h2::after {
	content: ' ';
	display: block;
	background-color: #d5dce0;
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	width: 230px;
	height: 2px;
	margin: 0 auto;
}

@media screen and (max-width:860px) {
	.lavish_top {
		text-align: center;
	}

	.lavish_top #social-icons {
		float: none;
	}

	#lavish_tabs1.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: 0.6em 1em !important;
	}
}

@media screen and (max-width:750px) {
	#lavish_tabs_left ul.ss_tabs {
		width: 100%;
	}

	#lavish_tabs_left .ui-tabs-panel {
		margin-left: 0px;
	}

	#lavish_tabs1>ul>li {
		width: 100%;
		margin: 0px !important;
		margin-bottom: 3px !important;
	}

	#lavish_tabs>ul>li {
		width: 100%;
		margin: 0px !important;
		margin-bottom: 3px !important;
	}
}

.left_sidebar_content {
	width: 5%;
	text-align: right;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding-right: 10px;
	float: left;
}

.right_sidebar_content {
	margin-left: 2%;
	float: left;
	width: 90%;
	position: relative;
}

.post_date {
	content: 1.6em;
	line-height: 1.2em;
	border-bottom: 4px solid #EAEAEA;
	padding-bottom: 5px;
}

.post_comment {
	content: 2em;
	font-weight: bold;
}

.la-gallery-item {
	padding: 0px !important;
	margin: 0px !important;
}

select {
	height: 40px;
}


/*
============================================================
@ FOOTER LAYOUT
============================================================
*/

.lavish_footer {
	color: #FFFFFF;
	background-color: #282828;
}

.lavish_footer p {
	color: #FFFFFF;
}

.lavish_footer #social-icons {
	float: none;
	margin-bottom: 5px;
}

.lavish_footer #social-icons>ul {
	text-align: center;
	float: none;
	width: 100%;
}

.lavish_footer #social-icons>ul>li {
	display: inline-block;
}

ul.footer {
	margin: 10px;
	padding: 0px;
	float: none;
	text-align: center;
}

ul.footer>li {
	display: inline-block;
	margin-left: 0px !important;
	margin-right: 10px;
}

ul.footer>li,
ul.footer>li>a {
	color: #fff;
}

ul.footer>li:first-child:before {
	content: "";
}

ul.footer>li:before {
	content: "|";
	font-family: FontAwesome;
	margin-right: 5px;
}

ul.footer>li:hover {
	opacity: 0.7;
}

/*
============================================================
@ WRAPPERS
============================================================
*/

#la-wrapper-boxed-small,
#la-wrapper-boxed-medium {
	max-width: 1200px;
	margin: 1.5em auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .5);
}

#la-wrapper-boxed-small {
	max-width: 1000px;
}

/*
=================================================
FOOTER MENU
=================================================
*/

#footer-menu {
	margin: 0;
	padding-left: 0;
	content: 1em;
	text-align: center;
}

#footer-menu li {
	display: inline;
	margin: 0;
	padding-left: 0;
	background-image: none;
}

#footer-menu li a {
	margin: 0 2px 0 5px;
}

#footer-menu li:before {
	content: "-";
	margin-top: -4px;
}

#footer-menu li:first-child:before {
	content: "";
}

#footer-menu li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 320px) {
	#la-ann-social-wrapper {}

	#la-social-wrapper {}

	#la-announcement,
	#socialbar #social-icons {
		text-align: center;
	}

	#la-logo-group-wrapper {
		text-align: center;
	}
}

@media screen and (max-width: 860px) {

	#la-announcement,
	#socialbar #social-icons {
		text-align: center;
	}

	#la-logo {
		float: left;
		margin-right: 5px;
		margin-bottom: 1em;
	}

	#la-logo img {
		display: inline-block;
	}

	.masonry-box {
		width: 410px;
		margin-bottom: 20px;
	}

	.post-thumbnail.alignleft {
		display: block;
		float: none;
		margin: 0.75em 0;
		text-align: center;
	}

	.la-mediabox4-media {
		display: block;
		float: left;
		margin: 1.25em 0;
	}
}

@media screen and (max-width: 768px) {
	#la-wrapper-boxed {
		width: 100%;
		margin: 0;
	}
}

.title_homepage {
	text-align: center;
	font-weight: bold;
	content: 24px;
	border-bottom: 5px solid #2bafbb;
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
}

.content_homepage {
	text-align: center;
}

/*
li.cart-icon { 
	 content:18px!important; 
}
*/

@media screen and (max-width:400px) {
	#la-logo-group {
		content: 70% !important;
	}

	#la-logo img {
		width: 40px;
		height: 40px;
	}
}

.lavish_call_to_action {
	padding: 1em;
	margin-top: 1em;
	text-align: center;
}

/*
============================================================
@ Responsive Framework Design
============================================================
*/

@media screen and (max-width:860px) {
	.lavish_top {
		text-align: center;
	}

	.lavish_top #social-icons {
		float: none;
	}

	#lavish_tabs1.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: 0.6em 1em !important;
	}
}

@media screen and (max-width:750px) {
	#lavish_tabs_left ul.ss_tabs {
		width: 100%;
	}

	#lavish_tabs_left .ui-tabs-panel {
		margin-left: 0px;
	}

	#lavish_tabs1>ul>li {
		width: 100%;
		margin: 0px !important;
		margin-bottom: 3px !important;
	}

	#lavish_tabs>ul>li {
		width: 100%;
		margin: 0px !important;
		margin-bottom: 3px !important;
	}
}

/* icon box heading */
.la-iconbox-heading {
	position: relative;
	margin: 2em auto;
}

.la-iconbox-heading-icon {}

*/

/* icon box left */
.la-iconbox-left {
	margin: 2em auto;
	float: left;
	margin-right: 1rem;
	content: 24px;
}

.la-iconbox-left-icon {
	float: left;
	content: 4em;
	margin-right: 0.5em;
}

.la-iconbox-left-content {
	overflow: hidden;
}

#la-bottom-wrapper .widget,
#la-footer-wrapper .widget {
	margin-bottom: 0;
}

#la-bottom-wrapper ul li {
	margin-left: 1.5em;
}

.lr_jetpack_portfolio {
	text-align: center;
}

.left_sidebar_content {
	width: 5%;
	text-align: right;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding-right: 10px;
	float: left;
}

.right_sidebar_content {
	margin-left: 2%;
	float: left;
	width: 90%;
	position: relative;
}

.post_date {
	content: 1.6em;
	line-height: 1.2em;
	border-bottom: 4px solid #EAEAEA;
	padding-bottom: 5px;
}

.post_comment {
	content: 2em;
	font-weight: bold;
}

.la-gallery-item {
	padding: 0px !important;
	margin: 0px !important;
}

select {
	height: 40px;
}

/* 
============================================================
JETPACK CSS
============================================================
*/

.jetpack_single {
	text-align: left;
}

.lavish_banner .textwidget {
	padding: 0px;
}

.widget.center .textwidget {
	text-align: center;
}

.la_center {
	text-align: center;
}

.la-box-content {
	padding: 2rem;
	text-align: center;
}

#la-banner {
	min-height: 500px;
	background-color: #ECECEC;
	background-position: center;
	margin: 0px;
}

.lr_responsive_banner.two {
	min-height: 0px !important;
}

#la-banner img,
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img,
.page-thumbnail img {
	height: auto;
	max-width: 100%;
}

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
	margin-bottom: 0;
}

.gallery {
	margin-bottom: 20px;
	margin-left: -5px;
}

.gallery-item {
	float: left;
	margin: 15px;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 47.5%;
	max-width: -webkit-calc(50% - 30px);
	max-width: calc(50% - 30px);
}

.gallery-columns-3 .gallery-item {
	max-width: 31%;
	max-width: -webkit-calc(33.3% - 30px);
	max-width: calc(33.3% - 30px);
}

.gallery-columns-4 .gallery-item {
	max-width: 22.5%;
	max-width: -webkit-calc(25% - 30px);
	max-width: calc(25% - 30px);
}

.gallery-columns-5 .gallery-item {
	max-width: 17%;
	max-width: -webkit-calc(20% - 30px);
	max-width: calc(20% - 30px);
}

.gallery-columns-6 .gallery-item {
	max-width: 14%;
	max-width: -webkit-calc(16.7% - 30px);
	max-width: calc(16.7% - 30px);
}

.gallery-columns-7 .gallery-item {
	max-width: 11.5%;
	max-width: -webkit-calc(14.28% - 30px);
	max-width: calc(14.28% - 30px);
}

.gallery-columns-8 .gallery-item {
	max-width: 10%;
	max-width: -webkit-calc(12.5% - 30px);
	max-width: calc(12.5% - 30px);
}

.gallery-columns-9 .gallery-item {
	max-width: 8%;
	max-width: -webkit-calc(11.1% - 30px);
	max-width: calc(11.1% - 30px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	content: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Attachment page when viewing an photo with the WP Gallery */
.type-attachment {
	text-align: center;
}

.type-attachment p {
	max-width: 70%;
	margin: 1em auto;
}

.entry-attachment {
	margin: 1.5em auto;
}

.attachment img {
	display: inline-block;
	text-align: center;
}

.entry-caption {
	content: 1.5em;
}

.la-dropcap {
	float: left;
	font: normal 5em/1em "lucida handwriting";
	display: inline-block;
	margin-right: 0.25em;
}

/*
=================================================
BreadCrumbs
=================================================
*/

.style_breadcrumbs {
	background-color: #ECECEC;
	padding: 1rem 0rem;
	position: relative;
}

.breadcrumb_items {
	text-align: right;
	line-height: 60px;
}

.col-md-6.lavish_info_top {
	width: 50%;
	float: left;
}

@media screen and (max-width:700px) {
	.col-md-6.lavish_info_top {
		width: 100%;
		margin-bottom: 5px;
	}

	.header_social_iconns {
		text-align: center !important;
	}
}

#bbpress-forums {
	margin-top: 30px;
}

#bbp_search.form-control {
	margin-top: 0px !important;
	height: 29px;
}

.dropdown_search .input-group-addon .btn {
	margin-top: 0px;
}

.align_center {
	text-align: center;
}

/* 
================================================================
lavish image styles 
================================================================
*/

.la-offsetbox {
	position: relative;
	display: inline-block;
	background-color: #c6b274;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 2%;
}

.la-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 8px solid #ebebeb;
}

.la-thumbnail {
	padding: 8px;
	border: 1px solid #d5d5d5;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.la-bw {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
	/* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
}

.la-bw:hover {
	cursor: pointer;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.la-bw:hover {
	cursor: pointer;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.la-shadow {
	box-shadow: 0px 2px 5px #888;
	-webkit-box-shadow: 0px 2px 5px #888;
	-moz-box-shadow: 0px 1px 5px #888;
	-o-box-shadow: 0px 2px 5px #888;
	border: 5px solid #fff;
	outline: 1px solid #E9E9E9;
}

.la-images-flip {
	overflow: hidden;
}

.la-images-flip img:hover {
	zoom: 1.2;
}

.la-images-flip {
	overflow: hidden;
}

.la-images-flip img {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	width: 100%;
}

.la-images-flip img:hover {
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.la-images-flip1 {
	overflow: hidden;
}

.la-images-flip1 img {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.la-images-flip1 img:hover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

/*
=================================================
INFO BOXES
=================================================
*/

.la-infobox,
.la-infobox-content {
	overflow: hidden;
	zoom: 1;
}

.la-infobox-label.pull-left {
	margin-right: 1em;
}

.la-infobox {
	padding: 1em;
	margin: 2em auto;
	background-color: #e7ecef;
}

.la-infobox-label {
	margin-top: 0.5em;
	padding: 0.5em 1em;
	background-color: #707886;
	color: #fff;
	text-transform: uppercase;
}

.colorbg_aqua {
	background-color: #00FFFF !important;
}

.colorbg_aquamarine {
	background-color: #7FFFD4 !important;
}

.colorbg_bisque {
	background-color: #FFE4C4 !important;
}

.colorbg_black {
	background-color: #000000 !important;
}

.colorbg_blue {
	background-color: #0000FF !important;
}

.colorbg_bluevoilet {
	background-color: #8A2BE2 !important;
}

.colorbg_brown {
	background-color: #A52A2A !important;
}

.colorbg_burlywood {
	background-color: #DEB887 !important;
}

.colorbg_cadetblue {
	background-color: #5F9EA0;
}

.colorbg_chartreuse {
	background-color: #7FFF00 !important;
}

.colorbg_chocolate {
	background-color: #D2691E !important;
}

.color_white {
	color: #ffffff !important;
}

.color_aqua {
	color: #00FFFF !important;
}

.color_aquamarine {
	color: #7FFFD4 !important;
}

.color_bisque {
	color: #FFE4C4 !important;
}

.color_black {
	color: #000000 !important;
}

.color_blue {
	color: #0000FF !important;
}

.color_bluevoilet {
	color: #8A2BE2 !important;
}

.color_brown {
	color: #A52A2A !important;
}

.color_burlywood {
	color: #DEB887 !important;
}

.color_cadetblue {
	color: #5F9EA0;
}

.color_chartreuse {
	color: #7FFF00 !important;
}

.color_chocolate {
	color: #D2691E !important;
}

.sticky {}

.bypostauthor {}

.screen-reader-text {}

.logo img {
	width: 100%;
}

.lavish-banner-empty {
	min-height: 80px;
}

/*
============================================================
@ My Code
============================================================
*/

.home-page {
	max-width: 100% !important;
}

/* Kill Styles */

/* body,
html {
	content: 10px;
}
*/
body,
html,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	line-height: unset;
}

.home-page ul li,
.solutions-page ul li,
.distributors-page ul li,
.about-page ul li,
.contact-page ul li,
.blog-page ul li,
.products-page ul li,
.single-post-page ul li,
.lavish_menu ul li {
	margin: 0;
	padding: 0;
}

div {
	content: unset;
	line-height: unset;
}

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

.button-view:hover {
	color: #fff !important;
}

.blog_seperator {
	display: none;
}


h3 {
	content: 2.2rem;
	font-weight: 700;
	color: #213239;
}

p,
li {
	/* content: 1.6rem; */
	font-weight: 400;
}

p {
	color: #213239;
}

span {
	content: unset;
}

.header {
	height: 527px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#header-logo {
	cursor: pointer;
	width: 224px;
}


.header .container-wrapper .content-box {
	position: absolute;
	top: 230px;
}

.black-link {
	color: #213239;
	font-family: 'Raleway', sans-serif;
	/* content: 1.6rem; */
	font-weight: 700;
	line-height: 28px;
	text-decoration: underline;
	position: relative;
}

.black-link.download:before {
	content: '\f063';
	font-family: FontAwesome;
	font-weight: 100;
	margin-right: 8px;
	color: #213239;
}

.black-link.download:hover:before {
	color: #ff6b00;
}

.lavish_move_to_top {
	display: none;
}

.lavish_header.header_two {
	margin: 0;
}

.lavish-banner-empty {
	display: none;
}

.la-content-area {
	padding: 0;
}

.la-contents {
	padding: 0;
}

.la-content-inside {
	padding: 0;
}

.entry-meta {
	display: none;
}

.wpcf7-mail-sent-ok {
	border: none;
	/* content: 2.0rem; */
	color: #38b303;
}

.wpsisac-slick-slider.design-1 .slick-image-slide img {
	min-height: 858px;
	max-height: 858px;
}

.home-page .slider.desktop.head .wpsisac-clearfix {
	pointer-events: none;
}

.home-page .slider.desktop.head {
	opacity: 0;
}

.home-page .slider.desktop.head .slide-wrap {
	/* background-color: #213239; */
	z-index: 5;
	background-image: linear-gradient(rgba(0, 0, 0, 0.96), rgb(0, 0, 0)), url('/wp-content/themes/botiga/images/overlay.png');
}

.home-page .slider.desktop.head .wpsisac-slick-slider.design-1 .slick-image-slide img {
	opacity: 0.4;
}

.solutions-page {
	max-width: 100% !important;
}

.home-page,
.solutions-page,
.distributors-page,
.about-page,
.contact-page,
.blog-page,
.products-page,
.single-post-page {
	background-color: #fff;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	max-width: 500px;
}

.comments-area {
	display: none;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

/* Kill Styles end */




/* HomePage ->  */

.home-page {
	z-index: 2;
}

.lavish_head .container {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.mobile-only {
	display: none;
}

.container-wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header-section {
	transform: translateY(-250%);
}

.header-section .container-wrapper h1 {
	padding: 0 0 1rem 0;
	color: #fff;
}

.header-section .container-wrapper .content-box {
	padding: 1rem;
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-direction: column;
}

.header-section .button-box {
	display: flex;
	align-items: center;
}

.header-section .button-box .button-view {
	margin-right: 30px;
	color: #fff;
}

/* Video Box ---------------- */

.industries-section .container-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

.industries-section .container-wrapper.video {}

.industries-section .container-wrapper.video .content-box {
	background-image: url('/wp-content/themes/botiga/images/video-container.png');
	width: 100%;
	max-height: 600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	-webkit-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	padding: 1rem 2rem;
}

.container-wrapper.video .text-box {
	display: flex;
	flex-direction: column;
	width: 40%;
}

.industries-section .container-wrapper .text-box h2 {
	font-size: 4rem;
	font-family: 'Lato', sans-serif;
	line-height: 1em;
	font-weight: 500;
	padding: 2rem 0rem 1rem 0rem;
	background: linear-gradient(135deg, #8a2f90 0%, #f23933 34%, #ff6b00 66%, #ffc200 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.container-wrapper .stat-box {
	max-width: 100% !important;
	display: flex;
	flex-direction: row;
}

.stat-box .start-line {
	display: flex;
	background-color: #607d8b;
	height: 84px;
	width: 1px;
}

.stat-box .stat-lines {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: start;
}

.top-line {
	display: flex;
	background: #9aaeb9;
	height: 1.8rem;
	width: 4rem;
}

.bottom-line {
	display: flex;
	background: linear-gradient(135deg, #8a2f90 0%, #f23933 34%, #ff6b00 66%, #ffc200 100%);
	height: 1.8rem;
	width: 12rem;
}

.container-wrapper.video .text-box>p {
	content: 2.1rem;
	font-weight: 500;
}

.container-wrapper.video .video-box {
	position: relative;
	background: linear-gradient(135deg, #000 0%, #ff6b00 34%, #000004 66%, #1c3944 100%);
	overflow: hidden;
	box-shadow: 0 20px 50px rgb(23, 32, 90);
	width: 550px;
	height: 400px;
	border: 4px solid #000000;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transition: 0.5s;
	pointer-events: none;
}

.video-box:hover:before {
	left: -10%;
	transform: skewX(-5deg);
}


.video-box span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;

}

.video-box span:nth-child(1) {
	transform: rotate(0deg);
}

.video-box span:nth-child(2) {
	transform: rotate(90deg);
	left: 13.8%;
}

.video-box span:nth-child(3) {
	transform: rotate(180deg);
}

.video-box span:nth-child(4) {
	transform: rotate(270deg);
	left: -13.8%;
}

@keyframes animate {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}

	50% {
		transform: scaleX(1);
		transform-origin: left;
	}

	50.1% {
		transform: scaleX(1);
		transform-origin: right;

	}

	100% {
		transform: scaleX(0);
		transform-origin: right;

	}
}

.video-box span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fd731c;
	box-shadow: 0 0 7px #fff, 0 0 10px #ff6b00, 0 0 21px #fd731c, 0 0 42px #bc13fe, 0 0 82px #ff6b00, 0 0 92px #bc13fe, 0 0 102px #bc13fe, 0 0 151px #ff6b00;
	animation: animate 10s linear infinite;
}




.container-wrapper.video .video-box .gif-mech {
	max-width: 90%;
	max-height: 90%;
}

.container-wrapper.video iframe {
	width: 100%;
	height: 100%;
}

.container-wrapper.video .text-box>p {
	padding: 0rem 0rem 1rem 0rem;
}

/* Video Box ---------------- end */

.promo {
	transform: translateY(-100%);
}

/* Industries ---------------- */
.serve {
	margin: -400px 0 60px 0;
}

.industries-section {}

.industries-section .content {
	position: absolute;
}

.industries-section .container-wrapper.text {
	flex-flow: column;
	align-items: center;
}

.industries-section .title-holder {
	margin-bottom: 90px;
}

.industries-section .icons-holder {
	width: 100%
}

.industries-section .industries-list {
	margin-bottom: 2rem;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: baseline;
}

.industries-section .industries-list a {
	list-style: none;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

.industries-section .industries-list br {
	display: none !important;
}

.industries-section .industries-list p {
	display: none !important;
}

.industries-section .industries-list a>img {
	margin-bottom: 16px;
	max-width: 72px;
	max-height: 52px;
}

.industries-section .industries-list a>p {
	font-family: 'Roboto', sans-serif;
}

.industries-section .container-wrapper.video h2::after {
	display: none;
}

.industries-icon,
.industries-icon>a {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 224px !important;
	max-height: 172px !important;
	height: 100% !important;
	width: 100% !important;
}

.industries-icon h3 {
	font-size: 0.9rem !important;
	font-weight: 500 !important;
	padding: 1rem;
}

.industries-icon:hover {
	color: #fff !important;
	transform: scale(1.2) !important;
	transition: background-color 3s cubic-bezier(.1, .8, .5, 2), color 3s linear 1s !important;
}

.industries-icon a {
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: none !important;
}

.industries-icon p {
	font-size: 1rem;
	color: #213239 !important;
	margin: 0 !important;
	padding: 1rem 0 0 0 !important;

}

@media (max-width:1160px) {
	.industries-list {
		flex-wrap: wrap !important;
	}

	.industries-icon,
	.industries-icon>a {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: center !important;
		margin: 0 !important;
		padding: 0 !important;
		max-width: 350px !important;
		max-height: 350px !important;
		height: 100% !important;
		width: 100% !important;
	}
}

/* Industries ---------------- end */

/* Benefits ---------------- */


.benefits-section {
	background-color: #e6ecf0;
}

.benefits-section h2 {
	line-height: 38px;
}

.benefits-section h3 {
	line-height: 28px;
	font-weight: 700;
	color: #213239;
}

.benefits-section .container-wrapper {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-bottom: 100px;
	padding-top: 75px;
}

.benefits-section .benefits-content {
	display: flex;
	width: 100%;
}

.benefits-section .benefits-content .benefit-box .content-details>p,
.benefits-section .benefits-content .benefit-box .content-details-full>p {
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}

.benefits-section .title-holder {
	margin-bottom: 100px;
	width: 735px;
	text-align: center;
}

.benefits-section .benefit-box {
	width: 390px;
	margin-right: 55px;
}

.benefits-section .benefit-box:last-child {
	margin-right: unset;
}

.benefits-section .content-label {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.benefits-section .content-label div {
	width: 200px;
	height: 105px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.benefits-section img {
	margin-right: 20px;
}

.benefits-section .content-details {
	margin-bottom: 18px;
	height: 117px;
	overflow: hidden;
}

.benefits-section .content-details-full {
	display: none;
}

.benefits-section .benefit-box.expanded .content-details {
	display: none;
}

.benefits-section .benefit-box.expanded .content-details-full {
	display: block;
	margin-bottom: 18px;
	min-height: 117px;
}

.read-more-btn {
	font-family: 'Raleway', sans-serif;
	text-align: start;
	width: 120px;
	height: 33px;
	color: #213239;
	border: none;
	content: 16px;
	font-weight: 700;
	line-height: 28px;
	background: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}

.read-more-btn:hover {
	color: #ff6b00;
}

.benefits-section .read-more-btn:after {
	content: '\f0d7';
	font-family: FontAwesome;
	margin-left: 6px;
}

.benefits-section .read-more-btn.expanded {
	float: right;
	width: 90px;
}

.benefits-section .read-more-btn.expanded:after {
	content: '\f0d8'
}

/* Benefits ---------------- end */

/* Choose Polytron Section ---------------- */

.choose-section {
	background-color: #fff;
	padding-bottom: 5rem;
}

.choose-section .content-box .details p,
.choose-section .content-box .details li {
	font-family: 'Roboto', sans-serif;
}

.choose-section h2:after {
	right: unset;
}

.choose-section .content-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.choose-section .content-box .left-box .details>ul {
	max-width: 430px;
}


.content-box .details>ul>li {
	margin-bottom: 25px;
	content: 1.6rem;
	font-weight: 500;
	color: #213239;
	list-style: none;
	display: flex;
	line-height: 28px;
}

.choose-section .content-box .left-box div>ul>li::before {
	content: url('/wp-content/themes/botiga/images/check-icon.png');
	margin-right: 21px;
}

.choose-section .content-box .left-box div>ul>li:last-child {
	margin-bottom: 0;
}

.choose-section .left-box div,
.choose-section .right-box div {
	margin-bottom: 35px;
}

.choose-section .left-box div:last-child {
	margin-bottom: 0;
}

.choose-section .content-box .left-box {
	height: 470px;
}

.choose-section .title-holder {
	margin-bottom: 100px;
}

.choose-section .container-wrapper.choose {
	padding-top: 100px;
	padding-bottom: 100px;
}

.choose-section .right-box {
	width: 780px;
	height: 270px;
}

.choose-section .right-box p {
	line-height: 30px;
}

.choose-section .right-box a {
	content: 1.6rem;
	font-weight: 700;
	text-decoration: underline;
}


.choose-section .image-box {
	width: 1100px;
	height: 410px;
	margin: 0 auto;
	transform: translateY(50%);
}

.choose-section .image-box img {
	width: 100%;
	max-width: unset;
}


/* Choose Polytron Section ---------------- end */

/* Testimonials Section ---------------- */

.testimonials-section {
	background-image: url('/wp-content/themes/botiga/images/testimonials-background.png') !important;
	background-color: rgb(134, 55, 134) !important;
	padding: 2rem;
}

.testimonials-section .title-holder {
	display: flex;
	padding: 0;
	margin: 0 !important;
	align-items: center;
	justify-content: center;
}

.testimonials-section .testimonial-content label {
	color: #213239 !important;
	content: 1.8rem !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
	display: block !important;
	line-height: 28px !important;
	overflow: hidden !important;
}

.testimonials-section .testimonial-content p {
	height: 161px !important;
	color: #213239 !important;
	font-family: Roboto !important;
	font-style: italic !important;
	content: 1.6rem !important;
	line-height: 26px !important;
	margin-bottom: 30px !important;
	overflow: hidden !important;
	position: relative !important;
}

.testimonials-section .testimonial-content .author:before {
	content: ' ' !important;
	display: block !important;
	background-color: #d5dce0 !important;
	position: absolute !important;
	top: -16px !important;
	left: 0 !important;
	width: 130px !important;
	height: 1px !important;
	margin: 0 auto !important;
}

.testimonials-section .testimonial-content .author {
	color: #213239 !important;
	content: 1.6rem !important;
	font-weight: 700 !important;
	position: relative !important;
}

.testimonials-section h2 {
	color: #fff !important;
	margin-bottom: 50px !important;
	font-size: 2.2rem;
}

.testimonials-section h3 {
	content: 1.8rem !important;
	margin-bottom: 16px !important;
}

.testimonials-section h2:after {
	display: none !important;
}

.testimonials-section .container-wrapper {
	display: flex !important;
	flex-flow: column !important;
	width: 1300px !important;
	padding-top: 50px !important;
	padding-bottom: 106px !important;
}

.testimonials-holder {
	width: 1200px !important;
	display: flex !important;
	justify-content: space-between !important;
}

.testimonials-holder img {
	position: absolute !important;
	top: 33px !important;
	left: 281px !important;
}

.testimonials-section .testimonial-content {
	width: 574px !important;
	height: 400px !important;
	background-color: #fff !important;
	border-radius: 10px !important;
	position: relative !important;
	padding: 2.7rem 2rem 3rem 2rem !important;
	margin: 0 5px !important;
}

.testimonials-section .testimonial-content:before {
	content: ' ' !important;
	background-color: #fff !important;
	position: absolute !important;
	top: -50px !important;
	right: 234px !important;
	height: 96px !important;
	width: 100px !important;
	border-radius: 50% !important;
}

.testimonials-section .testimonial-content img {
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	left: 245px !important;
	top: -46px !important;
	border-radius: 50%;
}

.left-testimonial div {
	display: flex !important;
	flex-flow: column !important;
	align-items: center !important;
	width: 515px !important;
	height: 215px !important;
	position: absolute !important;
	top: 100px !important;
	left: 50px !important;
}

.right-testimonial {
	width: 577px !important;
	height: 400px !important;
	background-image: url('/wp-content/themes/botiga/images/testimonial-holder.png') !important;
	position: relative !important;
}

.right-testimonial div {
	display: flex !important;
	flex-flow: column !important;
	align-items: center !important;
	width: 515px !important;
	height: 215px !important;
	position: absolute !important;
	top: 100px !important;
	left: 50px !important;
}

.testimonials-section .bottom-content {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 510px !important;
	height: 1rem !important;
}

.testimonials-section .bottom-content .read-more-btn {
	content: 1.4rem !important;
	color: #8a2f90 !important;
	height: unset !important;
}

.testimonials-section .slick-slider-short-content {
	display: flex !important;
	justify-content: space-between !important;
}

.wpsisac-slick-slider.design-5 .slick-image-slide .slide-wrap .slick-slider-short-content,
.wpsisac-slick-slider.design-5 .slick-image-slide .slide-wrap .slider-content,
.wpsisac-slick-slider .slick-image-slide {
	text-align: unset !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.wpsisac-slick-slider.design-5 .slick-image-slide .slide-wrap .slider-content {
	padding: 0 60px !important;
}

.wpsisac-slick-slider.design-5 .slick-image-slide .slide-wrap .slick-slider-short-content p {
	text-align: unset !important;
}

.wpsisac-slick-slider.design-5 .slick-dots {
	top: -25px !important;
	right: 9px !important;
	bottom: unset !important;
}

.testimonials-section .slide-wrap {
	padding-top: 4rem;
}



/* Testimonials Section ---------------- end */

/* Leadership Section ----------------  */

.leadership-section {
	background-color: #fff;
}

.leadership-section img {
	margin-bottom: 15px;
}

.leadership-section .container-wrapper {
	width: 1300px;
	padding-top: 115px;
	padding-bottom: 135px;
	display: flex;
	flex-flow: column;
	align-items: center;
	height: 100%;
}

.leadership-section .title-holder {
	margin-bottom: 100px;
}

.leadership-section .leadership-content {
	display: flex;
	justify-content: space-evenly;
	align-items: baseline;
	width: 100%;
}

.leadership-section .leadership-content .content-box:after {
	content: ' ';
	display: block;
	background-color: #d5dce0;
	position: absolute;
	top: 0px;
	right: -32px;
	width: 2px;
	height: 222px;
}

.leadership-section .leadership-content .content-box:last-child:after {
	display: none;
}

.leadership-section .content-box {
	width: 400px;
	position: relative;
}

.leadership-section .content-box>p {
	color: #213239;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 28px;
	height: 145px;
	overflow: hidden;
	margin-bottom: 20px;
}

.leadership-section .read-more-btn {
	color: #8a2f90;
}

.leadership-section .leadership-content .content-box img {
	max-width: 400px;
	max-height: 230px;
}

.leadership-section .leadership-content .content-box .post-title {
	content: 2.2rem;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 15px;
	color: #8a2f90;
	height: 85px;
	line-height: 28px;
	display: block;
	overflow: hidden;
}



/* Leadership Section ---------------- end */



/* Reusable -----------------*/

.button-view {
	cursor: pointer;
	width: 186px;
	height: 60px;
	border-radius: 10px;
	background-color: #ff6b00;
	color: #fff;
	content: 1.8rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	outline: none;
	border: none;
	transition: background-color 0.5s;
}

.button-view.link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff !important;
}

.button-view:hover {
	background-color: #df5d01;
	color: #fff !important;
}

.link-distributor {
	color: #fff;
	content: 1.6rem;
	font-weight: 700;
	text-decoration: underline;
}

.fa.fa-arrow-up {
	content: 2rem;
	background: linear-gradient(135deg, #8a2f90 0%, #f23933 34%, #ff6b00 66%, #ffc200 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Reusable ----------------- end */


/* -----------Footer Pledge Section */

/* Footer ->  */

.footer-section {
	width: 100%;

	background-color: #213239;
}

.polytron-footer {
	width: 100%;
	height: 548px;
	background-color: #213239;
	position: relative;
	display: flex;
	flex-flow: column;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: unset;
	height: 360px;
	gap: 2rem;
}

.footer-column {
	display: flex;
	flex-flow: column;
}

.footer-column.links {
	justify-content: space-evenly;
	height: 146px;
}

.footer-column.links>div {
	display: flex;
	flex-flow: column;
}

.footer-column.links>div:first-child {
	margin-bottom: 35px;
}

.footer-column.links>div>a {
	color: #9aaeb9;
	content: 1.4rem;
	font-weight: 400;
	line-height: 30px;
	text-decoration: underline;
}

.footer-link {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 30px;
	color: #9aaeb9 !important;
	outline: none !important;
	text-decoration: none !important;
}

.footer-label {
	content: 1.4rem;
	font-weight: 700;
	line-height: 28px;
	color: #9aaeb9;
}

.footer-policy {
	content: 1.4rem;
	color: #9aaeb9;
	margin: 0 auto;
	max-width: 400px;
	display: flex;
	justify-content: space-between;
}

.footer-policy>div {
	position: relative;
}

.footer-policy>div>a {
	text-decoration: none;
	color: #9aaeb9;
	content: 1.4rem;
}

.footer-policy>div:after {
	content: ' ';
	display: block;
	background-color: #9aaeb982;
	position: absolute;
	right: -31px;
	top: 0.2rem;
	height: 10px;
	width: 2px;
	margin: 0 auto;
}

.footer-policy>div:last-child::after {
	display: none;
}

.footer-logo-holder {
	margin-bottom: 55px;
	padding-top: 65px;
}

.footer-download-catalog:before,
.footer-download-guide:before {
	content: '\f063';
	font-family: FontAwesome;
	margin-right: 8px;
	color: #9aaeb9;
}

.footer-email:before {
	content: '\f0e0';
	font-family: FontAwesome;
	margin-right: 8px;
	color: #9aaeb9;
}

.footer-number {
	text-decoration: none !important;
	cursor: default;
	pointer-events: none;
}

.footer-number:before {
	content: '\f095';
	font-family: FontAwesome;
	margin-right: 11px;
	color: #9aaeb9;
}


/* Footer ->  end */


/* -----------Footer Pledge Section */
.our-pledge {
	height: 300px !important;
	display: flex !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: unset !important;
	background-color: #e6ecf0 !important;
}

.our-pledge .container-wrapper {
	display: flex;
	align-items: center;
}

.pledge-content-box {
	display: flex;
	width: 790px;
	align-items: center;
}

.pledge-content-box img {
	margin-right: 30px;
}

.pledge-holder {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.pledge-label {
	content: 3.0rem;
	font-weight: 700;
	color: #213239;
	margin-bottom: 10px;
}

.pledge-text {
	content: 2.0rem;
	font-weight: 500;
	color: #213239;
}

.pledge-icon {
	height: 130px;
	width: 130px;
	min-height: 129px;
	min-width: 129px;
}


/* -----------Footer Pledge Section end */






/* -----------Testimonial slider */

.wpsisac-slick-slider h2.slide-title {
	display: none;
}

.slick-slider-short-content {
	display: flex;
}

.wpsisac-slick-slider.design-5 .slick-arrow {
	top: 50% !important;
}

.wpsisac-slick-slider button.slick-arrow {
	border-radius: 20px !important;
	width: 54px !important;
	z-index: 4;
}

.wpsisac-slick-slider button.slick-prev,
.wpsisac-slick-slider button.slick-prev:hover,
.wpsisac-slick-slider button.slick-prev:focus {
	background: url('/wp-content/themes/botiga/images/arrow-left.png') center center no-repeat !important;
}

.wpsisac-slick-slider button.slick-next,
.wpsisac-slick-slider button.slick-next:hover,
.wpsisac-slick-slider button.slick-next:focus {
	background: url('/wp-content/themes/botiga/images/arrow.png') center center no-repeat !important;
}

.wpsisac-slick-slider .slick-dots li.slick-active button {
	background: #ff6b00 !important;
	border: 1px solid #ff6b00;
}

.wpsisac-slick-slider .slick-dots li button {
	background: #9aaeb9 !important;
	border: 1px solid #9aaeb9;
}

.slider.mobile {
	display: none;
}


/* -----------Testimonial slider end */



/* ABOUT PAGE HERE __________________ */
/* ABOUT PAGE HERE __________________ */
/* ABOUT PAGE HERE __________________ */


/* Header Section ____________________________________________ */

.about-page p {
	font-family: 'Roboto', sans-serif;
	/* content: 1.6rem; */
	line-height: 28px;
}

.style_breadcrumbs {
	display: none;
}

.about-page .header {
	background-image: url('/wp-content/themes/botiga/images/overlay.png'), url('/wp-content/themes/botiga/images/about-page-header.png');
}

.about-page .header .container-wrapper .content-box h1 {
	max-width: 994px;
	letter-spacing: -1.5px;
	line-height: 62px;
	margin-bottom: 25px;
}

.about-page .header .container-wrapper .content-box .details {
	width: 690px;
	height: 113px;
}

.about-page .header .container-wrapper .content-box .details p {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	/* content: 1.8rem; */
	font-weight: 700;
}

/* Header Section ____________________________________________ end*/


/* History Section ____________________________________________ */

.about-page .history-section {
	background-color: #fff;
}

.about-page .history-section .container-wrapper {
	padding-top: 35px;
	padding-bottom: 62px;
}

.history-section .history-content {
	display: flex;
	justify-content: space-between;
}

.history-section .history-content .details {
	max-width: 840px;
}

.history-section .history-content .details p {
	font-weight: 400;
	color: #213239;
}

.history-section .button-holder {
	width: 101px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.history-section .to-page-btn {
	content: 1.2rem;
	color: #607d8b;
	font-family: 'Roboto', sans-serif;
	position: relative;
	text-decoration: none;
}

.history-section .to-page-btn.home:after {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	right: -23px;
	pointer-events: none;
}

/* History Section ____________________________________________ end*/


/* Philosophy Section ____________________________________________ */

.philosophy-section {
	background-color: #f2f6f8;
}

.philosophy-section h2:after {
	right: unset;
}

.philosophy-section .container-wrapper {
	padding-top: 65px;
	/* padding-bottom: 100px; */
}

.philosophy-section .philosophy-content {
	display: flex;
}

.philosophy-section .title-holder {
	max-width: 754px;
	color: #213239;
	content: 3.0rem;
	font-weight: 700;
	margin-bottom: 75px;
}

.philosophy-section .details {
	max-width: 666px;
}

.philosophy-section .details p {
	color: #213239;
	font-weight: 400;
}

.philosophy-section .image {
	background: url('/wp-content/themes/botiga/images/philosophy-background-image.png') center center no-repeat;
	background-size: 615px 461px;
	min-height: 461px;
	min-width: 615px;
}

/* Philosophy Section ____________________________________________ end*/

/* We Understand Section ____________________________________________ */

.understand-section {
	background-color: #fff;
}

.understand-section h2:after {
	right: unset;
}

.understand-section .container-wrapper {
	padding-top: 40px;
	display: flex;
}

.understand-section .image {
	background: url('/wp-content/themes/botiga/images/we-understand-image.png') center center no-repeat;
	background-size: 568px 760px;
	min-height: 745px;
	min-width: 570px;
}

.understand-section .understand-content {
	margin-top: 60px;
	margin-left: 100px;
}

.understand-section .understand-content .title-holder {
	margin-bottom: 55px;
}

.understand-section .understand-content .details.first {
	margin-bottom: 85px;
}

.understand-section .understand-content .details {
	min-width: 665px;
}

.understand-section .understand-content .details p {
	color: #213239;
	font-weight: 400;
	line-height: 28px;
}


/* We Understand Section ____________________________________________ end*/

/* BreadCrumb */

.breadcrumb-container {
	margin: 0 !important;
	padding: 0 !important;
}

.breadcrumb-container.theme1 a {
	background: #fff !important;
	padding: 0 10px !important;
}

.breadcrumb-container.theme1 li:first-child a {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.breadcrumb-container.theme1 a>span {
	color: #607d8b;
	font-family: 'Roboto', sans-serif;
	content: 1.2rem;
}

.container-wrapper.breadcrumb {
	padding-top: 30px;
}

.breadcrumb-container ul>li>a>span {
	text-transform: capitalize;
}



/* BreadCrumb */


/* SOLUTIONS PAGE HERE __________________ */
/* SOLUTIONS PAGE HERE __________________ */
/* SOLUTIONS PAGE HERE __________________ */

/* Header */

.solutions-page .header {
	background-image: url('/wp-content/themes/botiga/images/overlay.png'), url('/wp-content/themes/botiga/images/solutions-page-header.png');
}

.solutions-page h1 {
	max-width: 588px;
	color: #fff;
}

/* Header end */

/* Products Section */

.solutions-page .products .container-wrapper.products-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1320px;
	padding-top: 50px;
}

.solutions-page .products .container-wrapper {
	margin-bottom: 140px;
}

.products .container-wrapper.products-list .content-box {
	width: 100%;
	height: 405px;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: space-between;
	background-color: #f2f6f8;
	border-radius: 10px;
	border: 1px solid #d5dce0;
	position: relative;
	transition: 0.3s all ease-in-out;
	text-decoration: none;
	z-index: 1;
}

.products .product {
	position: relative;
	display: flex;
	flex-flow: column;
	margin-left: 50px;
	margin-bottom: 60px;
	width: 389px;
}

.products .product:after {
	content: url('mobile/product-arrow.png');
	position: absolute;
	left: 46px;
	z-index: 3;
	bottom: 62px;
}

.products .product:first-child,
.solutions-page .products .product:nth-child(4) {
	margin-left: unset;
}

.products .container-wrapper.products-list .content-box:hover {
	-webkit-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	transition: 0.3s all ease-in-out;
}

.products .container-wrapper.products-list a>span {
	width: 90%;
	vertical-align: top;
	color: #213239;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	/* content: 1.8rem; */
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 23px;
}

.product .product-details a {
	color: #213239;
	content: 1.6rem;
	font-weight: 700;
	text-decoration: underline;
	margin-left: 24px;
	position: relative;
}

.product .product-details a:hover {
	color: #ff6b00;
}

.product .product-details .button-view.purchase {
	/* content: 1.6rem; */
	width: 101px;
	height: 42px;
	margin: 0;
	margin-right: 16px;
	color: #fff;
	text-decoration: none;
}

.product .product-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	width: 389px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #d5dce0;
	background-color: #e6ecf0;
	position: relative;
	top: -7px;
	z-index: 3;
}

.solutions-page .content-box img {
	padding-top: 30px;
}


/* Products Section end*/

/* Choose Section */

.solutions-page .choose-polytron h2:after {
	right: unset;
}

.solutions-page .choose-polytron .container-wrapper {
	margin-bottom: 110px;
}

.solutions-page .choose-polytron .title-holder {
	margin-bottom: 70px;
}

.solutions-page .choose-polytron .content-box {
	display: flex;
}

.solutions-page .choose-polytron .content-box .details>ul {
	max-width: 450px;
}


.solutions-page .choose-polytron .content-box .details ul>li::before {
	content: url('/wp-content/themes/botiga/images/check-icon.png');
	margin-right: 21px;
}

.solutions-page .choose-polytron .content-box .details ul>li:last-child {
	margin-bottom: 0;
}

.solutions-page .choose-polytron .content-box .details.left {
	margin-right: 50px;
}

/* Choose Section end*/


/* Industries Section */
/* Industries Section */
/* Industries Section */

.solutions-page .industries {
	height: 1143px;
	padding-top: 70px;
	margin-bottom: 200px;
}

.solutions-page .industries .title-holder {
	margin-bottom: 100px;
}

.solutions-page .industries .title-holder h2 {
	text-align: center;
}

.solutions-page .industries .industries-row {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.solutions-page .industries .industries-row li:nth-child(2),
.solutions-page .industries .industries-row li:nth-child(5),
.solutions-page .industries .industries-row li:nth-child(8) {
	width: 33.4%;
}

.solutions-page .industries .industries-row li {
	display: block;
	width: 33.3%;
	height: 336px;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	content: 5rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.solutions-page .industries .industries-row li .hover-view.content li,
.solutions-page .industries .industries-row li .hover-view.content ol {
	width: unset !important;
	height: unset !important;
	font-family: 'Roboto', sans-serif;
	content: 1.8rem;
	display: block;
	position: unset;
	font-weight: 400;
	line-height: 24px;
}

.solutions-page .industries .industries-row li .hover-view {
	display: none;
}

.solutions-page .industries .industries-row li:hover .default-view,
.solutions-page .industries .industries-row .open .default-view {
	display: none;
}

.solutions-page .industries .industries-row li:hover .hover-view,
.solutions-page .industries .industries-row .open .hover-view {
	display: block;
	width: 100%;
	height: 100%;
}

.solutions-page .industries .industries-row li .mask {
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	filter: blur(4px);
}

.solutions-page .industries .industries-row li .content {
	background: unset;
	position: relative;
	z-index: 2;
	overflow: visible;
	transition: background 0.7s;
}

.solutions-page .industries .industries-row li .content p {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.solutions-page .industries .industries-row li .content:hover,
.solutions-page .industries .industries-row .open .content {
	background: rgba(153, 51, 154, 0.77);
}


.solutions-page .industries .industries-row li.automotive,
.solutions-page .industries .industries-row li.automotive .mask {
	background-image: url('/wp-content/themes/botiga/industries/automotive.png');
}

.solutions-page .industries .industries-row li.marine,
.solutions-page .industries .industries-row li.marine .mask {
	background-image: url('/wp-content/themes/botiga/industries/marine.png');
}

.solutions-page .industries .industries-row li.rail,
.solutions-page .industries .industries-row li.rail .mask {
	background-image: url('/wp-content/themes/botiga/industries/rail.png');
}

.solutions-page .industries .industries-row li.manufacturing,
.solutions-page .industries .industries-row li.manufacturing .mask {
	background-image: url('/wp-content/themes/botiga/industries/manufacturing.png');
}

.solutions-page .industries .industries-row li.agricultural,
.solutions-page .industries .industries-row li.agricultural .mask {
	background-image: url('/wp-content/themes/botiga/industries/agricultural.png');
}

.solutions-page .industries .industries-row li.construction,
.solutions-page .industries .industries-row li.construction .mask {
	background-image: url('/wp-content/themes/botiga/industries/construction.png');
}

.solutions-page .industries .industries-row li.mining,
.solutions-page .industries .industries-row li.mining .mask {
	background-image: url('/wp-content/themes/botiga/industries/mining.png');
}

.solutions-page .industries .industries-row li.oil-and-gas,
.solutions-page .industries .industries-row li.oil-and-gas .mask {
	background-image: url('/wp-content/themes/botiga/industries/oil-and-gas.png');
}

.solutions-page .industries .industries-row li.military,
.solutions-page .industries .industries-row li.military .mask {
	background-image: url('/wp-content/themes/botiga/industries/military_swap.png');
}



.solutions-page .industries .industries-row li:hover .content div,
.solutions-page .industries .industries-row .open .content div {
	padding-top: 40px;
	width: 90%;
	height: 245px;
	margin: 0 auto;
	overflow: hidden;
}

.solutions-page .industries .industries-row li:hover .content div>label,
.solutions-page .industries .industries-row .open .content div>label {
	color: #ffffff;
	content: 3.3rem;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.solutions-page .industries .industries-row li:hover .content div>p,
.solutions-page .industries .industries-row .open .content div>p {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	content: 1.8rem;
	font-weight: 400;
	line-height: 24px;
}

.solutions-page .scroll-btn-holder {
	display: flex;
	justify-content: center;
}

.solutions-page #scroll-to-products {
	position: fixed;
	bottom: 40px;
	z-index: 3;
	-webkit-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	display: none;

}

/* SOLUTION MODAL */
/* SOLUTION MODAL */
/* SOLUTION MODAL */

.solutions-page .modal-box {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #1f0021b5;
	position: fixed;
	z-index: 6;
	top: 0;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
}

/* INDUSTRY POSITIONS */
/* INDUSTRY POSITIONS */
/* INDUSTRY POSITIONS */

.solutions-page .modal-box.automotive,
.solutions-page .modal-box.manufacturing,
.solutions-page .modal-box.mining {
	right: 0;
}

.solutions-page .modal-box.construction,
.solutions-page .modal-box.military,
.solutions-page .modal-box.rail {
	left: 0;
}

/* INDUSTRY POSITIONS */
/* INDUSTRY POSITIONS */
/* INDUSTRY POSITIONS */

.solutions-page .open-modal-button {
	display: none;
	text-decoration: underline;
}

.solutions-page .industries li.has-read-more .open-modal-button {
	display: block;
}

.solutions-page .industries li.open .modal-box {
	display: flex;
}

.solutions-page .open-modal-button,
.solutions-page .close-modal-button {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	border: none;
	content: 1.6rem;
	line-height: 28px;
	background: none;
	cursor: pointer;
	outline: none;
	padding: 6px;
	margin-right: 25px;
	float: right;
}

.solutions-page .close-modal-button {
	padding: 0;
	margin: 0;
	position: relative;
	bottom: -50px;
}

.solutions-page .modal-box.open {
	display: flex;
}

.solutions-page .modal-box .container-wrapper {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.solutions-page .modal-box .container-wrapper .inner {
	height: 400px;
	width: 750px;
	overflow-y: scroll;
	padding: 10px 20px;
}

.solutions-page .modal-box .container-wrapper .inner::-webkit-scrollbar {
	background-color: rgba(212, 212, 212, 0.171);
	position: relative;
	right: 50px;
	width: 6px;
	border-radius: 7px;
}

.solutions-page .modal-box .container-wrapper .inner::-webkit-scrollbar-thumb {
	background-color: rgba(238, 238, 238, 0.507);
	height: 20px;
	border-radius: 7px;
}

.solutions-page .modal-box label {
	margin-bottom: 40px;
	content: 5.7rem;
	color: #fff;
}

.solutions-page .modal-box .container-wrapper p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	content: 1.8rem;
	margin-bottom: 10px;
	line-height: 24px;
	max-width: 750px;
}

.solutions-page .modal-box .container-wrapper a {
	color: #fff;
	content: 2.0rem;
	line-height: 30px;
	text-decoration: underline;
}

.solutions-page .modal-box .container-wrapper ul,
.solutions-page .modal-box .container-wrapper ol {
	margin-bottom: 10px;
	max-width: 800px;
}

.solutions-page .blurred {
	filter: blur(4px);
	-webkit-filter: blur(4px);
}

.solutions-page .modal-box .container-wrapper li {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	content: 1.6rem;
	font-weight: 100;
	line-height: 24px;
	-webkit-filter: unset;
	filter: unset;
	width: unset;
	height: unset;
	margin-bottom: 5px;
	align-items: baseline;
	justify-content: flex-start;
}

.solutions-page .modal-box .container-wrapper li:nth-child(2),
.solutions-page .modal-box .container-wrapper li:nth-child(5),
.solutions-page .modal-box .container-wrapper li:nth-child(8) {
	width: unset;
}


.solutions-page .modal-box .container-wrapper li:before {
	content: '\f043';
	font-family: FontAwesome;
	margin-right: 13px;
	color: #ffffff82;
}

.solutions-page .modal-box .container-wrapper li:last-child {
	margin-bottom: unset;
}

/* Industries Section end*/



/* CONTACT PAGE HERE __________________ */
/* CONTACT PAGE HERE __________________ */
/* CONTACT PAGE HERE __________________ */


.contact-page .header {
	background-image: url('/wp-content/themes/botiga/images/overlay.png'), url('/wp-content/themes/botiga/images/contact-page-header.png');
	background-position: bottom;
}

.contact-page .form-section .container-wrapper {
	padding-top: 50px;
}

.contact-page .form-section .container-wrapper h2:after {
	right: unset;
}

.contact-page .form-section .container-wrapper .title-holder {
	margin-bottom: 80px;
}

.contact-page .form-section .container-wrapper .content {
	display: flex;
}

.form input,
.contact-page .form-section .form select {
	content: 1.6rem;
	border-radius: 10px;
	outline: none;
	border: 1px solid #9aaeb9;
	width: 278px;
	height: 54px;
	padding-left: 20px;
	box-sizing: border-box;
}

.contact-page .form-section .form select {
	padding-left: 10px;
}

.form label {
	color: #213239;
	font-family: 'Roboto', sans-serif;
	content: 16px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 13px;
	padding-left: 3px;
}

.contact-page .form-section .form {
	width: 590px;
	margin-right: 140px;
	margin-bottom: 200px;
}

.contact-page .form-section .form form {
	display: flex;
	flex-wrap: wrap;
}

.contact-page .form-section .form p {
	margin-bottom: 30px;
}

.contact-page .form-section .form p:nth-of-type(odd) {
	margin-right: 28px;
}

.form .email input,
.form .drop-down select {
	width: 585px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.form textarea {
	width: 584px;
	height: 183px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #9aaeb9;
	background-color: #ffffff;
	outline: none;
	content: 1.6rem;
	padding-left: 15px;
	padding-top: 15px;
}

.form .button-holder input {
	width: 131px;
	height: 59px;
	background-color: #ff6b00;
	color: #fff;
	padding: 0;
	margin: 0;
	outline: 0;
	border: none;
	cursor: pointer;
	transition: background-color 0.5s;
	font-family: 'Raleway', sans-serif;
	content: 1.8rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.form .button-holder input:hover {
	background-color: #df5d01;
}



.contact-page .form-section .links {
	display: flex;
	flex-flow: column;
	height: 145px;
	padding-top: 40px;
}

.contact-page .form-section .links .black-link {
	margin-bottom: 30px;
}

.contact-page .form-section .links a:last-child {
	margin: unset;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: none;
	content: 1.8rem;
	border-radius: 10px;
	color: red;
}

span.wpcf7-not-valid-tip {
	content: 1.6rem;
}

.contact-page .form-section .drop-down select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	position: relative;
	width: 310px;
}

.contact-page .form-section .drop-down span:after {
	content: '\f0d7';
	font-family: FontAwesome;
	content: 2.2rem;
	color: #213239;
	position: absolute;
	top: -6px;
	right: 15px;
	pointer-events: none;
}

/* CONTACT PAGE END __________________ */


/* DISTRIBUTORS PAGE HERE __________________ */
/* DISTRIBUTORS PAGE HERE __________________ */
/* DISTRIBUTORS PAGE HERE __________________ */


.distributors-page .header {
	background-image: url('/wp-content/themes/botiga/images/overlay.png'), url('/wp-content/themes/botiga/images/distributors-page-header.png');
}

.distributors-page .locations .container-wrapper {
	padding-top: 40px;
	margin-bottom: 120px;
}

.distributors-page .locations .container-wrapper .details p {
	color: #213239;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}

.distributors-page .locations .container-wrapper .details {
	width: 834px;
	margin-bottom: 60px;
}

.distributors-page .locations .container-wrapper .image {
	background-image: url('/wp-content/themes/botiga/images/map-image.jpg');
	background-position: center;
	background-size: cover;
	height: 631px;
}

.distributors-page .locations .slider.mobile.head {
	display: none;
}

/* // become a distrubutor section */
/* // become a distrubutor section */

.distributors-page .become-distributor .container-wrapper {
	width: 1280px;
	margin-bottom: 120px;
}

.distributors-page .become-distributor .become-distributor-box {
	display: flex;
	height: 278px;
}

.distributors-page .become-distributor .become-distributor-box .image {
	background-image: url('/wp-content/themes/botiga/images/become-a-distributor-image.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 49%;
	height: 100%;
}

.distributors-page .become-distributor .become-distributor-box .details {
	background-color: #213239;
	width: 50%;
	height: 100%;
}

.distributors-page .become-distributor .become-distributor-box .details div {
	padding-top: 31px;
	padding-left: 35px;
	width: 605px;
	box-sizing: border-box;
	position: relative;
}

.distributors-page .become-distributor .become-distributor-box .details h2 {
	color: #fff;
	content: 4.0rem;
	font-weight: 700;
}

.distributors-page .become-distributor .become-distributor-box .details p {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	content: 1.8rem;
	font-weight: 400;
	line-height: 28px;
	max-width: 328px;
	overflow: hidden;
}

.distributors-page .become-distributor .become-distributor-box .button-view {
	width: 313px;
	height: 59px;
	float: right;
	margin-top: 25px;
}

/* // download section */
/* // download section */

.distributors-page .download-materials .container-wrapper {
	margin-bottom: 110px;
}


.distributors-page .download-materials .title-holder {
	margin-bottom: 70px;
}

.distributors-page .download-materials h2:after {
	right: unset;
}

.distributors-page .download-materials .links p>a {
	display: inline-block;
	margin-bottom: 40px;
}

.distributors-page .download-materials .links p>a:last-child {
	margin-bottom: unset;
}

/* // more questions section */
/* // more questions section */

.distributors-page .questions-section .container-wrapper {
	padding-bottom: 160px
}

.distributors-page .questions-section h2 {
	margin-bottom: 45px;
}

.distributors-page .questions-section .button-view.contact-btn {
	width: 163px;
	height: 59px;
}


/* MODAL */

.bg-modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	position: fixed;
	z-index: 6;
	top: 0;
	justify-content: center;
	align-items: center;
	display: none;
}

.bg-modal .modal-content {
	width: 588px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
}

.bg-modal.open {
	display: flex;
}

.bg-modal .form {
	padding: 50px 50px 40px 50px;
}

.bg-modal .form form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.bg-modal .form p {
	margin-right: 30px;
	margin-bottom: 25px;
}

.bg-modal .form p:nth-of-type(even) {
	margin-right: unset;
}

.bg-modal .form textarea {
	height: 100px;
}

.bg-modal .form .button-holder {
	position: relative;
	left: 450px;
}

.distributors-page,
.our-pledge,
.footer-section,
.lavish_header.header_two {
	transition: 0.5s -webkit-filter linear, -webkit-transform 0.5s ease-out, -moz-transform 0.5s ease-out;
}


/* MODAL */


/* BLOG PAGE HERE __________________ */
/* BLOG PAGE HERE __________________ */
/* BLOG PAGE HERE __________________ */



.blog-page .header {
	background-image: url('/wp-content/themes/botiga/images/blog-page-header.png');
}

.blog-page .about-polytron .container-wrapper {
	padding-top: 50px;
}

.blog-page .about-polytron .container-wrapper h2,
.blog-page .polytron-differences .container-wrapper h2 {
	content: 2.2rem;
	margin-bottom: 15px;
}

.blog-page .about-polytron .container-wrapper .details,
.blog-page .polytron-differences .container-wrapper .details {
	width: 612px;
}

.blog-page .about-polytron .container-wrapper .details p,
.blog-page .polytron-differences .container-wrapper .details p {
	color: #213239;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}

.blog-page .about-polytron .container-wrapper {
	margin-bottom: 75px;
	display: flex;
}

.blog-page .polytron-differences .case-study {
	color: #ff6b00;
	content: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.blog-page .polytron-differences .container-wrapper {
	margin-bottom: 87px;
	display: flex;
}

.blog-page .polytron-differences .container-wrapper .details {
	margin-right: 110px
}

.blog-page .polytron-differences .container-wrapper .links {
	display: flex;
	flex-flow: column;
	padding-top: 70px;
}

.blog-page .polytron-differences .container-wrapper .links .black-link {
	margin-bottom: 37px;
}

.blog-page .polytron-differences .button-view.buy {
	margin-top: 90px;
}

.blog-page .about-polytron .right-box label {
	width: 380px;
	color: #607d8b;
	font-family: 'Roboto', sans-serif;
	content: 1.6rem;
	font-style: italic;
	line-height: 26px;
}

.blog-page .about-polytron .right-box {
	position: relative;
	top: -170px;
	background-color: #fff;
	height: 640px;
	width: 556px;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
	align-items: center;
	-webkit-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
}

.blog-page .about-polytron .right-box .image {
	background-image: url('/wp-content/themes/botiga/images/blog-page-ship-image.png');
	width: 503px;
	height: 509px;
}

.blog-page .about-polytron .left-box {
	margin-right: 111px;
}

/* Products PAGE HERE __________________ */
/* Products PAGE HERE __________________ */
/* Products PAGE HERE __________________ */

.products-page .header {
	background-image: url('/wp-content/themes/botiga/images/products-page-header.png');
}

.products-page .header .black-link.download {
	z-index: 3;
}

.products-page .header h1 {
	max-width: 800px;
	max-height: 145px;
	margin-bottom: 30px;
	overflow: hidden;
}

.products-page .title-holder h2:after {
	right: unset;
}

.products-page .header .image {
	position: absolute;
	right: 40px;
	top: 125px;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.products-page .header .image img {
	margin-bottom: 30px;
	max-width: 400px;
	max-height: 440px;
}


/* --------------Description Section */

.products-page .description .container-wrapper {
	padding-top: 60px;
	margin-bottom: 90px;
}

.products-page .description .container-wrapper .title-holder {
	margin-bottom: 80px;
}

.products-page .description .container-wrapper .left-box {
	width: 612px;
	margin-right: 110px;
}

.products-page .description .container-wrapper .left-box p {
	color: #213239;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}

.products-page .description .container-wrapper .content-box {
	display: flex;
	position: relative;
}


.products-page .description .container-wrapper .right-box .container {
	width: 558px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f2f6f8;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -45px;
}

.products-page .content-box .details>ul>li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.products-page .content-box .details>ul>li:last-child {
	margin-bottom: unset;
}

.products-page .description .container-wrapper .right-box .container .details {
	width: 480px;
}

.products-page .description .content-box .details ul>li::before {
	content: url('/wp-content/themes/botiga/images/check-icon.png');
	margin-right: 21px;
}


/* --------------Application Section */

.products-page .application h3 {
	margin-bottom: 40px;
}

.products-page .application .details ul {
	width: 1000px;
	height: 425px;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
}

.products-page .application .details ul>li {
	width: 307px;
	color: #213239;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 25px;
	list-style: none;
	line-height: 28px;
	display: flex;
}

.products-page .application ul>li::before {
	content: url('/wp-content/themes/botiga/images/bullet-point-image.png');
	margin-right: 15px;
}

.products-page .application .container-wrapper {
	margin-bottom: 80px;
}

.products-page .application .container-wrapper .extra-info {
	margin-bottom: 30px;
	width: 612px;
	color: #213239;
	line-height: 28px;
}

.products-page .application .container-wrapper .extra-info p,
.products-page .application .container-wrapper .details p {
	font-family: 'Roboto', sans-serif;
}

/* --------------Product Section */

.products-page .products .container-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 150px;
}

.products-page .products .product a>img {
	max-width: 140px;
	max-height: 170px;
	padding-top: 30px;
}

.products-page .products .product {
	width: 276px;
	margin: unset;
}

.products-page .products .product .content-box {
	height: 280px;
}

.products-page .products .product .content-box span {
	content: 1.6rem;
	padding-bottom: 18px;
}

.products-page .products .product .product-details {
	width: 276px;
}

/* // FEATURES TEMPLATE */

.products-page .application .details.features-template ul {
	height: unset;
}

.products-page .application .details.features-template ul>li {
	width: 584px;
}

.products-page .features .container-wrapper {
	margin-bottom: 140px;
}

.products-page .features .container-wrapper .button-view.link.buy {
	margin: 0 auto;
}

.products-page .features .container-wrapper h3 {
	margin-bottom: 40px;
}

.products-page .features .container-wrapper p {
	color: #213239;
	font-family: 'Roboto', sans-serif;
	content: 1.6rem;
	line-height: 28px;
}

.products-page .features .container-wrapper label>p {
	width: 277px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.products-page .features .container-wrapper label {
	display: block;
	height: 50px;
	margin-bottom: 30px;
}

.products-page .features .container-wrapper .properties {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.products-page .features .container-wrapper .properties .content-container {
	width: 277px;
}


/* CASE STUDY HERE __________________ */
/* CASE STUDY HERE __________________ */
/* CASE STUDY HERE __________________ */


.single-post-page .header {
	background-image: url('/wp-content/themes/botiga/images/blog-page-header.png');
}

.single-post-page .content-section .content-box h3 {
	margin-bottom: 15px;
	max-width: 760px;
}

.single-post-page .content-section .content-box p {
	max-width: 612px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
	margin-bottom: 52px;
}

.single-post-page .content-section .content-box a {
	display: block;
	content: 1.6rem;
	margin-bottom: 52px;
	font-family: 'Roboto', sans-serif;
	color: #213239;
}

.single-post-page .content-section .content-box p:last-child {
	margin-bottom: 92px;
}

.single-post-page .content-section {
	position: relative;
}

.single-post-page .content-section .image-box {
	height: 530px;
	border-radius: 9px;
	position: relative;
	right: -100px;
	top: -150px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.single-post-page .content-section .image-box img {
	border-radius: 7px;
	-webkit-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	box-shadow: -3px 7px 29px -5px rgba(0, 0, 0, 0.75);
	transform: scale(1.4);
}

.single-post-page .content-section .wp-block-image figcaption {
	text-align: unset;
	font-style: italic;
	width: 612px;
	color: #607d8b;
	font-family: 'Roboto', sans-serif;
	content: 16px;
	line-height: 26px;
	margin: unset;
}

.single-post-page .content-section .container-wrapper .content-box .wp-block-image img {
	margin-bottom: 10px;
	max-width: unset;
}

.single-post-page .content-section .container-wrapper .content-box .wp-block-image {
	margin-bottom: 50px;
}

.single-post-page .container-wrapper.breadcrumb {
	margin-bottom: 50px;
}

.single-post-page .content-section .container-wrapper {
	margin-bottom: 130px;
	display: flex;

}

/* //ERROR PAGE */

.error-content {
	min-height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-content .heading1 {
	margin-bottom: 20px;
}



/* MICROSOFT EDGE */

@supports (-ms-flow-from: thingy) {
	/* Edge only */

	.industries-section .industries-list {
		justify-content: space-around;
	}

	.industries-section .container-wrapper.video .content-box {
		justify-content: space-around;
	}

	.blog-page .about-polytron .right-box {
		justify-content: space-around;
	}

	.home-page .leadership-section .leadership-content {
		justify-content: space-around;
	}

	.modal-box.pc-only {
		background-color: rgba(58, 24, 58, 0.83);
	}

}

/* MICROSOFT EDGE end */

/* SAFARI */

/* @media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) { 
	.industries-section .container-wrapper.video .content-box {
		top: -570px;
	}
}  */


/* SAFARI end */

/* //removing submenu */

/* .sub-menu,
.navmenu .menu-item-has-children:hover:after,
.mobile-menu-icon {
	display: none !important;
} */


/* ---------------------------Case Studies Page */
/* ---------------------------Case Studies Page */
/* ---------------------------Case Studies Page */

.single-post-page.studies .posts-container .container-wrapper {
	border-top: 20px solid #8A2F90;
	border-radius: 4px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 150px;
	-webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
}

.single-post-page.studies .posts-container .container-wrapper .post-holder img {
	max-width: 300px;
	max-height: 300px;
	-webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.75);
	transform: scale(0.9);
	transition: all 0.3s ease-in-out;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder img:hover {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder:first-child {
	margin-top: 50px;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder {
	min-width: 300px;
	min-height: 300px;
	width: 900px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder:not(:last-child):after {
	content: ' ';
	background: #c4c4c445;
	width: 100%;
	height: 11px;
	position: absolute;
	bottom: -55px;
	border-radius: 4px;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder .post-text {
	font-family: 'Roboto', sans-serif;
	content: 2.0rem;
	font-weight: 400;
	line-height: 28px;
	max-width: 470px;
	max-height: 400px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder .post-text a {
	font-family: 'Roboto', sans-serif;
	content: 2.5rem;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 20px;
	color: #000;
	transition: all ease-in-out 0.3s;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder .post-text a:hover {
	color: #086fa1;
}

.single-post-page.studies .posts-container .container-wrapper .post-holder .post-text .post-read-more-btn {
	display: flex;
	flex-direction: row-reverse;
	font-weight: 100;
	content: 1.9rem;
}


/* Hiding the Buy buttons. Can be accessed only through special URL. */

.button-view.link.purchase,
.button-view.link.buy {
	display: none;
}

/* 
a:focus {
	outline: none !important;
	color: #ff6b00 !important;
} */