@font-face {
  font-family: 'Larsseit';
  src: url('../font-arsseit/Larsseit-Bold.eot');
  src: url('../font-arsseit/Larsseit-Bold.eot?#iefix') format('embedded-opentype'),
      url('../font-arsseit/Larsseit-Bold.woff2') format('woff2'),
      url('../font-arsseit/Larsseit-Bold.woff') format('woff'),
      url('../font-arsseit/Larsseit-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'Larsseit' !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Larsseit' !important;
}
p{
  font-family: "Poppins", sans-serif !important;
  color: #5b5a58 !important;
  font-size: 14px !important;
}

/* colors */
.bg_color--5{
  background: #eee !important;
}

.header-default .header__wrapper .header-left {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  /*category style  */
  .qode-dlf-filter {
    border-top: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  ul.qode-dfl-filter-list {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul.qode-dfl-filter-list > li.qode-demos-filter-title {
    cursor: default;
    background-color: transparent !important;
  }
  ul.qode-dfl-filter-list > li:first-child {
    border-left: 1px solid #e5e5e5;
  }
  ul.qode-dfl-filter-list > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 25px;
    float: left;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  ul.qode-dfl-filter-list > li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #272727;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 20px;
    white-space: nowrap;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-transform: uppercase;
  }

  ul.qode-dfl-filter-list ul {
    position: absolute;
    left: -1px;
    top: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    width: 206px;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .mainheader_wrapper{
    border-bottom: 1px solid #e5e5e5;
  }

  .header__wrapper .row{
    width: 100%;
    --bs-gutter-x: 0px;
  }
ul.mainmenu li.lavel-1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .qode-dlf-search input {
    color: #b5b5b5;
    font-size: 15px;
    font-family: Roboto,sans-serif;
    border: 0;
    padding: 12px 12px 12px 28px;
    height: 50px;
    background: 0 0;
    outline: 0;
    font-weight: 400;
    width: 380px !important;
  }
  .qode-dlf-search {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/newimages/search-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px;
    margin-left: 20px;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .header-flex-right.flex-80 {
    border-left: 1px solid #e5e5e5;
  }
  ul.mainmenu li.lavel-1 > a {
    font-weight: 400 !important;
    line-height: 1.18;
    font-size: 14px !important;
    font-family: 'Larsseit' !important;
    font-weight: 600 !important;
  }
  .header__wrapper .row .col-lg-2 ,   .header__wrapper .row .col-lg-10{
    padding: 0px !important;
  }
  .header-left .logo a img {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-left {
    justify-content: center;
  }
  .header-left {
    flex-basis: auto !important;
  }
  .header__wrapper .row .col-lg-2{
    display: flex;
justify-content: center;
  }
  .mega__width--fullscreen {
    top: 50% !important;
  }
  /* serrch hide */
  .header-right{
    display: none !important;
  }
  .qode-purchase-button a {
    position: relative;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.3px;
    padding: 0 30px;
    background-color: #1d71eb;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .preloader-wrap img{
    width: 180px;
  }
  .header__wrapper {
    background: #fafafa;
  }

  .logo__footer{
    width: 210px;
  }


  /* design category card style */
.catcards_row{
  margin-top: 30px;
}
.middle_centerbox{
  width: 85%;
  margin: 0 auto;
}
  .category_carditem{
    width: 20%;
  }

 .category_carditem .post-content {
    padding: 20px !important;
  }
  .category_carditem  .post-inner h5{
    font-size: 15px !important;
  }
  .category_carditem .post-thumb {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 230px;
  }
  .category_carditem .post-content {
    border-bottom-left-radius: 10px;
  }
.design_catefgory_heading h2{
   font-size: 36px !important;
}
.home_categoriesall__sec{
  padding: 100px 0px !important;
}
.home_categoriesall__sec  .view-more-btn a span.btn-arrow {
  width: 24px !important;
  height: 2px;
}
.section_worknumbers{
  padding: 20px 0px 40px 0px;
}

/* banner style */
.hm_slider img{
  width: 100%;
}
.hm_slider video{
  display: block !important;
}
#myVideo{
  width:100%;
  height:100% !important;
  object-fit: cover;
}
/* end */
.videomiddle_section{
  height: 500px !important;
}

.whatwe__do{
  padding: 80px 0px 20px 0px;
}
.effect_solutions{
  padding-top: 90px;
  padding-bottom: 15px;
}

.section_worknumbers .demo-section-title p{
  margin-bottom: 50px !important;
}

.workwith__us{
  padding: 0px 0px 80px 0px;
}

.portfolioTems__sec{
  padding: 70px 0px 70px 0px;
}
.portfolioTems__sec .brook-section-title p{
  width: 60%;
  margin: 0 auto;
}


.ftcl_actionmain{
  width: 80%;
  margin: 0 auto;
  background: #1665b9  !important;
  margin-top: 100px;
  margin-bottom: 50px;
  border-radius: 12px;
}
.figure_illusimage img{
  width: 100%;
  margin-top: -140px;
}

.calltoac__conft p{
  color: #eaeaea !important;
  margin: 22px 0px;
}
@media only screen and (min-width: 1200px){
 #page-footer-wrapper .container {
    max-width: 1300px;
  }
}

.ft__socialm{
  margin-top: 20px;
}
.work_enwuriy h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 35px;
  color: #fff;
}
.work_enwuriy ul {
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
  margin: 0;
}
.work_enwuriy ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
.work_enwuriy ul li span {
  margin-right: 20px;
}
.work_enwuriy ul li i{
  color: #fff;
}
.work_enwuriy ul li a {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}
.catsliderrow__mobile  .slick-slide {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.design_catefgory_heading h2{
  color: #ff7449;
}
.whatwedo__colorheading h3{
  font-size: 60px;
  font-weight: bold;
  color: rgb(131, 70, 146);
}
.creative__expertscolor h3{
  font-size: 51px;
  font-weight: bold;
  color: rgb(60, 191, 179);
  line-height: 54px !important;
  letter-spacing: 0px;
}
.growwithus h3{
  font-size: 60px !important;
  color: #313131;
  position: relative;
  display: inline-block;
  z-index: 10;
}
.growwithus img{
  width: 100px;
  position: absolute;
  right: 210px;
  top: -7px;
}

/* about page style start */
.boldheading_color1{
  font-size: 50px !important;
  font-weight: bold !important;
  color: #1665b9 !important;
}
.boldheading_color2{
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ff7449 !important;
}

.maincolor_heading{
  font-size: 60px !important;
font-weight: bold !important;
color: #fddd70 !important;
}

/* about end */


/* category page style start */

.breadcrums_mainarea{
  height: auto;
  position: relative;
  padding: 60px 0px;
  background: #f5f1e6;
}
.header-default {
  position: relative !important;
  z-index: 9;
}
.headroom--sticky.headroom--not-top {
  position: fixed !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}
.rightbreadcrum__img img{
  width: 100%;
  height: 100%;
}
.breadcrum_contentarea{
  align-items: center;
}

.categories_slider{
  position: relative;
  padding: 0px 0px 80px 0px;
}
.cat_all_slider{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}
.cat_all_slider ul{
  display: flex;
  margin: 0;
padding: 0;
}
.cat_all_slider ul li{
  padding: 19px 30px;
  width: auto;
  display: block ruby;
  background: #f2f2f2;
  margin-right: 15px;
  border-radius: 3px;
}
.cat_all_slider ul li a{
color: #000;
  }
  .breadcrums_mainarea a{
    color: #000;
  }


  /* category nav tabs  */
  .responsive__tabs ul.scrollable-tabs {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
padding: 20px;
border-radius: 4px;
background: #fff;
justify-content: center;
  }
  .responsive__tabs ul.scrollable-tabs li {
    list-style-type: none;
  }
  .responsive__tabs ul.scrollable-tabs li a {
    display: inline-block;
    color: rgb(30, 30, 30);
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }
  .responsive__tabs ul.scrollable-tabs li a:hover, .responsive__tabs ul.scrollable-tabs li a.active {
    background-color: #1385dc;
    color: #fff;
  }
  .scrollable-tabs li a{
    padding: 19px 30px;
    width: auto;
    background: #f2f2f2;
    margin-right: 15px;
    border-radius: 3px;
  }

.cattab_cont .card{
  border: none !important;
}
.techcat-portfolio-area  .portfolio{
  margin-top: 30px;
  height: 315px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.techcat-portfolio-area  .portfolio .thumb{
  width: 100%;
  height: 100%;
}
.techcat-portfolio-area .portfolio .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ineer__detailscarlogo{
  padding-bottom: 100px;
}
.techmave-professonal{
  padding: 100px 0px 80px 0px;
  background: #f7f7f7;
}
.prof__rds_cont h2{
  margin-bottom: 20px;
}
.profesonal_btn{
  margin-top: 30px;
}

@media only screen and (min-width: 1200px){
  .allcat__brandlogos .container {
    max-width: 1300px;
  }
}
.allcat__brandlogos{
  padding: 90px 0px 0px 0px;
}

.innerdoubletab{
  border: none;
  padding: 0px;
  margin-top: 30px;
}
.allcat__brandlogos .tab-content{
  margin-top: 40px;
}
.allcat__brandlogos .nav-pills .nav-link.active, .allcat__brandlogos .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #16b9af;
}
.allcat__brandlogos .nav-pills .nav-link {
  color: #999;
  font-size: 18px;
}

.sixcard_items .logocard_item{
  width: 15%;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-right: 20px;
}
.sixcard_items .logocard_item img{
  width: 100%;
  height: 100%;
}
.sixcard_items {
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
}
.latestlogo_collections{
  padding: 0px 0px 120px 0px;
}

.latestlogo_collections .latestslider__row{
margin-top: 60px;
}


/* website area tab */

.websiteareatab  .portfolio{
  margin-top: 30px;
  height: auto !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.websiteareatab   .portfolio .thumb{
  width: 100%;
  height: 100%;
}
.websiteareatab  .portfolio .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ineer__detailscarlogo {
  padding: 0px 0px 100px 0px;
}























  @media (max-width:992px){
    .header-right {
      display: block !important;
    }
    .qode-dlf-filter {
      display: none;
    }
    .qode-dlf-search input {
      display: none;
    }
    .qode-dlf-search {
      display: none;
    }
    .header__wrapper .row .col-lg-10 {
      padding: 0px !important;
      display: inline-block;
      width: auto;
    }
    .header__wrapper .row {
      width: 100%;
      --bs-gutter-x: 0px;
      justify-content: inherit;
    }
    .header-default .header__wrapper {
      padding: 20px 30px;
    }
    .header-default .header__wrapper .header-right.have-not-flex {
      display: flex !important;
      margin-top: 6px;
    }
    .header-flex-right.flex-80 {
      border-left: none;
    }
    .header-default .header__wrapper .header-left .logo a img {
      width: 140px !important;
    }
    .header-right {
      display: block !important;
    }
    .qode-dlf-filter {
      display: none;
    }
    .qode-dlf-search input {
      display: none;
    }
    .qode-dlf-search {
      display: none;
    }
    .qode-purchase-button{
      display: none;
    }
    .header__wrapper .row .col-lg-2 {
      display: inline-block;
      justify-content: center;
      width: auto;
    }
    .cat_all_slider ul{
    overflow-x: scroll;
    }
    .responsive__tabs ul.scrollable-tabs {
      justify-content: flex-start;
    }
    .techcat-portfolio-area .container-fluid{
      padding: 0px !important;
    }
    .techcat-portfolio-area .portfolio {
      position: relative;
      margin-bottom: 20px;
    }
   
  }

  @media (max-width:767px){
    .header-right {
      display: block !important;
    }
    .qode-dlf-filter {
      display: none;
    }
    .qode-dlf-search input {
      display: none;
    }
    .qode-dlf-search {
      display: none;
    }
    .qode-purchase-button{
      display: none;
    }
    .header__wrapper .row .col-lg-2 {
      display: inline-block;
      justify-content: center;
      width: auto;
    }
    .header-default .header__wrapper {
      padding: 20px 15px;
    }

    /* home page responsive */
    .category_carditem {
      width: 100%;
      margin-bottom: 20px;
    }
    .category_carditem .post-thumb {
      height: 200px;
    }
.hm_slider{
  height: 35vh;
}
.hm_slider img {
  padding-top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_categoriesall__sec {
  padding: 30px 0px !important;
}

.design_catefgory_heading h2 {
  font-size: 28px !important;
  line-height: 34px;
  width: 79%;
}
#design_catefgory_heading2 h2{
  font-size: 28px !important;
  line-height: 34px;
  width: 100% !important;
}
#design_catefgory_heading2 .blog-btn {
  margin-top: 15px !important;
}
.whatwedo__colorheading h5{
  font-size: 18px !important;
}
.heading.yellow-color-2 {
  color: #F8A440;
  font-size: 18px !important;
}
.viewall_cat_col{
  margin-top: 8px !important;
}
.whatwe__do{
  padding: 30px 0px 20px 0px !important;
}
.section_worknumbers{
  padding: 0px 0px 10px 0px !important;
}
.preview-grid-metro .portfolio .thumb{
  margin-bottom: 15px;
}
.portfolioTems__sec .brook-section-title p {
  width: 100%;
  margin: 0 auto;
}
.portfolioTems__sec{
  padding: 40px 0px;
}
.portfolioTems__sec .brook-section-title{
  margin-bottom: 40px;
}
h3.heading-h3.font-40 {
  font-size: 22px !important;
}
.workwith__us{
  padding: 0px 0px 20px 0px !important;
}
h1.heading-h1.font-80 {
  font-size: 28px !important;
}
.bkseparator--60 {
  height: 0px;
}
.mini-address{
  margin-top: 20px;
}
.ftcl_actionmain{
  width: 90%;
  margin-top: 10px !important;
  margin-bottom: 40px !important;
  padding: 40px 20px;
}
.figure_illusimage img {
  width: 100%;
  margin-top: 0px !important;
}
.tp-parallax-wrap .tp-caption{
  padding: 0px 55px !important;
  font-size: 14px !important;
  line-height: 23px !important;
  position: absolute;
  top: -67px !important;
}
.tp-parallax-wrap{
  position: relative !important;
}
.peragraph__portlast{
  position: absolute !important;
top: -180px !important;
}
.peragraph__portlast img{
  position: absolute !important;
  top: -180px !important;
}
#slide-35-layer-4{
  position: absolute !important;
  top: 0px !important;
}
#slide-36-layer-4{
  position: absolute !important;
  top: 55px !important;
}
#slide-36-layer-3{
  position: absolute !important;
top: -180px !important;
}
.tp-bgimg.defaultimg {
  height: 70vh !important;
}
.pv-portfolio-area{
  height: 70vh;
}
#slide-35-layer-3{
  position: absolute !important;
  top: -160px !important;
}
.slotholder{
  height: 70vh !important;
}
.tp-revslider-slidesli{
  height: 70vh !important;
}
.tp-revslider-mainul{
  height: 70vh !important;
}
/* .tp-parallax-wrap{
  position: absolute;
left: -15px;
top: 237px !important;
z-index: 8;
} */
.image__portsecond {
  margin-top: 30px !important; 
}
.tp-caption{
  font-size: 14px !important;
  color: #5b5a58 !important;
  padding: 0px !important;
}
h3.heading-h3 {
  font-size: 34px;
}
.category_carditem .post-inner h5 {
  font-size: 16px !important;
}
/* home end */

.creative__expertscolor h3 {
  font-size: 25px !important;
  font-weight: bold;
  color: rgb(60, 191, 179);
  line-height: 32px !important;
  letter-spacing: 0px;
}
.whatwedo__colorheading h3 {
  font-size: 24px !important;
  font-weight: bold;
  color: rgb(131, 70, 146);
  line-height: 38px !important;
}
.what-do{
  margin-top: 0px !important;
margin-bottom: 10px;
}
.growwithus img {
  width: 60px;
  position: absolute;
  right: 15px;
  top: -14px;
}

.effect_solutions {
  padding-top: 30px;
  padding-bottom: 0px;
}
#creativeillustration__title{
  font-size: 32px !important;
  line-height: 37px !important;
}
#stunningdesign__title{
  font-size: 14px !important;
}

.whatwe_videosec__ .mt_sm--40 {
  margin-top: 15px !important;
}

.slick-list{padding:0 20% 0 0 !important;}
.catcards_row {
  margin-left: -10px !important;
}

#homemain__stuffarea{
  margin: 20px 0px 10px 0px !important;
}
.portfolio-33-33{
  padding: 0px 12px !important;
  margin-bottom: 0px !important;
}


/* category main page media */

#multiplelogo_show_port .col-lg-3{
  width: 50%;
  padding: 10px;
}
.techcat-portfolio-area .portfolio {
  height: auto;
}
#multiplelogo_show_port .portfolio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.categories_slider {
  padding: 0px 0px 10px 0px;
}
.boldheading_color1 {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #1665b9 !important;
  margin-bottom: 0px !important;
}
.bkseparator--20 {
  height: 5px !important;
}
.cat_drt__conttp{
  margin-top: 30px;
}
.ineer__detailscarlogo {
  padding-bottom: 40px;
}
.image_cardlr_sec .bk-info-boxes .info-grid-box.has-image {
  height: 200px;
}
.breadcrum_leftcont h1{
  font-size: 30px;
}
.allcat__brandlogos {
  padding: 35px 0px;
}
.innerdoubletab ul{
  display: flex;
flex-direction: row;
flex-wrap: inherit;
overflow-x: scroll;
white-space: nowrap;
}
.sixcard_items .logocard_item {
  width: calc(50% - 20px);
  margin-right: 0px;
  margin: 10px;
}
.innerdoubletab .nav-item{
  width: auto;
display: block ruby;
}
.allcat__brandlogos .nav-pills .nav-link {
  color: #999;
  font-size: 15px;
}
.boldheading_color2 {
  font-size: 32px !important;
}
.prof__rds_cont{
  margin-top: 30px;
}
.techmave-professonal {
  padding: 40px 0px;
  background: #f7f7f7;
}
.latestlogo_collections {
  padding: 44px 0px 100px 0px;
}
.latestlogo_collections .latestslider__row {
  margin-top: 35px;
}
.ineer__detailscarlogo {
  padding: 10px 0px 30px 0px !important;
}

/* about page media */

.maincolor_heading {
  font-size: 45px !important;
}
.about__whatwedo .bkseparator--30{
  display: none;
}
.techmave-whatdo-area{
  padding: 40px 0px;
}
.about__whatwedo h5{
  margin-bottom: 15px;
}
.techmave-skill-area{
  padding-bottom: 30px;
}
.rightfix__image .col-lg-7{
  padding: 0px 15px;
}
.webuild_brand .techmave-breadcaump-area{
  padding: 20px 0px 50px 0;
}
#galry_aboutfr .container-fluid{
  padding: 15px;
}
.rightbreadcrum__img{
  display: none;
}

/* home paralaxx slider media */

/* .tp-parallax-wrap{
  position: relative !important;
top: 248px !important;
font-size: 12px !important;
} */
.peragraph__portlast {
  font-size: 12px !important;
  line-height: 20px !important;
}
.perawidth__custom {
  width: 100% !important;
}
.growwithus .techmave-section-title{
  margin-bottom: 40px !important;
}
.growwithus{
  padding-top: 25px !important;
padding-bottom: 20px !important;
}

/* about page style media */
.about__slider{
  height: 85vh !important;
}
#slide-21-layer-1{
min-width: 320px !important;
max-width: 320px !important;
font-size: 47px !important;
line-height: 50px !important;
transform: translate3d(0px, 0px, 0px);
transform-origin: 50% 50% 0px;
top: -158px !important;
position: absolute !important;
text-align: center !important;
width: 100% !important;
left: 0px !important;
color: #fff !important;
}
.about__slider .video-btn a .video-icon.third-icon {
  width: 80px !important;
  height: 80px !important;
}
.about__slider .play__btn{
  position: absolute;
  bottom: -18px !important;
left: 101%;
}
#rev_slider_11_1_wrapper{
  height: 100% !important;
}
#rev_slider_11_1{
  height: 100% !important;
}
.about__slider .tp-bgimg.defaultimg {
  height: 100% !important;
}
.about__slider .slotholder{
  height: 100% !important;
}
.about__slider .tp-revslider-slidesli{
  height: 100% !important;
}
.about__slider .tp-revslider-mainul{
  height: 100% !important;
}
.about__slider #slide-21-layer-1{
  position: absolute !important;
  top: 50% !important;
}
.about__slider .rev-btn{
  position: absolute !important;
top: 40px !important;
min-width: auto !important;
max-width: auto !important;
padding: 15px 30px !important;
min-height: auto !important;
max-height: auto !important;
color: #fff !important;
white-space: nowrap !important;
left: -24px !important;
}
.about__slider  #slide-21-layer-13{
  display: none !important;
}
.about__slider .video-btn a .video-icon {
  background: transparent !important;
}

#aboutwhatwe__do{
  font-size: 23px !important;
  margin-bottom: 12px !important;
}
.effectivesolu__title{
  font-size: 26px !important;
  line-height: 27px;
}
.about__whatwedo .techmave-whatdo-area{
  padding: 40px 0px 0px 0px;
}
.bigtitleabout__{
  font-size: 25px !important;
  line-height: 32px !important;
  margin-bottom: 20px;
}
.creativetiycont__card .inner .icon {
  font-size: 50px !important;
  margin-bottom: 4px;
  color: #0038E3;
}
.creativetiycont__card h5.heading-h5 {
  font-size: 23px !important;
  margin-bottom: 9px !important;
}

.wedesign_build__{
  font-size: 25px !important;
line-height: 34px !important;
}
.webuild__bereadcrum{
  padding-bottom: 15px !important;
}
.aboutcounters {
  padding: 30px 0px 40px 0px !important;
}
.aboutcounters  h3.heading-h3 {
  font-size: 25px !important;
}
.techmave-counterup-area .bk-title--default{
  margin-bottom: 30px !important;
}
.rightbreadcrum__img {
  display: block;
}
.catego__bannertitle h1{
  font-size: 20px;
}
#category__banner{
  padding-bottom: 20px !important;
}
.responsive__tabs ul.scrollable-tabs li a {
  font-size: 13px;
}
.tab-content > .tab-pane {
  padding-bottom: 0px !important;
}
.ineer__detailscarlogo .mt--25 {
  margin-top: 12px;
}
.allcat__brandlogos .tab-content {
  margin-top: 0px;
}
.allcat__brandlogos .container {
  padding: 15px !important;
}
.innerdoubletab {
  margin-top: 0px;
}
.sixcard_items .logocard_item {
  width: calc(50% - 10px);
  margin-right: 0px;
  margin: 5px;
}
.address_cardsinfor_detils {
  margin-top: 20px !important;
}
.icon-box-content-title {
  font-size: 18px !important;
  padding-bottom: 10px !important;
margin-bottom: 10px !important;
}
.companion-icon-box .icon-box-icon {
  font-size: 22px !important;
}
.companion-icon-box .icon-box-icon a {
  margin-right: 16px !important;
}
.icon-box-content-description {
  font-size: 14px !important;
  color: #597393 !important;
  font-family: 'Poppins', sans-serif;
}
.contact_formn {
  padding: 0px 0px 30px 0px !important;
}
.getin_touch {
  background: #fafafa;
  padding: 50px 20px 30px 20px !important;
  border-top-right-radius: 50px;
}
.telcolmn {
  position: relative;
  margin-bottom: 17px !important;
}
.iti {
  width: 100% !important;
}

.layout-footer .footer-links {
  display: block !important;
}
.layout-footer {
  padding-left: 20px;
  padding-top: 0px !important;
}
.layout-footer .social-media .social-media-wrap {
  display: block !important;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.layout-footer .social-media .social-media-wrap .footer-logo {
  display: block !important;
  width: 140px !important;
}
.layout-footer .social-media .social-media-wrap {
  padding: 15px 0px !important;
}
.copyrightftbtm {
  text-align: left;
  display: block;
  margin: 20px 0px;
}

/* solutions cards media */

.prob__card {
  align-self: center;
  border-radius: 20px 20px 0 0;
  max-width: 88% !important;
}
.prob__card {
  position: static !important;
}
.solu__card {
  padding: 20px;
  transform: translateY(-17px) !important;
}
.content__solution_card {
  flex-direction: column;
  padding-top: 0 !important;
}
#solprobsec__title{
  margin-bottom: 40px !important;
}
.problem__solution{
  padding-bottom: 0px !important;
}

.snippet_animation {
  position: absolute !important;
  top: 31px !important;
  right: 15px !important;
}
.dot-typing {
  position: relative;
  top: -2px !important;
  right: 11px !important;
  width: 7px !important;
height: 7px !important;
}
.bk-footer-inner{
  padding-top: 40px;
}
.logo__footer img{
  width: 140px !important;
}

}




  @media only screen and (max-width: 479px){
    .container {
      max-width: 100%;
    }
  }

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

    /* home page responsive */
    .category_carditem {
      width: 50%;
      margin-bottom: 20px;
    }
    .category_carditem .post-thumb {
      height: 300px;
    }
.hm_slider{
  height: 35vh;
}
.hm_slider img {
  padding-top: 85px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_categoriesall__sec {
  padding: 30px 0px !important;
}

.design_catefgory_heading h2 {
  font-size: 20px !important;
}
.viewall_cat_col{
  margin-top: 8px !important;
}
.whatwe__do{
  padding: 30px 0px 20px 0px !important;
}
.section_worknumbers{
  padding: 0px 0px 10px 0px !important;
}
.preview-grid-metro .portfolio .thumb{
  margin-bottom: 15px;
}
.portfolioTems__sec .brook-section-title p {
  width: 100%;
  margin: 0 auto;
}
.portfolioTems__sec{
  padding: 40px 0px;
}
.portfolioTems__sec .brook-section-title{
  margin-bottom: 40px;
}
h3.heading-h3.font-40 {
  font-size: 22px !important;
}
.workwith__us{
  padding: 0px 0px 20px 0px !important;
}
h1.heading-h1.font-80 {
  font-size: 28px !important;
}
.bkseparator--60 {
  height: 0px;
}
.mini-address{
  margin-top: 20px;
}
.ftcl_actionmain{
  width: 90%;
  margin-top: 10px !important;
  margin-bottom: 40px !important;
  padding: 20px;
}
.figure_illusimage img {
  width: 100%;
  margin-top: 31px;
}
.tp-parallax-wrap .tp-caption{
  padding: 0px 55px !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
.copyright-right{
  text-align: center !important;
}
.category_carditem .post-inner h5 {
  font-size: 18px !important;
}
/* home end */

  }



  /* contact page style start ********************************************************/

  
/* contact page style form */
.contact-form-box input, .contact-form-box  .form-control {
  border: 1px solid #ededed;
  border-radius: 16px;
  background-color: transparent;
  color: var(--color-text-dark);
  padding: 7px 20px;
  width: 100%;
  border-radius: 0px;
}
.contact-form-box input:focus, .contact-form-box .form-control:focus {
  outline: none;
  box-shadow: 0 20px 48px -14px rgba(153, 161, 170, 0.25);
  border-color: transparent;
  border: 1px solid #1b68d9;
}

.contact-form-box input {
  height: 50px;
}
.contact-form-box {
  border-radius: 0px;
}
#contact_formsec .contact-form-box.shadow-box {
  margin-top: -400px;
}

.formsubmitbtn{
  background-color: #1B68D9 !important;
  color: #fff;
  border: 1px solid #1b68d9 !important;
  width: 100%;
  padding: 14px 30px;
  border-radius: 4px;
}
.formsubmitbtn:focus{
  box-shadow:none;
}
.formsubmitbtn::after{
  background-color: #3381F3 !important;
}

.contact-info {
  height: 300px;
}

.contact_parallaxsec{
  background-image: url("../media/banner/contact-banner-desktop.png") !important;
position: relative;
}

.header-btn .axil-btn.btn-fill-white:hover {
  background-color: #2A81DF;
}



@media (max-width:992px){
  .mega_menust {
    margin-top: 0px !important;
  }
  .axil-header.header-style-4 .axil-mainmenu.axil-sticky .mega_menust {
    margin-top: 0px !important;
  }
  .contact-info {
    height: auto;
    padding: 25px 25px;
  }
  .contact-info .phone-number {
    font-size: 18px;
  }
  .contact_parallaxsec .info ul li {
    border-right: 0px;
  }
  .axil-header.header-style-4 .axil-mainmenu.axil-sticky .mainmenu li a {
    color: #FFF;
  }
}

@media (max-width: 767px){
#contact_formsec .contact-form-box.shadow-box {
  margin-top: -200px;
}
#contact_formsec .contact-form-box .title {
  font-size: 20px;
  text-align: center;
}
.breadcrumb ul {
  margin-bottom: 0px !important;
}
.contact_parallaxsec .inner-items .info {
  padding: 28px;
}
.contact_parallaxsec .info ul li {
  margin-right: 0px;
  padding-right: 00px;
}
.contact_parallaxsec .inner-items .info h2 {
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 12px;
  font-size: 19px;
  color: #fff;
}
}

#innermenust li a {
  font-size: 15px;
}


/* contact form new style */
.contact_formn{
  padding: 60px 0px 100px 0px;
}
.getin_touch h2{
  margin-bottom: 15px !important;
  font-size: 30px;
}
.linefrom_ntm input{
  outline: none;
  border: none !important;
  border-bottom:  1px solid #000 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 12px 0px;
color: #000 !important;
font-size: 14px;
background: transparent !important;
}

.linefrom_ntm textarea{
  outline: none;
  border: none !important;
  border-bottom:  1px solid #000 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 12px 0px;
color: #000 !important;
font-size: 14px;
background: transparent;
}

.linefrom_ntm  input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(0, 0, 0);
}

.linefrom_ntm  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(0, 0, 0);
}

.linefrom_ntm  input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(0, 0, 0);
}
.linefrom_ntm  input:focus { /* Chrome, Firefox, Opera, Safari 10.1+ */
  background: transparent !important;
 }
 .linefrom_ntm  textarea:focus { /* Chrome, Firefox, Opera, Safari 10.1+ */
  background: transparent !important;
 }
.getin_touch{
  background: #fafafa;
padding: 50px 40px 80px 40px;
border-top-right-radius: 50px;
}
.rightfrm_details{
  border-bottom-left-radius: 50px;
}
.middle_contact_start{
  width: 100%;
  margin: 0 auto;
}

#contctnbh__banner{
  background-image: url("../media/banner/contact-banner-desktop.png") !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 80px 0px;
position: relative;
}

#contctnbh__banner::after {
display: none;
}
#contctnbh__banner .container{
  z-index: 100;
  position: relative;
}
#contctnbh__banner  h1{
  letter-spacing: 0;
color: #fff;
font-weight: bold;
font-size: 55px;
}


/* captcha code style */


.submit__generated {
  display: inline-block;
}
.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.submit__generated.valid:after, .submit__generated.unvalid:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.valid:after {
  content: "";
  color: #2ecc71;
}
.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}
.submit__generated.unvalid:after {
  content: "";
  color: #e74c3c;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #42A0DD;
  color: #42A0DD;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}

.captchacode_box i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
.captchacode_box i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(180deg);
}

.captchacode_box span.submit__error,
.captchacode_box span.submit__error--empty {
  color: #e74c3c;
  position: absolute;
  margin-top: 0px;
  margin-left: 100px;
}


.captchacode_box .low-opa {
  opacity: 0.4;
}

.captchacode_box .fadeOut {
  opacity: 0;
  transform: translateY(10px);
}

.captchacode_box .fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.captchacode_box .form-fields,
.captchacode_box .form-success {
  transition: all 0.2s ease-out;
}

.captchacode_box .form-success {
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 20px;
}
.captchacode_box {
  margin-bottom: 30px;
}
.captchacode_box h3{
  font-size: 17px;
}

.companyloca_address{
  padding: 20px 0px 40px 0px;
}
.moreinfo_titpera p{
  font-size: 24px;
  color: #10181f;
}
.cnaddress_tit h2{
 font-size: 30px;
 color: #1b68d9;
}

/* captcha end */


/* address_cards style */
.icon-box-content-title {
  color: #0e163d;
  border-color: #bfd4e4;
  padding-bottom: 18px;
margin-bottom: 18px;
font-weight: 700;
font-size: 24px;
line-height: 30px;
letter-spacing: -.01em;
border-bottom: 1px solid #bfd4e4;
}
.icon-box-content a {
  text-decoration: none;
  color: #0e163d;
}
.icon-box-content-description {
  margin-bottom: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #597393;
}
.icon-box-content-description a{
  color: #597393;
}
.icon-box-content-link {
  color: #0e163D;
}
.icon-box-content-link a i {
  margin-left: 5px;
  font-size: 16px;
}
.address_cardsinfor_detils{
  margin-top: 80px;
}

.companion-icon-box .icon-box-icon {
  transition: all .3s;
  line-height: 40px;
  font-size: 40px;
  color: #0e163D;
}
.companion-icon-box .icon-box-icon a{
  color: #0e163D;
  display: block;
margin-right: 30px;
text-decoration: none;
}
.companion-icon-box {
  display: flex;
  align-items: flex-start;
}
.form-group {
  margin-bottom: 16px;
}

#btomfooter_contact{
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
}

#contactbreadcrum__area {
  padding: 100px 0px;
  background: url(../img/newimages/contactbanner.jpg);
  background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}
#contactbreadcrum__area::before {
  position: absolute;
  content: "";
  background: #0000009c;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contactbreadcrum__area a {
  color: #fff !important;
}
#contactbreadcrum__area .breadcrumb-item.active {
  color: #1d6fe5;
}

#contactbreadcrum__area .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
#contactbreadcrum__area h1 {
  color: #fff !important;
}

h5.heading-h5 {
  font-size: 35px;
}
.stunningdesign__title{
  margin-top: 0px ;
  font-size: 26px !important;
}
.creativeillustration__title{
  font-size: 80px !important;
}
.custom_cmnpahe_content{
  color: #5b5a58 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.titlebigmain{
  margin: 20px 0px 80px 0px !important;
}

.perawidth__custom{
  width: 60%;
  margin: 0 auto;
}

.tab-content > .tab-pane {
  padding-bottom: 80px;
}
.spanbold__{
  margin-bottom: 8px;
}

.footer-widget .footer-inner p {
  color: #fff !important;
}
.copyright .copyright-right p {
  color: #ffffff !important;
}
.alignitems__row{
  align-items: center;
}

.aboutcounters{
  padding: 100px 0px 100px 0px;
}
body.template-color-1 .theme-color {
  color: #1B6DE4;
}
.footer-widget h2.widgettitle {
  font-size: 23px;
}
.work_enwuriy h3 {
  font-size: 16px;
}

/* home banner video style */

/* footer style */
.layout-footer {
  background-color: #FAF8F4;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 30px;
}
.layout-footer .footer-links {
  display: grid;
  grid-gap: 10px 0;
  grid-template-columns: repeat(auto-fill,180px);
  grid-auto-rows: 0;
  justify-content: center;
  margin: 20px auto 0;
  max-width: 100%;
  width: 100%;
}
.layout-footer .footer-links-stores {
  display: flex;
  justify-content: end;
  margin: 0 auto 40px;
  max-width: 1080px;
  width: 100%;
}
.layout-footer .social-media {
  border-top: 1px solid #C1C9E0;
}
.layout-footer .footer-links .footer-links-item {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  grid-row-end: span 20;
  margin-bottom: 10px;
  padding: 0 8px;
  text-align: initial;
}
.layout-footer .footer-links .footer-links-item {
  text-align: initial;
}
.layout-footer .footer-links .footer-links-item .footer-link.bold {
  cursor: default;
  font-size: 16px !important;
  font-weight: 600;
  padding: 11px 0;
  margin-bottom: 0px;
  color: #363636 !important;
}
.layout-footer .footer-links .footer-links-item .footer-link {
  color: #252E48;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  padding: 9px 0;
  position: relative;
  text-align: start;
  text-transform: capitalize;
  transition: color .3s ease;
  word-break: break-word;
}
.layout-footer .footer-links .footer-links-item .footer-link {
  color: #252E48;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  padding: 9px 0;
  position: relative;
  text-align: start;
  text-transform: capitalize;
  transition: color .3s ease;
  word-break: break-word;
  font-family: Roboto,sans-serif;
}
.layout-footer .footer-links-stores {
  display: flex;
  justify-content: end;
  margin: 0 auto 40px;
  max-width: 1080px;
  width: 100%;
}
.layout-footer .footer-links-stores .store-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  width: 360px;
}
.layout-footer .footer-links-stores .store-wrap .store:not(:last-child) {
  margin-inline-end: 25px;
}
.layout-footer .footer-links-stores .store-wrap .store {
  margin-bottom: 8px;
  display: block;
  padding: 0 !important;
}
.layout-footer .footer-links-stores .store-wrap .footer-link-figure {
  height: 40px;
  position: relative;
  width: 132px;
}
.layout-footer .footer-links-stores .store-wrap .footer-link-img.fade-img {
  animation-name: fade-img-scale;
}
.layout-footer .footer-links-stores .store-wrap .footer-link-img:not(.hover) {
  opacity: 1;
  visibility: visible;
}
.layout-footer .footer-links-stores .store-wrap .footer-link-img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s ease;
}
.fade-img {
  animation-duration: 2s;
}
.layout-footer .social-media {
  border-top: 1px solid #C1C9E0;
  margin-top: 40px;
padding-top: 15px;
padding-bottom: 15px;
}
.layout-footer .social-media .social-media-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
  padding: 15px 30px;
  box-sizing: border-box;
}
.layout-footer .social-media .social-media-wrap .footer-logo {
  display: inline-block;
  width: 180px;
}
.fade-img {
  animation-name: fade-img;
  animation-duration: 2s;
}
.layout-footer {
  text-align: center;
}
.layout-footer .social-media .social-media-wrap .social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-footer .social-media .social-media-wrap .social-icons .social-icon-link {
  display: inline-block;
  margin: 0px 20px;
}

/* solution section design */
.content__solution_card{
  align-items: flex-end;
display: flex;
justify-content: flex-end;
margin-bottom: 30px;
padding-top: 60px;
position: relative;
}
.prob__card{
  background-color: #EDE7FE;
box-shadow: 0 6px 12px #EDE7FE;
position: absolute;
top: 0;
z-index: 0;
}
.solu__card {
  background-color: #D1F7EB;
  box-shadow: 0 6px 12px #24CAA94D;
  position: relative;
  z-index: 1;
}

.content__solution_item {
  border-radius: 20px;
  max-width: 100%;
  padding: 20px 40px;
  width: 560px;
}
.content__solution_item > h4 {
  color: #252E48;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.content__solution_item > p {
  color: #545F7E;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.prob__card {
  left: 0 !important;
}
.solu__card::after {
  right: 497px;
  transform: scaleX(1);
}
.solu__card::after {
  background: url(https://static.rfstat.com/renderforest/images/v2/new-homepage/arrow-solution.svg) center/contain no-repeat;
  bottom: calc(100% + 5px);
  height: 50px;
  position: absolute;
  width: 50px;
  content: '';
}
.problem__solution{
  padding-bottom: 55px;
}

/* logo animation */
.headerlogofin{
  position: relative;
}
.firstaniup{
  position: absolute;
  right: 38px;
  bottom: 4px;
  width: 7px;
  height: 7px;
margin: 0 3px;
content: '';
border-radius: 50%;
background-color: #fc7a8c;
transform-origin: 50%;
animation: loader-bounceball 500ms alternate infinite ease;
animation-delay: 1s;
}
.secondaniup{
  position: absolute;
  right: 26px;
  bottom: 4px;
  width: 7px;
  height: 7px;
margin: 0 3px;
content: '';
border-radius: 50%;
background-color: #f9cd53;
transform-origin: 50%;
animation: loader-bounceball 500ms alternate infinite ease;
animation-delay: 2s;
}
.thirdaniup{
  position: absolute;
  right: 14px;
  bottom: 4px;
  width: 7px;
  height: 7px;
margin: 0 3px;
content: '';
border-radius: 50%;
background-color: #839cea;
transform-origin: 50%;
animation: loader-bounceball 500ms alternate infinite ease;
animation-delay: 3s;
}

@keyframes loader-bounceball {
  0% {
    top: 30px;
    height: 5px;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
    border-radius: 60px 60px 20px 20px;
  }
  35% {
    height: 8px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 50%;
  }
  100% {
    top: 0;
  }
}

/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Shuttle
 * ==============================================
 */
 .dot-shuttle {
  position: absolute;
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fc7a8c;
  color: transparent;
  margin: -1px 0;
}
.dot-shuttle::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #f9cd53;
  color: transparent;
}
.dot-shuttle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #839cea;
  color: transparent;
}

.dot-shuttle::before {
  left: 15px;
  animation: dot-shuttle 2s infinite ease-out;
}
.dot-shuttle::after {
  left: 30px;
}

@keyframes dot-shuttle {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-45px);
  }
  75% {
    transform: translateX(45px);
  }
}

/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
 .dot-typing {
  position: relative;
  left: -9999px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
  animation: dot-typing 1.5s infinite linear;
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #f7cc6e, 9999px 0 0 0 #fd711c, 10014px 0 0 0 #71dcfe;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #ef669f, 9999px 0 0 0 #71dcfe, 10014px 0 0 0 #c15c71;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #c24122, 9999px 0 0 0 #005c9b, 10014px 0 0 0 #9880ff;
  }
  50% {
    box-shadow: 9984px 0 0 0 #54a6df, 9999px -10px 0 0 #e95795, 10014px 0 0 0 #f26075;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #838aaa, 9999px 0 0 0 #e9f0f5, 10014px 0 0 0 #b0d9d7;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #9d3a79, 9999px 0 0 0 #f5be47, 10014px -10px 0 0 #f5f1e4;
  }
  100% {
    box-shadow: 9984px 0 0 0 #16b9af, 9999px 0 0 0 #ffebd9, 10014px 0 0 0 #f5be49;
  }
}
.snippet_animation{
  position: absolute;
  top: 35px;
  right: 26px;
}


