/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
.overflow-x {
	overflow-x: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Urbanist", sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-weight: 400;
	font-size: 65px;
	line-height: 125%;
	color: #000;
}
h2 {
	font-weight: 400;
    font-size: 56px;
    line-height: 120%;
	color: #000000;
}
h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
}
h4 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
}
h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}
h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #787878;
    letter-spacing: 4%;
    text-transform: uppercase;
    margin-bottom: 31px;
}
p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #787878;
    font-weight: 500;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	color: #03b1e7;
}
a:hover {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
::-webkit-scrollbar {
	width: 0px;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow-x: hidden;
}
body.multinav-active-fixed {
    overflow: hidden;
}
.btn-black {
    display: inline-flex;
    align-items: center;
    padding: 12px 36px;
    gap: 10px;
    background: #000000;
    border-radius: 100px;

    font-family: 'Neue Montreal Regular';
    letter-spacing: 0.01em;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.btn-black:hover {
	background: #222222;
	color: #fff;
}
.btn-black svg, .btn-black img {
    transition: 0.3s;
}
.btn-black:hover svg, .btn-black:hover img {
    transform: rotate(45deg);
}
.btn-white {
    display: inline-flex;
    align-items: center;
    padding: 12px 36px;
    gap: 10px;
    background: #fff;
    border-radius: 100px;

    font-family: 'Neue Montreal Regular';
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.btn-white:hover {
	background: #f3f2f2;
	color: #000;
}
.btn-white svg, .btn-white img {
    transition: 0.3s;
}
.btn-white:hover svg, .btn-white:hover img {
    transform: rotate(45deg);
}
.button {
    min-height: 48px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border: 1px solid #000;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.button:hover {
    transform: translateY(-2px);
}
.button-dark {
    background: #000;
    color: #fff;
}
.button-dark:hover {
    background: #272727;
    color: #fff;
}
.button-outline {
    background: #fff;
    color: #000;
}
.button-outline:hover {
    background: #f5f5f5;
}

/** ================== // HEADER CSS START // ================== **/
.header {
    position: relative;
}
.header-full {
    background: #fff;
    position: relative;
    z-index: 4;
	border-bottom: 1px solid #000000;
}
.header-full-border {
    position: absolute;
    width: calc(97% - 428px);
    height: 1px;
    background: #000;
    top: 62px;
    right: 0;
    left: auto;
}
.multinav-active-fixed .header-full-border {
    display: none;
}
.header-wrapper {
    display: grid;
    grid-template-columns: 437px 1fr;
}
.logo {
    padding: 31px 45px 29px 13px;
    text-align: center;
}
.megamenu-logo {
	display: none;
}
.multinav-active-fixed .frnt-logo {
    display: none;
}
.multinav-active-fixed .megamenu-logo {
    display: block;
}
.multinav-active-fixed .logo {
    padding-top: 22px;
    padding-left: 0;
}
.header-right {
    border-left: 1px solid #000;
}
.navigation .moblelogo {
	display: none;
}
.nav-manu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 24px 0;
}
.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    gap: 23px;
}
.nav-manu ul li {
	padding: 0 0;
	position: relative;
	margin-right: 0;
	padding-bottom: 10px;
}
.nav-manu ul li> a {
    font-family: 'Neue Montreal Medium';
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #000000;
    padding: 22px 15px;
    display: inline-block;
    padding: 13px 11px;
    border-radius: 10px;
}
.nav-manu ul li.mega-item-children > a {
    gap: 3px;
    display: inline-flex;
    align-items: center;
}
.nav-manu ul li > a:hover, .nav-manu ul li.mega-item-children.open > a {
    background: #F3F2F2;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
	position: absolute;
	display: block;
	top: 36px;
	width: auto;
	transform: scale(1, 0);
	transition: all 0.5s;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	min-width: 208px;
	padding: 0;
	left: 0;
	z-index: 1999;
	padding: 0;
	width: auto;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li:first-child {
	border-radius: 10px 10px 0px 0px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0px 0px 10px 10px;
}
.navigation ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0px 0 0;
	transition: .4s;
	background-color: #5f1111;
	border-bottom: none;
	position: relative;
	box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
	border-radius: 0;
	border-bottom: 1px solid #784848;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	color: #fff;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
	background-color: #172135;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #e04f26;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::after {
    content: "";
    width: 9px;
    height: 6px;
    transition: 0.4s;
    background: url("../images/nav-dropdown.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.navigation ul li.menu-item-has-children:hover a::after {
	border-top-color: #f20;
	transition: 0.4s;
}
.navigation ul li.current-menu-item ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::after {
	border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::after {
	border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::after {
	border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::after {
	border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::after {
	right: 10px;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
.lefs-button {
    width: auto;
    transition: 0.7s;
}
.btn-href-link {
    position: relative;
    font-weight: 300;
    display: inline-flex;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.01em;
    color: #000000;
    font-family: 'Neue Montreal Light';
}
.btn-href-link img {
    width: 75px;
    position: absolute;
    display: block;
    top: calc(50% - 36px);
    left: calc(50% - -35px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    border-radius: 100px;
    background: none;
    box-shadow: none;
    opacity: 1;
}
.btn-href-link img.circle-loophover {
    display: none;
}
.btn-href-link:hover img.circle-loop-show {
    display: none;
}
.btn-href-link:hover img.circle-loophover {
    display: block;
}
.head-nav-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* border-top: 1px solid #000; */
    padding: 28px 0px 27px 29px;
    position: relative;
}
.head-nav-heading {
    width: calc(100% - 192px - 38px);
}
.head-nav-heading h1, .head-nav-heading h2, .head-nav-heading h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 7px;
}
.head-nav-heading p {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.04em;
	color: #000000;
	font-weight: normal;
}
.head-nav-heading-wrap .lefs-button {
    width: 192px;
    position: relative;
    bottom: 2px;
}

.nav-manu ul li.menu-item-has-children.mega-item-children {
    position: static;
}
.megamenu-section {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 39px 40px;
    top: 62px;
    border-top: 1px #000 solid;
    display: none;
    z-index: 1;
}
.mega-item-children.open .megamenu-section {
    display: block;
    clear: both;
}
.overlay-hidden-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
    background: rgba(24, 23, 23, 0.65);
}
.multinav-active-fixed .overlay-hidden-fixed {
    display: block;
}
.megamenu-flx-warp {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.nav-tabbinng-list {
    width: 275px;
}
.nav-tabbinng-content {
    width: 1037px;
    margin-top: 1px;
}
.nav-manu .nav-tabbinng-list ul {
    gap: 20px;
}
.nav-manu .nav-tabbinng-list ul li {
    margin: 0;
	padding: 0;
}
.nav-manu .nav-tabbinng-list ul li a {
    letter-spacing: 0.04em;
    color: #787878;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    padding: 6px 12px;
    border-radius: 10px;
}
.nav-manu .nav-tabbinng-list ul li.open a {
    background: #F3F3F3;
	color: #000;
}
.grid {
    display: grid;
}
.grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
	row-gap: 20px;
    column-gap: 24px;
}
.grid3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 20px;
    column-gap: 24px;
}
.grid2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 20px;
    column-gap: 24px;
}
.nav-service-dropdown-menu-item h6 {
    font-family: 'Neue Montreal Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #787878;
    margin-bottom: 14px;
    padding: 0px 6px;
}
.nav-service-dropdown-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	padding: 6px 4px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid transparent;
}
.nav-service-dropdown-item-wrap:hover {
    background: #F3F2F2;
}
.nav-service-dropdown-item-wrap:focus {
    border-color: #727272;
    background: transparent;
}
.grid6 .nav-service-dropdown-item-wrap {
	min-height: 68px;
}
.grid3 .nav-service-dropdown-item-wrap {
	min-height: 54px;
}
.grid3 .nav-service-dropdown-item-repeat {
    margin-bottom: 13px;
}
.nav-service-dropdown-info {
    width: calc(100% - 16px - 6px);
}
.nav-service-dropdown-info h4 {
    font-family: 'Neue Montreal Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 5px;
}
.nav-service-dropdown-info p {
	font-family: 'Neue Montreal Regular';
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.05em;
	color: #787878;
}
.nav-service-dropdown-item-repeat {
    margin-bottom: 16px;
}
.nav-service-dropdown-item-repeat:last-child {
    margin-bottom: 0px !important;
}
.mob-menu-wrap, .head-nav-heading-hide-desktop {
	display: none;
}
.nav-manu .hide-menu-desktop {
	display: none !important;
}
.phase-two-menu {
    display: none !important;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // TALK TO SALES CSS END // ================== **/
.section.contact-section, .site-footer, .section.cs-reviws-bottom {
    position: relative;
    z-index: 999;
}

.chat--container {
    z-index: 111;
    position: fixed;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    display: none !important;
    align-items: center;
    justify-content: center;
    border: 1px #fff solid;
    width: 98px;
    height: 98px;
    bottom: 35px;
    right: 35px;
}
.chat-box-show .chat--container {
    display: flex !important;
}
.chat--bubble {
    margin-top: 0;
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.chat--bubble svg:nth-child(1) {
    width: 12px;
    height: auto;
}
.chat--bubble svg:nth-child(2) {
    width: 2px;
    height: 16px;
}
.chat--bubble svg:nth-child(3) {
    width: 14px;
    height: auto;
}
.chat--bubble svg, .chat--bubble svg path {
    fill: #fff;
}
.chat--text {
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    font-size: 10px;
    display: block;
}
.chat--box {
    display: none;
    cursor: auto;
    position: fixed;
    background-color: #000;
    padding: 25px 20px;
    border: 1px #fff solid;
    z-index: 111;
    width: 360px;
    height: 170px;
    bottom: 35px;
    right: 35px;
    border-radius: 19.2px;
}
.chat--box .close--button {
    background-color: transparent;
    border: none;
    background-image: url(../images/whiteicon-close.svg);
    position: absolute;
    cursor: pointer;
    z-index: 10;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    top: 20px;
    right: 20px;
}
.chat--headline {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .64px;
	text-align: center;
}
.talkto-sales {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 6px;
}
.monthchat {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.chatbuttons-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
    justify-content: center;
}
.chat--buttons div:nth-child(1) {
    display: inline-block;
}
.chatbuttons-box .button.button-outline {
    border-color: #3f6be1;
    background: #3f6be1;
    color: #fff;
    cursor: pointer;
    min-height: 42px;
    padding: 0 20px;
    font-size: 14px;
    min-width: 186px;
}
.chatbuttons-box .button.button-outline:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
}
.chat-sm-call {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-top: 13px;
 	text-align: center;
}
.chat-sm-call a {
    color: #fff;
}
.chat-sm-call a:hover {
    color: #e7fa47;
}
/** ================== // TALK TO SALES CSS END // ================== **/

/** ================== // RESPONSIVE CSS START // ================== **/

@media (max-width:1439px) {
	.header-full .container {
	    padding-left: 24px;
	    padding-right: 30px;
	    width: 100%;
	}
	.header-full-border {
	    width: calc(100% - 286px - 24px);
	}
	.header-wrapper {
	    grid-template-columns: 286px 1fr;
	}
	.logo {
	    padding: 31px 23px 29px 0px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.multinav-active-fixed .logo {
	    align-items: flex-start;
	    justify-content: flex-start;
	    padding-left: 17px;
	}
	.nav-manu ul {
	    gap: 26px;
	}
	.megamenu-section {
	    padding: 39px 20px;
	}
	.nav-tabbinng-list {
	    width: 275px;
	}
	.nav-manu .nav-tabbinng-list ul li {
	    width: 100%;
	}
	.nav-manu .nav-tabbinng-list ul li a {
	    font-size: 22px;
	    line-height: 28px;
	    width: 100%;
	}
	.nav-tabbinng-list {
	    width: 23%;
	}
	.nav-tabbinng-content {
	    width: 74%;
	}
	.grid6 {
	    row-gap: 15px;
	    column-gap: 10px;
	}
}
@media (max-width:1279px) {
	.head-nav-heading h1, .head-nav-heading h2, .head-nav-heading h3 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.nav-manu .nav-tabbinng-list ul li a {
	    font-size: 21px;
	}
}
@media (max-width:1199px) {
	.header-full .container {
	    padding-left: 23px;
	    padding-right: 23px;
	}
	.header-full-border {
	    display: none;
	}
	.nav-manu {
	    padding: 9px 15px 0;
	}
	.nav-manu ul {
		gap: 8px;
	}
	.head-nav-heading p {
	    font-size: 16px;
	    line-height: 19px;
	}
	.head-nav-heading h1, .head-nav-heading h2, .head-nav-heading h3 {
	    font-size: 24px;
	    line-height: 29px;
	}
	.nav-tabbinng-content {
	    width: 100%;
	}
	.nav-tabbinng-list {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.nav-manu .nav-tabbinng-list ul li {
	    width: auto;
	}
}
@media (max-width:1023px) {
	.header-full .container {
        padding: 0 26px;
	}
	.head-nav-heading-wrap .lefs-button {
	    display: none;
	}
	.head-nav-heading-wrap.head-nav-heading-hide-desktop {
	    display: block;
	    padding: 20px 0 22px;
	    border-top: 1px solid #000;
	    border-bottom: 1px solid #000;
	}
	.head-nav-heading-wrap.head-nav-heading-hide-mob {
		display: none;
	}
	.header-wrapper {
	    grid-template-columns: 180px 1fr;
	    align-items: center;
	}
	.logo {
	    padding: 20px 0;
	}
	.header-right {
	    border-left: 0px;
	}
	.mob-menu-wrap {
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	    flex-wrap: wrap;
	    column-gap: 30px;
	}
	.btn-href-link {
	    font-size: 24px;
	    line-height: 29px;
	}
	.btn-href-link img {
	    width: 45px;
	    top: calc(50% - 22px);
	    left: calc(50% - -26px);
	}
	.head-nav-heading {
	    width: 100%;
	}
	.header-full {
	    border-bottom: 0px;
	}
	.menu-bar {
		cursor: pointer;
	}
	.navigation {
	    background: rgb(255 255 255);
	    position: fixed;
	    top: 61px;
	    padding-top: 0px;
	    right: -150%;
	    width: calc(100% - 205px);
	    height: 100%;
	    z-index: 99;
	    transition: .7s;
	    -webkit-transition: .7s;
	    -moz-transition: .7s;
	    overflow-y: auto;
	    padding-left: 0;
	    padding-right: 0;
	    padding-bottom: 92px;
	    margin: 0;
	    transform: none;
	    -webkit-transform: none;
	    -ms-transform: none;
	}
	body.mobile-menu .navigation {
		display: block;
		right: 0;
	}
	.mobile-menu .overlay-hidden-fixed {
	    display: block;
	}
	.nav-manu {
		flex-wrap: wrap;
		padding: 25px 25px;
	}
	.navigation ul {
		display: block;
		width: 100%;
	}
	.navigation ul li {
		margin-right: 0;
		padding: 0;
		margin: 0;
		position: relative;
	}
	nav.mobile-scroll {
		display: block;
		width: 100%;
	}
	.multinav-active-fixed .logo {
	    padding-left: 0;
	}
	.mobile-menu .logo {
	    border-right: 1px solid #000;
	    justify-content: flex-start;
	}
	.mobile-menu .frnt-logo {
	    display: block;
	}
	.mobile-menu .megamenu-logo {
	    display: none;
	}
	.head-nav-heading-wrap::before {
		display: none;
	}
	.megamenu-section {
	    padding: 25px 0px;
	    position: unset;
	    border: 0;
	}
	.header-full .megamenu-section .container {
	    padding: 0;
	}
	.nav-manu .nav-tabbinng-list ul {
	    gap: 10px;
	    display: flex;
	}
	.nav-manu .nav-tabbinng-list ul li a {
	    font-size: 18px;
	    line-height: 23px;
	}
	.nav-tabbinng-list {
	    margin-bottom: 25px;
	}
	.nav-service-dropdown-item-wrap {
	    min-height: unset !important;
	}
	.tab-pane-warp.grid {
	    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	    row-gap: 22px !important;
	    column-gap: 10px;
	}
	.nav-manu ul li> a {
		display: block;
	    text-transform: uppercase;
	}
	.nav-manu .nav-tabbinng-list ul li a {
	    text-transform: unset;
	}
	.nav-manu ul li.mega-item-children > a {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	/** Hamburger turns into X, i.e. menu open */
	.menu-bar svg {
	  fill: currentColor;
	  stroke: currentColor;
	  color: black;
	  width: 25px;
	  height: 20px;
	}
	.menu-bar svg path {
	    transform-origin: 50% -4px;
	    transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
	}
	.menu-bar svg path:nth-of-type(1) {
	  animation: hamburgerTopReset 300ms ease-in-out forwards;
	}
	.menu-bar svg path:nth-of-type(2) {
	  transform-origin: 50% 15px;
	  animation: hamburgerMiddleReset 300ms ease-in-out forwards;
	}
	.menu-bar svg path:nth-of-type(3) {
	  transform-origin: 50% 17px;
	  animation: hamburgerBottomReset 300ms ease-in-out forwards;
	}
	.menu-bar.in svg path:nth-of-type(1) {
	  animation: hamburgerTopDeform 300ms ease-in-out forwards;
	}
	.menu-bar.in svg path:nth-of-type(2) {
	  animation: hamburgerMiddleDeform 300ms ease-in-out forwards;
	}
	.menu-bar.in svg path:nth-of-type(3) {
	  animation: hamburgerBottomDeform 300ms ease-in-out forwards;
	}

	@keyframes hamburgerTopReset {
	  0% {
	    transform: translateY(7px) rotate(45deg);
	  }
	  50% {
	    transform: translateY(7px) rotate(0deg);
	  }
	  100% {
	    transform: translateY(0) rotate(0deg);
	  }
	}

	@keyframes hamburgerMiddleReset {
	  0% {
	    opacity: 0;
	  }
	  50% {
	    opacity: 1;
	  }
	  100% {
	    opacity: 1;
	  }
	}

	@keyframes hamburgerBottomReset {
	  0% {
	    transform: translateY(-7px) rotate(-45deg);
	  }
	  50% {
	    transform: translateY(-7px) rotate(0deg);
	  }
	  100% {
	    transform: translateY(0) rotate(0deg);
	  }
	}

	@keyframes hamburgerTopDeform {
	  0% {
	    transform: translateY(0) rotate(0deg);
	  }
	  50% {
	    transform: translateY(7px) rotate(0deg);
	  }
	  100% {
	    transform: translateY(7px) rotate(45deg);
	  }
	}

	@keyframes hamburgerMiddleDeform {
	  0% {
	    opacity: 1;
	  }
	  50% {
	    opacity: 1;
	  }
	  100% {
	    opacity: 0;
	  }
	}

	@keyframes hamburgerBottomDeform {
	  0% {
	    transform: translateY(0) rotate(0deg);
	  }
	  50% {
	    transform: translateY(-7px) rotate(0deg);
	  }
	  100% {
	    transform: translateY(-7px) rotate(-45deg);
	  }
	}
	.navigation .menu-item-has-children > a::after {
	    width: 12px;
	    height: 9px;
	    background-size: 100%;
	    margin-top: 4px;
	}
	.nav-manu .hide-menu-desktop {
		display: block !important;
	}
}
@media (max-width:767px) {
	.nav-manu .nav-tabbinng-list ul li a {
	    font-size: 14px;
	    line-height: 21px;
	}
	.our-framework-tab-body-left-col {
	    width: 50%;
	}
	.our-framework-tab-body-right-col {
	    width: 50%;
	    padding: 20px 15px;
	}
	.chat--text {
	    display: none;
	}
	.chat--container {
	    width: 66px;
	    height: 66px;
	    bottom: 25px;
	    right: 15px;
	}
	.chat--box {
	    padding: 12px;
	    border: 1px #fff solid;
	    width: 270px;
	    height: auto;
	    border-radius: 10px;
	    bottom: 25px;
	    right: 15px;
	}
	.chat--headline {
	    font-size: 16px;
	    line-height: 24px;
	}
	.talkto-sales {
	    line-height: 21px;
	    font-size: 15px;
	    padding-top: 10px;
	    padding-bottom: 6px;
	}
	.monthchat {
	    font-size: 13px;
	    line-height: 1;
	}
	.chat--box .close--button {
	    right: 11px !important;
	    height: 15px;
	    width: 11px;
	    top: 10px;
	}
	.chatbuttons-box {
	    margin-top: 18px;
	}
	.chatbuttons-box .button.button-outline {
	    min-height: 38px;
	    padding: 0 20px;
	    font-size: 14px;
	    min-width: 186px;
	}
	.chat-sm-call {
	    font-size: 12px;
	}
}
@media (max-width:575px) {
	.logo {
		justify-content: flex-start;
	}
	.header-full .container {
	    padding: 0 16px;
	}
	.navigation {
	    width: calc(100% - 20px);
	}
	.navigation {
	    width: 100%;
	}
	.nav-manu {
	    padding: 15px 12px;
	}
	.nav-manu .nav-tabbinng-list ul {
	    gap: 5px;
	}
	.nav-manu .nav-tabbinng-list ul li a {
	    padding: 6px 8px;
	    border-radius: 5px;
	}
	.btn-href-link {
	    font-size: 18px;
	}
	.btn-href-link img {
	    left: calc(50% - -19px);
	}
	.header-wrapper {
	    grid-template-columns: 170px 1fr;
	}
	.frnt-logo {
	    width: 133px;
	}
	.mobile-menu .megamenu-logo {
	    width: 125px;
	}
	.logo a {
	    min-height: 43px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.frnt-logo {
	    width: 133px;
	}
	.mobile-menu .megamenu-logo {
	    width: 133px;
	}
	.navigation {
	    top: 84px;
	}
	.mobile-menu .logo {
	    border-right: 0px solid #000;
	}
}
/** ================== // RESPONSIVE CSS END // ================== **/
