@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Poppins', sans-serif; */

/**********************	Layout  Style	**********************/

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.fr-input {
	border: 1px solid #E1E1E1;
	background-color: #fff;
	padding: 0 1em;
	height: 2.8em;
}
img {
	vertical-align: middle;
}
:focus {
	outline: none;
}

.button {
	background-color: #ED8B38;
	padding: 0 3em;
	height: 2.5em;
	line-height: 2.5em;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 0.8;
	border-radius: 10px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	border: none;
	cursor: pointer;
}
.button:hover {
	background: #000000;
}

/********* Top-head *********/

.container {
	max-width: 1328px;
	margin: 0 auto;
	padding: 0 3em;
}

.header-bg {
	background: #23343c;
	padding: 0;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;;
}
.logo {
	width: auto;
	max-width: 200px;
}
.header-right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.top-info {
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.top-info li {
	margin: 0 0 0 20px;
	list-style: none;
	display: flex;
	align-items: center;
	color: #71b2cd;
}
.top-info li span {
	max-width: 25px;
    margin: 0 10px 0 0;
}
.top-info li a {
	font-size: 16px;
	color: #71b2cd;
}
.top-info li a:hover {
	color: #ff8d41;
}
.menu {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-basis: 100%;
}
.menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.menu ul li {
	margin: 0;
	list-style: none;
	padding: 0 15px;
	position: relative;
}
.menu ul li:last-child {
	padding-right: 0;
}
.menu ul li a {
	padding: 18px 0;
	position: relative;
	font-size: 16px;
}
.menu ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ff8d41;
	height: 3px;
	opacity: 0;
	visibility: hidden;
}
.menu ul li a:hover::after {
	visibility: visible;
	opacity: 1;
}
.menu ul li ul.sub_menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    z-index: 2;
    margin: 17px 0 0 0;
    min-width: 270px;
    text-align: left;
    justify-content: flex-start;
    padding: 10px 0;
    transform: scaleY(0);
    transition: all .2s linear;
    transform-origin: top;
}
.menu ul li:hover ul.sub_menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.menu ul li ul.sub_menu li {
	padding-top: 8px;
	padding-bottom: 8px;
	flex-basis: 100%;
}
.menu ul li ul.sub_menu li a {
	font-size: 16px;
}
.menu ul li ul.sub_menu li a::after {
	display: none;
}

/* == Contain == */

.welcome-section {
	padding: 50px 0 80px;
}
.welcome-contain {
	max-width: 70%;
	margin: 0 auto;
}
.common-title {
	text-align: center;
	margin: 0;
	padding: 0 0 50px;
}
.heading-2 {
	line-height: 150%;
	font-weight: 700;
	padding: 0;
	font-size: 45px;
	margin: 0 0 30px;
	text-align: center;
}
.for-coloumn {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 -15px;
}
.for-coloumn .col {
	flex-basis: 100%;
	max-width: 33.3%;
	padding: 0 15px;
}
.welcome-contain p {
	font-size: 18px;
}
.product-image {
	margin: 0;
	position: relative;
}
.social_box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(35, 52, 60, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.product-image:hover .social_box {
	visibility: visible;
	opacity: 1;
}
.social_box ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social_box ul li {
	margin: 0 10px;
	list-style: none;
	padding: 0;
}
.social_box ul li a {
	background: #FFFFFF;
	height: 50px;
	width: 50px;
	border: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 22px;
}
.social_box ul li a:hover {
	color: #ff8d41;
}
.product-content {
	margin: 0;
	padding: 0;
	background-color: #f6f7f9;
	text-align: center;
	padding: 30px 20px;
}
.product-content-title h6 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #003640;
}
.product-content-title h6 a {
	color: inherit;
	font-size: 100%;
}
.op {
	padding: 0 0 8px;
	position: relative;
	margin: 0 0 20px;
	color: #666666;
	font-size: 14px;
}
.op::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 15%;
	margin: 0 auto;
	background: #ED8B38;
	height: 3px;
}
.read-more {
	display: flex;
	align-items: center;
	justify-content: center;
}
.read-more a {
	border: 2px solid #8bd7f7;
	padding: 10px 30px;
	color: #23343c;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.read-more a:hover {
	background: #8bd7f7;
}

.about-section {
	background-image: url(../images/aboutus_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 100px 0;
	background-size: cover;
	background-attachment: fixed;
}
.about-row {
	display: flex;
	align-items: center;
}
.about-content-left {
	padding: 0 50px 0 0;
	flex-basis: 100%;
	max-width: 50%;
}
.about-content-right {
	max-width: 50%;
}
.about-row .heading-2 {
	color: #FFFFFF;
	text-align: left;
}
.about-row p {
	color: #FFFFFF;
	line-height: 28px;
}
.about-row .read-more {
	justify-content: flex-start;
}
.about-row .read-more a {
	background-color: #8bd7f7;
}
.about-row .read-more a:hover {
	background-color: #ED8B38;
	border-color: #ED8B38;
}

.gallery-section {
	padding: 100px 0;
}
.gallery-grid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -10px 30px;
}
.gallery-col {
	padding: 10px;
	width: 25%;
}
.gallery-grid a {
	overflow: hidden;
	display: block;
}
.gallery-grid a img {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.gallery-grid a:hover img {
	transform: scale(1.15);
}

.feature-product-section {
	background-image: url(../images/aboutus_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 100px 0;
	background-size: cover;
	background-attachment: fixed;
}
.feature-product-section .heading-2 {
	color: #FFFFFF;
}
.feature-product-section p {
	color: #FFFFFF;
	line-height: 28px;
}
.feature-product-list {
	margin: 0;
	padding: 0;
}
.feature-product-list ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0 -10px;
}
.feature-product-list ul li {
	padding: 0 10px;
	list-style: none;
}
.product_icon {
	margin: 0 0 20px;
}
.product_title {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.product-application-section {
	padding: 100px 0;
	background: #dff6ff;
}
.product-application-row {
	/* display: flex;
	align-items: flex-start; */
	margin: 0;
	display: block;
}
.product-application-box {
	padding: 30px;
    background: #f6f7f9;
    /* max-width: calc(33.3% - 20px); */
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.product-application-box .image {
	max-height: 350px;
    overflow: hidden;
    margin: 0 50px 0 0;
    flex-basis: 100%;
    max-width: 35%;
}
.product-application-box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-contain h5 {
	font-size: 20px;
	font-weight: bold;
	color: #003640;
	line-height: 24px !important;
}
.product-contain .read-more {
	justify-content: flex-start;
}

.contact-section {
	padding: 100px 0;
	background: #f6f7f9;
}
.contact-section .common-title {
	padding: 0 0 20px;
}

.contact-form {
	margin: 0;
	padding: 0;
}
.form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -20px;
}
.form-cell {
	flex-basis: 100%;
	padding: 0 20px;
	margin: 0 0 30px;
}
.fr-label {
	margin: 0 0 5px;
	display: block;
}
.my-input {
	margin: 0;
	padding: 0;
}
.my-input .fr-input {
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 50px;
}
textarea.fr-text {
	min-height: 100px;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
}
.send-btn {
	background: #ED8B38;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 30px;
	height: 40px;
	border: none;
	border-radius: 35px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.send-btn:hover {
	background: #71b2cd;
}

.social_box.footer_social_box {
	position: static;
	opacity: 1;
	visibility: visible;
	justify-content: flex-start;
	padding: 0 0 0 65px;
}
.social_box.footer_social_box ul li a {
	width: 40px;
	height: 40px;
}

/* ===== Footer ===== */
.footer {
	background: #23343c;
}
.footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0;
}
.footer_col {
	width: 30%;
}
.contact-coloumn {
	padding: 0 50px;
	width: 40%;
}
.footer-bottom {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about_info p {
	color: #FFFFFF;
}
.footer-logo {
	max-width: 70%;
}
.footer-title {
	line-height: 26px;
	margin-bottom: 19px;
	font-size: 20px;
	font-weight: 500;
	color: #8bd7f7;
}

.contact_info {
	margin: 0;
}
.contact_info ul {
	margin: 0;
	padding: 0;
}
.contact_info ul li {
	list-style: none;
	display: flex;
	align-items: flex-start;
	font-size: 16px;
}
.contact_info ul li .label {
	margin: 0 10px 0 0;
	color: #FFFFFF;
}
.detail {
	color: #FFFFFF;
	opacity: 0.8;
	font-weight: 300;
}

.social_icon {
	margin: 0;
	padding: 20px;
}
.social_icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.copy-right {
	color: #FFFFFF;
	font-size: 14px;
}
.copy-right a {
	opacity: 0.8;
	text-decoration: underline;
}
.contact-map {
	height: 280px;
	width: 100%;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
}

.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev, .slick-next {
	background-color: rgba(0, 0, 0, 0.8);
	width: 50px;
	height: 100px;
	z-index: 9;
}
.slick-disabled {
	opacity: 0;
}
.slick-prev:hover, .slick-next:hover {
	background-color: rgba(0, 0, 0, 1);;
}

.inner_banner_text h1 {
	font-size: 50px;
	color: #fff;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.inner_banner_text {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.inner_banner {
	position: relative;
}

.about_section {
	padding: 50px 0;
}

.about_text_box {
	padding-bottom: 20px;
	max-width: 100%;
	margin: 0 auto;
}
.about_text_box img {
	float: right;
    margin: 0 0 10px 30px;
}
.about_text_box h3 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 600;
}

.about_text_box:last-child {
	padding-bottom: 0;
}

h2 {
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
	color: #333333;
	font-size: 30px;
}

/* .about_text_box p {
	font-weight: 300;
	font-size: 15px;
} */

.gallery_section {
	padding: 50px 0;
}

.gallery_otr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}

.gallery_inr {
	width: 25%;
	padding: 15px;
	max-height: 250px;
}

.gallery_inr_img {
	overflow: hidden;
	background: #000;
	border-radius: 5px;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_inr_img a {
	width: 100%;
	height: 100%;
}
.gallery_inr_img  img {
	transition: all ease 0.5s 0s;
	cursor: pointer;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery_inr_img  img:hover {
	transform: scale(1.3);
	opacity: 0.6;
}

.product_section {
	padding: 5% 0;
}

.tabs li {
    display: inline-block;
    margin: 0 1px 0 0;
    list-style: none;
}
.tabs li a {
    color: #fff;
    border-radius: 0;
    padding: 8px 14px;
    background: #23343c;
    display: inline-block;
    text-transform: uppercase;
}

.tabs li a:hover, .tabs li.active a {
	background: #ff8d41;
}




#tabs-content {
    padding: 20px;
    background-color: #ffffff !important;
    border-radius: 4px;
}

.product_section { background:#f3f3f3;}


.tab_row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #f3f3f3;
    border-radius: 4px;
    overflow: hidden;
}
.tab_row:not(:last-child) {
    margin-bottom: 20px;
}

.tab_row .left-image {
    width: 30%;
}

.right-content-info {
    width: 70%;
    padding: 20px 0 20px 20px;
}

.right-content-info h3 {
    line-height: 1.3;
    font-size: 25px;
    color: #23343c;
}

.tabs ul li, .tabs ul {
    padding: 0;
}
.product_detail  h2 { padding-bottom: 50px; }



.tablepress,
.tablepress tbody.row-hover,
.tablepress tbody.row-hover tr.row-1.odd,
table.tablepress.tablepress-id-3 tbody.row-hover tr.row-1.odd{background:0 0;background-color:transparent}

.tablepress thead th {
    background-color: #ff8d41 !important;
    color: #fff;
}

table {
    width: 100%;
    border-collapse: separate;
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
    vertical-align: top;
}
.tab-content table tr th, .tab-content table tr td {
	text-align: left;
	padding: 8px;
	vertical-align: top;
}
/*.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3;
}*/
.tablepress .even td,
.tablepress .odd td,
.tablepress thead th{font-size:15px; font-weight: 500;}
.home.blog #mobilebgf
.tablepress .odd td{background-color:transparent!important}

.tablepress tbody tr:first-child td {
    border-top: 0;
}
.tablepress .even td {
    background-color: #fff;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress tbody td {
    vertical-align: top;
}

.tablepress {
    border-collapse: collapse; margin-bottom: 0;}


.tablepress .odd td {
    background-color: transparent!important;
}
.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3;
}
.product_detail > h3 {
	margin: 0 0 30px;
	font-size: 25px;
}
.contact_section, .certification_section {
	padding: 50px 0;
}
.contact_left > h3 {
	margin: 0 0 30px;
}
.contact_outer {
	display: flex;
	justify-content: space-between;
}
.contact_outer > div {
	width: 48%;
}
.contact_outer  .form-row {
	flex-wrap: wrap;
}
.contact-map {
	margin: 0 0 30px;
}
.contact-info h5 {
	margin: 20px 0 10px;
	font-size: 18px;
}
.certificat_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}
.certificat_list li {
	margin: 0 0 40px;
	padding: 0 20px;
	text-align: center;
	flex-basis: 33.3%;
}
.certificat_image {
	position: relative;
	overflow: hidden;
	/* border: 8px solid #ED8B38; */
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
}
.certificat_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.certificat_image a {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.25);
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.certificat_list li:hover .certificat_image a {
	opacity: 1;
	visibility: visible;
}
.dwn_btn {
	margin: 15px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dwn_btn a {
	background-color: #000;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 8px 20px;
	margin-top: 14px;
	text-align: center;
	line-height: normal;
}
.dwn_btn a:hover {
	background-color: #ff8d41;
}
.right-content-info h3 {
	text-transform: uppercase;
}
.footer p {
	font-weight: 300 !important;
	font-size: 16px;
}
.banner ul {
	margin: 0;
	padding: 0;
}
.dealers_list {
	max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	list-style: none;
}
.dealers_list li {
	width: 48%;
    /* border-bottom: 1px solid #ddd; */
	margin: 0 0 20px;
}
.dealers_list li strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.dealers_list li a {
	font-size: 16px;
	/* font-weight: 500; */
}
.brochure_section {
	padding: 100px 0;
}
.brochure_section .common-title {
	padding-bottom: 20px;
}
.brochure_list {
	justify-content: center;
}
.certificat_list.brochure_list li {
	padding: 0 30px;
}
.certificat_list.brochure_list li .certificat_image {
	margin: 0 0 30px;
}
.applications_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	max-width: 80%;
	margin: 0 auto;
}
.applications_image {
	flex-basis: 100%;
	max-width: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.applications_info {
	/* max-width: 50%; */
	padding: 0 30px;
}
.applications_info p:last-child {
	margin: 0;
}
.applications_info h3 {
	font-size: 25px;
	margin: 0 0 20px;
}
.applications_rowrevers {
	flex-direction: row-reverse;
}
.applications_image .image {
	max-width: 100%;
}
.features_of_products_list {
	margin: 0;
	padding: 0;
}
.features_of_products_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.features_of_products_list ul li {
	flex-basis: calc(25% - 40px);
	background-color: #FFFFFF;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0);
	text-align: center;
	margin: 0 40px 40px 0;
	padding: 30px;
	transition: all 0.3s linear;
	border: 1px solid #ddd;
}
.features_of_products_icon {
	margin: 0 auto 20px;
	max-width: 60%;
	transition: all 0.2s linear;
}
.features_of_products_list ul li strong {
	color: #05b9e3;
	font-weight: 500;
}
.features_of_products_list ul li:hover {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
	border: 1px solid #ffffff;
}
.features_of_products_list ul li:hover .features_of_products_icon {
	transform: scale(1.08);
}

.error {
	color: red;
}

.invalid-feedback {
    color: red;
    /* background-color: #f8d7da; */
    border-color: #f5c6cb;
    position: static;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    /* padding: .75rem 1.25rem; */
    margin: 0 0 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.invalid-feedback, .error {
    width: 100%;
    display: block;
}
.invalid-feedback strong {
    font-weight: 400;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


#nav-icon1 {
	width: 35px;
	height: 24px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
top: 0px;
}

#nav-icon1 span:nth-child(2) {
top: 10px;
}

#nav-icon1 span:nth-child(3) {
top: 20px;
}

#nav-icon1.open span:nth-child(1) {
top: 18px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
opacity: 0;
left: -10px;
}

#nav-icon1.open span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

#nav-icon1 {
	display: none;
}

.slick-slide img {
	width: 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: rgba(0, 0, 0, 0.8);
}
.download_pdf {
	position: fixed;
    right: 60px;
    bottom: 16px;
}
.download_pdf a {
	margin: 0 0 0 20px;
}
.dealers_section h3 {
	text-align: center;
	margin: 0 0 30px;
	color: #000000;
	font-weight: bold;
	font-size: 25px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px;
}
.slick-slide {
	max-height: 600px !important;
}
.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}