:root {
    --the-black: #000;
    --the-white: #fff;
    --the-dark-blue: #0931aa;
	--the--gray: #f4f5fb;
	--the--gradient: rgba(51,51,153,0.8);
	--the--font: #818181;
	--the-purple: #2b2775;
	--the-blue-gradient: rgba(78,109,188,0.7);
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*Font icons*/

@font-face {
  font-family: 'kesiya';
  src: url('font/kesiya.eot?94431205');
  src: url('font/kesiya.eot?94431205#iefix') format('embedded-opentype'),
       url('font/kesiya.woff2?94431205') format('woff2'),
       url('font/kesiya.woff?94431205') format('woff'),
       url('font/kesiya.ttf?94431205') format('truetype'),
       url('font/kesiya.svg?94431205#kesiya') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'kesiya';
    src: url('../font/kesiya.svg?94431205#kesiya') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "kesiya";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-up:before { content: '\e800'; } /* '' */
.icon-pinterest:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-mouse:before { content: '\e805'; } /* '' */
.icon-x:before { content: '\e806'; } /* '' */
.icon-left-arrow:before { content: '\e807'; } /* '' */
.icon-right-arrow:before { content: '\e808'; } /* '' */
.icon-burger:before { content: '\e80c'; } /* '' */
.icon-angle-down-solid:before { content: '\e80d'; } /* '' */
.icon-close:before { content: '\e80e'; } /* '' */
.icon-target:before { content: '\e80f'; } /* '' */
.icon-eye:before { content: '\e810'; } /* '' */
.icon-hand:before { content: '\e811'; } /* '' */
.icon-gem:before { content: '\e812'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */

  

/*------------------------------------------------------------*/
html,
body,
a,
p,
ul,
li  {
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  body {
	overflow-x: hidden;
}
  h2 {
	font-weight: 700 !important;
	font-size: 2.5em !important;
	color: var(--the-dark-blue);
}
.the-h2-center {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
	margin-top: 3em;
	position: relative;
}
.row {
	width: 100% !important;
}
/* .the-h2-center h2 {
	font-family: "Platypi", serif !important;
} */
.ea-card.sp-ea-single h3 a {
    font-family: "Poppins", sans-serif !important;
	font-weight: 700 !important;
	font-style: normal;
}
iframe {
	width: 100%;
	margin-bottom: 2em;
	height: 100%;
}

p {
    font-size: 1.1em;
}

a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 90%;
}

button {
    outline: none !important;
}

/*--------------------------*/

.the-body-content {
    overflow: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}


li {
    list-style: none;
  }

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	width: 100%;
}
.main-logo {
	width: 160px;
	object-fit: cover;
}
.the-body-content ul li {
    position: relative;
    list-style-position: inside;
    list-style: none;
    font-size: 1.1em;
    font-family: "Inter", sans-serif;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
p {
	text-align: justify !important;
}

a {
    color: var(--the-black);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: var(--the-blue);
}

a img {
    transition: 500ms;
}

a img:hover {
    opacity: 0.8;
    transform: translateY(5px);
}


/* LOgo */

.log img {
    width: 270px;
}

.color-logo {
    display: none;
}

.sticky .color-logo {
    display: block;
}

.sticky .black-logo {
    display: none;
}
.main-logo img {
	max-height: 80px;
	object-fit: contain;
}
/*---------Banner----------*/
.banner-caption {
	padding-top: 3em;
	padding-bottom: 3em;
}
/*.mk-bgimg {*/
/*	position: relative;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	margin: 143px 0 40px 0;*/
/*	height: 510px;*/
/*	background-color: var(--the-dark-gray);*/
/*}*/

.container.banner {
    position: relative;
    margin-bottom: 5em;
}

.mk-bgimg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 70px 0 41px 0;
	height: 438px;
	background-color: var(--the-dark-gray);
}
.mk-bgimg .container {
	display: flex;
	height: 100%;
	align-items: center;
}
.mk-bgimg h2 {
	color: var(--the-white);
	font-weight: 400 !important;
}
.mk-bgimg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.01);
}

/* .ms-caption {
      position: absolute;
      z-index: 8;
      top: 35%;
  } */

.actual-bread {
    position: relative;
    z-index: 8;
    top: -14em !important;
    background: transparent;
    margin-bottom: -5em;
    /* padding: 10px 0px 0 45px; */
}

.mk-page-title {
    color: var(--the-white);
    font-weight: 400;
}

.breadcrumb {
	color: var(--the-orange);
    font-weight: 600;
}

.breadcrumb a {
    color: var(--the-black);
    font-weight: 300;
}

.breadcrumb .icon-right-arrow {
    color: var(--the-black);
}

.ms-caption {
    margin-bottom: 0em;
    position: absolute;
    top: 50%;
    /* text-align: center; */
    display: block;
    /* width: 100%; */
    /* left: 0; */
}

.mk-page-title .dot {
    position: relative;
    top: -9px;
}

.ms-caption li {
    list-style: disc;
    color: var(--the-gray);
    list-style-position: inside;
}

.mk-page-title .dot::after {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: 2px;
}


/* .ms-caption span {
      font-size: 4em;
  } */

.mk-page-title {
    font-size: 1.2em;
    font-weight: 400;
    color: var(--the-white);
}


/*
  .mk-bgimg {
      filter: brightness(80%);
  }
  */

  .breadcrumb {
	background-color: transparent;
	padding-left: 0;
}


/*--------------------------*/


/*for banner image*/

.the-actual-img {
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 40px 0;
    height: 500px;
    width: 100%;
    /* z-index: 9 !important; */
    top: 35%;
    right: 5%;
}

.mk-bgimg {
    position: relative;
}


/*-------------------------*/
.the-sol-img img {
	width: 100%;
	height: 100%;
}
/* Our Solutions */
@media(max-width: 599px){
	.the-solutions-image img {
	   max-width: 400px;
	   height: auto;
	 } 
	 .service-grid {
	   display: grid;
	   grid-template-columns: 1fr ;
	   gap: 5em;
	}
	.tech-holder {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3em;
}
	.the-sol-grd {
		display: grid;
		grid-template-columns:  1fr;
		margin-bottom: 5em;
	}
	.omni-pg-flex {
		display: grid;
		gap: 3em;
		grid-template-columns: 1fr;
	}
	.the-sol-text p {
		max-width: 100%;
		font-size: 1.2em;
	}
	.marketing-holder {
	display: grid;
	grid-template-columns: 1fr;
    }
	.service-number {
		position: absolute;
		top: 6.5em;
		right: 0;
	}
    	.omni-holder {
    	display: grid;
    	grid-template-columns: 1fr;
        }
        .digital-holder {
	display: grid;
	grid-template-columns: 1fr;
}
   }
   
   
   @media(min-width: 600px){
	   .service-grid {
		   display: grid;
		   grid-template-columns: 1fr 1fr 1fr;
		   gap: 3em;
	   }
	   .the-sol-grd {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 5em;
	}
	.tech-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3em;
    }
    .digital-holder {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
	.the-center-read-more {
		background: var(--the-blue-gradient);
		min-height: 150px;
		display: flex;
		font-size: 1.4em;
		align-items: center;
		padding: 1.5em;
		max-width: 300px;
		position: absolute;
		right: -194px;
		bottom: 100px;
	}
	.the-sol-text {
		padding-left: 4em;
	}
	.sales-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3em;
	}
	.the-sol-text p {
	text-align: justify;
    }
	.onee {
		position: relative;
	}
	.onee::after {
		content: '';
		position: absolute;
		border-right: 2px solid var(--the-dark-blue);
		height: 100%;
		right: -20px;
		top: 0;
	}
	.tech-implimentation {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 3em;
	}
	.marketing-tech-stack::after {
		content: '';
		position: absolute;
		border-right: 2px solid var(--the-dark-blue);
		height: 200px;
		right: -10px;
		top: -23px;
	}
    .service-number {
    	position: absolute;
    	top: 9.5em;
    	right: 0;
    }
	.marketing-tech-stack::before {
		content: '';
		position: absolute;
		border-left: 2px solid var(--the-dark-blue);
		height: 200px;
		left: -40px;
		top: -25px;
	}
	.omni-pg-flex {
		display: grid;
		gap: 3em;
		grid-template-columns: 1fr 1fr;
	}
	.the-sol-text p {
		max-width: 64%;
		font-size: 1.2em;
	}
	.omni-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
    }
    .marketing-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
    }

}
.dig-two, .dig-four, .dig-six, .dig-eight, .dig-ten, .dig-twelve {
	display: flex;
	flex-direction: column;
	padding: 1em;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--the-purple);
}
.int-grid-one, .int-grid-four, .int-two, .omni-img-three {
	padding: 2em;
}
.crm, .marketing-tech, .analytics  {
	position: relative;
}
.marketing-tech::before {
	content: '';
	position: absolute;
	border-top: 1px solid var(--the-purple);
	width: 100%;
	top: -30px;
}
.marketing-tech::after {
	content: '';
	position: absolute;
	border-bottom: 1px solid var(--the-purple);
	width: 100%;
	bottom: -30px;
}
.tech-text{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	gap: 3em;
}
.tech-text p strong, .tech-text p {
	color: var(--the-purple);
}
   .tech-implimentation::before {
	content: '';
	position: absolute;
	border-top: 2px solid var(--the-dark-blue);
	width: 100%;
	top: -25px;
}
.marketing-tech-stack {
	position: relative;
}
.tech-implimentation {
	position: relative;
	margin-top: 3em;
}
   .the-sol-text {
	background: var(--the--gray);
	padding: 1.6em;
	position: relative;
}
.the-sol-text h2 {
	font-weight: 400 !important;
	max-width: 115px;
	margin-top: 1em;
}
.intergrated-multi, .omni-img-three {
	color: var(--the-purple);
}
   .service-number h1 {
	   position: relative;
	   display: flex;
	   background: var(--the--gradient);
	   width: 200px;
	   height: 90px;
	   color: var(--the-white);
	   justify-content: end;
	   align-items: center;
	   padding-right: 20px;
	   font-size: 4em;
	   font-weight: 400;
   }
   .service-holder {
	   transition: 500ms;
	   position: relative;
   }
   .service-number h1::before {
	content: '\e808';
	position: absolute;
	font-family: kesiya;
	font-size: 0.4em;
	left: 9px;
	bottom: 5px;
}
.the-center-read-more {
	background: var(--the-blue-gradient);
	min-height: 150px;
	display: flex;
	font-size: 1.4em;
	align-items: center;
	padding: 1.5em;
	max-width: 300px;
}
.the-center-read-more a:hover {
	margin-left: 8px;
}
.the-center-read-more a {
	color: var(--the-white);
	position: relative;
	padding: 0.5em;
	transition: 500ms;
}
.the-center-read-more a::after {
	content: '\e808';
	position: absolute;
	font-family: 'kesiya';
	bottom: -20px;
	left: 13px;
}
.the-solutions-image a img:hover {
	scale: 1.1;
}
.the-solutions-image {
	overflow: hidden;
}
.service-title a h3:hover {
	padding-left: 5px;
}
.service-title a h3 {
	transition: 500ms;
}

.service-title a h3 {
	color: var(--the-dark-blue);
	position: relative;
	margin-top: 15px;
}
.the-solutions-excerpt p {
	color: var(--the--font);
	font-size: 18px;
}

@media(min-width: 1400px){
    .tech-text{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	gap: 5em;
}
}
/* Contact Us */
#wpcf7-f132-o1, #wpcf7-f133-p140-o1 {
	display: flex;
	justify-content: center;
}
.wpcf7-form-control.wpcf7-text {
	height: 3.5em;
	padding: 10px;
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: 0;
	background: var(--the-purple);
	color: var(--the--gray);
	padding: 10px 35px;
	transition: 500ms;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: var(--the-black);
}

.sales-targeting h4 {
	background: var(--the-dark-blue);
	color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.customer-experience h4 {
	background: #0071a5;
	color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.lead-management h4 {
	background: #5d1c34;
		color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.negotiating-skills h4 {
	background: #5d1c34;
		color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.cross-selling h4 {
	background: #0071a5;
		color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.lead-managementt h4 {
	background: #74098d;
		color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.negotiating-skillss h4 {
	background: #5d1c34;
	color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.cross-sellingg h4 {
	background: #1c575d;
		color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}
.salesforcee h4 {
	background: #1c5e20;
	color: var(--the-white);
	padding: 5px 16px;
	border-radius: 50px;
}

/* Slider */
#homeSlider .owl-prev i::before {
	content: '\e80D';
	font-family: 'tutorial';
	font-size: 2em;
	color: var(--the-white);
}
#homeSlider .owl-next i::before {
	content: '\e806';
	font-family: 'tutorial';
	font-size: 2em;
	color: var(--the-white);
}
.counter-position {
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: end;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	top: -11em;
}
.change {
	font-size: 2.8em;
	display: block;
	width: 82px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	line-height: 0;
	text-align: center;
	margin-top: -6px;
}


.change-font {
	position: relative;
	left: -42px;
}
.slider-counter {
	position: relative;
	right: 13%;
	color: var(--the-white);
	font-size: 2.3em;
	top: -90px;
	font-family: "Lato", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
@media(max-width: 600px){
    .slider-counter {
        position: relative;
        right: -1%;
        color: var(--the-white);
        font-size: 2.3em;
        top: -40px;
        font-family: "Lato", sans-serif !important;
        font-weight: 400;
        font-style: normal;
    }
}
#homeSlider .owl-next span::after {
	content: '\e804';
	font-family: 'covenant';
	color: var(--the-blue);
	position: relative;
	right: 5px;
}
#homeSlider .owl-prev span::before {
	content: '\e805';
	font-family: 'covenant';
	color: var(--the-blue);
	position: relative;
	left: 5px;
}
.owl-next span, .owl-prev span {
	color: transparent;
}
.content-wrapper {
	position: absolute;
	top: 13%;
	width: 37%;
	/* margin-left: auto; */
	/* margin-right: auto; */
	min-height: 300px;
}
.slider-link a {
    background: var(--the-gold);
    padding: 10px 40px;
    display: inline-block;
    margin-top: 2em;
    transition: 500ms ;
    -webkit-transition: 500ms ;
    -moz-transition: 500ms ;
    -ms-transition: 500ms ;
    -o-transition: 500ms ;
}
.slider-link a:hover {
	background: var(--the-red);
	color: var(--the-white);
}
.slider-captionn::before {
	content: "";
	position: absolute;
	border-left: 1px solid var(--the-white);
	height: 127%;
	left: -70px;
	top: -19px;
}
@media(max-width: 600px){
    .content-wrapper {
	position: absolute;
	top: 38%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    }
}
.slider-captionn {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: baseline;
}
.slider-captionn h2 {
	color: var(--the-white);
	font-family: "Platypi", serif !important;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 3em !important;
}
@media (min-width: 760px) and (max-width: 1400px) {
.slider-captionn h2 {
	font-size: 2.5em !important;
}
    
}
@media (min-width: 1401px) {
	.slider-captionn h2 {
		font-size: 3em !important;
	}
}

.slider-captionn p {
	font-family: "Platypi", serif !important;
	font-optical-sizing: auto;
	font-style: normal;
	font-style: italic;
	font-size: 3em;
	line-height: 0;
}


.slider-caption h2 {
    color: #fff;
    font-weight: 400;
}

.slider-caption p {
    font-size: 20px;
}

@media(min-width: 760px){
    .slider-caption h2 {
        width: 48%;
    }
    .slider-caption p {
        width: 60%;
    }
}
#homeSlider .owl-nav.disabled {
	display: none;
}
@media(max-width:759px){
	.slider-container {
		margin-left: 0%;
	}
}


/*Pagenation*/
.pagination {
	justify-content: flex-end;
}
.pagination span, .pagination a {
	border-radius: 5px;
	font-size: 15px;
	background: var(--the-main-blue);
	color: var(--white);
	padding: 5px 10px;
	margin: 5px 5px 30px;
}
.pagination span:hover, .pagination a:hover {
	background: var(--the-black);
}
.pagination .current {
	background: var(--the-black) !important;
}
/* We are */
.we-are-description p {
	text-align: justify;
}

.we-are-intouch a {
	background: var(--the-dark-blue);
	color: var(--the-white);
	padding: 1em 3em;
	transition: 500ms;
	font-weight: 600;
	position: relative;
}
.we-are-intouch a:hover {
	background: var(--the-purple);
	color: var(--the-white);
}
.we-are-intouch a::after {
	content: '\e808';
	font-family: kesiya;
	position: absolute;
	right: 14px;
	font-size: 1.5em;
	top: 8px;
}
.we-are-image {
	margin-top: 20px;
}

.we-are .col-sm-12.col-md-8 {
	padding-right: 0;
}
.we-are {
	margin-bottom: 5em;
	margin-top: 1em;
}
@media(min-width: 600px){
	.we-are {
		margin-bottom: 5em;
		margin-top: 8em;
	}
}
.we-are-title h2 {
	font-weight: 400 !important;
	max-width: 200px;
	font-size: 3.1em !important;
	margin-bottom: 1em;
	margin-top: 2em;
}
.we-are-description p {
	line-height: 2;
	margin-bottom: 3em;
	font-size: 1.2em;
}
/* Customers */
#customerSlider img{
	height: 130px;
	object-fit: contain;
	/*width: auto;*/
}
/* Partners */
#partnerSlider img{
	height: 130px;
	object-fit: contain;
	width: auto;
}
.the-partners-section .container {
	position: relative;
}
.the-partners-section .container::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-top: 2px solid var(--the-dark-blue);
	width: 100%;
}
.the-partners-section {
	margin-top: 4em;
}
/* Footer */
.fluid-container.for-footer {
	background: var(--the-purple);
	color: var(--the-white);
	padding-top: 4em;
	padding-bottom: 2em;
	margin-top: 5em;
}
.fluid-container.for-footer a {
	color: var(--the-white) !important;
}
.the-email {
	margin-bottom: 15px;
}
#menu-footer-menu li a {
	text-decoration: underline;
	transition: 500ms;
}
.the-cp {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.fluid-container.for-footer li {
	list-style: none;
}
.fluid-container.for-footer a {
	color: var(--the-black);
	transition: 500ms;
}

.cp {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	justify-content: end;
}
.social-media-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.footer-flex {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
	margin-top: 3em;
	padding-bottom: 1em;
}
#menu-footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	margin-top: 1em;
}
.footer-text.elevate p {
	max-width: 185px;
	text-align: left !important;
	line-height: 1.5;
	font-weight: 600;
}
.yellow {
	color: #ebca4e;
}
.footer-name {
	display: flex ;
}
.footer-text.elevate {
	position: relative;
}
.mstbe-one {
	display: flex;
	gap: 4em;
	flex-wrap: wrap;
	align-items: center;
}
@media(min-width: 600px){
	.location {
	display: flex;
	justify-content: end;
}
.one::after {
	content: '';
	position: absolute;
	border-right: 2px solid var(--the-white);
	height: 58px;
	top: -2px;
	right: -2em;
}
.footer-text.elevate::before {
	content: '';
	position: absolute;
	border-right: 2px solid var(--the-white);
	height: 58px;
	top: 15px;
	left: -2em;
}
}
.one,.two {
	line-height: 1;
}
.one {
	position: relative;
}
.the-social-icons a i {
	font-size: 1.5em;
	border: 1px solid;
	border-radius: 50%;
}
/*--------Search-----------*/
@media screen and (max-width: 575px) {
    .main-nav-container {
        top: -63px;
    }
}

@media screen and (max-width: 999px) and (min-width: 576px) {
    .main-nav-container {
        top: -50px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .main-nav-container {
        top: 25px;
        right: -120px;
    }
}

@media screen and (max-width: 1200px) {
    .the-search {
        display: inline-block;
        float: right;
        position: absolute;
        top: 0;
        right: 38px;
    }

    .fa.fa-bars {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 580px) {
    .search-trigger {
        position: relative;
        display: block;
        width: 206px;
        height: 74px;
        overflow: hidden;
        white-space: nowrap;
        color: transparent;
        z-index: 10;
        top: 4em !important;
        background: var(--the-dark-blue);
        right: 225px !important;
    }

    .fa.fa-bars {
        position: absolute;
        right: 13px;
        top: 0em;
    }

    input[type="search"].search-field {
        top: -0.8em !important;
    }
}

@media screen and (max-width: 766px) and (min-width: 581px) {
    .search-trigger {
        top: 3.2em !important;
        right: 30px !important;
    }

    .fa.fa-bars {
        position: absolute;
        top: 6px !important;
        right: 12px !important;
    }

    input[type="search"].search-field {
        top: -1.2em !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .search-trigger {
        top: -1.5em !important;
        right: -99px !important;
    }

    .fa.fa-bars {
        position: absolute;
        right: -123px !important;
    }

    input[type="search"].search-field {
        top: -0.8em !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #menu-primary-menu li {
        margin-right: 2px;
    }

    .menu-primary-menu-container {
        top: -25px;
    }

    .the-search {
        top: -98px !important;
        right: -138px !important;
    }

    input[type="search"].search-field {
        top: -3.1em !important;
    }
}

@media only screen and (min-width: 1201px) {
    .the-search {
        top: 0;
        right: -210px;
        position: relative;
    }
}
.search-trigger {
	position: relative;
	display: block;
	width: 111px;
	height: 74px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 10;
	top: -30px !important;
	background: transparent;
	right: 0px;
	margin-bottom: -51px;
}

.search-trigger::before,
.search-trigger::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-trigger::before {
	top: 30px;
	left: 23px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 3px solid transparent;
	font-family: 'kesiya';
	content: "\e802";
	color: var(--the--font);
	text-indent: 31px;
	font-size: 1.4em;
	font-weight: 600;
}
.search-trigger::after {
    height: 15px;
    width: 3px;
    /*    background: var(--black);*/
    bottom: 20px;
    right: 159px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 13px;
    left: 13px;
}

.search-trigger span::before,
.search-trigger span::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 35px;
    top: 50%;
    margin-top: -2px;
    left: 45%;
    margin-left: -11px;
    background: var(--the-white);
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
:not(.home) .search-trigger span::before, :not(.home) .search-trigger span::after {
	content: "";
	position: absolute;
	background: var(--the-black);
}
.home .header-container .search-trigger span::before, .home .header-container .search-trigger span::after {
	content: "";
	position: absolute;
	background: var(--the-black);
}
.search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-trigger.search-is-visible::before,
.search-trigger.search-is-visible::after {
    opacity: 0;
}

.search-trigger.search-is-visible span::before,
.search-trigger.search-is-visible span::after {
    opacity: 1;
}

.search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="search"].search-field {
	padding: 20px;
	margin: 49px 0px;
	border: 1px solid var(--the-black);
	position: absolute;
	top: 21px !important;
	border-radius: 0 0 0px 0px;
	width: 100%;
	left: 0;
	z-index: 9;
}
.search form {
    height: 100%;
    width: 100%;
}

.search {
    position: absolute;
    height: 70px;
    width: 100%;
    /* top: 39px; */
    /* left: 0; */
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search.search-results {
    position: absolute;
    height: 70px;
    width: 100%;
    top: 0px;
    /* left: 0; */
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search form {
    height: 100%;
    width: 100%;
    display: inline;
}

.search input {
    border-radius: 0;
    border: none;
    background: var(--the-gray);
    height: 113%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 25px;
    color: var(--the-black);
}

.search input {
    border-radius: 0;
    border: none;
    background: var(--the-white);
    height: 113%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 25px;
    color: var(--the-black);
}

.search input::-webkit-input-placeholder,
.search input::-moz-placeholder,
.search input:-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #c9cbc4;
}

.search input:focus {
    outline: none;
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.the-search {
    display: inline-block;
    float: right;
}

.srch li {
    list-style: none;
}
/*About Us*/
.mission, .vision, .values h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mission h2, .vision h2, .values h2 {
	position: relative;
	font-weight: 400 !important;
	padding-bottom: 0.5em;
}
.mission p, .vision p {
	text-align: center !important;
	color: var(--the-dark-blue);
}
.value-grid p {
	color: var(--the-dark-blue);
	padding-top: 10px;
}
.mission h2::before {
	content: '\e80f' !important;
	font-family: 'kesiya' !important;
	position: relative;
	left: -10px;
}
.vision h2::before {
	content: '\e810';
	font-family: 'kesiya';
	position: relative;
	left: -10px;
}
.values h2::before {
	content: '\e811';
	font-family: 'kesiya';
	position: relative;
	left: -95px;
	font-size: 33px;
	bottom: -41px;
}
.values h2::after {
	content: '\e812';
	font-family: 'kesiya';
	position: relative;
	left: -86px;
	top: -47px;
	font-size: 26px;
}
.value-grid h5 {
	background: var(--the-dark-blue);
	color: var(--the-white);
	padding: 8px 14px;
	display: inline-block;
	width: 150px;
	text-align: center;
	border-radius: 50px;
}
.respect, .creative, .innovation, .integrity{
	text-align: center;
}
.respect p, .creative p, .innovation p, .integrity p {
	text-align: center !important;
}
.profile-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 8em;
}
/*.the-founder {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	text-align: center;*/
/*	border: 1px solid var(--the-black);*/
/*	padding: 7px 20px;*/
/*	border-radius: 50px;*/
/*	align-items: center;*/
/*	line-height: 0;*/
/*	margin-bottom: 2em;*/
/*}*/
.profile-toggle {
	display: flex;
	flex-direction: column;
	text-align: center;
	border: 1px solid var(--the-black);
	padding: 3px 15px;
	border-radius: 50px;
	align-items: center;
	line-height: 0;
	margin-bottom: 2em;
	height: 71px;
}
.abt {
	border: 1px solid var(--the-dark-blue);
	padding: 4em 2em;
	border-radius: 50px;
	padding-bottom: 8em;
}
.has-text-align-center {
	text-align: center !important;
}
.has-text-align-center a {
	color: var(--the-dark-blue);
	text-decoration: ;
	background: var(--the-purple);
	color: var(--the-white);
	padding: 10px;
	border-radius: 21px;
	transition: 500ms;
}
.has-text-align-center a:hover {
	background: var(--the--font);
}
.profile-text p {
	color: var(--the-dark-blue);
}
.the-founder h4 {
	font-weight: 600;
}
.class-one p, .class-two p {
	text-align: center !important;
}
.class-one, .class-two {
	display: flex;
	justify-content: center;
}
@media(max-width:649px){
    .value-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
 }
}
@media(min-width: 650px){
    .mission p, .vision p {
	text-align: center !important;
	color: var(--the-dark-blue);
	max-width: 50%;
    }

}
@media (min-width: 800px) and (max-width: 1200px) {
  .value-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	gap: 2em;
 }

}
@media(min-width: 1201px){
     .value-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2em;
 }
     .profile-text p {
	color: var(--the-dark-blue);
	max-width: 70%;
}
  .creative, .innovation {
	position: relative;
 }
 .creative::before {
	content: '';
	border-left: 1px solid var(--the-dark-blue);
	height: 100%;
	position: absolute;
	left: 0;
}
.creative::after, .innovation::after {
	content: '';
	border-left: 1px solid var(--the-dark-blue);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.innovation::after {
	content: '';
	border-left: 1px solid var(--the-dark-blue);
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
}
}
/*Profile*/
.profile-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.profile-text.open {
    max-height: 500px; /* Adjust based on content height */
}
/*Blog*/
.blog-wrap, .news-wrap {
	margin-bottom: 3em;
	position: relative;
}
.blog-img img {
	position: ;
	object-position: top !important;
}
.blog-img img {
	height: 304px !important;
	object-fit: cover;
}

.blog-wrap::after, .news-wrap::after {
	content: '';
	position: absolute;
	border-bottom: 1px solid var(--the-black);
	width: 100%;
	bottom: -16px;
}
@media(max-width: 599px){
    .blog-wrap {
	margin-bottom: 2em;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
    }
}
@media(min-width:600px){
    .blog-wrap {
	margin-bottom: 2em;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 2em;
    }
}


/*New Customer none slide version home page*/
 @media(max-width: 600px){
   .customer-flexx {
    display: grid;
    grid-template-columns: 1fr;
    gap: .5em;
    width: 100%;
    justify-items: center; 
    align-items: center;  
}

}

@media(min-width:601px){
.customer-flexx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .5em;
    width: 100%;
    justify-items: center;
    align-items: center;   
}

}

@media(min-width: 900px){
    .customer-flexx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: .5em;
    width: 100%;
    justify-items: center;
    align-items: center;   
}
}
.customer-flexx img {
	max-width: 230px !important;
	margin-top: 1em;
}


/*Woow gallery*/
.woowgallery-amron .woow-gal-amron-thumb .woow-gal-amron-main-wrap .woow-gal-amron-desc-wrap {
	background: var(--the-purple) !important;
}
.woow-gal-amron-title {
	color: var(--the-white) !important;
	font-size: 15px !important;
}