
.bglgray{
  background: var(--bglgray);
}
.bgdarkest{
  background: var(--darkest);
}
.bgdark{
  background: var(--dark);
}
.font-16, .font-16 p{
  font-size:16px;
  line-height:24px;
}
.font-18{
  font-size:18px;
}
.font-24{
  font-size: 24px;
  line-height: 30px;
}
.font-weight-600, .fw600{
  font-weight: 600;
}
.font-weight-500, .fw500{
  font-weight: 500;
}
.fw100{
  font-weight:100;
}
.overflow-y-visible{
  overflow-y:visible!important;
  overflow-x:hidden;
}
.rectangle-slide{
    position: absolute;
    width: 70%;
    height: 1100px;
    right: -150px;
    bottom: -125px;
    background: #1EA3E0;
    border-radius: 301.612px;
    transform: rotate(30deg);
}
.hero-image{
    background: #E5E6EA;
    box-shadow: 0px 4px 100px rgb(0 0 0 / 10%);
    border-radius: 24px;
    padding: 20% 10% 0px 0px;
}
.hero-image-area{
    z-index: 2;
    position: relative;
}
.hero-image > img{
  border-radius: 0px 24px;
}
.hero-decor{
    width: 122px;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -30px;
}
.hero-decor.fpage{
    left: 30px;
    top: -25px;
}
.hero-image-s{
  border-radius: 16px;
  overflow: hidden;
}
.hero-decor-s{
  width: 122px;
  position: absolute;
  z-index: -1;
  left: -30px;
  top: -60px;
}
.py-128{
  padding:128px 0px;
}
.pb-128{
  padding-bottom:128px;
}
.pt-128{
  padding-top:128px;
}
.py-24{
  padding:24px 0px;
}
.p-24{
  padding:24px;
}
.pt-24{
  padding-top:24px;
}
.pb-48{
  padding-bottom:48px;
}
.pt-64{
  padding-top:64px;
}
.pb-64{
  padding-bottom:64px;
}
.py-16{
  padding:16px 0px;
}
.pt-96{
  padding-top:96px;
}
.pb-96{
  padding-bottom:96px;
}
.lh-24{
  line-height:24px;
}
.lh-17{
  line-height:17px;
  color: #8C93A1
}
.navbar{
  padding: 0.7rem 1rem;
}
#navbar-rd{
  box-shadow: 0 .02rem .1rem rgba(0,0,0,.075)!important;
}
.menuquote{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  background: #EFEFFD;
  padding: 16px 32px;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.menuquote:hover{
  color: white;
  background: var(--light-blue);
}
.solid-button-light-blue, .b-btn-more a{
  background: var(--light-blue);
  padding: 18px 42px;
  color: white !important;
  border-color: var(--light-blue);
  border-radius: 4px;
  font-family: var(--fbc);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid var(--light-blue);
}
.solid-button-light-blue.white{
  color: var(--light-blue)!important;
  background: white;
}
.solid-button-light-blue.white:hover{
  color: var(--light-blue)!important;
  background: white;
}
.solid-button-light-blue:hover, .b-btn-more a:hover{
  background: transparent;
  border-color: var(--light-blue);
  color: var(--light-blue) !important;
  
}
.arrow-link span{
  background: #1B1C21;
  width: 45px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--irish);
  transition-duration: 0.5s;
}
.arrow-link:hover span{
  transform: rotate(-90deg);
}
.c7070{
  color:#707070!important;
}
.c9595{
  color:#959595!important;
}
.c1b1c{
  color:#1B1C21;
}
.cirish{
  color:var(--irish);
}
.ctext{
  color:var(--ctext);
}
.clight{
  color:#8C93A1;
}
.highlight{
  color:var(--light-blue);
}
.border-16{
  border-radius:16px;
  overflow: hidden;
}
.border-48{
  border-radius:48px;
  overflow: hidden;
}


.tile-3-1{
  background: #FCFCFC;
  border: 0.5px solid #D9DBE9;
  box-sizing: border-box;
  border-radius: 8px;
  transition-duration: 0.5s;
}
.tile-3-1:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.icon-area-3-1 span{
  background: #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  line-height: 80px;
  box-shadow: 0px 40px 40px -20px rgb(0 0 0 / 10%);
}
.v-align-m{
  vertical-align:middle;
}
.numbers-exp .container{
    background: #FCFCFC;
    border: 0.5px solid #D9DBE9;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 25px 25px 0px 25px;;
}
.numbers-exp span.content-area-3-2{
    max-width: 60%;
}
.max-width-1k{
  max-width:1000px!important;
  margin:auto;
}
.max-width-960 {
  max-width: 960px;
  margin: auto;
}
.mh75{max-height:75px;width:auto;}
.column-side{
  padding: 24px;
  border-radius: 8px;
  transition-duration: 0.5s;
  border: none;
  cursor:pointer;
}
.column-side:hover, .column-side.active{
  background: #E6F3FA;
}
.column-side p:first-child{
  font-size:22px;
}
.column-side p:last-child{
  margin-bottom:0px;
}
.column-side.mb-4{
  margin-bottom:0px!important;
}
.imgdradius > img{
  border-radius: 0px 72px 0px 72px;
  overflow: hidden;
}
.imgdradiusrev > img{
  border-radius: 72px 0px 72px 0px;
  overflow: hidden;
}
.radi-decor-dot{
    width: 122px;
    position: absolute;
    z-index: 0;
    bottom: -145px;
    right: 100px;
}
.radi-decor-leaf{
    position: absolute;
    bottom: -105px;
    right: 50px
}
.hgrad{
  background-image: linear-gradient( 90deg, #F9F9FA 75%, #FCFCFC 75%, #FCFCFC 100%);
}
.tile-3-2{
    background: #F9F9FA;
    border-radius: 0px 48px 0px 0px;
}
.backrect{
  background-size: contain;
  background: url('../images/srectangle.svg');
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-left: 100px;
}
.whyrd-list ul{
  list-style: none;
  padding: 0px;
  text-indent: -38px;
  padding-left: 40px;
}
.whyrd-list ul li{
  padding: 12px 0px;
}
.whyrd-list ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  line-height: 28px;
  background: #EDF8FD;
  padding: 4px;
  border-radius: 4px;
  margin-right: 10px;
  color: black;
}
.whyrd-list.horizlist ul{
  text-indent: unset;
  padding-left: unset;
}
.whyrd-list.horizlist ul li{
  display: inline-block;
  padding-right: 35px;
}
.whyrd-co{
  background: #F9F9FA;
  padding: 64px;
  margin-left: 0px;
}
.dotleaf-decor{
    position: relative;
    right: 25px;
    bottom: 60px;
    z-index: -1;
}
.pdcors{
  width: 225px;
  position: absolute;
  left: -48px;
  bottom: -104px;
  z-index: -1;
}
a {
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: var(--irish);
  text-decoration: none;
}
img {
  max-width: 100%;
  height:auto;
}
.CTAsection .container{
  background: #1EA3E0;
  border-radius: 8px;
  padding:0px;
}
.ud22{
      border-bottom: 2px solid;
    padding-bottom: 2px;
}
.sub-hero{
  border-radius: 4px;
  overflow:hidden;
}
.sub-hero-decor-left{
  width: 122px;
  position: absolute;
  z-index: 0;
  left: 25px;
  bottom: -75px;
}
.sub-hero-decor-right{
      width: auto;
    position: absolute;
    z-index: 0;
    right: 30px;
    bottom: -75px;
}
.nav-justified .nav-item{
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    text-align: center;
    
}
.nav-justified .nav-item a{
    font-size: 14px;
    padding: 12px;
    line-height: 0px;
    margin-right: 12px;
    background: #E5E6EA;
    border: 1px solid #D9DBE9;
    box-sizing: border-box;
    border-radius: 23px;
    letter-spacing: 0.02em;
    color: #4A5468;
    font-family: Basier Circle;
    font-style: normal;
    font-weight: 500;
    vertical-align: middle;
    line-height: 17px;
}
.nav-justified .nav-item a.active{
  color: #7879F1;
  background: #1B1C21;
}
.tab-head{
      background: #FCFCFC;
    border-bottom: 0.5px solid #D9DBE9;
    box-sizing: border-box;
    border-radius: 16px 16px 0px 0px;
}
.service-tabs .tab-content {
  background: #F9F9FA;
border: 0.5px solid #D9DBE9;
border-radius: 16px;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow:hidden;
}
.cor-top-r{
  border-radius: 0px 80px 0px 0px;
}
.style-cor-back{
    position: absolute;
    width: 65%;
    height: 500px;
    background: #f9f9fa;
    border-radius: 0px 80px 0px 0px;
}
.s-content-container h4{
  margin-bottom:20px;
}
.s-content-container p{
  margin-bottom:32px;
}
.bread-cms-ct{
    background: #E5E6EA;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
}
.content-container-y{
  padding: 48px;
}
.content-container-y p{
  margin-bottom: 24px;
}
.blog-categories a.cat-s{
    background: #E5E6EA;
    border: 1px solid #D9DBE9;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-block;
    color: #4A5468;
    font-weight: normal;
}
.blog-categories a.cat-s:hover{
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.ct854 h2{
    padding: 24px 0px;
    color: #4A5468;
    margin: 0px;
}
.ct854 h3{
   color: #4A5468;
    padding: 16px 0px;
    margin: 0px;
}
.wp-block-quote{
      border-left: 12px solid #E5E6EA;
    padding-left: 24px;
}
.ct854 blockquote p{
  font-size: 24px;
    line-height: 30px;
    color: #4A5468;
    font-weight: 500;
  padding: 10px 0px;
}
.wp-block-quote cite{
      font-style: italic;
    color: #4b4ded;
}
.ct854 ul{
    background: #F9F9FA;
    border: 1px solid #1EA3E0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px;
    padding-left: 48px;
    padding-bottom: 16px;
      margin-bottom: 32px;
}
.ct854 ul li{
    color: #4A5468;
    margin-bottom: 16px;
}
.ct854 img{
  max-width:100%
  width:auto;
  height:auto;
}
.wp-block-table{
    background: #F9F9FA;
    border: 1px solid #FCFCFC;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    padding:8px;
    width:100%;
  overflow-x: scroll;
}
.wp-block-table th{
  border:none;
  padding: 24px;
}
.wp-block-table td{
  border:none;
}
.wp-block-table thead{
  border:none;
}
.wp-block-table tbody tr:nth-of-type(even) td{
    background: #E5E6EA;
}
.wp-block-table tbody tr:nth-of-type(even) td:first-child{
    background: #E5E6EA;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.wp-block-table tbody tr:nth-of-type(even) td:last-child{
  background: #E5E6EA;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}


.wp-block-table thead tr th{
    background: var(--dark);
    color:#959595;
}
.wp-block-table thead tr th:first-child{
    background: var(--dark);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  color:#959595;
}
.wp-block-table thead tr th:last-child{
  background: var(--dark);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  color:#959595;
}


.wp-block-table tbody tr td{
  padding:24px;
}
.wp-block-table table{
  margin-bottom:24px;
}
.wp-block-table p{
  padding:0px 24px;
}
.wp-block-table table tbody p{
  padding:0px 0px;
  margin:0px;
}
.wp-block-table tbody tr td strong{
  display: block;
    border-right: 1px solid #D9DBE9;
}
.wp-block-table tbody tr td:last-child strong{
  display: block;
    border-right: 0px;
}
p.link-more{display:none;}
.solid-button-blue:hover, .input-submit:hover{
    background: transparent;
    border-color: var(--light-blue);
    color: var(--light-blue) !important;
}
.bgdark .color-rev, .bgdarkest .color-rev{
  color:white!important;
}
.dsl-before:before {
    content: url('../images/dsl.svg?ref');
    vertical-align: middle;
}
.pum-5{
  padding: 0rem 3rem;
}
.mbn-5{
    margin-bottom: -5px;
}
form:focus-within{}
.milestone-data{
  font-size: 16px;
  line-height: 24px;
  color: #8C93A1;
}
.milestone-year{
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: -0.02em;
  color: #1EA3E0;
}
.space-hbar span{
  width: 16px;
  height: 32px;
  display: inline-block;
  background: #1EA3E0;
}
.vbar{
  height: 24px;
  background: #1B1C21;
  position: relative;
  top: 155px;
  z-index: 0;
}
.vbar.top70{
  top: 70px;
}
.colorful-cards .cindex1{
  background: #EDF8FD;
}
.colorful-cards .cindex2{
  background: #FEF1EC;
}
#accordion .card-header, .accordion .card-header{
    background:none;
  }
.accordion .card .card-header{
   margin-bottom: 0px;
  border-bottom:0px;
}
  #accordion button, .accordion button{
    font-size: 24px;
    color: #4A5468;
    font-weight: bold;
    display:block;
    width:100%;
    text-align:left;
  }
#accordion button:hover, .accordion button:hover, #accordion button:focus, .accordion button:focus{
  text-decoration:none;
}
  #accordion button span.acc-ico, .accordion button span.acc-ico{
    font-size:32px;
    vertical-align:middle;
    margin-left: 10px;
    float:right;
    color: #1EA3E0;
    line-height:32px;
  }
  #accordion .card, .accordion .card{
    border: 0px;
    border-radius: 8px!important;
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.1);
    margin-bottom:24px;
    background:#FCFCFC;
  }
#accordion .card-body, .accordion .card-body{
  padding: 0px 24px 24px 24px;
}
.custom-table table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #4A5468;
  table-layout: fixed;
}
.custom-table table td, .custom-table table th {
    padding: .75rem 5px;
    vertical-align: top;
    border-bottom: 1px solid #D9DBE9;
}
.custom-table table p{
  margin-bottom:0px!important;
}
.two-boxes .title-area-3-1{
  display: inline-block;
  padding: 10px;
}
.two-boxes .icon-area-3-1{
  display: inline-block;
}
.two-boxes .content-area-3-1{
  padding-top:24px;
}
.bg-ins{
    background: url('../images/g311.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 10%;
}
.hrdark{
  margin:0px;
  border: 1px solid #121416;
}
.br-dot{
  border-right: 1px dashed #8C93A1;
}
.mat-subtypes .col-md-4:nth-child(even) .tile-3-1{
  background: #ffe4db40;
}
.finish-box-content .finish-style{
  border: 1px solid #D9DBE9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 1px;
    margin-bottom: 16px;
}
.mattable{
    background: #FCFCFC;
    border-radius: 8px;
   padding: 12px 8px;
}
.mattable .row{
      padding: 0px;
    margin: 0px;
}
.p324{
    padding: 32px 24px;
}
.py20{
  padding-top: 20px;
    padding-bottom: 20px;
}
.bge5{
  background:#E5E6EA;
  transition-duration: 0.5s;
}
.mattable .row:first-child .des{
  border-top-left-radius: 8px;
}
.mattable .row:first-child .lmor{
  border-top-right-radius: 8px;
}
.mattable .row:last-child .des{
  border-bottom-left-radius: 8px;
}
.mattable .row:last-child .lmor{
  border-bottom-right-radius: 8px;
}
.mattable .row:hover{
    box-shadow: 0px 2px 40px rgb(0 0 0 / 10%);
    border-radius: 16px;
  background: #FCFCFC;
  overflow: hidden;
}
.mattable .row{
  transition-duration: 0.5s;
}
.mattable .row:hover .bge5{
  background: #FCFCFC;
}
.sub-vary-data.finishes-d{
    background: #F9F9FA;
    padding: 0px 24px;
    border-radius: 8px;
}
.sub-vary-data.finishes-d .row{
  border-bottom: 1px solid #D9DBE9;
    padding: 24px 0px;
}
.sub-vary-data.finishes-d .row:last-child{
  border-bottom: none;
}
.kb-card{
    background: #FCFCFC;
    border: 0.5px solid #D9DBE9;
    border-radius: 8px;
    padding: 24px;
}
.kbcard-cont{
  margin-bottom:32px;
}
.hover-light:hover, .hover-light:focus, .hover-light:active{
  color:var(--light-blue);
}
.admin-bar header#navbar-rd{
  margin-top: 30px;
}
nav.navbar .current-menu-item:not(.solid-button-nav) > a{
  color: var(--irish)!important;
}
header#navbar-rd {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: top 0.3s;
  z-index: 1010;
}
header ul#main-menu-bootstrap li a {
  color: #4A5468;
  font-size: 15px;
  padding: 7px 15px;
  white-space: nowrap;
}
header ul#main-menu-bootstrap li a:hover{
  color: var(--irish);
}
header ul#main-menu-bootstrap {
  padding-top: 7px;
  padding-bottom: 7px;
}
nav .dropdown-menu {
  background: #f9f9fa;
    border: 0px;
    border-top: 2px solid #3da3e0;
    border-radius: 0px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.mindeximg{
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
.faqs-service .card{
  border-radius:8px;
}

.faqs-service .card .card-header{
    background-color: #f9f9fa;
}
.footer-content h5 strong{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1B1C21;
}
.footer-content .footer-company a, .addfot4r{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #8C93A1;
}
.single-icon a {
    background: #222;
    color: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 10px;
}
.icon-facebook a:hover {
  color: #4661af;
}
.icon-twitter a:hover {
  color: #009cfa;
}
.icon-linkedin a:hover {
  color: #0067b1;
}
.icon-youtube a:hover {
  color: #ED3833;
}
.tile-container .bgdarkest:hover{
  background:#1EA3E0;
}
.tile-container .bgdarkest:hover .arrow-link span{
  background:white;
}
img.brand-logo{
  max-height: 60px;
  filter: invert(60%);
}







@media (max-width: 960px){
  .backrect{
    padding-left: 10px;
  }
  .content-container-y{
    padding: 48px 0px;
  }
  .pum-5{
    padding: 1rem 1rem;
  } 
  .ctahead {
    font-size: 32px;
    line-height: 48px;
  }
  .mattable .row:first-child .des{
    border-top-left-radius: 0px;
  }
  .mattable .row:first-child .lmor{
    border-top-right-radius: 0px;
  }
  .mattable .row:last-child .des{
    border-bottom-left-radius: 0px;
  }
  .mattable .row:last-child .lmor{
    border-bottom-right-radius: 0px;
  }
}



@media (min-width: 960px){
  .posbtbw{
    position: absolute;
    bottom: 40px;
  }
  .posbtbw.centerx{
    transform: translate(50%,0%);
  }
  .rownowrap{
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}


@media (min-width: 1400px){
  .container {
    max-width: 1280px;
  }
  .pos-bottom-0{
    position: absolute;
    bottom: 0px;
  }
}










.disable{
  pointer-events: none;
}
.cursor-pointer{
  cursor:pointer;
}
.font-lora {
  font-family: var(--lora);
}
.fontbc{
  font-family: var(--fbc);
}
.color-dark-blue {
  color: var(--dark-blue);
}
.bg-dark-blue{
  background: var(--dark-blue);
}
.bg-light-blue{
  background: var(--light-blue);
}
.color-light-blue {
  color: var(--light-blue);
}
.color-gray {
  color: var(--gray);
}
.color-gray-2 {
  color: var(--gray-2);
}
.color-gray-3 {
  color: var(--gray-3);
}
.color-gray-4 {
  color: var(--gray-4);
}
.color-gray-5 {
  color: var(--gray-5);
}
.color-white {
  color: white;
}
.color-white-imp {
  color: white!important;
}
.bg-color-gray-4 {
  background: var(--gray-4);
}
.color-orange{
  color: var(--orange);
}
.bg-orange{
  background: var(--orange);
}
.font-22 {
  font-size: var(--size-22);
  line-height: 28px;
}
.font-15 {
  font-size: 15px!important;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-18 {
  font-size: 18px;
}
.font-40 {
  font-size: 40px;
  line-height:44px;
}
.font-36 {
  font-size: 36px;
  line-height:40px;
}
.f-15{font-size: 15px;}

.color-white {
  color: white;
}
.font-size-15 {
  font-size: 15px;
}
.font-400{
  font-weight: 400;
}
.font-600{
  font-weight: 600;
}
.pt-150 {
  padding-top: 150px;
}
.dark-theme{
  background:var(--dark-blue);
}
.light-theme{
  background:var(--light-blue);
}
.bg-grad-15{
  background-image: linear-gradient(0deg, #0a2c42 15%,#fff 15%, #fff 100%);
}
.rgba25{
  background: rgba(240, 240, 240, 0.25);
}
.background-styles {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.sticky-top{
  z-index:105;
  top:90px;
}
.rotate-180{
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.post-template-default .page-our-blog-sec-1 p, .post-template-default ul, .knowledge-base-template-default .page-our-blog-sec-1 p, .knowledge-base-template-default ul{
  font-family: var(--source-sance-pro);
    font-size: 18px;
    word-spacing: 2px;
    line-height: 30px;
} 
.border-top-3px{
  border-top: 3px solid var(--light-blue);
}

h1.style-h2, h3.style-h2{
  font-family: var(--lora);
  font-size: var(--size-40);
  font-weight: bold;
  line-height: 50px;
}


.solid-button-nav > a, .wp-block-button__link{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: var(--light-blue);
    border-color: var(--light-blue);
    background: var(--light-blue);
    padding-left: 20px;
    padding-right: 20px;
    color: white !important;
}
.solid-button, .home-tabs .nav-pills a.nav-link.active{
  background: var(--orange);
  padding-left: 20px;
  padding-right: 20px;
  color: white !important;
  border-color: var(--orange);
}


.special-half-image-back{
  background: -moz-linear-gradient(to right, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
  background: -webkit-linear-gradient(to right, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
  background: linear-gradient(to right, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
}
.special-half-image-back-h{
  background: -moz-linear-gradient(to left, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
  background: -webkit-linear-gradient(to left, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
  background: linear-gradient(to left, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
}
.special-half-image-back-v{
  background: -moz-linear-gradient(to bottom, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
  background: -webkit-linear-gradient(to bottom, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
  background: linear-gradient(to bottom, var(--light-blue) 0%, var(--light-blue) 50%, white 50%);
}
/*not(.no-hover)*/
.solid-button:hover, .solid-button-nav > a:hover , .wp-block-button__link:hover{
  background: transparent;
  border-color: var(--light-blue);
  color: var(--light-blue) !important;
}
.banner_3d_printing {
  min-height: 500px;
  background-position: center right !important; /* Center the image */
  background-repeat: no-repeat !important; /* Do not repeat the image */
  background-size: cover !important; /* Resize the background image to cover the entire container */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner_3d_printing_side{
  min-height: 500px;
  background-position: center right !important; /* Center the image */
  background-repeat: no-repeat !important; /* Do not repeat the image */
  background-size: cover !important; /* Resize the background image to cover the entire container */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.dark-colors h1, .dark-colors p{color:var(--dark-blue);}


.service-nav {
  transition: top 0.3s;
  background: var(--gray-4);
}
.service-nav ul#main-menu-bootstrap li a {
  color: var(--dark-blue);
  font-size: 13px;
  padding: 7px 15px;
  transition-duration: 0.1s;
}
.service-nav ul#main-menu-bootstrap li a.active {
  color: var(--light-blue);
}
.service-nav ul#main-menu-bootstrap {
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-3d-sec-2 {
  background: var(--gray-4);
}
/* ------start tab content css----- */
.service-tabs .nav-tabs--vertical {
  border-bottom: none;
  /*border-right: 1px solid #ddd;*/
  display: flex;
  flex-flow: column nowrap;
}
.service-tabs .nav-tabs--left {
  /*margin: 0 15px;*/
  padding-top: 20px;
  min-width: 250px;
  position: relative;
  z-index: 1;
}
.service-tabs .nav-tabs--left .nav-item + .nav-item {
  margin-top: 0.25rem;
}
..service-tabs.nav-tabs--left .nav-link {
  transition: border-color 0.125s ease-in;
  white-space: nowrap;
}
.service-tabs .nav-tabs--left .nav-link:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}
.service-tabs .nav-tabs--left .nav-link.active {
  /*border-bottom-color: #ddd;
  border-right-color: #fff;*/
  /*border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;*/
  margin-right: -1px;
}
.service-tabs .nav-tabs--left .nav-link.active:hover {
  background-color: #fff;
  /*border-color: #0275d8 #fff #0275d8 #0275d8;*/
  border-left: 2px solid var(--light-blue);
}

.page-about-sec-1 #rd-about{
  background: #358ebd;
}

.service-tabs .nav-tabs .nav-item.show .nav-link{
  color: var(--gray-2);
  background-color: #fff;
  border-color: #fff;
}
.nav-tabs.hor-tabs.nav-justified{
  border-bottom: 0px solid #dee2e6;
}
.service-tabs .nav-tabs--left .nav-link.active {
  background-color: #fff;
  /*border-color: #0275d8 #fff #0275d8 #0275d8;*/
  border-left: 2px solid var(--light-blue);
  color: var(--dark-blue);
}
.service-tabs .nav-tabs--left .nav-link:hover {
  background-color: #fff;
  /*border-color: #0275d8 #fff #0275d8 #0275d8;*/
  border-left: 2px solid var(--light-blue);
  color: var(--dark-blue);
}
.service-tabs .nav-tabs--left .nav-link {
  color: var(--gray-2);
}
/* ------start tab content css----- */

.page-3d-sec-3 .finish-box {
  cursor: default;
  transition-duration: 0.4s;
}
.page-3d-sec-3 .finish-box :hover {
  background: var(--gray-4);
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.border-btn {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}
.border-btn:hover {
  border-color: var(--light-blue);
  color: white;
  background: var(--light-blue);
}
.page-3d-sec-5 .sec-5-inner-content {
  background: #002c42;
  padding-bottom: 75px;
}
/*.page-3d-sec-5 .sec-5-inner-content p {
  color: white;
  font-size: 22px;
}*/

.page-3d-sec-6 {
  margin-top: 75px;
  padding-top: 75px;
  margin-bottom: 75px;
  padding-bottom: 75px;
}
footer .footer-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
footer ul {
  list-style-type: none;
}

.height-back-top{
height:70px;background:#ededed;
}
.height-125{
  height:125px;overflow:hidden;
}
.icon-phone a,
.icon-globe a {
  color: #222;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
}
.contact_icon p {
  line-height: 30px;
}
.footer-company a,
.footer-services a {
  color: #222222;
}
.div-right-border {
  border-right: 2px solid #cccccc;
}
.home-banner-icon span {
  color: #0a2c42;
    font-size: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}
.page-home-sec-1 {
  background: #318ebd;
}
div.big-hr {
  width: 60px;
  height: 3px;
  background: var(--light-blue);
}
div.small-hr {
  width: 20px;
  height: 2px;
  background: var(--light-blue);
}
.border-light {
  border-color: #f0f0f0 !important;
}
.page-home-sec-2 .home-service-h {
  font-size: 16px;
}
.home-service-img {
  width: 100%;
}
.tile-text-container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
  background: rgba(53, 142, 189, 0.8);
  visibility:hidden;
}
.tile-container:hover .tile-text-container{
  visibility:visible;
}
.page-home-sec-3 .home-hover:hover {
  background: #f2f2f2;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  cursor: default;
}
.page-home-sec-4 .home-news-img {
  width: 100%;
}
.page-home-sec-4 .news-date-box {
  font-size: 14px;
  background: var(--light-blue);
  line-height: 15px;
  height: 50px;
}
.page-home-sec-4 .home-news-div {
  padding: 0px;
  margin: 0px;
}
.page-home-sec-5 .home-news-img {
  width: 100%;
}
.page-home-sec-5 .news-date-box {
  font-size: 15px;
  background: #5ba3d4;
  line-height: 20px;
  height: 65px;
}
.page-home-sec-5 .home-news-div {
  padding: 0px;
  margin: 0px;
}
.vertical-line {
  background: #cccccc;
  width: 2px;
}
.v-dot {
  width: 26px;
  height: 26px;
  background: #e9e9e9;
  border-radius: 50%;
  position: absolute;
  left: -12px;
}
.dot-1 {
  top: -15px;
  background: var(--orange);
}
.dot-2 {
  top: 275px;
}
.dot-3 {
  bottom: 155px;
}
.home-hover-1:hover .dot-1 {
  background: red !important;
}
.page-home-sec-5 .home-news-div {
  padding: 0px;
  margin: 0px;
}
.page-our-blog-sec-1 .tag-btn .active {
  padding-top: 2px;
  padding-bottom: 2px;
  background: var(--light-blue);
  color: white;
}
.page-our-blog-sec-1 .tag-btn button {
  padding-top: 2px;
  padding-bottom: 2px;
  background: var(--gray-2);
  color: white;
}

/* --- date 10-03-2019 ----*/
.page-about-sec-1 .hr {
  width: 65px;
  height: 3px;
  background: var(--light-blue);
}
.slider-bottom-text {
  background: var(--light-blue);
}
.about-slider-nav {
  line-height: 40px;
  font-size: 20px;
  background: var(--light-blue);
}
.about-slider-nav-inner {
  width: 60px;
  background: white;
}
.page-about-sec-2 {
  background: var(--gray-4);
}
.page-about-sec-3 .hr {
  width: 60px;
  height: 3px;
  background: var(--light-blue);
}
.page-about-sec-3 .team-card-img {
  border: 5px solid white;
}
.page-about-sec-4 .hr {
  width: 60px;
  height: 3px;
  background: var(--light-blue);
}
.upload-icon {
  display: inline-block;
  padding: 4px;
  border: 1px solid var(--light-blue);
  border-radius: 50%;
  background: white;
}
.upload-icon span {
  background: var(--light-blue);
  color: white;
  font-size: 24px;
  line-height: 45px;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  display: inline-block;
}
.quote-processes .dot > span {
  display: inline-block;
  color: var(--gray-2);
  line-height: 50px;
}
.processes-flex {
  position: relative;
  z-index: 2;
}
.horizontal-line {
  width: 100%;
  background: #c4c4c4;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #a1a1a1;
  top: 33px;
  position: relative;
  z-index: 1;
  max-width: 83%;
  margin: auto;
}

.blog-page h2{color:var(--dark-blue);}
.blog-page h3{color:var(--dark-blue);font-weight: 600;}
.blog-page h4{color:var(--dark-blue);font-weight: 600;}



/* --- date 12-03-2019 ----*/ 

.page-capb-sec-5 .hr {
  width: 65px;
  height: 3px;
  background: var(--light-blue);
}
.page-capb-sec-5 .sec-5-inner-content {
  background: #002c42;
}
.page-3d-sec-3 .finish-box-capb {
  background: var(--gray-4);
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.background-222{
  background: #F0F0F0;
}
.page-capb-sec-3 .hr {
  width: 65px;
  height: 3px;
  background: var(--light-blue);
}
.page-capb-sec-3 .container .cap-list{
  line-height: 60px;
}




/* --- date 13-03-2019 ----*/ 
.align-middle { 
  position: relative;
}

.align-middle p {
  margin: 0;
  position: absolute;
}
.page-3d-sec-1 .hr {
  width: 80px;
  height: 2px;
  background: var(--light-blue);
}
.service-tabs .content-list-style ul li{
    width: 45%;
    display: inline-block;
}
.content-list-style ul{
    list-style: none;
    padding: 0px;
    padding-left: 30px;
}
.content-list-style ul li{
    text-indent: -13px;
    line-height: 20px;
    margin-bottom: 5px;
   
}
.content-list-style ul li:before{
    content: '\2713';
    color: #31bd3f;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    line-height: 28px;
    vertical-align: unset;
}
.service-tabs h4{
  font-size: 18px;
    color: var(--light-blue);
    font-weight: 600;
    margin-bottom: 20px;
}
.para-m-0 p{
  margin-bottom:0px;
}



/* --- date 15-03-2018 ---*/

.finishes-sec1 .hr {
  width: 65px;
  height: 3px;
  background: var(--light-blue);
}
.mt-100{margin-top: 100px;}

.page-meterials .hr {
  width: 65px;
  height: 3px;
  background: var(--light-blue);
}


.blog-head{
  background: #f2f2f2;
}

.qual .hr {
  width: 60px;
  height: 3px;
  background: var(--light-blue);
}
.material-side-nav a{
  display:flex;
}
.material-side-nav a.nav-link i{
    width: 10px;
    display: inline-block;
    color: var(--dark-blue);
    font-size: 22px;
    line-height: 18px
}
.material-side-nav a.nav-link.active i:before{
    content: '\f0da';
    margin-right: 30px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: none;
    font-size:18px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right:30px;
    color: var(--dark-blue)!important;
    transition-duration:0.2s;
}
.material-side-nav a.nav-link span{
  margin-left:30px;
}
.material-side-nav a.nav-link.active span{
  color:var(--light-blue);
  margin-left:30px;
}
.material-side-nav a i, .material-side-nav a span{
   display: inline-block;
}

.page-item.active .page-link{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
.page-link{
  color: var(--light-blue);
}
.du_progress:after {
    content: 'Uploading...';
    font-size: 12px;
    color: red;
    text-align: center;
    background: white;
    padding: 0px 6px;
}
.max-width-770{
  max-width: 770px;
}
.max-90{
  max-width: 90%;
}
.max-height-500{
  max-height: 500px;
}
.max-width-400{
  max-width:400px;
}
.max-height-200{
  max-height: 200px;
}
.mh-40{
  max-height: 40px;
}
.banner_3d_printing ul{
  font-size: 20px;
  padding-left: 20px;
}
.row.about-page .icon-area span{
    font-size: 36px;
    display: inline-block;
    background: white;
    line-height: 60px;
    width: 60px;
    height: 60px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.background-image-about{
   background: url(/wp-content/uploads/2019/10/90e41dd.png) no-repeat top;
   background-size: cover;
}
.carousel-indicators.left-indica{
   justify-content: left;
}
.content-list-style ul p{
      letter-spacing: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    display: inline;
}
.row-absolute-data{
    position: absolute;
    width: 80%;
    bottom: 0px;
    background: white;
}
.style-table-inside table{
    border-top: 3px solid var(--light-blue);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding-bottom: 10px;
}
.carousel-indicators li{
    width: 10px;
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.pc-laptop-no{
    background-image: url(/wp-content/uploads/2019/10/ece740c.png);
    background-size: auto 100%;
    background-position: 100% top;
    background-repeat: no-repeat;
  }
  .actual-laptop{
    position: relative;
  }
  .video-home{
    text-align: center;
    left: 0px;
    border: 5px solid #2f2f2f;
    border-radius: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 5px 10px 0px rgba(150,150,150,1);
    background: #2f2f2f;
  }
  .video-home video{
    width: 100%;
    display: inherit;
    outline: none;
    border-radius: 15px;
    border: 1px solid #2f2f2f;
  }
  
.table-custom table td, .table-custom table th{
    padding: 0.35rem;
    font-size: 13px;
    word-break: keep-all;
  }

.img-section-testi{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -50px;
    margin-bottom: -30px;
  }
  .icon-testi{
    position: absolute;
    left: -8px;
    font-size: 18px;
    top: 10px;
  }


@media only screen and (min-width: 992px) {
  .max-width-960 {
    max-width: 960px;
    margin: auto;
  }
  .max-width-580 {
    max-width: 580px;
    margin: auto;
  }
  .font-52{
    font-size: 52px;
    line-height: 60px;
  }
  .ml-5-992{
    margin-left:50px;
  }
  .blog-side-image{
    max-width:none!important;
    width: calc(50vw - 15px)!important;
  }
  .nav-side-mat{
    position: sticky;
    top: 90px;
  }
  .about-images{
    position: relative;
    z-index: 1;
  }
  .form-container{
      margin-bottom: -270px;
      position: relative;
      z-index: 2;
      top: -270px;
      background: white;
  }
  .plm-50{
    padding-left:50px;
  }
  .menu-item-has-children.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      margin-top: 0px;
  }
}


@media only screen and (max-width: 992px) {
  .service-tabs div.d-flex{
    display:block!important;
    width:100%;
  }
  .mob-pl-0{
    padding-left:0px!important;
  }
  .home-page-banner{
    background: #ededed!important;
  }
  .div-right-border{
    border:none;
  }
  .d-flex-no-phone{
    display:block!important;
  }
  .row-absolute-data{
    position:relative;
  }
  
}
@media only screen and (min-width: 1800px) {
  .banner_3d_printing{
    min-height:700px;
  }
}
@media only screen and (max-width: 575px) {
  .processes-flex > div, .d-flex.processes-flex{
    display:block!important;
    width:100%;
    margin-bottom:20px;
  }
}


/* Table Styles without class */

.file-uploader-text{
    font-size: 16px;
    max-width: 700px;
    display: block;
    margin: auto;
    width: 95%;
    padding-top: 21px;
}
a.file_browse:not(.do-not-hide){
    display:none;
}
.border-top-blue{
    border-top: 3px solid var(--light-blue);
}
.knowledge-base-articles .home-service-h span.dot{
    width: 6px;
    height: 6px;
    background: #0a2c42;
    line-height: 20px;
    border-radius: 50%;
    margin-top: 5px!IMPORTANT;
}
  .video-home video{
        border-radius: 0px;
    border: 0px solid #2f2f2f;
  }
  .video-home{
        border: 0px solid #2f2f2f;
    border-radius: 0px;
  box-shadow:none;
  }
.footer-content .footer-services a:hover, .footer-content .footer-company a:hover{
  color: var(--light-blue);
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
.video-zoom-btn{
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    background: rgb(0 0 0 / 0.5);
    padding: 30px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility:hidden;
  }
  .video-home:hover .video-zoom-btn{
    visibility:visible;
  }
  .video-zoom-btn:hover{
    background: rgb(0 0 0);
    color:white;
  }
.wpcf7-form-control-wrap .wpcf7-quiz-label{
  font-size: 20px;
    font-weight: 700;
    color: #358ebd;
    margin-right: 20px;
}
.wpcf7-form-control.wpcf7-quiz{
      height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  .author-image{
    width: 60px;
    vertical-align: bottom;
  }
  .author-image img{
    border-radius:2px;
  }
.my-auto{ position: relative; }