@charset "UTF-8";
/*

Theme Name: brande_mix

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.4

Requires PHP: 5.6

Version: 2.35

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



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;
}
/*<uniquifier>: Use a uniquifier for the class name

<weight>: Use a value from 400 to 800



.wix-madefor display-<uniquifier> {

  font-family: "Wix Madefor Display", sans-serif;

  font-optical-sizing: auto;

  font-weight: <weight>;

  font-style: normal;

}*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 17.5px;
	color: #000;
	line-height: 1.5;
	font-family: "Wix Madefor Display", sans-serif;
	font-weight: normal;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #636363;
 opacity: 1; /* Firefox */
 font-family: "Wix Madefor Display", sans-serif;
}



:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #636363;
 font-family: "Wix Madefor Display", sans-serif;
}



::-ms-input-placeholder { /* Microsoft Edge */
 color: #636363;
 font-family: "Wix Madefor Display", 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: "Wix Madefor Display", sans-serif;
	color: #000;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	position: relative;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 43px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
p {
	font-size: 17.5px;
	color: #000;
	line-height: 1.7;
	padding-bottom: 15px;
	font-family: "Wix Madefor Display", sans-serif;
}
p:last-child {
	padding-bottom: 0;
}
p a {
	color: #fba83e;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 0px;
}
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: 0 30px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 30px;
}
.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;
}
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: 17.5px;
	color: #fff;
	display: inline-block;
	background-color: #000;
	text-align: center;
	border-radius: 15px;
	padding: 19px 30px;
	transition: all 0.5s ease 0s;
	background-color: #000;
}
.btn:hover {
	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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%
}
span.wpcf7-not-valid-tip {
	color: red;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
	position: absolute;
	top: 8px;
	left: 0;
	right: 8px;
	padding: 10px;
	background-color: #fff;
	margin-left: 10px;
	padding-right: 0
}
/* 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;
}
.imgbox img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}
.imgbox, .textbox {
	display: inline-block;
}
.d_flex_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.light_bg {
	background-color: #f6fbfd;
}
.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
}
.container {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 15px;
}
.checklist {
	display: inline-block;
    width: 100%;
}
.checklist li {
    display: block;
    width: 100%;
    padding: 0 0 10px 30px;
    position: relative;
}
.checklist li:before {
	content: "";
    background-image: url(https://www.brandemix.com/wp-content/uploads/2025/01/list_arrow_check.png);
    display: inline-block;
    width: 22px;
    height: 18px;
    background-size: cover;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 6px;
}


/* Global property end */

/* header property start */

nav li button {
	display: none;
}
#siteheader {
	position: relative;
}
.main_header {
	display: inline-block;
	width: 100%;
}
.main_header .d_flex {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 4vw;
}
.h_flex {
	display: flex;
	justify-content: start;
}
.h_logo {
	display: inline-block;
}
.h_nav {
	display: flex;
	justify-content: start;
}
.h_nav li {
	display: flex;
	align-items: center;
	justify-content: center;
/*	padding: 0 20px;*/
	min-height: 100px;
	min-width: 186px;
}
.h_nav li button {
	display: none;
}
.h_nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	color: #000;
	font-size: 17.5px;
	font-weight: bold;
	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: #ffa800;
}
.slide_nav {
	display: none;
}
/* menu icon line start */
.h_nav li.mobile_menudiv {
	cursor: pointer;
}
.h_nav li.mobile_menudiv > a {
    color: #ffffff;
    width: auto;
    height: auto;
}
.h_nav li .menu_icon {
	display: inline-block;
	width: 32px;
	height: 24px;
	cursor: pointer;
	margin-left: 8px;
}
.h_nav li .menu_icon span {
	margin: 0 auto;
	position: relative;
	top: 12px
}
.h_nav li .menu_icon span:after, .h_nav li .menu_icon span:before {
	position: absolute;
	content: ''
}
.h_nav li .menu_icon span, .h_nav li .menu_icon span:after, .h_nav li .menu_icon span:before {
	width: 23px;
	height: 3px;
	background-color: #ffffff;
	display: block;
	border-radius: 2px
}
.h_nav li .menu_icon span:before {
	margin-top: -7px;
	-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
}
.h_nav li .menu_icon span:after {
	margin-top: 7px;
	-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
}
.h_nav li .menu_icon.papa span {
	background-color: rgba(0,0,0,0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.h_nav li .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
}
.h_nav li .menu_icon.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}
.h_nav li .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
}
.h_nav li .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
}
/* menu icon line end */

/* Slide Mobile Menu property Start */

.slide_nav {
	display: block;
}
.slide_nav nav.mobile_nav {
	
}
.slide_nav nav.mobile_nav .blue_btn {
	    background-color: #7ec9ec;
}
.slide_nav nav.mobile_nav .blue_btn:hover {
	    background-color: #6abadf;
}

.slide_nav nav.mobile_nav .green_btn {
	    background-color: #cdd252;
}
.slide_nav nav.mobile_nav .green_btn:hover {
	    background-color: #b8bd42;
}
.slide_nav nav ul {
	text-align: left;
}
.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: #000;
}
.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: 25px;
	height: 3px;
	/*	background-color: #f7941d;*/

	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: #000000c2;
	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: -380px;
	color: #fff;
	height: 100%;
	max-width: 380px;
	overflow-y: scroll;
	/*	padding-top: 28px;*/
	background-color: #f8f8f8;
	top: 0;
}
.slide_nav .m_logo {
	display: inline-block;
	padding: 20px 20px 20px;
}
.slide_nav .btn {
	padding: 8px 30px;
	border-radius: 0;
	font-size: 19px;
	display: block;
	margin-top: 26px;
	font-weight: 500;
}
.slide_nav .menu_icon {
	float: right;
	margin: 26px 20px 0 0px;
}
.slide_nav nav {
	display: inline-block;
	width: 100%;
	transition: all 0.5s ease 0s;
	padding: 25px 25px 40px;
	border-top: 1px solid #b9b9b9;
}
.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;
	min-height: auto;
	width: 100%;
}
.slide_nav nav ul li button {
	display: none;
}
.slide_nav nav ul li a {
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	padding-right: 28px
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow {
	position: absolute;
	right: 0;
	width: 22px;
	height: 22px;
	top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;/*	background-color: #f1f1f1;*/
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow:after {
	content: "";
	/*	content: "";

	text-align: center;

	font-family: 'FontAwesome';

	font-size: 18px;

	cursor: pointer;

	color: #fff;*/

	position: absolute;
	width: 2px;
	height: 12px;
	background-color: #000;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #000;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow.drowp_down_minus:after {
	display: none;
}
.slide_nav nav ul li:last-child {
	margin-bottom: 0;
	border-bottom: medium none
}
.slide_nav nav ul li.current_page_item > a {
	transition: color .2s linear 0s;
	margin-top: 0;
	color: #f5821f;
}
.slide_nav nav ul li ul {
	display: none;
	margin-left: 0;
	width: 100%;
	margin-top: 6px;/*	background-color: #f5f5f5;*/
}
.slide_nav nav ul li ul li {
	margin-bottom: 0px;
	border-bottom: 1px solid #dbdbdb;
}
.slide_nav ul li ul li a {
	padding: 10px 0 10px 14px;
	text-transform: inherit;
	font-size: 16px;
}
.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;
}
/* Slide Mobile Menu property end */



/* header property end */

/* banner property start */

.banner_bar {
	display: inline-block;
	width: 100%;
	background-color: #fbfbfb;
}
.banner_bar .owl-stage-outer {
	padding-bottom: 30px;
}
.banner_bar .banner_item {
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-color: #efeeec;
}
.banner_bar .banner_item > img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0 auto;
	max-width: 100% !important;
}
.banner_bar .banner_item .banner_text {
	display: flex;
	align-items: center;
	height: 100%;
	width: 47%;
	padding-left: 4%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.banner_bar .banner_item .banner_text .h1 {
	font-size: 89.68px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 95px;
	position: relative;
	margin: 20px 0 0 0;
}
.banner_bar .banner_item .banner_text .h1 span {
	display: block;
	color: #7ec9ec;
}
/*.banner_bar .banner_item .banner_text .h1:before {

	content: "";

	background-color: #7ec9ec;

	width: 167px;

	height: 17px;

	display: inline-block;

	position: absolute;

	top: -20px;

	left: 0;

}*/

.banner_bar .banner_item .banner_text p {
	font-size: 23.33px;
	color: #000;
	line-height: 1.3;
	padding-right: 27%;
}
.banner_bar .banner_item .banner_text .btn {
	background-color: #000000;
	font-size: 22.29px;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 336px;
	min-height: 73px;
	border-radius: 0;
	position: absolute;
	bottom: -30px;
	z-index: 2;
}
.banner_bar .banner_item .banner_text .btn:hover {
	background-color: #3c3c3c !important;
}
.banner_bar .banner_item .banner_text_right {
	left: auto;
	right: 0;
	padding: 0 4% 0 0;
	justify-content: end;
}
.banner_bar .owl-dots {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.banner_bar .owl-dots button {
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #ccc;
	border-radius: 100%;
	margin: 0 3px;
}
.banner_bar .owl-dots .active {
	background-color: #000;
}
.owl-dots {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.owl-dots button {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #ccc !important;
	border-radius: 100%;
	margin: 0 8px;
}
.owl-dots .active {
	background: #000 !important;
}
/* banner property end */

/* content property start */

#content {
	position: relative;
}
.content ul li {
	display: block;
    padding: 0px 0 10px 20px;
    position: relative;
}
.content ul li:before {
    content: "";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    position: absolute;
    left: 0;
}
.title_line {
	display: inline-block;
	background-color: #000;
	width: 160px;
	height: 14px;
	position: absolute;
	top: -20px;
}
.title {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	font-weight: 800;
	margin: 20px 0 0 0;
}
/*.title:before {

	content: "";

	background-color: #7ec9ec;

	width: 160px;

	height: 14px;

	display: inline-block;

	position: absolute;

	top: -20px;

}*/

/* brandservicebar property start */

.brandservicebar {
	display: inline-block;
	width: 100%;
	background-color: #fbfbfb;
}
.brandservicebar .brandslide {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.brandservicebar .brandslide .item_slide {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5%;
	/*width: 235px;*/
	max-width: 100%;
}
.brandservicebar .brandslide .item_slide img {
	max-width: 200px !important;
	height: auto !important;
	/* filter: opacity(50%);*/
	transition: all 0.5s ease 0s;
}
.graylogo .item_slide img {
	filter: grayscale(1);
}
.graylogo .item_slide:hover img {
	filter: inherit;
	transition: all 0.5s ease 0s;
}
.client_brand_slider.owl-carousel .owl-item.fadeOut {
	opacity: 0;
	animation-name: fadeOut;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
.client_brand_slider.owl-carousel .owl-item.fadeIn {
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 2s;
	animation-iteration-count: 1;



	animation-delay: 1.5s;
}
@keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
 @keyframes fadeOut {
0% {
 opacity: 1;
}
100% {
 opacity: 0;
}
}
/* brandservicebar property end */

/* our_servicebar property start */

.our_servicebar {
	display: block;
}
.our_servicebar h2 {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	font-weight: 800;
}
.our_serviceboxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 50px 8%;
}
.our_serviceboxes .service_box {
	width: 28%;
	border-radius: 10px;
	padding: 30px;
}
.our_serviceboxes .service_box h3 {
	text-transform: uppercase;/*	padding-right: 4%;*/
}
.our_serviceboxes .service_box .service_box_content {
	width: 100%;
}
.our_serviceboxes .service_box p {
}
.our_serviceboxes .service_box .btn {
	color: #7ec9ec;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
}
.what_we_do_two_column_boxes .content_box .btn:after,
.services_twocolumn_box .img_coloum_div .textbox .btn:after, .our_serviceboxes .service_box .btn:after {
	content: "";
	background-image: url(images/btn_right_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 14px;
	height: 15px;
	display: inline-block;
	margin-left: 6px;
	transition: all 0.5s ease 0s;
}
.service_column_boxes .service_box .btn:hover, .our_serviceboxes .service_box:last-child .btn:hover, .our_serviceboxes .service_box .btn:hover {
	color: #7ec9ec;
}
.service_column_boxes .service_box .btn:hover:after, .our_serviceboxes .service_box:last-child .btn:hover:after, .our_serviceboxes .service_box .btn:hover:after {
	margin-left: 20px;
	transition: all 0.5s ease 0s;
}
.our_serviceboxes .service_box:last-child {
	background-color: #58575d;
}
.our_serviceboxes .service_box:last-child h3 {
	color: #fff;/*	max-height: 48px;
	opacity: 0;*/
}
.our_serviceboxes .service_box:last-child p {
	color: #fff;
}
.our_serviceboxes .service_box:last-child .btn {
/*color: #fff;*/
}
.our_serviceboxes .service_box:last-child .btn:after {
	filter: invert(1);
}
/* our_servicebar property end */


/* services_success property start */

.services_success {
	background-color: #f8f8f8;
	display: block;
	width: 100%;
	position:relative;
}
.services_twocolumn_box {
	display: flex;
	justify-content: space-between;
/*	max-width: 1600px;
	margin: 0 auto;*/
}
.services_twocolumn_box .img_coloum_div {
	display: inline-block;
	width: 50%;
	position: relative;
	background-color: #000;
}
.services_twocolumn_box .img_coloum_div .textbox {
	background-color: #fba83e;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 50px;
	height: 37%;
	display: flex;
	align-items: center;
}
.services_twocolumn_box .img_coloum_div .textbox .btn {
	color: #000;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	transition: all 0.5s ease 0s;
}
.services_twocolumn_box .img_coloum_row_div .textbox .btn:hover, .services_twocolumn_box .img_coloum_div .textbox .btn:hover {
	text-decoration: underline;
	transition: all 0.5s ease 0s;
}
.services_twocolumn_box .img_coloum_row_div .textbox .btn:hover:after, .services_twocolumn_box .img_coloum_div .textbox .btn:hover:after {
	margin-left: 20px;
	transition: all 0.5s ease 0s;
}
.services_twocolumn_box .img_coloum_row_div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
	position: relative;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div {
	width: 100%;
	height: 63%;
	position: relative;
}
.services_twocolumn_box .img_coloum_div img, .services_twocolumn_box .img_coloum_row_div img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
}
.services_twocolumn_box .img_coloum_div img {
/*	max-width: 100% !important;*/
	/*	height: 94% !important;*/
}
.services_twocolumn_box .img_coloum_row_div .textbox {
	background-color: #000;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 50px;
}
.services_twocolumn_box .img_coloum_row_div .textbox .btn {
	color: #000;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	transition: all 0.5s ease 0s;
}
.services_twocolumn_box .img_coloum_row_div .textbox .btn:after {
	content: "";
	background-image: url(images/btn_right_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 14px;
	height: 15px;
	display: inline-block;
	margin-left: 6px;
	transition: all 0.5s ease 0s;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) {
	height: 37%;
/*	max-height: 32vw;*/
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
	width: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: inherit;
	display: flex;
	align-items: center;
}
.services_twocolumn_box .img_coloum_div .textbox.white_text .btn, .services_twocolumn_box .img_coloum_row_div .white_text .btn {
	color: #fff !important;
}
.services_twocolumn_box .img_coloum_div .textbox.white_text .btn:after, .services_twocolumn_box .img_coloum_row_div .textbox.white_text .btn:after {
	filter: invert(1) !important;
}
/* services_success property end */
/* event bar property start */
.events_wrapper_bar .owl-stage,
.events_wrapper_bar {
	display: flex;
	justify-content: space-between;
}
.events_wrapper_bar .owl-stage .owl-item {
    padding: 6px;
}
.events_wrapper_bar .item_box {
	display: block;
	height: 100%;
	background-color: #f7f7f7;
	position:relative;
    padding: 0 0 40px 0;
	transition: all 0.5s ease 0s;
}
.events_wrapper_bar .item_box:hover {
	box-shadow: 0 0 10px #dbdbdb;
	transition: all 0.5s ease 0s;
}
.events_wrapper_bar .item_box:hover .imgbox img {
	scale: 1.1;
}
.events_wrapper_bar .item_box .imgbox {
    display: block;
	width: 100%;
    height: 288px;
    max-height: 288px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.events_wrapper_bar .item_box .imgbox img {
	    object-fit: cover;
	transition: all 0.5s ease 0s;
}
.events_wrapper_bar .item_box .textbox {
	padding: 30px 22px;
	width: 100%;
}
.events_wrapper_bar .item_box .textbox h6 {
	margin-bottom: 20px;
}
.events_wrapper_bar .item_box .textbox h6 a {
	color:#000;
}
.events_wrapper_bar .item_box .textbox .btn {
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0px;
    position: absolute;
    bottom: 24px;
}
.white_box .item_box {
	background-color: #fff;
}
/* event bar property end */
/* Left Big Image Right two small boxes property Start */
.left_big_image_right_small_boxes_content_bar {}
.left_big_image_right_small_boxes_content_bar h2 {
	text-transform:uppercase;
    font-weight: 800;
}
.left_big_image_right_small_boxes_content_bar .services_twocolumn_box:nth-child(2n) { 
    flex-direction: row-reverse;
}
.services_twocolumn_box .img_coloum_div .textbox_div {
    width: 80%;
    position: absolute;
    top: 5%;
    left: 0;
    padding: 50px;
    height: 50%;
    display: flex;
    align-items: center;
}
.services_twocolumn_box .img_coloum_row_div .content_box_div {
    width: 100%;
    height: 50%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px;
}
.services_twocolumn_box .img_coloum_row_div .img_content_box {
    width: 100%;
    height: 50%;
    position: relative;
    display: flex;
    justify-content: start;
}
.services_twocolumn_box .img_coloum_row_div .img_content_box .img_box {
	width: 50%;
	position: relative;
}
.services_twocolumn_box .img_coloum_row_div .img_content_box .text {
	width: 50%;
	position: relative;
	padding:50px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
/* Left Big Image Right two small boxes property end */

/* textboxbar property start */

.textboxbar {
	display: block;
}
.content_column_boxes {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:50px;
}
.content_column_boxes .textbox {
	width: 55%;
}
.content_column_boxes .textbox p {
}
.content_column_boxes .imgbox {
	/*width: 39%;*/
}
/* textboxbar property end */

/* call_strip_big property start */

.call_strip_big {
	display: block;
	width: 100%;
	background-color: #fba83e;
}
.call_strip_big .content_column_boxes {
	align-items: center;
}
.call_strip_big .content_column_boxes .textbox {
	width: 70%;
}
.call_strip_big .content_column_boxes .textbox .title {
	text-align: left;
	font-size: 48px;
}
.call_strip_big .content_column_boxes .textbox .title .title_line {
	background-color: #000000;
}
.call_strip_big .content_column_boxes .textbox p {
	/*font-size: 35.73px;*/
	padding-bottom: 0;
}
.call_strip_big .content_column_boxes .btn_div {
	    width: 30%;
}
.call_strip_big .content_column_boxes .btn_div .btn {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    padding: 20px 32px;
    border-radius: 0px;
    float: right;
	/*	border-radius: 83px;
	border-bottom: 4px solid #525250;*/
}
.call_strip_big .content_column_boxes .btn_div .btn:hover {
	background-color: #3c3c3c !important;
}
/* call_strip_big property end */
/* content property end */

/* footer property start */

#sitefooter {
	position: relative;
}
.main_footer {
	display: block;
	width: 100%;
}
.main_footer .two_column_boxes {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.two_column_boxes .footer_contact_box {
	width: 37%;
}
.two_column_boxes .footer_contact_box .f_logo {
	    display: inline-block;
    width: auto;
}
.two_column_boxes .footer_contact_box h5 {
	font-size: 26px;
	font-weight: bold;
}
.two_column_boxes .footer_contact_box p {
	/*font-size: 20.21px;*/
	line-height: 1.5;
}
.two_column_boxes .footer_contact_box ul {
	width: 80%;
}
.two_column_boxes .footer_contact_box ul li {
	width: 100%;
	margin: 6px 0;
}
.two_column_boxes .footer_contact_box ul li input {
	border-bottom: 1px solid #000;
	padding: 12px 0;
	width: 100%;
	font-weight: 500;
	font-family: "Wix Madefor Display", sans-serif;
	font-size: 17.5px;
}
.two_column_boxes .footer_contact_box ul li:last-child {
	text-align: right;
	margin-bottom: 0;
}
.two_column_boxes .footer_contact_box ul li input[type="submit"] {
	border: 0;
	background-color: black;
	color: #fff;
	text-align: right;
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	margin-top: 10px;
}
.two_column_boxes .footer_address_boxes {
	width: 52%;
}
.two_column_boxes .footer_address_boxes .address_box_div {
	display: flex;
	justify-content: space-between;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box:first-child {
	width:46%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box:first-child ul {
	display: flex;
    gap: 0 4%;
    flex-wrap: wrap;
	justify-content: space-between;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box:first-child ul li {
	display: inline-block;
    width: 48%;
    vertical-align: top;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box {
	/*width: 32%;*/
	width: 23%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box.addressbb {
	width:25%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box .f_logo {
	    display: inline-block;
    width: 200px;
    max-width: 100%
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box .f_logo img {
	    height: auto !important;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box h6 {
	text-transform: uppercase;
	font-size: 20.41px;
	font-weight: 800;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box ul {
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box ul li {
    margin-bottom: 6px;
	display: block;
	width:100%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box ul li button {
	display:none;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box ul li a {
    font-size: 17.5px;
    color: #000;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box p {
	/*font-size: 20px;*/
	line-height: 1.5;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box.addressbb p {
	    padding-left: 28px;
    position: relative;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box.addressbb p .fa {
	    position: absolute;
    left: 0;
    top: 6px;
    font-size: 20px;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box p a {
	color: #000 !important;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box p a:hover {
	text-decoration: underline;
}
.two_column_boxes .bottom_social {
	display: flex;
    align-items: center;
    margin-top: 40px;
	flex-wrap:wrap;
	gap:20px 0;
}
.two_column_boxes .bottom_social .bottom_social_logo {
	display: flex;
    flex: 0 0 46%;
}
.two_column_boxes .bottom_social .bottom_social_logo img {
	height: auto !important;
    max-width: 230px !important;
}
.two_column_boxes .footer_social_div {
	display: flex;
	justify-content: start;
	margin-top: 10%;
	gap: 14px;
}
.two_column_boxes .footer_social_div li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.two_column_boxes .footer_social_div li a {
	width: 90px;
	padding: 16px 8px;
	border: 2px solid #4d4d4d;
	border-radius: 3px;
	font-size: 20px;
	min-width: 90px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.two_column_boxes .footer_social_div li a.fa-twitterx:before {
	content:"";
	background-image:url("https://www.brandemix.com/wp-content/uploads/2024/11/twitterx.png");
    height: 22px;
    width: 25px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}
.two_column_boxes .footer_social_div li a.fa-twitterx:hover:before {
	filter:invert(1);
}
.two_column_boxes .footer_social_div li a:hover p, .two_column_boxes .footer_social_div li a:hover {
	color: #fff;
}
.two_column_boxes .footer_social_div li i {
	font-size: 22px;
	line-height: 0;
}
.two_column_boxes .footer_social_div li p {
	padding-bottom: 0;
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
.copyright {
	display: inline-block;
	width: 100%;
	background-color: #e5e5e5;
}
.copyright p {
	font-size: 20.41px;
	color: #000;
	line-height: normal;
	padding-bottom: 0;
}
/* footer property end */

/* inner banner property start */

.inner_page_banner {
	display: inline-block;
	width: 100%;
	background-color: #7ec9ec;
	padding: 80px 0 20px 0;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.inner_page_banner .d_flex {
	align-items: end;
	gap: 50px;
}
.inner_page_banner .b_title_div {
	width: 40%;
}
.inner_page_banner .b_title_div h1 {
	font-size: 49.58px;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	color: #fff;
	margin: 20px 0 0 0;
}
.inner_page_banner .b_title_div h1 strong {
	color: #000000;
	font-weight: 800;
	display:block;
}
.inner_page_banner .b_text_div {
	width: 58%;
}
.inner_page_banner .b_text_div p {
	font-size: 24px;
	padding-bottom: 0;
	line-height: 1.3;
}
.breadcrumbs_bar {
	display:inline-block;
	width:100%;
	margin-top:30px;
	font-size:15px;
	color:#000;
}
.breadcrumbs_bar span .fa {
	color:#000;
}
.breadcrumbs_bar span span {
	padding:0 4px;
}
.breadcrumbs_bar a span {
	color:#000 !important;
}
.breadcrumbs_bar a {
	color:#000;
}
.breadcrumbs_bar a:hover {
	text-decoration:underline;
}
.breadcrumbs_bar span {
	color:#000;
}
/* inner banner property end */
/* Content Bar property start */

.content_bar_full {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.content_bar_full_button {
	display:inline-block;
	width:100%;
	text-align:right;
}
.content_bar_full_button .showvideo {
	margin:0 0 20px 0;
	text-align:center;
	background-color:#fba83e;
}
/* Content Bar property end */

/* title content column property start */

.two_column_content_bar {
	display: block;
}
.two_column_content_bar_div {
	display: flex;
	justify-content: space-between;
}
.two_column_content_bar_div .column_title_div {
	width: 39%;
}
.two_column_content_bar_div .column_title_div h2 {
	text-align: left;
}
.two_column_content_bar_div .column_text_div {
	width: 55%;
}
.two_column_content_bar_div .column_text_div .btn {
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 30px;
	margin: 10px 0 0;
}
.two_column_content_bar_div .column_text_div ul {
	width:100%;
    padding: 0 0 0px 22px;
}
.two_column_content_bar_div .column_text_div ul li {
    display: list-item;
	padding: 0 0 5px 0;
}
/*.two_column_content_bar_div .column_text_div p {
	font-size: 20px;
	line-height: 1.78;
}*/
/* title content column property end */

/* top content two column boxes property start */

.content_bottom_two_column_bar {
	background-color: #f8f8f8;
	display: block;
	width: 100%;
}
/*.content_bottom_two_column_bar .title {
	margin: 20px 0 20px 0;
}*/
.content_bottom_two_column_bar h2 + p {
	font-size: 20px;
	line-height: 1.78;
}
.img_top_content_boxes {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
}
.img_top_content_boxes .img_coloum_div {
	display: inline-block;
	width: 50%;
	position: relative;
}

.img_top_content_boxes .img_coloum_div .textbox {
	background-color: #fba83e;
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 40px;
	height: 60%;
	display: inline-block;
}
.img_top_content_boxes .img_coloum_div .textbox h5 {
	display: flex;
	align-items: center;
}
.img_top_content_boxes .img_coloum_div .textbox h5 img {
	margin-right: 10px;
}
.img_top_content_boxes .img_coloum_div:nth-child(2) .textbox {
	right: auto;
	left: 0;
}
.img_top_content_boxes .img_coloum_div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_top_content_boxes .img_coloum_div .img_box {
	display:block;
	width:100%;
}
.img_top_content_boxes .img_coloum_div .img_box img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_top_content_boxes .img_coloum_div .textbox .scroll_div {
	max-height: 242px;
    overflow-y: scroll;
}
.img_top_content_boxes .img_coloum_div .textbox .scroll_div::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.img_top_content_boxes .img_coloum_div .textbox .scroll_div::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
.img_top_content_boxes .img_coloum_div .textbox .scroll_div::-webkit-scrollbar-thumb {
  background-color:transparent; 
  border-radius: 10px;
}

/* Handle on hover */
.img_top_content_boxes .img_coloum_div .textbox .scroll_div::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
/* top content two column boxes property end */




/* top content One column boxes property start */

.content_bottom_one_column_bar {
	background-color: #f8f8f8;
	display: block;
	width: 100%;
}
.content_bottom_one_column_bar h2 + p {
	font-size: 20px;
	line-height: 1.78;
}
.big_img_above_content_boxes {
	display: flex;
	justify-content: space-between;
	position: relative;/*	max-width: 1600px;
	margin: 0 auto;*/
}
.big_img_above_content_boxes > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.big_img_above_content_boxes .textbox {
	background-color: #fba83e;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 50px;
	height: auto;
	display: inline-block;
}
.big_img_above_content_boxes .textbox h5 {
	display: flex;
	align-items: center;
}
.big_img_above_content_boxes .textbox h5 img {
	margin-right: 10px;
}
/* top content One column boxes property end */

/* left small image right content box property start */

.research_two_column_bar {
	display: block;
}
 .research_two_column_bar h2 - title_line {
 margin-top:80px;
}
.small_img_top_content_div {
	display: inline-block;
	width: 100%;
/*	padding-top: 128px;*/
	position: relative;
}
.small_img_top_content_div .img_box_div {
	width: 40%;
/*	position: absolute;
	top: 0;*/
	    display: inline-block;
    float: left;
}
.small_img_top_content_div .content {
/*	width: 76%;
	background-color: #fff;
	float: right;
	position: relative;
	padding: 60px 60px;
	text-align: left;
	box-shadow: 0 0 15px #00000012;*/
		
    display: inline-block;
    vertical-align: top;
    width: 77%;
    margin-left: -215px;
    position: relative;
    top: 0;
    margin-top: 120px;
    padding: 60px 60px;
    text-align: left;
    box-shadow: 0 0 15px #00000012;
}
/*.small_img_top_content_div .content p {
	font-size: 20px;
	line-height: 2;
}*/
/* left small image right content box property end */



/* column service widget bar property start */

.service_boxes_widget_bar {
	display: inline-block;
	width: 100%;
}
.service_boxes_widget_bar h2 + p {
	font-size: 24px;
	padding: 0 6% 15px;
}
.service_column_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 50px 8%;
}
.service_column_boxes .service_box {
	width: 28%;
}
.service_column_boxes .service_box h3 {
	text-transform: uppercase;
}
/*.service_column_boxes .service_box p {
	font-size: 20px;
	padding-right: 20%;
}*/
.service_column_boxes .service_box .btn {
	color: #7ec9ec;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	transition: all 0.5s ease 0s;
}
.service_column_boxes .service_box .btn:after {
	content: "";
	background-image: url(images/btn_right_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 14px;
	height: 15px;
	display: inline-block;
	margin-left: 6px;
	transition: all 0.5s ease 0s;
}
.two_column .service_column_boxes, .service_column_boxes.two_column {
	justify-content: space-between;
	gap: 60px 2%;
}
.two_column .service_column_boxes .service_box, .service_column_boxes.two_column .service_box {
	width: 44%;
}
.two_column .service_column_boxes .service_box h3, .service_column_boxes.two_column .service_box h3 {
	padding-right: 20%;
}
.two_column .service_column_boxes .service_box p, .service_column_boxes.two_column .service_box p {
	padding-right: 0%;
}
.service_column_slide .owl-nav {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.service_column_slide .owl-nav button {
	margin: 0 10px;
}
.service_column_slide .owl-nav button span {
	display: none;
}
.service_column_slide .owl-nav .owl-prev {
}
.service_column_slide .owl-nav .disabled:before {
	opacity: 0.4;
}
.service_column_slide .owl-nav .owl-prev:before {
	content: "Load Prev";
	color: #000;
	font-size: 17.5px;
	font-weight: bold;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
}
.service_column_slide .owl-nav .owl-next:before {
	content: "Load Next";
	color: #000;
	font-size: 17.5px;
	font-weight: bold;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
}
/* column service widget bar property end */

/* Consider Finding property start */

.finding_widget_bar {
	display: block;
}
.finding_widget_boxes_bar {
	display: inline-block;
	width: 100%;/*	max-width: 1600px;
	margin: 0 auto;*/
}
.finding_widget_boxes_bar .item_boxes {
	display: flex;
	justify-content: center;
}
.finding_widget_boxes_bar .item_boxes .imgbox {
	width: 23%;
}
.finding_widget_boxes_bar .item_boxes .imgbox img {
	object-fit: cover;
}
.finding_widget_boxes_bar .item_boxes .textbox {
	background-color: #fba83e;
	width: 38.5%;
	padding: 60px 60px;
	text-align: left;
	position: relative;
}
.finding_widget_boxes_bar .item_boxes .textbox .number {
	font-size: 160px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	line-height: 125px;
	opacity: 0.1;
}
.finding_widget_boxes_bar .item_boxes .textbox h6 {
	font-size: 23px;
	font-weight: 600;
}
.finding_widget_boxes_bar .item_boxes .textbox li {
	display: block;
	position: relative;
	padding: 0px 0px 0px 16px;
	margin: 3px 0;
}
.finding_widget_boxes_bar .item_boxes .textbox li:before {
	content: "";
	font-family: 'FontAwesome';
	font-size: 6px;
	position: absolute;
	top: 8px;
	left: 0;
}
.finding_widget_boxes_bar .item_boxes .black_box {
	background-color: #000 !important;
}
.finding_widget_boxes_bar .item_boxes .black_box .number, .finding_widget_boxes_bar .item_boxes .black_box h6, .finding_widget_boxes_bar .item_boxes .black_box li, .finding_widget_boxes_bar .item_boxes .black_box li p, .finding_widget_boxes_bar .item_boxes .black_box li p a, .finding_widget_boxes_bar .item_boxes .black_box p {
	color: #fff !important;
}
.finding_widget_boxes_bar .item_boxes .black_box .number {
	opacity: 0.15;
}
/* Consider Finding property end */

/* Connect Form property start */

.connect_form_widget_bar {
	display: inline-block;
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
}
.connect_form {
	display: inline-block;
	width: 80%;/*	margin: 0 auto;*/
}
.connect_form ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 13px;
}
.connect_form ul li {
	display: inline-block;
	width: 49%;
	position: relative;
}
.connect_form ul li p {
	padding-bottom: 0;
}
.connect_form ul li select, .connect_form ul li textarea, .connect_form ul li input {
	display: inline-block;
	width: 100%;
	font-size: 17.5px;
	color: #000000;
	padding: 20px 20px;
	border-radius: 6px;
    border: 1px solid #f5f3f3;
    font-family: "Wix Madefor Display", sans-serif;
}
.connect_form ul li .wpcf7-select {
	color: #636363;
}
.connect_form ul li .wpcf7-select:after {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 20px;
}
.connect_form ul li textarea {
	height: 165px;
}
.connect_form ul li input[type="submit"] {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	background-color: #000;
	border-color: #000;
}
.connect_form ul li:nth-last-child(3), .connect_form ul li:nth-last-child(2), .connect_form ul li:last-child {
	width: 100%;
}
.connect_form ul li .wpcf7-spinner {
	position: absolute;
	margin: -25px 0 0 -50%;
}
/* Connect Form property end */

/* Employer property start */

.employer_proposition_widget_bar {
	display: inline-block;
	width: 100%;
}
.employer_proposition_widget_bar .title {
	text-align: left;
}
.proposition_widget_bar {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.proposition_widget_bar .item_box {
	display: inline-block;
	width: 33%;
	background-color: #f7f7f7;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box:hover {
	box-shadow: 0 0 10px #dbdbdb;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box:hover .imgbox img {
	scale: 1.1;
}
.proposition_widget_bar .item_box .imgbox {
	width: 100%;
    height: 288px;
    max-height: 288px;
	display: block;
	overflow: hidden;
/*	border-bottom: 10px solid #fff;*/
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .imgbox img {
    object-fit: cover;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .textbox {
	padding: 30px 22px;
	width: 100%;
}
.proposition_widget_bar .item_box .textbox .date_widget {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.proposition_widget_bar .item_box .textbox .date_widget p {
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #59585d;
}
.proposition_widget_bar .item_box .textbox .date_widget .date {
	font-size: 14.58px;
	color: #000000;
	opacity: 0.4;
}
.proposition_widget_bar .item_box .textbox h6 {
/*	text-transform: uppercase;*/
	margin-bottom: 20px;
}
.proposition_widget_bar .item_box .textbox h6 a {
	color:#000;
}
.proposition_widget_bar .item_box .textbox p {
/*	font-size: 20px;
	line-height: 1.7;*/
}
.proposition_widget_bar .item_box .textbox .btn {
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .title_box {
	padding: 34px 50px;
	background-color: #000000;
	color: #fff;
	text-transform: uppercase;
}
.proposition_widget_bar .item_box .employer_proposition {
	padding: 0 15px;
	width: 100%;
}
.proposition_widget_bar .item_box .employer_proposition > div {
	display: flex;
	justify-content: start;
	width: 100%;
	padding: 20px 15px;
	border-bottom: 6px solid #fff;
	position: relative;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .employer_proposition > div:before {
	content: "";
	width: 0px;
	height: 6px;
	background-color: #7ec9ec;
	position: absolute;
	bottom: -6px;
	left: 0;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .employer_proposition > div:hover:before {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .employer_proposition > div:hover .number {
	background-color: #7ec9ec;
	color: #fff;
	transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .employer_proposition > div:last-child:before {
	display: none;
}
.proposition_widget_bar.white_box .item_box .employer_proposition > div:last-child,
.proposition_widget_bar .item_box .employer_proposition > div:last-child {
	border-bottom: 0;
}
.proposition_widget_bar .item_box .employer_proposition > div .number {
	background-color: #fba83e;
	width: 48px;
	height: 57px;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-bottom: 13px solid #f7f7f7;
	transition: all 0.5s ease 0s;
}
.proposition_widget_bar .item_box .employer_proposition > div p {
	/*	font-size: 20px;*/
	width: 78%;
	padding: 0;
}
.proposition_widget_bar .item_box .employer_proposition > div p a {
	color:#000;
}
.proposition_widget_bar .item_box .employer_proposition > div:hover p a {
	color:#fba83e;
}
.proposition_widget_bar.white_box .item_box {
	    background-color: #ffffff;
}
.proposition_widget_bar.white_box .item_box .imgbox {
   /*border-bottom: 10px solid #f7f7f7; */
}
.proposition_widget_bar.white_box .item_box .employer_proposition > div .number {
    border-bottom: 13px solid #fff;
	color: #fff;
}
.proposition_widget_bar.white_box .item_box .employer_proposition > div {
    border-bottom: 6px solid #f7f7f7;
}















/* Employer property end */

/* Faq widget bar property start */

.faq_widget_bar {
	display: inline-block;
	width: 100%;
	background-color: #f8f8f8;
}
.faq_widget_bar .title {
	text-transform: capitalize;
	text-align: left;
}
.faq_widget_bar .title .title_line {
	height: 12px;
	width: 80px;
}
.faq_widget_bar .faq_bar {
	display: inline-block;
	width: 83%;
	float: right;
}
.faq_bar ul li {
	display: block;
	padding: 24px 40px 24px 0px;
	border-bottom: 2px solid #dfdfdf;
}
.faq_bar ul li .question {
	display: block;
	font-size: 26px;
	margin-bottom: 0;
	color: #303036;
	cursor: pointer;
	position: relative;
}
.faq_bar ul li .question:after {
	content: "";
	font-family: 'FontAwesome';
	font-weight: 100;
	font-size: 36px;
	right: -30px;
	top: -2px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	transition: all 0.5s ease 0s;
}
.faq_bar ul li .minus:after {
	top: -6px;
	transform: rotate(-180deg);
	transition: all 0.5s ease 0s;
}
.faq_bar ul li .answer {
	display: none;
	padding: 20px 0 0px;
}
.faq_bar ul li .answer p {
/*	font-size: 20.42px;
	line-height: 1.55;*/
}
.faq_bar ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.faq_bar ul li:first-child {
	padding-top: 0;
}
/* Faq widget bar property end */

/* Talent Funnel bar property start */
.talent_funnel_bar {
	display: inline-block;
	width: 100%;
}
.talent_funnel_box_bar {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.talent_funnel_box_bar .item_box {
	width: 30%;
}
.talent_funnel_box_bar .item_box .img_box {
	display: block;
}
.talent_funnel_box_bar .item_box h5 {
	text-transform: uppercase;
}
/* Talent Funnel bar property end */
/* Top Content Left Image Box Right Content box bar property start */
.content_img_content_box_bar {
	display: block;
	width: 100%;
}
.content_img_content_box_bar .d_flex_div {
	gap: 50px;
}
.content_img_content_box_bar .d_flex_div .img_box_div {
	width: 48%;
	text-align: right;
}
.content_img_content_box_bar .d_flex_div .img_box_div img {
	height: auto !important;
}
.content_img_content_box_bar .d_flex_div .content {
	width: 48%;
	text-align: left;
}
.content_img_content_box_bar .d_flex_div .content h2 {
	text-transform: uppercase;
	font-weight: 800;
}
.content_img_content_box_bar .d_flex_div .content {
    margin: 20px 0;
}
.content_img_content_box_bar .d_flex_div .content li {
    display: block;
    font-size: 25px;
    margin: 6px 0;
}
.img_box_center {}
.img_box_center .img_box_div {
	width: 100% !important;

    text-align: center !important;
}
.row_reverse {
    flex-direction: row-reverse;
}



/* Top Content Left Image Box Right Content box bar property end */
/* Research Findings progress box bar property start */
.research_findings_widget_bar {}
.research_findings_column_bar {
    display: flex;
    justify-content: center;
}
.research_findings_column_bar .item_boxes {
    padding: 60px;
}
.research_findings_column_bar .item_boxes h4 {
	text-transform: uppercase;
}
.research_findings_column_bar .item_boxes .progress_widget_bar {}
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar {
      display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    margin: 30px 0 0;
	gap:40px;
}
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar h6 {
	    font-size: 20px;
    width: 40%;
    margin: 0;
}
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar .progressbar_div {
	    width: 60%;
    background-color: #dadada;
    border-radius: 30px;
    overflow: hidden;
	position:relative;
}
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar .progressbar_div .width {
	padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #474747;
}
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar .progressbar_div  .progressbar {
	border-radius: 30px;
    height: 33px;
}
.two_column_bar .item_boxes {
	width: 50%;
}
.one_column_bar .item_boxes {
	width: 100%;
}
.one_column_bar .item_boxes .progress_widget_bar {
	    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0 8%;
}
.one_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar {
    width: 45%;
}

/* Research Findings progress box bar property end */
/* Contact Page property start */
.image_banner {
	display: inline-block;
	width: 100%;
	background-color: #7ec9ec;
}
.image_banner .img_bg {
	position: relative;
	display: inline-block;
	width: 100%;
}
.image_banner .img_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image_banner .b_title_div {
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28%;
	margin: 0 auto;
	text-align: center;
}
.image_banner .b_title_div h1 {
	font-size: 49.58px;
	font-weight: 700;
	position: relative;
}
.image_banner p {
	font-size: 24px;
	padding-bottom: 0;
	line-height: 1.3;
}
.contact_address_boxes_bar {
	display: block;
}
.contact_address_widget_bar {
	display: flex;
	justify-content: center;
	gap: 10px 2%;
	margin-top: -9%;
}
.contact_address_widget_bar .contact_address_wrapper_box {
	background-color: #fff;
	width: 30%;
	padding: 60px 30px 30px;
	border: 2px solid #b7b7b7;
	border-radius: 10px;
}
.contact_address_widget_bar .contact_address_wrapper_box h5 {
    margin-bottom: 20px;
}
.contact_address_widget_bar .contact_address_wrapper_box p {
	font-size: 16px;
	color: #000;
	opacity: 0.5;
	font-weight: 500;
	line-height: 1.3;
}
.connect_page_form_widget_bar {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.connect_page_form_widget_bar .contact_form {
	display: inline-block;
	width: 80%;/*	margin: 0 auto;*/
}
.connect_page_form_widget_bar .contact_form ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 13px;
}
.connect_page_form_widget_bar .contact_form ul li {
	display: inline-block;
	width: 100%;
	position: relative;
}
.connect_page_form_widget_bar .contact_form ul li p {
	padding-bottom: 0;
	display: flex;
	gap: 20px;
}
.connect_page_form_widget_bar .contact_form ul li label {
	width: 100%;
}
.connect_page_form_widget_bar .contact_form ul li select, .connect_page_form_widget_bar .contact_form ul li textarea, .connect_page_form_widget_bar .contact_form ul li input {
	display: inline-block;
	width: 100%;
	font-size: 17.5px;
	color: #000000;
	padding: 18px 20px;
	border-radius: 6px;
	border: 1px solid #aaaaaa;
}
.connect_page_form_widget_bar .contact_form ul li .wpcf7-select {
	color: #636363;
}
.connect_page_form_widget_bar .contact_form ul li .wpcf7-select:after {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 20px;
}
.connect_page_form_widget_bar .contact_form ul li textarea {
	height: 165px;
}
.connect_page_form_widget_bar .contact_form ul li input[type="submit"] {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	background-color: #000;
	border-color: #000;
}
.connect_page_form_widget_bar .contact_form ul li:nth-last-child(3), .connect_page_form_widget_bar .contact_form ul li:nth-last-child(2), .connect_page_form_widget_bar .contact_form ul li:last-child {
	width: 100%;
}
.connect_page_form_widget_bar .contact_form ul li .wpcf7-spinner {
	position: absolute;
	margin: -25px 0 0 -50%;
}
/* Contact Page property end */

/* Digital Marketing Page start */

/* left_color_boxes_right_content_bar property start */
.left_color_boxes_right_content_bar {}
.left_color_boxes_right_content_bar .two_column_content_bar_div {}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar {
    display: flex;
    justify-content: start;
    gap: 20px 3%;
    flex-wrap: wrap;
}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box {
    width: 31.3%;
    background-color: #fba83e;
    position: relative;
}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box > img {
    opacity: 0.2;
	height: 100% !important;
}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px;
    width: 100%;
    height: 100%;
}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box .text p {
	border: 6px solid #00000010;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
}
/* left_color_boxes_right_content_bar property end */
/* what we do boxes property start */
.what_we_do_two_column_boxes {
	display:inline-block;
	width:100%;
	background-color: #f8f8f8;
	padding:60px 0;
}
.what_we_do_two_column_boxes:first-child {
	padding-top:0 !important;
}
.what_we_do_two_column_boxes:nth-child(2n) {
    background-color: #fff;
}
.what_we_do_two_column_boxes:nth-child(2n) .column_wrapper {
	flex-direction: row-reverse;
}
.what_we_do_two_column_boxes:nth-child(2n) .content_box:after {
	content:"";
    left: -84px;
    right: auto;
}
.what_we_do_two_column_boxes:nth-child(2n) .img_text_div:before {
    background-color: #fff;
}
.what_we_do_two_column_boxes .column_wrapper {
	display: flex;
    justify-content: space-between;
}
.what_we_do_two_column_boxes .content_box {
    text-align: left;
    width: 54%;
	position:relative;
}
.what_we_do_two_column_boxes .content_box:after {
    content: "";
    font-size: 40px;
    font-family: 'FontAwesome';
    background-color: #7ec9ec;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    right: -62px;
    top: 50%;
    transform: translateY(-50%);
}
.what_we_do_two_column_boxes .content_box h2 {}
.what_we_do_two_column_boxes .content_box .btn {
    background-color: transparent;
    padding: 0;
    color: #7ec9ec;
    font-weight: 700;
}
.what_we_do_two_column_boxes .content_box .add_numbering_bar {
	    display: flex;
    justify-content: start;
    gap: 20px;
    padding: 50px 0 0;
}
.what_we_do_two_column_boxes .content_box .add_numbering_bar .number_bar {
	width:30%;
}
.what_we_do_two_column_boxes .content_box .add_numbering_bar .number_bar .numers {
color: #fba83e;
    font-weight: 800;
}
.what_we_do_two_column_boxes .img_text_div {
    background-color: #7ec9ec;
    text-align: left;
    padding: 60px;
    width: 38%;
    position: relative;
}
.what_we_do_two_column_boxes .img_text_div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 86px;
    background-color: #f8f8f8;
}
.what_we_do_two_column_boxes .img_text_div .img_box {
    margin: -60px auto 40px;
    text-align: center;
    display: block;
	z-index: 2;
    position: relative;
}
/* what we do boxes property end */












/* Digital Marketing Page end */






/* Blog Page property start */
.custom_blog_bar {
	display:inline-block;
	width:100%;
	padding:60px 0;
}
.custom_blog_widget_bar {
    display: flex;
    justify-content: space-between;
	align-items: start;
}
.minus, .plus {
	position:relative;
}
.minus:after {
	content: "";
    float: right;
    font-weight: 100;
    font-size: 36px;
    font-family: 'FontAwesome';
    line-height: 20px;
	transition:all 0.5s ease 0s;
}
.plus:after {
    transform: rotate(180deg);
	transition:all 0.5s ease 0s;
}
.more_list {
    position: relative;
	display:inline-block;
	width:100%;
    
    font-weight: 500;
    font-size: 15px;
    color: #919191;
    padding-left: 20px;
	cursor:pointer;
}
.more_list:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #919191;
    position: absolute;
    left: 1px;
    top: 10px;
}
.more_list:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #919191;
    position: absolute;
    left: 5px;
    top: 6px;
}
.blog_overlay {
	display:none;
	width:100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:9999;
	background-color:#cccc;
}
.less_list:after {
	display:none;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar {
	display: inline-block;
    width: 31%;
    vertical-align: top;
    background-color: #f8f8f8;
    padding: 30px 30px;
	position: sticky;
    top: 0;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar h4 {
	text-transform:uppercase;
    margin-bottom: 0;
	font-size:23px;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .top_filter_bar {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .top_filter_bar .close_btn {
    display: none;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .btn_clear_all {
 font-size: 16px;
    color: #919191;
    display: block;
    text-align: right;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar {
    border-top: 1px solid #e6e6e6;
    display:inline-block;
	width:100%;
    padding: 20px 0;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar h6 {
	 text-transform:uppercase;
    font-weight: 600;
    font-size: 18px;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar h6:after {
	display:none;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar .blog_left_wrapper_bar_output {
display: inline-block;
    width: 100%;
    float: left;
    max-height: 230px;
/*    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #f8f8f8 transparent;*/
	
	position:relative;
	overflow:auto;
}





.blog_left_wrapper_bar_output::-webkit-scrollbar { width: 6px; height: 6px; }
.blog_left_wrapper_bar_output::-webkit-scrollbar-track { background: #f8f8f8; }
.blog_left_wrapper_bar_output::-webkit-scrollbar-thumb { background: #fba83e; }
.blog_left_wrapper_bar_output:hover::-webkit-scrollbar-thumb { background:#fba83e; }
.blog_left_wrapper_bar_output::-webkit-scrollbar-thumb:horizontal:hover,
.blog_left_wrapper_bar_output::-webkit-scrollbar-thumb:vertical:hover { background: #fba83e; }
.blog_left_wrapper_bar_output::-webkit-scrollbar-thumb:horizontal:active,
.blog_left_wrapper_bar_output::-webkit-scrollbar-thumb:vertical:active { background: #fba83e; }














/*.blog_left_wrapper_bar_output:hover {
  scrollbar-color: #fba83e transparent !important;
}
.blog_left_wrapper_bar_output::-webkit-scrollbar {
  height: 6px;
}

.blog_left_wrapper_bar_output::-webkit-scrollbar-track {
  background: #fff;
}
.blog_left_wrapper_bar_output:hover::-webkit-scrollbar-thumb {
  background: #fba83e !important;
  border-radius:6px;
  scrollbar-color: #fba83e transparent !important;
}
.blog_left_wrapper_bar_output::-webkit-scrollbar-thumb {
  background: #fba83e !important;
}*/




.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar ul {
	    padding: 0;
    display:inline-block;
	width:100%;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar ul.hide_ul{
	display:none;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar ul li {
	display: flex;
    justify-content: start;
    align-items: start;
    gap: 14px;
    margin-bottom: 12px;
}

.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar ul li input {
	display: inline-block;
    margin: 4px 0 0 0;
}

.custom_blog_widget_bar .custom_blog_left_widget_bar .blog_left_wrapper_bar ul li label {
    display: inline-block;
    font-size: 18px;
    
    line-height: 1.2;
}

.custom_blog_widget_bar .custom_blog_right_widget_bar {
	display: inline-block;
    width: 67%;
    vertical-align: top;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar .blog_search_box {
    display: inline-block;
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    border-radius: 6px;
    margin-bottom: 20px;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar .blog_search_box form {
	display: flex;
    align-items: center;
    justify-content: center;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar .blog_search_box input {
    width: 100%;
    height: 52px;
    font-size: 16px;
    display: inherit;
    opacity: 1;
    padding: 14px 15px 14px 24px;
    border-radius: 20px;
    background-color: #f8f8f8;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar .blog_search_box input:focus-visible {
	outline: none;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar .blog_search_box button {
       position: relative;
    right: 6px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    width: 38px;
    height: 38px;
    margin: 0;
    overflow: hidden;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar .blog_search_box button:focus {
	outline: none;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar .blog_search_box button::before {
    display: inline-block;
    content: "";
    background-image: url(https://designawebsite.co.in/demo/brandemix/wp-content/uploads/2024/03/search_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 23px;
    height: 23px;
}
.custom_blog_right_widget_bar .blog_wrapper_full {
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px 2%;
}
.custom_blog_right_widget_bar .blog_wrapper_full li {
    width: 49%;
	position:relative;
    background-color: #f8f8f8;
}
.custom_blog_right_widget_bar .blog_wrapper_full li.no_result {
	display: block;
    width: 100%;
    padding: 20px;
}
.custom_blog_right_widget_bar .blog_wrapper_full li.no_result p {
	padding:0;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img {
	position:relative;
    height: 240px;
    background-color: #f8f8f8;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img a {
	    display: inline-block;
    width: 100%;
    height: 100%;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img .cat {
	width:90%;
    position: absolute;
    bottom: 16px;
    left: 0;
    background-color: #000;
    padding: 6px 16px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img .cat span {
	margin-right:4px;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img .cat span:after {
	content:",";
    font-size: 22px;
    line-height: 14px;
    display: inline-block;
    vertical-align: inherit;
    font-weight: 100;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img .cat span:last-child {
	margin-right:0;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_img .cat span:last-child:after {
	display:none;
	
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content {
    padding: 20px 20px 50px 20px;
	display:block;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .cat {
    font-size: 16px;
    color: #939393;
    line-height: 1.1;
    padding: 0 0px 12px 80px;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .cat:before {
	content:"Category:";
    display: inline-block;
    margin: 0 2px 0 -80px;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .cat span {
/*	font-size: 14px;*/
    color: #939393;
	padding-right: 4px;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .cat span:after {
	content:",";
	
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .cat span:last-child {
	padding-right:0;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .cat span:last-child:after {
	display:none;
}


.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_date {
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_date span {}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content h4,
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content h5 {
	font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 14px;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content h5 a {
	color:#000;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
/*    margin: 20px 0 20px 0;*/
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author_img {
display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e9eaf0;
    border-radius: 100%;
	overflow:hidden;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author {
	width: 74%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date,
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .name {
    line-height: normal !important;
    padding: 0 10px 0 0px;
    margin-right: 10px;
    font-size: 16px;
    color: #939393;
    border-right: 1px solid #c7c7c7;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date {
	border-right:0;
}


.tab1 input, .tab1 label {
	display: inline-block;
	margin-right: 6px;
}
#custom_pagination {
	display: inline-block;
	width: 100%;
}
.custom-pagination {
    display: flex;
    justify-content: center;
}
.custom-pagination .load_more_div {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.custom-pagination .load_more_div > ul {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	justify-content: center;
	align-items: center;
}
.custom-pagination .load_more_div > ul li {
    margin: 0 5px 0 5px !important;
    cursor: pointer;
    border: 2px solid #f9f9f9;
    padding: 3px 10px;
    color: #585858;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    
}
.custom-pagination .load_more_div > ul li:hover {
    background-color: #f9f9f9;
}
.custom-pagination .load_more_div > ul li.prev .fa,
.custom-pagination .load_more_div > ul li.next .fa {
	font-size: 30px;
    color: #545d7a;
}
.load_more_div > ul li {
display:none;
}

.custom-pagination .load_more_div > ul li.current_page {
    color: #fff;
    background-color: #57565c;
}

.custom-pagination .load_more_div > button {
	position: relative;
	font-size: 20px;
	border-radius: 7px;
	box-shadow: 0 0px 10px #00001d33;

	cursor: pointer;
	color: #fff;
	display: inline-block;
	background-color: #f58220;
	text-align: center;
	padding: 5px 20px;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
	border: none;
	line-height: 28px;
	right: 0;
	top: 0;
	width: auto;
	transform: unset;
}
.custom-pagination .load_more_div > ul span {
	opacity: 0;
    margin: 0 5px 0 5px !important;
    cursor: pointer;
    border: 2px solid #f9f9f9;
    padding: 3px 10px;
    color: #585858;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.blog_loading {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;    
    background-color: #000000a1;
    z-index: 9999999;
}
.blog_loading > div {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
    height: 100%;
}
.blog_loading img {
	width: 60px;
	display: inline;
}
/* blog page pagination start */

/* blog page pagination end */
/*.load_more_div {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.load_more_div > ul {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	justify-content: center;
	align-items: center;
}
.load_more_div > ul li {
    margin: 0 5px 0 5px !important;
    cursor: pointer;
    border: 2px solid #f9f9f9;
    padding: 3px 10px;
    color: #585858;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    
}
.load_more_div > ul li:hover {
    background-color: #f9f9f9;
}
.load_more_div > ul li.prev .fa,
.load_more_div > ul li.next .fa {
	font-size: 30px;
    color: #545d7a;
}
.load_more_div > ul li {
display:none;
}

.load_more_div > ul li.current_page {
    color: #fff;
    background-color: #57565c;
}

.load_more_div > button {
	position: relative;
	font-size: 20px;
	border-radius: 7px;
	box-shadow: 0 0px 10px #00001d33;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	background-color: #f58220;
	text-align: center;
	padding: 5px 20px;
	transition: all 0.5s ease 0s;
	text-transform: capitalize;
	border: none;
	line-height: 28px;
	right: 0;
	top: 0;
	width: auto;
	transform: unset;
}
.load_more_div > ul span {
	opacity: 0;
    margin: 0 5px 0 5px !important;
    cursor: pointer;
    border: 2px solid #f9f9f9;
    padding: 3px 10px;
    color: #585858;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.div_loading {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;    
    background-color: #000000a1;
    z-index: 9999999;
}
.div_loading > div {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
    height: 100%;
}
.div_loading img {
	width: 60px;
	display: inline;
}
*/
/* Blog Page property end */
/* single Blog Page property Start */
.single_blog_banner_bar {
    position: relative;
    background-color: #000000ba;
    overflow: hidden;
    max-height: 400px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_blog_banner_bar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}
.single_blog_banner_bar .blog_banner_text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
.single_blog_banner_bar .blog_banner_text.no_abs {
	position:relative;
}
.single_blog_banner_bar .blog_banner_text > div {
    display: inline-block;
    width: 100%;
    max-width: 1022px;
    background-color: #000000ba;
    margin: 0 auto;
    text-align: left;
    padding: 60px 70px 40px;
}
.single_blog_banner_bar .blog_banner_text.no_abs > div {
	background-color:transparent;
}
.single_blog_banner_bar .blog_banner_text div h1 {
    text-align: left;
    color: #fff;
    font-size: 32px;
}
.single_blog_banner_bar .blog_banner_text div .b_date {
	background-color: #fff;
    padding: 5px 16px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 24px 0 0;
}
.single_blog_content_bar {
    display: inline-block;
    width: 100%;
}
.single_blog_content_bar .single_blog_content {
    display: block;
    width: 1022px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
.single_blog_content_bar .single_blog_content .mr-bottom25{
    margin-bottom:25px;
} 
.single_blog_content_bar .single_blog_content .mr-bottom30{margin-bottom: 30px;}
.single_blog_content_bar .single_blog_content .blog_pic{
    margin: 15px 0px 20px;
} 
.single_blog_content_bar .single_blog_content summary,
.single_blog_content_bar .single_blog_content .summary {
	background-color: #f8f8f8;
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    margin: 20px 0 20px;
    border-left: 4px solid #fba83e;
	
	font-size: 17.5px;
    color: #000;
    line-height: 1.7;
}
.single_blog_content_bar .single_blog_content .d-flex{overflow: hidden; margin-bottom: 25px;} 
.single_blog_content_bar .single_blog_content .d-flex div{width: 45px; float: left; margin-right: 20px; vertical-align: middle;} 
.single_blog_content_bar .single_blog_content .pd-top10{padding-top: 10px;}
.single_blog_content_bar .single_blog_content .case_study_sec{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0px 40px 0px;
    padding: 20px;
}
.single_blog_content_bar .single_blog_content .case_study_sec .content_box-left{
    width: 60%;
}
.single_blog_content_bar .single_blog_content .case_study_sec .content_box-left p a.btn{
    color: #fff;
    padding: 8px 20px;
    background: #0a0a0a; 
    border-radius: 2px;
}
.single_blog_content_bar .single_blog_content .case_study_sec .content_box-right{
    width: 40%;
}
.single_blog_content_bar .single_blog_content .content_box-left_new{
    width: 65% !important;
}
.single_blog_content_bar .single_blog_content .content_box-right_new{
    width: 30% !important;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 30px 0px 25px 0px;
    padding: 20px;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec1{
    margin-top: 15px;
  margin-bottom: 40px !important;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec-new{
  margin-top: 15px !important;
  margin-bottom: 40px !important;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-left{
    width: 60%;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-left h4, .single_blog_content_bar .single_blog_content .case_study_sec .content_box-left h4{
    margin-bottom: 40px;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-left p a.btn{
    color: #fff;
    padding: 8px 20px;
    background: #0a0a0a; 
    border-radius: 2px;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-left p a.btn:after, .single_blog_content_bar .single_blog_content .case_study_sec .content_box-left p a.btn:after {
    content: "";
    background-image: url(https://www.brandemix.com/wp-content/uploads/2024/07/top-right-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.5s ease 0s;
    rotate: 6deg;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-left p a.btn:hover, .single_blog_content_bar .single_blog_content .case_study_sec .content_box-left p a.btn:hover {
    background-color: #3c3c3c !important;
    transition: all 0.5s ease 0s;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-left p a.btn:hover:after, .single_blog_content_bar .single_blog_content .case_study_sec .content_box-left p a.btn:hover:after {
    margin-left: 14px;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-right{
    width: 40%;
}
.single_blog_content_bar .single_blog_content .case_study_main .content_box-left_new{
    width: 70% !important;
}
.single_blog_content_bar .single_blog_content .case_study_main .content_box-right_new{
    width: 22% !important;
}
.single_blog_content_bar .single_blog_content .case_study_main .content_box-left_new2{
    width: 65% !important;
}
.single_blog_content_bar .single_blog_content .case_study_main .content_box-right_new2{
    width: 30% !important;
}
.single_blog_content_bar .single_blog_content .case_study_main div.case_study_mob, .single_blog_content_bar .single_blog_content div.case_study_mob{
    display: none;
}
.single_blog_content_bar .single_blog_content a {
	color:#fba83e;
}
.single_blog_content_bar .single_blog_content h2,
.single_blog_content_bar .single_blog_content h3,
.single_blog_content_bar .single_blog_content h4,
.single_blog_content_bar .single_blog_content h5,
.single_blog_content_bar .single_blog_content h6 {
	margin:15px 0 15px;	
}
.single_blog_content_bar .single_blog_content h2 {
	font-size:32px;
}
.single_blog_content_bar .single_blog_content h3 {
	font-size:28px;
}
.single_blog_content_bar .single_blog_content h4 {
	font-size:24px;
}
.single_blog_content_bar .single_blog_content h5 {
	font-size:20px;
}
.single_blog_content_bar .single_blog_content h6 {
	font-size:18px;
}

.single_blog_content_bar .single_blog_content h2:first-child,
.single_blog_content_bar .single_blog_content h3:first-child {
	margin-top:0;
}
.single_blog_content ul {
    display: block;
    margin: 0px 0 10px;
}
.single_blog_content li {
	display: block;
    padding: 0px 0 16px 20px;
    position: relative;
}
.single_blog_content li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 11px;
}
.single_blog_content li strong {
	font-weight: 600;
}
.single_blog_content ol {
	padding:0px 0 16px 20px;
}
.single_blog_content ol li {
    display: list-item;
	padding: 0px 0 16px 0px;
}
.single_blog_content ol li:before {
	display:none;
}
.single_blog_table_content {
    display: inline-block;
    width: 100%;
    background-color: #abdcf345;
	margin-bottom:30px;
    padding: 40px 40px 40px 40px;
}
.single_blog_table_content h2 {
    display: inline-block;
    font-size: 32px;
    text-transform: uppercase;
	position:relative;
    margin: 20px 0 10px !important;
    display: block;
    text-align: left;
    font-weight: 800;
}
.single_blog_table_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
}
.single_blog_table_content ul li {
    width: 33%;
    padding: 6px;
	position:relative;
    padding-left: 20px;
	cursor:pointer;
	color:#000;
}
.single_blog_table_content ul li:before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
	border-radius:100%;
    top: 17px;
}
.single_blog_table_content ul li a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
}
.single_blog_content_bar .single_blog_content .faq_bar {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0px;
}
.single_blog_content_bar .single_blog_content .faq_bar h2 {
    position: relative;
    font-weight: bold;
}
.single_blog_content_bar .single_blog_content .faq_bar > ul {
    display: inline-block;
    margin: 20px 0 10px;
    width: 100%;
}
.single_blog_content_bar .single_blog_content .faq_bar > ul > li {
	background-color: #abdcf345;
    padding: 20px 30px !important;
    margin-bottom: 10px;
}
.single_blog_content_bar .single_blog_content .faq_bar > ul li:before {
	display:none;
}
.single_blog_content_bar .single_blog_content .faq_bar > ul > li .question {
	margin: 0;
	padding-right: 30px;
}
.single_blog_content_bar .single_blog_content .faq_bar > ul > li .question:after {
    right: 0px;
}
.single_blog_content_bar .single_blog_content .faq_bar ul li ul {
	padding: 0 0 0 24px;
}
.single_blog_content_bar .single_blog_content .faq_bar ul li ul > li {
    display: list-item;
    list-style: disc;
    padding: 0px 0px 6px 0px;
    border: 0;
}










.blog_author_bar {
	display:block;
	background-color:#faa73e;
	padding:60px 70px;
	margin:40px 0 0 0;
}
.blog_author_bar p {
	font-style:italic;
}
.blog_author_bar .blog_author_post {
	display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 20px 0 20px 0;
}
.blog_author_bar .blog_author_post .author_img {
    display: inline-block;
    width: 86px;
    height: 86px;
    background-color: #e9eaf0;
    border-radius: 100%;
    overflow: hidden;
}
.blog_author_bar .blog_author_post .author {
	width: 74%;
}
.blog_author_bar .blog_author_post .author .name {
    line-height: normal !important;
    padding: 0 0px 6px 0px;
    font-size: 22px;
    font-style: normal;
}
.blog_author_bar .blog_author_post .author .social_icon {}
.blog_author_bar .blog_author_post .author .social_icon .fa {
    background-color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.blog_author_bar .blog_author_post .author .social_icon .fa_linkedin:before {
	content:"";
    font-size: 15px;
    display: inline-block;
    color: #faa73e;
	
}
.related_post_bar {
	display:block;
}
.related_post_bar .custom_blog_right_widget_bar {
	width:100%;
}
.related_post_bar .custom_blog_right_widget_bar .blog_wrapper_full li {
    width: 32%;
	position:relative;
	background-color:#f8f8f8;
}

/* single Blog Page property End */
/* single case study Page property Start */
/* single case study banner start */
.single_case_study_banner {
	display: block;
	position:relative;
    min-height: 380px;
/*  padding: 80px 0 0;*/
    padding: 80px 0 160px;
}

.single_case_study_banner:before {
	content:"";
	background-color:#000;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0.5;
}
.single_case_study_banner h1 {
    font-size: 49.58px;
    font-weight: 700;
    position: relative;
    color: #fff;
    margin: 0px 0 0 0;
}
.single_case_study_banner .increase_employe_bar {
/*	bottom: -80px;
    margin: 0;*/
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}
.single_case_study_banner .increase_employe_boxes_bar .item_bar {
    padding: 40px 40px 20px;
}
/* single case study banner end */
/* Three boxes increase employe bar start */
.increase_employe_bar {
    display: block;
    width: 100%;
    margin: -96px 0 0;
    z-index: 2;
    position: relative;
	
}
.increase_employe_boxes_bar {
    display: flex;
    justify-content: center;
    gap: 20px 3%;
}
.increase_employe_boxes_bar .item_bar {
	display: inline-block;

    width: 30%;
	text-align: center;
    background-color: #fff;
    padding: 40px 40px;
}
.increase_employe_boxes_bar .item_bar h2 {
	color: #7ec9ec;
    font-size: 55px;
    line-height: 55px;
    font-weight: 900;
}
.increase_employe_boxes_bar .item_bar p {
	line-height: 1.2;
    font-weight: 600;
	font-size: 20px;
}
/* Three boxes increase employe bar end */
/* full_content_center start */
.full_content_center {
	display:block;
}

/* full_content_center end */
/* two_column_content_bar start*/
.two_column_content_bar {
	display:inline-block;
	width:100%;
}
.two_column_bar {
	display: flex;
    justify-content: center;
}
.two_column_bar .box_bar {
	width: 50%;
    background-color: #f8f8f8;
    padding: 60px;
    text-align: left;
}
.two_column_bar .box_bar h2 {
	text-align: left;
    margin-bottom: 20px;
    padding: 0;
}
.two_column_bar .box_bar p {}
.two_column_bar .box_bar h6,
.two_column_bar .box_bar h5,
.two_column_bar .box_bar h4,
.two_column_bar .box_bar h3 {
	text-transform:uppercase;
}
.two_column_bar .box_bar ul {
	margin-bottom: 30px;
    border-bottom: 1px solid #976525;
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
}
.two_column_bar .box_bar ul li {
     display: block;
    width: 100%;
    padding: 0 0 10px 30px;
    position: relative;
}
.two_column_bar .box_bar ul li:before {
	content: "";
    background-image: url(https://www.brandemix.com/wp-content/uploads/2025/01/list_arrow_check.png);
     display: inline-block;
    width: 22px;
    height: 18px;
    background-size: cover;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 6px;
}
.two_column_bar .box_bar ul:last-child {
	padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
/* two_column_content_bar end */

/* full_image_slider_bar start */
.full_image_slider_bar {
}
.full_image_slider_bar .full_image_slider_div {
	
}
.full_image_slider_bar .full_image_slider_div .img_box {
	
}
.full_image_slider_bar .full_image_slider_div .img_box img {
    height: 100% !important;
}
/* full_image_slider_bar end */
/* client_testimonial_bar start */
.client_testimonial_bar {
	display:inline-block;
	width:100%;
	    background-color: #f8f8f8;
}
.client_testimonial_info_bar {
	    display: flex;
    justify-content: center;
    gap: 50px;
}
.client_testimonial_info_bar .img_box {
width: 30%;
    max-width: 100%;
    display: flex;
    align-items: start;
}
.client_testimonial_info_bar .img_box img {
	    width: 100%;
    height: auto !important;
    object-fit: contain;
}
.client_testimonial_info_bar .client_info {
	width: 44%;
}
.client_testimonial_info_bar .client_info .fa {
	    color: #c6c6c6;
    font-size: 70px;
    margin-bottom: 10px;
}
.client_testimonial_info_bar .client_info .client_info_box {
    text-align: right;
    display: block;
    padding: 20px 0 0;
}
/* client_testimonial_bar end */
/* projects page css start */
.more_projects_bar {
}
.more_projects_bar .btn_div {
    text-align: center;
    display: block;
    padding: 50px 0 0;
}
.more_projects_bar .btn_div .load_more {
border-radius: 0;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px 30px;
}
.a_tag {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.more_projects_bar .services_twocolumn_box {
}
.services_twocolumn_box .img_coloum_div,
.more_projects_bar .services_twocolumn_box .img_coloum_div {
/*    max-height: 946px;*/
	max-height: 90vw;
    position: relative;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:first-child,
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:first-child {
    /*max-height: 596px;*/
     max-height: 60vw;
}
.services_twocolumn_box .img_coloum_div .textbox,
.more_projects_bar .services_twocolumn_box .img_coloum_div .textbox {
    width: 55%;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox,
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
    width: 55%;
    position: relative;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div .project_logo, 
.more_projects_bar .services_twocolumn_box .img_coloum_div .project_logo {
	position: absolute;
    left: 40px;
    top: 50px;
	width:120px;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .project_logo {
    /* right: 0; */
    left: 40px;
    top: auto;
    bottom: 0;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2),
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) {
    display: flex;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .img_text_half_box,
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .img_text_half_box {
	width: 45%;
	/*max-height: 350px;*/
	position: relative;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
/*    max-height: 350px;*/
}
.more_projects_bar .services_twocolumn_box:nth-child(2) {
    flex-direction: row-reverse;
}
.more_projects_bar .services_twocolumn_box:nth-child(2) .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
    right: 0;
    left: auto;
}
.more_projects_bar .services_twocolumn_box:nth-child(2) .img_coloum_div .textbox {
    left: 0;
    right: auto;
}
.services_twocolumn_box:nth-child(2) .img_coloum_row_div .img_box_div:nth-child(2) .project_logo,
.more_projects_bar .services_twocolumn_box:nth-child(2) .img_coloum_row_div .img_box_div:nth-child(2) .project_logo {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}
.services_twocolumn_box:nth-child(2) .img_coloum_row_div .img_box_div:nth-child(2),
.more_projects_bar .services_twocolumn_box:nth-child(2) .img_coloum_row_div .img_box_div:nth-child(2) {
    flex-direction: row-reverse;
}



/*case study page start */
.load_more_div {
	display: block;
	width:100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.load_more_div > div, 
.load_more_div > button {
	    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    background-color: #000000;
    text-align: center;
	font-family: "Wix Madefor Display", sans-serif;
    padding: 12px 30px;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
    border: none;
}
.load_more_div > div span, 
.load_more_div > button span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	background-color: #e9e9e9eb;
	display: none;
}
.load_more_div.hidden > div span, 
.load_more_div.hidden > button span {
	display: block;
}
.load_more_div > div span i, 
.load_more_div > button span i {
	margin-top: 14px;
}
.div_loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	text-align: center;
	display: none;
	z-index: 9991;
}
.div_loading .div_loading_main_container {
	    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.div_loading .div_loading_container {
	text-align: center;
	background: #ffffff;
	padding: 30px;
	width: 150px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 5px 2px #0000001c;
	background: linear-gradient(-45deg, #e5e5e5, #ffffff, #fcfdff, #f4f7ff);
	background-size: 400% 400%;
	animation: gradient 2s ease infinite;
}
 @keyframes gradient {
 0% {
 background-position: 0% 50%;
}
 50% {
 background-position: 100% 50%;
}
 100% {
 background-position: 0% 50%;
}
}
.div_loading img {
	text-align: center;
	width: auto;
	opacity: 0.5
}
/*case study page end */


/* projects page css end */

/* single case study Page property End */



/* Our Services page css start */
.our_services_listbox_bar {
	display:block;
}

.services_listbox_bar {
	display:block;
}
.services_listbox_bar .item_box {
    display: flex;
    justify-content: space-between;
	align-items: center;
    gap: 30px;
	margin-bottom:60px
}
.services_listbox_bar .item_box:last-child {
	margin-bottom:0;
}
.services_listbox_bar .item_box .text_box,
.services_listbox_bar .item_box .img_box_div {
	width:47%
}
.services_listbox_bar .item_box .img_box_div {
    display: inline-block;
    position: relative;
}
.services_listbox_bar .item_box .img_box_div:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 10px;
    background-color: #000;
    position: absolute;
    left: 99%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.services_listbox_bar .item_box .img_box {
    background-color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 36px #00000052;	
    z-index: 2;
}
.services_listbox_bar .item_box .img_box img {
    opacity: 0.3;
}

.services_listbox_bar .item_box .img_box .title_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 20px;
}
.services_listbox_bar .item_box .img_box .title_box h2 {
	    color: #fff;
		margin:0;
		text-align:center;
}
.services_listbox_bar .item_box .text_box {
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 36px #00000052;
}
.services_listbox_bar .item_box .text_box ul {

}
.services_listbox_bar .item_box .text_box ul li {
    display: block;
    padding: 0px 0 10px 20px;
    position: relative;
}
.services_listbox_bar .item_box .text_box ul li a {
    color: #000;
}
.services_listbox_bar .item_box .text_box ul li:hover a {
    color: #7ec9ec;
}
.services_listbox_bar .item_box .text_box ul li:before {
    content: "";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    position: absolute;
    left: 0;	
}
.services_listbox_bar .item_box .text_box ul.hide {
    display: none;
}
.services_listbox_bar .item_box .text_box .btn {
    border: 0;
    color: #7ec9ec;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0;
    background-color: transparent;
    float: right;
    margin-top: 10px;
}
/* Our Services page css end */

.error-404{ margin-bottom: 0px;}
.error-404 .page-title, .error-404 .page-content { text-align: center;}
.error-404 input[type="submit"]{text-align: center;
    display: inline-block;}
.error-404 h1.page-title{ margin-top: 70px;}

.gkh-btn a input[type="submit"]{background-color: #0a0a0a; border: none;}
.gkh-btn a input[type="submit"]:hover {
    background-color: #3c3c3c !important;color: #ffffff;border: none;
}
.gkh-btn{ margin-top: 10px;}
/* 404 error page property start */
.error-bar {
    background-color: #fbfbfb;
    padding: 50px 0 120px;
}
/* 404 error page property end */
/* image_content_column_boxes_bar property start */
.image_content_column_boxes_bar {
	display:inline-block;
	width:100%;
}
.image_content_column_boxes {}
.image_content_column_boxes .item_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.image_content_column_boxes .item_box:nth-child(2n) {
    flex-direction: row-reverse;
}
.image_content_column_boxes .item_box:last-child {
    padding-bottom:0;
}
.image_content_column_boxes .item_box .img_box {
	width: 47%;
    border-radius: 10px;
    overflow: hidden;
}
.image_content_column_boxes .item_box .img_box img {
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}
.image_content_column_boxes .item_box .text_box {
    width: 47%;
}
.image_content_column_boxes .item_box .text_box .number {
	font-size: 36px;
    font-weight: 700;
}
.image_content_column_boxes .item_box .text_box h3 {
    font-weight: 800;
    margin-bottom: 30px;
}
.image_content_column_boxes .item_box .text_box p {}
.image_content_column_boxes .item_box .text_box ul {
    margin-top: 20px;
}
.image_content_column_boxes .item_box .text_box ul li {
    position: relative;
    padding-left: 46px;
    margin-bottom: 8px;
	display:block;
}
.image_content_column_boxes .item_box .text_box ul li:before {
	content:"";
	background-image:url(https://www.brandemix.com/wp-content/uploads/2024/05/check_icon11-1.png);
	display: inline-block;
    width: 25px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 0;
}
/* image_content_column_boxes_bar property end */
/* image_title_color_column_boxes_bar property start */
.image_title_color_column_boxes_bar {
	display:block;
}
.image_title_color_column_boxes_bar .title_boxes_bar {
    display: flex;
    justify-content: space-between;
}
.image_title_color_column_boxes_bar .title_boxes_bar .titlediv {
    width: 48%;
}
.image_title_color_column_boxes_bar .title_boxes_bar .contentbox {
   width: 48%;
}
.image_title_color_column_boxes_div {
}
.image_title_color_column_boxes_div .item_box {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.image_title_color_column_boxes_div .item_box:last-child {
	margin-bottom:0;
}
.image_title_color_column_boxes_div .item_box .img_box {
    width: 15%;
}
.image_title_color_column_boxes_div .item_box .img_box img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}
.image_title_color_column_boxes_div .item_box .tt_box {
    width: 30%;
    background-color: #7ec9ec;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    font-weight: 700;
	margin:0;
}
.image_title_color_column_boxes_div .item_box .cc_box {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #71b5d4;
    padding: 40px;
}
.image_title_color_column_boxes_div .item_box:nth-child(2n) .tt_box {
	background-color:#fba83e;
}
.image_title_color_column_boxes_div .item_box:nth-child(2n) .cc_box {
	background-color:#e19738;
}
/* image_title_color_column_boxes_bar property end */
/* keyword_research_bar property start */
.keyword_research_bar {}
.keyword_research_bar h2 {
    text-align: left;
    margin: 0;
    padding: 0 0 20px;
}
.keyword_research_column_bar {
    display: flex;
    justify-content: space-between;
}
.keyword_research_column_bar .content_box {
    width: 60%;
}
.keyword_research_column_bar .progress_widget_bar {}
.keyword_research_column_bar .progress_widget_bar .progress_wrapper_bar {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.keyword_research_column_bar .progress_widget_bar .progress_wrapper_bar h6 {
    font-size: 20px;
    margin: 0 0 14px;
    display: block;
}
.keyword_research_column_bar .progress_widget_bar .progress_wrapper_bar .progressbar_div {
    width: 72%;
	background-color: #f2f9fd;
    border-radius: 30px;
    position: relative;
}
.keyword_research_column_bar .progress_widget_bar .progress_wrapper_bar .progressbar_div .width {
	padding: 0;
    position: absolute;
    right: 18px;
    top: -32px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #474747;
}
.keyword_research_column_bar .progress_widget_bar .progress_wrapper_bar .progressbar_div .progressbar {
    border-radius: 30px;
    height: 15px;
	background-color: #7ec9ec;
}
.keyword_research_column_bar .img_box {
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
}
.keyword_research_column_bar .img_box img {
	width:100% !important;
	height:100% !important;
	max-width:100% !important;
}
/* keyword_research_bar property end */
/* icon_column_boxes_bar property start */
.icon_column_boxes_bar h2 {
    text-align: left;
	margin-top:0;
}
.icon_column_boxes_bar .service_column_boxes .service_box {}
.icon_column_boxes_bar .service_column_boxes .service_box .icon_box {
   display: inline-block;
    width: 110px;
    height: 110px;
    background-color: #fba83e;
    border-radius: 10px;
    margin: 0 0 20px 40px;
}
.icon_column_boxes_bar .service_column_boxes .service_box h5 {
	color:#7ec9ec;
    font-weight: 600;
}
/* icon_column_boxes_bar property end */
/* what_we_do_projects_bar property start */
.what_we_do_projects_bar {
	display: block;
}
.what_we_do_projects {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.what_we_do_projects .content_box {
	width: 42%;
}
.what_we_do_projects .content_box  h2 {
	text-align: left;
	margin-top:0;
}
.what_we_do_projects .project_box {
    width: 52%;
    display: flex;
    justify-content: space-between;
}
.what_we_do_projects .project_box .item_box {
width: 46%;
    background-color: #7ec9ec;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}
.what_we_do_projects .project_box .item_box h3 {
    margin-bottom: 6px;
}
.what_we_do_projects .project_box .item_box p {
   
}
/* what_we_do_projects_bar property end */




/* Work demo 2 Template (project new page) property start */
.topbgbar {
	position:relative;
	overflow: hidden;
}
.topbgbar:after,
.topbgbar:before {
	content:"";
    display: inline-block;
    width: 101%;
    height: 16px;
	left:-2px;
    position: absolute;
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
	z-index:99;
}
.topbgbar:before {
	top: 0;
	background-image: url(https://www.brandemix.com/wp-content/uploads/2024/12/video_topbar.png);
}
.topbgbar:after {
    bottom: 0px;
    background-image: url(https://www.brandemix.com/wp-content/uploads/2024/12/video_topbar.png);
}
.story_banner {
    display: inline-block;
    padding: 16px 0;
    position: relative;
    width: 100%;
	background-color: #fff;
}
.story_banner:before {
	content:"";
    display: inline-block;
    width: 100%;
    height: 16px;
    position: absolute;
    top: 0;
    background-image: url(https://www.brandemix.com/wp-content/uploads/2024/12/banner_top_img.png);
    background-repeat: repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.story_banner:after {
	content:"";
    display: inline-block;
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 0;
    background-image: url(https://www.brandemix.com/wp-content/uploads/2024/12/banner_bottom_img.png);
    background-repeat: repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.story_text {
    display: flex;
    justify-content: space-between;
    padding: 30px 100px;
}
.story_text .imgbox {
	width: 26%;
}
.story_text .content {
	width: 68%;
	text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
}
.story_text .content h1 {
	color: #7ecae9;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
}
.story_text .content h2 {
	    color: #7ecae9;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30.5px;
    line-height: 1.1;
	margin:0;
}
.story_videocontentbar {
	display:inline-block;
	width:100%;
	position:relative;
}
.story_videocontentbar .video_box_container {
	width:73%;
	margin:0 auto;
	padding: 25px 0;      
    /*box-shadow: -200px 50px 700px #cdd2523d;*/
}
.story_videocontentbar .video_box_container:after,
.story_videocontentbar .video_box_container:before {
	height:25px;
}
.story_videocontentbar .video_box_container .video_box {
	width:100%;
	margin:0 auto;
	/*padding-bottom: 41.25%;*/
	padding-bottom: 56.25%;
}
.story_videocontentbar .headingbar {
	display:inline-block;
	height:2px;
	width:100%;
}
.all_projects_bar.all_storyprojects_bar {
	gap:30px 20px;
	position:relative;
}
.all_projects_bar.all_storyprojects_bar .item {
	width: 32.26%;
    position: relative;
    background-color: #efac54;
}

.all_projects_bar.all_storyprojects_bar .item.itemstory .img_box .imgg {
	display: inline-block;
    width: 100%;
    height: 17px;
    z-index: 999;
    position: relative
}
.all_projects_bar.all_storyprojects_bar .item.itemstory .img_box .a_tag {
	    height: 100%;
    margin-top: 16px;
}

.all_projects_bar.all_storyprojects_bar .item .img_box {
	    height: 285px !important;
		overflow:hidden;
		background-color:#fff;
}
.all_projects_bar.all_storyprojects_bar .item .textbox {
    border: 0;
    position: relative;
    padding: 30px 30px;
    background-color: transparent;
}
.all_projects_bar.all_storyprojects_bar .item .textbox h5 {
	color:#000;
	min-height: 60px;
	margin-bottom: 20px;
	font-size:22px;
}
.all_projects_bar.all_storyprojects_bar .item .textbox .employe_brand li {
	background-color: #0000001a;
}


.a_tag{ z-index: 0;height: 400px;}
	.all_projects_bar .item .img_box img{ height: auto;}
	.all_projects_bar .item .img_box{ height: 400px;}
.all_projects_bar {
display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}
.all_projects_bar .item {
    width: 32.26%;
    position: relative;
}

.all_projects_bar .item .img_box {
	width: 100%;
	position:relative;
}
.all_projects_bar .item .img_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.all_projects_bar .item .img_box .project_logo {
	display:inline-block;
	position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
}
.all_projects_bar .item .textbox {
    width: 100%;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
	border-top: 4px solid #cdd252;
}
.all_projects_bar .item .textbox h5 {
	color:#cdd252;
    margin-bottom: 20px;
}
.all_projects_bar .item .textbox div {
	width: 100%;
}
.all_projects_bar .item .textbox .employe_brand {
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
}
.all_projects_bar .item .textbox .employe_brand li {
    font-size: 13px;
    padding: 4px 10px;
    background-color: #fff;
    color: #000;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 4px;
}
.all_projects_bar .item .textbox .employe_brand li br {
   display:none;
}




.services_inputbar {
	display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	background: #f8f8f8;
    padding: 30px;
}
.services_inputbar .ff_bar {
	display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    width: auto;
}
.services_inputbar .ff_bar:first-child {
	justify-content:start;
}
.services_inputbar .ff_bar:nth-child(2) {
	    width: 40%;
    justify-content: start;
}
.services_inputbar .ff_bar:last-child {
	    width: 40%;
    justify-content: start;
}
.services_inputbar .filterbar label {
	font-size: 22px;
    color: #0a0a0a;
	font-weight:600;
}
.services_inputbar .selectinputdiv {
	position: relative;
	width:100%;
}
.services_inputbar .selectinputdiv .selectname {
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 6px 22px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0px 6px #00001d33;
    position: relative;
}
.services_inputbar .selectinputdiv .selectname:after {
    content: "";
    font-family: 'FontAwesome';
    color: #343741;
    font-size: 27px;
    margin-left: 16px;
    z-index: 2;
    position: absolute;
    top: 1px;
    right: 12px;
}
.services_inputbar .selectinputdiv .selectnametitle {
    display: none;
    box-shadow: 0 0px 6px #00001d33;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    z-index: 99999;
    top: 45px;
    background-color: #fff;
}
.services_inputbar .selectinputdiv .selectnametitle li {
    display: block;
    color: #0a0a0a;
    font-size: 16px;
	opacity:0.6;
    font-weight: 500;
    padding: 6px 22px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}



/* Work demo 2 Template (project new page) property end */
























/* single story page property start */
#single_storycontent {
	position:relative;
	
	    background: linear-gradient(to bottom, rgba(242, 242, 242, 0.2) 1%, rgba(220, 232, 240, 0.2) 30%, rgba(241, 227, 208, 0.2) 58%, rgba(233, 236, 212, 0.2) 100%);
}
#single_storycontent .container {
    max-width: 900px;
}
#single_storycontent .call_strip_big .container,
#single_storycontent .singlestory_bannerbar .container {
    max-width: 1290px;
}
.singlestory_bannerbar { }
.singlestory_bannerbar .story_text .content img {
	width:90px !important;
	height:auto !important;
	margin-bottom: 10px;
}
.singlestory_bannerbar .story_text .content h1 {
	color:#595b58;
	font-size:42px;
	margin-bottom:0;
}
.video_boxcenter {
	display:block;
}
.video_boxcenter .video_box_container {
	width: 800px;
	max-width: 800px;
	margin:0 auto;
	padding: 25px 0;            
/*    box-shadow: -200px 50px 700px #cdd2523d;*/
}
.video_boxcenter .video_box_container:after,
.video_boxcenter .video_box_container:before {
	height:25px;
}
.video_boxcenter .video_box {
    width: 100%;
    margin: 0 auto;
	padding-bottom: 49.25%;
}
.video_boxcenter .topcontent {
	display:block;
	padding-bottom:40px;
}
.video_boxcenter .bottomcontent {
	display:block;
	padding-top:40px;
}
.dividerbar {
	display:block;
	width:100%;
}
.dividerbar .divider {
	background-color: #918b83;
    display: block;
    width: 100%;
    height: 1px;
}
/* single story page property end */
.listcontent {}

.listcontent h2,
.listcontent h3,
.listcontent h4,
.listcontent h5,
.listcontent h6 {
/*	padding-top: 10px;*/
}




.listcontent ul {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
}
.listcontent ul li {
    display: list-item;
    margin: 0 0 10px 0;
    width: 100%;
}

.let-class{     text-align: center;
    font-size: 2rem;
    font-weight: 800; display: inline-block;}
.let-class p{ font-weight: 400; font-size: 20px;}
.connect_form_widget_bar .title.pb_6{ padding-bottom: 0px !important}
.connect_form_widget_bar .title { margin-bottom: 30px !important}
	 .p-font p{ font-size: 20px !important;}



/* mobile responsive property start */

@media (max-width:1500px) {
.banner_bar .banner_item .banner_text .h1 {
	font-size: 72px;
	line-height: 78px;
}
.services_twocolumn_box .img_coloum_div .textbox {
	width: 55%;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div {
	height: 55%;
}
.services_twocolumn_box .img_coloum_div .textbox, .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) {
	height: 45%;
}
/* employer branding page property start */

.finding_widget_boxes_bar .item_boxes .textbox .number {
	font-size: 114px;
	line-height: 90px;
}
/* employer branding page property end */





}

@media (max-width:1400px) {
.services_twocolumn_box .img_coloum_div .textbox {
	width: 61%;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
	width: 61%;
}

/* evp page property start */

.img_top_content_boxes .img_coloum_div .textbox {
	width: 68%;
    height: 64%;
}
.img_top_content_boxes .img_coloum_div .textbox .scroll_div {
    max-height: 204px;
}
/* evp page property end */
/* single_case_study page property start */
.single_case_study_banner h1 {
    font-size: 44px;
}
.single_case_study_banner .increase_employe_bar {
/*    bottom: -86px;*/
}




/* single_case_study page property end */
}

@media (max-width:1300px) {
.container {
	max-width: 1100px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
.my_4 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pt_6 {
    padding-top: 50px;
}
.pb_6 {
    padding-bottom: 50px;
}
.h_nav li {
	min-height: 80px;
}
.banner_bar .banner_item .banner_text .h1 {
	font-size: 58px;
	line-height: 1.1;
}
.banner_bar .banner_item .banner_text .btn {
	min-width: 270px;
}
.brandservicebar .brandslide .item_slide img {
	max-width: 200px !important;
}
.services_twocolumn_box .img_coloum_div .textbox {
	width: 74%;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
	width: 74%;
}
/*.services_twocolumn_box .img_coloum_row_div .img_box_div .textbox p,  
.services_twocolumn_box .img_coloum_div .textbox p {
	font-size: 15px;
}*/
.services_twocolumn_box .img_coloum_div .btn {
	font-size: 16px;
}
/*.our_serviceboxes .service_box:last-child h3 {
	max-height: 28px;
}*/

.call_strip_big .content_column_boxes .textbox {
	width: 64%;
}
.call_strip_big .content_column_boxes .textbox .title {
	font-size: 42px;
}
/*
.two_column_boxes .footer_address_boxes .address_box_div {
	flex-wrap: wrap;
	gap: 20px 4%;
}
*/
.two_column_boxes .footer_address_boxes .address_box_div .item_box {
	/*width: 48% !important;*/
}
/* employer branding page property start */

.inner_page_banner .b_title_div h1 {
	font-size: 40px;
}
.inner_page_banner .b_text_div p {
	font-size: 22px;
}
.finding_widget_boxes_bar .item_boxes .textbox {
	padding: 40px 40px;
}
.finding_widget_boxes_bar .item_boxes .textbox ul {
	padding-right: 11%;
}
/*.proposition_widget_bar .item_box .employer_proposition > div p {
	font-size: 18px;
}*/
/*.proposition_widget_bar .item_box .textbox p {
	font-size: 18px;
}*/
.faq_bar ul li .question {
	font-size: 22px;
}
/* employer branding page property end */

/* evp page property start*/

.img_top_content_boxes .img_coloum_div .textbox {
	width: 100%;
	height: 66%;
	padding: 30px;
}
/* evp page property end */
/* progress bar property start */
.two_column_bar .item_boxes {
    padding: 60px 40px;
}
/* progress bar property end */
/* single_case_study page property start */

.single_case_study_banner h1 {
    font-size: 38px;
}
.two_column_bar .box_bar {
    padding: 50px;
}
.single_case_study_banner .increase_employe_bar {
    /*    bottom: -100px;*/
}
/* single_case_study page property end */

/* story page property start */
.all_projects_bar .item {
    width: 32%;
}


.story_text {
    padding: 30px 50px;
}
.story_text .content h1 {
    font-size: 42px;
}
.all_projects_bar.all_storyprojects_bar .item {
    width: 32%;
}
.all_projects_bar.all_storyprojects_bar .item .img_box {
    height: 240px !important;
}
.all_projects_bar.all_storyprojects_bar .item.itemstory .img_box .a_tag {
    margin-top: 12px;
}
.story_videocontentbar .video_box_container {
    padding: 17px 0;
}
.story_videocontentbar .video_box_container:after, 
.story_videocontentbar .video_box_container:before {
    height: 18px;
}
.story_videocontentbar .video_box_container:after {
	bottom:0;
}
.all_projects_bar.all_storyprojects_bar .item .textbox {
    padding: 20px 12px 30px;
}
.item_box.addressbb .btn { padding: 15px 15px; font-size: 17px;}

/* story page property end */
	.call_strip_big .content_column_boxes .textbox .title {
	font-size: 40px;
}

}

@media (max-width:1058px) {

.call_strip_big .content_column_boxes .textbox .title {
	font-size: 36px;
}
}

@media (max-width:992px) {
	.two_column_boxes .footer_address_boxes .address_box_div {
        flex-wrap: wrap;
        gap: 20px 4%;
    }


@media (max-width:1100px) {
.container {
	max-width: 992px;
}
h1 {
    font-size: 34px;
}
h2 {
	font-size: 30px;
}
.h_nav li {
    min-width: 160px;
}
.banner_bar .banner_item {
	min-height: auto;
}
.banner_bar .banner_item .banner_text .h1 {
	font-size: 42px;
}
.services_twocolumn_box .img_coloum_div .textbox {
	padding: 23px 20px;
}
.services_twocolumn_box .img_coloum_row_div .textbox {
	padding: 20px;
}
.services_twocolumn_box .img_coloum_div .textbox, .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
	width: 76%;
}
.call_strip_big .content_column_boxes .textbox .title {
	font-size: 36px;
}
/* employer branding page property start */

.inner_page_banner .b_title_div {
	width: 34%;
}
.inner_page_banner .b_title_div h1 {
	font-size: 32px;
}
.inner_page_banner .b_text_div {
	width: 64%;
}
.inner_page_banner .b_text_div p {
	font-size: 22px;
}
.proposition_widget_bar .item_box .title_box {
	padding: 30px 30px;
}
.proposition_widget_bar .item_box .textbox .date_widget .date {
	font-size: 13px;
}
.img_top_content_boxes .img_coloum_div .textbox .scroll_div {
    max-height: 142px;
}

/* employer branding page property end */

/* contact page property start*/

.image_banner .b_title_div h1 {
    font-size: 42px;
}
.contact_address_widget_bar .contact_address_wrapper_box {
    width: 32%;
    padding: 40px 20px 30px;
}

/* contact page property end */
/* digital marketing page property start*/
.two_column_content_bar_div .column_text_div {
    width: 58%;
}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box .text {
    padding: 10px;
}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box .text p {
    border: 4px solid #00000010;
    padding: 10px;
}
.what_we_do_two_column_boxes:nth-child(2n) .content_box:after {
    left: -70px;
}
/* digital marketing page property end */

/* single blog page property start */
.single_blog_banner_bar .blog_banner_text > div {
    padding: 40px 40px 40px;
}
/* single blog page property end */
/* single_case_study page property start */
.single_case_study_banner h1 {
    font-size: 32px;
}
.single_case_study_banner .increase_employe_bar {
/*   bottom: -116px;*/
}

/* single_case_study page property end */


/* story page property start */
.all_projects_bar .item {
    width: 31.9%;
}
.all_projects_bar .item .textbox {
    width: 100%;
    padding: 10px 10px;
}
.all_projects_bar .item .textbox h5 {
    font-size: 20px;
}
.all_projects_bar .item .textbox .employe_brand {
    gap: 6px;
}
.all_projects_bar .item .textbox .employe_brand li {
    font-size: 11px;
    padding: 4px 8px;
}


.all_projects_bar.all_storyprojects_bar {
    gap: 20px 15px;
}
.all_projects_bar.all_storyprojects_bar .item {
    width: 32.2%;
}
.all_projects_bar.all_storyprojects_bar .item .img_box {
     height: 216px !important;
}
.story_videocontentbar {
    margin-top: 0;
}



/* story page property end */


}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
h1 {
    font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
p {
	font-size: 16px;
}
.py_6 {
	padding: 30px 0;
}
.pt_6 {
	padding-top: 30px;
}
.pb_6 {
	padding-bottom: 30px;
}
.pt_5 {
    padding-top: 30px
}
.pb_5 {
    padding-bottom: 30px
}
.title {
	margin: 16px 0 0 0;
}
.title_line {
	height: 9px;
	top: -16px;
	width: 100px;
}
.h_nav li {
	min-width: auto;
}
.h_nav li a {
	padding:0 20px;
}
.h_nav li.mobile_menudiv {
	padding:0 20px;
}
.h_nav li.mobile_menudiv a {
	padding:0;
}
.banner_bar .banner_item .banner_text {
	width: 60%;
}
.banner_bar .banner_item .banner_text .btn {
	min-width: auto;
	min-height: auto;
	font-size: 18px;
	padding: 15px 40px;
	bottom: -26px;
}
.brandservicebar .brandslide {
	gap: 20px;
}
.brandservicebar .brandslide .item_slide {
	max-width: 100%;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.brandservicebar .brandslide .item_slide div {
	width: 230px;
	display: flex;
	justify-content: center;
}
.brandservicebar .brandslide .item_slide img {
	max-width:initial !important;
}
.our_serviceboxes {
	gap: 50px 2%;
}
.our_serviceboxes .service_box {
	width: 32%;
	padding: 20px;
}
.our_serviceboxes .service_box h3 {
	padding-right: 24px;
	font-size: 19px;
}
/*.our_serviceboxes .service_box:last-child h3 {
	max-height: 0;
}*/
.services_twocolumn_box {
	flex-wrap: wrap;
}
.services_twocolumn_box .img_coloum_row_div, .services_twocolumn_box .img_coloum_div {
	width: 100%;
    max-height: none;
}
.services_twocolumn_box .img_coloum_div .textbox {
	height: auto;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
	top: auto;
}
.services_twocolumn_box .img_coloum_div, 
.more_projects_bar .services_twocolumn_box .img_coloum_div {
    max-height: none;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:first-child,
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:first-child {
	    max-height: none;
}
.call_strip_big .content_column_boxes {
	margin: 0;
	flex-wrap: wrap;
	gap: 0;
}
.call_strip_big .content_column_boxes .textbox {
	width: 100%;
	text-align: center;
}
.call_strip_big .content_column_boxes .textbox .title {
	font-size: 32px;
	text-align: center;
}
.call_strip_big .content_column_boxes .btn_div {
	text-align: center;
	width: 100%;
}
.call_strip_big .content_column_boxes .btn_div .btn {
	font-size: 22px;
	padding: 12px 40px;
	margin-top: 20px;
    float: none;
}
.main_footer .two_column_boxes {
	flex-wrap: wrap;
}
.two_column_boxes .footer_address_boxes, .two_column_boxes .footer_contact_box {
	width: 100%;
}
.two_column_boxes .footer_address_boxes {
	margin-top: 30px;
}
.two_column_boxes .footer_social_div {
	margin-top: 2%;
	justify-content: center;
}

.two_column_boxes .footer_address_boxes .address_box_div .item_box:first-child {
	width:100%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box, .two_column_boxes .footer_address_boxes .address_box_div .item_box.addressbb {
	width:48%;
}

/* employer branding page property start */

.inner_page_banner {
	padding: 50px 0;
}
.inner_page_banner .d_flex {
	flex-wrap: wrap;
	gap: 0;
}
.inner_page_banner .b_text_div, .inner_page_banner .b_title_div {
	width: 100%;
}
.inner_page_banner .b_title_div {
	margin-bottom: 20px;
}
.two_column_content_bar_div {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.two_column_content_bar_div .column_title_div, .two_column_content_bar_div .column_text_div {
	width: 100%;
}
.two_column_content_bar_div .column_title_div h2 {
	margin: 20px 0 20px 0;
}
.two_column_content_bar_div .column_title_div h2 br {
	display: none;
}
.two_column .service_column_boxes {
	gap: 20px 2%;
}
.finding_widget_boxes_bar .item_boxes {
	flex-wrap: wrap;
}
.finding_widget_boxes_bar .item_boxes .imgbox {
	width: 100%;
	background-color: #fafafa;
}
.finding_widget_boxes_bar .item_boxes .imgbox img {
	object-fit: contain;
	width: auto !important;
}
.finding_widget_boxes_bar .item_boxes .textbox {
	width: 100%;
}
.service_column_boxes .service_box h3, .two_column .service_column_boxes .service_box h3 {
	padding-right: 26px;
	font-size: 18px;
}
.proposition_widget_bar {
	flex-wrap: wrap;
}
.proposition_widget_bar .item_box {
	width: 49%;
}
.proposition_widget_bar .item_box:last-child {
	width: 100%;
}
.faq_widget_bar .faq_bar {
	width: 100%;
	float: none;
}
.faq_bar ul li .question:after {
	font-size: 26px;
}
/* employer branding page property end */

/* evp page property start*/
.img_top_content_boxes {
	flex-wrap: wrap;
}
.img_top_content_boxes .img_coloum_div {
}
.img_top_content_boxes .img_coloum_div .textbox {
	height: auto;
}
.small_img_top_content_div {
	padding-top: 0;
}
.small_img_top_content_div .content {
    padding: 30px 30px;;
    margin-left: -215px;
    margin-top: 60px;
}
/*.small_img_top_content_div .content p {
	font-size: 18px;
	line-height: 1.8;
}*/
.service_column_boxes {
	gap: 40px 12%;
}
.service_boxes_widget_bar h2 + p {
	font-size: 17px;
	padding: 0 10px 15px;
}
.service_column_boxes .service_box {
	width: 44%;
}
.connect_form {
	width: 100%;
}
/* evp page property end*/
/* progress bar property start */
.research_findings_column_bar {
    flex-wrap: wrap;
}
.two_column_bar .item_boxes {
    width: 100%;
    padding: 60px 60px;
}
.one_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar {
    width: 100%;
}
/* progress bar property end */
/* contact page property start*/

.image_banner .b_title_div h1 {
    font-size: 30px;
}
.image_banner p {
    font-size: 20px;
}
.contact_address_widget_bar {
    flex-wrap: wrap;
}
.contact_address_widget_bar .contact_address_wrapper_box {
    width: 100%;
    padding: 30px 40px 30px;
}
.connect_page_form_widget_bar .contact_form {
    display: inline-block;
    width: 100%;
}
.connect_page_form_widget_bar .contact_form ul li select, .connect_page_form_widget_bar .contact_form ul li textarea, .connect_page_form_widget_bar .contact_form ul li input {
    font-size: 16px;
    padding: 14px 20px;
}


/* image_content_column_boxes_bar property start */
.image_content_column_boxes .item_box .text_box ul {
    margin-top: 4px;
}
.image_content_column_boxes .item_box .text_box ul li:before {
    width: 20px;
    height: 20px;
}
.image_content_column_boxes .item_box .text_box ul li {
	padding-left: 32px;
    font-size: 16px;
}
/* image_content_column_boxes_bar property end*/

/* contact page property end*/
/* blog page property start */
.custom_blog_widget_bar {
    flex-wrap: wrap;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar,
.custom_blog_widget_bar .custom_blog_left_widget_bar {
    width: 100%;
}
.custom_blog_widget_bar .custom_blog_right_widget_bar {
    margin-top: 20px;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #82bc41;
    border-radius: 10px;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar h4.minus:after,
.custom_blog_widget_bar .custom_blog_left_widget_bar h4.plus:after {
	float: right;
	display:block;
    font-weight: 100;
    color: #fff;
    font-size: 36px;
    font-family: 'FontAwesome';
    line-height: 20px;
    transition: all 0.5s ease 0s;
	    
}
.custom_blog_widget_bar .custom_blog_left_widget_bar h4.plus:after {
	content:"";
}
.custom_blog_widget_bar .custom_blog_left_widget_bar h4.minus:after {
	content: "";
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .filters_bar {
	display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70vh;
    border: 1px solid #ccc;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
    background-color: #fff;
    z-index: 99999;
    padding: 0 20px;
    overflow-y: scroll;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .top_filter_bar {
	justify-content: space-between;
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .filters_bar .close_btn {
    font-family: arial;
    font-size: 22px;
    font-weight: 600;
    float: right;
    margin: 20px 10px 0 0px;
    margin-top: 20px;
    color: #fba83e;
    display: block;
}
.custom_blog_widget_bar .custom_blog_left_widget_bar .btn_clear_all {
	margin-top:20px;
	float: left;
}
/* blog page property end */
/* single blog page property start */
.single_blog_banner_bar .blog_banner_text div h1 {
    font-size: 26px;
}
.blog_author_bar {
    padding: 40px 40px;
}
.blog_author_bar .blog_author_post .author_img {
    width: 60px;
    height: 60px;
}
.blog_author_bar .blog_author_post .author .name {
    font-size: 18px;
}
.related_post_bar .custom_blog_right_widget_bar .blog_wrapper_full li {
    width: 49%;
}
/* single blog page property end */
/* digital marketing page property start*/
.left_color_boxes_right_content_bar .two_column_content_bar_div .column_title_div .content {
    padding: 0
}
.left_color_boxes_right_content_bar .two_column_content_bar_div .column_text_div {
    margin: 30px 0 0 0;
}
.what_we_do_two_column_boxes .column_wrapper {
    flex-wrap: wrap;
}
.what_we_do_two_column_boxes .img_text_div,
.what_we_do_two_column_boxes .content_box {
    width: 100%;
}
.what_we_do_two_column_boxes .content_box {
	padding: 0 0 90px;
}
.what_we_do_two_column_boxes .content_box:after {
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    bottom: 20px;
    transform: rotate(269deg);
}
.what_we_do_two_column_boxes:nth-child(2n) .content_box:after {
    left: 0;
    right: 0;
    transform: rotate(90deg);
}
.services_twocolumn_box .img_coloum_row_div .img_content_box,
.services_twocolumn_box .img_coloum_row_div .content_box_div {
	height:auto;
}
/* digital marketing page property end*/
/* single_case_study page property start */
.single_case_study_banner {
    display: block;
    position: relative;
    min-height: 250px;
    padding: 50px 0 120px;
}
.single_case_study_banner h1 {
    font-size: 30px;
}
.single_case_study_banner .increase_employe_bar {
/*     bottom:-58px;*/
}
.single_case_study_banner .increase_employe_boxes_bar .item_bar {
    display: inline-block;
    width: 32%;
    padding: 20px 12px 20px;
}
.single_case_study_banner .increase_employe_boxes_bar .item_bar p {
    font-size: 18px;
}
.increase_employe_boxes_bar .item_bar {
/*    padding: 30px 20px;*/
}
.increase_employe_boxes_bar .item_bar h2 {
    font-size: 40px;
    line-height: 40px;
}
/*.increase_employe_boxes_bar .item_bar p br {
	display:none;
}*/
.two_column_bar {
    flex-wrap: wrap;
}
.two_column_bar .box_bar {
    width: 100%;
}
/* single_case_study page property end */
/* our service page property start */
.services_listbox_bar .item_box .text_box ul li {
     font-size: 16px;
}
.services_listbox_bar .item_box .text_box {
    padding: 30px;
}
/* our service page property end */

/* story page property start */

.all_projects_bar .item {
     width: 48.6%;
}
.all_projects_bar .item .img_box {
    max-height: inherit;
}
.all_projects_bar .item .img_box .project_logo {
    width: 50px;
}


.all_projects_bar.all_storyprojects_bar .item {
    width: 48.9%;
}

.story_text .content h1 {
    font-size: 32px;
    line-height: normal;
}
.story_text .content h2 {
     font-size: 22px;
}
.story_videocontentbar .headingbar {
    padding-top: 40px;
    width: 90%;
    margin: 40px auto 0;
}
.story_text {
   padding: 30px 0px;
}
/* story page property end */



}

@media  screen and (max-width:769px) {
    .single_blog_content_bar .single_blog_content .case_study_main section.case_study_sec, .single_blog_content_bar .single_blog_content section.case_study_sec {
    padding: 30px 20px 50px 20px;
}
.single_blog_content_bar .single_blog_content .case_study_main section.case_study_sec1, .single_blog_content_bar .single_blog_content section.case_study_sec1 {
    padding: 20px 20px 50px 20px !important;
}
.single_blog_content_bar .single_blog_content .case_study_main .case_study_sec .content_box-left p a.btn:after, .single_blog_content_bar .single_blog_content .case_study_sec .content_box-left p a.btn:after {
    width: 10px;
    height: 10px;
}




} 

@media (max-width:768px) {
.container {
	max-width: 100%;
	padding: 0 20px;
}
h1 {
    font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.py_6 {
	padding: 30px 0;
}
.py_3 {
	padding: 20px 0;
}
.mt_5 {
	margin-top: 20px;
}
.title {
	margin: 13px 0 0 0;
}
.title_line {
	height: 6px;
	top: -13px;
}
.h_nav li {
	display: none;
}
.h_nav li.mobile_menudiv {
	display: flex;
}
.banner_bar .banner_item .banner_text .h1 {
	font-size: 24px;
}
.banner_bar .banner_item .banner_text .h1 span {
	display: inline;
}
.banner_bar .banner_item .banner_text p {
	font-size: 17px;
	padding-right: 10%;
}
.banner_bar .banner_item .banner_text .btn {
	font-size: 16px;
	padding: 10px 30px;
	bottom: -19px;
}
.brandservicebar .brandslide .item_slide {
	max-width: 100%;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.brandservicebar .brandslide .item_slide div {
	width: 180px;
	max-width: 170px !important;
	display: flex;
	justify-content: center;
}
.our_serviceboxes {
	gap: 0px 0%;
}
.our_serviceboxes .service_box {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
	padding: 20px 0;
}
.our_serviceboxes .service_box:nth-last-child(2) {
	border-bottom: 0;
}
.our_serviceboxes .service_box:last-child {
	border-radius: 10px;
	padding: 20px;
}
.our_serviceboxes .service_box .service_box_content {
	padding: 16px 0 0 0;
}
.our_serviceboxes .service_box h3 {
	min-height: auto;
	margin: 0;
}
.our_serviceboxes .service_box h3 br {
	display: none;
}
.our_serviceboxes.services_toggle .service_box:not(:last-child) h3:after {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease 0s;
}
.our_serviceboxes.services_toggle .service_box:not(:last-child) h3.minus:after {
	transform: rotate(180deg);
	transition: all 0.5s ease 0s;
}
.our_serviceboxes.services_toggle .service_box:not(:last-child) h3 ~ div {
	display: none;
}
/*.our_serviceboxes .service_box:last-child h3 {
	max-height: 0;
	min-height: auto;

}*/
.our_serviceboxes .service_box .btn {
	font-size: 15px;
}
.services_twocolumn_box .img_coloum_div img {
	max-width: 100% !important;
	height: 100% !important;
}
/*.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox,*/ 
.services_twocolumn_box .img_coloum_div .textbox {
	width: 100%;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:first-child {
	    max-height: none;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div, .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) {
	height: auto;
	min-height: 300px;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:first-child .textbox  {
/*	position:relative;*/
}

.content_column_boxes {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.content_column_boxes .textbox {
	width: 100%;
}
.content_column_boxes .imgbox {
	width: 70%;
	margin: 0 auto 20px;
}
.call_strip_big .content_column_boxes {
	flex-direction: column;
}
.call_strip_big .content_column_boxes .textbox .title {
	font-size: 24px;
}
.call_strip_big .content_column_boxes .btn_div .btn {
   font-size: 18px;
   padding: 12px 30px;
}
.copyright p {
	font-size: 14px;
}
.two_column_boxes .footer_contact_box ul {
	width: 100%;
}
/* Top Content Left Image Box Right Content box bar property start */
.content_img_content_box_bar .d_flex_div {
	flex-wrap: wrap;
    gap: 40px;
}
.content_img_content_box_bar .d_flex_div .content,
.content_img_content_box_bar .d_flex_div .img_box_div {
	width: 100%;
	margin:0;
}
.content_img_content_box_bar .d_flex_div .img_box_div {
	text-align: center;
}
.content_img_content_box_bar .d_flex_div .content li {
    font-size: 18px;
    margin: 2px 0;
}
/* Top Content Left Image Box Right Content box bar property end */
/* seo page property start */
.image_content_column_boxes .item_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
	padding-bottom: 30px;
}
.image_content_column_boxes .item_box:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.image_content_column_boxes .item_box .text_box {
    width: 100%;
}
.image_content_column_boxes .item_box .img_box {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}
.image_content_column_boxes .item_box:nth-child(2n) {
    flex-direction: column-reverse;
}
.what_we_do_projects {
    flex-wrap: wrap;
    gap: 20px;
}
.what_we_do_projects .content_box {
    width: 100%;
}
.what_we_do_projects .project_box {
    width: 100%;
}
.image_title_color_column_boxes_div .item_box {
    flex-wrap: wrap;
}
.image_title_color_column_boxes_div .item_box .img_box {
    width: 22%;
}
.image_title_color_column_boxes_div .item_box .tt_box {
    width: 78%;
    margin: 0;
}
.image_title_color_column_boxes_div .item_box .cc_box {
    width: 100%;
    padding: 40px;
}
.keyword_research_column_bar {
    flex-wrap: wrap;
    gap: 30px;
}
.keyword_research_column_bar .content_box {
    width: 100%;
}
.keyword_research_column_bar .progress_widget_bar {
    margin-top: 10px;
}
.keyword_research_column_bar .img_box {
    width: 100%;
}
.icon_column_boxes_bar .service_column_boxes {
     justify-content: space-between;
}
.icon_column_boxes_bar .service_column_boxes .service_box {
    width: 44%;
}



/* seo page property end */





/* employer branding page property start */
.single_case_study_banner {
    padding: 40px 0 120px;
}

.inner_page_banner {
	padding: 40px 0;
}
.inner_page_banner .b_title_div h1 {
	font-size: 32px;
}
.inner_page_banner .b_title_div h1 strong {
    display: inline-block;
}
.inner_page_banner .b_text_div p {
	font-size: 20px;
}
.service_column_boxes .service_box {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
}
.service_column_boxes .service_box:last-child {
	border-bottom: 0;
}
.service_column_boxes .service_box h3 {
	margin-bottom: 0;
    padding-right: 24px;
}
.service_column_boxes .service_box h3:after {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease 0s;
}
.service_column_boxes .service_box h3.minus:after {
	transform: rotate(180deg);
	transition: all 0.5s ease 0s;
}
/*.service_column_boxes .service_box  h3 ~ div {
    display: none;
}*/
.service_column_boxes .service_box .service_box_content {
	display: none;
	padding-top: 16px;
}
.two_column .service_column_boxes {
    gap: 0;
}
.service_column_slide .owl-stage-outer.owl-height{
    height: auto !important;
}
.two_column .service_column_boxes .service_box {
	width: 100%;
}
/*.two_column .service_column_boxes {
	justify-content: space-between;
	gap: 40px 2%;
}*/
.services_twocolumn_box {
	padding: 0;
}
.finding_widget_boxes_bar .item_boxes .textbox h6 {
	font-size: 22px;
}
.proposition_widget_bar .item_box:last-child, .proposition_widget_bar .item_box {
	width: 500px;
	margin: 0 auto;
	max-width: 100%;
}
/* employer branding page property end */

/* evp page property start */

.small_img_top_content_div .img_box_div {
	width: 100%;
}
.small_img_top_content_div .content {
	width: 100%;
	padding: 20px 20px;
    margin: 30px 0 0;
}
.service_column_boxes {
	gap: 0px 0%;
}
.service_column_boxes .service_box {
	width: 100%;
}
/*.service_column_boxes .service_box p {
	font-size: 18px;
	padding-right: 0;
}*/
.img_top_content_boxes .img_coloum_div {
	width: 100%;
}
.img_top_content_boxes .img_coloum_div .textbox {
    height: auto;
    position: relative;
}
.img_top_content_boxes .img_coloum_div .textbox .scroll_div {
    max-height: none;
}
.connect_form ul li {
	width: 100%;
}
.big_img_above_content_boxes .textbox {
	width: 90%;
	padding: 30px;
}
/* evp page property end */
/* contact page property start*/
.image_banner .img_bg {
     min-height: 306px !important;
}
.image_banner .b_title_div h1 {
    font-size: 26px;
}
.image_banner p {
    font-size: 15px;
}
.faq_bar ul li .question {
    font-size: 19px;
}
/* contact page property end*/
/* single blog page property start */
.single_blog_banner_bar .blog_banner_text > div {
    padding: 30px 30px 30px;
}
.single_blog_banner_bar .blog_banner_text div h1 {
    font-size: 18px;
    line-height: 1.5;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author {
    flex-wrap: wrap;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .name {
	width:100%;
	border:0;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date {
	font-size:14px;
}
.blog_author_bar {
    padding: 20px 20px;
    margin: 20px 0 0 0;
}
/* single blog page property end */
/* single_case_study page property start */
.single_case_study_banner h1 {
    font-size: 28px;
}
.increase_employe_bar {
    margin: -80px 0 0;
}
.increase_employe_boxes_bar .item_bar {
    padding: 20px 11px;
}
.two_column_bar .box_bar {
    padding: 40px;
}
.client_testimonial_info_bar {
    flex-wrap: wrap;
    gap: 24px;
}
.client_testimonial_info_bar .img_box {
    width: 370px;
}
.client_testimonial_info_bar .client_info {
    width: 100%;
}
/* single_case_study page property end */
/* our service page property start */
.services_listbox_bar .item_box {
    flex-wrap: wrap;
}
.services_listbox_bar .item_box .text_box, .services_listbox_bar .item_box .img_box_div {
	    width: 100%;
}
.services_listbox_bar .item_box .img_box_div:after {
    width: 10px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    transform: none;
}


/* our service page property end */

/* story page property start */

.all_projects_bar .item {
    width: 48%;
}
.all_projects_bar .item .textbox {
    padding: 10px 6px;
}
.all_projects_bar .item .textbox .employe_brand li {
    font-size: 10px;
    padding: 4px 6px
}


.story_text .content h1 {
  font-size: 27px;
}
.story_text .content h2 {
  font-size: 18px;
}
.story_banner:after,
.story_banner:before {
    height: 8px;
}
.story_videocontentbar .video_box_container {
    width: 100%;
}
.story_videocontentbar .video_box_container:after, .story_videocontentbar .video_box_container:before {
    height: 10px;
}
.story_videocontentbar .video_box_container {
   padding: 10px 0;
}
.story_videocontentbar .video_box_container .video_box {
    padding-bottom: 41.25%;
}
.all_projects_bar.all_storyprojects_bar .item {
   width: 48.5%;
}
.all_projects_bar.all_storyprojects_bar .item .img_box {
   height: 180px !important;
}
.all_projects_bar.all_storyprojects_bar .item .textbox h5 {
    font-size: 18px;
}
.services_inputbar .selectinputdiv .selectname:after {
    font-size: 18px;
}

.services_inputbar {
	    flex-wrap: wrap;
    gap: 20px;
}
.services_inputbar .ff_bar {
	width:100% !important;
}

/* story page property end */





}
@media (max-width: 650px) {
.custom_blog_right_widget_bar .blog_wrapper_full li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
/* single blog page property start */
.single_blog_banner_bar {
	overflow: auto;
    max-height: max-content;
    display: block;
}
.single_blog_banner_bar .blog_banner_text {
    position: relative;
    background-color: #000;
}
.single_blog_banner_bar .blog_banner_text > div {
    padding: 30px 0px 30px;
}
.single_blog_table_content {
    margin-bottom: 20px;
    padding: 20px 20px;
}
.single_blog_content_bar .single_blog_content h2 {
    font-size: 28px;
}
.single_blog_content_bar .single_blog_content h3 {
    font-size: 24px;
}
.single_blog_content_bar .single_blog_content h4 {
    font-size: 20px;
}
.single_blog_content_bar .single_blog_content h5 {
    font-size: 19px;
}
.single_blog_table_content ul li {
    width: 50%;
}
.custom_blog_right_widget_bar .blog_wrapper_full li .blog_box_content h5 {
	font-size: 18px;
    line-height: 1.4;
}
.related_post_bar .custom_blog_right_widget_bar .blog_wrapper_full li {
    width: 400px;
    max-width: 100%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box:first-child ul li {
	width:100%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box, .two_column_boxes .footer_address_boxes .address_box_div .item_box.addressbb {
	width:100%;
}
.two_column_boxes .bottom_social .bottom_social_logo {
	flex: 0 0 100%;
}
.two_column_boxes .footer_social_div {
	flex: 0 0 100%;
}
/* single blog page property end */
/* single_case_study page property start */



/* single_case_study page property end */
}
@media screen and (max-width:600px) {
    .single_blog_content_bar .single_blog_content .d-flex{display: flex; margin-bottom: 25px;}
    .single_blog_content_bar .single_blog_content .d-flex div{width: 18%; float: none; margin-right: 20px;}
    .single_blog_content_bar .single_blog_content .pd-top10{padding-top: 0px;}
}

@media (max-width:576px) {
h1 {
    font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 17px;
}
li,
p {
	font-size: 15px;
}
.mt_4 {
	margin-top: 20px;
}
.pt_4 {
	padding-top: 20px;
}
.pt_6 {
	padding-top: 30px;
}
.pt_5 {
	padding-top: 30px;
}
.pb_6 {
	padding-bottom: 30px;
}
.pb_5 {
	padding-bottom: 30px;
}
.btn {
    font-size: 14px;
}
.btn:after {
    width: 10px;
    height: 10px;
}
.h_nav li {
    min-height: 68px;
	    padding: 0 16px;
}
.h_logo {
    max-width: 160px;
}
.banner_bar .banner_item .banner_text {
	width: 90%;
}
.banner_bar .banner_item .banner_text p {
	font-size: 15px;
	padding-right: 35%;
}
.banner_bar .banner_item .banner_text .btn {
	font-size: 14px;
	padding: 6px 18px;
	bottom: -16px;
}
.banner_bar .owl-dots {
	bottom: 0px;
}
.our_serviceboxes .service_box {
	width: 100%;
}
.our_serviceboxes .service_box h3 {
	font-size: 18px;
	min-height: auto;
}
/*.content_column_boxes .textbox p {
	font-size: 16px;
}*/
.call_strip_big .content_column_boxes .textbox .title {
	font-size: 22px;
}
/*.two_column_boxes .footer_contact_box p {
	font-size: 17px;
}*/
.two_column_boxes .footer_contact_box ul {
	width: 100%;
}
.two_column_boxes .footer_address_boxes .address_box_div .item_box {
	width: 100% !important;
}
.two_column_boxes .footer_social_div {
	gap: 8px;
}
.two_column_boxes .footer_social_div li {
	width: 24%;
}
.two_column_boxes .footer_social_div li a {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 10px 6px;
}
.two_column_boxes .footer_social_div li p {
	font-size: 10px;
}
.two_column_boxes .footer_social_div li a {
    min-height: 66px;
}

/* event bar property start */
.events_wrapper_bar .owl-stage {
    display: block;
}
.events_wrapper_bar .item_box {
    padding: 0 0 0px 0;
}
.events_wrapper_bar .item_box .textbox .btn {
    bottom: 0;
    position: relative;
}

/* event bar property end */

/* employer branding page property start */

.inner_page_banner {
	padding: 30px 0 30px;
}
.inner_page_banner .b_title_div h1 {
	font-size: 28px;
}
.inner_page_banner .b_text_div p {
	font-size: 18px;
}
/*.two_column_content_bar_div .column_text_div p {
	font-size: 18px;
	line-height: 1.78;
}
.service_column_boxes .service_box p {
	font-size: 18px;
}*/
.services_twocolumn_box .img_coloum_row_div .img_box_div img {
	height: auto !important;
}
.services_twocolumn_box .img_coloum_row_div .textbox {
	position: relative !important;
}
.finding_widget_boxes_bar .item_boxes .imgbox img {
	width: 100% !important;
}
.faq_bar ul li .question {
	font-size: 18px;
}
.faq_bar ul li .question:after {
	font-size: 22px;
	height: 36px;
}
/*.faq_bar ul li .answer p {
	font-size: 16px;
}*/

/* employer branding page property end */

/* evp page property start */

.content_bottom_two_column_bar h2 + p {
	font-size: 16px;
}
.img_top_content_boxes .img_coloum_div > img {
	width: 100%;
	height: auto;
}
.img_top_content_boxes .img_coloum_div .textbox {
	height: auto;
	position: relative;
}
/*.img_top_content_boxes .img_coloum_div .textbox p {
	font-size: 18px;
}*/
.small_img_top_content_div .img_box_div {
	width: 100%;
}
.small_img_top_content_div .content {
	width: 100%;
	padding: 40px 30px;
	margin-top: 0;
}
/*.small_img_top_content_div .content p {
	font-size: 18px;
	line-height: 1.5;
}*/
.finding_widget_boxes_bar .item_boxes .textbox, .finding_widget_boxes_bar .item_boxes .imgbox {
	width: 100%;
}
.finding_widget_boxes_bar .item_boxes .textbox {
	padding: 30px 30px;
}
/*.service_boxes_widget_bar h2 + p {
	font-size: 18px;
}*/
/* evp page property end */
/* Talent Funnel bar property start */
.talent_funnel_box_bar {
	flex-wrap: wrap;
}
.talent_funnel_box_bar .item_box .img_box {
	width: 40%;
}
.talent_funnel_box_bar .item_box {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
}
.talent_funnel_box_bar .item_box h5 {
	text-transform: uppercase;
	width: 50%;
	text-align: left;
	margin: 0;
}
/* Talent Funnel bar property end */
/* progress bar property start */
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar {
    flex-wrap: wrap;
	margin: 20px 0 0;
    gap: 8px;
}
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar .progressbar_div,
.research_findings_column_bar .item_boxes .progress_widget_bar .progress_wrapper_bar h6 {
    width: 100%;
}
.one_column_bar .item_boxes,
.two_column_bar .item_boxes {
    width: 100%;
    padding: 40px 40px;
}
/* contact page property start*/
.image_banner .img_bg {
    min-height: 210px !important;
}
.image_banner .b_title_div h1 {
    font-size: 24px;
}
.connect_page_form_widget_bar .contact_form ul li p {
    flex-wrap: wrap;
}
.connect_page_form_widget_bar .contact_form ul li input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}
/* contact page property end */
/* single blog page property start */
.single_blog_banner_bar .blog_banner_text > div {
    padding: 20px 0px 20px;
}
.single_blog_banner_bar .blog_banner_text div .b_date {
    padding: 5px 10px;
    font-size: 14px;
    margin: 16px 0 0;
}
.single_blog_content ul li {
    font-size: 15px;
}
.single_blog_table_content ul li {
    width:100%;
}
.single_blog_content_bar .single_blog_content .alignleft,
.single_blog_content_bar .single_blog_content .alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
}
.single_blog_content_bar .single_blog_content .faq_bar ul li {
    padding: 12px 12px !important;
}
/* single blog page property end */
/* digital marketing page property start */
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box {
    width: 48.3%;
}
.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box > img {
    max-width: 100% !important;
}
.what_we_do_two_column_boxes .content_box .add_numbering_bar {
    flex-wrap: wrap;
}
.what_we_do_two_column_boxes .content_box .add_numbering_bar .number_bar {
    width: 100%;
}
.what_we_do_two_column_boxes .content_box:after {
    font-size: 24px;
    width: 44px;
    height: 44px;
}
.what_we_do_two_column_boxes .img_text_div {
    padding: 30px;
}
.what_we_do_two_column_boxes .img_text_div .img_box {
    margin: -30px auto 30px;
}
.services_twocolumn_box .img_coloum_div .textbox_div {
    top: 0%;
    padding: 30px;
    height: 60%;
    align-items: start;
}
.services_twocolumn_box .img_coloum_row_div .content_box_div {
    padding: 30px;
}
.services_twocolumn_box .img_coloum_row_div .img_content_box {
    flex-wrap: wrap;
}
.services_twocolumn_box .img_coloum_row_div .img_content_box .img_box {
    width: 100%;
}
.services_twocolumn_box .img_coloum_row_div .img_content_box .text {
    padding: 30px;
	    width: 100%;
}
.connect_form ul li input[type="submit"] {
    font-size: 22px;
    padding: 10px 15px;
}
/* digital marketing page property end */
/* project page property start */

.services_twocolumn_box .img_coloum_row_div .img_box_div:first-child,
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:first-child {
    max-height: none;
}
.services_twocolumn_box .img_coloum_div img,
.more_projects_bar .services_twocolumn_box .img_coloum_div img {
	height:auto !important;
}
.services_twocolumn_box .img_coloum_div .textbox,
.more_projects_bar .services_twocolumn_box .img_coloum_div .textbox {
    position: relative;
    width: 100%;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2),
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-height: none;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox,
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .textbox {
    width: 100%;
}
.services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .img_text_half_box,
.more_projects_bar .services_twocolumn_box .img_coloum_row_div .img_box_div:nth-child(2) .img_text_half_box {
    width: 100%;
    max-height: none;
    position: relative;
}
.services_twocolumn_box:nth-child(2) .img_coloum_row_div .img_box_div:nth-child(2), 
.more_projects_bar .services_twocolumn_box:nth-child(2) .img_coloum_row_div .img_box_div:nth-child(2) {
	    flex-direction: column-reverse;
}
/* project page property end */
/* single_case_study page property start */
.inner_page_banner {
    min-height: auto;
}
.increase_employe_boxes_bar .item_bar p {
    font-size: 18px;
}
.increase_employe_boxes_bar .item_bar p br {
	display:none;
}

.single_case_study_banner h1 {
    font-size: 24px;
    padding-bottom: 20px;
}
.single_case_study_banner .increase_employe_bar {
	bottom: 0;
    margin: 20px 0 0;
    position: relative;
}
.single_case_study_banner .increase_employe_boxes_bar .item_bar {
        display: inline-block;
        width: 100%;
		padding: 12px;
}
.increase_employe_bar {
/*    margin: -20px 0 0;*/
}
.increase_employe_boxes_bar {
    flex-wrap: wrap;
}
.increase_employe_boxes_bar .item_bar {
/*    width: 400px;*/
    max-width: 100%;
    padding: 20px 11px;
    box-shadow: 0 0 10px #ebebeb;
}
.two_column_bar .box_bar {
    padding: 30px;
}

/* single_case_study page property end */
/* seo page property start */
.keyword_research_column_bar .progress_widget_bar .progress_wrapper_bar .progressbar_div {
    width: 100%;
}
.image_title_color_column_boxes_bar .title_boxes_bar {
    flex-wrap: wrap;
}
.image_title_color_column_boxes_bar .title_boxes_bar .titlediv {
    width: 100%;
}
.image_title_color_column_boxes_bar .title_boxes_bar .titlediv h2 br {
    display:none;
}
.image_title_color_column_boxes_bar .title_boxes_bar .contentbox {
    width: 100%;
}
.icon_column_boxes_bar .service_column_boxes .service_box {
    width: 100%;
}


/* seo page property end */

/* story page property start */

.all_projects_bar .item {
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
}

.all_projects_bar .item .textbox {
    padding: 10px;
}
.all_projects_bar .item .textbox h5 {
    font-size: 18px;
    margin-bottom: 14px;
}

.story_text {
   padding: 20px 0px;
}
.story_text .content h1 {
    font-size: 20px;
}
.story_text .content h2 {
   font-size: 13px;
}
.services_inputbar .filterbar label {
    font-size: 18px;
}
.all_projects_bar.all_storyprojects_bar .item {
   width: 100%;
}
.all_projects_bar.all_storyprojects_bar .item .textbox h5 {
    font-size: 18px;
    min-height: auto;
}
.all_projects_bar.all_storyprojects_bar .item .img_box {
   height: 260px !important;
}

/* story page property end */



}

@media screen and (max-width:576px) {
    .single_blog_content_bar .single_blog_content .case_study_main section.case_study_sec, .single_blog_content_bar .single_blog_content section.case_study_sec{
        flex-wrap: wrap
    }
    .single_blog_content_bar .single_blog_content .case_study_main .content_box-left_new, .single_blog_content_bar .single_blog_content .content_box-left, .single_blog_content_bar .single_blog_content .case_study_main .content_box-left_new2 {
    width: 100% !important;
    }
    .single_blog_content_bar .single_blog_content .case_study_main .content_box-right_new, .single_blog_content_bar .single_blog_content .case_study_sec .content_box-right {
    display: none;
    }
    .single_blog_content_bar .single_blog_content .case_study_main div.case_study_mob, .single_blog_content_bar .single_blog_content div.case_study_mob{
    display: block;
    width: 80%;
    }
}
@media  screen and (max-width:480px) {
    .single_blog_content_bar .single_blog_content .d-flex div{width: 32%; float: none; margin-right: 20px;}
}

@media (max-width:400px) {
.banner_bar .banner_item .banner_text .h1 {
	font-size: 18px;
	margin-bottom: 6px;
}
.banner_bar .banner_item .banner_text p {
	font-size: 15px;
	padding-bottom: 0;
}
.inner_page_banner .b_title_div h1 {
	font-size: 26px;
}
.brandservicebar .brandslide .item_slide div {
	width: 170px;
	max-width: 150px !important;
}

.left_color_boxes_right_content_bar .column_text_div .item_boxes_bar .item_box {
    width: 100%;
}
.single_case_study_banner h1 {
    font-size: 20px;
}

/* story page property start */

.story_text {
    padding: 10px 0px;
}
.story_text .content {
    width: 72%;
}
.story_text .content h1 {
   font-size: 17px;
   margin-bottom: 6px;
}
.story_text .content h2 {
   font-size: 11px;
   line-height: 1.2;
}
.services_inputbar .ff_bar {
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
	gap:10px;
}
.services_inputbar .selectinputdiv {
   width: 100%;
}
/* story page property end */

}

/* mobile responsive property start */
