a {
    text-decoration: none !important;
}
a:focus {
    background-color: transparent !important;
    outline: 0 !important;
}
a:focus img {
    outline: 0 !important;
}
body {
    font-family: 'Poppins', sans-serif !important;
}
img {
    height: auto !important;
}
/* html {
    font-size: clamp(7px, 1vw, 7px);
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb #ffffff;
}
html::-webkit-scrollbar {
    width: 7px;
}
html::-webkit-scrollbar-track {
    background-color: #ffffff;
}
html::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
} */
body.noscroll {
    overflow: hidden !important;
}
.wow {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/** Header Css **/
.page-template-products .eis-header {
    background-color: rgba(0, 0, 0, 0.9);
}
#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 20px 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scrollup-visible #header {
    background: rgba(0,0,0,0.5);
}
#header .logo {
    margin: 0 10px 0 0;
    max-width: 137px;
}
#header .logo a {
    display: block;
}
#header .logo a.logo-black {
    display: none;
}
.sectionwhite #header .logo a.logo-black {
    display: block;
}
.sectionwhite #header .logo a.logo-white {
    display: none;
}
#header .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.nav-opener {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.nav-opener p {
    color: #ffffff;
}
.nav-opener .close-txt {
    display: none;
}
.nav-extended .nav-opener .close-txt {
    display: block;
}
.nav-extended .nav-opener .open-txt {
    display: none;
}
.nav-opener span {
    width: 26px;
    height: 3px;
    background: #fff;
    margin: 0 0 0 10px;
    position: relative;
    transition: all 0.3s ease;
}
.nav-opener span:after,
.nav-opener span:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -8px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
}
.nav-opener span:after {
    top: auto;
    bottom: -8px;
}
.nav-extended .nav-opener span:before {
    display: none;
}
.nav-extended .nav-opener span {
    transform: rotate(45deg);
}
.nav-extended .nav-opener span:after {
    transform: rotate(-90deg);
    bottom: 0;
}
#video_container {
    position: relative;
    width: 100%;
    height: 100vh;
}
#video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
#nav {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 3vw;
    top: 7vw;
    bottom: 4vw;
    right: 3vw;
    z-index: 9;
    background-color: #14b8e1;
    padding: 0;
    overflow-y: auto;
    transition: all 1s cubic-bezier(0.5,0.1,1,1.0);
}
.nav-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: -3000px;
    top: 7vh;
    bottom: 7vh;
    right: auto;
}
.nav-extended .nav-holder{
    left: 7vh;
    right: 7vh;
    transition: all 1s 0.5s ease;
}
.nav-holder .nav-column {
    flex: 0 0 50%;
    max-width: 50%;
}
.nav-holder .video-holder {
    margin: 0 0 50px;
    overflow: hidden;
    max-width: 475px;
}
.nav-holder .video-holder video {
    display: block;
    width: 100%;
    height: 268px;
}
.nav-holder .contact-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}
.copyright-section p {
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 5px;
}
.nav-holder .contact-columns .contact-col {
    flex: 0 0 50%;
    max-width: 50%;
}
.nav-holder .contact-columns .contact-col strong {
    display: block;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #ffffff;
}
.nav-holder .contact-columns .contact-col .conatct-menu {
    padding-left: 0;
    list-style: none;
}
.nav-holder .contact-columns .contact-col .conatct-menu li a, .nav-holder .contact-columns .contact-col p {
    color: #ffffff;
}
.nav-holder .contact-columns .social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nav-holder .contact-columns .social-media li {
    margin: 0 18px 0 0;
}
.nav-holder .contact-columns .social-media a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    color: #007eff;
    justify-content: center;
}
.nav-holder .contact-columns .social-media a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 5px;
    transform: rotate(45deg);
    z-index: -1;
}
.nav-holder .contact-columns .contact-col .col,
.nav-holder .contact-columns .contact-col .social-section{
    margin: 0 0 30px;
}
.nav-holder .nav-column .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}
.nav-holder .nav-column .menu li {
    margin: 0 0 40px;
}
.nav-holder .nav-column .menu li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
}
.nav-holder .nav-column .menu li a:before {
    position: absolute;
    content: '';
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #fff;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
}
.nav-holder .nav-column .menu li a:hover:before{left: 0;}
.nav-holder .nav-column .menu li > ul {
    padding: 0 0 0 20px;
    font-size: 20px;
    transition: all 1s ease-out;
    max-height: 0;
    overflow: hidden;
}
.nav-holder .nav-column .menu li:hover > ul {
    transition: all 1s ease-in;
    max-height: 300px;
    padding-top: 30px;
}
.nav-holder .nav-column .menu li > ul > li {
    margin: 0 0 20px;
}
.nav-extended #nav {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
}
.eis-header {
    background-color: rgba(0, 0, 0, 0);
    padding: 25px 25px 25px;
}
.fixed-header {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	width: 100%;
	transition-duration: 0.3s;
	transition: position 3s;
	-webkit-transition: position 3s;
	-moz-transition: position 3s;
	-ms-transition: position 3s;
	-o-transition: position 3s;
    z-index: 1001;
}
.eis-header .custom-logo-link img {
    width: 150px;
}
.eis-header .custom-logo-link:focus img {
	outline: 0 !important;
}
.eis-header .header-menu .nav-menu .top-bar-nav {
    display: flex;
}
.eis-header .header-menu {
    justify-content: flex-end;
}
.eis-header .header-menu .nav-menu li {
    margin: 0px 25px;
}
.eis-header .navbar .header-menu .nav-menu li a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.eis-header .navbar .header-menu .nav-menu li.active a {
    border-bottom: 1px solid #14B8E1;
    color: #14B8E1;
    padding-bottom: 7px;
}
.eis-header .navbar .header-menu .nav-menu li a:hover {
    color: #14B8E1;
    padding-bottom: 7px;
    border-bottom: 1px solid #14B8E1;
}
.eis-header .navbar .header-menu .nav-menu li a:focus {
    color: #14B8E1;
    background-color: transparent;
}
.close-menu {
    display: none;
}
.eis-header .get-started-menu li a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding: 11px 30px 14px;
    border: 1px solid #ffffff;
    margin-left: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.eis-header .get-started-menu li a svg {
    margin-left: 20px;
    margin-top: -4px;
}
.eis-header .get-started-menu li a:hover, 
.eis-header .get-started-menu li a:focus {
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
    color: #000000;
}
/** End Of Header Css **/

/***** Homepage Css *****/

/** Main Banner Css **/
.eis-main-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 90vh;
    position: relative;
    background-color: #000000;
}
.eis-main-banner .banner-caption-info img {
	width: auto;
	margin-bottom: 10px;
}
.banner-caption-info h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.banner-caption-info p {
    color: #ffffff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}
.banner-content-wrapper .eis-main-banner-slider .owl-nav .owl-prev {
	position: absolute;
    top: 50%;
    left: 3%;
    background-color: transparent;
}
.banner-content-wrapper .eis-main-banner-slider .owl-nav .owl-next {
	position: absolute;
    top: 50%;
    right: 3%;
    background-color: transparent;
}
.empowering-the-next {
    background-color: #000000;
    padding: 70px 0px 100px;
}
.empowering-the-next-info {
    text-align: center;
}
.empowering-the-next-info h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 25px;
}
.empowering-the-next-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
/** End Of Main Banner Css **/

/** Techies At The Core Css **/
.techies-at-core {
    background-color: #171717;
    padding: 80px 0px;
}
.techies-at-core-info {
    margin-bottom: 100px;
    text-align: center;
}
.techies-at-core-info h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 25px;
}
.techies-at-core-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.techies-core {
    padding: 40px 0px;
    text-align: center;
    border-left: 2px dashed #ffffff;
    border-top: 2px solid transparent;
    border-bottom: 2px dashed #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: -2px;
}
.techies-core .techies-core-wrap {
    width: 55%;
    margin: 0 auto;
}
.techies-core:nth-child(1), .techies-core:nth-child(4), .techies-core:nth-child(7) {
    border-left: 0;
}
.techies-core:nth-last-child(-n + 4) {
    border-bottom: 0;
}
.techies-core.we-work-services-info:nth-last-child(-n + 4) {
    border-bottom: 2px dashed #ffffff;
}
.techies-core:hover {
    background-color: #ffffff;
}
.techies-core:hover h3 {
    color: #000000;
}
.techies-core img {
    margin-bottom: 15px;
}
.techies-core h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
/** End Of Techies At The Core Css **/

/** Techstack Css **/
.techstack {
    background-color: #ffffff;
    padding: 70px 0px;
}
.techstack-info h2 {
    color: #000000;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.techstack-pills {
    justify-content: center;
    column-gap: 100px;
}
.techstack-pills li button {
    color: #afafaf !important;
    font-size: 20px;
    line-height: 45px;
    font-weight: 600;
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.techstack-pills li button:focus {
    box-shadow: none;
}
.techstack-pills li button.active {
    border-bottom: 3px solid #00c4fb;
}
.techstack .techstack-platforms {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 70px 0px;
}
.techstack .techstack-platforms .stack-logo-wrap {
    min-height: 175px;
	display: flex;
	align-items: center;
}
.techstack .techstack-platforms .platforms-we-supoprt-wrap img {
	margin: 0 auto;
    margin-bottom: 20px;
}
.techstack .techstack-platforms .platforms-we-supoprt-wrap p {
    color: #cbcbcb;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
	display: none;
}
.techstack #pills-platforms, .techstack #pills-devices {
    text-align: center;
}
.techstack .view-our-btn {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    padding: 13px 30px 14px;
    border: 1px solid #000000;
    display: inline-block;
    border-radius: 10px;
	margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.techstack .view-our-btn:hover, 
.techstack .view-our-btn:focus {
    background-color: #cbcbcb !important;
    border: 1px solid #cbcbcb;
    color: #000000;
}
/** End Of Techstack Css **/

/** Own Immersive Experiences Css **/
.own-immersive-experiences {
    background-color: #171717;
    padding: 0px;
}
.immersive-experiences-text {
	display: flex;
	align-items: center;
}
.immersive-experiences-info img {
    margin-bottom: 25px;
}
.immersive-experiences-info span {
    color: #47C6F3;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}
.immersive-experiences-info h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}
.immersive-experiences-info h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.immersive-experiences-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.immersive-experiences-info .read-more-btn {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding: 12px 23px 13px;
    border: 1px solid #ffffff;
    display: inline-block;
    margin-top: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.immersive-experiences-info .read-more-btn:hover, 
.immersive-experiences-info .read-more-btn:focus {
    background-color: #ffffff !important;
    color: #000000;
}
.immersive-experiences-info .immersive-experiences-tabs {
    justify-content: center;
    column-gap: 50px;
	bottom: 80px;
    position: absolute;
    text-align: center;
    width: 100%;
	max-width: 100%;
    margin: 0px -15px;
}
.immersive-experiences-info .immersive-experiences-tabs li button {
    color: #ffffff !important;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    background-color: transparent !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.immersive-experiences-info .immersive-experiences-tabs li button:focus {
    box-shadow: none;
}
.immersive-experiences-info .immersive-experiences-tabs li button.active {
    border-bottom: 3px solid #00c4fb;
}
.immersive-experiences-info {
	position: relative;
}
.immersive-experiences-info .tab-pane {
	padding: 170px 0px;
}
.immersive-experiences-info #pills-metame {
	background-image: url("https://eis.sg/wp-content/uploads/2025/04/metame-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.immersive-experiences-info #pills-ivisit {
	background-image: url("https://eis.sg/wp-content/uploads/2025/04/ivisit-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
/** End Of Own Immersive Experiences Css **/

/** Trusted Known Valued Css **/
.we-are-trusted {
    background-color: #fafafa;
    padding: 70px 0px;
}
.we-are-trusted-info {
    text-align: center;
}
.we-are-trusted-info h2 {
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.clients-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.clients-logos li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 70px;
}
.we-are-trusted-info .read-more-btn {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    padding: 12px 30px 13px;
    border: 1px solid #000000;
    display: inline-block;
    margin-top: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.we-are-trusted-info .read-more-btn:hover, 
.we-are-trusted-info .read-more-btn:focus {
    background-color: #000000 !important;
    color: #ffffff;
}
.page-template-company .clients-logos li {
	width: 16%;
}
/** End Of Trusted Known Valued Css **/

/** Rooted Engineering Css **/
.rooted-engineering {
    background-color: #171717;
    padding: 70px 0px;
}
.rooted-engineering-info h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 30px;
}
.rooted-engineering-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}
.rooted-engineering-info a {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
}
.rooted-engineering-info a svg {
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}
.company-details-info-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 50px;
}
.company-details-info img {
    margin-bottom: 25px;
}
.company-details-info p {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 7px;
}
.company-details-info h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
/** End Of Rooted Engineering Css **/

/** How Things Done Css **/
.how-things-done {
    background-color: #fafafa;
    padding: 70px 0px;
}
.how-things-done-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.how-things-done h2 {
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 40px;
}
.things-menu ul li {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.things-menu ul li span {
    font-size: 8px;
    color: #ffffff;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background: linear-gradient(#00c4fb 0%, #0067ed 90.07%, #005deb 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.things-done-logos {
    text-align: center;
}
.things-done-logos .thing-done-logo {
    margin-bottom: 25px;
}
.get-things-detail p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: right;
}
/** End Of How Things Done Css **/

/** Lets Move Forward Css **/
.lets-move-forward {
    background-color: #ffffff;
    padding: 70px 0px;
}
.lets-move-pictures-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.lets-move-forward-info {
    text-align: center;
}
.lets-move-forward .lets-move-pictures {
	display: flex;
    align-items: center;
    min-height: 520px;
}
.lets-move-forward .lets-move-pictures img {
	max-width: 100% !important;
}
.lets-move-forward .lets-move-pictures-slider .owl-dots {
	text-align: center;
	margin-top: 25x;
}
.lets-move-forward .lets-move-pictures-slider .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	border-radius:50%;
	display: inline-block;
	background: #d5d5d5;
	margin:0 3px;
}
.lets-move-forward .lets-move-pictures-slider .owl-dots .owl-dot.active {
	background: #000;
}
.lets-move-forward-info h2 {
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}
.lets-move-forward-info p {
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.lets-move-contact-form {
    text-align: left;
    margin-top: 70px;
}
.lets-move-contact-form .form-group {
    margin-bottom: 25px;
}
.lets-move-contact-form .form-group.files {
    text-align: right;
}
.lets-move-contact-form .form-group.files span[data-name="text-639"] {
    width: 100%;
}
.lets-move-contact-form .form-group.files input[type=file] {
    opacity: 0;
    margin-top: -50px;
}
.lets-move-contact-form .form-group label.fileName {
    text-align: left;
    border-bottom: 2px solid #7E7E7E;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    margin: 0px !important;
    height: 50px;
    width: 100%;
}
.lets-move-contact-form .form-group label {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 !important;
    margin: 25px 0px 20px !important;
}
.lets-move-contact-form .form-group.files i {
    position: absolute;
    margin-top: -60px;
    margin-left: -20px;
    transform: rotate(135deg);
    color: #7E7E7E;
    font-size: 20px;
}
.lets-move-contact-form .form-group input {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #7E7E7E;
    height: 50px;
    padding-left: 0px;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.lets-move-contact-form .form-group input:focus {
    box-shadow: none;
    outline: 0;
    border-bottom: 2px solid #000000;
}
.lets-move-contact-form .form-group input::placeholder {
    color: #7E7E7E;
}
.lets-move-contact-form .form-group textarea {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #7E7E7E;
    height: 100px;
    padding-left: 0px;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.lets-move-contact-form .form-group textarea:focus {
    box-shadow: none;
    outline: 0;
    border-bottom: 2px solid #000000;
}
.lets-move-contact-form .form-group textarea::placeholder {
    color: #7E7E7E;
}
.lets-move-contact-form .form-group input[type="number"]::-webkit-outer-spin-button,
.lets-move-contact-form .form-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.lets-move-contact-form .form-group.submit-form {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.lets-move-contact-form .form-group .multistep {
    margin-left: 10px;
    margin-top: 10px;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
}
.lets-move-contact-form .form-group .uacf7-form-164 .ui-slider-horizontal .ui-slider-range {
    background: linear-gradient(#005deb 0%, #00c4fb 100%) !important;
}
.lets-move-contact-form .form-group .uacf7-form-164 .ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #ffffff !important;
    border: 3px solid #005deb !important;
}
.lets-move-contact-form .form-group span.uacf7-amount {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
.lets-move-contact-form .form-group .ui-slider-handle.ui-corner-all.ui-state-default {
    border: 3px solid #005deb !important;
}
.lets-move-contact-form .form-group.submit-form .read-more-btn {
    font-size: 18px;
    line-height: 22px;
    color: #000000 !important;
    font-weight: 400;
    padding: 12px 35px 13px;
    border: 1px solid #000000;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.lets-move-contact-form .form-group.submit-form .read-more-btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.lets-move-contact-form .form-group.submit-form .wpcf7-spinner {
    position: absolute;
    margin-top: 15px;
}
.wpcf7-not-valid-tip {
    color: #000000 !important;
    text-align: left;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    border-color: #61656c !important;
    color: #000000;
}
.lets-move-contact-form .note-contact {
    background-color: #faf8f0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 25px 60px;
    text-align: center;
    margin: 40px 0px;
}
.lets-move-contact-form .note-contact p {
    font-size: 14px;
    line-height: 18px;
    color: #7E7E7E;
    font-weight: 400;
    margin-bottom: 0;
}
.lets-move-contact-form .note-contact p a {
    color: #7E7E7E;
}
/** End Of Lets Move Forward Css **/

/***** End Of Homepage Css *****/

/** Footer Css **/
.eis-footer {
    background-color: #000000;
    max-width: 100% !important;
    padding: 40px 0px 0px !important;
}
.eis-footer .container {
    margin-bottom: 0;
}
.eis-footer .widget {
    margin: 0px 0px 15px !important;
}
.eis-footer .widget-area {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 !important;
    max-width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
.eis-footer .widget:nth-child(2) .wp-block-group__inner-container {
    width: 25%;
}
.eis-footer .wp-block-image {
    width: 250px;
}
.eis-footer .widget ul {
    display: inline-table;
}
.eis-footer .widget ul li {
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}
.eis-footer .widget ul li span {
    width: 25px;
    display: inline-block;
}
.eis-footer .widget ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #ababab;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.eis-footer .widget ul li a:hover {
    color: #ffffff;
}
.eis-footer .widget h2 {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.eis-footer .widget p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.eis-footer .widget p a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    margin-top: 5px;
    display: block;
}
.eis-footer .menu-quick-links-container {
    margin-top: 0;
}
.eis-footer .contact-menu {
    margin-top: 10px !important;
}
.eis-footer .contact-menu li {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 7px;
}
.eis-footer .footer-navigation-wrapper {
    justify-content: flex-start;
    margin: 0;
    display: none;
}
.eis-footer .wp-block-group__inner-container figure.size-full {
    margin-bottom: 10px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    text-align: center;
}
.eis-footer .wp-block-group__inner-container figure.size-full img{
    width: 220px;
}
.eis-footer .widget .social-menu {
    margin-top: 20px;
    margin-bottom: 10px;
}
.eis-footer .widget.widget_nav_menu #menu-company-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.eis-footer .widget.widget_nav_menu .menu-company-info-container {
    width: 40%;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
.eis-footer .widget.widget_nav_menu #menu-company-info li {
    margin: 0 25px 15px;
}
.eis-footer .widget .social-menu li {
    margin: 0px 20px;
    text-align: center;
    display: inline-block !important;
}
.eis-footer .widget .social-menu li a {
    font-size: 16px;
    line-height: 20px;
    color: #ababab;
    display: inline-block !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.eis-footer .widget .social-menu li a:hover {
    color: #ffffff;
}
.eis-footer .widget .social-menu li a:focus {
    color: #ffffff;
}
.eis-footer .widget .newsletter-field {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.eis-footer .widget .newsletter-field.newsletter-form p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.eis-footer .widget .newsletter-field span input {
    width: 405px;
}
.eis-footer .widget .newsletter-field input {
    color: #BBBBBB;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    border-bottom: 1px solid #ababab;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
}
.eis-footer .widget .newsletter-field input:focus {
    outline: 0;
    box-shadow: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.eis-footer .widget .newsletter-field input::placeholder {
    color: #BBBBBB;
}
.eis-footer .widget .newsletter-field input:focus::placeholder {
    color: #ffffff;
}
.eis-footer .widget .newsletter-field .wpcf7-submit.btn {
    background-color: transparent !important;
    position: absolute;
    border: none;
    padding-right: 5px;
    color: #ffffff !important;
    font-size: 18px;
    padding: 0px 5px 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
}
.eis-footer .widget .newsletter-field .wpcf7-submit.btn:hover {
    color: #ffffff;
}
.eis-footer .widget .newsletter-field .wpcf7-submit.btn:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}
.eis-footer .widget .newsletter-field.newsletter-form .wpcf7 form .wpcf7-response-output {
    border-color: #ffffff !important;
    color: #ffffff;
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 0;
}
.eis-footer .widget .newsletter-field.newsletter-form .wpcf7-spinner {
    position: absolute;
    opacity: 0;
}
.eis-footer .widget .newsletter-field.newsletter-form .wpcf7-not-valid-tip {
    color: #ffffff !important;
}
.footer-bottom {
    background: #000000;
    margin: 0 !important;
    padding: 20px 0px 40px;
}
.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom p {
    font-size: 14px;
    line-height: 18px;
    color: #ababab;
    font-weight: 400;
}
.footer-bottom .privacy-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    padding-left: 0;
}
.footer-bottom .privacy-nav li {
    list-style: none;
}
.footer-bottom .privacy-nav li a {
    font-size: 14px;
    line-height: 18px;
    color: #ababab;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer-bottom .privacy-nav li:nth-child(1) a:after {
    content: "";
    height: 15px;
    width: 2px;
    display: inline-block;
    background-color: #ababab;
    margin: 0px 10px;
    position: relative;
    top: 3px;
}
.footer-bottom .privacy-nav li a:hover {
    color: #ffffff;
}
/** End Of Footer Css **/

/** Product Page Css **/
.product-evolve-ar {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px 50px;
}
.product-evolve-ar-logo {
    margin-bottom: 30px;
}
.product-evolve-ar-info span {
    color: #47C6F3;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    display: inline-block;
}
.product-evolve-ar-info h2 {
    color: #000000;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 7px;
}
.product-evolve-ar-info p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.product-evolve-ar-info .read-more-btn {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 12px 23px 13px;
    background-color: #47C6F3;
    display: inline-block;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-evolve-ar-info .read-more-btn:hover, 
.product-evolve-ar-info .read-more-btn:focus {
    background-color: #000000 !important;
}
.product-evolve-ar-experience {
    padding: 0px 15px 80px;
}
.product-metame {
	background-image: url("https://eis.sg/wp-content/uploads/2025/04/metam-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 200px 0px 100px;
}
.product-metame-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.product-metame-avatar {
    width: 25%;
}
.meta-logo-top {
    position: absolute;
    padding-top: 100px;
    width: 100%;
    z-index: 1001;
}
.meta-button-bottom {
    position: absolute;
    width: 100%;
    margin-top: -150px;
}
.product-metame-info {
    text-align: left;
}
.product-metame .video-wrap {
    margin-bottom: -10px;
}
.product-metame .video-wrap video {
    width: 100%;
}
.product-metame-info h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 40px;
}
.product-metame-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.product-metame-info .read-more-btn {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding: 12px 23px 13px;
    border: 1px solid #ffffff;
    display: inline-block;
    margin-top: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-metame-info .read-more-btn:hover, 
.product-metame-info .read-more-btn:focus {
    background-color: #ffffff !important;
    color: #000000;
}
.product-call-sg {
	background-color: #000000;
	padding: 200px 0px;
}
.product-call-sg h2 {
	text-transform: uppercase;
}
.product-ivisit {
    background-color: #ffffff;
    padding: 150px 0px 120px;
}
.product-ivisit-wrapper {
    display: flex;
    align-items: center;
}
.product-ivisit-info img {
    margin-bottom: 20px;
}
.product-ivisit-info h2 {
    color: #000000;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 7px;
}
.product-ivisit-info p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.product-ivisit-info .read-more-btn {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    padding: 12px 23px 13px;
    border: 1px solid #000000;
    display: inline-block;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-ivisit-info .read-more-btn:hover, 
.product-ivisit-info .read-more-btn:focus {
    background-color: #000000 !important;
    color: #ffffff;
}
.product-ivisit-image-wrapper {
    display: flex;
    align-items: center;
}
/** End Of Product Page Css **/

/** Company Page Css **/
.company-banner {
    background-color: #000000;
    padding: 200px 0px 0px;
}
.company-banner-info {
    text-align: center;
}
.company-banner-info h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 25px;
}
.company-banner-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.company-banner .company-banner-image {
	margin: 0px -10px;
}
.company-banner .company-banner-image img {
	max-width: 100% !important;
}
.company-key-facts {
/*     background: linear-gradient(#00c4fb 0%, #005deb 100%); */
	background-color: #171717;
    padding: 100px 0px 50px;
}
.company-key-facts-wrapper {
	display: flex;
	justify-content: space-between;
}

.key-facts-title {
    margin-bottom: 30px;
}
.key-facts-title h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
}
.key-facts-wrappers {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.key-facts-info {
    text-align: left;
    width: 20%;
}
.key-facts-info p {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 5px;
}
.key-facts-info h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
/** End Of Company Page Css **/

/** About Company Page Css **/
.about-company-offices {
    background-color: #171717;
    padding: 90px 0px;
}
.about-offices-info h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 40px;
}
.offices-wrapper {
    display: flex;
    overflow: hidden;
    width: 100% !important;
}
.offices-list {
    display: flex;
    padding: 0;
    margin: 0;
    animation: offices-scroll 10s linear infinite;
}
.offices-list li {
    line-height: 60px;
    margin-right: 60px;
    white-space: nowrap;
    flex: 1;
    text-align: center;
    position: relative;
}
.offices-wrapper li::after {
    content: '';
    position: absolute;
    background: #ffffff;
    display: block;
    width: 100%;
    height: 3px;
    top: 35px;
    left: 100%;
    z-index: 1;
}
.offices-wrapper li span {
    color: #ffffff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    background-color: #171717;
    padding: 0px 20px;
    position: relative;
    z-index: 1001;
}
.offices-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    animation: offices-scroll 30s linear infinite;
    -webkit-animation: offices-scroll 30s linear infinite;
}
@keyframes offices-scroll {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.about-company {
    background-color: #171717;
	padding: 30px 0px 120px;
}
.about-company-info {
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    min-height: above;
}
.about-company-info-wrapper {
    max-width: 100%;
    display: flex;
/*     margin: 15vh -8% 0 0; */
    position: relative;
    z-index: 1;
/*     padding: 1rem 4.5rem 8rem 9rem; */
    align-items: center;
}
.about-company-info h2 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-company-info p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.about-company-info h3 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 25px;
}
.about-company .about-company-image {
	display: none !important;
    max-width: 60%;
    transform: scale(0);
    transform-origin: 100% 0;
    display: flex;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform: scale(1);
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
#movediv {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
    font-size: 400px;
    font-weight: 700;
    z-index: -1;
    color: #ececec;
	display: none;
}
.values-reflect {
    background-color: #2B2C2C;
    padding: 100px 0px;
}
.values-reflect-info {
    text-align: center;
    margin-bottom: 80px;
}
.values-reflect-info h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}
.values-reflect-boxes .row {
    margin-left: -15px;
    margin-right: -15px;
}
.values-reflect-boxes .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.values-card-wrapper {
    margin-bottom: 30px;
}
.values-card-wrapper:hover .values-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.values-card-wrapper:hover .values-card-front {
    display: none;
}
.values-card-wrapper:hover .values-card-back {
    display: block;
}
.values-card-inner {
    background-color: #ffffff;
    padding: 40px 30px;
    height: 280px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out;
    -webkit-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
}
.values-card-back {
    display: none;
}
.values-card-front, .values-card-back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.values-card-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.values-card-wrapper .more-btn {
    text-align: right;
}
.values-card-wrapper .more-btn a {
    color: #000000;
    width: 50px;
    height: 50px;
    border: 2px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.values-card-wrapper .more-btn a i {
    padding-left: 2px;
}
.values-card-front img {
    margin-top: -20px;
}
.values-card-front span {
    color: #000000;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    margin-top: 25px;
    display: block;
}
.values-card-front h3 {
    color: #000000;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.values-card-back h4 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: -35px;
}
.values-card-back p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.this-is-evolve {
    background-color: #000000;
    padding: 100px 0px;
}
.this-is-evolve-info {
    text-align: center;
}
.this-is-evolve-info h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.this-is-evolve-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
/** End Of About Company Page Css **/

/** Services Page Css **/
.services-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0px 70px;
}
.services-banner-caption .company-banner-info {
    text-align: center;
}
.eis-banner-services-info {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 130px;
}
.eis-banner-services-info .eis-banner-services-box {
    width: 33.33%;
}
.eis-banner-services-head {
    background-color: #fafafa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 30px;
}
.eis-banner-services-info .eis-banner-services-box:nth-child(1) .eis-banner-services-head {
    border-top-left-radius: 10px;
}
.eis-banner-services-info .eis-banner-services-box:nth-child(3) .eis-banner-services-head {
    border-top-right-radius: 10px;
}
.eis-banner-services-box h3 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 20px;
}
.eis-banner-services-box p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 25px 30px;
}
.artificial-intelligence {
    background-color: #f5f8fa;
    padding: 100px 0px 70px;
}
.artificial-intelligence-title h2 {
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 70px;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    column-gap: 15px;
}
.artificial-intelligence-title h2:after {
    border-top: 2px solid #707070;
    content: "";
    display: table-cell;
    position: relative;
    top: 36px;
    width: 100%;
}
.artificial-intelligence-image {
    padding-right: 60px;
}
.artificial-intelligence-info {
    padding: 40px;
}
.artificial-intelligence-info p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.artificial-intelligence-help-with {
    margin-left: auto;
    margin-top: -150px;
    margin-right: 50px;
}
.artificial-intelligence-can-help {
    background-color: #ffffff;
    padding: 50px 45px;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.artificial-intelligence-can-help h3 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}
.artificial-intelligence-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: flex-start;
}
.artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
    border: 1px solid #f0ebeb;
    width: 31%;
    padding: 20px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.artificial-intelligence-info-wrapper .artificial-intelligence-info-box span.check {
    width: 10%;
    line-height: 10px;
}
.artificial-intelligence-info-wrapper .artificial-intelligence-info-box span.check i {
    font-size: 8px;
    color: #ffffff;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background: linear-gradient(#00c4fb 0%, #0067ed 90.07%, #005deb 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.artificial-intelligence-info-wrapper .artificial-intelligence-info-box p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 0px 10px;
    width: 80%;
}
.artificial-intelligence-info-wrapper .artificial-intelligence-info-box span.arrow-icon {
    color: #008FF3;
    font-size: 18px;
    width: 10%;
    text-align: right;
}
.dots-image {
    text-align: right;
    position: relative;
    bottom: 15px;
    right: 80px;
}
.dots-image img {
    position: absolute;
}
.iot-connected-devices {
    padding-top: 150px;
}
.iot-connected-devices .artificial-intelligence-title h2:after {
    top: 130px;
}
.iot-connected-devices .artificial-intelligence-info {
    padding: 0px 60px 30px 0px;
}
.iot-connected-devices .artificial-intelligence-info p {
    margin-bottom: 15px;
}
.iot-connected-devices-image {
    padding-bottom: 40px;
}
.iot-connected-image-right {
	text-align: right;
}
.iot-connected-artificial-intelligence-can-help {
	margin-right: auto;
	margin-top: -170px;
}
.mobile-wears-can-help {
	margin-right: auto;
	margin-top: -170px;
}
.data-visualization-help-with {
	margin-left: auto;
	margin-top: -170px;
}
/* .iot-connected-devices .artificial-intelligence-can-help {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    padding-top: 40px !important;
} */
.iot-connected-devices .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
    background-color: #ffffff;
    width: 31%;
}
.augmented-reality {
    background-color: #F5F8FA;
    padding: 80px 0px;
}
.augmented-reality .artificial-intelligence-info {
    padding: 20px 40px 20px 0px;
}
.augmented-reality-help-with {
	margin-left: auto;
    margin-top: -150px;
	margin-right: 70px;
}
/* .augmented-reality .artificial-intelligence-can-help {
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
} */
.augmented-reality .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
    width: 42%;
}
.augmented-reality-dots-image {
    bottom: 15px;
    right: 60px;
}
.mobile-wearables {
    margin-top: 100px;
}
.mobile-wearables-title h2 {
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 70px;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    column-gap: 15px;
}
.mobile-wearables-title h2::before {
    border-top: 2px solid #707070;
    content: "";
    display: table-cell;
    position: relative;
    top: 36px;
    width: 100%;
}
.mobile-wearables .artificial-intelligence-image {
    padding-right: 0px;
}
.mobile-wearables .dots-image {
	bottom: 40px;
    right: 20px;
}
.devops-infrastructure {
    background-color: #f5f8fa;
    padding: 100px 0px 100px;
}
.devops-infrastructure .artificial-intelligence-info {
    padding: 0px 40px 20px 0px;
}
.devops-infrastructure .artificial-intelligence-image {
    padding-right: 0px;
}
.devops-infrastructure .artificial-intelligence-title h2:after {
    top: 80px;
}
.devops-infrastructure .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
    background-color: #ffffff;
    width: 20%;
}
.devops-infrastructure .dots-image {
    bottom: 35px;
    right: 75px;
}
.data-visualization {
    margin-top: 70px;
}
.data-visualization .artificial-intelligence-info {
    padding: 20px 40px 70px;
}
/* .data-visualization .artificial-intelligence-can-help {
    padding: 0px 40px 0px;
} */
.data-visualization .artificial-intelligence-info-wrapper {
    column-gap: 40px;
}
.data-visualization .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
    width: 45%;
}
.ui-ux {
    margin-top: 150px;
}
.ui-ux .artificial-intelligence-title h2:after {
    top: 36px;
}
.ui-ux .dots-image {
	bottom: 15px;
    right: 74px;
}
.we-work-services-info h3 {
    margin-bottom: 10px;
}
.we-work-services-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.techies-core.we-work-services-info .techies-core-wrap {
    width: 56%;
}
.techies-core.we-work-services-info:hover p {
    color: #000000;
}
.techies-core.we-work-services-info:nth-child(10) {
    border-left: 0;
}
.we-work-services-info .work-contact-btn {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 30px;
    border: 1px solid #ffffff;
    background-color: #FFFFFF;
    display: inline-block;
    margin-top: 80px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.we-work-services-info .work-contact-btn:hover, 
.we-work-services-info .work-contact-btn:focus {
    background-color: #000000 !important;
    border: 1px solid #000000;
    color: #ffffff;
}
.ai-across-industries {
    background-color: #ffffff;
    padding: 100px 0px;
}
.ai-across-industries-info h2 {
    color: #000000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.ai-across-industries-wrapper {
    margin-top: 70px;
}
.ai-across-industries-tabs {
    width: 35%;
    margin-right: 75px;
}
.ai-across-industries-tabs button {
    display: flex;
    padding: 10px 25px;
    background-color: transparent !important;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.ai-across-industries-tabs button.active {
    background: linear-gradient(#00c4fb 0%, #005deb 100%);
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.16));
    -webkit-filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.16));
}
.ai-across-industries-tabs button.active h3 {
    color: #ffffff;
}
.ai-across-industries-tabs button.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.ai-across-industries-tabs button img {
    margin-right: 25px;
    max-width: 40px !important;
}
.ai-across-industries-tabs button h3 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.ai-across-industries-tabs-content {
    background-color: #fff;
    padding: 50px 70px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    width: 65%;
}
.ai-across-industries-tabs-content h4 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ai-across-industries-tabs-content p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.ai-across-industries-tabs-content ul {
    padding-left: 20px;
}
.ai-across-industries-tabs-content ul li {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    list-style: disc;
    width: 100%;
    margin-bottom: 3px;
}
.ai-across-industries-tabs-content ul li span {
    margin-left: 40px;
}
.marketing-logo {
    text-align: right;
    margin-top: -90px;
    margin-right: -30px;
}
.marketing-logo img {
    max-width: 100px !important;
}
.ai-across-industries-accordion {
    margin-top: 20px;
}
.ai-across-industries-accordion .accordion-item {
    border: none;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}
.ai-across-industries-accordion button {
    display: flex;
    padding: 10px 15px;
    background: linear-gradient(#00c4fb 0%, #005deb 100%);
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.16));
    -webkit-filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.16));
    align-items: center;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}
.ai-across-industries-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.ai-across-industries-accordion button:focus {
    box-shadow: none;
}
.ai-across-industries-accordion button img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.ai-across-industries-accordion button img {
    margin-right: 10px;
    max-width: 30px !important;
}
.ai-across-industries-accordion button h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.ai-across-industries-accordion .accordion-body h4 {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ai-across-industries-accordion .accordion-body p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.ai-across-industries-accordion .accordion-body ul {
    padding-left: 20px;
}
.ai-across-industries-accordion .accordion-body ul li {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    list-style: disc;
    width: 100%;
    margin-bottom: 3px;
}
.ai-across-industries-accordion .accordion-body ul li span {
    margin-left: 40px;
}
/** End Of Services Page Css **/

/** Tech Stack Page Css **/
.tech-stack-banner {
	background-image: url("https://eis.sg/wp-content/uploads/2025/04/TECH-STACK-BANNER.jpg");
	background-repeat: no-repeat;	
	background-size: cover;
}
.company-banner.technology-banner {
    padding: 250px 0px 200px;
}
.tech-stacks {
    background-color: #171717;
    padding: 100px 0px 50px;
}
.tech-stacks-title {
    margin-bottom: 25px;
}
.tech-stacks-title h2 {
    color: #14B8E1;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.tech-stacks-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
    margin-bottom: 50px;
}
.tech-stacks-logos-wrapper .tech-stacks-logos {
    width: 16.66%;
    margin-bottom: 30px;
    padding: 0px 20px;
}
/** End Of Tech Stack Page Css **/

/** Contact Us Page Css **/
.contact-us {
    background-color: #000000;
    padding: 200px 0px 0px;
}
.contact-us-info h2 {
    color: #ffffff;
    font-size: 75px;
    line-height: 90px;
    font-weight: 600;
    margin-bottom: 100px;
}
.contact-us-info h2 span {
    color: #14B8E1;
}
.contact-us-info h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.contact-us-info h3 span {
    color: #14B8E1;
}
.page-template-contact .contact-us hr {
    border-top: 2px solid #ababab;
    margin-top: 100px;
    height: 0;
}
.contact-us-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.contact-us-info-wrapper .contact-questions {
    width: 50%;
}
.contact-us-info-wrapper .contact-questions h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-us-info-wrapper .contact-questions ul {
    padding-left: 0;
    list-style: none;
}
.contact-us-info-wrapper .contact-questions ul li a, .contact-us-info-wrapper .contact-questions p {
    color: #ababab;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.contact-us-info-wrapper .contact-questions ul li a:hover {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.contact-us-info-wrapper .contact-social-menu {
    width: 100%;
    margin-top: 35px;
}
.contact-us-info-wrapper .contact-social-menu li {
    margin-right: 15px;
}
.contact-form-info h2 {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}
.lets-move-contact-form.contact-us-form {
    margin-top: 0px;
}
.lets-move-contact-form.contact-us-form .form-group label {
    color: #ababab;
}
.lets-move-contact-form.contact-us-form .form-group.files i {
    color: #ababab;
    margin-top: -70px;
}
.lets-move-contact-form.contact-us-form .form-group input {
    color: #ffffff;
    border-bottom: 2px solid #ababab;
}
.lets-move-contact-form.contact-us-form .form-group input:focus {
    box-shadow: none;
    outline: 0;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}
.lets-move-contact-form.contact-us-form .form-group input:focus::placeholder {
    color: #ffffff;
}
.lets-move-contact-form.contact-us-form .form-group input::placeholder {
    color: #ababab;
}
.lets-move-contact-form.contact-us-form .form-group textarea:focus {
    box-shadow: none;
    outline: 0;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}
.lets-move-contact-form.contact-us-form .form-group textarea:focus::placeholder {
    color: #ffffff;
}
.lets-move-contact-form.contact-us-form .form-group textarea::placeholder {
    color: #ababab;
}
.contact-us-form .form-group .uacf7-form-164 .ui-slider-horizontal .ui-slider-range {
    background: linear-gradient(#ababab 0%, #ababab 100%) !important;
}
.contact-us-form .form-group .uacf7-form-164 .ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #ffffff !important;
    border: 3px solid #005deb !important;
}
.contact-us-form .form-group span.uacf7-amount {
    color: #ffffff;
}
.contact-us-form .form-group .ui-slider-handle.ui-corner-all.ui-state-default {
    border: 3px solid #ababab !important;
}
.uacf7-form-957 .ui-widget.ui-widget-content {
    border: 1px solid #ababab !important;
}
.uacf7-form-957 .ui-slider-horizontal .ui-slider-range {
    background-color: #ababab !important;
}
.contact-us-form .form-group.submit-form .read-more-btn {
    font-size: 18px;
    line-height: 22px;
    color: #ababab !important;
    font-weight: 400;
    padding: 12px 35px 13px;
    border: 1px solid #ababab;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.contact-us-form .form-group.submit-form .read-more-btn:hover {
    background-color: #000000 !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    border-color: #ababab !important;
    color: #0a0a0a;
    font-size: 15px;
}
.lets-move-contact-form.contact-us-form .wpcf7 form.invalid .wpcf7-response-output, .lets-move-contact-form.contact-us-form .wpcf7 form .wpcf7-response-output {
    color: #ffffff !important;
}
.lets-move-contact-form.contact-us-form .wpcf7-not-valid-tip {
    color: #ffffff !important;
}
.lets-move-contact-form.contact-us-form .note-contact p {
    color: #ababab;
}
.lets-move-contact-form.contact-us-form .note-contact p a {
    color: #ababab;
}
/** End Of Contact Us Page Css **/

/** Privacy Policy Css **/
.privacy-policy-sec {
    background-color: #171717;
    padding: 150px 0px 70px;
}
.privacy-policy-sec h1 {
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}
.privacy-policy-sec h2 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
}
.privacy-policy-sec ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.privacy-policy-sec p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}
.privacy-policy-sec ul {
    margin-top: 20px;
}
.privacy-policy-sec ul li {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}
.privacy-policy-sec .address {
    margin-bottom: 15px;
}
.privacy-policy-sec .address span {
    color: #47C6F3;
}
/** End Of Privacy Policy Css **/

/** 404 Page Css **/
.error404 .site-content {
	background-color: #171717;
    padding: 150px 0px 80px;
}
.error404 .site-content .page-header {
	border: none;
}
.error404 .site-content h1 {
	color: #fff;
    font-size: 60px;
    line-height: 64px;
	text-align: center;
}
.error404 .site-content p {
	color: #fff;
	text-align: center;
}
.error404 .site-content .page-content form {
	display: none;
}
/** End Of 404 Page Css **/

/** Popup Css **/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  position: relative;
  background: transparent;
  padding: 0;
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
}
.popup-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff !important;
  border: none;
  cursor: pointer;
  border-radius:50%;
  width: 35px;
  height: 35px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  color: #000 !important;
  font-size: 35px;
  display: block;
  line-height: 11px;
  display: flex;
  justify-content: center;
  padding: 9px;
}
/** End Of PopupCss **/

/***** Media Query Css *****/
@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1650px;
    }
    .augmented-reality .artificial-intelligence-image img {
        max-width: 100% !important;
    }
    .artificial-intelligence-help-with {
        margin-top: -270px;
    }
	.iot-connected-artificial-intelligence-can-help {
		margin-top: -200px;
	}
	.augmented-reality-help-with {
		margin-top: -300px;
	}
	.mobile-wears-can-help {
		margin-top: -370px;
	}
	.data-visualization-help-with {
		margin-top: -370px;
	}
    .techies-core .techies-core-wrap {
        width: 45%;
    }
    #nav {
        top: 6vw;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    #nav {
        top: 8vw;
    }
    .product-evolve-ar-info h2, .product-ivisit-info h2 {
        font-size: 29px;
        line-height: 33px;
    }
    .product-metame-info h2 {
        font-size: 32px;
        line-height: 36px;
    }
	.artificial-intelligence-title h2 {
		font-size: 36px;
		line-height: 40px;
	}
    .artificial-intelligence-help-with {
        margin-top: -70px;
        margin-right: 0;
    }
	.augmented-reality-help-with {
	  margin-top: -40px;
	  margin-right: 70px;
	}
	.iot-connected-artificial-intelligence-can-help {
	  margin-right: auto;
	  margin-top: -50px;
	}
	.augmented-reality-help-with {
	  margin-top: -40px;
	}
	.mobile-wears-can-help {
	  margin-top: -100px;
	}
	.data-visualization-help-with {
	  margin-top: -100px;
	}
	.techstack .techstack-platforms .stack-logo-wrap {
		min-height: 150px;
	}
}
@media only screen and (min-width: 992px) {
    .banner-content-wrapper {
        background-color: #000000;
        padding-top: 0px;
    }
    .mobile-heading-bottom-image, .mobile-heading-bottom-text {
        display: none;
    }
    .banner-content-wrapper .eis-main-mbl-banner {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #nav {
        top: 9vw;
    }
    .nav-holder .nav-column {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .nav-holder .contact-columns .social-media li {
        margin: 0px 20px 20px 0px;
    }
    .nav-extended .nav-holder {
        left: 5vh;
        right: 5vh;
        top: 5vh;
        bottom: 5vh;
    }
    .nav-holder .video-holder video {
        height: auto; 
    }
    #header {
        padding: 20px 45px;
    }
    .eis-main-banner {
        height: 40vh;
    }
    .banner-caption-info h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .banner-caption-info p {
        color: #ffffff;
        font-size: 22px;
        line-height: 28px;
    }
    #particles-js {
        height: 70%;
    }
    .product-evolve-ar-info h2, .product-ivisit-info h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .product-metame-info h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .techies-core .techies-core-wrap {
        width: 60%;
    }
    .values-card-inner {
        padding: 30px 20px;
        height: 300px;
    }
    .values-card-back h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .values-card-front span {
        font-size: 26px;
        line-height: 30px;
    }
    .values-card-front h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .eis-employees-slider {
        max-width: 700px;
    }
    .immersive-experiences-info h2, .rooted-engineering-info h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .immersive-experiences-info p br, .rooted-engineering-info p br {
        display: none;
    }
    .key-facts-info {
        width: 16.66%;
    }
    .artificial-intelligence-image {
        padding-right: 20px;
    }
    .artificial-intelligence-info {
        padding: 20px;
    }
    .artificial-intelligence-help-with {
        margin-top: -40px;
    }
    .artificial-intelligence-can-help {
        padding: 35px 25px;
    }
    .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 48%;
    }
    .dots-image {
        bottom: 0;
        right: 125px;
    }
    .artificial-intelligence-title h2, .mobile-wearables-title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 50px;
    }
    .artificial-intelligence-title h2::after, .mobile-wearables-title h2::after, .mobile-wearables-title h2::before {
        top: 28px;
    }
    .artificial-intelligence-info p {
        font-size: 15px;
        line-height: 24px;
    }
    .iot-connected-devices .artificial-intelligence-title h2::after {
        top: 95px;
    }
    .iot-connected-devices .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 45%;
    }
    .augmented-reality .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 45%;
    }
    .devops-infrastructure .artificial-intelligence-title h2::after {
        top: 60px;
    }
    .devops-infrastructure .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 30%;
    }
    .data-visualization .artificial-intelligence-can-help {
        padding: 0px 15px 0px;
    }
    .data-visualization .artificial-intelligence-info-wrapper {
        column-gap: 15px;
    }
    .devops-infrastructure .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 48%;
    }
    .devops-infrastructure .dots-image {
        display: none;
    }
    .ui-ux .artificial-intelligence-title h2::after {
        top: 28px;
    }
    .ai-across-industries-tabs {
        margin-right: 45px;
    }
    .ai-across-industries-tabs button h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .ai-across-industries-tabs button img {
        margin-right: 12px;
    }
    .techies-core.we-work-services-info .techies-core-wrap {
        width: 75%;
    }
    .how-things-done-info .things-menu {
        width: 40%;
    }
    .how-things-done-info .things-done-logos {
        width: 15%;
    }
    .how-things-done-info .get-things-detail {
        width: 40%;
    }
    .get-things-detail p br {
        display: none;
    }
    .eis-footer .widget:nth-child(2) .wp-block-group__inner-container {
        width: 40%;
    }
    .eis-footer .widget.widget_nav_menu .menu-company-info-container {
        width: 50%;
    }
    .lets-move-forward-info h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .contact-us-info h2 {
        font-size: 60px;
        line-height: 75px;
    }
    .meta-logo-top {
        padding-top: 60px;
    }
    .meta-button-bottom {
        margin-top: -135px;
    }
/*     .about-company-info-wrapper {
        padding: 1rem 4.5rem 5rem 5rem;
        margin: 6vh -8% 0 0;
    } */
}
@media only screen and (max-width: 991px) {
    .nav-holder .nav-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .nav-column.mobile-none {
        display: none;
    } */
    .nav-column.menu-column {
        order: 1;
    }
    .nav-column.social-column {
        order: 2;
    }
    .nav-column.social-column .video-holder {
        display: none;
    }
    .nav-holder .contact-columns .contact-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nav-column.social-column .copyright-section {
        display: none;
    }
    .nav-holder .nav-column .menu {
        font-size: 26px;
        line-height: 30px;
    }
    #header.eis-header {
        z-index: 1001;
        padding: 15px 20px;
    }
    .eis-header .custom-logo-link img {
        width: 110px;
    }
    .eis-header .header-menu {
        background-color: #ffffff;
        z-index: 1001;
        padding-top: 30px;
        height: 100vh;
    }
    .eis-header .navbar-collapse {
        width: 100% !important;
        background-color: #020601;
    }
    .close-menu {
        display: none;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
    }
    .close-menu i {
        color: #ffffff;
        font-size: 20px;
    }
    .eis-header .toogle-btn {
        background-color: transparent !important;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-size: 15px;
        padding: 5px 6px 7px;
        height: 34px;
        width: 37px;
    }
    .eis-header .toogle-btn:focus {
        box-shadow: none;
    }
    .eis-header .toogle-btn i {
        font-size: 20px;
        color: #ffffff;
        line-height: 26px;
        display: none;
    }
    .eis-header .toogle-btn .navbar-toggler-icon {
        position: relative;
        top: -2px;
        left: 6px;
    }
    .eis-header .toogle-btn .navbar-toggler-icon::before {
        position: absolute;
        right: 8px;
        top: 50%;
        content: '';
        width: 18px;
        height: 3px;
        background: #fff;
        display: block;
        -webkit-transition: .4s cubic-bezier(.96,.59,.44,.75);
        transition: .4s cubic-bezier(.96,.59,.44,.75);
        -webkit-transform: translateY(-140%);
        transform: translateY(-140%);
    }
    .eis-header .toogle-btn .navbar-toggler-icon.active::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .eis-header .toogle-btn .navbar-toggler-icon::after {
        position: absolute;
        right: 8px;
        top: 50%;
        content: '';
        width: 18px;
        height: 3px;
        background: #fff;
        display: block;
        -webkit-transition: .4s cubic-bezier(.96,.59,.44,.75);
        transition: .4s cubic-bezier(.96,.59,.44,.75);
        -webkit-transform: translateY(140%);
        transform: translateY(140%);
    }
    .eis-header .toogle-btn .navbar-toggler-icon.active::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .navbar-collapse {
        position: fixed;
        top: 80px;
        left: 0;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        box-shadow: -2px 0px 7px 0px #281931;
        -moz-box-shadow: -2px 0px 7px 0px #281931;
       -webkit-box-shadow: -2px 0px 7px 0px #281931;
    }
    .navbar-collapse.collapsing {
        pointer-events: none;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
        transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
        -moz-transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
        -ms-transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
        -o-transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
    }
    .navbar-collapse.show {
        border-top: 0.2px solid #ffffff27;
        top: 80px;
        pointer-events: all;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        overflow-x: hidden;
        overflow-y: auto;
        transition: transform 0.3s ease-in-out;
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        -ms-transition: transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: transform 500ms ease-in-out;
        -webkit-transition: transform 500ms ease-in-out;
        -moz-transition: transform 500ms ease-in-out;
        -ms-transition: transform 500ms ease-in-out;
        -o-transition: transform 500ms ease-in-out;
    }
    .eis-header .header-menu .nav-menu li {
        margin: 0px 0px 10px !important;
    }
    .eis-header .header-menu .nav-menu li {
        will-change: transform;
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        transition: opacity .5s,-webkit-transform .5s;
        transition: transform .5s,opacity .5s;
        transition: transform .5s,opacity .5s,-webkit-transform .5s;
    }
    .navbar-collapse.show .nav-menu li {
        opacity: 1;
        will-change: transform;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: opacity .5s,-webkit-transform .5s;
        transition: transform .5s,opacity .5s;
        transition: transform .5s,opacity .5s,-webkit-transform .5s;
    }
    .navbar-collapse.show .nav-menu li:nth-child(1) {
        transition-delay: calc(.5s * 2 * 1 / 8);
    }
    .navbar-collapse.show .nav-menu li:nth-child(2) {
        transition-delay: calc(.5s * 2 * 2 / 8);
    }
    .navbar-collapse.show .nav-menu li:nth-child(3) {
        transition-delay: calc(.5s * 2 * 3 / 8);
    }
    .navbar-collapse.show .nav-menu li:nth-child(4) {
        transition-delay: calc(.5s * 2 * 4 / 8);
    }
    .eis-header .navbar .header-menu .nav-menu li a {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0px;
        display: block;
        margin-top: 5px;
    }
    .eis-header .navbar .header-menu .nav-menu li a:hover {
        padding-bottom: 0;
        border: none;
    }
    .eis-header .navbar .header-menu .nav-menu li a::after {
        content: "";
        border-top: 0.2px solid #ffffff27;
        width: calc(100% - 0px);
        position: absolute;
        display: block;
        margin-top: 20px;
    }
    .eis-header .get-started-menu {
        margin-top: 40px;
        text-align: center;
    }
    .eis-header .get-started-menu li a {
        margin-left: 0;
    }
	.banner-content-wrapper .eis-main-desktop-banner {
        display: none;
    }
	.eis-main-mbl-banner {
		background-color: #000000;
	}
	.eis-main-banner-mbl-wrapper {
		padding: 150px 0px 40px;
		background-image: none !important;
		height: auto;
		align-items: flex-start;
		text-align: center;
		background-color: #000000;
	}
	.eis-main-banner-mbl-wrapper .eis-main-banner-mbl img {
		height: auto !important;
		max-width: 100% !important;
	}
	.banner-content-wrapper .eis-main-banner-mbl {
		padding-top: 75px;
	}
	.eis-main-banner-mbl-wrapper .banner-caption-info img {
		width: 220px;
        margin: 0 auto;
		margin-bottom: 10px;
	}
    .immersive-experiences-info h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .mobile-heading-bottom-text {
        padding-top: 30px;
    }
    .desktop-content-heading p, .mobile-heading-bottom-text h2, .iot-connected-devices-image-mobile {
        display: none;
    }
    .iot-connected-devices-image {
        padding-bottom: 4px;
    }
    .iot-connected-devices .artificial-intelligence-info {
        padding: 0px 0px 20px 0px;
    }
    .mobile-wearables-title {
        order: 1;
    }
    .mobile-wearables-mobile-text {
        order: 3;
        padding-top: 30px;
    }
    .mobile-wearables-mobile-text .artificial-intelligence-can-help {
        padding: 10px 0px 0px;
    }
    .mobile-wearables-mobile-help {
        order: 2;
    }
    .data-visualization {
        margin-top: 0px;
    }
    .devops-infrastructure .artificial-intelligence-info {
        padding: 0px;
    }
    .devops-infrastructure .mobile-heading-bottom-image {
        padding-bottom: 30px;
    }
    .devops-infrastructure-image {
        display: none;
    }
    .data-visualization .mobile-wearables-title {
        order: inherit;
    }
    .ui-ux .artificial-intelligence-can-help {
        padding: 30px 0px 0px;
    }
	.augmented-reality-help-with {
		margin-left: auto;
		margin-top: 15px;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.augmented-reality .artificial-intelligence-can-help {
        padding: 40px 30px;
    }
	.iot-connected-artificial-intelligence-can-help {
		margin-right: auto;
		margin-top: 0;
	}
	.iot-connected-devices .artificial-intelligence-can-help {
        padding-top: 30px !important;
    }
	.devops-infrastructure .artificial-intelligence-can-help {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.mobile-wears-can-help {
		margin-top: 10px;
		order: 4;
	}
	.data-visualization-help-with {
		margin-top: 0;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #nav {
        top: 12vw;
    }
    .eis-main-banner {
        padding: 150px 0px 50px;
        background-image: none !important;
        height: auto;
        align-items: flex-start;
        text-align: center;
    }
    .banner-caption-info h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .banner-caption-info p {
        font-size: 20px;
        line-height: 26px;
    }
    #particles-js {
        height: 80%;
    }
    .empowering-the-next-info h2, .techies-at-core-info h2, .techstack-info h2, .immersive-experiences-info h2, 
    .we-are-trusted-info h2, .rooted-engineering-info h2, .how-things-done h2, .lets-move-forward-info h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .immersive-experiences-info p br {
        display: none;
    }
    .immersive-experiences-info .read-more-btn {
        margin-bottom: 40px;
    }
    .techies-core .techies-core-wrap {
        width: 70%;
    }
    .techies-core h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .techstack, .we-are-trusted, .rooted-engineering, .how-things-done, .lets-move-forward {
        padding: 50px 0px;
    }
    .techies-at-core-info {
        margin-bottom: 70px;
    }
    .techstack .techstack-platforms {
        flex-wrap: wrap;
        margin: 50px 0px;
    }
    .techstack .techstack-platforms .platforms-we-supoprt-wrap {
        width: 25%;
        margin-bottom: 15px;
    }
    .immersive-experiences-info .immersive-experiences-tabs {
        column-gap: 50px;
        margin-top: 50px;
    }
    .immersive-experiences-info .immersive-experiences-tabs li button {
        font-size: 26px;
        line-height: 40px;
    }
    .rooted-engineering-info {
        text-align: center;
    }
    .company-details-info-wrap {
        justify-content: center;
        margin-top: 25px;
    }
/*     .about-company-info-wrapper {
        padding: 1rem 2rem 3rem 2rem;
        max-width: 48%;
        margin: 8vh -8% 0 0;
    } */
    .about-company-info h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .about-company .about-company-image {
        max-width: 60%;
    }
    #movediv {
        font-size: 200px;
    }
    .clients-logos li {
        width: 100%;
    }
	.page-template-company .clients-logos li {
		width: 25%;
	}
    .how-things-done-info {
        flex-wrap: wrap;
    }
    .get-things-detail {
        margin-top: 30px;
    }
    .get-things-detail p {
        text-align: left;
    }
    .eis-footer .widget:nth-child(2) .wp-block-group__inner-container {
        width: 50%;
    }
    .eis-footer .widget.widget_nav_menu .menu-company-info-container {
        width: 70%;
    }
    .eis-footer .wp-block-group__inner-container figure.size-full img {
        width: 175px;
    }
    .eis-footer .widget:nth-child(2) {
        padding-left: 0px;
    }
    .eis-footer .widget .newsletter-field span input {
        width: 350px;
    }
    .product-evolve-ar-info h2, .product-ivisit-info h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .product-metame-info h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .meta-logo-top {
        padding-top: 40px;
    }
    .meta-button-bottom {
        margin-top: -130px;
    }
    .product-evolve-ar {
        padding: 130px 0px 50px;
    }
    .product-evolve-ar-experience {
        padding: 0px 15px 50px;
    }
    .product-ivisit {
        padding: 80px 0px;
    }
    .key-facts-wrappers {
        flex-wrap: wrap;
		justify-content: flex-end;
    }
    .key-facts-info {
        width: 50%;
        margin-bottom: 25px;
    }
    .offices-wrapper li span {
        font-size: 36px;
        line-height: 40px;
    }
    .offices-wrapper li::after {
        top: 25px;
    }
    .values-card-inner {
        padding: 30px 20px;
        height: 300px;
    }
    .values-card-front span {
        font-size: 26px;
        line-height: 30px;
    }
    .values-card-front h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .eis-employees-slider {
        max-width: 550px;
    }
    .company-banner-info h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .company-banner-info p br {
        display: none;
    }
    .eis-banner-services-box h3 {
        font-size: 16px;
        line-height: 20px;
        margin-left: 12px;
    }
    .eis-banner-services-head {
        padding: 20px 25px;
    }
    .eis-banner-services-box p {
        padding: 20px 25px;
        font-size: 15px;
        line-height: 22px;
    }
    .artificial-intelligence-title h2, .mobile-wearables-title h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 50px;
    }
    .artificial-intelligence-title h2::after, .mobile-wearables-title h2::after, .mobile-wearables-title h2::before {
        top: 28px;
    }
    .artificial-intelligence-info p {
        font-size: 15px;
        line-height: 24px;
    }
    .artificial-intelligence-image {
        padding-right: 0px;
    }
    .artificial-intelligence-image img {
        max-width: 100% !important;
    }
    .artificial-intelligence-help-with {
        margin-top: 0;
    }
    .artificial-intelligence-can-help {
        padding: 40px 30px;
    }
    .iot-connected-devices {
        padding-top: 50px;
    }
    .iot-connected-devices .artificial-intelligence-title h2::after {
        top: 95px;
    }
    .dots-image {
        right: 120px;
        display: none;
    }
	.iot-connected-artificial-intelligence-can-help {
		margin-right: auto;
		margin-top: 0;
		margin-right: 0px;
	}
    .iot-connected-devices .artificial-intelligence-can-help {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .artificial-intelligence-can-help h3 {
        margin-bottom: 40px;
    }
    .artificial-intelligence {
        padding: 60px 0px 50px;
    }
    .artificial-intelligence-info {
        padding: 30px 0px;
    }
    .augmented-reality, .devops-infrastructure, .ai-across-industries {
        padding: 60px 0px;
    }
    .augmented-reality .artificial-intelligence-image{
        margin-bottom: 25px;
    }
    .augmented-reality .artificial-intelligence-can-help {
        padding: 20px 0px;
    }
    .augmented-reality .artificial-intelligence-info {
        padding: 0px 20px 20px 0px;
    }
    .augmented-reality-dots-image {
        right: 150px;
    }
    .mobile-wearables {
        margin-top: 30px;
    }
    .mobile-wearables-mobile-text {
        padding-top: 0px;
    }
    .mobile-wearables .artificial-intelligence-image {
        padding-top: 0px;
    }
    .devops-infrastructure .artificial-intelligence-title h2::after {
        top: 60px;
    }
    .devops-infrastructure .artificial-intelligence-info {
        padding: 0px 0px 0px 0px;
    }
    .artificial-intelligence-info-wrapper .artificial-intelligence-info-box, 
    .iot-connected-devices .artificial-intelligence-info-wrapper .artificial-intelligence-info-box, 
    .devops-infrastructure .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 48%;
    }
    .data-visualization {
        margin-top: 0px;
    }
    .devops-infrastructure .artificial-intelligence-image {
        padding-bottom: 20px;
    }
    .data-visualization .artificial-intelligence-can-help {
        padding: 0px 0px 0px;
    }
    .data-visualization .artificial-intelligence-info {
        padding: 0px 0px 20px 0px;
    }
    .data-visualization .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 45% !important;
    }
    .ui-ux {
        margin-top: 40px;
    }
    .ui-ux .artificial-intelligence-title h2::after {
        top: 28px;
    }
    .ui-ux .dots-image {
        bottom: 100px;
    }
    .ai-across-industries-info h2 {
        color: #000000;
        font-size: 30px;
        line-height: 34px;
    }
    .ai-across-industries-wrapper {
        margin-top: 40px;
    }
    .ai-across-industries-tabs {
        width: 40%;
        margin-right: 25px;
    }
    .ai-across-industries-tabs-content {
        padding: 30px;
        width: 60%;
    }
    .marketing-logo {
        margin-right: -20px;
    }
    .ai-across-industries-tabs button {
        padding: 10px 15px;
    }
    .ai-across-industries-tabs button img {
        margin-right: 7px;
        max-width: 35px !important;
    }
    .ai-across-industries-tabs button h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .ai-across-industries-tabs-content p, .ai-across-industries-tabs-content ul li {
        font-size: 15px;
    }
    .ai-across-industries-tabs-content ul li span {
        margin-left: 25px;
    }
    .techies-core.we-work-services-info .techies-core-wrap {
        width: 80%;
    }
    .we-work-services-info p {
        font-size: 14px;
        line-height: 18px;
    }
    .we-work-services-info .work-contact-btn {
        font-size: 14px;
        line-height: 18px;
    }
    .company-banner.technology-banner {
        padding: 150px 0px 100px;
    }
    .tech-stacks-title h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .tech-stacks-logos-wrapper .tech-stacks-logos {
        width: 25%;
    }
    .contact-us-info h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .own-immersive-experiences-mbl {
        display: none;
    }
    .eis-footer .widget h2 i {
        display: none;
    }
/*     .techstack .mobile-techstack-platforms {
        display: none;
    } */
    .techies-core-view-more {
        display: none;
    }
    .product-metame .video-wrap .video-mbl {
        display: none;
    }
    .brands-logos-view-more {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .nav-extended .nav-holder {
        left: 5vh;
        right: 5vh;
        top: 5vh;
        bottom: 5vh;
    }
    .nav-holder .nav-column .menu li {
        margin: 0 0 25px;
    }
    #nav {
        top: 20vw;
    }
    .nav-opener {
        font-size: 1rem;
    }
    .eis-main-banner {
        padding: 150px 0px 40px;
        background-image: none !important;
        height: auto;
        align-items: flex-start;
        text-align: center;
    }
    .banner-caption-info h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .banner-caption-info p {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-caption-info h1 br, .banner-caption-info p br {
        display: none;
    }
    #particles-js {
        height: 55%;
    }
    .empowering-the-next-info h2, .techies-at-core-info h2, .techstack-info h2, .immersive-experiences-info h2, 
    .we-are-trusted-info h2, .rooted-engineering-info h2, .how-things-done h2, .lets-move-forward-info h2, 
    .company-banner-info h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .empowering-the-next-info p, .techies-at-core-info p, .immersive-experiences-info p, .rooted-engineering-info p, .lets-move-forward-info p, 
    .company-banner-info p {
        font-size: 15px;
        line-height: 19px;
    }
    .empowering-the-next-info p br, .techies-at-core-info br, .immersive-experiences-info p br, .rooted-engineering-info p br, .company-banner-info p br {
        display: none;
    }
    .techies-core:nth-last-child(-n+3) {
        border-bottom: 2px dashed #ffffff;
    }
    .techies-core:nth-child(3), .techies-core:nth-child(4) {
        border-bottom: 0;
    }
    .techies-core-wrapper .techies-core:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .techies-core-wrapper .techies-core.we-work-services-info:nth-last-child(-n+3) {
        border-bottom: 0;
    }
    .we-work-services-view-more {
        margin-bottom: 50px;
    }
    .show-techies .techies-core:nth-child(3), .show-techies .techies-core:nth-child(4) {
        border-bottom: 2px dashed #ffffff;
    }
    .techies-core:nth-last-child(-n + 4) {
        border-bottom: 2px dashed #ffffff;
    }
    .techies-at-core-info {
        margin-bottom: 30px;
    }
    .techies-core .techies-core-wrap {
        width: 80%;
    }
    .techies-core {
        padding: 30px 0px;
        border-left: 0;
    }
    .techies-core-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .techies-core:nth-child(odd) {
        border-right: 2px dashed #ffffff;
    }
    .techies-core:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .techies-core h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .empowering-the-next, .techies-at-core, .techstack, .own-immersive-experiences, .we-are-trusted, .rooted-engineering, .how-things-done, .lets-move-forward {
        padding: 50px 0px;
    }
    .techies-core:nth-of-type(1n+5) {
        display: none;
        opacity: 0;
    }
    .show-techies .techies-core {
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
    }
    .techies-core-view-more {
        margin-top: 20px;
        text-align: center;
    }
    .techies-core-view-more .view-our-btn {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 400;
        padding: 12px 23px 13px;
        border: 1px solid #ffffff;
        display: inline-block;
        margin-top: 30px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .techies-core-view-more .view-our-btn:hover, 
    .techies-core-view-more .view-our-btn:focus {
        background-color: #ffffff !important;
        color: #000000;
    }
    .key-facts-wrappers {
        flex-wrap: wrap;
    }
	.key-facts-title h2 {
		font-size: 36px;
		line-height: 40px;
	}
    .key-facts-info {
        width: 75%;
        margin-bottom: 20px;
    }
    .company-banner {
        padding: 130px 0px 0px;
    }
	.company-key-facts-wrapper {
		display: block;
	}
	.company-key-facts {
		padding: 70px 0px 0px;
	}
    .about-company-info {
        min-height: auto;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .about-company-offices, .about-company, .values-reflect, .this-is-evolve {
        padding: 70px 0px;
    }
	.about-company {
		padding-top: 0;
	}
    .about-offices-info h2, .about-company-info h2, .values-reflect-info h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .about-company-info p {
        font-size: 14px;
        line-height: 22px;
    }
    .about-company-info h2 {
        margin-bottom: 10px;
    }
    .about-company-info h2.about-title {
        margin-bottom: 30px !important;
    }
    .about-company-info-wrapper {
/*         padding: 0 1.5rem 0rem 1.5rem; */
        max-width: 100%;
        margin: 0;
    }
    .about-company .about-company-image {
        display: none;
    }
    #movediv {
        font-size: 200px;
    }
    .values-reflect-info {
        margin-bottom: 50px;
    }
    .values-reflect-info h2 br {
        display: none;
    }
    .offices-wrapper li {
        width: 100%;
    }
    .offices-wrapper li::after {
        top: 30px;
    }
    .offices-wrapper li span {
        font-size: 26px;
        line-height: 30px;
        padding: 0px 15px;
    }
    .about-company-info h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .this-is-evolve-info h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .eis-employees-slider {
        max-width: 320px;
        height: 350px;
        margin-top: 50px;
    }
    .techstack .desktop-techstack-platforms {
        display: none;
    }
    .techstack-pills {
        column-gap: 10px;
    }
    .techstack-pills li button {
        font-size: 15px;
        line-height: 35px;
        padding: 5px 10px;
    }
    /* .techstack .techstack-platforms .platforms-we-supoprt-wrap {
        width: 33.33%;
        margin-bottom: 15px;
    } */
    .techstack .techstack-platforms {
        flex-wrap: wrap;
        margin: 30px 0px;
    }
    .techstack .view-our-btn, .immersive-experiences-info .read-more-btn, 
    .we-are-trusted-info .read-more-btn, .lets-move-contact-form .form-group.submit-form .read-more-btn {
        font-size: 16px;
        line-height: 20px;
    }
    .own-immersive-experiences-all {
        display: none;
    }
    .meta-immersive-experiences {
        background-color: #171717;
    }
/*     .meta-immersive-experiences .immersive-experiences-info .immersive-experiences > img {
        filter: invert(1);
        -webkit-filter: invert(1);
    }
    .meta-immersive-experiences .immersive-experiences-info h2, 
    .meta-immersive-experiences .immersive-experiences-info p {
        color: #000000;
    }
    .meta-immersive-experiences .immersive-experiences-info .read-more-btn {
        border-color: #000000;
        color: #000000;
    } */
    .immersive-experiences {
        margin-bottom: 40px;
    }
    .immersive-experiences-info {
        text-align: center;
    }
    .immersive-experiences-info .immersive-experiences-tabs {
        column-gap: 15px;
        margin-top: 30px;
    }
    .immersive-experiences-info .immersive-experiences-tabs li button {
        font-size: 22px;
        line-height: 40px;
    }
    .immersive-experiences-info .read-more-btn {
        width: auto;
        margin: 0 auto;
        padding: 12px 30px 13px;
		margin-top: 50px;
    }
    .rooted-engineering-info {
        text-align: center;
    }
    .rooted-engineering-info a {
        color: #ffffff;
        font-size: 18px;
        line-height: 22px;
    }
    .clients-logos {
        margin-top: 30px;
    }
	.page-template-company .clients-logos li {
		width: 33.33%;
	}
    .clients-logos li {
        width: 100%;
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    .company-details-info-wrap {
        column-gap: 20px;
        margin-top: 20px;
    }
    .clients-logos li:nth-of-type(n+10) {
        display: none;
        opacity: 0;
    }
    .clients-logos.show-clients-logos li {
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
      }
    .company-details-info-wrap .company-details-info {
        width: 33.33%;
    }
    .company-details-info p {
        font-size: 26px;
        line-height: 30px;
    }
    .company-details-info h3 {
        font-size: 15px;
        line-height: 19px;
        min-height: 50px;
    }
    .how-things-done-info {
        flex-wrap: wrap;
    }
    .things-done-logos {
        margin-top: 25px;
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    .get-things-detail p {
        text-align: left;
    }
    .get-things-detail p br {
        display: none;
    }
    .lets-move-pictures-info {
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 30px;
    }
/*     .lets-move-pictures-info .lets-move-pictures:nth-child(1) {
        width:56%;
        margin-top: -4px;
    }
    .lets-move-pictures-info .lets-move-pictures:nth-child(2) {
        width: 44%;
    }
    .lets-move-pictures-info .lets-move-pictures:nth-child(3) {
        width: 38%;
        margin-top: -35px;
    }
    .lets-move-pictures-info .lets-move-pictures:nth-child(4) {
        width: 62%;
        margin-top: 16px;
    } */
    .lets-move-contact-form .form-group {
        margin-bottom: 15px;
    }
    .lets-move-contact-form .form-group label {
        margin: 18px 0px 20px !important;
    }
    .lets-move-contact-form .form-group.files i {
        margin-top: -50px;
    }
    .lets-move-contact-form .form-group .multistep {
        padding: 0px 10px;
        margin-left: 0;
    }
    .lets-move-contact-form {
        margin-top: 30px;
    }
    .lets-move-contact-form .form-group.submit-form {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .eis-footer .widget-area {
        display: flex;
        flex-wrap: wrap;
    }
    .eis-footer .widget {
        text-align: center;
        width: 100%;
    }
    .eis-footer .widget .widget-title i {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        margin-left: 10px;
    }
    .eis-footer .widget .widget-title.arrow-up i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        margin-top: -5px;
        
    }
    .eis-footer .widget nav {
        display: none;
    }
    .eis-footer .ft-nav-show {
        display: block !important;
    }
    .eis-footer .wp-block-group__inner-container figure.size-full {
        margin-left: auto !important;
        text-align: center;
    }
    /* .eis-footer .widget:nth-child(1) {
        order: 4;
        margin-top: 20px !important;
    }
    .eis-footer .widget:nth-child(2) {
        padding-left: 0px;
        order: 2;
    }
    .eis-footer .widget:nth-child(3) {
        order: 3;
    }
    .eis-footer .widget:nth-child(4) {
        order: 1;
        margin-bottom: 35px !important;
    } */
    .eis-footer .widget:nth-child(2) .wp-block-group__inner-container {
        width: 85%;
    }
    .eis-footer .widget.widget_nav_menu .menu-company-info-container {
        width: 95%;
    }
    .eis-footer .widget.widget_nav_menu #menu-company-info li {
        margin: 0px 10px 10px;
    }
    .eis-footer .widget h2 {
        margin-left: 0 !important;
    }
    .eis-footer .wp-block-group__inner-container figure.size-full img {
        width: 160px;
    }
    .footer-bottom {
        padding: 15px 0px;
    }
    .footer-bottom-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom p {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-bottom .privacy-nav {
        width: 100%;
        justify-content: center;
    }
    .footer-bottom .privacy-nav li a {
        font-size: 14px;
        line-height: 18px;
    }
    .product-evolve-ar-info {
        margin-bottom: 40px;
    }
    .product-evolve-ar-info span {
        color: #47C6F3;
        font-size: 20px;
        line-height: 24px;
    }
    .product-metame-info h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .product-evolve-ar-info h2, .product-ivisit-info h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .product-metame .video-wrap .video-desktop {
        display: none;
    }
    .product-metame-info h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .product-evolve-ar-info p, .product-metame-info p, .product-ivisit-info p {
        font-size: 15px;
        line-height: 21px;
    }
    .product-metame-info {
        width: 100%;
		margin-bottom: 40px;
    }
	.product-metame {
		padding: 130px 0px 70px;
	}
	.product-call-sg {
		padding: 125px 0px;
	}
    .product-metame-wrapper {
        flex-wrap: wrap;
    }
    .product-metame-avatar {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .product-metame-avatar img {
        width: 30% !important;
    }
    .product-evolve-ar {
        padding: 130px 0px 50px;
        text-align: center;
    }
    .product-evolve-ar-experience {
        padding: 0px 15px 30px;
    }
    .product-ivisit {
        padding: 70px 0px;
    }
    .product-ivisit-info {
        margin-bottom: 40px;
        text-align: center;
    }
    .product-evolve-ar-info .read-more-btn, .product-metame-info .read-more-btn, .product-ivisit-info .read-more-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 18px 13px;
    }
    .values-card-wrapper {
        margin-bottom: 20px;
    }
    .values-card-front h3, .values-card-front span {
        font-size: 26px;
        line-height: 30px;
    }
    .key-facts-info p, .key-facts-info:nth-child(1) h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .services-banner {
        padding: 175px 0px 60px;
    }
    .eis-banner-services-info {
        margin: 50px 20px 0px;
        background-color: transparent;
        border-radius: 0 !important;
    }
    .eis-banner-services-info .eis-banner-services-box {
        width: 100%;
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
    }
    .eis-banner-services-head {
        padding: 15px 20px;
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -ms-border-radius: 10px !important;
        -o-border-radius: 10px !important;
    }
    .eis-banner-services-head img {
        max-width: 50px !important;
    }
    .eis-banner-services-box h3 {
        font-size: 18px;
        line-height: 22px;
        margin-left: 15px;
    }
    .eis-banner-services-box p {
        font-size: 15px;
        line-height: 22px;
        padding: 15px 25px;
    }
    .artificial-intelligence-title h2, .mobile-wearables-title h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .artificial-intelligence-title h2::after, .mobile-wearables-title h2::after, .mobile-wearables-title h2::before {
        top: 22px;
    }
    .artificial-intelligence-info p {
        font-size: 14px;
        line-height: 22px;
    }
    .artificial-intelligence-image {
        padding-right: 0px;
    }
    .artificial-intelligence-help-with {
        margin-top: 0;
        margin-right: 0;
    }
    .artificial-intelligence-can-help {
        padding: 30px 20px;
    }
    .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 100%;
        padding: 15px 15px;
        margin-bottom: 12px;
    }
    .artificial-intelligence-info-wrapper .artificial-intelligence-info-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .artificial-intelligence-info-wrapper {
        column-gap: 10px;
    }
    .dots-image {
        bottom: 0px;
        right: 167px;
        display: none;
    }
    .augmented-reality {
        padding: 60px 0px;
    }
    .iot-connected-devices {
        padding-top: 50px;
    }
    .iot-connected-devices .artificial-intelligence-title h2::after {
        top: 77px;
    }
    .iot-connected-devices .artificial-intelligence-info {
        padding: 0px 0px 20px 0px;
    }
    .iot-connected-devices .artificial-intelligence-can-help {
        padding-top: 30px !important;
    }
    .iot-connected-devices-image {
        padding: 20px 0px;
    }
    .iot-connected-devices .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 100%;
    }
    .artificial-intelligence-can-help h3 {
        margin-bottom: 35px;
    }
    .artificial-intelligence, .devops-infrastructure {
        padding: 60px 0px 50px;
    }
    .artificial-intelligence-info {
        padding: 30px 0px;
    }
    .augmented-reality .artificial-intelligence-info {
        padding: 25px 0px 10px 0px;
    }
    .augmented-reality .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 100%;
    }
    .devops-infrastructure .artificial-intelligence-info-wrapper .artificial-intelligence-info-box {
        width: 100%;
    }
    .devops-infrastructure .dots-image {
        display: none;
    }
    .devops-infrastructure .artificial-intelligence-title h2::after {
        top: 50px;
    }
    .data-visualization .artificial-intelligence-can-help {
        padding: 0px 5px 0px;
    }
    .data-visualization .artificial-intelligence-info-wrapper {
        column-gap: 15px;
    }
    .mobile-wearables {
        margin-top: 0px;
    }
    .mobile-wearables .dots-image, .augmented-reality-dots-image {
        display: none;
    }
    .mobile-wearables  .artificial-intelligence-info {
        padding: 0px 0px 20px 0px;
    }
    .ui-ux {
        margin-top: 0px;
    }
    .ui-ux .artificial-intelligence-title h2::after {
        top: 20px;
    }
    .ui-ux .artificial-intelligence-info {
        padding: 0px 0px 0px 0px;
    }
    .devops-infrastructure .artificial-intelligence-can-help, .augmented-reality .artificial-intelligence-can-help {
        padding: 30px 20px;
    }
    .mobile-wearables-mobile-text .artificial-intelligence-can-help {
        padding: 10px 0px 0px;
    }
    .data-visualization .artificial-intelligence-info {
        padding: 30px 0px 0px;
    }
    .ui-ux .artificial-intelligence-can-help {
        padding: 30px 20px 20px;
    }
    .ai-across-industries {
        padding: 60px 0px;
    }
    .ai-across-industries-info h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .ai-across-industries-wrapper {
        margin-top: 30px;
        display: block !important;
    }
    .ai-across-industries-tabs {
        width: 100%;
        margin-right: 20px;
    }
    .ai-across-industries-tabs-content {
        width: 100%;
    }
    .ai-across-industries-tabs button img {
        margin-right: 15px;
        max-width: 35px !important;
    }
    .ai-across-industries-tabs button h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .ai-across-industries-tabs button {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .ai-across-industries-tabs-content {
        padding: 35px 30px;
    }
    .marketing-logo {
        margin-right: -15px;
    }
    .techies-core.we-work-services-info .techies-core-wrap {
        width: 90%;
    }
    .we-work-services-info p {
        font-size: 14px;
        line-height: 18px;
    }
    .we-work-services-info .work-contact-btn {
        font-size: 14px;
        line-height: 18px;
        padding: 13px 15px;
    }
    .company-banner.technology-banner {
        padding: 150px 0px 50px;
    }
    .tech-stacks {
        padding: 50px 0px 30px;
    }
    .tech-stacks-title {
        margin-bottom: 15px;
    }
    .tech-stacks-title h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .tech-stacks-logos-wrapper {
        margin-bottom: 25px;
    }
    .tech-stacks-logos-wrapper .tech-stacks-logos {
        width: 33.33%;
        margin-bottom: 15px;
    }
    .contact-us {
        padding: 150px 0px 0px;
    }
    .contact-us-info h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 50px;
    }
    .contact-form-info h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .contact-us-info-wrapper .contact-social-menu {
        margin-top: 20px;
        margin-bottom: 45px;
    }
    .contact-us-info-wrapper .contact-questions p br {
        display: none;
    }
    .privacy-policy-sec {
        padding: 100px 0px 50px;
    }
    .privacy-policy-sec h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .privacy-policy-sec h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .privacy-policy-sec p, .privacy-policy-sec ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .meta-logo-top {
        padding-top: 30px;
    }
    .meta-button-bottom {
        margin-top: -130px;
    }
    .eis-footer .widget .newsletter-field span input {
        width: 300px;
    }
	.error404 .site-content h1 {
		font-size: 36px;
		line-height: 40px;
	}
}
/***** End Of Media Query Css *****/