@charset "utf-8";
*, ul, ol { font-family: 'Inter', sans-serif; box-sizing: border-box; padding: 0; margin: 0; outline: none; border: none; box-shadow: none; list-style: none; color: #f5f5f5; transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
body { background: #000; color: #f5f5f5; }
p { font-size: 22px; font-weight: 500; line-height: 1; color: #f5f5f5; }
a small { font-size: 92%; }
a:hover { color: #ccc; text-decoration: none; }
.logo { width: 80px; display: flex; margin-top: 50px; }
.logo img { width: 100%; }
.tag { width: 100%; }
.tag img { width: 100%; }
.pipe { font-size: 14px; }
.banner-text { text-align: justify; white-space: nowrap; margin: 60px 0px 40px; }
.banner-text p,
.banner-text h2 { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; text-align: justify; font-size: 80px; color: #fff; padding: 10px 0px; position: relative; width: auto; text-transform: uppercase; }
.banner-text h2 { text-align: right; }
.banner-text h2 { width: auto; display: flex; justify-content: end; overflow: hidden; }
.banner-text h2:before { content: ""; position: absolute; top: 50%; left: 0; background: #fff; height: 2px; width: 27%; }
.banner-text p img { margin-right: 15px; margin-top: -6px; }
.banner-text p:first-child { margin-bottom: 30px; }
.banner-text p:before { content: ""; position: absolute; left: 0px; bottom: -17px; width: 100%; height: 2px; background: #fff }

.ban-btn { padding: 5px 25px; border-radius: 53px; border: 2px solid #fff; }
.banner-text p.line2:before { bottom: -12px; }
.soon-text h3 { font-size: 14px; letter-spacing: 3px; text-transform: uppercase; text-align: center; font-weight: 300; color: #fff; display: inline-block; text-align: center; border-radius: 40px; padding: 10px 22px; background: linear-gradient(190.4deg, #1395BC 7.4%, #116C9D 18.28%, #2A528D 28.39%, #353F82 38.49%, #423B7F 52.48%, #B13C80 71.14%, #D33680 76.43%, #D33680 85.13%); background-size: 400% 400%; animation: gradient 5s ease infinite; margin-bottom: 80px; margin-top: 80px; }
.soon-text { text-align: center; }

@keyframes gradient { 0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.scroll-div p { color: rgba(177, 174, 174, 1); font-size: 18px; font-weight: 500; text-align: center; white-space: nowrap; margin-bottom: 100px }
.scroll-div p img { margin: 0px 5px 0px 5px }
.teqmehigh .card { border: 2px solid #fff; border-radius: 16px; background: transparent; }
.teqmehigh .card-header { border-bottom: 2px solid #fff; background: transparent; }
.teqmehigh .card-footer { border-top: 2px solid #fff; background: transparent; height: 40px; }
.teqmehigh .card-body { padding: 80px 100px; }
.header-l { display: flex; align-items: center; }
.header-l p { font-size: 16px; color: #fff; margin-left: 10px; margin-bottom: 0px; text-transform: uppercase; }
.header-l ul { margin-bottom: 0px; display: flex; align-items: center; }
.header-l ul li { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #fff; margin: 3px; }
.header-row { display: flex; justify-content: space-between; }
.video-div { width: 100%; position: relative; height: 390px; }
.video-div video { width: 100% !important; height: 100% !important; object-fit: cover; }
.footer { border-top: 1px solid #424242; padding: 10px 0px; display: flex; align-items: center; }
.cont-info { margin-bottom: 0px; }
.cont-info li { display: inline-block; }
.cont-info li a { display: block; font-size: 14px; color: rgba(177, 174, 174, 1); position: relative; padding: 10px 18px 10px 0px; margin-right: 25px; transition: all 0.3s }
.cont-info li a:hover { text-decoration: none; opacity: 0.7 }
.cont-info li a:before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: -7px; height: 15px; width: 1px; background: #424242 }
.cont-info li:last-child a:before { display: none }
.address { text-align: right; display: flex; justify-content: end; align-items: center; height: 100%; }
.address a { font-size: 14px; color: rgba(177, 174, 174, 1); text-align: right; margin: 0px; display: block; }

/* LOCATION PAGE */
.bg-white, .bg-white * { background: #fff; color: #000; }
.location-header { padding: 40px 0; }
.location-header h2 { font-size: 80px; font-weight: 500; margin-bottom: 20px; }
.location-header h3 { font-size: 36px; font-weight: 700; }
.location-header a { font-size: 36px; font-weight: 700; }
.location-header a:hover { color: #41aee2; }
.location-header .logo { width: 150px; margin-left: auto; margin-top: 0; }

.map a { width: 100%; }
.map a img { width: 100%; }

.header_logo { position: relative; z-index: 101; display: flex; flex-flow: row wrap; margin-top: 50px; }
.header_logo .full-logo { display: flex; width: auto; height: 80px; padding: 0 0 20px 0; clip-path: inset(0% 100% 0% 0%); transition: all .45s cubic-bezier(.55, 0, .1, 1) 0s; }
.header_logo:hover .full-logo, .header_logo.active .full-logo { clip-path: inset(0% 0% 0% 0%); transition: all .45s cubic-bezier(.55, 0, .1, 1) 0.45s; }
.header_logo .short-logo { position: absolute; left: 0; top: 0; height: 100%; clip-path: inset(0% 0% 0% 0%); transition: all .45s cubic-bezier(.55, 0, .1, 1) 0.45s; }
.header_logo:hover .short-logo, .header_logo.active .short-logo { clip-path: inset(0% 100% 0% 0%); transition: all .45s cubic-bezier(.55, 0, .1, 1) 0s;}
.header_logo img { height: 100%; width: 100%; object-fit: contain; object-position: center left; }

.section-title { width: 100%; margin-bottom: 40px; }
.section-title h2 { width: 100%; font-size: 40px; text-transform: uppercase; font-weight: 200; margin-bottom: 0; }

.home_about { padding: 120px 0; background: #fff; }
.home_about .section-title h2 { color: #000; }
.home_about .card { flex-flow: row wrap; align-content: flex-start; height: 100%; background: #fff; border: 1px solid #000; border-radius: 15px; overflow: hidden; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); }
.home_about .card .card-header { width: 100%; border-bottom: 1px solid #000; padding: 20px; position: relative; background: transparent; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); }
.home_about .card .card-header .dots { display: flex; flex-flow: row wrap; pointer-events: none; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.home_about .card .card-header .dots span { display: inline-flex; background: #000; width: 10px; height: 10px; border-radius: 20px; margin: 0 8px 0 0; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); }
.home_about .card .card-header h3 { color: #000; font-size: 16px; font-weight: 400; text-align: center; width: 100%; text-transform: uppercase; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); }
.home_about .card .card-body { padding: 30px 0 5px; width: 100%; }
.home_about .card .card-body h2 { width: 100%; font-weight: 500; margin-bottom: 0; }
.home_about .card .card-body h2 a { width: 100%; padding: 0 20px; color: #000; font-size: 34px; line-height: 1.2; min-height: 120px; text-transform: uppercase; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); display: block; }
.home_about .card .card-body h4 { padding: 0 20px 0; color: #000; font-size: 16px; line-height: 1.3; text-transform: uppercase; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); }
.home_about .card .card-body h4 span { width: 100px; display: inline-block; }
.home_about .card .services-list { display: flex; flex-flow: row wrap; padding: 0 0 0 20px; }
.home_about .card .services-list li { display: inline-block; width: calc(100% / 2); padding-right: 10px; margin-bottom: 15px; }
.home_about .card .services-list li a { display: block; color: #000; font-size: 14px; font-weight: 400; line-height: 1.3; text-transform: uppercase; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); }
.home_about .card .services-list li a:hover { text-decoration: underline; }
.home_about .card .card-footer { width: 100%; padding: 20px 0 10px; height: auto; background: transparent; border: none; }

.portfolio { padding: 70px 0 100px; }
.portfolio-list { display: flex; flex-flow: row wrap; justify-content: space-between; margin: 0; }
.portfolio-list > li { display: inline-flex; flex-flow: row wrap; width: calc(100% / 3 - 20px); }
.portfolio-list li .card { display: flex; flex-flow: row wrap; width: 100%; min-height: 200px; padding: 0; border-radius: 15px; transition: all 0.3s; border: 1px solid #fff; background: transparent; }
.portfolio-list li .card.branding { background: url(../images/brand.png) no-repeat center; background-size: cover; }
.portfolio-list li .card.web { background: url(../images/web.png) no-repeat center; background-size: cover; }
.portfolio-list li .card.seo { background: url(../images/seo.png) no-repeat center; background-size: cover; }
.portfolio-list li .card .card-header { background: transparent; width: 100%; border-bottom: 1px solid #fff; position: relative; padding: 20px; }
.portfolio-list li .card .card-header .dots { display: flex; flex-flow: row wrap; pointer-events: none; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.portfolio-list li .card .card-header .dots span { display: inline-flex; background: #fff; width: 10px; height: 10px; border-radius: 20px; margin: 0 8px 0 0; transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1); }
.portfolio-list li .card-body { width: 100%; padding: 20px; }
.portfolio-list li .card-body h4 { margin: 0; font-size: 30px; text-transform: uppercase; }
.portfolio-list li .card-footer { width: 100%; margin-top: 20px; padding: 20px; border: none; background: transparent; text-transform: uppercase; }

.teqmehigh { padding: 70px 0; }

@media screen and (min-width: 1170px) and (max-width: 1280px) {
.banner-text p,
.banner-text h2 { font-size: 80px; }
}

@media screen and (max-width: 1279px) {
.banner-text p,
.banner-text h2 { font-size: 66px; }
.banner-text p:before { bottom: -21px; }
.scroll-div p { margin-bottom: 60px; }
.banner-text { text-align: justify; white-space: nowrap; margin: 40px 0px 40px; display: inline-flex; flex-direction: column; width: 100%; }
.cont-info li a { padding: 10px 15px 10px 0px; margin-right: 15px; }
.cont-info li a:before { right: -4px; }
.banner-text h2:before { width: 38%; }

.portfolio { padding: 40px 0 60px; }
.home_about { padding: 50px 0 60px; }
.teqmehigh { padding: 50px 0 40px; }
}

@media screen and (max-width: 991px) {
.container { max-width: 98%; width: 98%; margin: auto; }
.banner-text p,
.banner-text h2 { font-size: 48px; }
.cont-info li a { padding: 10px 9px 10px 0px; margin-right: 9px; font-size: 12px; }
.cont-info li a:before { right: -2px; }
.address a { font-size: 12px; }
.teqmehigh .card-body { padding: 59px 66px; }
.video-div { height: 320px; }

.banner-text h2:before { width: 32px; }
.portfolio-list li .card-body { padding: 15px; }
.portfolio-list li .card-body h4 { font-size: 24px; }
.portfolio-list li .card-footer { padding: 15px; margin-top: 0; }

.section-title { margin-bottom: 30px; }
.section-title h2 { font-size: 32px; }
.home_about .card .card-body { padding: 15px 0 5px; }
.home_about .card .card-body h2 a { padding: 0 15px; font-size: 21px; min-height: 75px; }
.home_about .card .services-list { padding-left: 15px; }
.home_about .card .services-list li a { font-size: 12px; }
.home_about .card .card-footer { padding: 10px 0; }
}

@media screen and (max-width: 767px) {

.banner-text { white-space: inherit; }
.logo { width: 60px; }
.container { width: 100%; }
.banner-text p,
.banner-text h2 { text-align: left; font-size: 35px; }
.banner-text p:first-child { margin-bottom: 0px; }
.banner-text p { margin-bottom: 0px; padding: 0px; }
.banner-text p:before,
.banner-text h2:before { display: none }
.ban-btn { border: 0px; padding: 0 20px; }
.banner-text p img { margin-top: 0px; }
.banner-text h2 { padding: 0px; }
.banner-text p,
.banner-text h2 { text-align: left; font-size: 45px; overflow: visible; line-height: 1.2 }
.banner-text h2 { display: block; text-align: left; }
.banner-text { margin: 40px 0px 30px; }
.soon-text h3 { font-size: 16px; text-align: left; margin-bottom: 30px; margin-top: 40px; }
.scroll-div p { margin-bottom: 40px; }
.teqmehigh .card-body { padding: 30px 25px; }
.cont-info li { white-space: nowrap; }
.cont-info li a { display: block; font-size: 13px; color: rgba(177, 174, 174, 1); position: relative; padding: 3px 18px 0px 3px; margin-right: 15px; }

.address a { text-align: center; font-size: 12px; margin-top: 5px; line-height: 16px; }
.address a:hover { text-decoration: none }
.scroll-div p { margin-bottom: 30px; font-size: 15px; }
.header-l { display: flex; align-items: center; }
.header-l ul li { width: 6px; height: 6px; margin: 2px; }
.header-l p { font-size: 14px; }
.teqmehigh .card-header,
.teqmehigh .card-footer { padding: 10px; }
.address { justify-content: center; }
.cont-info { margin: auto; margin-bottom: 5px; text-align: center; }
.video-div { height: 260px; }
.teqmehigh .card-footer { height: 33px; }
.cont-info li:last-child a { margin-right: 0px; padding-right: 0px; }
.soon-text { text-align: left; }
.banner-text p img { display: none; }

.portfolio-list > li { width: 100%; margin-bottom: 30px; }
.portfolio-list > li:last-child { margin-bottom: 0; }

.home_about ul.row > li:not(:last-child) { margin-bottom: 30px; }

.home_about .card .card-body h2 a { min-height: 1px; }
}

@media screen and (max-width: 576px) {
.banner-text p,
.banner-text h2 { font-size: 40px; justify-content: flex-start; }
.banner-text p img { margin-left: 3px }
.video-div { height: 180px; }

.banner-text { margin-bottom: 20px; }
.soon-text h3{ font-size: 12px; letter-spacing: 1px; }
.cont-info li a { padding: 3px 8px 4px 0px; margin-right: 8px; font-size: 11px; }
.address a{ font-size: 11px; }
.cont-info{ margin: 0; text-align: left }
.address { justify-content: start; }
.address a{ text-align: left; }

.location-header h2 { font-size: 30px; font-weight: 700; margin-bottom: 15px; }
.location-header h3 { font-size: 16px; line-height: 1.4; }
.location-header a { font-size: 20px; }
.location-header .logo { width: 100%; margin: 40px auto 0; }
}


@media screen and (max-width: 575px) {
.header_logo { margin-top: 30px; }
.header_logo .full-logo { height: 60px; padding-bottom: 10px; }
.banner-text p, .banner-text h2 { font-size: 30px; }

.home_about .card .services-list li { margin-bottom: 10px; }

.section-title { margin-bottom: 20px; }
.section-title h2 { font-size: 26px; }
.portfolio { padding: 20px 0 40px; }
.portfolio-list li .card-body h4 { font-size: 28px; }
.home_about { padding: 40px 0; }
.home_about .card .card-body h2 a { font-size: 20px; }
.home_about ul.row > li:not(:last-child), .portfolio-list > li { margin-bottom: 20px; }
.teqmehigh .card-body { padding: 15px; }
.ban-btn { padding: 0; }
}
@media screen and (max-width: 380px) {
.banner-text p,
.banner-text h2 { font-size: 30px; }
.video-div { height: 136px; }
.soon-text h3 { padding: 12px 16px; text-align: center; }
.banner-text p, .banner-text h2 { font-size: 30px; }
}