/*
Theme Name: Diode
Author: Capsule
Author URI: https://capsulemarketing.co.uk/
Description: Responsive WordPress Theme for Capsule
Version: 1.0
*/
/*Variables*/
/*Turquoise #03D8DE (Also used in some headers)
Blue #4E97E8 (Digital journeys BG is this at a 10% tint)
Purple-Blue #7F6CEE (Also the purple used in CTA buttons)
Purple-Pink #BE35F7 (Also used in some headers)
Pink #F802FE
Navy #022542*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
.wow {
  visibility: hidden; }

body {
  min-width: 320px;
  background: #fff;
  color: #022542; }

ol, ul, li {
  list-style: none; }

img {
  max-width: 100%; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.row {
  max-width: 1200px; }

.large-row {
  max-width: 1600px; }

/* FONT STYLES */
h1, h2, h3, h4, h5, h6, p, a, li, ol, blockquote, table, label, body {
  font-family: 'Comfortaa', cursive;
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;  margin-bottom: .5em;}

h1 {
  font-size: 36px; 
}


.single h1 {
  font-size: 26px; 
}

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p, label, ul li, ol li {
  font-size: 15px; }

ul li {
  list-style: disc; }

a {
  color: #5eccd3; }

p a:hover {
  color: #022542; }

blockquote p {
  font-size: 1.6em; }

/* BUTTONS */
.btn {
  color: #fff;
  padding: .75em 1.25em;
  background: #7F6CEE;
  margin: .75em 0;
  display: inline-block;
  transition: background .5s ease;
  position: relative;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 20px 0px 20px 0px;
  transition: background-color 0.5s ease;
  font-weight: bold; }

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5eccd3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 20px 0px 20px 0px; }
.btn:hover {
  color: #fff !important; }
  .btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 20px 0px 20px 0px; }
.btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: 20px 0px 20px 0px; }
.btn:focus {
  color: #fff; }

b, strong {
  font-weight: bold; }

/*MOBILE MENU*/
#hamburger {
  border-top: 2px solid #7F6CEE;
  height: 25px;
  width: 30px;
  box-sizing: border-box;
  position: absolute;
  z-index: 30;
  right: 1em;
  top: 10px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  #hamburger:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #7F6CEE;
    top: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #hamburger:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #7F6CEE;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

#hamburger.active {
  border-color: transparent;
  outline: none;
  z-index: 9999999;
  top: 0px; }
  #hamburger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 32px;
    left: -2px;
    top: 8px; }
  #hamburger.active:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 13px;
    width: 32px;
    left: -2px; }

#hamburger.active:before, #hamburger.active:after {
  background: #fff !important; }

.home #hamburger{
  border-color: #fff;
}

.home #hamburger:before, .home #hamburger:after{
  background: #fff;
}

.home .shrink #hamburger{
  border-color: #7F6CEE;
}

.home .shrink #hamburger:before, .home .shrink #hamburger:after{
  background: #7F6CEE;
}

.home #hamburger.active{
  border-color: #022542;
}

.home .site-container{
  margin-top: 0px;
}


.site-nav {
  background: #022542;
  height: calc(100% - 0px);
  position: fixed;
  top: 0px;
  width: 100%;
  transform: translatex(-100%);
  will-change: transform;
  padding-top: 50px;
  left: 0;
  z-index: 999999; }

  .site-nav li{
    display: block;
    text-align: left;
  }


  .site-nav li a{
    padding: 1em;
  }
  .site-nav .menu-primary-container {
    width: 100%; }

.site-nav.active {
  transform: none; }

.site-nav.animatable {
  transition: all 0.15s;
  transition-timing-function: ease-in; }

.site-nav.active.animatable {
  transition: all 0.3s;
  transition-timing-function: ease-out; }

  .site-nav.active #hamburger{
    border-color: #022542!important;
  }

/*END OF MOBILE MENU*/
/*HEADER STYLES*/

.home{
  .site-container {
   margin-top: 0px;
 }
}


.site-container {
   margin-top: 105px;
   overflow: hidden;
 }

.sticky-header {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  z-index: 999;
  top: 0px;
  position: fixed;
  left: 0px;
  right: 0px;
  /*  min-height: 102px;*/ }

header {
  padding: 0.75em 0.5em !important;
  position: relative;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  z-index: 9999;
    background: #fff;
  /*  box-shadow: 0 0 2px #d8d8d8;*/ 
}
  header .row {
    position: relative; }

  header .menu-primary-container {
    display: inline-block;
    text-align: right;
    float: right; }


    .home header{
      background: none;
    }

    .home .shrink{
      background: #fff;
    }


  .home header .menu-primary-container a {
      color: #ffffff;
    }

    .home .shrink .menu-primary-container a {
      color: #022542;
    }



    header .menu-primary-container a {
      color: #022542;
      font-weight: bold; 
      padding: 1em 1.5em;
    }

    header .menu-primary-container a {
      color: #BE35F7;
    }

/*  header .mainmenu {
    margin-top: .65em; }*/



.logo img {
  max-width: 200px;
  width: 100%; }

.shrink {
  padding: 0.75em 0.5em !important;
  background: #fff;
  transition: .5s ease all; 
  box-shadow: 0px 0px 3px 1px #ddd;
}
  .shrink .logo {
    transition: .5s ease all; }
    .shrink .logo img {
      max-width: 175px;
      transition: all 0.3s; }
/*  .shrink .mainmenu {
    margin-top: .45em; }*/
    .shrink .mainmenu a {
      color: #022542; }

      .shrink .mainmenu a:hover, .shrink .mainmenu a:focus{
        color: #BE35F7;
      }
  .shrink .contacts p a {
    font-size: 12px; }
  .shrink #hamburger {
    top: 5px; }
  .shrink #hamburger.active {
    top: 0px; }

.container-scroll {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  z-index: 99;
  text-align: center; }
  .container-scroll i {
    font-size: 30px;
    color: #fff; }

/*GENERIC STYLES*/

iframe{
  border: 0px;
}

.full-width-video {
    background-color:white;
    
    background-position: center;
    border-radius: 0px 0px 150px 0px;
}    
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    margin-top: -80px;
    border-radius: 0px 0px 150px 0px; 
    background-image: url(/wp-content/themes/diode/images/background-video.jpg); 
    background-size: 100%; 
} 
.embed-container-mobile { 
    position: relative; 
    height: 100%;
    padding-bottom: 178.25%; 
    overflow: hidden; 
    max-width: 100%;
    background-image: url(/wp-content/themes/diode/images/mobile-background-video.jpg);
    background-size: 100%;
    background-position: center; background-repeat: no-repeat;  
    border-radius: 0px 0px 100px 0px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
} 
.drawing{
  background-size: 90%;
  background-position: right;
  background-repeat: no-repeat;
}

.rotate {
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 
    50% { -moz-transform: rotate(20deg); } 
    100% { -moz-transform: rotate(0deg); } 
}
@-webkit-keyframes spin { 
    50% { -webkit-transform: rotate(20deg); } 
    100% { -webkit-transform: rotate(0deg); } 
}
@keyframes spin { 
    50% { 
        -webkit-transform: rotate(20deg); 
        transform:rotate(20deg); 
    } 
    100% { 
        -webkit-transform: rotate(0deg); 
        transform:rotate(0deg); 
    } 
}



.gradient {
  background: linear-gradient(-45deg, #03D8DE, #BE35F7, #7F6CEE, #022542);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.blob {
  min-height: 500px;
  min-width: 400px;
  z-index: -1;
  position: absolute;
  top: 0%;
  left: 3%;
  border-top-left-radius: 70% 60%;
  border-top-right-radius: 30% 40%;
  border-bottom-right-radius: 30% 60%;
  border-bottom-left-radius: 70% 40%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.icon {
  max-height: 80px;
  margin: 0em auto 1em;
  display: block; }

section {
  padding: 1em 0; }

.grey-back {
  background: #eaeaea; }

.lightgrey-back {
  background: #f1f1f1; }

.blue-back {
  background: #5eccd3; }

.coloured-block h1, .coloured-block h2, .coloured-block h3, .coloured-block h4, .coloured-block h5, .coloured-block h6, .coloured-block p, .coloured-block li, .coloured-block ul, .coloured-block ol, .coloured-block a, .coloured-block label {
  color: #fff !important; }

.coloured-block .btn{
  color: #022542!important;
}

.coloured-block .btn:hover, .coloured-block .btn:focus{
  color: #fff!important;
}

.xpad {
  padding: 1em; }

.xpad-content {
  padding: 1em 1em; }

.np {
  padding: 0; }

.breadcrumbs {
  padding: .5em 0em;
  margin-bottom: 0em; }
  .breadcrumbs p {
    margin-bottom: 0;
    font-size: 12px; }
  .breadcrumbs a {
    color: #BE35F7; }
.social{
  margin-left: 0px;
}
.social li {
  display: inline-block;
  list-style: none;
  margin: 0px 10px 0px 0px;
  text-align: center; }
  .social li a {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    transition: .5s ease all; }
    .social li a i {
      color: #022542;
      font-size: 20px;
      font-weight: 100;
      transition: all 0.1s ease-in-out;
      line-height: 1.8em; }
  .social li a:before, .social li a:after {
    display: none; }
  .social li a:hover i, .social li a:focus i{
    color: #7F6CEE;
    transition: .5s ease all; 
  }
.social li:last-child {
  margin-right: 0px; }
  .social li:last-child a {
    margin-right: 0px; }

.spacer {
  padding: 2em 1em; }


  /* All animations will take twice as long to finish */
:root {
  --animate-duration: 1s;
}

/*END OF GENERIC STYLES*/
/*HOMEPAGE STYLES*/
.home-slider h1, .home-slider h2 {
  font-size: 26px; }

.home-slider{
  margin-bottom: 1em;
}


.banner {
  position: relative;
  min-height: 100vh; 
}

.banner h2{
  font-size: 20px;
}

.smaller-text h2{
  font-size: 16px;
}

.thin-banner{
  height: 50vh;
  min-height: 200px;
}

.text-container {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.banner-text, .text {
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative; }

.embed-container .banner-text, .text {
  top: 80%;

}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.full-width-banner-image {
  min-height: 350px;
  height: 100vh; }

.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  margin: 0;
  left: 0;
  right: 0; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none; }

.owl-theme .owl-nav .owl-next {
  right: 0em;
  position: absolute;
  background: none;
  font-size: 30px; }

.owl-theme .owl-nav .owl-prev {
  left: 0em;
  position: absolute;
  background: none;
  font-size: 30px; }

.owl-dots {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0; 
}

.owl-theme .owl-dots .owl-dot span{
  background: #022542;
}

.team-member {
  position: relative;
  margin-bottom: 1em; }

/*END OF HOMEPAGE STYLES*/
/*NEWS*/

.news-feed{
  padding-top: 2em;
}
.hide-checkbox {
  display: none !important; }

.filters-button-group {
  padding-bottom: 2em;
  margin-bottom: 2rem; }
  .filters-button-group p {
    display: inline-block;
    color: #022542;
    margin-right: 1em;
    margin-bottom: 0; }
  .filters-button-group .filter {
    display: inline-block;
    margin-right: 10px; }
  .filters-button-group .filter label {
    color: #fff;
    margin: .25em 0em .25em 0em;
    padding: 5px 14px; }

.news-feed .post-text {
  text-align: left;
  padding: 1em; }
  .news-feed .post-text h6 {
    line-height: 1.2em;
    min-height: 63px; }
.news-feed p {
  color: #000; }

.news-feed .post-image {
  overflow: hidden; }
.news-feed .post {
  margin-bottom: 2em; }

.news-image .wp-post-image {
  margin-bottom: 1em; }

/*END OF NEWS */
/*LAYOUT PAGE*/
.accordion li {
  list-style: none;
  background: #fff;
  margin-bottom: 0px; }
  .accordion li .accordion-title {
    font-size: 16px;
    color: #022542;
    font-weight: bold;
    border: 0px;
    border-top: 2px solid #022542; }
  .accordion li .accordion-content {
    background: #fff;
    border: 0px; }
    .accordion li .accordion-content ul li {
      list-style: disc; }
    .accordion li .accordion-content ul {
      margin-bottom: 1em; }
    .accordion li .accordion-content ol li {
      list-style: decimal; }
.accordion .accordion-title:focus, .accordion .accordion-title:hover {
  background: #022542;
  color: #fff; }
  .accordion .accordion-title:focus:before, .accordion .accordion-title:hover:before {
    color: #fff; }

:last-child > .accordion-content:last-child, :last-child:not(.is-active) > .accordion-title {
  border-bottom: 2px solid #022542; }

.accordion-title:before {
  color: #022542;
  font-size: 28px;
  top: 36%; }

/* DR Styles */
.ourPartners h2 {
  color: #BE35F7;
  }
.ourPartners p {
  margin: auto;
  font-weight: 600;
  padding-bottom: 20px; }
.ourPartners img {
  padding-top: 20px;
  padding-bottom: 20px; }

.partner-logo{
  list-style: none; 
  display: inline-block; 
  width: 49%;
}

.contentLeft {
  background-color: #edf6fd;
  border-radius: 150px 0px 150px 0px; 

}

@media only screen and (max-width: 640px) {
 .contentLeft {
      text-align: center;
    } 

}
  

@media only screen and (max-width: 1024px) {
    .contentLeft {
      border-radius: 100px 0px 100px 0px;
      padding-top: 30px;
      padding-bottom: 30px; 
    } 
  }
  .contentLeft h2, .contentLeft h6 {
    color: #7F6CEE;
    padding-top: 20px; }
  .contentLeft h2 {
    max-width: 400px; }

.industries h2 {
  color: #BE35F7;
 }
.industries h5 {
  color: #022542;
  padding: 20px 0px; }
.industries img {
  max-height: 150px; }
.industries p {

  font-weight: 600; }

.smartUnique {
  background-color: #022542;
  border-radius: 150px 0px 150px 0px; }

.smartUnique h3{
  color: #03D8DE!important;
}

.smartUnique a:hover h6, .smartUnique a:focus h6{
  color: #03D8DE;
  letter-spacing: 2px;
}



  @media only screen and (max-width: 1024px) {
    .smartUnique {
      border-radius: 100px 0px 100px 0px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  .smartUnique h2 {
    color: #03D8DE;
/*    padding-bottom: 20px; */
  }
  .smartUnique h5, .smartUnique h6, .smartUnique p {
    color: #fff;
    padding-bottom: 30px;
    max-width: 650px;
    margin: auto; }
  .smartUnique h6 {
    font-size: 14px; }
  .smartUnique img {
    max-height: 150px;
    margin: auto;
    padding: 20px 0px; }
  .smartUnique .img-hover-zoom {
    height: 300px;
    overflow: hidden; }
  .smartUnique .img-hover-zoom img {
    transition: transform .5s ease; }
  .smartUnique .img-hover-zoom:hover img {
    transform: scale(1.1); }
  .smartUnique .smart1, .smartUnique .smart2, .smartUnique .smart3, .smartUnique .smart4, .smartUnique .smart5, .smartUnique .smart6, .smartUnique .smart7, .smartUnique .smart8, .smartUnique .smart9, .smartUnique .smart10 {
    display: none; }
    .smartUnique .smart1 img, .smartUnique .smart2 img, .smartUnique .smart3 img, .smartUnique .smart4 img, .smartUnique .smart5 img, .smartUnique .smart6 img, .smartUnique .smart7 img, .smartUnique .smart8 img, .smartUnique .smart9 img, .smartUnique .smart10 img {
      max-height: 265px; }
  .smartUnique .closeOverlay1, .smartUnique .closeOverlay2, .smartUnique .closeOverlay3, .smartUnique .closeOverlay4, .smartUnique .closeOverlay5, .smartUnique .closeOverlay6, .smartUnique .closeOverlay7, .smartUnique .closeOverlay8, .smartUnique .closeOverlay9, .smartUnique .closeOverlay10 {
    float: right;
    margin-top: -320px;
    color: #fff;
    font-weight: bold; 
    font-size: 25px;
  }

.accolades h2 {
  color: #BE35F7;
/*  padding-bottom: 20px; */
}
.accolades p {
  padding-bottom: 20px;
  font-weight: 600; }
.accolades img {
  max-height: 90px;
  margin: auto;
  display: block; }

.fullWidth {
  background: #03d8de;
  /*    background: linear-gradient(90deg, rgba(3,216,222,1) 4%, rgba(127,108,238,1) 59%, rgba(190,53,247,1) 97%);
      */
  background: linear-gradient(-45deg, #03D8DE, #BE35F7, #7F6CEE, #022542);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 150px 0px 150px 0px;
  /*    .backy {
    background-image: url('https://diode.dev-capsulemarketing.co.uk/wp-content/uploads/2023/07/Dynamic-Lines.gif'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: right; 
      }*/ }
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  @media only screen and (max-width: 1024px) {
    .fullWidth {
      border-radius: 100px 0px 100px 0px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  .fullWidth h2, .fullWidth p {
    color: #fff;
    padding-bottom: 20px;
/*    max-width: 800px;*/
    margin: auto; }
  .fullWidth .btn {
    color: #022542;
    background: #fff; }
  .fullWidth .theLottieContainer {
    position: relative; }
  .fullWidth .theLottieContent {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px; }

.theLottieContentNew{
  padding: 1.5em 0.5em;
  position: relative;
  z-index: 999;
}

.theLottieContainerNew p{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.featured h2 {
  color: #BE35F7;
}
.featured ul {
  padding-bottom: 20px; }
.featured .featItem span {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #022542;
  color: #fff;
  width: 100%;
  display: block;

  border-radius: 10px;
      min-height: 112px;
  border-radius: 0px 0px 10px 10px; }
.featured .featItem a {
  transition: 1s ease;
  display: block;
  overflow: hidden; }
.featured .featItem a:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  transition: 1s ease; }
.featured .featItem img {
  border-radius: 10px;
  border-radius: 10px 10px 0px 0px;
  width: auto;
}

.featured .featItem span img {
  border-radius: 0px;
  max-height: 18px;
  float: right; 
  margin-right: -14px;

}
.featured li {
  list-style: none;
  display: inline-block; }
  .featured li a {
    font-weight: bold;
    color: #022542; }
  .featured li a:hover {
    color: #BE35F7; }

.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 0px 0px 150px 0px; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  @media (max-width: 700px) {
    .bg-video {
      background: url("//ak5.picdn.net/shutterstock/videos/23647405/thumb/1.jpg") center center/cover no-repeat;
      /*    &__content {
            display: none;
          }*/ } }

section {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*  .blur-edges {
      background-image: radial-gradient(transparent, white);
      height: 100%;
      width: 100%;
      z-index: 0;
      position: absolute;
    }*/ }

.headline {
  font-size: 1px;
  text-transform: uppercase;
  background-color: transparent;
  z-index: -9999;
  position: absolute;
  top: -300px; 
  opacity: 0; 
}

.theHeaderCtas {
/*  padding-top: 400px;*/
  text-align: center; }
  .theHeaderCtas .btn {
    background: #022542; }
  .theHeaderCtas .btn:before {
    background: #03D8DE; }
  .theHeaderCtas img {
    height: 15px;
    margin-top: -3px;
    margin-left: 4px; }

/*END OF LAYOUT*/
/*CONTACT PAGE*/
#map {
  min-height: 300px; }

.details, .wpcf7-radio {
  font-size: 14px;
  color: #fff; }

.wpcf7-radio {
  margin-top: 1em;
  display: block; }
  .wpcf7-radio .wpcf7-list-item:first-child {
    margin-left: 0px; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  box-shadow: none;
  border: 0px;
  color: #fff;
  min-height: 45px; 
  border-bottom: 1px solid #fff;
  background: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  box-shadow: none;
  border: 0px;
  color: #fff;
  min-height: 45px; 
  border-bottom: 1px solid #022542;
  background: none; 
}

textarea[rows] {
  max-height: 100px; 
  border-bottom: 1px solid #fff;
  background: none;
}

input[type=submit] {
  background: #022542;
  color: #fff;
  padding: 10px 15px;
  transition: .5s ease all; 
  margin: 1em 0em;
  border-radius: 20px 0px 20px 0px;
}

input[type=submit]:hover, input[type=submit]:focus {
  background: #BE35F7;
  color: #fff;
  transition: .5s ease all; }


  .wpcf7-list-item{
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #5eccd3;
  cursor: pointer;
  outline: none; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 auto;
  box-sizing: border-box;
  width: 19px;
  height: 19px;
  padding: 3px;
  border: 1px solid #fff;
  background: #5eccd3;
  position: relative;
  outline: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px; }

input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  content: ' ';
  width: 7px;
  height: 14px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0px;
  left: 5px;
  outline: none;
  background: none; }

.map-block{
    background: #022542;
    padding: 1.5em 2em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.contact-info a{
  color: #022542;
    transition: .5s ease all;
}

.contact-info a:hover, .contact-info a:focus{
  color: #7F6CEE;
  transition: .5s ease all;
}

.contact-info i{
  margin-right: 10px;
  color: #7e6ced;
}


.wpcf7 form .wpcf7-response-output{
  width: fit-content;
  display: block;
  clear: both;
  font-size: 14px;
}
.wpcf7-not-valid-tip{
  font-size: 14px;
}


.social li a i{
  font-size: 1.5em;
}


/*END OF CONTACT PAGE*/
/*FOOTER*/
footer {
  padding: 2em 1em;
  background-color: #022542;
  text-align: center; 
}
  footer p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff; }
    footer p a {
      color: #fff; }
  footer ul li {
    color: #fff; }
    footer ul li a {
      color: #fff; }

      footer ul li a:hover, footer ul li a:focus{
        color: #fff;
        text-decoration: underline;
      }
  footer .borderBottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  footer .menu li {
    display: inline-block; }

    footer .menu li a{
      padding: .75em .5em;
    }
  footer .footer-logo img {
    max-width: 140px; }


.smartUnique {
  height: 930px;
    } 



/*END OF FOOTER*/
@media only screen and (min-width: 640px) {

    header .menu-primary-container a {
      color: #022542;
      font-weight: bold; 
      padding: 1em .5em;
    }

    .breadcrumbs p {
    margin-bottom: 0;
    font-size: 12px; }

.single h1 {
  font-size: 36px; 
} 

  section {
    padding: 2em 0; }

  .top-header .contacts {
    text-align: right; }

  .home-slider h1, .home-slider h2 {
    font-size: 30px; }

  .hpad-r {
    padding-right: .5em; }

  .hpad-l {
    padding-left: .5em; }

  .xpad {
    padding: 2em; }

  .xpad-content {
    padding: 2em 1em; } 

    #map{
      min-height: 400px;
    }

    .contact-info{
      font-size: 1.5em;
    }

    .social li a i {
      font-size: 30px;
    }


    .banner h2{
      font-size: 24px;
    }

    .map-block{
      position: absolute;
      border-radius: 150px 0px;
      padding: 1.5em 1.75em;
      margin-top: -30px;
      max-width: 320px;
      z-index: 9;
    }
 
    .drawing img{
        max-width: 400px;
    }


    .theLottieContentNew{
      padding: 2.5em 1.5em;
    }

    .industries img {
  max-height: 250px; }


  .partner-logo{
    width: 32%;
  }


  .smartUnique {
      height: 700px;
  }



  }




@media only screen and (min-width: 1024px) {

     header .menu-primary-container a {
      padding: 1em 1em;
    }

    .shrink .menu-primary-container a {
      padding: .5em 1em;
    }


    header .logo {
      margin-top: 10px;
    }

    .shrink .logo{
      margin-top: 0px;
    }

    .single h1 {
    font-size: 46px; 
  }


  h1 {
    font-size: 50px; }

  h2 {
    font-size: 40px; }

  h3 {
    font-size: 34px; }

  h4 {
    font-size: 30px; }

  h5 {
    font-size: 26px; }

  h6 {
    font-size: 22px; }

  p, label, ul li, ol li {
    font-size: 16px; }

  #map{
    min-height: 500px;
  }

  section {
    padding: 2.5em 0; }

  footer {
    padding: 2em 1em; 
    text-align: left;

  }
    footer p {
      font-size: 14px;
      margin-bottom: 0;
      color: #fff; }
      footer p a {
        color: #fff; }

        footer p a:hover, footer p a:focus{
          text-decoration: underline;
          color: #fff;
        }
    footer .copy {
      text-align: right; }

      footer .footer-logo img{
        max-width: 200px;
      }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px; }

  .shrink #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px; }

  .spacer {
    padding: 3em 1em; }

  .home-slider h1, .home-slider h2 {
    font-size: 56px; } 


  .smaller-text h2{
    font-size: 22px;
  }

  .theLottieContentNew{
    padding: 3.5em 1.5em;
    min-height: 350px;
  }

  .map-block{
    padding: 2em;
    max-width: 400px;
    margin-top: -50px;
}
    .social li a i {
      font-size: 50px;
    }


    .banner h2{
      font-size: 28px;
    }

    .banner p{
      font-size: 17px;
    }

      .drawing img{
        position: absolute;
        right: 0;
        max-width: 540px;
        width: 100%;
    }


    header .menu-primary-container a{
      font-size: 18px;
    }

    .site-container{
      margin-top: 115px;
    }


    .partner-logo{
      width: 24.6%;
    }
    .smartUnique {
    height: 520px;
}
 

  }


@media only screen and (min-width: 1200px) {
    .banner p{
      font-size: 20px;
    }

    .drawing img{
        max-width: 600px;
    }

    header .menu-primary-container a{
      font-size: 20px;
    }

}



@media only screen and (min-width: 1400px) {

  .drawing img {
    max-width: 670px;
  }

  .embed-container .banner-text .theHeaderCtas .btn{
    font-size: 20px; 
  }


}


@media only screen and (max-width: 1200px) {
       
}

/*# sourceMappingURL=style.css.map */
