body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 0.8rem;
  color: #fff;
  line-height: 2;
  background: #121112;
  overflow-x: hidden;
}
@font-face {
  font-family: 'indigo_outline_fontregular';
  src: url('https://www.d3teck.com/public/font/indigo_outline-webfont.woff2') format('woff2'),
       url('https://www.d3teck.com/public/font/indigo_outline-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.custom-wrapper{

}
#myVideo{
  width: 80%;
  float: right;
}
html{
   scroll-behavior: smooth;
}
.outlined-text{
  font-family: 'indigo_outline_fontregular';
  letter-spacing: 5px;
  
}
.custom-container{
  max-width: calc(100% - 450px);
  margin: auto;
}
.header-container{
  max-width: calc(100% - 200px);
  margin: auto;
}
p{
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
hr{
  border-top: 1px solid #fff;
  opacity: 0.5;
}
a{
  background-color: transparent;
}
a:hover{
  text-decoration: none;
}
.article{
  padding-top: 250px;
}
.sec_padding{
  padding-bottom: 80px;
}
.sec_padding_top{
  padding-top: 80px;
}
h1{
  font-size: 4.2vw;
  font-weight: 700;
}
h2{
  
}
h3{
  font-size: 2.5vw;
  font-weight: 700;
}
h4{
  font-size: 24px;
  font-weight: 700;
}
.w-60{
  width: 60% !important;
}
/*nav start*/
#nav-icon{
  width: 30px;
    height: 13px;
    position: relative;
    margin: auto;
    margin-right: 15px;
    -webkit-transform: rotate(
0deg
);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
0deg
);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 5px;
}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 10px;
}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
  left: 10px;
  top: 7px;
}
#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon span:nth-child(1){
  display: none;
}
#nav-icon span:last-child{
  display: none;
}

#nav-icon.open span:last-child{
  display: inline;
}
#nav-icon.open span:nth-child(5){
  display: none;
}
/*nav end*/
.header{
  background: #0006;
  -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    padding: 35px 0px;
    width: 100%;
}
.mail-text{
  color: #fff;
  font-weight: 700;
}
.menu-wrap{
  color: #fff;

}
.header a:hover{
  color: #fff;
}
.banner_video{
  overflow-x: hidden;
  position: relative;
  top: 0px;
  z-index: -1;
  opacity: .3;
}
.banner_video:before{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0%;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111111+48,111111+100&0+48,1+100 */
  background: -moz-linear-gradient(top,  rgba(17,17,17,0) 48%, rgba(17,17,17,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(17,17,17,0) 48%,rgba(17,17,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(17,17,17,0) 48%,rgba(17,17,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

}
.banner-wrap{
  position: relative;
  height: 90vh;
  margin-top: 100px;
}
.banner_content{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.banner_left{
  max-width: calc(100% - 50%);
 /* max-width: 726px;*/
  max-width: 800px;
}
.banner_left p{
  font-size: 18px;
}

.banner_btn,
.top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  color: #ffffff;
  z-index: -1;
  left: 15px;
}
.banner_btn {
  color: #232323;
}
.banner_btn-wrap{
  margin-left: -15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.banner_btn_text {
  background-color: #f38021;
  color: #121112;
  clip-path: circle(13% at 85% 50%);
  animation: circleMove 30s ease-in-out infinite;
  z-index: 111111;
  width: 200px;
  height: 60px;
}
.banner_btn_text:after{
  content: "Say, Hello";
  position: absolute;
  left: 15px;
}
@keyframes circleMove {
  0%, 100% {
    clip-path: circle(13% at 85% 50%);
  }
  50% {
    clip-path: circle(13% at 15% 50%);
  }
}
.services_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 7%;
}
.services_list ul{

}
.services-wrap{
  position: relative;
}
.servies_single ul li{
  position: relative;
  list-style: none !important;
  padding-left: 50px;
}
.servies_single ul li:before{
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  background: #fff;
  width: 30px;
  top: 10px;
}
.servies_single ul li a{
  color: #fff;
}
.line-btn{
  color: #fff;
  text-transform: capitalize;
  position: relative;
}
.line-btn:hover{
  color: #fff;
}
.line-btn:after{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #fff;
  bottom: -5px;
  opacity: 0.5;
}
/*scrool text start*/
.scrool-text_wrap {
  overflow: hidden;
  display: block;
  height: 130px;
  position: relative;
}
.scrool-text_content{
  position: absolute;
  width: 2500px;
  height: 100%;
  margin: 0;
  text-align: center;
  -moz-transform: translateX(100%);
   -webkit-transform: translateX(100%); 
  transform: translateX(100%);
  -moz-animation: scrool-text_wrap 20s linear infinite;
   -webkit-animation: scrool-text_wrap 20s linear infinite; 
  animation: scrool-text_wrap 20s linear infinite;
}
@-moz-keyframes scrool-text_wrap {
   0%   { -moz-transform: translateX(100%); }
   100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scrool-text_wrap {
   0%   { -webkit-transform: translateX(100%); }
   100% { -webkit-transform: translateX(-100%); }
}
@keyframes scrool-text_wrap {
   0%   { 
   -moz-transform: translateX(100%); /* Firefox bug fix */
   -webkit-transform: translateX(100%); /* Firefox bug fix */
   transform: translateX(100%);     
 }
   100% { 
   -moz-transform: translateX(-100%); /* Firefox bug fix */
   -webkit-transform: translateX(-100%); /* Firefox bug fix */
   transform: translateX(-100%); 
 }
}
/*scrool text end*/
.about-wrap{
  background: url(https://www.d3teck.com/public/images/about.webp) no-repeat;
  padding: 250px 0px;
  background-size: cover;
  background-position: center;
}
.about-wrap h3{
  position: relative;
}
.about-wrap h3:before{
  background: url(https://www.d3teck.com/public/images/quotes.png);
  width: 100px;
  height: 81px;
  content: '';
  position: absolute;
  top: -100px;
}
.about_para{
  width: 60%;
}
.clear{
  clear: both   ;
}
.about_quote{
  position: relative;
  border-radius: 15px;
  padding: 40px;
  width: 450px;
  font-weight: 700;
  background: #2f2f2d52;
}
.about_quote:before{
  content: '';
  border-radius:20px; /*1*/
  border:2px solid transparent; /*2*/
  background:linear-gradient(45deg,#996CE1,#E36399,#F9AF72,#535AE1) border-box; /*3*/
  -webkit-mask: /*4*/
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.about_quote p{
  font-size: 18px;
}
.about_quote a{
  color: #fff;
}
.gradient-text{
  background: #996CE1;
  background: -webkit-linear-gradient(to right, #996CE1 0%, #E36399 25%, #F9AF72 62%, #535AE1 100%);
  background: -moz-linear-gradient(to right, #996CE1 0%, #E36399 25%, #F9AF72 62%, #535AE1 100%);
  background: linear-gradient(to right, #996CE1 0%, #E36399 25%, #F9AF72 62%, #535AE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .7;
}
.large-text{
  height: 105px;
  overflow: hidden;
  font-size: 73px;
  line-height: 500px;
}
footer{
  padding-bottom: 100px;
}
.footer-address{
  margin-top: 80px;
  max-width: 500px;
}
.footer-address .footer-adress_title{
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.footer-address .footer-adress_title:after{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  width: auto;
  height: 1px;
  background: #fff;
  bottom: -5px;
}
.footer-socialmedia{
  float: right;
}
.footer-socialmedia{
  display: flex;
}
.footer-socialmedia li{
  list-style: none;
  padding-right: 25px;
}
.footer-socialmedia li a{
  font-size: 14px;
  font-weight: 700;
}
.blog_single{
  position: relative;
}
.blog_single .blog_single_content{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 10%;
}
.blog_single img{
  width: 100%;
  max-width: 100%;
}
.blog_single .blog_single_content h3{
  line-height: .7;
}
.blog-content{
  display: flex;
}
.blog_left, .blog_right{
  width: 36%;
}
.blog_center{
  width: 23%;
  margin:0 3%;
  padding-top: 200px;
}
.blog_single .blog_single_content h4{
  font-size: 1.2vw;
}
.blog_left p{
  padding-right: calc(100% - 85%);
}
.blog_single_content:hover:before{
  content: '';
  border: 2px solid transparent;
  background: linear-gradient(
  45deg,#996CE1,#E36399,#F9AF72,#535AE1) border-box;
  -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.mobile-nav{
  display: none;
  position: relative;
}
.mobile-nav .mobile-nav_text{
    position: absolute;
    bottom: 50px;
    transform: rotate(270deg);
    display: none;
}
#contents{
  /*overflow-x: hidden;*/
}
#load{
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 111111;
  height: 100%;
  overflow: hidden;
  background: #000;
}

#load img{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
}
.footer-address a{
  color: #fff;
  font-size: 14px;
}
/*nav start*/
.overlay {
  position: fixed;
  background: #12111280;
  -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 11;
  display: flex;
}
.overlay.open {
  opacity: 0.9;
  /*opacity: 1;*/
  visibility: visible;
  height: 100vh;
}
.overlay a{
  color: #fff;
  font-weight: 500;

}
.nav-left{
  background: linear-gradient( 
  124deg,#996CE1,#E36399,#F9AF72) border-box;
  -webkit-mask:linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  width: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 60px;
  position: relative;
}
.nav-left p{
  font-size: 12px;
}
.nav-left .nav-logo{
  position: absolute;
  top: 60px;
}
.nav-right{
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
}
.nav-right #nav-icon{
  position: absolute;
  right: 60px ;
  top: 60px;
}
.nav-right ul li{
  list-style: none;
  line-height: 72px;
  padding-left: 60px;

}
.nav-right ul li a{
  font-size: 24px;
  font-weight: 500;
}
#scroll-container.open {
  opacity: .1;
}
.nav-mail{
  position: absolute;
  right: 60px;
  bottom: 60px;
  opacity: .5;
}
.nav-mail a{
  font-size: 4vw;
  line-height: 28vw;
}
/*nav end*/
.contact-form h3{
  color: #404040;
}
.form ul{
  display: inline-block;
  margin: 0 -15px;
}
.form ul li {
  list-style: none;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 10px 15px;
  cursor: pointer;
  display: inline-block;
  transition: 0.10s;
  position: relative;
}
.form ul li:before{
  content: '';
  border: 2px solid transparent;
  border-radius: 50px;
  background: linear-gradient( 
45deg,#996CE1,#E36399,#F9AF72,#535AE1) border-box;
  -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #ffffff36;
}
.form ul li:hover:before{
  content: '';
  border: 2px solid transparent;
  border-radius: 50px;
  background: linear-gradient( 
45deg,#996CE1,#E36399,#F9AF72,#535AE1) border-box;
  -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
/*materia form start*//*materia form start*//*materia form start*/
.form-label {
  position: absolute;
  left: 10px;
  top: 15px;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  cursor: text;
  color: #fff;
  letter-spacing: 1px;
  z-index: -1;
}
.focused .form-label {
  transform: translateY(-125%);
  font-size: .75em;
  top: 10px;

}
.form-input.filled {
  box-shadow: 00 2px 0 0 #d29f3a;
}

.slick-second{
  overflow: auto;
}
.form-control{
  background: none;
  outline: none;
  padding: 10px;
  width: 100%;
  height: 50px;
  color: #fff;
  border: none;
  border-bottom: 2px solid #ffffff30;
  border-radius: 0;
  font-size: 12px;
}
.form-control:valid{
  /*background: #dae6fb;
  border: none;
  box-shadow: none;*/
}
.form-control:focus{
  box-shadow: none;
  background: none;
  color: #fff;
  outline: none;
  border-bottom: 2px solid #ffffff30;
}
.form-group{
  position: relative;
}
.form_wrap{
  max-width: 500px;
}
textarea.form-control{
  height: auto;
  min-height: 50px;
}
.textarea-label{

}
/*materia form end*//*materia form end*//*materia form end*/
.round-btn{
  background: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 700;
}
.round-btn:focus{
  outline: none;
  box-shadow: none;
}
.h-p{
  column-count: 2;
  column-gap: 50px;
  text-align: justify;
}
.testimonials{
  background: #202020;
  padding: 12vw 0px;
  margin: 12vw 0px;
}
.testimonials>.custom-container{
  position: relative;
}
.third-slide{
  position: relative;
  margin-top: 80px;
  margin-left: 100px;
}
.third-slide:before {
  background: url(https://www.d3teck.com/public/images/quotes.png);
  width: 60px;
  height: 49px;
  content: '';
  position: absolute;
  top: -30px;
  left: -100px;
  background-size: cover;
}
.testimonials_top{
  position: absolute;
  right: 15%;
  bottom: 0px;
}
.first-slide, .second-slide{
  width: 125px;
  margin: 0px 0px 0px 25px;
}
.first-slide_wrap{
  margin-left: -85px;
}
.testimonials_bottom{
  width: 40%;
  margin-right: 15%;
}
.static_img img{
  width: 16vw;
}
.static_img_ img{
  width: 12vw;
}
.testimonials-wrap{
  display: flex;
  justify-content: space-between;
}
.company-values {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 7%;
  grid-row-gap: 14%;
}
.values_single{

}








/* Loader Styles start here */
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #121112;
  --outer-line-color: #a8dadc;
  --middle-line-color: #457b9d;
  --inner-line-color: #1d3557;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}

.loader {
  /*display:block;
  position: relative;
  top:50%;
  left:50%;
  width:150px;
  height:150px;
  margin:-75px 0 0 -75px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius:100%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index:1001;*/
}

.loader:before {
  /*content:"";
  position: absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius:100%;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;*/
}

.loader:after {
  /*content:"";
  position: absolute;
  top:14px;
  left:14px;
  right:14px;
  bottom:14px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius:100%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;*/
}

@-webkit-keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}

.loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background:var(--curtain-color);
  width:51%;
  height:100%;
  z-index:1000;
}

.loader-wrapper .loader-section.section-left {
  left:0
}
.loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */ 
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
  visibility: hidden;
  transform:translateY(-100%);
  transition: all .3s 1s ease-out;
}
.services-sub_single h3{
  font-weight: 500;
  line-height: normal;
  height: 60px;
  width: 75px;
  overflow: hidden;
  display: flex;
  margin: 0;
}
.services-sub{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 7%;
  grid-row-gap: 14%;
}
.portfolio{

}
.portfolio_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15%;
  max-width: 60%;
  padding: 0px;
  margin: auto;
  margin-top: 100px;
}
.portfolio_single{
  list-style: none;
  padding-top: 100px;
  position: relative;
}
.portfolio_single a{
  color: #fff;
  text-decoration: none;
}
.portfolio_single a:hover{
  color: #fff;
}
.portfolio_single:nth-child(1), .portfolio_single:nth-child(2){
  padding-top: 0px;
}
.portfolio_single:nth-child(odd){
  margin-top: -100px;
}
.portfolio_single:nth-child(even){
  margin-top: 100px;
}
.portfolio_single:nth-child(1){
 
}
.portfolio_single img{
  width: 100%;
}
.form ul li.active:before{
  content: '';
  border: 2px solid transparent;
  border-radius: 50px;
  background: linear-gradient( 45deg,#996CE1,#E36399,#F9AF72,#535AE1) border-box;
      -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      mask-composite: exclude;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.team-wrapper{
  margin: 0px 0px;
}
.partners_wrapper{

}
.partners_single{
  background: #393939;
  width: fit-content;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}
.partners_single img{
  width: 100%;
}