@charset "UTF-8";
/*

Theme Name: Jainex

Theme URI: https://wordpress.org/themes/twentytwentyone/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.

Requires at least: 5.3

Tested up to: 6.9

Requires PHP: 5.6

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentytwentyone

Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio



Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org

Twenty Twenty-One is distributed under the terms of the GNU GPL.

*/



/**

 * SETTINGS

 * File-header..........The file header for the themes style.css file.

 * Fonts................Any font files, if the project needs specific fonts.

 * Global...............Project-specific, globally available variables.

 *

 * TOOLS

 * Functions............Global functions.

 * Mixins...............Global mixins.

 *

 * GENERIC

 * Normalize.css........Normalise browser defaults.

 * Breakpoints..........Mixins and variables for responsive styles

 * Vertical-margins.....Vertical spacing for the main components.

 * Reset................Reset specific elements to make them easier to style in other contexts.

 * Clearings............Clearings for the main components.

 *

 * ELEMENTS

 * Blockquote...........Default blockquote.

 * Forms................Element-level form styling.

 * Headings.............H1–H6

 * Links................Default links.

 * Lists................Default lists.

 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.

 *

 * BLOCKS

 * Audio................Specific styles for the audio block.

 * Button...............Specific styles for the button block.

 * Code.................Specific styles for the code block.

 * Columns..............Specific styles for the columns block.

 * Cover................Specific styles for the cover block.

 * File.................Specific styles for the file block.

 * Gallery..............Specific styles for the gallery block.

 * Group................Specific styles for the group block.

 * Heading..............Specific styles for the heading block.

 * Image................Specific styles for the image block.

 * Latest comments......Specific styles for the latest comments block.

 * Latest posts.........Specific styles for the latest posts block.

 * Legacy...............Specific styles for the legacy gallery.

 * List.................Specific styles for the list block.

 * Media text...........Specific styles for the media and text block.

 * Navigation...........Specific styles for the navigation block.

 * Paragraph............Specific styles for the paragraph block.

 * Pullquote............Specific styles for the pullquote block.

 * Quote................Specific styles for the quote block.

 * Search...............Specific styles for the search block.

 * Separator............Specific styles for the separator block.

 * Table................Specific styles for the table block.

 * Verse................Specific styles for the verse block.

 * Video................Specific styles for the video block.

 * Utilities............Block alignments.

 *

 * COMPONENTS

 * Header...............Header styles.

 * Footer...............Footer styles.

 * Comments.............Comment styles.

 * Archives.............Archive styles.

 * 404..................404 styles.

 * Search...............Search styles.

 * Navigation...........Navigation styles.

 * Footer Navigation....Footer Navigation styles.

 * Pagination...........Pagination styles.

 * Single...............Single page and post styles.

 * Posts and pages......Misc, sticky post styles.

 * Entry................Entry, author biography.

 * Widget...............Widget styles.

 * Editor...............Editor styles.

 *

 * UTILITIES

 * A11y.................Screen reader text, prefers reduced motion etc.

 * Color Palette........Classes for the color palette colors.

 * Editor Font Sizes....Editor Font Sizes.

 * Measure..............The width of a line of text, in characters.

 */



/* Categories 01 to 03 are the basics. */



/* Variables */





/* Global property start */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #1b1c1c;
 opacity: 1; /* Firefox */
 font-family: "Montserrat", sans-serif;
}
:root {
  --blue:    #13507d;
  --blue-dk: #0d3a5c;
  --blue-lt: #e8f0f7;
  --red:     #b41821;
  --off:     #f6f8fa;
  --border:  #e2e8ef;
  --txt:     #1e1e1e;
  --muted:   #6b7280;
  --nav-h:   64px;
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #1b1c1c;
 font-family: "Montserrat", sans-serif;
}



::-ms-input-placeholder { /* Microsoft Edge */
 color: #1b1c1c;
 font-family: "Montserrat", sans-serif;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
.col_left_1200 {
	padding-left: calc((100vw - 1200px) / 2);
}
.col_right_1180 {
	padding-right: calc((100vw - 1200px) / 2);
}
main, header, nav, article, aside, section, footer, figure, figcaption, form {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 15px;
}
h1 {
	font-size: 47px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p {
	font-size: 16px;
	color: #000;
	line-height: 1.625;
	padding-bottom: 15px;
	font-family: "Montserrat", sans-serif;
}
p a {
	color: red;
}
p:last-child {
	padding-bottom: 0 !important;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
ul, ol {
	display: block;
}
ul li, ol li {
	display: inline-block;
}
.list_arrow {
	position: relative;
}
.list_arrow li {
	padding-left: 22px;
}
.list_arrow li:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "";
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	color: #FFA700;
	margin-left: -21px;
}
ul.square li, ul.check li {
	padding-left: 32px;
}
ul.square li:before, ul.check li:before {
	content: "";
	color: #ee1a26;
	font-size: 16px;
	font-family: 'FontAwesome';
	margin-right: 16px;
	margin-left: -32px;
}
ul.square li {
	margin-left: 29px;
	margin-bottom: 20px;
}
ul.square li:before {
	content: "";
	color: #025eb2;
	margin-left: -29px;
}
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 16px;
}
.alignright {
	float: right;
	margin-left: 16px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
textarea {
	height: 116px;
	width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="file"], textarea, select {
	border: medium none;
	color: #7b7b7b;
	font-size: 14px;
	padding: 14px 15px;
	display: block;
	letter-spacing: 1px;
	transition: all 0.3s ease 0s;
}
input[type="text"]:focus, textarea:focus, select:focus, input[type="email"]:focus, input[type="tel"]:focus {
	background-color: #fff !important;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 0px 8px 0px #ccc;
}
button, .button, input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #ea564b;
	border: 2px solid #ea564b;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.6s ease-in 0s;
	display: block;
	letter-spacing: 1px;
	text-align: center;
}
button, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-color: #fff;
	border: 2px solid #ea564b;
	color: #000
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.four_column, .three_column, .two_column, .one_column {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.four_column li, .three_column li, .two_column li, .one_column li {
	display: inline-block;
	line-height: 1.3;
	vertical-align: top;
}
.four_column li, .three_column li, .two_column li {
	padding-right: 20px;
}
.four_column, .three_column {
	justify-content: flex-start;
}
.one_column li {
	width: 100% !important;
}
.two_column li {
	width: 50% !important;
}
.three_column li {
	width: 33.3% !important;
}
.four_column li {
	width: 25% !important;
}
.two_column li:last-child, .three_column li:last-child, .four_column li:last-child {
	margin-right: 0;
}
.white_text, .white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6, .white_text p, .white_text li, .white_text li a {
	color: #fff !important;
}
.d_flex {
	display: flex;
}
.f_wrap {
	flex-wrap: wrap;
}
.s_around {
	justify-content: space-around;
}
.s_between {
	justify-content: space-between;
}
.s_center {
	justify-content: center;
}
.item_center {
	align-items: center;
}
.item_start {
	align-items: start;
}
.item_end {
	align-items: end;
}
.d_list_item {
	display: list-item;
}
.d_inline {
	display: inline-block;
}
.d_block {
	display: block;
}
.p_relative {
	position: relative;
}
.p_absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn {
	font-size: 18px;
	display: inline-block;
	background-color: #B41821;
	color: #fff;
	border-radius: 6px;
	padding: 11.5px 23px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.btn span {
	position: relative;
}
.headersubmenu .columnbox .linkbox .item .text .link:after,
.btn span:after {
	content: "";
	background-image: url(images/btnarrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-left: 14px;
}
.btn:before {
	content: "";
	background-color: #13507D;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 0.5s ease 0s;
}
.btn:hover:before {
	width: 100%;
	transition: all 0.5s ease 0s;
}
/*padding top bottom left right property start */

.p_1 {
	padding: 10px;
}
.p_2 {
	padding: 20px;
}
.p_3 {
	padding: 30px;
}
.p_4 {
	padding: 40px;
}
.p_5 {
	padding: 50px;
}
.p_6 {
	padding: 60px;
}
.p_7 {
	padding: 70px;
}
.p_8 {
	padding: 80px;
}
.p_9 {
	padding: 90px;
}
.p_10 {
	padding: 100px;
}
/*padding top bottom property end */

/*padding top bottom property start */

.py_1 {
	padding: 10px 0;
}
.py_2 {
	padding: 20px 0;
}
.py_3 {
	padding: 30px 0;
}
.py_4 {
	padding: 40px 0;
}
.py_5 {
	padding: 50px 0;
}
.py_6 {
	padding: 60px 0;
}
.py_7 {
	padding: 70px 0;
}
.py_8 {
	padding: 80px 0;
}
.py_9 {
	padding: 90px 0;
}
.py_10 {
	padding: 100px 0;
}
/*padding top bottom property end */

/*padding left right property start */

.px_1 {
	padding: 0 10px;
}
.px_2 {
	padding: 0 20px;
}
.px_3 {
	padding: 0 30px;
}
.px_4 {
	padding: 0 40px;
}
.px_5 {
	padding: 0 50px;
}
.px_6 {
	padding: 0 60px;
}
.px_7 {
	padding: 0 70px;
}
.px_8 {
	padding: 0 80px;
}
.px_9 {
	padding: 0 90px;
}
.px_10 {
	padding: 0 100px;
}
/*padding left right property end */

/*padding top property start */

.pt_0 {
	padding-top: 0px !important;
}
.pt_1 {
	padding-top: 10px;
}
.pt_2 {
	padding-top: 20px;
}
.pt_3 {
	padding-top: 30px;
}
.pt_4 {
	padding-top: 40px;
}
.pt_5 {
	padding-top: 50px;
}
.pt_6 {
	padding-top: 60px;
}
.pt_7 {
	padding-top: 70px;
}
.pt_8 {
	padding-top: 80px;
}
.pt_9 {
	padding-top: 90px;
}
.pt_10 {
	padding-top: 100px;
}
/*padding top property end */

/*padding bottom property start */

.pb_0 {
	padding-bottom: 0px !important;
}
.pb_1 {
	padding-bottom: 10px;
}
.pb_2 {
	padding-bottom: 20px;
}
.pb_3 {
	padding-bottom: 30px;
}
.pb_4 {
	padding-bottom: 40px;
}
.pb_5 {
	padding-bottom: 50px;
}
.pb_6 {
	padding-bottom: 60px;
}
.pb_7 {
	padding-bottom: 70px;
}
.pb_8 {
	padding-bottom: 80px;
}
.pb_9 {
	padding-bottom: 90px;
}
.pb_10 {
	padding-bottom: 100px;
}
/*padding bottom property end */

/*padding left property start */

.pl_0 {
	padding-left: 0px !important;
}
.pl_1 {
	padding-left: 10px;
}
.pl_2 {
	padding-left: 20px;
}
.pl_3 {
	padding-left: 30px;
}
.pl_4 {
	padding-left: 40px;
}
.pl_5 {
	padding-left: 50px;
}
.pl_6 {
	padding-left: 60px;
}
.pl_7 {
	padding-left: 70px;
}
.pl_8 {
	padding-left: 80px;
}
.pl_9 {
	padding-left: 90px;
}
.pl_10 {
	padding-left: 100px;
}
/*padding left property end */

/*padding right property start */

.pr_0 {
	padding-right: 0px !important;
}
.pr_1 {
	padding-right: 10px;
}
.pr_2 {
	padding-right: 20px;
}
.pr_3 {
	padding-right: 30px;
}
.pr_4 {
	padding-right: 40px;
}
.pr_5 {
	padding-right: 50px;
}
.pr_6 {
	padding-right: 60px;
}
.pr_7 {
	padding-right: 70px;
}
.pr_8 {
	padding-right: 80px;
}
.pr_9 {
	padding-right: 90px;
}
.pr_10 {
	padding-right: 100px;
}
/*padding right property end */

/*margin top bottom left right property start */

.m_0 {
	margin: 0 !important;
}
.m_1 {
	margin: 10px;
}
.m_2 {
	margin: 20px;
}
.m_3 {
	margin: 30px;
}
.m_4 {
	margin: 40px;
}
.m_5 {
	margin: 50px;
}
.m_6 {
	margin: 60px;
}
.m_7 {
	margin: 70px;
}
.m_8 {
	margin: 80px;
}
.m_9 {
	margin: 90px;
}
.m_10 {
	margin: 100px;
}
/*margin all property end */

/*margin left right property start */

.mx_0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx_1 {
	margin-left: 10px;
	margin-right: 10px;
}
.mx_2 {
	margin-left: 20px;
	margin-right: 20px;
}
.mx_3 {
	margin-left: 30px;
	margin-right: 30px;
}
.mx_4 {
	margin-left: 40px;
	margin-right: 40px;
}
.mx_5 {
	margin-left: 50px;
	margin-right: 50px;
}
.mx_6 {
	margin-left: 60px;
	margin-right: 60px;
}
.mx_7 {
	margin-left: 70px;
	margin-right: 70px;
}
.mx_8 {
	margin-left: 80px;
	margin-right: 80px;
}
.mx_9 {
	margin-left: 90px;
	margin-right: 90px;
}
.mx_10 {
	margin-left: 100px;
	margin-right: 100px;
}
/*margin left right property end */

/*margin top bottom property start */

.my_0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my_2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.my_3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.my_4 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.my_5 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.my_6 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.my_7 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.my_8 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.my_9 {
	margin-top: 90px;
	margin-bottom: 90px;
}
.my_10 {
	margin-top: 100px;
	margin-bottom: 100px;
}
/*margin top bottom property end */

/*margin top bottom left right property start */

/*margin top property start */

.mt_0 {
	margin-top: 0 !important;
}
.mt_1 {
	margin-top: 10px;
}
.mt_2 {
	margin-top: 20px;
}
.mt_3 {
	margin-top: 30px;
}
.mt_4 {
	margin-top: 40px;
}
.mt_5 {
	margin-top: 50px;
}
.mt_6 {
	margin-top: 60px;
}
.mt_7 {
	margin-top: 70px;
}
.mt_8 {
	margin-top: 80px;
}
.mt_9 {
	margin-top: 90px;
}
.mt_10 {
	margin-top: 100px;
}
/*margin top property end */

/*margin bottom property start */

.mb_0 {
	margin-bottom: 0 !important;
}
.mb_1 {
	margin-bottom: 10px;
}
.mb_2 {
	margin-bottom: 20px;
}
.mb_3 {
	margin-bottom: 30px;
}
.mb_4 {
	margin-bottom: 40px;
}
.mb_5 {
	margin-bottom: 50px;
}
.mb_6 {
	margin-bottom: 60px;
}
.mb_7 {
	margin-bottom: 70px;
}
.mb_8 {
	margin-bottom: 80px;
}
.mb_9 {
	margin-bottom: 90px;
}
.mb_10 {
	margin-bottom: 100px;
}
/*margin bottom property end */

/*margin left property start */

.ml_0 {
	margin-left: 0 !important;
}
.ml_1 {
	margin-left: 10px;
}
.ml_2 {
	margin-left: 20px;
}
.ml_3 {
	margin-left: 30px;
}
.ml_4 {
	margin-left: 40px;
}
.ml_5 {
	margin-left: 50px;
}
.ml_6 {
	margin-left: 60px;
}
.ml_7 {
	margin-left: 70px;
}
.ml_8 {
	margin-left: 80px;
}
.ml_9 {
	margin-left: 90px;
}
.ml_10 {
	margin-left: 100px;
}
/*margin left property end */

/*margin right property end */

.mr_0 {
	margin-right: 0 !important;
}
.mr_1 {
	margin-right: 10px;
}
.mr_2 {
	margin-right: 20px;
}
.mr_3 {
	margin-right: 30px;
}
.mr_4 {
	margin-right: 40px;
}
.mr_5 {
	margin-right: 50px;
}
.mr_6 {
	margin-right: 60px;
}
.mr_7 {
	margin-right: 70px;
}
.mr_8 {
	margin-right: 80px;
}
.mr_9 {
	margin-right: 90px;
}
.mr_10 {
	margin-right: 100px;
}
/*margin right property end */

/* width div property start */

.col_10 {
	display: inline-block;
	width: 10%;
}
.col_15 {
	display: inline-block;
	width: 15%;
}
.col_20 {
	display: inline-block;
	width: 20%;
}
.col_25 {
	display: inline-block;
	width: 25%;
}
.col_30 {
	display: inline-block;
	width: 30%;
}
.col_35 {
	display: inline-block;
	width: 35%;
}
.col_40 {
	display: inline-block;
	width: 40%;
}
.col_45 {
	display: inline-block;
	width: 45%;
}
.col_50 {
	display: inline-block;
	width: 50%;
}
.col_55 {
	display: inline-block;
	width: 55%;
}
.col_60 {
	display: inline-block;
	width: 60%;
}
.col_65 {
	display: inline-block;
	width: 65%;
}
.col_70 {
	display: inline-block;
	width: 70%;
}
.col_75 {
	display: inline-block;
	width: 75%;
}
.col_80 {
	display: inline-block;
	width: 80%;
}
.col_85 {
	display: inline-block;
	width: 85%;
}
.col_90 {
	display: inline-block;
	width: 90%;
}
.col_95 {
	display: inline-block;
	width: 95%;
}
.col_100 {
	display: inline-block;
	width: 100%;
}
.width_100 {
	width: 100%;
}
.border {
	border: 1px solid #c8c8c8;
}
.border_top {
	border-top: 1px solid #c8c8c8;
}
.border_bottom {
	border-bottom: 1px solid #c8c8c8;
}
.border_left {
	border-left: 1px solid #c8c8c8;
}
.border_right {
	border-right: 1px solid #c8c8c8;
}
.font_300 {
	font-weight: 300;
}
.font_400 {
	font-weight: 400;
}
.font_500 {
	font-weight: 500;
}
.font_600 {
	font-weight: 600;
}
.font_700 {
	font-weight: 700;
}
.font_bold {
	font-weight: bold;
}
span.wpcf7-form-control-wrap {
	position:relative;
	overflow:hidden;
	display: block;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    position: absolute;
    top: 1px;
    bottom: 0;
    width: 98%;
    height: 96%;
    left: 2px;
    padding: 9px 10px;
    background-color: #fff;
    margin-left: 0;
    padding-right: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
/* slick property start */

.slick_slider_bar {
	position: relative;
}
.slick_preloader {
	visibility: hidden;
}
.slick_slider_preload {
	display: block;
	position: absolute;
	left: 0;
	text-align: center;
	vertical-align: middle;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.slick_slider_preload .fa {
	color: #000 !important;
	top: 50%;
	position: relative;
}
.slick_loaded {
	visibility: visible !important;
}
/* width div property start */

.video_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px #ccc;
}
.imgoverlay img,  .overlayimg img,  .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imgbox, .textbox {
	display: inline-block;
}
.imgbox {
	overflow:hidden;
	transition:all 0.5s ease 0s;
}
.imgbox img {
	scale: 1;
	transition:all 0.5s ease 0s;
}
.imgbox:hover img {
	scale: 1.1;
	transition:all 0.5s ease 0s;
}
.d_flex_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.light_blue {
	background-color: #f0f4fb;
}
.light_bg {
	background-color: #f6fbfd;
}
.slick-dots li {
	margin:0;
}
.slick-dots li button:before {
    font-size: 35px;
}
.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
	height:100%;
}
.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */

/* header property start */

nav li button {
	display: none;
}
#siteheader {
	position: relative;
	z-index: 10;
}
.main_header {
	display: inline-block;
	width: 100%;
}
.h_logo {
	display: inline-block;
	max-width: 153px;
}
.homeicon {
	display: inline-block;
}
.homeicon a {
	display: inline-block;
	position: absolute;
	width: 20px;
}
.homeicon:after {
	content: "";
	background-image: url(images/homeicon.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 18px;
}
.homeicon a {
	opacity: 0;
}
.h_nav {
	display: flex;
	text-align: right;
	position: relative;
}
.h_nav ul.menu li a {
    border-bottom: 2px solid transparent;
}
.h_nav ul.menu li.current-menu-item a {
	border-bottom: 2px solid #1a4e7d;
}
.h_nav ul.menu ul.sub-menu {
	flex-wrap: wrap;
    width: 260px;
    padding-right: 20px;
}
.h_nav ul.menu ul.sub-menu li {
	
}
.h_nav ul.menu ul.sub-menu li a {
    font-size: 16px;
}
.h_nav ul.menu li.menu-item-has-children ul.sub-menu li a:after {
    content: "";
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 4px;
}
.h_nav ul {
	display: flex;
	align-items: center;
	justify-content: end;
}
.h_nav li {
	padding: 0 14px;
	display: flex;
	align-items: center;
}
.h_nav li:last-child {
	padding-right: 0;
}
.h_nav li a img {
	margin-top: 4px;
}
.h_nav li a {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.5s ease 0s;
}
.h_nav li a:hover {
	color: #0E3D4B;
	transition: all 0.5s ease 0s;
}
.h_nav li .sub-menu {
	webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	position: absolute;
	min-width: 215px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	padding: 11px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 3;
	text-align: left;
	transform-origin: 50% 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	border-radius: 5px;
}
.h_nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(100%);
	-ms-transform: scaleY(100%);
	transform: scaleY(100%);
}
.h_nav li .sub-menu li {
	width: 100%;
	padding: 0;
	display: block;
}
.h_nav li .sub-menu li a {
	padding: 6px 25px;
	display: block;
	width: 100%;
}
.h_nav li .sub-menu li a:hover {
	color: #b41821;
}
.h_nav li.menu-item-has-children a {
	padding-right: 20px;
	position:relative;
}
.h_nav li.menu-item-has-children a:after {
	content: "";
	font-size: 20px;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
}
.slide_nav {
	display: none;
}
.h_nav .btn {
	border-radius: 0;
	background-color: transparent;
}
.h_nav .btn:before {
	display: none;
}
.h_nav .phonebtn {
	display: none;
	margin-left: 15px;
}
.h_nav .phonebtn a,  .h_nav .btn a {
	border-radius: 6px;
	padding: 4.5px 9.82px;
	font-size: 18px;
	font-weight: 500;
}
.h_nav .btn a:after {
	content: "";
	background-image: url(images/btnarrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-left: 10px;
}
.h_nav .btn a {
	background-color: #B41821;
	color: #fff;
}
.h_nav .btn:hover a {
	background-color: #13507d;
	color: #fff;
}
.h_nav .phonebtn a {
	background-color: #13507D;
	color: #fff;
	display: flex;
	align-items: center;
}
.h_nav .phonebtn a:before {
	content: "";
	background-image: url(images/phone-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.h_nav .phonebtn:hover a {
	background-color: #b41821;
	color: #fff;
}
.h_nav li.menu-item-has-children:hover .headersubmenu {
	display:block;
}
.headersubmenu {
	display:none;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.headersubmenu .columnbox {
    display: flex;
    justify-content: space-between;
    text-align: left;
	background-color: #fff;
    width: 100%;
	margin-top: 37px;
    max-width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #13507d;
}
.headersubmenu .columnbox .linkbox {
    width: 72%;
    border-right: 1px solid #ccc;
    padding-right: 30px;
}
.headersubmenu .columnbox .linkbox .item {
	width: 100%;
    display: flex;
    justify-content: start;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
	position:relative;
}
.headersubmenu .columnbox .linkbox .item .linkuper {
	    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.headersubmenu .columnbox .linkbox .item .linkuper:after {
	display:none;
}
.headersubmenu .columnbox .linkbox .item:hover {
	background-color:#13517c0f;
}
.headersubmenu .columnbox .linkbox .item .icon {
	max-width: 80px;
}
.headersubmenu .columnbox .linkbox .item .text {
	flex: 1 1 60%;
}
.headersubmenu .columnbox .linkbox .item .text h6 {
	font-weight: 700;
    font-size: 18px;
    color: #13507d;
    margin-bottom: 6px;
}
.headersubmenu .columnbox .linkbox .item .text p {
	font-weight: 500;
    padding-bottom: 8px;
}
.headersubmenu .columnbox .linkbox .item .text .link {
	font-size: 15px;
    font-weight: 600;
    color: #000;
	display: inline-block;
}
.headersubmenu .columnbox .linkbox .item .text .link:after {
    filter: invert(1);
    width: 10px;
    height: 8px;
    top: 8px;
}
.headersubmenu .columnbox .newsbox {
	width: 25%;
}
.headersubmenu .columnbox .newsbox .item {
	width: 100%;
    margin-bottom: 20px;
}
.headersubmenu .columnbox .newsbox .item .imgbox {
	display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.headersubmenu .columnbox .newsbox .item .textbox {
	display:block;
}
.headersubmenu .columnbox .newsbox .item .textbox p {
	font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
/* header property end */

/* banner property start */

.bannerbar {
	display: block;
	position: relative;
}
.bannerbar .bannerimg {
	display: inline-block;
	width: 100%;
}
.bannerbar .bannerimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homebanner .container,  .bannerbar .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1;
}
.homebanner .bannertext,  .bannerbar .bannertext {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}
.homebanner .bannertext div,  .bannerbar .bannertext div {
	width: 80%;
}
.homebanner .bannertext h1,  .bannerbar .bannertext h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 100%;
}
.homebanner .bannertext h1 {
	font-size: 42px;
}
.homebanner .bannertext p,  .bannerbar .bannertext p {
	margin-top: 20px;
	font-size: 20px;
	padding: 0;
}
.homebanner .bannertext .btn {
	margin-top: 20px;
}
.bannerbar .bannertext .btn {
	margin-top: 45px;
}
.homebanner .bannertext h6,  .bannerbar h6 {
	margin: 20px 0px;
}
.homebanner .bannertext.textbottom,  .bannerbar .bannertext.textbottom {
	align-items: end;
	padding-bottom: 70px;
}
.homebanner .bannertext.textleft,  .bannerbar .bannertext.textleft {
	text-align: left;
	justify-content: start;
}
.bannervideo {
	position: relative;
}
.bannervideo {
    height: calc(100vh - 100px); /* adjust 120px to your header height */
    min-height: 500px; /* optional safety */
    overflow: hidden;
}
.bannervideo:after {
	content: "";
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 20%, rgb(125 185 232 / 0%) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.4;
}
.bannervideo .bannerimg {
	display: block;
}
.bannervideo video {
	display: block;
	width:100%;
}
.bannervideo .bannerimg,
.bannervideo video {
    height: 100%;
}
.bannervideo video {
    width: 100%;
    object-fit: cover;
}
.bannervideo .bannertext {
	justify-content: start;
	text-align: left;
}
.bannervideo .bannertext.textcenter {
	justify-content: center;
	text-align:center;
}
.bannervideo .bannertext > div {
	width: 70%;
}
.bannervideo .bannertext .btn {
	margin-top: 20px;
}
/* banner property end */

/* content property start */

#content {
	position: relative;
}
.slick-track {}
.slick-list {
  margin: 0 -15px;
/*  padding-bottom:50px;*/
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
	bottom:0;
}
.headingbar {
	display: block;
	margin-bottom: 30px;
}
.headingbar.text_center {
	width: 70%;
	margin: 0 auto 30px;
}
.headingbar .title {
	color: #13507C;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	padding-bottom:16px;
}
.headingbar .title:after {
	content: "";
	background-color: #B41821;
	display: inline-block;
	width: 133px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
}
.headingbar.text_center .title:after {
	right: 0;
}
.headingbar p {
	color: #000;
}
.headingbar p:last-child {
	padding-bottom:0;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
/* cranes_rangewidgetbar property start */

.cranes_rangewidgetbar {
	display: block;
}
.cranes_rangewidgetbar .itemwidget {
	display: flex;
	justify-content: space-between;
	gap: 30px 3%;
}
.cranes_rangewidgetbar .itemwidget .item {
	flex: 1;
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.cranes_rangewidgetbar .itemwidget .item .imgbox {
	width: 100%;
	display:block;
}
.cranes_rangewidgetbar .itemwidget .item .textbox {
	display: block;
	padding: 30px 18px;
}
.cranes_rangewidgetbar .itemwidget .item .textbox h6 {
	font-weight: bold;
}
.cranes_rangewidgetbar .itemwidget .item .textbox p {
}
.cranes_rangewidgetbar .itemwidget .item .textbox .link {
	display: inline-block;
	cursor: pointer;
}
.cranes_rangewidgetbar .itemwidget .item .textbox .link span {
	display: none;
}
.cranes_rangewidgetbar .itemwidget .item .textbox .link:after {
	content: "";
	background-image: url(images/redarrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.cranes_rangewidgetbar .btnbar {
	text-align: center;
	display: block;
}
/* cranes_rangewidgetbar property end */

/* jainexwidgetbar property start */

.jainexwidgetbar {
	display: block;
}
.jainexwidgetbar .itemwidget {
	display: flex;
	justify-content: space-between;
	gap: 30px 3%;
	padding-bottom: 70px;
}
.jainexwidgetbar .itemwidget.fourslide .slick-track {
	display: flex;
}
.jainexwidgetbar .itemwidget.fourslide .slick-list {
	padding-bottom:0;
	margin:0;
}
.jainexwidgetbar .itemwidget.fourslide .slick-list .slick-slide {
	margin:0;
}
.jainexwidgetbar .itemwidget .item {
	flex: 1 1 280px;
/*	max-width: 280px;*/
	text-align: center;
/*	margin-right: 66px;*/
    padding: 0 15px;
}
.jainexwidgetbar .itemwidget .item img {
	max-width: 60px;
	margin: 0 auto;
}
.jainexwidgetbar .itemwidget .item h6 {
	font-weight: 600;
	margin: 20px 0;
}
.jainexwidgetbar .itemwidget .item p {
}
.jainexwidgetbar .btnbar {
	text-align: center;
	display: block;
}
.itemwidget.fourslide .slick-arrow {
	top: inherit;
/*  bottom: -60px; */
	bottom: 0px;
	right: 10%;
	left: inherit;
	width: 35px;
}
.itemwidget.fourslide .slick-arrow:before {
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 35px;
	height: 15px;
}
.itemwidget.fourslide .slick-prev {
	right: 13.5%;
}
.jainexwidgetbar .slick-next:before {
	content: "";
	background-image: url(images/slick_rightarrow.png);
}
.jainexwidgetbar .slick-prev:before {
	content: "";
	background-image: url(images/slick_leftarrow.png);
}
/* jainexwidgetbar property end */

/* turning_locationbar property start */

.turning_locationbar {
	display: block;
	width: 100%;
	background-image: url(images/mapbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.turning_locationbar .columnbar {
	display: flex;
    justify-content: space-between;
}
.turning_locationbar .columnbar .img_box {
	width: 55%;
}
.turning_locationbar .columnbar .img_box img {
	max-width:100%;
/*	width: 100%;
    height: 100%;
    object-fit: cover;*/
}
.turning_locationbar .columnbar .listicon {
	    width: 40%;
}


.turning_locationbar .listicon {
/*	width: 38%;*/
	float: right;
	margin-bottom: 6%;
}
.turning_locationbar .listicon ul {
	display: block;
}
.turning_locationbar .listicon ul li {
	display: block;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
}
.turning_locationbar .listicon ul li:before {
	content: "";
	display: inline-block;
	background-image: url(images/list_checkicon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 29px;
	position: absolute;
	top: 5px;
	left: 0;
}
/* turning_locationbar property end */

/* turning_locationbar property start */

.industries_servebar {
	display: block;
}
.industries_servebar .itemwidget {
	display: flex;
	justify-content: space-between;
	gap: 30px 1%;
	align-items: center;
}
.industries_servebar .itemwidget .item {
	flex: 1 1 20%;
	text-align: center;
}
.industries_servebar .itemwidget .item .icon {
	width: 60px;
/*	width: 82px;
	height: 82px;*/
	margin: 0 auto;
}
.industries_servebar .itemwidget .item .icon img {
}
.industries_servebar .itemwidget .item h6 {
	font-weight: 600;
	margin: 20px 0 0;
}
.industries_servebar .itemwidget .item p {
}
/* turning_locationbar property end */

/* bulestripbar property start */

.bulestripbar {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 10% 0px;
	z-index:6;
}
.bulestripbar .overlayimg {
	display: block;
	width: 100%;
	background-color: #002D4E;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bulestripbar .container {
	position: relative;
}
.bulestripbar .headingbar {
	width: 100%;
	margin: 0 auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.bulestripbar h2 {
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.bulestripbar p {
	width: 90%;
	margin: 0 auto;
}
.bulestripbar .btn {
	margin-top: 15px;
	font-size: 16px;
}
.bulestripbar.strip_contentbottom .headingbar {
	align-items: end;
	top: inherit;
	bottom: 66px;
}
.bulestripbar.strip_contentbottom .headingbar h2 {
	font-size: 38px;
}
.bulestripbar.strip_contentbottom .headingbar p {
	font-size: 20px;
}
.bulestripbar.strip_contentbottom .overlayimg:before {
	content: "";
	background-color: #032C4A;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
}
/* bulestripbar property end */

/* ourprocess_widgetbar property start */

.ourprocess_widgetbar {
	display: block;
}
.ourprocess_widgetbar .container {
	position: relative;
}
.ourprocess_widgetbar .our_process_title {
	padding:0 0 0 35px;
}
.ourprocess_widgetbar .our_process_title h2 {
    font-weight: 700;
}
.ourprocess_widgetbar .columnbox {
	display: flex;
	justify-content: space-between;
	position: relative;
	gap:30px;
}
.ourprocess_widgetbar .columnbox .columnleft {
	width: 50%;
}
.timeline-progress {
	position: absolute;
	top: 0px;
	left: -3px;
	width: 2px;
	background: #B41821 !important;
	height: 0;
	transition: height 0.2s ease-out;
	opacity: 0.4;
}
.timeline-progress:before {
    content: "";
    background-color: #B41821;
    position: absolute;
    top: -25%;
    height: 45%;
    left: 0;
    width: 2px;
    z-index: 5;
}
.timeline-progress:after {
	content: "";
	background-color: #B41821;
	position: absolute;
	bottom: -100px;
	height: 170px;
	left: 0;
	width: 2px;
}
.ourprocess_widgetbar .timeline-line {
}
.ourprocess_widgetbar h5 {
	color: #13507D;
	font-weight: 800;
	background-color: #ffff;
	margin-left: -10px;
	display: inline-block;
	z-index: 5;
	position: relative;
	padding: 10px 0;
}
.ourprocess_widgetbar .itemwidget {
	display: block;
	position: relative;
}
.ourprocess_widgetbar .itemwidget .item {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	position: relative;
}
.ourprocess_widgetbar .itemwidget .item .textbox {
	width: 100%;
	position: relative;
	padding: 0px 0 0 35px;
	margin: 45px 0 100px;
	opacity: 0.4;
}
.ourprocess_widgetbar .itemwidget .item.active:after {
	content: "";
	background-color: #B41821;
	position: absolute;
	top: 15%;
	width: 3px;
	height: 100%;
	left: -3px;
}
.ourprocess_widgetbar .itemwidget .item.active .textbox {
	opacity: 1;
}
.ourprocess_widgetbar .itemwidget .item .textbox .step_num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	background-color: #b41821;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: -20px;
	z-index:70;
}
.ourprocess_widgetbar .itemwidget .item .textbox .step {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}
.ourprocess_widgetbar .itemwidget .item .textbox h5 {
	color: #13507D;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}
.ourprocess_widgetbar .itemwidget .item .textbox p {
	font-size: 18px;
	color: #000;
}
.ourprocess_widgetbar .columnbox .imgboxbar {
	width: 32%;
	flex: 1;
	max-width: 550px;
	position: sticky;
	align-self: flex-start;
	height: fit-content;
	top: 140px;
	margin-top: 46px !important;
}
.ourprocess_widgetbar .columnbox .imgboxbar .imgbox {
	display: none;
	max-width: 560px;
	width: 100%;
	margin-bottom:20px;
	border-radius:8px;
	overflow:hidden;
}
.ourprocess_widgetbar .columnbox .imgboxbar .imgbox.active {
	display: block;
}
.ourprocess_widgetbar .itemwidget .item:last-child {
	padding-bottom: 15%;
}
/* ourprocess_widgetbar property end */

/* ourprocess mobile property start */

.ourprocess_mobilebar {
	display: none;
}
.ourprocess_mobilebar h2 {
/*	color: #13507D;*/
	font-weight: 800;
	background-color: #ffff;
/*	margin-left: -10px;*/
	display: inline-block;
	z-index: 5;
	position: relative;
}
.ourprocess_mobilebar .itemwidget {
	display: block;
	position: relative;
}
.ourprocess_mobilebar .itemwidget .item {
	display: block;
	background-color: #fff;
	position: sticky;
	top: 30px;
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.ourprocess_mobilebar .itemwidget .item .imgbox {
	display: block;
	max-width: 100%;
	width: 100%;
}
.ourprocess_mobilebar .itemwidget .item .textbox {
	width: 100%;
	position: relative;
	padding: 30px;
}
.ourprocess_mobilebar .itemwidget .item .textbox .step {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}
.ourprocess_mobilebar .itemwidget .item .textbox h5 {
	color: #13507D;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}
.ourprocess_mobilebar .itemwidget .item .textbox p {
	font-size: 18px;
	color: #000;
}
/* ourprocess mobile property end */





/* recent_projectbar property start */

.recent_projectbar {
	display: block;
}
.recent_projectbar .headingbar .title {
	color: #000;
}
.recent_projectbar .imgbox {
	width: 100%;
}
.outer_container {
	max-width: 1290px;
	margin: 0 auto;
	width: 100%;
	display: block;
	padding: 0;
	box-sizing: border-box;
}
.grid-item {
	width: 226px; /* Adjust as needed */
	margin: 5px;
	background-color: #eee;
	float: left;
	overflow: hidden;
	scale: 1;
	cursor:pointer;
	transition:all 0.5s ease 0s;
}
.grid-item img {
	width: 100%;
	height: auto;
	scale: 1;
	transition:all 0.5s ease 0s;
}
.grid-item:hover img {
	scale: 1.1;
	transition:all 0.5s ease 0s;
}
.grid-item .video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto;
	overflow: hidden;
}
.grid-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
/* recent_projectbar property end */

/* content property end */

/* footer property start */

#sitefooter {
	position: relative;
	background-color: #002D4E;
}
.mainfooter {
	display: block;
	padding-bottom: 45px;
}
.footerwidget {
	display: flex;
	justify-content: space-between;
	gap: 20px 20px;
}
.footerwidget .footerwrapper {
	/*flex: 1 1 18%;*/
	    display: flex;
    justify-content: space-between;
    gap: 20px;
}
/*.footerwidget .footerwrapper:nth-child(2) {
	flex: 1 1 82%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}*/
.footerwidget .footerwrapper .logo {

}
.footerwidget .footerwrapper h6 {
	font-weight: bold;
	margin-bottom: 20px;
}
.footerwidget .footerwrapper p {
	display: block;
	font-weight: 400;
}
.footerwidget .footerwrapper p a {
	color:#fff;
	font-size: 14px;
}
.footerwidget .footerwrapper .emailicon,
.footerwidget .footerwrapper .phoneicon {
	display:block;
	vertical-align: text-top;
}
.footerwidget .footerwrapper .phoneicon:before {
    background-image: url(images/phone-icon.png);
}
.footerwidget .footerwrapper .emailicon:before,
.footerwidget .footerwrapper .phoneicon:before {
	content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.footerwidget .footerwrapper .emailicon:before {
    content: "";
    font-family: 'FontAwesome';
    color: #fff;
	font-size: 16px;
}
.footerwidget .footerwrapper .link {
	display: block;
}
.footerwidget .footerwrapper .link strong {
	font-weight: bold;
	margin-right: 10px;
}
.footerwidget .footerwrapper .link a {
	color: #fff;
}
.footerwidget .footerwrapper .sociallinkdiv {
	display: block;
	margin: 12% 0 0;
}
.footerwidget .footerwrapper .sociallinkdiv h2 {
	margin-bottom:30px;
}
.footerwidget .footerwrapper .sociallink {
	display: block;
	margin: 0 0 0;
}
.footerwidget .footerwrapper .sociallink a {
	display: inline-block;
	margin-right: 10px;
}
.footerwidget .footerwrapper .sociallink i {
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.footerwidget .footerwrapper .btn {
	background-color: #fff;
	color: #000;
	transition: all 0.5s ease 0s;
}
.footerwidget .footerwrapper .btn span:after {
	filter: invert(1);
	transition: all 0.5s ease 0s;
}
.footerwidget .footerwrapper .btn:hover {
	color: #fff;
	transition: all 0.5s ease 0s;
}
.footerwidget .footerwrapper .btn:hover span:after {
	filter: none;
	transition: all 0.5s ease 0s;
}
.footerwidget .footerwrapper .footeritem {
    flex: 1 1 25%;
    max-width: 23%;
}
/*.footerwidget .footerwrapper .footeritem:nth-child(3) {
	max-width: 28%;
	
}*/
.footerwidget .footerwrapper .footeritem ul {
	display: block;
}
.footerwidget .footerwrapper .footeritem ul li {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.footerwidget .footerwrapper .footeritem ul li a {
	font-size: 14px;
}
.footerwidget .footerwrapper .footeritem p {
	font-weight: 500;
}
.footerwidget .footerwrapper .footeritem .location {
    position: relative;
    padding-left: 22px;
	font-size: 14px;
}
.footerwidget .footerwrapper .footeritem .location:before {
    content: "";
    font-size: 18px;
    font-family: 'FontAwesome';
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.footerwidget .footerwrapper.facebook {
}
.footerwidget .footerwrapper.facebook img {
	width: 100%;
	margin: 10px 0;
}
.copyright {
	padding: 12px 0;
	display: inline-block;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.17);
}
.copyright p {
	font-size: 12px;
	color: #fff;
	line-height: normal;
	font-weight: 500;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}
.copyright p a {
	display: flex;
    align-items: center;
	color:#fff;
}
.copyright p img {
	margin-left: 6px;
}
/* footer property end */

/* range-crane page start */

.producttypesbar {
	display: block;
}
.producttypesbar .itemwidget {
	display: flex;
	justify-content: space-between;
	gap: 30px 3%;
	flex-wrap: wrap;
}
.producttypesbar .itemwidget .item {
	flex: 1 1 23%;
	max-width: 33%;
	background-color: #F6F9FF;
	border-bottom: 6px solid #13507D;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.producttypesbar .itemwidget .item .imgbox {
	width: 100%;
	position: relative;
}
.producttypesbar .itemwidget .item .imgbox .link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #b41821;
	border-radius: 100%;
	position: absolute;
	bottom: 15px;
	right: 30px;
}
.producttypesbar .itemwidget .item .imgbox .link:after {
	content: "";
	background-image: url(images/btnarrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 11px;
}
.producttypesbar .itemwidget .item .textbox {
	display: block;
	padding: 30px 25px;
}
.producttypesbar .itemwidget .item .textbox h6 {
	font-weight: 600;
	font-size: 18px;
	color: #13507D;
	margin-bottom: 20px;
}
.producttypesbar .itemwidget .item .textbox h6 a {
	color: #13507D;
}
.producttypesbar .itemwidget .item .textbox p {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}
.producttypesbar .itemwidget .item .textbox p strong {
	font-weight: 600;
}
.producttypesbar .itemwidget .item .textbox p span {
	text-align: right;
}
.producttypesbar .itemwidget .item .textbox .btnbar {
	display: flex;
	width: 100%;
	gap: 10px;
	margin-top: 30px;
}
.producttypesbar .itemwidget .item .textbox .btnbar .btn {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	border-radius: 4px;
	padding: 6.26px 20px;
	border: 1px solid #B41821;
}
.producttypesbar .itemwidget .item .textbox .btnbar .btn:before {
	display: none;
}
.producttypesbar .itemwidget .item .textbox .btnbar .btn:nth-child(2) {
	background-color: transparent;
	color: #000;
	min-width: 89px;
	text-align: center;
}
.producttypesbar .itemwidget .item .textbox .btnbar .btn span:after {
	display: none;
}
/* range-crane page end */

/* range-crane detail page start */



/* imgcontentbar property start */

.imgcontentbar {
	display: block;
}
.imgcontentbar .flexwidget {
	display: flex;
	justify-content: space-between;
	gap: 30px 4%;
}
.imgcontentbar .imgbox {
	flex: 1 1 60%;
	border-radius: 6px;
	overflow: hidden;
}
.imgcontentbar .contentbox {
	flex: 1 1 30%;
}
.imgcontentbar .contentbox h6 {
/*	font-size: 16px;
	margin-bottom: 20px;*/
	font-weight: bold;
}
.imgcontentbar .contentbox p {
	padding-bottom: 20px;
}
.imgcontentbar .contentbox .btnbar {
	display: flex;
	gap: 14px;
}
.imgcontentbar .contentbox .btnbar .btn {
	font-size: 16px;
	border: 1px solid #B41821;
	padding: 6px 20px;
	font-weight: 600;
}
.imgcontentbar .contentbox .btnbar .btn.btnlink {
	background-color: transparent;
	border-color: #000;
	color: #000;
}
.imgcontentbar .contentbox .btnbar .btn.btnlink:hover {
	color: #fff;
}
.imgcontentbar .contentbox .btnbar .btn.btnlink span:after {
	display: none;
}
/* imgcontentbar property end */

/* keyfeatures_widgetbar property start */

.keyfeatures_widgetbar {
	display: block
}
.keyfeatures_widgetbar .flexwidget {
	display: flex;
	justify-content: space-between;
	gap: 0;
}
.keyfeatures_widgetbar .keyfeatures {
	background-color: #0A3658;
	padding: 60px 30px;
	flex: 1 1 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 5%;
}
.keyfeatures_widgetbar .keyfeatures h6 {
	flex: 1 1 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.keyfeatures_widgetbar .keyfeatures .item {
	flex: 1 1 45%;
	max-width: 45%;
	display: inline-block;
	transition: transform 0.3s ease;
	padding: 1px 15px;
}
.keyfeatures_widgetbar .keyfeatures .item img {
	margin: 0 0 20px;
}
.keyfeatures_widgetbar .keyfeatures .item p {
	display: block;
}
.keyfeatures_widgetbar .keyfeatures .item p strong {
	font-weight: 600;
	display: block;
}
.keyfeatures_widgetbar .databar {
	background-color: #fff;
	padding: 60px 40px 60px 40px;
	flex: 1 1 63%;
}
.keyfeatures_widgetbar .databar h6 {
	color: #13507D;
	font-weight: bold;
	margin-bottom: 30px;
}
.keyfeatures_widgetbar .databar table {
	border-bottom: 1px solid #939393;
	display: block;
}
.keyfeatures_widgetbar .databar table tbody {
	width: 100%;
	display: block;
}
.keyfeatures_widgetbar .databar tr {
	border-top: 1px solid #939393;
	display: flex;
	padding: 11px 20px;
	width: 100%;
}
.keyfeatures_widgetbar .databar tr td {
	font-size: 14px;
	color: #000;
}
.keyfeatures_widgetbar .databar tr td:first-child {
	color: #13507D;
	font-weight: 600;
	flex: 1 1 50%;
	text-align: left;
	max-width: 50%;
}
/* keyfeatures_widgetbar property end */





/* range-crane detail page end */

/* automotive page start */

.patnerswidgetbar {
	display: block;
	background-color: #f6f9ff;
    position: relative;
}
.slider_wrapper {
	display:inline-block;
	width:100%;
}
.slider_wrapper .slider_loader {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:18px;
}
.slider_wrapper .preloader {
    visibility: hidden;
	min-height:131px;
}

.slider_wrapper.slider_loaded .slider_loader {
    display:none;
}
.slider_wrapper.slider_loaded .preloader {
    visibility: visible;
}
.patnerswidgetbar .itemwidget {
	display: flex;
    justify-content: center;
/* padding: 30px 0 50px;
	max-height: 162px;
    overflow: hidden;*/
}
.patnerswidgetbar.slider_loaded .itemwidget {
	display:block;
}
.patnerswidgetbar .itemwidget .item {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 10px;
	transition:all 0.5s ease 0s;
}
.patnerswidgetbar .itemwidget .item img {
	max-width:177px;
	scale: 1;
	transition:all 0.5s ease 0s;
}
.patnerswidgetbar .itemwidget .item:hover img {
	scale: 1.1;
	transition:all 0.5s ease 0s;
}
.slickdots {
/*	padding-bottom: 50px;*/
}
.slick-dotted {
	padding-bottom: 50px;
}
.slickdots .slick-dots,  .patnerslide .slick-dots {
	bottom: 0;
}
.slickdots .slick-dots li,  .patnerslide .slick-dots li {
	margin: 0;
	width: 15px
}
.slickdots .slick-dots li button:before,  .patnerslide .slick-dots li button:before {
	font-size: 35px;
	opacity: .3;
	color: #13507C;
}
.slickdots .slick-dots li.slick-active button:before,  .patnerslide .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #13507C;
}
.columnboxes_contentimgbar {
	display: block;
}
.contentimg_columnbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 70px 0;
}
.contentimg_columnbox .item:nth-child(2n) {
	flex-direction: row-reverse;
}
.contentimg_columnbox .item {
	display: flex;
	justify-content: center;
	gap: 50px 8%;
	width: 85%;
}
.contentimg_columnbox .item .textbox {
	flex: 1 1 40%;
	max-width: 40%;
}
.contentimg_columnbox .item .textbox .iconbox {
	max-width: 92px;
	margin: 0 0 20px;
}
.contentimg_columnbox .item .textbox h5 {
	font-weight: 600;
	margin-bottom: 20px;
}
.contentimg_columnbox .item .textbox p {
}
.contentimg_columnbox .item .imgbox {
	flex: 1 1 40%;
	max-width: 40%;
	border-radius: 10px;
	box-shadow: 0 0 20px #0000002e;
}
.contentimg_columnbox .item .imgbox img {
	border-radius: 10px;
}
.awards_widgetbar {
	display: block;
	background-color: #f6f5f8;
}
.awards_widgetbar .awards_item {
	display:block;
}
.awards_widgetbar .awards_silder .slick-list,
.awards_widgetbar .awards_silder .slick-track {
	display:block;
}


.awards_widgetbar .awards_item {
/*	display: flex;
	justify-content: space-between;*/
/*	flex-wrap: wrap;*/
/*	justify-content: center;*/
}
.awards_widgetbar .awards_item .slick-list {
	padding-bottom:0;
}
.awards_widgetbar .awards_item .item {
	flex: 1 1 33%;
	max-width: 33%;
	text-align: center;
	padding: 50px;
	border-right: 2px solid #DCDEE0;
	border-bottom: 2px solid #DCDEE0;
}
.awards_widgetbar .awards_item .item img {
/*	max-width: 212px;*/
	max-width: 144px;
}
.awards_widgetbar .awards_item .item:nth-child(3n) {
	border-right: 0;
}
.awards_widgetbar .awards_item .item:nth-last-child(-n + 3) {
	border-bottom: 0;
}
.testimonial_widgetbar {
	display: block;
}
.testimonial_widgetbar .headingbar .title {
	color: #000;
}
.testimonial_widgetbar .testimonial_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 100px;
}
.testimonial_widgetbar .testimonial_item .item {
	flex: 1 1 100%;
	max-width: 100%;
	text-align: left;
	padding: 50px;
	background-color: #F6F9FF;
	border-radius: 20px;
	display: flex;
	gap: 50px 6%;
	align-items: start;
}
.testimonial_widgetbar .testimonial_item .item .imgbox {
	border-radius: 10px;
	max-width: 220px;
	overflow: hidden;
	flex: 1 1 22%;
}
.testimonial_widgetbar .testimonial_item .item .textbox {
	flex: 1 1 69%;
	/*max-width: 69%;*/
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	padding: 11px 0 0;
}
.testimonial_widgetbar .testimonial_item .item .textbox:before {
	content: "";
	background-image: url(images/testimonialiarrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	height: 85px;
	max-width: 100px;
	position: absolute;
	top: -32px;
	left: -10px;
}
.testimonial_widgetbar .testimonial_item .item .textbox .arrow {
	max-width: 100px;
	position: absolute;
	top: -32px;
	left: -10px;
}
.testimonial_widgetbar .testimonial_item .item .textbox .name {
	max-width: 200px;
}
.testimonial_widgetbar .testimonial_item .item .textbox p {
	font-size: 18px;
	color: #000;
}
.testimonialslide .slick-arrow:before {
	color: #13507D;
	opacity: 0.55;
	font-size: 28px;
	font-weight: 600;
}
.testimonialslide .slick-prev {
	left: 0;
}
.testimonialslide .slick-next {
	right: 0;
}
.formwidgetbar {
	position: relative;
}
.formwidgetbar .imgoverlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.formwidgetbar .imgoverlay:before {
	content: "";
	background-color: #13507D;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.79;
}
.formwidgetbar .container {
	position: relative;
}
.formwidgetbar .columnbox {
	display: flex;
	align-items: center;
	gap: 50px 7%;
	height: 100%;
}
.formwidgetbar .columnbox .formbox {
	display: inline-block;
	max-width: 31%;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	flex: 1 1 31%;
}
.formwidgetbar .columnbox .formbox ul {
	display: flex;
	flex-wrap: wrap;
/*	gap: 30px;*/
}
.formwidgetbar .columnbox .formbox ul li {
	width: 100%;
	margin-bottom:20px;
}
.formwidgetbar .columnbox .formbox ul li label {
	font-size: 13px;
	color: #000;
	font-weight: 500;
	opacity: 0.7;
	margin-bottom: 5px;
	display: block;
}
.formwidgetbar .columnbox .formbox ul li input {
	width: 100%;
	border-radius: 5px;
	border: 1.5px solid #000000;
	font-weight: 600;
	opacity: 0.35;
}
.formwidgetbar .columnbox .formbox ul li input[type=tel] {
	font-weight: 500;
	opacity: 0.5;
}
.formwidgetbar .columnbox .formbox ul li input[type=submit] {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	background-color: #002D4E;
	opacity: 1;
	padding: 13px 20px;
}
.formwidgetbar .columnbox .headingbar {
	text-align: left;
	flex: 1 1 62%;
	margin: 0;
}
.formwidgetbar .columnbox .headingbar .title {
	font-size: 34px;
}
.formwidgetbar .columnbox .headingbar .title:after {
	right: inherit;
	margin: 0;
}
.formwidgetbar .columnbox .headingbar p {
	font-size: 20px;
	font-weight: 500;
}
/* automotive page end */

/* fuelling-station page start */

.facilitiesofferbar {
	display: block;
}
.facilitiesofferbar .columnbox {
	display: flex;
	justify-content: space-between;
	gap: 8%;
}
.facilitiesofferbar .contentbox {
	flex: 1 1 33%;
}
.facilitiesofferbar .contentbox .title {
/*	color: #13507C;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
	font-size: 24px;*/
}
.facilitiesofferbar .contentbox .title:after {
/*	content: "";
	background-color: #B41821;
	display: inline-block;
	width: 133px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -16px;*/
	    right: inherit;
}
.facilitiesofferbar .contentbox p {
}
.facilitiesofferbar .contentbox .imgboxbar {
	display: block;
	position: relative;
	max-width: 500px;
	padding-bottom: 55px;
/*	margin: 35px 0 0;*/
}
.facilitiesofferbar .contentbox .imgboxbar .imgbox {
	max-width: 430px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.facilitiesofferbar .contentbox .imgboxbar .smallimgbox {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 265px;
	border-radius: 10px;
	overflow: hidden;
	transition:all 0.5s ease 0s;
	
}
.facilitiesofferbar .contentbox .imgboxbar .smallimgbox img {
	scale: 1;
	transition:all 0.5s ease 0s;
}
.facilitiesofferbar .contentbox .imgboxbar .smallimgbox:hover img {
	scale: 1.1;
	transition:all 0.5s ease 0s;
}
.facilitiesofferbar .offerbox {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1 1 40%;
}
.facilitiesofferbar .offerbox .item {
	background-color: #F6F9FF;
	border-radius: 6px;
	padding: 30px 20px 30px 40px;
	overflow: hidden;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 15px;
}
.facilitiesofferbar .offerbox .item .icon {
	max-width: 52px;
}
.facilitiesofferbar .offerbox .item .icon img {
}
.facilitiesofferbar .offerbox .item .textbox {
	flex: 1 1 80%;
	padding-top: 10px;
}
.facilitiesofferbar .offerbox .item .textbox h5 {
	font-weight: 600;
}
.facilitiesofferbar .offerbox .item .textbox p {
}
/* fuelling-station page end */



/* specialoffers_widgetbar property start */

.specialoffers_widgetbar {
	display: block;
	background-color: #002D4E;
	background-image: url(images/specialoffer_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.specialoffers_widgetbar .itemwidget {
	display: flex;
	justify-content: space-between;
	gap: 30px 3%;
}
.specialoffers_widgetbar .itemwidget .item {
	flex: 1 1 30%;
	max-width: 30%;
	text-align: center;
}
.specialoffers_widgetbar .itemwidget .item .icobox {
	max-width: 65px;
	margin: 0 auto 25px;
}
.specialoffers_widgetbar .itemwidget .item h6 {
	font-weight: bold;
	font-size: 18px;
}
.specialoffers_widgetbar .itemwidget .item p {
}
/* specialoffers_widgetbar property end */

/* awards_widgetbar property start */

/*.awards_widgetbar .awards_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}*/


.awards_widgetbar .awards_silder .item {
	flex: 1;
	max-width: none;
	text-align: center;
	padding: 0px;
	border: 0 !important;
	margin: 0 20px;
}
.awards_widgetbar .awards_silder .item .imgbox {
    margin: 0 auto 20px;
/*    width: 500px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.awards_widgetbar .awards_silder .item .text {
	display: block;
}
.awards_widgetbar .awards_silder .item .text h6 {
	color: #000;
	margin-bottom:0;
}
.awards_widgetbar .awards_silder .item .text p {
	padding-top:15px;
}
.slick-list,  .slick-track {
	/*display: flex;
	justify-content: start;
*/}
/* sliderbigimg_widgetbar property start */

.sliderbigimg_widgetbar {
	display: block;
}
.sliderbigimg_widgetbar .headingbar .title {
	color: #000;
}
.sliderbigimg_widgetbar .itemwidget {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	margin: auto;
}
.sliderbigimg_widgetbar .itemwidget .item {
	flex: 1;
	max-width: none;
	text-align: center;
	padding: 0px;
	border-right: 0;
	border-bottom: 0;
	transition: all 0.4s ease;
	transform: scale(0.4);
	opacity: 1;
	position: relative;
	overflow:hidden;
}
.sliderbigimg_widgetbar .itemwidget .item:before {
	content: "";
	background-color: #13507D;
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.6;
}
.sliderbigimg_widgetbar .itemwidget .item img {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	object-fit: cover;
	scale: 1;
	transition:all 0.5s ease 0s;
}
.sliderbigimg_widgetbar .itemwidget .item:hover img {
	scale: 1.1;
	transition:all 0.5s ease 0s;
}
.bigimgslide .slick-list {
	height: 320px;
}
.bigimgslide .slick-list .slick-track {
	height: 100%;
}
.sliderbigimg_widgetbar .itemwidget.bigimgslide .slick-current {
	transform: scale(1.5);
	opacity: 1;
	/*border-left: 5px solid #002D4E;*/
}
.sliderbigimg_widgetbar .itemwidget.bigimgslide .slick-current:before {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	width:5px;
	background-color:#002D4E;
	opacity:1 !important;
}
.sliderbigimg_widgetbar .itemwidget.bigimgslide .slick-center:before {
	opacity: 0;
}
.bigimgslide .slick-arrow {
	width: 133px;
	background-color: #002D4E;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 11px 25px;
	min-height: 58px;
	display: flex !important;
	justify-content:center;
	align-items: center;
	gap: 10px;
	top: inherit;
	bottom: 0;
	transform: none;
}
.sliderbigimg_widgetbar .itemwidget.bigimgslide  .slick-slide.slick-active:not(.slick-center) {
	/*height:145%;*/
}
.bigimgslide .slick-arrow:before {
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
}
.bigimgslide .slick-prev {
	left: 80px;
}
.bigimgslide .slick-prev:before {
/*	margin-right: 10px;*/
}
.bigimgslide .slick-next {
	flex-direction: row-reverse;
	right: 80px;
}
.bigimgslide .slick-arrow:hover,  .bigimgslide .slick-arrow:focus {
	color: #fff;
	outline: none;
	background: #002D4E;
}
/* sliderbigimg_widgetbar property end */

/* contentbg_widgetbar property start */

.contentbg_widgetbar {
	display: block;
	position: relative;
}
.contentbg_widgetbar .imgoverlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.contentbg_widgetbar .imgoverlay:before {
	content: "";
	background-color: #13507D;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.75;
}
.contentbg_widgetbar .container {
	position: relative;
}
.contentbg_widgetbar .columnbox {
	display: flex;
	align-items: center;
	gap: 50px 7%;
	height: 100%;
}
.contentbg_widgetbar .headingbar {
	text-align: center;
	width: 83%;
	margin: 0 auto;
}
.contentbg_widgetbar .headingbar .title {
/*	font-size: 34px;*/
	font-size: 24px;
}
.contentbg_widgetbar .headingbar .title:after {
	width: 252px;
}
.contentbg_widgetbar .headingbar p {
	font-size: 20px;
	font-weight: 500;
}
.contentbg_widgetbar .headingbar .btn {
	font-weight: 500;
	padding: 5px 17px;
	margin-top: 20px;
}
.contentbg_widgetbar .headingbar .btn:before {
	background-color: #fff;
}
.contentbg_widgetbar .headingbar .btn:hover {
	color: #000;
}
.contentbg_widgetbar .headingbar .btn:hover span:after {
	filter: invert(1);
	transition: all 0.5s ease 0s;
}
/* contentbg_widgetbar property end */

/* fuelling-station page end */



/* tea estate page start */

.tea_imgcontentbar {
	display: block;
}
.tea_imgcontentbar .columnbox {
	display: flex;
	justify-content: space-between;
	gap: 0 7%;
}
.tea_imgcontentbar .columnbox .headingbar {
	margin: 0;
	flex: 1 1 64%;
}
.tea_imgcontentbar .columnbox .headingbar .title:after {
	right: inherit;
	margin: 0;
}
.tea_imgcontentbar .columnbox .headingbar p {
	padding-bottom: 20px;
}
.tea_imgcontentbar .columnbox .imgbox {
	flex: 1 1 26%;
	border-radius:10px;
	overflow:hidden;
}
/* teaestate_contentbgbar property start */

.teaestate_contentbgbar {
	display: block;
	background-image: url(images/teaestate_uniquebg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.teaestate_contentbgbar .headingbar.text_center .title:after {
	background-color: #fff;
}
.teaestate_contentbgbar .itemwidget {
	display: flex;
	justify-content: space-between;
	gap: 30px 3%;
}
.teaestate_contentbgbar .itemwidget .item {
	flex: 1 1 30%;
	max-width: 30%;
	text-align: center;
	background-color: #fff;
	padding: 70px 30px 60px;
	border-radius: 6px;
}
.teaestate_contentbgbar .itemwidget .item .icobox {
	max-width: 65px;
	margin: 0 auto 25px;
}
.teaestate_contentbgbar .itemwidget .item h6 {
	font-weight: bold;
	font-size: 18px;
	color: #13507D;
}
.teaestate_contentbgbar .itemwidget .item p {
}
.teaestate_contentbgbar .btnbar {
	text-align: center;
}
/* teaestate_contentbgbar property end */

/* teasipimgbar property start */

.teasipimgbar {
	display: block;
}
.teasipimgbar .headingbar.text_center .title {
	color: #000;
}
.teasipimgbar .columnbox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.teasipimgbar .columnbox .textbox {
	width: 36%;
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
	z-index: 5;
}
.teasipimgbar .columnbox .textbox .item {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
}
.teasipimgbar .columnbox .textbox .item .text {
	flex: 1 1 60%;
	text-align: end;
}
.teasipimgbar .columnbox .textbox .item .text h6 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.teasipimgbar .columnbox .textbox .item .text p {
/*	line-height: 28px;*/
}
.teasipimgbar .columnbox .textbox .item .icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: start;
	justify-content: center;
}
.teasipimgbar .columnbox .textbox .item .icon img {
	max-width: 100%;
}
.teasipimgbar .columnbox .textbox:first-child .item:nth-child(2) {
	margin-right:15%;
}
.teasipimgbar .columnbox .textbox:first-child .item:nth-child(3),  
.teasipimgbar .columnbox .textbox:first-child .item:nth-child(1) {
	/*margin-right: -60px;*/
	margin-right: 0px;
}
.teasipimgbar .columnbox .textbox:last-child .item:nth-child(3),  .teasipimgbar .columnbox .textbox:last-child .item:nth-child(1) {
/*	margin-left: -60px;*/
	margin-left:0px;
}
.teasipimgbar .columnbox .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27%;
}
.teasipimgbar .columnbox .imgbox img {
	width: 84%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
    scale: 1;
}
.teasipimgbar .columnbox .imgbox:hover img {
	scale: 1;
}
.teasipimgbar .columnbox .textbox:nth-child(3) {
}
.teasipimgbar .columnbox .textbox:nth-child(3) .item {
	flex-direction: row-reverse;
	margin-left: -10%;
}
.teasipimgbar .columnbox .textbox:nth-child(3) .item:nth-child(2) {
	margin: 0 0 0 15%;
}
.teasipimgbar .columnbox .textbox:nth-child(3) .item .text {
	text-align: start;
}
/* teasipimgbar property end */

/* teagrade_widgetbar property start */

.teagrade_widgetbar {
	display: block;
	background-color: #F8F8F8;
}
.teagrade_widgetbar .columnbox {
	display: flex;
	justify-content: space-between;
	gap: 0 7%;
}
.teagrade_widgetbar .columnbox .contenbox {
	margin: 0;
	flex: 1 1 46%;
}
.teagrade_widgetbar .columnbox .contenbox h5 {
	font-weight: 800;
	text-transform: uppercase;
}
.teagrade_widgetbar .columnbox .contenbox h2 {
	font-size: 44px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.teagrade_widgetbar .columnbox .contenbox .item {
	display: flex;
	justify-content: start;
	gap: 4%;
	align-items: center;
	padding: 20px 0;
}
.teagrade_widgetbar .columnbox .contenbox .item:last-child {
	padding-bottom: 0;
}
.teagrade_widgetbar .columnbox .contenbox .item .iconbox {
	display: inline-block;
	width: 159px;
	height: 159px;
	border-radius: 100%;
	max-width: 159px;
	overflow: hidden;
}
.teagrade_widgetbar .columnbox .contenbox .item .text {
	flex: 1 1 60%;
}
.teagrade_widgetbar .columnbox .contenbox .item .text h6 {
	font-weight: 800;
}
.teagrade_widgetbar .columnbox .contenbox .item .text p {
}
.teagrade_widgetbar .columnbox .imgbox {
	flex: 1 1 26%;
	border-radius: 10px;
	overflow: hidden;
}
/* teagrade_widgetbar property end */

/* teajourney_widgetbar property start */

.teajourney_widgetbar {
	display: block;
	background-color: #e7edf2;
}
.teajourney_widgetbar .headingbar .title {
	color:#000;
}
.teajourney_widgetbar .columnbox {
	display: flex;
	justify-content: space-between;
	gap: 0 7%;
}
.journey_tabbar {
	display: block;
}
.journey_tabbar .tab_titlebar {
	list-style: none;
	display: flex;
	justify-content: center;
	border-bottom: 3px solid #939393;
}
.journey_tabbar .tab_titlebar .tab_title {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 10px 4px 30px;
	cursor: pointer;
	flex: 1;
	text-align: center;
	position: relative;
	white-space: nowrap;
}
.journey_tabbar .tab_titlebar .tab_title.current {
	font-weight: bold;
}
.journey_tabbar .tab_titlebar .tab_title.current:before {
	content: "";
	width: 100%;
	display: inline-block;
	height: 3px;
	background-color: #13507D;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2.6px;
}
.journey_tabbar .tab_titlebar .tab_title.current:after {
	content: "";
	font-size: 20px;
	font-family: 'FontAwesome';
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	color: #13507D;
}
.journey_tabbar .tabcontent.current {
	display: inherit;
}
.journey_tabbar .tabcontent {
	display: none;
}
.journey_tabbar .tabcontent .journey_tabcontent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 10%;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox {
	flex: 1 1 36%;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox h5 {
	font-weight: bold;
	font-size: 23px;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar {
	display: flex;
	justify-content: start;
	gap: 6%;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar .item {
	border-right: 3px solid #D9D9D9;
	flex: 1 1 30%;
	max-width: 20%;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar .item:last-child {
	border-right: 0;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar .item h3 {
	font-size: 34px;
	font-weight: bold;
	color: #13507D;
	margin-bottom: 5px;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar .item span {
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar .item p {
	font-size: 15px;
	font-weight: 400;
}
.journey_tabbar .tabcontent .journey_tabcontent .imgbox {
	flex: 1 1 23%;
	border-radius:15px;
	overflow:hidden;
}
.certifications_bar .headingbar .title {
	color: #000;
}
/* teajourney_widgetbar property end */





/* tea estate page end */

/* about page start */

/* aboutcontent_visionbar property start */

.aboutcontent_visionbar {
	display: block;
}
.aboutcontent_visionbar .columnbox {
	display: flex;
	justify-content: space-between;
	gap: 0 8%;
}
.aboutcontent_visionbar .columnbox .headingbar {
	margin: 0;
	flex: 1 1 40%;
	position: relative;
}
.aboutcontent_visionbar .columnbox .headingbar:after {
	content: "";
	background-color: #B41821;
	display: inline-block;
	width: 1px;
	height: 57%;
	position: absolute;
	right: -7%;
	top: 50%;
	bottom: 0;
	transform: translateY(-50%);
}
.aboutcontent_visionbar .columnbox .headingbar .title:after {
	right: inherit;
	margin: 0;
}
.aboutcontent_visionbar .columnbox .headingbar p {
	padding-bottom: 20px;
}
.aboutcontent_visionbar .columnbox .headingbar p a {
	text-decoration: underline;
	color: #000;
}
.aboutcontent_visionbar .columnbox .itemwidget {
	flex: 1 1 25%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
	padding-top:80px;
}
.aboutcontent_visionbar .columnbox .itemwidget .item {
	flex: 1 1 100%;
	max-width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
}
.aboutcontent_visionbar .columnbox .itemwidget .item .icobox {
	max-width: 54px;
/*	margin-top:8px;*/
    margin-top:0px
}
.aboutcontent_visionbar .columnbox .itemwidget .item .text {
	flex: 1 1 60%;
}
.aboutcontent_visionbar .columnbox .itemwidget .item .text h6 {
	font-weight: bold;
	font-size: 23px;
	color: #000;
}
.aboutcontent_visionbar .columnbox .itemwidget .item .text p {
}
/* aboutcontent_visionbar property end */

/* history_widgetbar property start */

.history_widgetbar {
	display: block;
	background-color:#f8f8f8;
}
.history_widgetbar .headingbar {
	position: relative;
}
.history_widgetbar .headingbar .title:after {
	right: inherit;
	margin: 0;
}
.history_widgetbar .yearbar {
	border-bottom: 1px solid #67696c;
	display: flex;
	justify-content: space-around;
	margin-bottom: 16px;
	padding-bottom: 20px;
	position: relative;
}
.history_widgetbar .yearbar:after,  .history_widgetbar .yearbar:before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	background-color: #B41821;
	border-radius: 100%;
	position: absolute;
	top: 38px;
}
.history_widgetbar .yearbar:before {
	left: -2px;
}
.history_widgetbar .yearbar:after {
	right: -2px;
}
.history_widgetbar .yearbar .item {
	display: inline-block;
	font-size: 22.84px;
	color: #000;
	font-weight: bold;
	position: relative;
	flex: 1;
}
.history_widgetbar .yearbar .item:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #B41821;
	border-radius: 100%;
	position: absolute;
	bottom: -26px;
	left: 15px;
}
.history_widgetbar .yearbar .item:first-child:after {
	display: none;
}
.history_widgetbar .contentbox {
	display: block;/*	margin-top:60px;*/

}
.history_widgetbar .contentbox .titlebar {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
.history_widgetbar .contentbox .titlebar h6 {
	font-size: 22.84px;
	color: #13507D;
	font-weight: bold;
}
.history_widgetbar .contentbox .titlebar p {
	font-size: 17.13px;
	color: #484444;
}
.history_widgetbar .contentbox p {
	color: #000;
}
/* history_widgetbar property end */



/* company_widgetbar property end */

.company_widgetbar {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.company_widgetbar:after {
	content: "";
	display: inline-block;
	background-color: #13507D;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
}
.company_widgetbar .container {
	position: relative;
	z-index: 6;
}
.valueimagebar {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.text_and_icon {
	position:relative;
}
.text_and_icon .text_only {
	position:absolute;
}
.svg-text {
  font-size: 30px;
  fill: black;       /* NOT color */
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.company_widgetbar .desktop_historymap {
	display:block;
}
.company_widgetbar .mobile_historymap {
	display:none !important;
}
.company_widgetbar .itemwidget {
	display: flex;
	justify-content: space-between;
	gap: 14px 1%;
	flex-wrap: wrap;
}
.company_widgetbar .itemwidget .item {
	flex: 1 1 31%;
	max-width: 33%;
	text-align: center;
	background-color: #fff;
	padding: 30px 23px;
	border-radius: 10px;
}
.company_widgetbar .itemwidget .item .icobox {
	max-width: 121px;
	margin: 0 auto 25px;
}
.company_widgetbar .itemwidget .item h6 {
	font-weight: bold;
	font-size: 19px;
	color: #000;
}
.company_widgetbar .itemwidget .item p {
}
.company_widgetbar .btnbar {
	text-align: center;
}
/* company_widgetbar property end */

/* ourvalue_widgetbar property start */

.ourvalue_widgetbar {
	display: block;
}
.ourvalue_widgetbar .headingbar .title {
	margin-bottom: 30px;
}
.ourvalue_widgetbar .headingbar .title:after {
	right: inherit;
}
.ourvalue_widgetbar .container {
	position: relative;
}
.ourvalue_widgetbar .columnbox {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ourvalue_widgetbar .columnbox .columnleft {
	width: 50%;
	position: relative;
}
.ourvalue_widgetbar .columnbox .timeline-progress {
	position: absolute;
	top: 0px;
	left: 6px;
	width: 2px;
	background: #13507D !important;
	height: 0;
	transition: height 0.2s ease-out;
	opacity: 0.9;
}
.ourvalue_widgetbar .columnbox .timeline-progress:after {
	background-color: #13507D;
}
.ourvalue_widgetbar .timeline-progress:before {
	display: none;
}
.ourvalue_widgetbar .timeline-line {
/*	position: absolute;

    top: -70px;

    left: 10px;

    width: 2px;

    height: 100%;

    background: #B41821;*/

}
.ourvalue_widgetbar h5 {
	display: inline-block;
	z-index: 5;
	position: relative;
	padding: 10px 0;
}
.ourvalue_widgetbar .itemwidget {
	display: block;
	position: relative;
}
.ourvalue_widgetbar .itemwidget .item {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 0 100px 35px;
	opacity:0.4;
}
.ourvalue_widgetbar .itemwidget .item h5 {
	color: #13507D;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}
.ourvalue_widgetbar .itemwidget .items p {
	font-size: 18px;
	color: #000;
}
.ourvalue_widgetbar .itemwidget .item:last-child {
	padding-bottom: 15%;
}
.ourvalue_widgetbar .itemwidget .item:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #B41821;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #B41821;
	z-index: 5;
}
.ourvalue_widgetbar .itemwidget .item.active {
	opacity:1;
}
.ourvalue_widgetbar .itemwidget .item.active:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 100%;
	background-color: #B41821;
	position: absolute;
	top: 0;
	left: 6px;
}
.ourvalue_widgetbar .itemwidget .item.active:before {
	background-color: #fff;
}
.ourvalue_widgetbar .itemwidget .item.active h5 {
	color: #B41821;
}
.ourvalue_widgetbar .columnbox .imgboxbar {
	width: 32%;
	flex: 1;
	max-width: 550px;
	position: sticky;
	align-self: flex-start;
	height: fit-content;
	top: 140px;
}
.ourvalue_widgetbar .columnbox .imgboxbar .imgbox {
	display: none;
	max-width: 560px;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}
.ourvalue_widgetbar .columnbox .imgboxbar .imgbox.active {
	display: block;
}
/* ourvalue_widgetbar property end */

/* management_teambar property end */

.management_teambar {
	display: block;
	background-color: #e7edf2;
	position: relative;
}
.management_teambar .headingbar {
	width: 100%;
}
.management_teambar .itemwidget {
	/*display: flex;
	justify-content: space-between;
	gap: 14px 2%;
	flex-wrap: wrap;*/
}
.management_teambar .itemwidget .item {
	flex: 1 1 31%;
	width: 33%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	height: 520px;
}


.management_teambar .itemwidget .item .iteminner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
.management_teambar .itemwidget .item:hover .iteminner {
  transform: rotateY(180deg);
}



.management_teambar .itemwidget .item .imgbox,
.management_teambar .itemwidget .item .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  cursor:pointer;
}

.management_teambar .itemwidget .item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management_teambar .itemwidget .item .textbox {
  background: #13507d;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: left;
}


.management_teambar .itemwidget .item .imgbox {
	max-width: 100%;
	position: relative;
}
/*.management_teambar .itemwidget .item .imgbox:before {
	content: "";
	background: linear-gradient(to bottom, rgba(19, 80, 125, 0) 0%, rgba(19, 80, 125, 1) 100%);
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.62;
}*/
.management_teambar .itemwidget .item .textbox {
	display: block;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*	position: absolute;
	height: 176px;
	bottom: 0;
	left: 0;
	right: 0;*/
	padding: 40px;
	transition: all 0.5s ease 0s;
}
.management_teambar .itemwidget .item .textbox h4 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.management_teambar .itemwidget .item .textbox h6 {
	font-weight: 600;
	font-size: 22px;
	color: #EAEBEC;
	margin-bottom: 0;
}
.management_teambar .itemwidget .item .textbox p {
	font-size: 15px;
	color: #EAEBEC;
	margin-top: 20px;
	transition: all 0.5s ease 0s;
}
/*.management_teambar .itemwidget .item:hover .textbox {
	height: 100%;
	background-color: rgb(19, 80, 125, 0.89);
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.management_teambar .itemwidget .item:hover .textbox p {
	display: block;
	transition: all 0.5s ease 0s;
}*/
/* management_teambar property end */

/* photogallybar property end */
.photogallybar .itemwidget.mobilegallery {
	display:none;
}
.galleryslider .slick-track {
    display: flex;
}
.galleryslider .slick-list {
   display: flex;
  margin: 0 -15px;
/*  padding-bottom:40px;*/
}
.galleryslider .slick-slide {
  margin: 0 15px;
}
.galleryslider .slick-dots {
	bottom:0;
}


.photogallybar .itemwidget.galleryslider .item:hover {
    flex: 1;
 }
.photogallybar {
	display: block;
	position: relative;
}
.photogallybar .headingbar {
	width: 100%;
}
.photogallybar .headingbar .title {
	color: #000;
}
.photogallybar .itemwidget {
	display: flex;
	justify-content: center;
	gap: 14px 2%;
	flex-wrap: wrap;
}
.photogallybar .itemwidget .item {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	flex: 1;
	min-height: 517px;
}
.photogallybar .itemwidget .item .imgbox {
	max-width: 100%;
	position: relative;
	width: 100%;
	height: 100%;
}
.photogallybar .itemwidget .item .textbox {
	display: block;
	position: absolute;
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 20px;
	opacity: 0;
	transition: opacity 0.2s ease;
	transition-delay: 0s;
}
.photogallybar .itemwidget .item .textbox h6 {
	font-weight: 800;
	font-size: 20px;
	color: #fff;
}
.photogallybar .itemwidget .item .textbox p {
	color: #fff;
}
.photogallybar .itemwidget .item:hover {
	flex: 3;
}
.photogallybar .itemwidget .item:hover .imgbox:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: #000000;
	opacity: 0.4;*/
	background: linear-gradient(to bottom, rgb(254 254 254 / 0%) 80%, rgba(0, 0, 0, 1) 100%);
}
.photogallybar .itemwidget .item:hover .textbox {
	opacity: 1;
	cursor: pointer;
	transition: opacity 0.6s ease;
	transition-delay: 0.4s;
}
/* photogallybar property end */

/* about page end */

/* contact page start */



/* contact page start */

/* contactbanner property start */

.contactbanner {
	display: block;
	background-color: #11527C;
}
.contactbanner .columnbar {
	display: block;
	position: relative;
}
.contactbanner .columnbar .contact_addressbox {
	display: inline-block;
	max-width: 50%;
}
.contactbanner .columnbar .contact_addressbox h1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.contactbanner .columnbar .contact_addressbox p {
	font-size: 20px;
	color: #fff;
}
.contactbanner .columnbar .contact_addressbox .phoneimg {
	font-size: 16px;
	color: #fff;
}
.contactbanner .columnbar .contact_addressbox .phoneimg img {
	display: inline-block;
	margin: 6px 10px 0 0px;
}
.contactbanner .columnbar .formbox {
	display: inline-block;
	max-width: 39.7%;
	background-color: #fff;
	padding: 30px 40px 30px 40px;
	border-radius: 14px;
	position: absolute;
	right: 0;
}
.contactbanner .columnbar .formbox h2 {
	font-weight: 600;
}
.contactbanner .columnbar .formbox p {
	font-size: 18px;
	margin-bottom: 15px;
}
.contactbanner .columnbar .formbox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.contactbanner .columnbar .formbox ul li {
	width: 100%;
	position: relative;
}
.contactbanner .columnbar .formbox ul li .wpcf7-spinner {
	position: absolute;
	right: 0;
}
.contactbanner .columnbar .formbox ul li p {
	margin: 0;
	padding: 0;
}
.contactbanner .columnbar .formbox ul li textarea,  .contactbanner .columnbar .formbox ul li input {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #D8D8D8;
	font-weight: 400;
	padding: 17px 20px;
	font-size: 16px;
}
.contactbanner .columnbar .formbox ul li textarea {
}
.contactbanner .columnbar .formbox ul li input[type=submit] {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	background-color: #B41821;
	border: 0;
	border-radius: 6px;
	opacity: 1;
	padding: 19px 20px;
}
.contactbanner .columnbar .formbox .wpcf7-response-output {
	margin: 10px 0 0;
}
/* contactbanner property end */

/* contact_mapbar property start */

.contact_mapbar {
	display: block;
	background-color: #E7EDF2;
}
.contact_mapbar .d_flex {
	justify-content: space-between;
	align-items: end;
}
.contact_mapbar .mapbox {
	display: inline-block;
	width: 45.678%;
	border-radius: 20px;
	overflow: hidden;
}
.contact_mapbar .mapbox iframe {
	width: 100%;
}
.contact_mapbar .mapcontactbox {
	display: inline-block;
	max-width: 607px;
	width: 52%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 50px;
}
.contact_mapbar .mapcontactbox .item {
	display: block;
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
.contact_mapbar .mapcontactbox .item:last-child {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
.contact_mapbar .mapcontactbox .item .cityname {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
}
.contact_mapbar .mapcontactbox .item .cityname:after {
	content: "";
	font-size: 16px;
	font-family: 'FontAwesome';
	float: right;
	transition: all 0.5s ease 0s;
sss
}
.contact_mapbar .mapcontactbox .item .cityname.open:after {
	transform: rotate(180deg);
	transition: all 0.5s ease 0s;
}
.contact_mapbar .mapcontactbox .item .cityaddress {
	margin-top: 20px;
}
.contact_mapbar .mapcontactbox .item .cityaddress h5 {
	font-weight: bold;
	margin-bottom: 25px;
}
.contact_mapbar .mapcontactbox .item .cityaddress .address {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
	flex-wrap: wrap;
}
.contact_mapbar .mapcontactbox .item .cityaddress .address .icon {
	max-width: 22px;
}
.contact_mapbar .mapcontactbox .item .cityaddress .address p {
}
.contact_mapbar .mapcontactbox .item .cityaddress .address .add_div {
	display: block;
	width: 100%;
	position: relative;
    padding-left: 40px;
}
.contact_mapbar .mapcontactbox .item .cityaddress .address .add_div .icon {
	max-width: 22px;
	display: inline-block;
	margin: 5px 10px 0px 0px;
	position: absolute;
    left: 0;
}
.contact_mapbar .mapcontactbox .item .cityaddress .address .add_div p {
	display: inline-block;
}
/* contact_mapbar property end */

/* faq_widgetbar property start */

.faq_widgetbar {
	display: block;
}
.faq_widgetbar .columnbox {
	display: flex;
	justify-content: space-between;
	gap: 30px 14%;
}
.faq_widgetbar .columnbox .headingbar {
	flex: 1 1 16%;
	margin: 0;
}
.faq_widgetbar .columnbox .headingbar .title {
	text-transform: capitalize;
	margin-bottom: 30px;
}
.faq_widgetbar .columnbox .headingbar .title:after {
	right: inherit;
	width: 47px;
}
.faq_widgetbar .columnbox .headingbar h4 {
	font-weight: bold;
}
.faq_widgetbar .columnbox .headingbar p {
	font-size: 24px;
}
.faq_widgetbar .columnbox .headingbar .newsletter {
	display: block;
	width: 100%;
	position: relative;
}
.faq_widgetbar .columnbox .headingbar .newsletter input[type=email] {
	font-size: 18px;
	color: #000;
	background-color: #fbfbfb;
	border-radius: 6px;
	border: 1px solid #D4D4D4;
	width: 74%;
	padding: 12px 22px;
}
.faq_widgetbar .columnbox .headingbar .newsletter input[type=submit] {
	font-size: 18px;
	font-weight: 600;
	color: #F0F0F0;
	background-color: #B41821;
	border: 0;
	text-transform: capitalize;
	padding: 12.5px 33px;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.faq_widgetbar .faq_bar {
	flex: 1 1 37%;
}
.faq_widgetbar .faq_bar .item {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	border-bottom: 1px solid #CFCECE;
}
.faq_widgetbar .faq_bar .item:last-child {
	margin-bottom: 0;
}
.faq_widgetbar .faq_bar .item .question {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	cursor: pointer;
	padding-right: 30px;
	position: relative;
}
.faq_widgetbar .faq_bar .item .question:after {
	content: "";
	display: inline-block;
	font-size: 20px;
	font-family: 'FontAwesome';
	color: #4B4B4B;
	font-weight: 400;
	transition: all 0.5s ease 0s;
	position: absolute;
	right: 0;
	top: 0;
}
.faq_widgetbar .faq_bar .item .question.minus:after {
	transform: rotate(180deg);
	transition: all 0.5s ease 0s;
}
.faq_widgetbar .faq_bar .item .answer {
	display: none;
	padding: 0px 0px 20px 00px;
	border: 0;
	position: relative;
}
.faq_widgetbar .faq_bar .item .answer p {
}
/* faq_widgetbar property end */

/* contentstrip property start */

.contentstrip {
	display: block;
	background-color: #E7EDF2;
	padding: 120px 0;
}
.contentstrip h2 {
	font-size: 52px;
	font-weight: bold;
}
.contentstrip .btn {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 44px;
}
.contentstrip .btn span:after {
	display: none;
}
.keyfeatures_widgetbar .keyfeatures .item:hover {
  transform: translateY(-6px);
}
.contactbanner .columnbar a {
  color: #fff;
}
.contact_mapbar .mapcontactbox .item .cityaddress .address .add_div p a {
  color: #000;
}
.callbtn {
  display: none !important;
}

/* contentstrip property end */





/* contact page end */






.vslide-body {
	position: absolute;
	left: 7%;
	bottom: 20%;
	max-width: 580px;
	z-index: 4;
	transform: translateY(28px);
	transition: opacity .8s ease .3s, transform .8s ease .3s;
}
.vslide.active .vslide-body {
	opacity: 1;
	transform: translateY(0);
}
.vslide-tag {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(255,255,255,.75);
	border-left: 3px solid var(--red);
	padding: 5px 12px;
	margin-bottom: 18px;
}
.vslide-h1 {
	font-size: clamp(28px, 4.2vw, 56px);
	font-weight: 800;
	color: #fff;
	line-height: 1.08;
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.vslide-h1 span {
	color: #ff6b6b;
}
.vslide-p {
	font-size: 14px;
	color: rgba(255,255,255,.8);
	line-height: 1.75;
	margin-bottom: 28px;
	max-width: 440px;
}
.vslide-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}




.vslide-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.vslide-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.btnnew {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	padding: 13px 28px;
	transition: all .2s;
	border: 2px solid transparent;
}
.btnnew:hover {
	transform: translateY(-1px);
}
.btn-blue {
	background: var(--blue);
	color: #fff;
	border-color: var(--blue);
}
.btn-blue:hover {
	background: var(--blue-dk);
	border-color: var(--blue-dk);
}
.btn-ob {
	background: transparent;
	color: var(--blue);
	border-color: var(--blue);
}
.btn-ob:hover {
	background: var(--blue);
	color: #fff;
}
.btn-white {
	background: #fff;
	color: var(--blue);
	border-color: #fff;
}
.btn-white:hover {
	background: #f0f4f8;
}
.btn-gw {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,.55);
}
.btn-gw:hover {
	border-color: #fff;
}


/* mobile responsive property start */

@media (max-width:1220px) {
.container {
	max-width: 1100px;
}
h1 {
	font-size: 42px;
}
.col_left_1200 {
    padding-left: calc((100vw - 1085px) / 2);
}
.h_nav li {
	padding: 0 10px;
}
.h_nav li a {
	font-size: 16px;
}
.h_nav .phonebtn a, .h_nav .btn a {
	padding: 4px 9px;
	font-size: 16px;
}
.h--timeline-events {
	padding-bottom: 0;
}
.management_teambar .itemwidget .item .textbox h4 {
	font-size: 24px;
}
.management_teambar .itemwidget .item .textbox h6 {
	font-size: 20px;
}
.management_teambar .itemwidget .item .textbox {
	height: auto;
	padding: 20px;
}

/* about page start */
.aboutcontent_visionbar .columnbox .itemwidget {
	padding-top:60px;
}
/* about page end */


/* single crane page start */

.bannerbar .bannertext h1 {
	font-size: 42px;
}
.imgcontentbar .imgbox {
	flex: 1 1 40%;
}
.keyfeatures_widgetbar .databar {
	padding: 50px 0px 50px 50px;
	flex: 1 1 60%;
}
.recent_projectbar .container_gallary {
	margin: 0 auto;
}
.industries_servebar .itemwidget .item h6 {
	font-size: 18px;
}
/* single crane page end */

/* automotive page start */

.headingbar .title {
/*	margin-bottom: 30px;*/
}
.bannerbar .bannerimg {
	display: block;
}
.bannerbar .bannerimg video {
	display: block;
}
.turning_locationbar .listicon ul li {
	font-size: 18px;
	padding-left: 40px;
}
.turning_locationbar .listicon ul li:before {
	width: 22px;
	height: 22px;
	/*margin: 0 16px 0 -38px;*/
	margin: 0 16px 0 0px;
}
.testimonial_widgetbar .testimonial_item .item .textbox p {
	font-size: 16px;
}
.formwidgetbar .columnbox .headingbar .title {
	font-size: 28px;
}
/* automotive page end */

/* contact page start */

.contactbanner .columnbar .contact_addressbox h1 {
	font-size: 42px;
}
.faq_widgetbar .columnbox {
	gap: 30px 8%;
}
.faq_widgetbar .columnbox .headingbar {
	flex: 1 1 34%;
}
.faq_widgetbar .faq_bar {
	flex: 1 1 50%;
}
.contentstrip {
    padding: 100px 0;
}
.contentstrip h2 {
	font-size: 32px;
}
.contentstrip .btn {
    margin-top: 15px;
}



/* contact page end */

/* crane page start */

.jainexwidgetbar .itemwidget .item h6 {
	margin: 30px 0 15px;
/*	font-size: 22px;*/
}
.jainexwidgetbar .itemwidget .item {
	flex: inherit;
	max-width: inherit;
/*	margin: 0 10px;*/
}
.ourprocess_widgetbar h5 {
	margin-left: 0;
}
.ourprocess_widgetbar .columnbox {
	width: 96%;
	margin: 0 auto;
}
/* crane page end */

/* filling-station page start */

.facilitiesofferbar .offerbox .item .textbox {
	padding-top: 0;
}
/* filling-station page end */

/* tea-estate page start */
.teaestate_contentbgbar .itemwidget {
    gap: 30px 2%;
}
.teaestate_contentbgbar .itemwidget .item {
    padding: 40px 25px 40px;
}






/* tea-estate page end */





}


@media (max-width:1023px) {

/* Hero */
	.vslide-body {
		left: 5%;
		max-width: 480px;
		bottom: 18%;
	}
}

@media (max-width:1100px) {
.container {
	max-width: 992px;
}
.py_10 {
	padding: 70px 0;
}
.py_7 {
    padding: 60px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
.col_left_1200 {
    padding-left: calc((100vw - 992px) / 2);
}
.btn {
	font-size: 16px;
}
.headingbar .title:after {
/*   bottom: -10px;*/
}
.h_nav li {
    padding: 0 8px;
}
.h_nav .btn a:after {
    width: 12px;
    height: 11px;
    margin-left: 8px;
}
.h_nav .phonebtn {
    margin-left: 10px;
}
.h_nav .phonebtn a, .h_nav .btn a {
    padding: 4px 9px;
    font-size: 14px;
}
.h_nav .phonebtn a:before {
    width: 16px;
    height: 16px
}
.h_nav li.menu-item-has-children a:after {
    font-size: 18px;
}
.homebanner .bannertext h1 {
    font-size: 32px;
}
.homebanner .bannertext p {
    margin-top: 12px;
    font-size: 20px;
}
.management_teambar .itemwidget .item .textbox h4 {
	font-size: 22px;
}
.management_teambar .itemwidget .item .textbox h6 {
	font-size: 18px;
	margin: 0;
}
.h--timeline-date {
	font-size: 1.1rem;
}
.history_widgetbar .contentbox .titlebar h6 {
	font-size: 20px;
}
.bannerbar .bannertext.textbottom {
	padding-bottom: 30px;
}
.bannerbar .bannertext h1 {
	font-size: 32px;
}
.bannerbar h6 {
	margin: 15px 0px;
}
.bannerbar .bannertext p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
}

.footerwidget .footerwrapper {
	    flex-wrap: wrap;
		    justify-content: start;
    gap: 32px;
}
.footerwidget .footerwrapper .footeritem {
    flex: inherit;
    max-width: 100%;
    width: 31%;
}

.patnerswidgetbar .itemwidget .item img {
	width:100%;
    max-width: 100%;
}
.patnerswidgetbar .itemwidget .item {
    padding: 10px;
}






/* single crane page start */
/*.footerwidget {
    flex-wrap: wrap;
    gap: 30px;
}
.footerwidget .footerwrapper,
.footerwidget .footerwrapper:nth-child(2) {
    flex: 1 1 100%;
}
.footerwidget .footerwrapper:first-child {
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerwidget .footerwrapper .sociallinkdiv {
	margin:0;
}*/














/* single crane page end */

/* automotive page start */

.testimonial_widgetbar .testimonial_item .item {
	padding: 30px;
}
/* automotive page end */

/* contact page start */

.faq_widgetbar .columnbox .headingbar p {
	font-size: 20px;
}
.contentstrip {
	padding: 80px 0;
}
.contactbanner .columnbar .contact_addressbox h1 {
    font-size: 32px;
}
	
.contentstrip h2 {
	font-size: 28px;
}
.faq_widgetbar .columnbox .headingbar .newsletter input[type=email] {
	font-size: 16px;
}
/* contact page end */

/* crane page start */

.itemwidget.fourslide .slick-prev {
	right: 15.5%;
}
.industries_servebar .itemwidget .item h6 {
	font-size: 16px;
}
.bulestripbar.strip_contentbottom .headingbar h2 {
	font-size: 32px;
}
/* crane page end */

/* filling-station page start */

.sliderbigimg_widgetbar .itemwidget {
	width: 100%;
}
/* filling-station page end */

/* range-of-cranes page start */

/* range-of-cranes page end */

/* tea-estate page start */

.teaestate_contentbgbar .itemwidget {
	gap: 30px 1%;
}
.teaestate_contentbgbar .itemwidget .item {
	flex: 1 1 30%;
	max-width: 30%;
	padding: 30px 20px 30px;
}
.teaestate_contentbgbar .itemwidget .item p {
	font-size: 15px;
}
.teasipimgbar .columnbox .textbox .item .text h6 {
	font-size: 20px;
	margin-bottom: 6px;
}
.teagrade_widgetbar .columnbox .contenbox h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
.teagrade_widgetbar .columnbox .contenbox h5 {
	font-size: 20px;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar .item h3 {
	font-size: 28px;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar {
	margin-top: 30px;
}
/* tea-estate page end */
/* about page start */
.management_teambar .itemwidget .item .textbox h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.management_teambar .itemwidget .item .textbox p {
    font-size: 15px;
    margin-top: 10px;
  /*  line-height: 1.4;*/
}
.ourvalue_widgetbar .columnbox {
    gap: 30px;
}
.ourvalue_widgetbar .columnbox .imgboxbar {
    width: 400px;
    max-width: 100%;
}
.ourvalue_widgetbar .columnbox .imgboxbar .imgbox {
    max-width: 100%;
    width: 500px;
}

/* about page end */
.thankyoupage .content {
    width: 100%;
}
}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
.py_7 {
	padding: 50px 0;
}
.mt_7 {
    margin-top: 40px;
}
.mt_6 {
    margin-top: 40px;
}
.four_column li, .three_column li {
	width: 50% !important;
}
.aboutcontent_visionbar .columnbox {
	flex-wrap: wrap;
	gap: 30px;
}
.aboutcontent_visionbar .columnbox .headingbar {
	flex: 1 1 100%;
}
.aboutcontent_visionbar .columnbox .headingbar:after {
	display: none;
}
.aboutcontent_visionbar .columnbox .itemwidget {
	flex: 1 1 100%;
}
.footerwidget {
	flex-wrap: wrap;
	gap: 30px;
}
.footerwidget .footerwrapper:nth-child(2) {
	gap: 30px;
}
.footerwidget .footerwrapper {
	flex: 1 1 100%;
}
.footerwidget .footerwrapper .sociallink {
	margin: 30px 0 30px;
}
.footerwidget .footerwrapper.facebook img {
	width: 277px;
	max-width: 100%;
}
.footerwidget .footerwrapper .footeritem:nth-child(3),
.footerwidget .footerwrapper .footeritem {
    flex: 1 1 46%;
    max-width: 46%;
}
.bulestripbar h2 {
    margin-bottom: 20px;
}
/* about page start */
.aboutcontent_visionbar .columnbox .itemwidget .item .icobox {
     margin-top: 0;
}
.aboutcontent_visionbar .columnbox .itemwidget {
	padding-top:0;
}
.headingbar {
    margin-bottom: 30px;
}
.headingbar.text_center {
    margin: 0 auto 30px;
}
.headingbar.text_center:last-child {
    /* margin-bottom:0; */
}
.ourprocess_mobilebar .itemwidget .item {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 15px;
}
.ourprocess_mobilebar .itemwidget .item:last-child {
	margin-bottom:0;
}
.ourprocess_mobilebar .itemwidget .item .imgbox {
    height: 220px;
}
.ourprocess_mobilebar .itemwidget .item .textbox h5 {
    margin-bottom: 10px;
 }
.ourprocess_mobilebar .itemwidget .item .textbox p {
    font-size: 16px;
}
.management_teambar .itemwidget {
    gap: 15px 15px;
}
.management_teambar .itemwidget .item {
    flex: 1 1 48%;
    max-width: 48%;
}
.company_widgetbar .mobile_historymap {
	display:flex !important;
}
.company_widgetbar .itemwidget .item {
    flex: 1 1 49%;
    max-width: 49%;
}
.photogallybar .itemwidget.desktopgallery,
.company_widgetbar .desktop_historymap {
    display: none;
}
.photogallybar .itemwidget.mobilegallery {
	display:block;
}


/* about page end */


/* single crane page start */

.imgcontentbar .imgbox {
	flex: 1 1 18%;
}
.keyfeatures_widgetbar .databar {
	padding: 40px 0px 50px 30px;
	flex: 1 1 42%;
}
.industries_servebar .itemwidget {
	flex-wrap: wrap;
	justify-content: center;
}
.industries_servebar .itemwidget .item {
	flex: 1 1 32%;
}
.keyfeatures_widgetbar .keyfeatures .item {
    flex: 1 1 47%;
    max-width: 48%;
    padding: 1px 12px;
}
/* single crane page end */

/* automotive page start */

.contentimg_columnbox .item {
	gap: 50px 8%;
	width: 100%;
}
.contentimg_columnbox .item .imgbox,  .contentimg_columnbox .item .textbox {
	flex: 1 1 45%;
	max-width: 45%;
}
.headingbar.text_center {
	width: 100%;
}
.turning_locationbar .columnbar .img_box {
	width:48%;
}
.turning_locationbar .listicon {
	width: 48%;
	margin-bottom: 0;
}
.turning_locationbar .listicon ul li {
	font-size: 15px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.turning_locationbar .listicon ul li:before {
	width: 19px;
	height: 19px;
	top: 6px;
}
.awards_widgetbar .awards_item .item {
	padding: 10px;
}
.awards_widgetbar .awards_item .item img {
	/*max-width: 100%;*/
}
.testimonial_widgetbar .testimonial_item {
	padding: 0 40px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button:before {
	font-size: 40px;
}
.testimonialslide .slick-next {
	right:-15px;
}
.testimonialslide .slick-prev {
	left:-15px;
}
.formwidgetbar .columnbox {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.formwidgetbar .columnbox .formbox {
	max-width: 100%;
	flex: 1 1 100%;
}
.formwidgetbar .columnbox .headingbar {
	flex: 1 1 100%;
}
/* automotive page end */

/* contact page start */

.contactbanner .columnbar .contact_addressbox {
	max-width: 100%;
}
.contactbanner .columnbar .contact_addressbox p {
    font-size: 18px;
}
.contactbanner .columnbar .formbox {
	position: relative;
	max-width: 100%;
	margin-top: 30px;
}
.contact_mapbar .d_flex {
	flex-wrap: wrap;
	gap: 30px;
	flex-direction: column-reverse;
}
.contact_mapbar .mapbox {
	width: 100%;
}
.contact_mapbar .mapcontactbox {
	max-width: 100%;
	width: 100%;
}
.contactbanner .columnbar .formbox p {
    margin-bottom: 0;
}
.contact_mapbar .mapbox iframe {
	width: 100%;
	height: 400px;
}
.page-id-525 .faq_widgetbar .columnbox {
	gap: 0px 0;
}
.faq_widgetbar .faq_bar .item {
    margin: 0 0 20px;
    padding: 0 0 20px 0;
}
.faq_widgetbar .faq_bar .item .question {
    margin-bottom: 0;
}
.faq_widgetbar .faq_bar .item .answer {
    padding: 20px 0px 0px 0px;
}
.faq_widgetbar .columnbox {
	gap: 30px 0;
	flex-wrap: wrap;
}
.faq_widgetbar .columnbox .headingbar {
	flex: 1 1 100%;
}
.faq_widgetbar .faq_bar {
	flex: 1 1 100%;
}
.faq_widgetbar .columnbox .headingbar .newsletter input[type=email] {
	width: 100%;
}
.contentstrip h2 {
	font-size: 28px;
}
.contentstrip h2 br {
	display: none;
}
/* contact page end */

/* crane page start */
.itemwidget.fourslide .slick-prev {
    right: 18.5%;
}
.patnerslide.preloader {
    min-height: auto;
}
.ourvalue_widgetbar,  .ourprocess_widgetbar {
	display: none;
}
.ourprocess_mobilebar {
	display: block;
}
.ourprocess_mobilebar .headingbar .title:after {
	margin: 0;
}
.bulestripbar.strip_contentbottom .headingbar h2 {
    font-size: 24px;
}
.bulestripbar.strip_contentbottom .headingbar p {
    font-size: 18px;
}
/* crane page end */

/* filling-station page start */

.facilitiesofferbar .columnbox {
	flex-wrap: wrap;
	gap: 30px;
}
.facilitiesofferbar .offerbox,  .facilitiesofferbar .contentbox {
	flex: 1 1 100%;
}
.specialoffers_widgetbar .itemwidget {
	gap: 30px 2%;
}
.specialoffers_widgetbar .itemwidget .item {
	flex: 1 1 32%;
	max-width: 32%;
}
.contentbg_widgetbar .headingbar {
	width: 100%;
}
/* filling-station page end */

/* range-of-cranes page start */

.producttypesbar .itemwidget .item {
	flex: 1 1 48%;
	max-width: 48%;
}
/* range-of-cranes page end */

/* tea-estate page start */
.teaestate_contentbgbar .itemwidget {
      gap: 30px 1%;
	  flex-wrap: wrap;
}
.teaestate_contentbgbar .itemwidget .item {
    flex: 1 1 48%;
     max-width: 48%;
}
.teasipimgbar .columnbox .textbox .item .text p {
	line-height: 22px;
	font-size: 15px;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar .item {
	flex: 1 1 30%;
	max-width: 30%;
}
.industries_servebar.certifications_bar .itemwidget .item {
	flex: 1 1 18%;
}
.journey_tabbar .tab_titlebar {
    justify-content: start;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}
.journey_tabbar .tab_titlebar .tab_title {
    font-size: 16px;
    padding: 10px 20px 20px;
    white-space: nowrap;
}
.industries_servebar.certifications_bar .itemwidget .item img {
	max-width:100px;
}
.callbtn {
  display: inherit !important;
  background-color: #13507D;
color: #fff;
display: flex;
align-items: center;
width: auto;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
	max-width: fit-content;
}
.callbtn:before {
  content: "";
background-image: url(images/phone-icon.png);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
}



/* tea-estate page end */

}
@media (max-width:768px) {
.container {
	max-width: 100%;
}
.pt_7 {
	padding-top: 50px;
}
.py_7 {
	padding: 50px 0;
}
.py_10 {
	padding: 50px 0;
}
.mt_7 {
	margin-top: 30px;
}
.mt_6 {
	margin-top: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.slick-dotted {
    padding-bottom: 40px;
}
.four_column li, .three_column li, .two_column li {
	width: 100% !important;
}
.bannervideo {
	height:auto;
	min-height:inherit;
}
.homebanner .bannertext h1, .bannerbar .bannertext h1 {
	font-size: 20px;

}

.homebanner .bannertext div {
	width: 100%;
}
.homebanner .bannertext h6 {
	margin: 10px 0px;
}
.homebanner .bannertext p {
	margin-top: 10px;
	font-size: 16px;
}
.homebanner .bannertext.textbottom {
	padding-bottom: 20px;
}

/*.bannerbar .container {
	position: relative;
	background-color: #13517c;
	padding: 20px 20px;
}*/
.headingbar .title {
    margin-bottom: 20px;
	padding-bottom: 10px;
}
.headingbar.text_center {
	width: 100%;
	margin: 0 auto 30px;
}
.headingbar .title:after {
     bottom: 0px;
}
.bannerbar .bannertext.textbottom {
	/*padding-bottom: 0;
    display: flex;
    align-items: center;*/
}
.bannerbar .bannertext p {
	 margin-top: 8px;
     font-size: 15px;
     line-height: 1.4;
}
.company_widgetbar .desktop_historymap {
	display:none;
}
.company_widgetbar .mobile_historymap {
	display:block;
}
.company_widgetbar .itemwidget {
    gap: 20px 1%;
}
.management_teambar .itemwidget .item {
    flex: inherit;
     width: 385px;
     max-width: 100%;
/*     margin: 0 auto;*/
}
/*.company_widgetbar .itemwidget .item {
	flex: 1 1 48%;
	max-width: 48%;
}*/
.company_widgetbar .itemwidget .item h6 {
	font-size: 18px;
}
.management_teambar .itemwidget .item {
	flex: 1 1 48%;
	max-width: 48%;
}
.h--timeline-date {
	font-size: 13px !important;

}
.turning_locationbar .columnbar {
	flex-wrap: wrap;
	gap:30px;
}
.turning_locationbar .columnbar .img_box,
.turning_locationbar .columnbar .listicon {
    width: 100%;
}
.turning_locationbar .listicon ul li:before {
     margin-left: 0;
}
.turning_locationbar .listicon ul li:before {
   top: 2px;
}
.contentimg_columnbox {
    gap: 30px 0;
}
.contentimg_columnbox .item {
	gap: 20px 0;
	flex-wrap: wrap;
}
.contentimg_columnbox .item .imgbox, 
.contentimg_columnbox .item .textbox {
	flex: 1 1 100%;
	max-width: 100%;
}
.contentimg_columnbox .item .textbox .iconbox {
    max-width: 80px;
    margin: 0 0 10px;
}
.contentimg_columnbox .item .textbox h5 {
    margin-bottom: 10px;
}
/* single crane page start */

.imgcontentbar .flexwidget {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.imgcontentbar .contentbox,  .imgcontentbar .imgbox {
	flex: 1 1 100%;
}
.keyfeatures_widgetbar .flexwidget {
	flex-wrap: wrap;
}
.keyfeatures_widgetbar .keyfeatures {
	padding: 40px 30px;
	flex: 1 1 100%;
	flex-wrap: wrap;
}
.keyfeatures_widgetbar .keyfeatures .item {
	text-align: center;
}
.industries_servebar .itemwidget .item .icon {
/*	width: 70px;*/
	height: auto;
	max-width: 70px;
}
.ourprocess_mobilebar .itemwidget .item .textbox .step {
    margin-bottom: 10px;
}
/* single crane page end */



/* automotive page start */

.bannervideo .bannertext > div {
	width: 100%;
}

.awards_widgetbar .awards_item .item {
	flex: 1 1 45%;
	max-width: 45%;
}
.awards_widgetbar .awards_item .item:nth-child(3n) {
	border-right: 2px solid #DCDEE0;
}
.awards_widgetbar .awards_item .item:nth-child(2n) {
	border-right: 0;
}
.awards_widgetbar .awards_item .item:last-child {
	border-top: 2px solid #DCDEE0;
}
.testimonial_widgetbar .testimonial_item .item {
	flex-wrap: wrap;
}
.testimonial_widgetbar .testimonial_item .item .imgbox {
	max-width: 120px;
}
.testimonial_widgetbar .testimonial_item .item .textbox {
	flex: 1 1 100%;
	max-width: 100%;
}
/* automotive page end */

/* contact page start */
.contact_mapbar .mapcontactbox {
    padding: 40px;
}
.contactbanner .columnbar .contact_addressbox h1 {
	font-size: 32px;
}
.contactbanner .columnbar .contact_addressbox p {
	font-size: 18px;
}
.faq_widgetbar .columnbox .headingbar p {
	font-size: 18px;
}
.contentstrip h2 br {
	display: none;
}
.contentstrip .btn {
	margin-top: 20px;
	font-size: 18px;
}
/* contact page end */

/* crane page start */

.bannerbar .bannertext div {
	width: 100%;
}
.bannerbar .bannertext .btn {
	margin-top: 14px;
}
.cranes_rangewidgetbar .itemwidget {
	flex-wrap: wrap;
}
.cranes_rangewidgetbar .itemwidget .item {
	flex: inherit;
	max-width: 100%;
	margin: 0 auto;
	width: 360px;
}
.itemwidget.fourslide .slick-prev {
	right: 106px;
}
.jainexwidgetbar .itemwidget .item h6 {
/*	font-size: 20px;*/
}
.bulestripbar.strip_contentbottom .headingbar h2 {
	font-size: 24px;
	line-height: 1.6;
}
.bannerbar .bannertext h1 {
	font-size: 26px;
}
.ourprocess_mobilebar h2 {
/*	margin-left:0;*/
}
/* crane page end */

/* filling-station page start */

.specialoffers_widgetbar .itemwidget {
	flex-wrap: wrap;
}
.specialoffers_widgetbar .itemwidget .item {
	flex: inherit;
	max-width: 100%;
	width: 400px;
	margin: 0 auto;
}
.contentbg_widgetbar .headingbar .title {
	font-size: 22px;
	line-height: 1.5;
}
.bigimgslide .slick-arrow {
    width: 111px;
    padding: 14px 16px;
    min-height: 42px;
}
.sliderbigimg_widgetbar .itemwidget {
    width: 100%;
    overflow: hidden;
}
.bigimgslide .slick-list {
    height: 64vh;
}
.sliderbigimg_widgetbar .itemwidget.bigimgslide .slick-current {
    transform: scale(1);
}
/* filling-station page end */

/* range-of-cranes page start */

/* range-of-cranes page end */

/* tea-estate page start */

.tea_imgcontentbar .columnbox {
	flex-wrap: wrap;
	gap: 30px;
}
.tea_imgcontentbar .columnbox .headingbar {
	margin: 0;
	flex: 1 1 100%;
}
.tea_imgcontentbar .columnbox .imgbox {
	flex: inherit;
	width: 324px;
	max-width: 100%;
	margin: 0 auto;
}
.teaestate_contentbgbar .itemwidget {
	flex-wrap: wrap;
}
.teaestate_contentbgbar .itemwidget .item {
	flex: 1 1 48%;
	max-width: 48%;
}
.teasipimgbar .columnbox {
	flex-wrap: wrap;
	gap: 30px;
	justify-content: start;
}
.teasipimgbar .columnbox .textbox {
	width: 100%;
	gap: 30px;
}
.teasipimgbar .columnbox .textbox .item .icon {
    width: 60px;
    height: 60px;
}
.teasipimgbar .columnbox .textbox:first-child .item {
    flex-direction: row-reverse;
    justify-content: start;
}
.teasipimgbar .columnbox .textbox:first-child .item .text {
	    text-align: start;
}
.teasipimgbar .columnbox .textbox:first-child .item:nth-child(3), .teasipimgbar .columnbox .textbox:first-child .item:nth-child(1) {
	margin-right: 0;
}
.teasipimgbar .columnbox .imgbox {
	width: 290px;
	max-width: 100%;
}
.teasipimgbar .columnbox .textbox:last-child .item:nth-child(3), .teasipimgbar .columnbox .textbox:last-child .item:nth-child(1) {
	margin-left: 0;
}
.teasipimgbar .columnbox .textbox:nth-child(3) .item:nth-child(2) {
	margin: 0 0 0 0;
}
.teagrade_widgetbar .columnbox {
	flex-wrap: wrap;
	gap: 30px;
}
.teagrade_widgetbar .columnbox .contenbox {
	flex: 1 1 100%;
}
.teagrade_widgetbar .columnbox .imgbox {
	flex: inherit;
	width: 426px;
	margin: 0 auto;
	max-width: 100%;
}
.journey_tabbar .tabcontent .journey_tabcontent {
	flex-wrap: wrap;
	gap: 30px 30px;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox {
	flex: 1 1 100%;
}
.journey_tabbar .tabcontent .journey_tabcontent .contentbox .numbersbar {
	margin-top: 10px;
}
.journey_tabbar .tabcontent .journey_tabcontent .imgbox {
	flex: inherit;
	width: 450px;
	margin: 0 auto;
	max-width: 100%;
}
.journey_tabbar .tab_titlebar {
	overflow-x: scroll;
	justify-content: start;
}
.journey_tabbar .tab_titlebar .tab_title {
	font-size: 17px;
	padding: 10px 60px 20px;
	flex: inherit;
/*	min-width: 240px;*/
}
.management_teambar .itemwidget .item .textbox h4 {
	font-size:17px;
}
.management_teambar .itemwidget .item .textbox h6 {
	font-size:14px;
}
.industries_servebar .itemwidget {
    gap: 30px 3%;
}
.industries_servebar.certifications_bar .itemwidget .item {
    flex: inherit;
    width: 17%;
}
.industries_servebar.certifications_bar .itemwidget .item img {
    width: 85px;
    max-width: 100%;
}
/* tea-estate page end */
.contact_mapbar .mapcontactbox .item .cityaddress .address .add_div {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
}
.photogallybar .itemwidget .item .textbox {
	opacity:1;
}
.photogallybar .itemwidget.galleryslider .item,
.photogallybar .itemwidget.galleryslider .item:hover {
    /*flex: none;*/
	pointer-events: none;
}

.imgbox:hover img {
	scale:1;
	pointer-events: none;
}

.thankyoupage .content {
    padding: 40px;
}
	.vslide-body {
		left: 5%;
		right: 5%;
		bottom: 26%;
		max-width: 100%;
	}
	.vslide-h1 {
		font-size: clamp(22px, 7vw, 36px);
		letter-spacing: -.5px;
	}
	.vslide-p {
		font-size: 13px;
		max-width: 100%;
		margin-bottom: 18px;
	}
	.vslide-btns {
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 18px;
	}
	.vslide-btns .btnnew {
		width: 100%;
		max-width: 260px;
		justify-content: center;
		padding: 12px 20px;
		font-size: 10px;
	}

}

@media (max-width:576px) {
.container {
	padding: 0 16px;
}
h2 {
	font-size: 26px;
}
.py_7 {
	padding: 40px 0;
}
.slick-dotted {
       padding-bottom: 30px;
}

.btn {
    font-size: 15px;
	padding: 8px 12px;
}
.btn span:after {
    margin-left: 8px;
}
.headingbar .title {
/*	margin-bottom: 40px;*/
	font-size: 22px;
}
.headingbar.text_center {
     width: 100%;
     margin: 0 auto 20px;
}
.headingbar .title br {
	display: none;
}
.headingbar .title:after {
	width: 120px;
}
.bannerbar .bannertext h1 {
   font-size: 22px;
   line-height: 1.3;
}
.bannerbar .bannertext div {
	width: 100%;
}
.bannerbar .bannertext p br {
	display: none;
}
.bannerbar .bannertext.textbottom {
		
}
.ourvalue_widgetbar .columnbox {
	flex-wrap: wrap;
}
.company_widgetbar .itemwidget .item {
	flex: 1 1 100%;
	max-width: 100%;
}
.aboutcontent_visionbar .columnbox .itemwidget .item .text h6 {
	font-size: 20px;
}
.footerwidget .footerwrapper .sociallinkdiv {
    margin: 30px 0 0;
}
.footerwidget .footerwrapper .sociallink {
        margin: 30px 0 0px;
}
.footerwidget .footerwrapper .footeritem:nth-child(3),
.footerwidget .footerwrapper .footeritem {
	flex: 1 1 100%;
	max-width: 100%;
}
.copyright {
    padding: 20px 0;
}
.copyright .d_flex_div {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.copyright p {
    flex: 1 1 100%;
    justify-content: center;
}
.testimonial_widgetbar .testimonial_item {
/*	padding: 0 0px;*/
        padding: 0 25px;
}
.testimonialslide .slick-arrow:before {
    padding: 0;
}
.testimonialslide .slick-prev {
        left: 0;
}
.testimonialslide .slick-next {
     right: -3px;
}
.testimonial_widgetbar .testimonial_item .item .textbox .name {
	max-width: 150px;
}
.formwidgetbar .columnbox .headingbar .title {
	font-size: 20px;
}
.formwidgetbar .columnbox .headingbar p {
	font-size: 16px;
}
/* contact page start */

.contactbanner .columnbar .contact_addressbox h1 {
	font-size: 28px;
}
.contactbanner .columnbar .formbox {
	padding: 30px 30px;
}
.contactbanner .columnbar .formbox p {
	font-size: 16px;
	margin-bottom: 0;
}
.contactbanner .columnbar .formbox ul li textarea, .contactbanner .columnbar .formbox ul li input {
	padding: 14px 20px;
	font-size: 15px;
}
.contactbanner .columnbar .formbox ul li input[type=submit] {
	font-size: 20px;
	padding: 14px 20px;
}
.contentstrip h2 {
	font-size: 22px;
}
/* contact page end */

/* crane page start */

.industries_servebar .itemwidget .item {
	flex: 1 1 48%;
}
.bulestripbar.strip_contentbottom .headingbar p {
	font-size: 18px;
}
.bulestripbar.strip_contentbottom .headingbar h2 {
	font-size: 20px;
}
/* crane page end */

/* filling-station page start */

.facilitiesofferbar .offerbox .item {
	padding: 30px 20px 30px 20px;
}
.bigimgslide .slick-prev {
	left: 0;
}
.bigimgslide .slick-next {
	right: 0;
}
.contentbg_widgetbar .headingbar .title {
	font-size: 20px;
}
.contentbg_widgetbar .headingbar p {
	font-size: 16px;
}
/* filling-station page end */

/* range-of-cranes page start */

.producttypesbar .itemwidget .item {
	flex: inherit;
	max-width: 100%;
	width: 420px;
	margin: 0 auto;
}
.teaestate_contentbgbar .itemwidget .item {
	flex: inherit;
	max-width: 100%;
	width: 420px;
	margin: 0 auto;
}
.teagrade_widgetbar .columnbox {
	margin: 0;
}
.teagrade_widgetbar .columnbox .contenbox .item .iconbox {
	width: 100px;
	height: 100px;
}
.photogallybar .itemwidget .item {
	flex: 1 1 100%;
}
/* range-of-cranes page end */
.testimonialslide .slick-list,
.testimonialslide .slick-track {
    display: block;
}
.testimonial_widgetbar .testimonial_item .item {
    gap: 40px 0;
}
.patnerswidgetbar .itemwidget .item {
    padding: 5px;
}
.producttypesbar .itemwidget .item .textbox .btnbar {
    margin-top: 10px;
}
.teaestate_contentbgbar .itemwidget {
   gap: 20px 1%;
}
.industries_servebar .itemwidget {
    flex-wrap: wrap;
    justify-content: start;
}
.industries_servebar.certifications_bar .itemwidget .item {
     flex: inherit;
     width: 30%;
}
.contentstrip .btn {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 30px;
}

.thankyoupage .content {
    padding: 40px 20px;
}

	.slide_nav { max-width: 100%;}

}
@media (max-width:500px) {
.bannerbar .bannerimg {
    display: block;
    height: 37vh;
}
	
	
}

@media (max-width:479px) {

.vslide-h1 {
		font-size: clamp(20px, 8vw, 28px);
	}
	.vslide-tag {
		font-size: 8px;
		letter-spacing: 2.5px;
	}
	.vslide-btns .btnnew {
		max-width: 100%;
	}
	/* Hide thumbnail strip on very small screens */
	.vslide-strip {
		display: none;
	}
}


@media (max-width:420px) {
h2 {
	font-size: 22px;
}

.headingbar.text_center {
    margin: 0 auto 20px;
}
.bannerbar .bannerimg {
    height: 44vh;
}
.bannerbar .bannertext h1 {
	font-size: 22px;
    line-height: 1.2;
}
.bannerbar .bannertext .btn {
   margin-top: 10px;
  font-size: 14px;
    padding: 10px 16px;
}
.management_teambar .itemwidget .item {
	flex: 1 1 100%;
	max-width: 100%;
}
.imgcontentbar .contentbox .btnbar {
	flex-wrap: wrap;
}
.keyfeatures_widgetbar .keyfeatures .item {
	flex: inherit;
    max-width: 47%;
    padding: 1px 2px;
}
.keyfeatures_widgetbar .databar {
	padding: 30px 0px 30px 10px;
	flex: 1 1 100%;
}
.keyfeatures_widgetbar .databar tr {
        flex-wrap: wrap;
    padding: 12px 12px;
    gap: 10px;
}
.keyfeatures_widgetbar .databar tr td:first-child {
    flex: 1 1 100%;
    max-width: 100%;
}

.faq_widgetbar .columnbox .headingbar .newsletter input[type=submit] {
	font-size: 16px;
	padding: 12.5px 16px;
}
.contactbanner .columnbar .contact_addressbox p {
	font-size: 16px;
}
.contact_mapbar .mapcontactbox {
	padding: 30px 30px;
}

.ourprocess_mobilebar .itemwidget .item .textbox .step {
	font-size: 18px;
	margin-bottom: 10px;
}
.ourprocess_mobilebar .itemwidget .item .textbox h5 {
	margin-bottom: 10px;
}
.ourprocess_mobilebar .itemwidget .item .textbox p {
	font-size: 16px;
}
.bulestripbar.strip_contentbottom .headingbar p {
	font-size: 16px;
	width: 100%;
}
.bulestripbar h2 {
	margin-bottom: 20px;
}
.bulestripbar .btn {
	margin-top: 5px;
	font-size: 15px;
}
.headingbar .title {
	margin-bottom: 20px;
}
.contentstrip h2 {
	font-size: 20px;
}
.contact_mapbar .mapcontactbox .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/* filling-station page start */

.facilitiesofferbar .offerbox .item {
	flex-wrap: wrap;
}
.facilitiesofferbar .offerbox .item .textbox {
	flex: 1 1 100%;
}
.facilitiesofferbar .offerbox .item .textbox h5 {
	margin-bottom: 6px;
}
.facilitiesofferbar .offerbox .item .textbox p {
	font-size: 15px;
}
/* filling-station page end */

/* range-of-cranes page start */

.journey_tabbar .tab_titlebar .tab_title {
	font-size: 16px;
	padding: 10px 20px 20px;
	flex: inherit;
/*	min-width: 150px;*/
}
.journey_tabbar .tab_titlebar {
	margin-bottom: 26px;
}
.industries_servebar.certifications_bar .itemwidget .item {
	flex: 1 1 48%;
}
/* range-of-cranes page end */



}

@media (max-width:400px) {
.grid-item {
	width: 320px; /* Adjust as needed */
}
}

@media (max-width:992px) {
.h_nav {
	display: none;
}
.h_nav li.menu-item-has-children:after {
	display:none;
}
.h_nav li .sub-menu {
	position: relative;
    min-width: auto;
	top: 0;
	background: #2e2e2e;
}
.homeicon:after {
    filter: brightness(0) invert(1);
}
.slide_nav nav ul {
	text-align: left;
}
.slide_nav {
	display: block;
}
.h_top_text {
	margin-top: 20px;
}
.h_top_text li:after {
	display: none;
}
.slide_menu_icon {
	display: flex;
	width: 40px;
	float: right;
	margin-left: 24px;
}
.slide_nav .menu_icon span:after, .slide_nav .menu_icon span:before {
	background-color: #fff;
}
.slide_nav .btn:before {
	display:none; 
}
.menu_icon {
	display: inline-block;
	width: 40px;
	height: 30px;
	cursor: pointer;
}
.menu_icon span {
	margin: 0 auto;
	position: relative;
	top: 12px
}
.menu_icon span:after, .menu_icon span:before {
	position: absolute;
	content: ''
}
.menu_icon span, .menu_icon span:after, .menu_icon span:before {
	width: 40px;
	height: 3px;
	background-color: var(--blue);
	display: block;
	border-radius: 2px
}
.menu_icon span:before {
	margin-top: -9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon span:after {
	margin-top: 9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span {
	background-color: rgba(0,0,0,0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.menu_icon.papa span:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}
.menu_icon.papa span:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s;
	transition-property: margin, transform
}
.header-slide-menu button {
	display: none;
}
.slide_overlay {
	display: none;
	width: 100%;
	background-color: #00000085;
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}
.slide_nav {
	position: fixed;
	width: 100%;
	z-index: 99999;
	right: -400px;
	color: #fff;
	height: 100%;
	max-width: 400px;
	overflow-y: scroll;
	padding-top: 28px;
	background-color: #333;
	top: 0;
}
.slide_nav .menu_icon {
	float: right;
	margin-right: 14px;
}
.slide_nav nav {
	display: inline-block;
	width: 100%;
	transition: all 0.5s ease 0s;
	padding: 38px 25px;
}
.slide_nav nav .menu-main-menu-container {
	width: 100%;
}
.slide_nav nav ul {
	display: inline-block;
	width: 100%;
}
.slide_nav nav ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.slide_nav nav ul li button {
	display: none;
}
.slide_nav nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	padding-right: 28px
/*	padding-right: 28px*/
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow {
	position: absolute;
	right: 0;
	width: 28px;
	height: 28px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow:after {
	content: "";
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	position: absolute;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow.drowp_down_minus:after {
	content: "" !important;
}
.slide_nav nav ul li.btn {
      width: auto;
    display: inline-flex;
    padding: 10px 20px;
}
.slide_nav nav ul li.btn a {
	padding-right:0;
}
.slide_nav nav ul li.btn a:after {
    content: "";
    background-image: url(images/btnarrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 11px;
    margin-left: 10px;
}
.slide_nav nav ul li:last-child {
	margin-bottom: 0;
	border-bottom: medium none;
	margin-left: 5px;
}
.slide_nav nav ul li.current_page_item > a {
	transition: color .2s linear 0s;
	margin-top: 0;
	color: #fff;
}
.slide_nav nav ul li ul {
	display: none;
	margin-left: 0;
	width: 100%;
	margin-top: 6px;
	background-color: #3e3e3e;
}
.slide_nav nav ul li ul li {
	margin-bottom: 5px
}
.slide_nav ul li ul li a {
	padding: 6px 0 6px 10px;
	text-transform: inherit;
	font-size: 14px;
}
.slide_nav nav ul li ul li ul {
	background-color: #4e4b4bd9;
	padding: 0 10px;
}
.slide_nav nav ul li ul li ul li a {
	font-size: 14px;
}
}















/* mobile responsive property end */
