/*
Theme Name: Cotrtech
Theme URI: #
Author: Piranha
Author URI: 
Description: 
Version: 01
*/






/* Site Settings  */

/* Containers  */

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

.container {
  max-width:100%;
  padding:0 7vw;
  width: 100%;
}
@media (max-width:1440px){
  .container {
    max-width:100%;
    padding:0 5vw;
    width: 100%;
  }
}
@media (max-width:1280px){
  .container {
    max-width:100%;
    padding:0 4vw;
    width: 100%;
  }
}


.container-fluid{
  max-width:100%;
  padding:0;
  width: 100%;
}
.row{
	margin-bottom:0px;
}
body{
  font-family: 'museo-sans', sans-serif;
  background-color:#fff;
}
h1{
  font-family: 'museo-sans', sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
  color:#fff;
  padding-bottom:20px;
  margin:0;
}
@media (max-width:1440px){
  h1{
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width:800px){
  h1{
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width:550px){
  h1{
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width:440px){
  h1{
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width:380px){
  h1{
    font-size: 32px;
    line-height: 32px;
  }
}
h2{
  font-family: 'museo-sans', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color:#272725;
  margin:0;
  padding-bottom:35px;
}
@media (max-width:1440px){
  h2{
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width:800px){
  h2{
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width:550px){
  h2{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width:440px){
  h2{
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 10px;
  }
}
@media (max-width:380px){
  h2{
    font-size: 24px;
    line-height: 24px;
  }
}
#portfolio-list .entry-title,
#portfolio-list .entry-title a,
h3{
  font-family: 'museo-sans', sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color:#4378BA;
  margin:0;
}
@media (max-width:1440px){
  #portfolio-list .entry-title,
  #portfolio-list .entry-title a,
  h3{
    font-size: 26px;
    line-height: 30px;
    padding-bottom:5px;
  }
}
@media (max-width:1024px){
  #portfolio-list .entry-title,
  #portfolio-list .entry-title a,
  h3{
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width:800px){
  #portfolio-list .entry-title,
  #portfolio-list .entry-title a,
  h3{
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width:440px){
  #portfolio-list .entry-title,
  #portfolio-list .entry-title a,
  h3{
    font-size: 20px;
    line-height: 24px;
  }
}
h4{
  font-family: 'museo-sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color:#D6D0E8;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom:10px;
  margin:0;
}
@media (max-width:1440px){
  h4{
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width:1024px){
  h4{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    padding-bottom:5px;
  }
}
@media (max-width:800px){
  h4{
    font-size: 16px;
    line-height: 20px;
  }
}
h5{
  font-family: 'museo-sans', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color:#767676;
  margin:0;
}
@media (max-width:1440px){
  h5{
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width:800px){
  h5{
    font-size: 18px;
    line-height: 22px;
  }
}
p{
  font-family: 'museo-sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color:#272725;
  padding-bottom:20px;
  margin:0;
}
@media (max-width:1440px){
  p{
    font-size: 16px;
    line-height: 26px;
    padding-bottom:15px;
  }
}
@media (max-width:440px){
  p{
    font-size: 16px;
    line-height: 24px;
  }
}
a{
  font-family: 'museo-sans', sans-serif;
  color:#4378BA;
}
li{
  font-family: 'museo-sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color:#272725;
}
@media (max-width:1440px){
  li{
    font-size: 16px!important;
    line-height: 26px;
  }
}
@media (max-width:440px){
  li{
    font-size: 16px;
    line-height: 24px;
  }
}
input, textarea, select{
	font-family: 'museo-sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color:#272725;
}
strong{
	font-weight: 700;
}
small, small a{
  color:#1D1D1B;
  font-size: 13px;
}

.ql h1{
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color:#fff;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding-bottom:20px;
  margin:0;
}
@media (max-width:1440px){
  .ql h1{
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 10px;
  }
}
@media (max-width:800px){
  .ql h1{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 8px;
  }
}
@media (max-width:550px){
  .ql h1{
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 6px;
  }
}
@media (max-width:440px){
  .ql h1{
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 5px;
  }
}
@media (max-width:380px){
  .ql h1{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 4px;
  }
}
.ql h2{
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  color:#2B2135;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin:0;
}
.ql .dark h2{
  color:#fff;
}
@media (max-width:1440px){
  .ql h2{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 6px;
    padding-bottom: 20px;
  }
}
@media (max-width:800px){
  .ql h2{
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 5px;
  }
}
@media (max-width:550px){
  .ql h2{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 4px;
  }
}
@media (max-width:440px){
  .ql h2{
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 3px;
    padding-bottom: 10px;
  }
}
@media (max-width:380px){
  .ql h2{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}
.ql h3{
  font-family: 'input-mono', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color:#512380;
  letter-spacing: 2px;
  margin:0;
  padding-bottom:20px;
}
.ql .dark h3{
  color:#A098C7;
}
@media (max-width:1440px){
  .ql h3{
    font-size: 26px;
    line-height: 30px;
    padding-bottom:5px;
  }
}
@media (max-width:1024px){
  .ql h3{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
  }
}
@media (max-width:800px){
  .ql h3{
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width:440px){
  .ql h3{
    font-size: 20px;
    line-height: 24px;
  }
}
.ql h4{
  font-family: 'input-mono', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color:#512380;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom:10px;
  margin:0;
}
.ql .dark h4{
  color:#D6D0E8;
}
@media (max-width:1440px){
  .ql h4{
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width:1024px){
  .ql h4{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    padding-bottom:5px;
  }
}
@media (max-width:800px){
  .ql h4{
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width:380px){
  .ql h4{
    font-size: 14px;
    line-height: 18px;
  }
}
.ql h5{
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color:#2B2135;
  margin:0;
}
@media (max-width:1440px){
  .ql h5{
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width:800px){
  .ql h5{
    font-size: 18px;
    line-height: 22px;
  }
}
.ql h6{
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color:#512380;
  margin:0;
}
.ql .dark h6{
  color:#A098C7;
}
@media (max-width:1440px){
  .ql h6{
    font-size: 16px;
    line-height: 26px;
  }
}
.ql p{
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color:#2B2135;
  padding-bottom:20px;
  margin:0;
}
.ql .dark p{
  color: #fff;
}
@media (max-width:1440px){
  .ql p{
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:440px){
  .ql p{
    font-size: 16px;
    line-height: 24px;
    padding-bottom:15px;
  }
}
.ql a{
  font-family: 'museo-sans-rounded', sans-serif;
}
.ql li{
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color:#2B2135;
}
@media (max-width:1440px){
  .ql li{
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:440px){
  .ql li{
    font-size: 16px;
    line-height: 24px;
  }
}
.ql input, .ql textarea, .ql select{
  font-family: 'museo-sans-rounded', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color:#2B2135;
}
@media (max-width:1440px){
  .ql input, .ql textarea, .ql select{
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width:440px){
  .ql input, .ql textarea, .ql select{
    font-size: 16px;
    line-height: 24px;
  }
}


/* General */


hr{
	border: 1px solid #C1C1C1;
  width: 28%;
  float: left;
  clear: left;
}
img{
	width: 100%;
}

.flexparent{
	display: flex;
}

.p60{
	padding:60px 0 !important;
}
.pt0{
  padding-top: 0px !important;
}


.mb0{
  margin-bottom: 0px !important;
}
.mt0{
  margin-top:0px !important;
}

.mt30{
  margin-top:30px !important;
}


.c-mt30{
  margin-top:30px !important; 
}
.c-pl50{
  padding-left: 50px !important;
}

.c-mb70{
  margin-bottom: 70px !important;
}

.c-pb150{
  padding-bottom: 150px !important;
}

.c-mb40{
  margin-bottom: 40px !important;
}
.c-mb100{
  margin-bottom: 100px !important;
}

.mb60{
  margin-bottom: 60px;
}
.mt60{
  margin-top:60px;
}

.c-pb0{
  padding-bottom: 0px !important;
} 
.c-pb40{
  padding-bottom: 40px !important;
}


.align-center{
  display: flex;
  align-items:center;
}

@media (max-width: 990px){
  .align-center{
    display: block;
  }

  .m-nopad{
    padding:0 0 !important;
  }


}



.o-flex{
  display: flex;
}

.o-flex-col{
  display:flex;
  flex-direction: column;
}

.o-flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.o-flex-justifycenter{
  display: flex;
  justify-content: center;
  flex-direction: column;
}


@media ( max-width: 990px){
  .o-flex{
    display: block;
  }
  .o-flex-col{
    display: block;
  }
  .o-flex-center{
    display: block;
  }
  .o-flex-justifycenter{
    display: block;
  }
  .col .row{
    margin-left: 0;
    margin-right: 0;
  }
}


.t-align-left{
  text-align: left;
}
.t-align-center{
  text-align: center;
}
.t-align-right{
  text-align: right;
}



.bullet{
  list-style-type: disc !important;
  padding-left: 20px;
}
.bullet li{
  list-style-type: disc !important;
  
}

/* L */

.page-template-contact .main-footer { display: none; }


.top-section.nfull-width-text {
  padding: 80px 0 60px 0;
}

/*.h1-decoration h1::after {
  content: "";
  height: 4px;
  width: 70px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 25px;
  }*/

  .flex { display: flex; }

  .contact-page-map { margin-top: 60px; }



  .contact_us .form {
    margin-left: 50px;
  }





  .checkbox-button-style input[type="checkbox"] + span:not(.lever)::before, 
  .checkbox-button-style [type="checkbox"]:not(:checked), 
  .checkbox-button-style [type="checkbox"]:checked {
    border: none; width: 20px; height: 20px;
    border-radius: 2px;
    opacity: 0; margin-bottom: 0;
  }
  .checkbox-button-style input[type="checkbox"] + span:not(.lever)::before { display: none; }
  .checkbox-button-style label { border: 2px solid #4378BA; margin: 4px; color: #4378BA; padding-left: 20px; padding-right: 20px; border-radius: 10px; height: unset !important; padding-top: 10px; padding-bottom: 10px; }
  .checkbox-button-style label.selected { background: #4378BA; color: #fff; }
  .checkbox-button-style input[type="checkbox"] + span:not(.lever) { padding-left: 0; line-height: initial; letter-spacing: .5px; height: unset; }
  .page-template-contact .contact_us .form textarea {
    min-height: 0px;
  }
  .wpcf7-form-control-wrap {
    display: block;

  }
  .acceptancefields label {
    color: #9e9e9e;
    display: block;
    padding: 2px 0;
  }




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-nav{
  padding: 0 .75rem !important;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 82%;
  margin: 0 auto;
  margin-bottom: 6px;
}

.main-navigation ul ul{
  z-index: 99999;
  background-color: #9d9d9c;
  color:#fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.40) !important;
  -moz-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.40) !important;
  box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.40) !important;
}

.main-navigation ul li:hover ul{
  display: flex;
  flex-flow:row wrap;
}

.main-navigation ul ul a{
  color:#fff;
  width: 100%;
  border-bottom:1px solid #4378BA;
  line-height: normal;
  padding: 10px;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
  right: -50%;
}


.sub-menu li{
  width: 100%;
}
.main-navigation ul ul a{
  width: 100%;
}
@media (min-width:1271px){
  .main-navigation ul{
    display: flex;
    align-items: center;
  }
}


.main-navigation li {
  float: left;
  position: relative;
  margin-left:45px;
  padding: 10px 0;
}
.main-navigation .sub-menu li {
  margin-left:0;
}
.main-navigation li.menu-item-type-custom:last-child{
  display: none;
}
.main-navigation li:first-child{
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation li:first-child::before{
  content:"NEW";
  font-family: 'input-mono';
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  color:#272725;
  background-color: #6EDAC780;
  border-radius: 100%;
  height: 38px;
  width:38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:5px;
}
.main-navigation .sub-menu li:first-child::before{
  display: none;
}
.main-navigation li:first-child a{
  font-weight:700;
}
.main-navigation .sub-menu li:first-child a{
  font-weight:500!important;
}
.main-navigation li:first-child .sub-menu a{
  font-weight:500!important;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding:0;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}





@media screen and (min-width: 1271px) {
  .main-navigation ul {
    display: flex !important;
    justify-content: flex-end;
    flex-flow:row wrap;
  }

  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}




.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}









/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header .container{
  padding:0 4vw;
}
.topheader{
  padding:10px 0;
  border-bottom:1px solid #767676;
}
.topheader .col{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topheader p{
  padding-bottom:0;
  margin-left:30px;
  line-height: 16px;
}
.topheader p a{
  color:#767676;
  font-size: 16px;
}
.topheader p i{
  color: #272725;
  font-size:18px;
}

.bottomheader{
  padding:10px 0;
}
.bottomheader .col{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottomheader .site-logo{
  display: flex;
  max-width:350px;
}
.bottomheader nav{
  box-shadow: none;
  color:#333;
  height: 100%;
  line-height: inherit;
  background-color: transparent;
  width: 80%;
}
.bottomheader nav ul{
  width: 100%;
  margin-bottom:0;
}
.bottomheader nav ul a{
	color:#272725;
  font-weight: 500;
  font-size:18px;
  line-height: 18px;
}
@media (max-width:1660px){
  header .container{
    padding:0 2vw;
  }
  .bottomheader .site-logo {
    max-width: 300px;
  }
  .main-navigation li {
    margin-left: 35px;
  }
}

@media (max-width:1560px) {
    .bottomheader nav ul a {
      font-size: 17px;
      line-height: 17px;
    }
    .bottomheader .site-logo {
      max-width: 275px;
    }
    .bottomheader {
      padding: 8px 0;
    }
    .main-navigation li {
      margin-left: 30px;
    }
    .topheader p a {
      font-size: 15px;
    }
    .topheader p i {
      font-size: 16px;
    }
    .topheader {
      padding: 8px 0;
    }
}
@media (max-width:1440px) {
  .main-navigation li:first-child::before {
    color: #5DB3A3;
    background-color: transparent;
    border-radius: 0;
    height: auto;
    width: auto;
    margin-right: 0;
    position: absolute;
    top: -10px;
  }
  .bottomheader {
    padding: 12px 0;
  }
}
@media (max-width:1385px) {
  .bottomheader .site-logo {
    max-width: 250px;
  }
  .bottomheader nav ul a {
    font-size: 16px;
    line-height: 16px;
  }
  .main-navigation li {
    margin-left: 25px;
  }
}
@media (max-width:1200px) {
    .main-navigation a{
      line-height: 22px;
      padding: 0 5px;
      text-align: center;
    }
}
@media (max-width:1270px) {
    .main-navigation{
      width: auto !important;
    }
    .main-navigation {margin-top:0px;width:15%;float:left;}
    .simple-locator-form {margin-top:0px;width:83%;float:left;margin-bottom:0px;}
    .site-branding a {display:block;width:100%;}
    .site-branding img {margin:auto;display:block;max-width:250px;}
    .site-branding img.logo-small {display:none;}
  
    .main-navigation .menu-toggle i {
      height:50px;
      line-height:48px;
      color:#272725;
      padding-top: 2px;
    }
    .main-navigation .menu-toggle {
      background:#fff;
      border:none;
      border-radius:0px 0px;
      height:50px;
      line-height:50px;
      width:initial;
      float: right;
      z-index: 9999999999;
      position: relative;
    }
    .site-nav {text-align: center;}
    .col.site-nav {padding-bottom:0px;}
  
    .menu-main-menu-container {
      padding: 15px;
      clear: both;
      float: left;
      width:100%;
      position:absolute;
      background:#fff;
      left:0px;
      z-index:999999999;
      bottom: 100%;
      overflow-y: scroll;
    }
    .bottomheader {
      padding: 4px 0;
    }
    .main-navigation.toggled .menu-main-menu-container{
      height: 100%;
      padding: 0;
      position: fixed;
      bottom: auto;
      width: 100%;
      top: 80px;
      max-width: 100%;
      padding: 20px 2vw;
    }
    .main-navigation li {
      margin-left: 0;
    }
    .main-navigation.toggled ul{
      padding-left: 0px;
      border-radius: 0px;
    }
    .main-navigation.toggled .sub-menu{
      box-shadow: none!important;
    }
    .main-navigation.toggled .sub-menu a:after{
      display: none;
    }
    .main-navigation.toggled li a{
      text-align: left;
      text-decoration: none!important;
    }
    .menu-item-has-children a:after{
      content: 'v' !important;
      border:0px !important;
    }
    .main-navigation .sub-menu a:after{
      background-color: inherit !important;
    }
    .main-navigation li:first-child::before {
      color: #5DB3A3;
      background-color: transparent;
      border-radius: 0;
      height: auto;
      width: auto;
      margin-right: 0;
      position: relative;
      top: 0;
      font-size: 16px;
      margin-right:5px;
    }
    .bottomheader .col {
      flex-flow:row wrap;
    }
  
  
  
    .main-navigation.toggled ul {
      width:100%;
    }
  
    .main-navigation.toggled li {
      text-align:left;
      width:100%; 
      padding:10px 0;
      flex-flow: row wrap;
    }
    .main-navigation.toggled li a {
     font-size: 18px;
   }
  
   .main-navigation li:first-child a{
    background-color: inherit;
    color: inherit;
  }
  
  header{
    overflow:hidden;
  }
  .main-navigation li.menu-item-type-custom:last-child{
    display: block;
  }
  nav ul li a,
  nav ul li:last-child a,
  nav ul li:first-child a {padding: 0px 0px;display:block;width:100%;}
  
  .col.site-branding img {padding: 5px 10px 10px 10px;}
  
  .main-navigation .focus ul {position: relative;}
  .main-navigation ul ul li a {margin:0px 0px; }
  
  .main-navigation ul ul li a:hover,
  .main-navigation ul ul li a:active,
  .main-navigation ul ul li a:focus {
    text-decoration:underline;
    color:#B08E5F;
  }
  .menu-item-has-children a:after {
    width: 30px; 
    height: 10px; 
    content: '';
    position: absolute;
    right:0px;
    top:11px;
    border-left: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid #082a39;
  }
  .menu-item-has-children.focus a:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #082a39;
  }
  
  .menu-item-has-children.focus a:after{
    transform: rotate(180deg);
    margin-right: 19px;
    margin-top: 7px;
  }
  ul.sub-menu {
    position: relative;
    margin-left: 0px !important;
  }
  nav ul li ul:after{
    display: none;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
    left:inherit;
    right:inherit;
  }
  }
  @media (max-width:990px) {
    .col.s12{
      width: 100% !important;
    }
    .main-navigation ul ul{
      background-color: #fff;
      box-shadow:inherit !important;
    }
    .main-navigation ul ul a{
      color:#767676;
      width: 100%;
      border-bottom:0px;
    }

    header{
      margin-bottom: 0;
    }
  }


@media (max-width:550px) {
  .topheader img{
      width: 100%;
    }
    .topheader .col {
      justify-content: space-between;
    }
    .topheader p {
      margin-left: 0;
    }
  }
  @media (max-width:440px) {
  .bottomheader {
    padding: 5px 0;
  }
  .topheader p a {
    font-size: 14px;
  }
  .topheader p i {
    font-size: 14px;
  }
  .topheader {
    padding: 6px 0;
  }
  .bottomheader .site-logo {
    max-width: 240px;
  }
}

@media (max-width:360px) {
  .topheader p:first-child {
    display: none;
  }
  .topheader .col {
    justify-content: flex-end;
  }
  .bottomheader .site-logo {
    max-width: 230px;
  }
}
  header ul.sub-menu{
    width: auto;
    border-bottom: 0px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 0;
    width: 250px;
  }
  header ul.sub-menu li a:first-child{
    background-color: #ffffff;
  }
  .main-navigation .sub-menu a{
    border-bottom: 0px;
    text-align: left;
    text-transform: inherit;
    padding: 12px 15px;
  }
 nav ul li ul:after {
  position: absolute;
  left: 10px;
  bottom: 100%;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.main-navigation .sub-menu li:hover a{
  background-color: #4378BA;
  color: #fff;
}
header ul.sub-menu li{
  padding:0;
}
.main-navigation ul li:first-child ul {
  top: calc(100% - 10px);
}
.main-navigation li:first-child .sub-menu li:hover a{
  background-color: #512380;
  color: #fff;
}
nav ul li:first-child ul:after {
  left: 45px;
}





@media (max-width: 767px){
  ul:not(.browser-default){
    padding-left:20px
  }
}





/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer{
  background-color: #fff;
}
footer .footer-top{
  background-color: #4378BA;
  padding: 27px 0;
}
footer .footer-top h4{
  color: #fff;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  margin:0px;
  font-size:30px;
}
footer .footer-top .data5-logo{
  width: 17%;
  margin: 0 10PX;
  position: relative;
  top: 9px;
}

footer .main-footer{
  background-color: #272725;
  padding: 55px 0 45px 0;
  color: #c1c1c1;
  overflow:hidden;
}
footer .main-footer h3{
    font-family: 'museo-sans', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #A098C7;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 0;
    margin: 0;
}
footer .main-footer h4{
  font-family: 'museo-sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 20px;
  margin: 0;
  text-transform: initial;
  letter-spacing: 0;
}
footer .main-footer p{
  color: #fff;
}
footer .main-footer .location{
  font-weight: 700;
  color:#A098C7;
  width: 30%;
}
footer .main-footer .details{
  width: 70%;
}
footer .main-footer .inner{
  padding:0px;
  display: flex;
  width: 100%;
}
footer .below-footer{
  background-color: #C1C1C1;
  padding:10px 0;
}
footer .below-footer small{
  padding-bottom: 0;
}
footer .below-footer img{
  max-width: 215px;
}
footer .main-footer .inner:first-child{
  margin-bottom:50px;
}
footer .main-footer hr{
  border: 1px solid #cbc9ca;
  width: 6%;
}
footer .main-footer form textarea{
  border:0px;
  padding: 10px 15px !important;
  margin-bottom: 20px;
  background-color: #ffffff!important;
  border-radius:5px!important;;
}
footer .main-footer form input, footer .main-footer form textarea {
  color: #fff;
  font-weight: 300;  
  text-transform: uppercase;
}
footer .main-footer form input {
  background-color: #ffffff!important;
  border-radius:5px!important;;
  height: 48px!important;;
  width: 100% !important;
  color:#767676;
  padding:0 15px!important;
  width: calc(100% - 40px)!important;
}
footer .main-footer form textarea::placeholder,
footer .main-footer form input::placeholder{
  color:#767676;
  font-size: 18px;
  text-transform: capitalize;
}
.wpcf7-submit {
  cursor: pointer;
}
footer .main-footer form textarea {
  resize: vertical;
  min-height: 50px;
  width: 100%;
}
footer .main-footer form ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
footer .main-footer form .wpcf7-submit{
  float: left;
  border:0px;
  font-weight: 700;
  padding: 15px 30px !important;
  border-radius: 50px!important;
  width: inherit;
  text-transform: uppercase;
  color: #f4f9fb;
  background-color: #4378BA!important;
  border-bottom: 0px !important;
  line-height: 18px;
  width: inherit !important;
  font-size: 18px;
}
footer .main-footer form .wpcf7-submit:hover{
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}




footer .main-footer form .wpcf7-list-item {
  margin-left:0px;
}

footer .main-footer .row{
  position: relative;
}
footer .main-footer .line{
  height: 550px;
  background-color: #fff;
  width: 1px;
  position: absolute;
  left: 48.3%;
}
footer .bottom-footer{
  color: #c1c1c1;
  padding:20px 0;
}
footer .bottom-footer li{
  float:left;
  width: 16%;
  padding-bottom: 5px;
  font-size: 16px;
  color:#272725;
  font-weight: 500;
}
footer .bottom-footer li a{
  font-size: 16px;
  color:#272725;
  font-weight: 500;
  display: block;
  line-height: 20px;
}
footer .bottom-footer .full li{
  width: 100%;
}
footer .bottom-footer i{
  color: #fff;
  font-size: 18px;
}
footer .bottom-footer strong{
  color: #272725;
}

footer .bottom-footer .right{
  padding-top:44px;
}
footer .bottom-footer p{
  padding-bottom: 10px;
  margin-top: 15px;
}

footer .bottom-footer .row{
  position: relative;
}
footer .bottom-footer .line{
  height: 100%;
  background-color: #272725;
  width: 2px;
  position: absolute;
  left: 48.3%;
}


footer .main-footer p a{
  color: #fff;
}

div.wpcf7-mail-sent-ok{
  width: max-content;
}


footer .fa-twitter{
  background-color: #272725;
  padding: 10px;
  margin-right: 10px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  border-radius: 100%;
  float: left;
}

footer .fa-linkedin-in{
  background-color: #272725;
  padding: 10px;
  margin-right: 0;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  border-radius: 100%;
  float: left;
}

footer .datalog{
  width: 22%;
  float: left;
}
footer .datalogtext{
  float:left;
  font-weight: bold;
  padding:0px;
  margin:0px;
  padding-left:30px;
}
footer .datalogtext .btn{
  font-size: 18px;
  margin-top: 10px;
  padding:5px 24px;
}

footer .wpcf7-form-control-wrap .wpcf7-list-item-label{
  color: #fff;  
}

footer .selectbox .wpcf7-list-item-label:before{
  display: none;
}
footer .selectbox .selected .wpcf7-list-item-label{
  background-color: #fff;
  color: #4378BA;
}
footer .selectbox .wpcf7-list-item-label{
  border: 1px solid #fff;
  border-radius: 3px;
  padding-left: 0;
  padding: 10px 15px;
  height: auto;
  text-transform: initial;
  margin-right: 6px;
  font-weight: 400;
  z-index: 1;
  overflow:hidden;
  font-size: 16px;;
}

footer [type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after{
  border:2px solid #fff;
  border-radius: 3px;
}
footer .selectbox p{
  font-size:20px;
  margin:9px 0 13px 0;
}


footer .footer-form-bottom  .wpcf7-form-control-wrap .wpcf7-list-item-label{
  font-weight: 400;
  font-size: 16px;
}
footer .footer-form-bottom  .wpcf7-form-control-wrap .one .wpcf7-list-item-label{
  font-weight: 700;
  color:#A098C7;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .footer-form-bottom p{
  line-height: 20px;
  font-size: 16px!important;
}
footer .footer-form-bottom p a{
  color:#A098C7;
  text-decoration: underline;
}
footer .main-footer form .wpcf7-list-item {
  margin-bottom: 10px;
}


[type="checkbox"]:checked+span:not(.lever):before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

footer #panel{
  display: none;
}

footer .outerpar #panel{
  display: inline-block !important;
}


footer #click{
  border: 1px solid #fff !important;
  border-radius: 10px;
  padding-left: 0;
  padding: 10px 15px!important;
  height: auto;
  text-transform: initial!important;
  margin-right: 6px;
  font-weight: 400!important;
  width: inherit !important;
  line-height: 25px;
  font-size: 16px!important;
  background-color: transparent!important;
  color:#fff!important;
}
footer #click.activebutton{
  background-color: #fff !important;
  color: #4378BA;
}

footer .outer .wpcf7-form-control  .wpcf7-list-item-label{
  opacity: 0.4;
}



footer .selectbox .wpcf7-checkbox{
  float: left;
}
footer [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after{
  background-color: #4fc2ea;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 0px !important;
  margin: 0px;
  transform: inherit;
  z-index: -1;
  border: 2px solid #4fc2ea;
  border-radius: 10px;
  transform: scale(1.1) !important; 
}
footer .selectbox [type="radio"]:checked+span{
  border:1px solid #4fc2ea;
  color:#272725;
}

@media (max-width: 1440px ){
  footer .c-pl50 {
    padding-left: 30px !important;
  }
}
@media (max-width: 1280px ){
  footer .main-footer form input{
    width:calc(100% - 15px)!important;
  }
  footer form .col.l6{
    width: 100%!important;
  }
  footer .c-pl50 {
    padding-left: 0 !important;
  }
  footer .main-footer {
    padding: 45px 0 35px 0;
  }
  .bottom-footer .container,
  .below-footer .container {
    max-width: 100%;
    padding: 0 2vw;
  }
  footer .bottom-footer li a{
    font-size: 14px;
    line-height: 18px;
  }
  footer .bottom-footer p {
    padding-bottom: 5px;
    margin-top: 10px;
  }
  footer .bottom-footer i {
    font-size: 16px;
  }
  footer .fa-linkedin-in,
  footer .fa-twitter {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 1024px ){
  footer .col.l6{
    width: 100%!important;
  }
  footer .col.s12 .inner{
    width: 50%!important;
    float: left;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
  }
  footer .main-footer .location{
    width: 100%;
    padding-bottom:0;
  }
  footer .main-footer .details {
    width: 100%;
  }
  footer .line{
    display: none!important;
  }
  footer .col.l6.c-pl50{
    border-top:1px solid #fff;
    padding-top:30px;
  }
  footer .bottom-footer img{
    max-width: 250px;
  }
  footer .bottom-footer {
    padding: 10px 0;
  }
  footer .bottom-footer .row {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
  }
  footer .below-footer img {
    max-width: 175px;
  }
  footer .below-footer {
    background-color: #C1C1C1;
    padding: 10px 0 5px 0;
  }
  footer .bottom-footer .col.s12 {
    width: 50% !important;
  }
  footer .bottom-footer .col.s12 .col.s12 {
    width: 100% !important;
  }
  footer .bottom-footer .col.s12 .col.s12 li{
    width: 50%;
  }
  footer .bottom-footer .col.s12 .col.l3,
  footer .bottom-footer .col.s12 .col.l5{
    width: 50%!important;
  }
}
@media (max-width: 800px ){
  footer .col.s12 .inner{
    width: 100%!important;
    margin-bottom: 20px;
  }
  footer .col.l6.c-pl50{
    border-top:1px solid #fff;
    padding-top:20px;
  }
}
@media (max-width: 767px ){
  footer ul:not(.browser-default) {
    padding-left: 0!important;
  }
}
@media (max-width: 550px ){
  footer .main-footer form input {
    width: calc(100% - 30px) !important;
  }
  footer .bottom-footer .col.s12 {
    width: 100% !important;
  }
  footer .bottom-footer .col.s12 .col.s12 {
    width: 100% !important;
  }
  footer .bottom-footer .col.s12 .col.s12 li{
    width: 50%;
  }
  footer .bottom-footer .col.s12 .col.l4 li{
    width: 100% !important;
  }
  footer .bottom-footer .col.s12 .col.l3,
  footer .bottom-footer .col.s12 .col.l5{
    width: 50%!important;
    padding:0!important;
  }
  footer .bottom-footer .col.s12 .col.l4{
    padding:0!important;
  }
}
@media (max-width: 440px ){
  footer .main-footer {
    padding: 40px 0 25px 0;
  }
  footer .main-footer form .wpcf7-submit{
    margin-bottom:0!important;
  }
  footer .main-footer form .wpcf7-list-item {
    margin-bottom: 0px;
  }
}



/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.hero-slider-banner .slick-arrow{
  display: none !important;
}
.hero-slider-banner .slick-dots{
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.hero-slider-banner .slick-dots li{
  float: left;
  padding:6px;
}
.hero-slider-banner .slick-dots .slick-active button{
  background-color: #fff;
}
.hero-slider-banner .slick-dots button{
  background-color: transparent;
  color:transparent;
  border:0px;
  border-radius: 50%;
  border:1px solid #fff;
  height: 14px;
  width: 13px;
}
.hero-slider-banner .item{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  position: relative;
  display: flex;
}
.hero-slider-banner .item .inner{
  display: flex;
  align-items: center;
  align-content: center;
  flex-flow:row wrap;
  width: 60%;
}
.hero-slider-banner .item .inner h1{
  margin-bottom:40px;
}
.hero-slider-banner .item .inner h4{
  padding-bottom:10px;
}
.hero-slider-banner .item .inner p{
  padding-bottom:0;
}
.hero-slider-banner .item:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  background-color: #2B213580;
}
.hero-slider-banner .item .container{
  position: relative;
  z-index: 1;
  display: flex;
}
.hero-slider-banner .item .row{
  display: flex;
}
.hero-slider-banner .item .col{
  display: flex;
}
.home .datalog_home .screens{
  width: 100%;
}
.home .datalog_home .logo {
  width: 37%;
}
.home-hero .btn.solidblue{
  padding: 8px 24px;
}
.hero-slider-banner{
  position: relative;
}
.hero-slider-banner .ql-block{
  position: absolute;
  top:0;
  right:0;
  height: 100%;
  width: 30%;
}
.hero-slider-banner .ql-block:before{
  content:"NEW";
  background-color: #A098C7BF;
  font-family: 'input-mono', sans-serif;
  letter-spacing: 5px;
  border-radius: 100%;
  z-index: 0;
  height: 130px;
  width: 130px;
  top:60px;
  left: -30px;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
}
.hero-slider-banner .ql-block .inner{
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding:0 4vw;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.hero-slider-banner .ql-block .inner:after{
  content:"";
  background-color: #ffffffcc;
  border-radius: 100%;
  z-index: 0;
  height: 1000px;
  width: 1000px;
  top:-200px;
  left: 0;
  position: absolute;
}
.hero-slider-banner .ql-block img{
  max-width: 450px;
  height: auto;
  z-index: 1;
  padding-top:50px;
}
.hero-slider-banner .ql-block h5{
  color:#2B2135;
  padding:25px 0;
  text-align: center;
  z-index: 1;
}
.hero-slider-banner .ql-block a{
  z-index: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-slider-banner .slick-dots button{
    height: 17px;
  }

}
@media (max-width: 1660px){
  .hero-slider-banner .item .inner {
    width: 70%;
  }
  .hero-slider-banner .item .inner h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px){
  .hero-slider-banner .container {
    max-width: 100%;
    padding: 0 3vw;
  }
  .hero-slider-banner .item .inner {
    width: 60%;
  }
  .hero-slider-banner .ql-block {
    position: absolute;
    width: 35%;
  }
  .hero-slider-banner .item {
    min-height: 550px;
  }
  .hero-slider-banner .ql-block .inner::after {
    top: -225px;
  }
  .hero-slider-banner .ql-block::before {
    letter-spacing: 4px;
    height: 100px;
    width: 100px;
    top: 60px;
    left: -30px;
    font-size: 26px;
  }
}
@media (max-width: 1280px){
  .hero-slider-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-slider-banner .item {
    min-height: 500px;
  }
  .hero-slider-banner .ql-block .inner::after {
    top: -250px;
  }
}
@media (max-width: 1024px){
  .hero-slider-banner .item .inner {
    width: 60%;
  }
  .hero-slider-banner .ql-block {
    position: absolute;
    width: 40%;
  }
  .hero-slider-banner h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0!important;
  }
  .hero-slider-banner .item {
    min-height: 450px;
  }
  .hero-slider-banner .ql-block .inner::after {
    top: -275px;
  }
  .hero-slider-banner .ql-block::before {
    letter-spacing: 3px;
    height: 80px;
    width: 80px;
    top: 60px;
    left: -30px;
    font-size: 22px;
  }
}
@media (max-width: 800px){
  .hero-slider-banner .item .inner {
    width: 100%;
  }
  .hero-slider-banner .ql-block {
    position: relative;
    width: 100%;
  }
  .hero-slider-banner .ql-block::before{
    display: none;
  }
  .hero-slider-banner .ql-block .inner{
    background-color: #f0efef;
    padding-bottom:20px;
  }
  .hero-slider-banner .item {
    min-height: 1px;
    padding: 60px 0;
  }
  .hero-slider-banner .ql-block .inner::after{
    display: none;
  }
  .hero-slider-banner .ql-block img {
    max-width: 350px;
    height: auto;
    z-index: 1;
    padding-top: 20px;
  }
  .hero-slider-banner .ql-block h5 {
    padding: 15px 0;
  }
}
@media (max-width: 550px){
  .hero-slider-banner .ql-block img {
    max-width: 300px;
  }
  .hero-slider-banner h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .hero-slider-banner .item {
    min-height: 1px;
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .hero-slider-banner .btn {
    margin:0 !important;
  }
}
@media (max-width: 440px){
  .hero-slider-banner .ql-block img {
    max-width: 250px;
  }
  .hero-slider-banner h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .hero-slider-banner .item {
    min-height: 1px;
    padding: 40px 0;
  }
}
@media (max-width: 380px){
  .hero-slider-banner .ql-block img {
    max-width: 225px;
  }
  .hero-slider-banner h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .hero-slider-banner .item {
    min-height: 1px;
    padding: 30px 0;
  }
}



/* Buttons */
.btn.solidpurple,
.btn.solidblue,
.btn{
  background-color: #4378BA !important;
  border: 1px solid #4378BA;
  box-shadow: none;
  border-radius: 100px;
  padding:15px 30px !important;
  font-weight: 700!important;
  line-height: 22px;
  height: auto;
  text-decoration: none !important;
  font-size: 18px;
  text-transform: uppercase!important;
}
.ql .btn,
.page-id-6 .btn{
  position: relative;
  padding:15px 60px 15px 30px !important;
}
.ql .btn:after,
.page-id-6 .btn:after{
  content: "\f178";
  font-family: 'Font Awesome 5 Pro';
  margin-left:10px;
  font-weight: 300;
  font-size:24px;
  position: absolute;
  top:17px;
}
.btn.btn-download::after{
  content: "\f019";
  font-size: 20px;
}
.btn.white{
  color:#fff;
  border-color:#fff;
}
.btn.btn-green{
  color:#2B2135;
  background-color:#6EDAC7!important;
  border-color:#6EDAC7!important;
}
.btn.blue{
  border:2px solid #4378BA;
  color: #4378BA;
}
.btn.purple{
  border:2px solid #502d7f;
  color: #502d7f;
}
.btn.btn-outline{
  border-color: #272725;
  background-color: transparent!important;
  color: #272725;
}
.dark .btn.btn-outline{
  border-color: #fff;
  background-color: transparent!important;
  color: #fff;
}
.btn.grey{
  border:2px solid #9d9d9c;
  color: #9d9d9c;
}
@media (max-width:1280px){
  .ql .btn::after,
  .page-id-6 .btn::after {
    margin-left: 10px;
    font-size: 22px;
    top: 16px;
  }
  .ql .btn,
  .page-id-6 .btn,
  .btn.btn-download{
    padding: 13px 50px 13px 25px !important;
  }
  .btn.btn-download::after{
    font-size:18px;
  }
}
@media (max-width:1024px){
  .btn.solidpurple,
  .btn.solidblue,
  .btn{
    padding: 13px 25px !important;
    line-height: 20px!important;
    font-size: 16px!important;
  }
  .ql .btn,
  .page-id-6 .btn,
  .btn.btn-download{
    padding: 13px 50px 13px 25px !important;
  }
  .btn.btn-download::after{
    font-size:16px;
  }
}
@media (max-width:480px){
  .btn.solidpurple,
  .btn.solidblue,
  .btn {
    margin-bottom: 10px!important;
  }
}
@media (max-width:440px){
  .ql .btn:after,
  .page-id-6 .btn:after{
    display: none;
  }
  .ql .btn,
  .page-id-6 .btn,
  .btn.btn-download{
    padding: 13px 20px !important;
  }
  .btn.btn-download::after{
    display: none;
  }
}




/*--------------------------------------------------------------
## One Col
--------------------------------------------------------------*/

.one_col{
  text-align: center;
  padding:90px 0;
}
.one_col h2{
  color:#4378BA;
  font-size:28px;
  margin:0px;
  padding-bottom:20px;
  font-weight: 600;
}
.one_col h3{
  margin:0 auto;
  width:39%;
}
.one_col hr{
  float: initial;
  margin: 50px auto;
  width: 14%;
}
.one_col p{
  color:#4378BA;
  margin:0 auto;
  width: 69%;
}
.one_col .link-title{
  padding:60px 0 35px 0;
}

.one_col li{
  padding-bottom: 20px;
  font-size:16px;
  font-weight: 300;
}
.one_col li::before {
  content: "•"; 
  color: #767676;
  display: inline-block; 
  width: 22px;
  margin-left: -22px;
}

@media (max-width: 990px){

  .one_col{
    padding:50px 0;
  }

  .one_col h3,
  .one_col p{
    width: 100%;
  }
}





/*--------------------------------------------------------------
## Datalog Home
--------------------------------------------------------------*/
.datalog_home{
  text-align: center;
  padding:80px 0 20px 0;
}
.datalog_home .l12 p:last-child{
  margin:0 auto;
  width: 75%;
  margin-bottom: 20px;
  margin-top: 15px;
}
.datalog_home .link{
  padding: 35px 0 0 0;
}
.datalog_home h2{
  padding-bottom:0;
}
.datalog_home .logo{
  width:340px!important;
  height: auto;
}
.datalog_home .screens{
  width: 62%;
  display: block;
  margin: 0 auto;
}

.datalog_home.product-footer .logo{
  width: 40%;
}

.page-template-product-page .datalog_home .screens{
  width: 90%;
}
.page-template-product-page .datalog_home .logo {
  width: 41%;
}
.home-text-area-left{
  padding:0 40px 0 0;
}
.home-text-area-right{
  padding:0  0px 0 40px;
}
@media (max-width: 1440px){
  .datalog_home .l12 p:last-child {
    width: 85%;
  }
}
@media (max-width: 1280px){
  .datalog_home .l12 p:last-child {
    width: 100%;
  }
  .datalog_home .logo {
    width: 300px !important;
  }
}
@media (max-width: 1024px){
  .datalog_home{
    padding:60px 0 10px 0;
  }
}
@media (max-width: 800px){
  .datalog_home .logo {
    width: 250px !important;
  }
  .datalog_home {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 990px){
  .datalog_home p{
    width: 100%;
  }
}



/*--------------------------------------------------------------
## Three Box's
--------------------------------------------------------------*/
.threebox .box{
  background-color: transparent;
  padding: 25px;
  position: relative;
  border:1px solid #A7E0F4;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-start;
}
.threebox h3,
.threebox p{
  text-align: left;
}
.threebox h3{
  padding-bottom:20px;
}
.threebox p:last-child{
  padding-bottom: 0;
  margin-bottom:0;
  margin-top:auto;
}
.threebox hr{
  display: none;
}
.threebox .col{
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1024px){
  .threebox .box{
    height: 100%;
    padding: 40px;
  }
  .threebox .row{
    display: block;
  }
  .threebox .col.m4{
    display: block;
    width: 100%;
    margin-bottom:20px;
  }
  .threebox .col.m4:last-child{
    margin-bottom:0;
  }
  .threebox .box{
    padding: 30px 25px;
  }
}
@media (max-width: 480px){
  .threebox .btn {
    margin-bottom: 0 !important;
  }
  .threebox .box{
    padding: 20px 15px;
  }
}



/*--------------------------------------------------------------
## Quote Section
--------------------------------------------------------------*/
.quote-section{
  margin-bottom: 80px;
}
.quote-section .box{
  background-color:#F0EFEF;
  padding: 30px 25px;
  position: relative;
  height: 100%;
}
.quote-section h3{
  padding-bottom:20px;
}
.quote-section p:last-child{
  padding-bottom:0;
}
@media (max-width: 1440px){
  .quote-section{
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px){
  .quote-section{
    margin-bottom: 40px;
  }
  .quote-section h3 {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .quote-section .btn {
    margin-bottom: 0 !important;
  }
  .quote-section .box{
    padding: 20px 15px;
  }
}









.cor-two-thrids{
  position: relative;
  margin:80px 0 80px 0;
}
.cor-two-thrids .row{
  display: flex;
  align-items: center;
}
.cor-two-thrids .row .bgarea{
  height: 100%!important;
  min-height:1px;
}
.cor-two-thrids .left{
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-right:4vw;
}
.cor-two-thrids .right{
  padding-left:4vw;
}
.cor-two-thrids .inner{
  padding:70px 0;
  display: flex;
  flex-flow:row wrap;
  height: 100%;
  align-content: center;
}

.cor-two-thrids h3{
  margin: 0px;
  padding-bottom: 15px;
}
.cor-two-thrids h4{
  margin:0px;
  color:#767676;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 700;
}

.t-bg-cover{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px){
  .cor-two-thrids{
    margin:60px 0;
  }
}
@media (max-width: 1024px){
  .cor-two-thrids .row{
    display: block;
  }
  .cor-two-thrids .col.l6{
    width: 100%;
    position: relative!important;
    padding:0 .75rem!important
  }
  .cor-two-thrids .bgarea.fadeInLeft{
    border-radius: 10px!important;
    min-height: 350px!important;
    height: 350px!important;
  }
  .cor-two-thrids .inner {
    padding: 30px 0 0 0 ;
  }
  .cor-two-thrids .inner p:last-child{
    padding-bottom:0;
  }
}
@media (max-width: 800px){
  .cor-two-thrids{
    margin:40px 0;
  }
  .cor-two-thrids .bgarea.fadeInLeft{
    min-height: 300px!important;
    height: 300px!important;
  }
}
@media (max-width: 550px){
  .cor-two-thrids .bgarea.fadeInLeft{
    min-height: 250px!important;
    height: 250px!important;
  }
}
@media (max-width: 440px){
  .cor-two-thrids .bgarea.fadeInLeft{
    min-height: 200px!important;
    height: 200px!important;
  }
  .cor-two-thrids .inner {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 380px){
  .cor-two-thrids .bgarea.fadeInLeft{
    min-height: 175px!important;
    height: 175px!important;
  }
}



















/*--------------------------------------------------------------
## Two Thirds Text
--------------------------------------------------------------*/

.two_thirds_text{
  border-top:1px solid #cdd1d3;
  padding:90px 0;
  position: relative;
}
.two_thirds_text h3{
  margin:0px;
  padding-bottom: 20px;
}
.two_thirds_text h4{
  margin:0;
}

.two_thirds_text a{
  margin-top:20px;
}


.two_thirds_text .imagearea{
  position: absolute;
  top: 90px;
  right: 0 !important;
  width: 100%
}

.two_thirds_text .areafloat{
  background-image: url('http://cortechdev.piranha.digital/wp-content/uploads/2019/05/Artboard-3.png');
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  float: right;

}








@media (max-width: 990px){
  .two_thirds_text img{
    margin:30px 0;
  }

  .two_thirds_text{
    padding:90px 0 60px 0;
  }
}




/*--------------------------------------------------------------
## Full Width Solid Banner
--------------------------------------------------------------*/
.full_width_solid_banner{
  background:url(images/Generic-Banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height:1px;
  padding: 80px 7vw;
  display: flex;
  align-items: center;
  position: relative;
}
.full_width_solid_banner:after{
  content:"";
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background-color: #2B2135;
  opacity: 0.45;
}
.full_width_solid_banner h2{
  padding-bottom:0;
  color:#fff;
  font-weight: 300;
  width: 55%;
  position: relative;
  z-index: 1;
  padding:0 .75rem;
}
@media (max-width: 1660px){
  .full_width_solid_banner h2{
    width: 65%;
  }
}
@media (max-width: 1440px){
  .full_width_solid_banner{
    padding: 60px 5vw;
  }
}
@media (max-width: 1280px){
  .full_width_solid_banner{
    padding: 50px 4vw;
  }
}
@media (max-width: 1024px){
  .full_width_solid_banner{
    padding: 40px 4vw;
  }
  .full_width_solid_banner h2{
    width: 100%;
  }
}
@media (max-width: 550px){
  .full_width_solid_banner{
    padding: 30px 4vw;
  }
}
@media (max-width: 380px){
  .full_width_solid_banner{
    padding: 20px 4vw;
  }
}
/*--------------------------------------------------------------
## Half & Half
--------------------------------------------------------------*/
.half_half .row{
  display: flex;
  align-items: center;
}
.half_half .col{
  display: flex;
  flex-flow:row wrap;
}
.half_half .col.left-col{
  padding-right: 4vw;
}
.half_half.grey{
  background-color:#282828 !important;
  color:#fff;
}
.half_half h4{
  margin: 0px;
  color: #767676;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 700;
}
.half_half.split{
  background-color: #F0EFEF;
}
.half_half .white_box{
  background-color: transparent;
  overflow:hidden;
}
.half_half h3{
  padding-bottom:35px;
  color:#272725;
}
.half_half .white_box h3{
  padding-top:0px;
  text-transform: uppercase;
}
.half_half .white_box{
  padding:80px 0px;
}
.half_half .btn.btn-outline{
  margin-left:10px;
}
.half_half .white_box h4{
  color:#512380;
  padding-bottom:0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.half_half .white_box li{
  width: 16.66%;
  float: left;
}
.half_half .white_box ul{
  margin-bottom: 10px;
}
.half_half .white_box .btn{
  margin-top:20px;
  padding:2px 17px;
}

.half_half .white_box .btn{
  font-size: 18px;
  margin-top: 50px;
}
.half_half .white_box img{
  width: 85%;
  padding-bottom: 10px;
}
.half_half .white_box a{
  color: #272725!important;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}

@media (max-width: 1440px){
  .half_half .white_box {
    padding: 60px 0px;
  }
}
@media (max-width: 1024px){
  .half_half {
    padding: 40px 0px;
  }
  .half_half .white_box {
    padding: 0;
  }
  .half_half .row{
    display: block;
  }
  .half_half .col.m6{
    width: 100%;
    flex-direction: column;
  }
  .half_half .col.m6:first-child{
    padding-bottom:30px;
  }
  .half_half .col.left-col {
    padding-right: .75rem;
  }
  .half_half .col.m6 p:last-child{
    padding-bottom:0;
  }
}
@media (max-width: 800px){
  .half_half .col.m6:first-child{
    padding-bottom:20px;
  }
  .half_half .white_box ul {
    margin-top: 0px;
  }
}
@media (max-width: 767px){
  .half_half .white_box ul {
    padding-left: 0!important;
  }
}
@media (max-width: 440px){
  .half_half .white_box li {
    width: 20%;
  }
  .half_half .btn.btn-outline {
    margin-left: 10px;
  }
  .half_half .btn{
    float: left;
    margin-left: 0!important;
  }
}
@media (max-width: 380px){
  .half_half .white_box li {
    width: 25%;
  }
}


/*--------------------------------------------------------------
## Text - Half Half 
--------------------------------------------------------------*/

.t-half h4{
  font-size:18px;
  color: #1f617e;
  font-weight: bold;
  margin:0px;
  padding-bottom: 10px;
}
.t-half p{
  margin:0px;
  padding-bottom: 30px;
}
.t-half img{
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  width: 80%;
}

.t-half  li::before {
  content: "•";
  color: #767676;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}





@media (max-width: 767px){

  .t-half img{
    float: none !important;
    margin: 0 auto;
    display: block;
  }

}






/*--------------------------------------------------------------
## Three Col
--------------------------------------------------------------*/
.three_col{
  padding:40px 0 80px 0;
  text-align: center;
}
.three_col h3{
  text-align: center;
  margin:0px;
  padding-bottom: 10px;
}
.three_col h4{
  text-align: center;
  margin: 0px;
  color: #767676;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 700;
  padding-bottom: 40px;
}
.three_col .inner .col h3{
  padding-bottom:25px;
  font-weight: 400!important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.three_col .inner .col h3:before{
  background-color: #4378BA;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:8px;
  padding-top: 5px;
}
.three_col .inner .col:nth-child(1) h3:before{
  content:"\f0c0";
  font-family: 'Font Awesome 5 Pro';
}
.three_col .inner .col:nth-child(2) h3:before{
  content:"\f4fe";
  font-family: 'Font Awesome 5 Pro';
  padding-top: 4px;
  padding-left:2px;
}
.three_col .inner .col:nth-child(3) h3:before{
  content:"\f4a2";
  font-family: 'Font Awesome 5 Pro';
  padding-top: 7px;
}
.three_col .inner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  padding: 0;
}
.three_col .inner p{
  text-align: left;
}
.three_col .inner p:last-child{
  padding-bottom:0;
}
.three_col .inner-white{
  background-color: #fff;
  padding:30px 40px;
  border-radius: 0;
  text-align: center;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.three_col .inner-white img{
  width: 40%;
}
.three_col .inner-white.middle{
  margin: 0 auto;
}

.three_col .btn.blue{
  margin-top:50px;
}

.three_col .left,
.three_col .middle
{
  background-color: transparent;
  color: #fff;
  border: 1px solid #D2F0FA;
}
.three_col .right{
  background-color: #F0EFEF;
}
@media (max-width: 1440px){
  .three_col{
    padding:20px 0 60px 0;
    text-align: center;
  }
  .three_col .inner {
    width: 100%;
  }
  .three_col h4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1280px){
  .three_col .inner-white {
    padding: 20px 25px;
  }
}
@media (max-width: 1024px){
  .three_col{
    padding:0 0 40px 0;
    text-align: center;
  }
  .three_col .inner .col{
    width: 100%;
    margin-bottom:20px;
  }
  .three_col .inner .col:last-child{
    margin-bottom:0;
  }
  .three_col .inner{
    display: block;
  }
  .three_col .inner .col h3 {
    padding-bottom: 15px; 
  }
}
@media (max-width: 480px) {
  .three_col .btn {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 380px){
  .three_col .inner-white {
    padding: 20px 1%;
  }
}

.home .two-thirds-dark h4{
  padding-bottom:0;
  color: #A098C7;
}
.home .two-thirds-dark h4::before{
  display: none;
} 
.home .two-thirds-dark img{
  width:50%;
  height: auto;
}
.home .two-thirds-dark .col.s7 p:first-child{
  padding-bottom: 0!important;
}
.home .two-thirds-dark .row .col.s5 {
  display: flex;
  padding-left: 0;
  position: relative;
}
.home .two-thirds-dark ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding:15px 0;
}
.home .two-thirds-dark li{
  list-style-type: none;
  display: flex;
  align-items: center;
  width: 49%;
  padding-bottom:15px;
}
.home .two-thirds-dark li i{
  margin-right:10px;
  background-color: #A098C7;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top:4px;
  color:#2B2135;
  font-size: 20px;
  font-weight: 400!important;
}
.home .two-thirds-dark .bg-image:after{
  content: "";
  position: absolute;
  width:20%;
  height: 20%;
  border-radius: 100%;
  bottom: 18%;
  right: -6%;
  background-color: #D6D0E8;
  opacity: 0.5;
  z-index: 1;
}
@media (max-width:1660px){
  .home .two-thirds-dark .bg-image:after{
    bottom: 13%;
  }
}
@media (max-width:1440px){
  .home .two-thirds-dark li i{
    height: 32px;
    width: 32px;
    padding-top:3px;
    font-size: 18px;
  }
  .home .two-thirds-dark .bg-image:after{
    right: -4%;
  }
}
@media (max-width:1024px){
  .home .two-thirds-dark .row{
    display: block;
  }
  .home .two-thirds-dark .col.s5,
  .home .two-thirds-dark .col.s7{
    width: 100%;
    display: block;
    padding-left: .75rem!important;
    padding-right: .75rem!important;
  }
  .home .two-thirds-dark .bg-image{
    border-radius: 0;
    width: 100%;
    min-height:350px;
    height:350px;
    position: relative;
    top:0;
    left: 0;
    transform: none;
    margin-top:40px;
  }
  .home .two-thirds-dark .bg-image:after{
    display: none;
  }
  .home .two-thirds-dark ul{
    margin-bottom: 0;
  }
  .home .two-thirds-dark .col.s7 .inner::after,
  .home .two-thirds-dark .col.s7 .inner::before {
    display: none;
  }
  .home .two-thirds-dark img {
    width: 40%;
  }
}
@media (max-width:800px){
  .home .two-thirds-dark .bg-image{
    min-height:300px;
    height:300px;
  }
  .home .two-thirds-dark .col.s7 {
    padding-bottom: 40px;
  }
}
@media (max-width:550px){
  .home .two-thirds-dark .bg-image{
    min-height:250px;
    height:250px;
  }
  .home .two-thirds-dark li{
    width: 100%;
  }
}
@media (max-width:440px){
  .home .two-thirds-dark .bg-image{
    min-height:200px;
    height:200px;
    margin-top:30px;
  }
}
@media (max-width:380px){
  .home .two-thirds-dark .bg-image{
    min-height:175px;
    height:175px;
  }
}

/*--------------------------------------------------------------
## General Hero Banner
--------------------------------------------------------------*/
.general_hero_banner{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:139px 0;
  position: relative;
}


.general_hero_banner h1{
  font-size: 28px;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color:#fff;
}
.general_hero_banner h2{
  font-size: 28px;
  margin: 0 auto;
  width: 60%;
  text-align: center;
  color: #fff
}
.general_hero_banner  hr {
  float: initial;
  margin: 50px auto 0;
  width: 14%;
  border: 1px solid #fff;
}

.general_hero_banner p{
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 70%;
}

.general_hero_banner .general-header-overlay{
  z-index: 999;
  position: relative;
}


@media (max-width: 767px){

  .general_hero_banner {
    padding:50px 0;
  }
  .general_hero_banner p {
    width: 100%;
  }

  .general_hero_banner h1{
    width: 100%;
  }

  .general_hero_banner h2{
    font-size: 25px;
    line-height: 33px;
    width: 100%;
  }


}





/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.testimonials{
  margin-top:60px;
}

.testimonials .top{
  padding:60px 0;
}
.testimonials h1{
  text-align: center;
  margin: 0px;
}
.testimonials h2{
  text-align: center;
  margin: 0px;
}
.testimonials .item{
  background-color:#fff;
  overflow: hidden;
  border-radius: 10px;
  padding:60px 40px;
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  margin-bottom:30px;
}
.testimonials p{
  margin: 0;
  padding:0;
}
.testimonials.testinner p{
  font-weight: 600;
  color: #4378BA;
  font-size: 20px;
}


.testimonials img{
  width: 60%;
  margin: 0 auto;
  display: block;
}
.testimonials.testinner .name{
  padding-top:15px;
  color: initial;
  font-weight: initial;
  font-size: 18px;
  line-height: 22px;
}
.testimonials .btn{
  margin-top:20px;
}
@media (max-width: 1560px){
  .testimonials.testinner .name {
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1440px){
  .testimonials .item {
    padding: 40px 20px;
  }
  .testimonials{
    margin-top:50px;
  }
}
@media (max-width: 1280px){
  .testimonials .align-center {
    display: flex;
    align-items: flex-start;
  }
  .testimonials .col.m4{
    width: 25%;
  }
  .testimonials .col.m8{
    width: 75%;
  }
  .testimonials img {
    width: 70%;
  }
  .testimonials{
    margin-top:20px;
  }
}
@media (max-width: 1024px){
  .testimonials.testinner p {
    font-weight: 600;
    color: #4378BA;
    font-size: 18px;
  }
  .testimonials .item {
    padding: 30px 15px;
  }
}
@media (max-width: 990px){
  .testimonials .col.m4{
    width: 20%!important;
  }
  .testimonials .col.m8{
    width: 80%!important;
  }
  .testimonials img {
    width: 80%;
  }
}
@media (max-width: 800px){
  .testimonials img {
    width: 100%;
  }
  .testimonials .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px){
  .testimonials .item{
    display: block;
  }
  .testimonials .col.m4{
    width: 100%!important;
  }
  .testimonials .col.m8{
    width: 100%!important;
  }
  .testimonials img {
    width: 40%;
    margin-bottom:20px;
  }
  .testimonials{
    margin-top:10px;
  }
}
@media (max-width: 380px){
  .testimonials img {
    width: 50%;
  }
  .testimonials .item {
    padding: 20px 10px;
  }
}
.page-id-230 .testimonials p{
  padding-bottom: 10px;
}


.page-id-8823 .testimonials .item{
  padding:25px 25px;
  min-height: initial !important;
}
.page-id-8823 .testimonials{
  margin-bottom: 60px;
}


/*--------------------------------------------------------------
## Title Block
--------------------------------------------------------------*/

.title_block{
  padding:90px 0 0 0;
}
.title_block h1{
  font-size: 28px;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color:#4378BA;
}
.title_block h2{
  font-size: 28px;
  margin: 0 auto;
  width: 39%;
  text-align: center;
}
.title_block  hr {
  float: initial;
  margin: 50px auto;
  width: 14%;
}

@media (max-width: 990px){
  .title_block h2{
    width: 100%;
  }
}


/*--------------------------------------------------------------
## Product One Col
--------------------------------------------------------------*/
.product_one_col{
  text-align: center;
  margin-top: 70px;
}
.product_one_col h3{
  font-weight:600;
  margin: 0px;
}

.product_one_col h4{
  margin: 0px;
  padding-bottom: 4px;
}

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

.product_one_col li{
  padding-bottom: 20px;
  font-size:16px;
  font-weight: 300;
}
.product_one_col li::before {
  content: "•"; 
  color: #767676;
  display: inline-block; 
  width: 22px;
  margin-left: -22px;
}

.product_one_col .widthbullet{
  width: 55%;
  display: block;
  margin: 0 auto;
}

.product_one_col .widthbullet .col.l6{
  padding:0 30px;
}



.product_one_col .onecolleft{
  padding-right:30px;
}
.product_one_col .onecollright{
  padding-left:30px;
}

@media (max-width: 990px){
  .product_one_col .onecolleft{
    padding:0px;
  }
  .product_one_col .onecollright{
    padding:0px;
  }

  .product_one_col .widthbullet{
    width: 100%;
  }


}




/*--------------------------------------------------------------
## Page Footer Info
--------------------------------------------------------------*/
.page_footer_info{
  border-top:1px solid #cdd1d3;
  padding:90px 0;
  text-align: center;
}
.page_footer_info h4{
  font-size:16px;
  color:#4378BA;
  margin:0px;
  font-weight: 600;
}
.page_footer_info p{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page_footer_info img{
  width: 10%;
  padding-bottom: 10px;
}
.page-id-87 footer{
  border-top: 1px solid #767676;
}

/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.contact_us{
  padding:0 0 60px 0;
}
.contact_us .form{
  background-color: #4378BA;
  padding:40px;
  width: 90%;
  border:0;
  border-radius: 0!important;
  box-shadow: none;
  float: right;
}
.contact_us h3{
  margin: 0;
  padding-top:40px;
}
.contact_us .form h3{
  padding-bottom: 25px;
  padding-top:0px;
}
.contact_us .flex .col{
  padding: 0;
}
.contact_us .form h3{
  color: #fff;
}

.contact_us [type="checkbox"] + span:not(.lever)::before{
  border-color: #fff!important;
}

.contact_us .form .checkbox-button-style label{
  text-transform: uppercase;
}
.contact_us .wpcf7-list-item-label{
  font-size: 16px !important;
  font-weight: 300;
}

.contact_us .checkbox-button-style input[type="checkbox"] + span:not(.lever){
  font-weight: 600;
}
.contact_us .acceptancefields p{
  font-size: 16px!important;
  line-height: 20px!important;
  color: #fff;
  padding-top:10px;
}
.contact_us input[type="submit"]{
  float: left;
  border: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  font-weight: 700;
  padding: 15px 30px !important;
  border-radius: 50px !important;
  width: inherit;
  text-transform: uppercase;
  color: #f4f9fb;
  background-color: #272725 !important;
  border-bottom: 0px !important;
  line-height: 18px;
  width: inherit !important;
  font-size: 18px;
  margin-bottom:0!important;
}


.contact_us .contact_logo{
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
}
.contact_us .form .wpcf7-list-item {
  margin-left: 0px;
}
.checkbox-button-style label {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  height: 42px;
  transition: background-color 300ms ease;
  font-weight: 600;
  cursor: pointer;
}
.checkbox-button-style input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  border: none;
  height: 20px;
  position: absolute;
}
.page-template-contact footer .footer-main{
  display: none;
}
.withbluebox table {
  color: #272725;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: auto;
}
.withbluebox table th {
  font-weight: bold;
}
.withbluebox table tr:first-of-type {
  border-bottom: 1px solid #272725;
  color: #4378BA;
}
.page-id-183 .nsectorhalf .left h4::after {
  right: 0;
  bottom: 9%;
}
.contact_us form input {
    width: 95% !important;
}
.contact_us form textarea {
  width: 100% !important;
}
@media (max-width: 1440px){
  .contact_us .form {
    padding: 30px;
    width: 95%;
  }
}
@media (max-width: 1024px){
  .contact_us .row .col.m6{
    width: 100%;
    padding: 0;
  }
  .contact_us .row .col.m6 .col.l6{
    padding:0 .75rem!important;
  }
  .contact_us h3 {
    margin: 0;
    padding-top: 20px;
  }
  .contact-page-map {
    margin-top: 30px;
  }
  .contact_us .form {
    padding: 30px;
    width: 100%;
    margin-top: 20px;
  }
  .contact_us {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 990px){
  .top-section.nfull-width-text {
    padding: 60px 0 60px 0;
  }
  .c-pl50 {
    padding-left: 0 !important; padding-right:0 !important;
  }
  .main-footer .container { 
    padding: 0 30px;  
  }
  footer .main-footer .inner{
    width: 100% !important;
  }
  footer .main-footer {
    padding: 40px 0;
  }
}
@media (max-width: 800px){
  .contact_us .contact_logo {
    width: 300px;
  }
  #map {
    height: 350px!important;
  }
}
@media (max-width: 680px){
.page-id-8803 .image-pos .img {  margin-top: 0; }
.page-id-8803 .nhalfimage .bgarea {  position: relative; height: 340px; }
.page-id-8803 .nhalfimage.halfimageTxt { margin-top: 0; }
.page-id-8803 .nsectorhalf { padding: 60px 0; }
.main-footer .container { padding: 0 20px; }
}
@media (max-width: 550px){
  .contact_us .flex {
    display: block;
  }
}


/*--------------------------------------------------------------
## Map
--------------------------------------------------------------*/
#map{
  height:440px;
}

/*--------------------------------------------------------------
## Driver Section
--------------------------------------------------------------*/
.driver_section{
  text-align: center;
  padding-bottom: 90px;
}
.driver_section .seven{
  width:14.28%;
  float:left;
}
.driver_section .seven p{
  text-align: center;
  margin-top:0px;
}

@media (max-width: 767px){
  .driver_section .seven{
    width: 50%;
  }
}
@media (max-width: 550px){
  .driver_section .seven{
    width: 100%;
  }
}


/*--------------------------------------------------------------
## Blue Bar
--------------------------------------------------------------*/
.blue-bar{
  background-image: url('images/blue-bar.jpg');
  padding:60px 0;
}
.blue-bar p{
  color: #fff;
  text-align: center;
  margin:0 auto;
  width: 70%;
}
.blue-bar img{
  width: 34%;
  margin:0 auto;
  display: block;
}


/*-------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog-cat h1{
  text-align: center;
  color: #4378BA;
  font-weight: bold;
}
.blog-listings article{
  background-color: #fff;
  overflow:hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  margin-bottom: 70px;
  padding:60px;
}
.blog-listings h2{
  margin:0px;
  padding-bottom: 16px;
}
.blog-listings h2 a{
  margin:0px;
  color: #4378BA;
}
.blog-listings .who{
  text-transform: uppercase;
  color: #4378BA;
}
.blog-listings .who a{
  text-transform: uppercase;
  color: #4378BA;
}
.blog-listings .textbox{
  padding-left:30px;
}



.blog-post p{
  text-align: left;
}
.blog-post img{
  height: 100%;
  width: 60%;
  margin:40px auto;
  display: block;
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
}
.blog-post .content-area{
  width: 90%;
  margin: 0 auto;
  padding:60px 0;
}
.blog-post .content-area .top-content{
  width: 80%;
  margin:0 auto;
}
.blog-post .content-area .top-content p{
  text-align: center !important; 
  color: #4378BA;
}


.blog-post .content-area .content-left{
  padding-right: 20px;
}
.blog-post .content-area .content-right{
  padding-left: 20px;
}





.blog-post .content-area ul {
  list-style: inherit;
  margin-left: 20px;
}
.blog-post .content-area li {
  list-style: inherit;
  margin-bottom: 12px;
}



.blog-post .who{
  color: #fff;
  text-align: center;
}
.blog-post .who a{
  color: #fff;
}

.blog-post .buttons .btn{
  font-size: 18px;
  padding: 2px 17px;
  border: 0;
}
.blog-post .buttons .btn.solidblue{
  margin-left: 15px;
}
.page-id-10123 .nfull-width-text h2{
  font-size:24px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.page-id-10137 .ndriver .row .col{
  margin-bottom:20px;
}
.page-id-230 .training-item {
  padding: 0px 0 0;
}
@media (max-width:1024px){
  .page-id-10137 .partnerblock .row .col {
    width: 33.333% !important;
  }
  .page-id-10123 .nfull-width-text h2{
    font-size:20px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media (max-width:990px){
  .page-id-10137 .ndriver.partnerblock .row .col {
    width: 33.333% !important;
  }
}
@media (max-width:550px){
  .page-id-10137 .ndriver.partnerblock .row .col {
    width: 50% !important;
  }
  .page-id-10123 .nfull-width-text h2{
    font-size:18px;
    line-height: 22px;
    font-weight: 600;
  }
}
@media (max-width:440px){
  .page-id-10123 .nfull-width-text h2{
    font-size:16px;
    line-height: 22px;
    font-weight: 500;
  }
}



.blog-filter-bar button{
  border: 0px;
  background-color: #fff;
  padding: 17px 30px;
  border-radius: 6px;
  margin:0 10px;

  -webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.75);

}

.blog-post .general_hero_banner .who{
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.blog-post .general_hero_banner .who a{
  color: #fff;
}

.single .general_hero_banner::after{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-image: url(images/BlueOverlay.png);
 opacity: 1;
}

.page-template-product-page .general_hero_banner::after{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-image: url(images/BlueOverlay.png);
 opacity: 1;
}



.page-template-product .general_hero_banner::after{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-image: url(images/BlueOverlay.png);
 opacity: 1;
}

.page-template-blank-boxs .general_hero_banner::after{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-image: url(images/BlueOverlay.png);
 opacity: 1;
}


.page-template-blank-boxs .testimonials h3{
  margin-top: 0px;
  color: #4378BA;
}
.page-template-blank-boxs .testimonials h3 a{
  margin-top: 0px;
  color: #4378BA;
}
.page-template-blank-boxs .testimonials .item{
  min-height: 350px;
  padding:25px 15px;
}
.page-template-blank-boxs .testimonials img{
  height: auto;
  width: 100%;
}

.page-template-blank-boxs .testimonials .row .col.m8 .inner{
  padding-left: 20px;
}


.page-id-8894 .testimonials{
  margin-bottom: 60px;
}


@media (max-width: 990px){
  .blog-listings article{
    display: block !important;
    padding:20px;
  }
  .imageblock{
    height: 170px !important;
    margin-bottom: 20px;
  }
  .blog-listings .textbox{
    padding-left: 0px;
  }

}

@media (max-width: 767px){
  .blog-post .content-area .content-left{
    padding-right: 0px;
  }
  .blog-post .content-area .content-right{
    padding-left:0px;
  }

}





/* Social Share Icons*/


.blog-post .box {
  float: left;
  position: relative;
}
.blog-post .share {
  position: relative;
  border-radius: 100px;
  outline: none;
  border: 0;
  border:1px solid #272725;
  overflow: hidden;
  transition: all .5s ease;
  background-color: transparent;
  padding:15px 30px !important
}
.blog-post .scale {

  transition: all .5s ease;
}
.blog-post .icon p{
  padding-bottom: 0px;
  line-height: 22px;
  color:#272725;
  text-transform: uppercase;
  text-align: center;
  margin:0;
  font-weight: 700;
}

.blog-post .icon .btn {
  position: absolute;
  right: -27px;
  background: rgba(208, 216, 219, 0.9);
  color: #2A4870;
  top: 7px;
  padding: 3px 7px;
  border-radius: 50%;
}

.blog-post .active {
  z-index: -2;
  margin-top: -10px;
  margin-left: -60px;
  position: absolute;
  opacity: 0;
  transition: all .7s ease;
}
.blog-post .active li {
  list-style-type: none;
  width: 40px;
  height: 40px;
  color: #D0D8DB;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  box-shadow: 2px 2px 6px rgba(42, 72, 112, 0.5);
}
.blog-post .active i {
  margin: 11px 11px 10px 9px;
}

.blog-post .open {
  position: absolute;
  margin-left: -35px;
  margin-top: 5px;
  opacity: 1;
  z-index: 9;
}

.blog-post .fab {
  padding-left: 0px;
  color: #4378BA;
  font-size: 24px;
}

.blog-post .one {
  left: 88px;
}

.blog-post .two {
  left: 137px;
}

.blog-post .three {
  left: 100px;
}

.blog-post .four {
  left: 150px;
}

.blog-post .five {
  left: 200px;
}

.blog-post  #hide {
  visibility: hidden;
}


.page-id-8685 .product_one_col,
.page-id-8682 .product_one_col,
.page-id-8677 .product_one_col{
  text-align: left;
}

.page-id-8685 .product_one_col ol li::before,
.page-id-8682 .product_one_col ol li::before,
.page-id-8677 .product_one_col ol li::before{
  display: none;
}

.page-id-281 .blue-bar,
.page-id-295 .blue-bar{
  display: none;
}

.page-id-281 .title_block,
.page-id-295 .title_block{
  padding-top:0px;
}


[type="checkbox"]:checked+span:not(.lever):before{
  border-right: 2px solid #4378BA;
  border-bottom: 2px solid #4378BA;
}


.home-two-thirds{
  position: relative;
  margin:80px 0;
}
.home-two-thirds .link-title{
  padding:60px 0 35px 0;
}
.home-two-thirds .col.l8{
  padding-right:4vw;
  padding-top:40px;
}
.t-bg-cover{
  border-radius: 10px 0 0 10px!important;
  box-shadow: 0 0 20px #3B3B3B80;
}
.home-two-thirds h3{
  font-family: 'museo-sans', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color:#767676;
  margin:0;
  padding-bottom:20px;
}

@media (max-width: 1440px){
  .blog-post .content-area {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px 0;
  }
  .home-two-thirds{
    position: relative;
    margin:60px 0;
  }
  .home-two-thirds h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px){
  .blog-post .content-area .col.l6{
    width: 100%;
  }
  .blog-post .content-area .content-left {
    padding-right: 0;
  }
  .blog-post .content-area .content-right {
    padding-left: 0;
  }
  .blog-post .content-area .top-content {
    width: 90%;
  }
  .blog-post .share{
    padding: 11px 25px !important;
    line-height: 20px !important;
    font-size: 16px !important;
  }
  .home-two-thirds .row{
    display: block;
  }
  .home-two-thirds .col.l4,
  .home-two-thirds .col.l8{
    width: 100%;
    position: relative!important;
    padding-left:.75rem!important;
    padding-right:.75rem!important;
    padding-top: 0;
  }
  .home-two-thirds .bgarea{
    min-height: 350px;
    height: 350px;
    border-radius: 10px!important;
    margin-top:15px;
  }
  .home-two-thirds h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 800px){
  .home-two-thirds{
    position: relative;
    margin:40px 0;
  }
  .home-two-thirds h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .home-two-thirds .bgarea{
    min-height: 300px;
    height: 300px;
  }
}
@media (max-width: 550px){
  .home-two-thirds .bgarea{
    min-height: 250px;
    height: 250px;
  }
}
@media (max-width: 440px){
  .home-two-thirds .bgarea{
    min-height: 200px;
    height: 200px;
  }
}
@media (max-width: 380px){
  .home-two-thirds .bgarea{
    min-height: 175px;
    height: 175px;
  }
}



/*-------------------------------------------------------------
## New Page Background - Lines
--------------------------------------------------------------*/

/* .pagebg{
  background-image: url(images/greyline-bg.png);
  overflow: hidden;
}

.pagebg p a {
  font-weight: 600;
  text-decoration: none;
} */

/*-------------------------------------------------------------
## New Product Header
--------------------------------------------------------------*/

.newproductbanner{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 88px 0;
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.newproductbanner hr{
  display: none !important;
}

.newproductbanner h1{
  margin: 0px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}
.newproductbanner h2{
  margin: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #fff;
}

.newproductbanner p{
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 48%;
}

.newproductbanner .product-logo{
  background-color: #fff;
  display: initial;
  position: absolute;
  top: 21%;
  padding: 11px 15px 15px 125px;
  bottom:0px;
}
.newproductbanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/BlueOverlay.png);
  opacity: 0.83;
}
.newproductbanner hr{
  margin: 0 auto;
  display: block;
  text-align: center;
  float: initial;
  width: 3%;
  border: 1px solid #ffff
}

.newproductbanner .overlay{
  position: relative;
  z-index: 9;
}

.product-logo.smallonly{
  display: none;
}



@media (max-width: 1393px){
  .newproductbanner .product-logo{
    padding: 15px 15px 15px 15px;
  }
}

@media (max-width: 990px){
  .newproductbanner{
    padding:75px 0;
  }
  .newproductbanner .product-logo{
    padding: 15px 15px 15px 15px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    background: transparent;
  }
  .newproductbanner .product-logo img{
    width: 30%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    padding: 20px;
  }
}

@media (max-width: 767px){
  .newproductbanner{
    min-height: 200px;
    padding:30px 0;
  }
  .newproductbanner .product-logo img{
    width: 70%;
    margin-top: 20px;
  }
  .newproductbanner .product-logo{
    display: none;
  }
  .product-logo.smallonly{
    display: block;
  }
  .product-logo.smallonly img{
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
  }



}







/*-------------------------------------------------------------
## New Full Width Text
--------------------------------------------------------------*/

.nfull-width-text{
  padding: 80px 0 60px 0;
}
.nfull-width-text .inner{
  width: 80%;
  margin: 0 auto;
}
.nfull-width-text p{
  text-align: center;
}
.nfull-width-text p a{
  text-decoration: none;
}

@media( max-width: 1440px){
  .nfull-width-text{
    padding: 60px 0 40px 0;
  }
}
@media( max-width: 1024px){
  .nfull-width-text .inner{
    width: 90%;
  }
}
@media (max-width: 990px){
  .nfull-width-text{
    padding:40px 0;
  }
  .nfull-width-text .inner{
    width: 90%;
  }
}

/*-------------------------------------------------------------
## New Half Split
--------------------------------------------------------------*/

.nhalfsplit{
  position: relative;
  z-index: 3;
}
.nhalfsplit.purplebox{
  position: relative;
}
.nhalfsplit .inner{
  padding:80px 70px 100px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nhalfsplit h3{
  margin:0px;
  padding-bottom: 18px;
}
.nhalfsplit .btn{
  margin-top: 20px;
}
.nhalfsplit ul{
  padding-left: 21px;
}
.nhalfsplit ul li{
  list-style: initial;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 18px;
  list-style-type: disc;
}
.nhalfsplit ul li a{
  font-weight: 600;
  text-decoration: none;
}
.nhalfsplit .bgarea{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0 !important;
  top: 0;
  height: 100%;
  min-height: 1px;
}
.nhalfsplit .btn.solidpurple{
  margin-left: 15px;
}
.nhalfsplit{
  margin-top:0!important;
}
.page-template-product-page .nhalfsplit .inner{
  min-height: 643px;
}
@media (max-width:1280px){
  .nhalfsplit .inner {
    padding: 60px 40px 80px 0px;
  }
}
@media (max-width:1024px){
  .nhalfsplit .col.l6{
    width:100%!important;
  }
  .nhalfsplit .bgarea {
    position: relative;
    min-height: 300px;
  }
  .nhalfsplit .row{
    margin:0!important;
  }
  .nhalfsplit .inner {
    padding: 20px 0;
  }
}
@media (max-width: 550px){
  .nhalfsplit .bgarea {
    min-height: 250px;
  }
}
@media (max-width: 440px){
  .nhalfsplit .bgarea {
    min-height: 225px;
  }
}
@media (max-width: 440px){
  .nhalfsplit .bgarea {
    min-height: 200px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nfull-width-text .nhalfsplit{
    display: block;
  }
}



.page-template-training .nhalfsplit h4{
  color: #502d7f;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin: 0px;
  position: relative;
  margin-left: 30px;
}
.page-template-training .nhalfsplit h4::before {
  content: " “ ";
  font-weight: 600;
  color: rgb(160, 151, 199);
  font-size: 160px;
  position: absolute;
  left: -10%;
  top: 26px;
}
.page-template-training .nhalfsplit h4::after {
  content: " “ ";
  font-weight: 600;
  color: rgb(160, 151, 199);
  font-size: 174px;
  position: absolute;
  transform: rotate(180deg);
  right: 0;
  bottom: 9%;
}




/*-------------------------------------------------------------
## New Full Quote
--------------------------------------------------------------*/

.nfullquote{
  padding:90px 0 90px 0;
}
.nfullquote h3{
  color: #4378BA;
  margin: 0 auto;
  width: 46%;
  font-size: 38px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
}
.nfullquote h3:before{
  content: "\f10d";
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 700;
  display: block;
  font-size: 200%;
  margin-bottom: 10px;
  opacity: 0.5;
}

@media(max-width: 1024px){
  .nfullquote h3{
    width: 75%;
  }
}

@media (max-width: 990px){
  .nfullquote h3 {
    width: 75%;
  }
}

@media (max-width: 767px){
  .nfullquote h3{
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
  }
}


/*-------------------------------------------------------------
## New Banner 4 Box's
--------------------------------------------------------------*/

.nbannerbox{
  padding:40px 0 60px 0;
  background-image: url(images/datalog-bg-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  min-height: 253px;
}
.nbannerbox:before{
  content:"";
  background-color: #4378BA;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  opacity: 0.5;
}
.nbannerbox .box{
  text-align: center;
  height: 100%;
  min-height: 354px;
  position: relative;
  width: 92%;
  border: 1px solid #fff;
  background-color: #FFFFFFA3;
}
.nbannerbox .box h3{
  text-transform: uppercase;
  margin:0px;
  padding-bottom: 15px;
  font-weight: bold;
}
.nbannerbox .box p{
  margin: 0 auto;
  width: 85%;
}
.nbannerbox img{
  width: 30%;
  padding-bottom: 20px;
}
@media (max-width: 990px){
  .nbannerbox .box{
    margin:0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px){
  .nbannerbox .box{
    min-height: inherit;
    display: block;
    padding: 20px;
  }
}

/*-------------------------------------------------------------
## Half Image
--------------------------------------------------------------*/

.nhalfimage{
  position: relative;
  margin:70px 0 0 0;
}
.nhalfimage .inner{
  padding:125px 70px;

/*  background-color: red;
float:right;*/
}
.nhalfimage h3{
  margin-top:0px;
  margin-bottom: 20px;
}
.nhalfimage .bgarea{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left:0px !important;
  top: 0px;
}
.nhalfimage p a{
  font-weight: 600;
  text-decoration: none;
}
.nhalfimage .btn{
  margin-top:20px;
  font-size: 16px;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nhalfimage{
    display: block;
  }
}
@media (max-width: 1024px){
  .nhalfimage h3 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px){
  .nhalfimage .bgarea{
    height:250px !important;
    position: relative;
  }
  .nhalfimage .inner{
    padding: 0;
    margin-bottom: 20px;
  }
}





/*-------------------------------------------------------------
## Half Text Box
--------------------------------------------------------------*/

.nhalftextbox{
 padding:80px 0!important;
 background-color:#F0EFEF;
 margin:-40px 0 40px 0;
}
.nhalftextbox h3{
  padding-bottom:15px;
}
.nhalftextbox .inner{
  width: 100%;
  margin:0 auto;
}
.nhalftextbox .col p:last-child{
  padding-bottom:0;
}

.nhalftextbox br{
  display: none;
}
.page-id-20478 .nhalftextbox {
  padding: 80px 0 !important;
  margin: 40px 0;
}
@media (max-width: 1024px){
  .nhalftextbox{
    padding:60px 0!important;
    background-color:#F0EFEF;
    margin: 30px 0;
   }
   .page-id-20478 .nhalftextbox {
    padding: 60px 0 !important;
    margin: 30px 0!important;
  }
   .nhalftextbox .col.l6{
    width: 100%!important;
    margin-bottom:30px;
   }
   .nhalftextbox .col.l6:last-child{
    width: 100%!important;
    margin-bottom:0;
   }
}
@media (max-width: 800px){
  .nhalftextbox h3{
    padding-bottom:10px;
  }
  .nhalftextbox{
    padding:40px 0!important;
    background-color:#F0EFEF;
    margin: 20px 0;
   }
   .page-id-20478 .nhalftextbox {
    padding: 40px 0 !important;
    margin: 20px 0!important;
  }
}



/*-------------------------------------------------------------
## Half Text Box
--------------------------------------------------------------*/

.nadditonalfullbox{
  position: relative;
  background-color: #F7F7F7!important;
  padding:80px 0;
  margin:0!important;
}
.nadditonalfullbox .col.l6{
  padding:0 40px;
}
.nadditonalfullbox .inner:before {
  content: " ";
  background-color: #a097c7;
  display: block;
  height: 100%;
  width: 20px;
  position: absolute;
  left: -24px;
  top: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nadditonalfullbox .col p:last-child{
  padding-bottom:0;
}
.nadditonalfullbox h3{
  padding-bottom: 20px;
}
.page-id-222 .nhalfimage .btn:first-child{
  margin-bottom: 30px;
}
.page-id-222 .nhalfimage{
  margin-bottom: 160px;
}
.page-id-222 .nhalfimage .inner{
  padding:55px 70px;
}
@media (max-width:1440px){
  .nadditonalfullbox .col.l6 {
    padding: 0 20px;
  }
  .nadditonalfullbox{
    padding:60px 0;
  }
}
@media (max-width:1024px){
  .nadditonalfullbox .col.l6 {
    width: 100%;
  }
  .nadditonalfullbox .col.l6:first-child {
    margin-bottom:30px;
  }
  .nadditonalfullbox{
    padding:40px 0;
  }
  .nadditonalfullbox .col.l6 {
    padding: 0;
  }
}
@media (max-width: 440px){
  .nadditonalfullbox h3 {
    padding-bottom: 10px;
  }
}

/*-------------------------------------------------------------
## Product Loop
--------------------------------------------------------------*/

.product-loop{
  padding:0 0 70px;
}
.product-loop .inner{
  background-color:#fff;
  border-radius: 3px;
  padding:40px 36px;
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  width: 100%;
  margin:20px 0;
}
.product-loop img{
  width: 50%;
}
.product-loop .btn.solidpurple{
  font-size: 16px;
  margin-top: 5px;
}
.product-loop h3{
  color: #4378BA;
  font-weight: 600;
  margin-top:0px;
  padding-bottom:15px;
}
.product-loop p:last-child{
  padding-bottom:0;
  margin-top: auto;
  margin-bottom: 0;
}
.product-loop img{
  padding-bottom:15px;
}
.product-loop .row::after {
  display: none!important;
}
@media (max-width:1280px){
  .product-loop .inner{
    padding:30px 25px;
  }
  .product-loop {
    padding: 0 0 50px;
  }
  .nfull-width-text {
    padding: 50px 4vw 20px 4vw !important;
  }
  .nfull-width-text .inner {
    width: 90%;
  }
}
@media (max-width:1024px){
  .product-loop .inner {
    margin: 15px 0;
  }
  .product-loop img {
    width: 30%;
  }
  .nfull-width-text .inner {
    width: 100%;
  }
  .product-loop {
    padding: 0 0 40px;
  }
}
@media (max-width:991px){
  .product-loop{
    display: flex;
  }
}
@media (max-width:800px){
  .product-loop {
    padding: 0 0 30px;
  }
}
@media (max-width:550px){
  .nfull-width-text {
    padding: 40px 4vw 10px 4vw !important;
  }
  .nfull-width-text p{
    text-align: left;
  }
}
@media (max-width:440px){
  .product-loop .inner {
    padding: 25px 20px;
  }
  .product-logo .btn{
    margin-bottom:0!important;
  }
  .product-loop img {
    width: 40%;
  }
}
@media (max-width:380px){
  .product-loop img {
    width: 50%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page.page-id-8910 .product-loop .inner.o-flex-justifycenter{
    display: block;
  }
}


/*-------------------------------------------------------------
## Sectors Half
--------------------------------------------------------------*/

.nsectorhalf{
  padding: 130px 0;
  position: relative;
  z-index: 2;
  background-color: #F7F7F7;
  margin: -40px 0 0 0;
}
.nsectorhalf.withbluebox{
  background-color: transparent;
  padding: 80px 0;
  margin: 0;
}
.nsectorhalf h3{
  margin:0px;
  padding-bottom:15px!important;
}
.nsectorhalf .btn{
  margin-bottom: 10px;
}
.nsectorhalf .left p{
  color: #fff;
}
.nsectorhalf .left h3{
  color: #fff;
}
.nsectorhalf .left {
  background-color: #4378ba;
  border-radius: 0;
  position: relative;
  padding: 40px;
  width: 93%;
  display: flex;
  height: 100%;
  align-items: center;
  flex-flow: row wrap;
  min-height: 375px;
}
.nsectorhalf.withbluebox .left{
  width: 100%;
}
.nsectorhalf .left h4{
  color: #fff;
  text-transform: initial;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  position: relative;
}
.nsectorhalf .left h4:before{
  content: "\f10d";
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 700;
  display: block;
  font-size: 200%;
  margin-bottom:10px;
  opacity: 0.5;
}
.page-id-8803 .nsectorhalf .left h4:before{
  display: none;
}
.nsectorhalf .right{
  float: inherit !important;
  padding:0 40px;
}
.page-id-161 .nsectorhalf .left h4::after{
  right: -66px;
}
.page-id-243 .nsectorhalf .left h4::after{
  right: 240px;
}
.page-id-183 .nsectorhalf .btn.solidpurple{
  margin-left: 0px;
}
.page-id-183 .nsectorhalf tr{
  border-bottom: 0px;
}
.page-id-183 .nsectorhalf tr td{
  font-weight: 300;
}
.nsectorhalf.withbluebox .left{
  background-color: transparent;
  border: 1px solid #A7E0F4;;
}
.nsectorhalf.withbluebox .left{
  padding: 40px;
}
.nsectorhalf.withbluebox .left h4::before,
.nsectorhalf.withbluebox .left h4:after{
  display: none;
}
.nsectorhalf.withbluebox .left .btn.solidpurple{
  margin-left: 0px;
  text-decoration: none;
}
.nsectorhalf p:last-child{
  padding-bottom:0;
}
.page-id-90 .nsectorhalf{
  margin-top:60px!important;
  padding:80px 0;
  margin-bottom:60px!important;
}
@media (max-width: 1816px){
  .nsectorhalf .btn.btn-outline{
    margin-left: 0!important;
    display: block;
    width: fit-content;
  }
}
@media (max-width: 1440px){
  .nsectorhalf {
    padding: 80px 0;
  }
  .nsectorhalf.withbluebox {
    padding: 60px 0;
  }
  .nsectorhalf .right {
    padding: 0 20px;
  }
  .page-id-90 .nsectorhalf{
    margin-top:60px!important;
    padding:60px 0;
    margin-bottom:60px!important;
  }
}
@media (max-width: 1280px){
  .nsectorhalf .left h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .nsectorhalf {
    padding: 60px 0;
  }
  .nsectorhalf.withbluebox .left {
    padding: 30px;
  }
  .page-id-90 .nsectorhalf{
    margin-top:20px!important;
    padding:60px 0;
    margin-bottom:60px!important;
  }
}
@media (max-width: 1024px){
  .nsectorhalf {
    margin: 0;
  }
  .nsectorhalf .col.s12{
    width: 100%;
    display: block;
  }
  .nsectorhalf .row{
    display: block!important;
  }
  .nsectorhalf .left {
    padding: 40px;
    width: 100%;
    height: 100%;
    min-height: 1px;
    margin-bottom: 20px;
  }
  .nsectorhalf .left h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .nsectorhalf .right {
    padding: 30px 0 0 0;
  }
  .nsectorhalf.withbluebox .right{
    padding:0 0 30px 0;
  }
  .nsectorhalf .btn.solidpurple,
  .nsectorhalf .btn.solidblue {
    margin-top: 0;
    margin-bottom: 0!important;
  }
  .nsectorhalf.withbluebox {
    padding: 40px 0 20px 0;
  }
  .nsectorhalf .btn.btn-outline{
    margin-top: 10px!important;
  }
  .page-id-90 .nsectorhalf{
    margin-top:20px!important;
    padding:40px 0;
    margin-bottom:40px!important;
  }
  .page-id-90 .nsectorhalf .right {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 800px){
  .nsectorhalf .right {
    padding: 20px 0 0 0;
  }
  .nsectorhalf {
    padding: 40px 0 40px 0;
  }
  .page-id-90 .nfull-width-text p {
    padding-bottom: 0;
  }
}
@media (max-width: 550px){
  .nsectorhalf .left {
    padding: 25px;
    margin-bottom: 15px;
  }
  .nsectorhalf .left h4 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .nsectorhalf .right {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 440px){
  .nsectorhalf.withbluebox .left {
    padding: 25px 20px;
  }
}
@media (max-width: 380px){
  .nsectorhalf .left {
    padding: 20px;
    margin-bottom: 10px;
  }
  .nsectorhalf .left h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

  .ndriver{
    padding-bottom: 70px;
  }
  .ndriver img{
    height: auto;
  }
  .ndriver .row{
    display:flex;
    flex-flow: row wrap;
  }
  .modal-title {
    border-bottom: 2px solid #fff;
    margin: 30px;
    overflow:hidden;
  }

  .modal-title .static-text-area{
    display: flex;
    align-items: center;
  }

  .modal-title h3{
    color: #fff;
    padding-top: 3px;
    margin-bottom: 0;
  }
  .modal-title img{
    width: 8%;
    float: left;
    margin-left: -24px;
  }

  .image-block-display{
    height: auto;
    width: 100%;
    margin-bottom: 50px;
  }

  .image-block-display h3{
    text-align: center;
    margin: 0;
    padding-top: 10px;
    font-size: 20px;
    line-height: 22px;
  }


  .modal-body p{
    margin:0px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
  }
  .modal-body p.title{
    font-weight: 600;
    color: #fff;
    padding-bottom: 0px;
  }
  .modal-body{
    overflow: hidden;
    padding: 10px 30px 40px;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
  }
  .modal-body .col.l6{
    margin-left: 0px;
  }
  .nsectorhalf.withPinkbox .left {
    background-color: #d5d0e8;
  }
  .nsectorhalf.withPinkbox .left strong {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .purpleText p {
    color: #502d7f;
  }
  .image-pos .img {
    margin-top: -70px; 
  }
  .whitebg {
    background-color: #fff;
  }
  footer .main-footer .col .row {

    margin-left: 0;
    margin-right: 0;

  }
  #enquiry.row > .col {
    padding: 0;
  }




  .page-template-about-template .nsectorhalf.withPinkbox .left h4{
    font-size: 26px;
    line-height: 40px;
  }
/*  .page-template-about-template .nsectorhalf .left h4::before{
    font-size: 82px;
    left:-5%;
    top: 8px;
  }
  .page-template-about-template .nsectorhalf .left h4::after{
   font-size: 82px;
   right: inherit;
   left: inherit;
 }*/
 .page-template-about-template .nsectorhalf.withPinkbox .left h3{
  color: #502d7f;
}
.page-template-about-template .nhalfimage.halfimageTxt ul{
  font-weight: 600;
  list-style: inherit;
  margin-left: 20px;
}
.page-template-about-template .nhalfimage.halfimageTxt ul li{
  font-weight: 600;
  list-style: inherit;
  font-size: 18px;
  margin-bottom: 10px;
  list-style-type: disc;
}
.page-template-about-template .nhalfimage .inner{
  padding: 40px 0 40px 40px;
}
.page-template-about-template .nhalfimage {
  position: relative;
  margin: 0 0 80px 0;
  z-index: 2;
}
.page-template-about-template .nsectorhalf {
  padding: 130px 0;
  position: relative;
  z-index: 2;
  background-color: #F7F7F7;
  margin: -40px 0 20px 0;
}
.page-template-about-template .nhalfimage.halfimageTxt ul {
  margin-top:0!important;
}
.page-template-about-template .nhalfimage.halfimageTxt .btn{
  margin-top:0!important;
}
@media (max-width: 1280px){
  .page-template-about-template .nsectorhalf {
    padding: 100px 0;
  }
  .page-template-about-template .nhalfimage.halfimageTxt ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px){
  .page-template-about-template .nsectorhalf {
    padding: 20px 0 30px 0;
  }
  .page-template-about-template .nsectorhalf .left {
    margin-top: 20px;
  }
  .page-template-about-template .nsectorhalf {
    margin: 0;
  }
  .page-template-about-template .nhalfimage .col.l6{
    width: 100%!important;
  }
  .page-template-about-template .nhalfimage .bgarea {
    position: relative;
    min-height: 300px;
  }
  .page-template-about-template .nhalfimage .inner {
    padding: 40px 0;
  }
  .page-template-about-template .nhalfimage .row.image-pos {
    margin: 40px 0 0 0px;
  }
  .page-template-about-template .nhalfimage {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 800px){
  .page-template-about-template .nhalfimage {
    margin: 0 0 40px 0;
  }
  .page-template-about-template .nhalfimage .bgarea {
    min-height: 250px;
  }
}
@media (max-width: 767px){
  .page-template-about-template .nhalfimage.halfimageTxt ul {
    margin-left: 0;
  }
}
@media (max-width: 550px){
  .page-template-about-template .nhalfimage .bgarea {
    min-height: 200px;
  }
  .page-template-about-template .nhalfimage .inner {
    padding: 40px 0 0 0;
    margin-bottom: 0;
  }
  .page-template-about-template .nhalfimage .row.image-pos {
    margin: 20px 0 0 0px;
  }
}
@media (max-width: 440px){
  .page-template-about-template .nhalfimage .row.image-pos {
    margin: 0;
  }
}

/*-------------------------------------------------------------
## Blog Portfolio
--------------------------------------------------------------*/

li.element-item{
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
}
#portfolio-filter{
  position: relative;
  left:-11px;
}
#portfolio-filter a{
  border: 1px solid #C1C1C1;
  padding: 14px 20px;
  overflow: hidden;
  display: block;
  border-radius: 100px;
  width: max-content;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #272725;
}
#portfolio-filter a:focus{
  background-color: #502d7f;
  border: 1px solid #502d7f!important;
  color:#fff;
}
#portfolio h3{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #502d7f;
}
#portfolio-list .entry-content p:last-child{
  padding-bottom:0;
}
#portfolio-list .entry-title{
  margin-bottom: 0px;
}
#portfolio-list .who {
  margin-top: 10px;
  color: #9D9D9C;
}
#portfolio-list h2{
  padding-bottom:0;
}

#portfolio #searchform {
  position: relative;
  border-radius: 100px;
}
#portfolio #searchform input{
  background-color: #fff;
  border-radius: 100px!important;
  height: auto;
  padding: 10px 10px;
  overflow: hidden;
  border-bottom: 0px;
  /*width: 85%;*/
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  top: 15px;
  position: relative;
  height: 24px;
  right: 9px;
}
#portfolio #searchform button{
  width: 9%;
  border:0px;
  background-color: #fff;
  border:0px;
  position: absolute;
  right: 0;
  top: 26px;
  color: #502d7f;
  font-size: 19px;
}

#portfolio-filter .current{
  background-color: #502d7f;
  color: #fff;
  border: 1px solid #502d7f!important;
}
@media (max-width: 1024px){
  #portfolio-filter{
    left: 0;
    padding-left: 0!important;
    margin-top:0!important;
  }
  #portfolio .filter-row .col.l9{
    padding-left:0 .75rem;
    width:100%!important;
  }
  #portfolio .filter-row .col.l3{
    padding-left:0 .75rem;
    width:100%!important;
  }
  #portfolio #searchform input {
    top: 0;
    height: 48px;
    right: 0;
    width: calc(100% - 30px) !important;
  }
  #portfolio #searchform button {
    top: 14px;
    right: 15px;
  }
  #portfolio .col.m3{
    width: 30%!important;
  }
  #portfolio .col.m9{
    width: 70%!important;
  }
  #portfolio h3{
    padding:0.75rem;
  }
  #portfolio #searchform {
    width: 100%;
    margin: 0;
  }
  #portfolio-list {
    padding: 0 0.75rem !important;
  }
}

@media (max-width: 990px){
  #portfolio-filter li.element-item{
    display: flex !important;
    left: 0 !important;
  }
  #portfolio-list li.element-item {
    background-color: #fff;
    padding: 10px;
  }
  #portfolio .textbox {
    padding: 20px 0px;
  }
}

@media (max-width: 800px){
  #portfolio .col.m3{
    width: 25%!important;
  }
  #portfolio .col.m9{
    width: 75%!important;
  }
  #portfolio .filter-row .col.l9{
    padding-left:0 .75rem;
    width:100%!important;
  }
  #portfolio .filter-row .col.l3{
    padding-left:0 .75rem;
    width:100%!important;
  }
  #portfolio-filter a{
    padding:10px 16px;
  }
  .imageblock {
    margin-bottom: 0;
  }
  #portfolio-list .entry-title{
    margin-top: 10px;
  }
  .blog-post img{
    width: 100%;
  }
  .blog-post .content-area .top-content{
    width: 100%;
  }
  .blog-post .content-area{
    width: 100%;
  }
  .blog-post .content-area .col.s12{
    padding: 0;
  }
  .blog-post .content-area {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 30px 0;
  }
  .blog-post img{
    margin:20px 0;
  }
}
@media (max-width: 550px){
  #portfolio .col.m3{
    width: 100%!important;
  }
  #portfolio .col.m9{
    width: 100%!important;
  }
  #portfolio-list li.element-item {
    background-color: #fff;
    padding: 20px;
    flex-flow: row wrap;
  }
  #portfolio .textbox {
    padding: 10px 0 0 0;
  }
  #portfolio .btn{
    margin-bottom:0!important;
  }
}
@media (max-width: 380px){
  #portfolio-list li.element-item {
    background-color: #fff;
    padding: 15px;
  }
}


/*-------------------------------------------------------------
## Training Item
--------------------------------------------------------------*/

.training-item{
  padding:60px 0 0;
}
.training-item .col.l6{
  display: flex;
}
.training-item .row{
  display: flex;
  flex-flow: row wrap;
}
.training-item .item{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px;
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  height: 100%;
  width: 98%;
  margin: 0 auto 33px auto;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.training-item .item h3{
  margin:0px;
  padding-bottom:15px;
}
.training-item .item ul{
  list-style: inherit;
  margin-left: 20px;
  margin-bottom:0;
  margin-top:0!important;
}
.training-item .item ul li{
  list-style: inherit;
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 18px;
  list-style-type: disc;
}
.training-item .item ul li:last-child{
  margin-bottom: 0;
}
.training-item .item p{
  margin-bottom: 0px;
}
.training-item .item p:last-child{
  padding-bottom: 0px!important;
}
.training-item .col:last-child{
  clear:left;
  margin-left: 0;
}
@media (max-width: 1280px){
  .training-item .col.l6{
    width: 100%;
  }
}
@media (max-width: 1024px){
  .training-item .item {
    margin-bottom: 30px;
    padding: 30px;
    margin-left:0;
    margin-right:0;
  }
}
@media (max-width: 800px){
  .training-item {
    padding: 40px 0 0;
  }
  .training-item .item {
    margin-bottom: 25px;
    padding: 26px;
    margin-left:0!important;
    margin-right:0!important;
    width: 100%;
  }
}
@media (max-width: 767px){
  .training-item ul {
    margin-left: 0!important;
  }
}
@media (max-width: 550px){
  .training-item h3{
    padding-bottom:10px!important;
  }
}
@media (max-width: 380px){
  .training-item .item {
    padding: 20px!important;
  }
}

/*-------------------------------------------------------------
## Pull Feed
--------------------------------------------------------------*/
.pullfeed {
  margin:60px 0 100px 0;
}
.pullfeed .item{
  background-color: #fff;
  overflow:hidden;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  display: flex;
  align-items: center;
}
.pullfeed .item .inner{
  padding:0 50px;
}
.pullfeed .item h3 strong{
  font-family: 'museo-sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500!important;
  color: #4378BA;
  margin: 0;
}
.pullfeed .item h2 b span{
    font-family: 'museo-sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
    font-weight: 500!important;
    color: #4378BA;
    margin: 0;
}
.pullfeed .item h3{
  padding-bottom:15px;
}
.pullfeed .item h4{
    font-size: 16px;
    line-height: 16px;
    color: #9D9D9C;
    padding-bottom: 30px;
}
.pullfeed .item img{
  height: auto;
}
.pullfeed .item p:last-child{
  padding-bottom:0;
}

@media (max-width: 1440px){
  .pullfeed {
    margin: 40px 0;
  }
}
@media (max-width: 1280px){
  .pullfeed .item {
    padding: 30px 25px 25px 25px;
  }
}
@media (max-width: 1024px){
  .pullfeed .item .inner {
    padding: 0 0 0 20px;
  }
  .pullfeed {
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 990px){
    .pullfeed .col.l3{
      width:30%!important;
    }
    .pullfeed .col.l9{
      width:70%!important;
    }
    .pullfeed .item h4{
      font-size: 14px;
      line-height: 14px;
      color: #9D9D9C;
      padding-bottom: 20px;
  }
}
@media (max-width: 990px){
  .pullfeed .col.l3{
    width:25%!important;
  }
  .pullfeed .col.l9{
    width:75%!important;
  }
}
@media (max-width: 550px){
  .pullfeed .col.l3{
    width:100%!important;
  }
  .pullfeed .col.l9{
    width:100%!important;
  }
  .pullfeed .item {
    padding: 20px;
    flex-flow: row wrap;
  }
  .pullfeed .item .inner {
    padding: 0;
  }
  .pullfeed .item img{
    margin-bottom:10px;
  }
  .pullfeed {
    margin: 10px 0 10px 0;
  }
}
@media (max-width: 480px) {
  .pullfeed .btn.solidpurple, .pullfeed .btn.solidblue, .pullfeed .btn {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 440px){
  .pullfeed .item {
    padding: 20px 10px;
  }
}




.page-template-careers .item .btn.solidpurple{
  margin-top: 10px;
}






#contact-page-form .wpcf7-form-control-wrap .wpcf7-list-item-label{
  color: #4378BA;  
}
#contact-page-form .acceptancefields .wpcf7-form-control-wrap .wpcf7-list-item-label{
  color: #fff;
}



#contact-page-form .selectbox .wpcf7-list-item-label::before{
  display: none;
}
#contact-page-form .selectbox .selected .wpcf7-list-item-label{
  background-color: #fff;
  color: #fff;
}
#contact-page-form input[type="button"],
#contact-page-form .selectbox .wpcf7-list-item-label{
  border: 2px solid #fff;
  border-radius: 3px;
  padding-left: 0;
  padding: 10px 15px!important;
  height: auto;
  text-transform: initial!important;
  margin-right: 6px;
  font-weight: bold;
  z-index: 1;
  overflow:hidden;
  font-size:16px !important;
  line-height:16px !important;
  width: fit-content!important;
  color: #fff;
}
#contact-page-form .outer .wpcf7-form-control  .wpcf7-list-item-label{
  opacity: 0.4;
}
#contact-page-form  .wpcf7-form-control-wrap .one .wpcf7-list-item-label{
  font-weight: 600;
  font-size: 18px;
}
#contact-page-form textarea{
  padding: 12px 15px 0 15px !important;
  border-radius: 3px !important;
  margin-bottom: 12px !important;
  width: 97% !important;
  font-size: 20px !important;
  color: #272725;
  background-color: #fff !important;
  height: 50px !important;
}


#contact-page-form .selectbox .wpcf7-checkbox{
  float: left;
}
#contact-page-form #panel {
  display: none;
}

#contact-page-form .outerpar #panel{
  display: inline-block !important;
}


#contact-page-form .selectbox .selected .wpcf7-list-item-label {
  background-color: #4378BA;
  color: #fff;
}


#contact-page-form [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
  background-color: #4378BA;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 0px !important;
  margin: 0px;
  transform: inherit;
  z-index: -1;
  border: 2px solid #4378BA;
  color: #fff;
  border-radius: 10px;
  transform: scale(1.1) !important;
}
#contact-page-form .selectbox [type="radio"]:checked+span {
  color: #fff;
}


#contact-page-form [type="checkbox"]:checked+span:not(.lever):before{
  border-right: 2px solid #4378BA !important;
  border-bottom: 2px solid #4378BA !important;
}



.page-id-295 .nfullquote.c-pb150{
  padding-top: 180px;
}





.page-template-product-page .nfull-width-text{
  padding:70px 0 85px 0;
}




@media (max-width: 767px){
  .page-template-careers .item .btn.solidpurple{
    padding: 2px 15px;
  }
}

#portfolio-list{
  height: 100% !important;
  min-height: 900px;
}
li.element-item{
  position: relative !important;
  top: 0 !important
}


#portfolio #nav-below{
  background-color: transparent;
  box-shadow: inherit;
}

#portfolio #nav-below .btn {
  background-color: #502d7f !important;
  border:0;
  margin-bottom: 40px;
}

.wpcf7-form-control-wrap.radio-484{
  float: left;
}



footer .outer [type="radio"]:checked+span{
  border:2px solid;
}
footer .outer [type="radio"]:checked+span:after, footer .outer  [type="radio"].with-gap:checked+span:after{
  background-color: transparent;
}


#contact-page-form .outer [type="radio"]:checked+span{
  border:2px solid;
  color: #4378BA;
}
#contact-page-form .outer [type="radio"]:checked+span:after, footer .outer  [type="radio"].with-gap:checked+span:after{
  background-color: transparent;
}




@media (max-width: 550px){
  footer .selectbox .wpcf7-list-item-label{
    margin-bottom: 5px;
  }
  footer #click{
    min-height: 41px;
  }
  footer #enquiry .col.s12{
    padding:0;
  }

  .nfullquote{
    padding:40px 15px 70px;
  }
  #portfolio-list .portfolio-list{
    height: auto;
    overflow: hidden;
  }
  #portfolio-list .portfolio-list .col.s12{
    padding:0;
  }
  #portfolio #searchform {
    width: 98%;
    margin: 0 auto;
  }
  .blog-post .buttons .btn.solidblue{
    margin-left: 5px;
  }
  #portfolio-list{
    margin-left:0!important;
  }
  #portfolio-list li{
    left:0!important;
  }
  .product-loop img{
    width: 40%;
  }
  .m-hidden{
    display: none !important; 
  }
}







.partnerblock {
  padding-top: 40px!important;
}

.partnerblock  img{
  background-color: #fff;
  padding:31px 40px;
  -webkit-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  -moz-box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  box-shadow: 0 0 15px -10px rgba(39, 39, 37, 0.9);
  border-radius: 10px;
}

.partnerblock .modal-body p{
  color: #767676;
}
@media (max-width: 1280px) {
  .partnerblock .row .col {
    width: 25%!important;
  }
  .partnerblock {
    padding-top: 0!important;
  }
}
@media (max-width: 1024px) {
  .partnerblock img {
    background-color: #fff;
    padding: 25px;
  }
}
@media (max-width: 990px) {
  .ndriver.partnerblock .row .col {
    width: 25%!important;
  }
}
@media (max-width: 800px) {
  .partnerblock img {
    background-color: #fff;
    padding: 15px;
  }
}
@media (max-width: 550px) {
  .ndriver.partnerblock .row .col {
    width: 33.333%!important;
  }
  .page-template-international-technical-partners .partnerblock h3 {
    padding-bottom: 10px!important;
    padding-left: 10px;
  }
  .image-block-display {
    margin-bottom: 10px;
  }
  .partnerblock img {
    background-color: #fff;
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .ndriver.partnerblock .row .col {
    width: 50%!important;
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nhalfsplit.o-flex-col{
    display: block;
  }

  .newproductbanner{
    height: 300px;
  }


}


.page-id-230 .training-item .col:last-child{
  clear: inherit;
}





.page-id-128 .nhalfsplit .bgarea,
.page-id-128 .nhalfimage .bgarea,
.page-id-281 .nhalfimage .bgarea{
  background-size: contain;
}


@media (max-width: 990px){
  .page-id-128 .nhalfsplit .bgarea, .page-id-128 .nhalfimage .bgarea, .page-id-281 .nhalfimage .bgarea{display: none;}
}




#modal9519 .modal-body{
  align-items: center;
}





form .selectbox .wpcf7-form-control-wrap{
  display: initial;
  float: left;
}


@media (max-width: 421px){
  .half_half .white_box .btn{
    font-size: 16px !important;
  }
}


@media (max-width: 550px){
  .page-id-281 .nhalfimage .bgarea{display: block;}

  .sidebar{top:75% !important;}

  #contact-page-form #click{font-size: 14px !important; padding: 6px 15px !important;}

  .hero-slider-banner .item .col{background-color: rgba(31, 98, 127, 0.5);}
}



.ndriver .row .col{
  margin-left: 0;
  justify-content: center;
  display: flex;
}
@media (max-width:1280px){
  .ndriver .row .col {
    width: 20%;
  }
  .image-block-display {
    margin-bottom: 30px;
  }
  .ndriver .row .col a{
    padding-top:0;
  }
  .image-block-display h3 {
    text-align: center;
    margin: 0;
    padding-top: 5px;
    font-size: 18px;
    line-height: 20px;
  }
  .ndriver {
    padding-bottom: 40px;
  }
}
@media (max-width:990px){
  .ndriver .row .col {
    width: 20%!important;
  }
}
@media (max-width:800px){
  .ndriver .row .col {
    width: 25%!important;
  }
  .image-block-display h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .image-block-display {
    margin-bottom: 20px;
  }
  .ndriver {
    padding-bottom: 20px;
  }
}
@media (max-width:550px){
  .ndriver .row .col {
    width: 33.333%!important;
  }
}
@media (max-width:440px){
  .ndriver .row .col {
    width: 50%!important;
  }
}
@media (max-width:380px){
  .image-block-display {
    margin-bottom: 20px;
    width: 100%;
  }
}

/* Hide Speachmarks on About Us */

.page-id-8803 .nsectorhalf .purpleText h4{
	display:none;
}




.page-id-14978 .nhalfsplit,
.page-id-14978 .nfull-width-text:first-child{
  display: none;
}


.isobadge img{
  width: 63%;
  position: absolute;
}

@media (max-width:767px){
  .isobadge img{
    position: relative;
  }
}





/* Paretner Pages */
.order-accord {
  background-color: #fff;
  padding:60px 0;
}
.order-accord .collapsible{
  width: 70%;
  margin: 0 auto;
}


.order-accord .modal-content h4{
  font-size: 28px;
  color: #4378BA;
}
.order-accord .modal-content ul{
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
}


.order-accord .modal-content ul li{
  list-style-type: disc;
}

.order-accord .image-buttons{
  display: flex;
}


@media (max-width:990px){
  .order-accord .image-buttons{
    display: flex;
    flex-flow: row wrap;
  }
  .order-accord .image-buttons li{
    width: 33.3333%;
  }
}
@media (max-width:550px){
  .order-accord .image-buttons{
    display: flex;
    flex-flow: row wrap;
  }
  .order-accord .image-buttons li{
    width: 50%;
  }
}





.course-feed {
  background-color: #fff;
  padding:0 0 40px 0;
}
.course-feed p:last-child{
  padding-bottom:0;
}
.course-feed .item{
  background-color: #fff;
  border-radius: 14px;
  border:1px solid #cbc9ca;
  width: 100%;
  display: block;
  float: left;
  padding: 40px;
  margin-bottom: 30px;
}
.course-feed img{
  height: 100%;
}
.course-feed .item h3{
  padding-bottom:20px;
}
.course-feed .item p:last-child{
  margin-bottom: 0;
}
@media (max-width:1440px){
  .course-feed .item{
    padding: 30px;
  }
}
@media (max-width:1280px){
  .course-feed .item{
    padding: 25px;
    margin-bottom: 20px;
  }
  .course-feed {
    background-color: #fff;
    padding:0 0 20px 0;
  }
  .nhalftextbox {
    padding: 60px 0 60px 0;
  }
  .nhalftextbox {
    padding: 40px 0;
  }
}
@media (max-width:1024px){
  .course-feed .item h3{
    padding-bottom:15px;
  }
}
@media (max-width:990px){
  .course-feed .col.l3 {
    width: 30% !important;
  }
  .course-feed .col.l9 {
    width: 70% !important;
  }
}
@media (max-width:550px){
  .course-feed .col.l3 {
    width: 100% !important;
    margin-bottom:15px;
  }
  .course-feed .col.l9 {
    width: 100% !important;
  }
  .course-feed .item {
    padding: 25px 15px;
  }
}
@media (max-width:440px){
  .course-feed .item {
    padding: 20px 10px;
  }
}

#menu-item-14094 .sub-menu:after{
  left: 47%;
  margin-left: 0;
  top: -10px;
  content: '';
  transform: rotate(0deg);
}


.techpartnerslist ul li{
  list-style-type: disc;
  font-size:18px;
  font-weight: 400;
  padding-bottom: 15px;
}


.page-template-sales-enablement .training-item .row{
  display: flex;
  flex-flow: row wrap
}





 form p{
 	padding-bottom: 0 !important;
 }


 form h3{
  padding-bottom: 25px;
  padding-top:0px;
}
 form input{
  padding: 0 15px !important;
  border-radius: 3px!important;
  margin-bottom: 12px!important;
  width:97%!important;
  font-size: 20px!important;
  color:#272725;
  background-color: #fff!important;
  height: 50px!important;
}
form p span{
  color: #fff;
}
 form input::placeholder{
 	font-size:16px;
 	color:#272725;
 }
  form input::focus{
  	border-bottom: 0;
  	box-shadow: 0;
  }

 form textarea{
  border-bottom: 1px solid #767676  !important;
  border:0px;
  padding: 10px 10px;
  border-radius:0;
  min-height: 0;
  font-size:16px;
   	color:#272725;
}
 form textarea::placeholder{
 	font-size:16px;
 	color:#272725;
 }

form br{
	display: none;
}

form .wpcf7-submit{
background: #502d7f !important;
    background-color: #502d7f !important;
    border: 0px;
    color: #fff;
    /* border: 2px solid #502d7f; */
    font-size: 18px !important;
	    width: auto;
    padding: 10px 20px;
    text-align: left;
    float: left;
    margin-top:15px;
}


.page-id-19697 .product_one_col {
    text-align: left;
}


/* International Partners */

.page-template-international-technical-partners .partnerblock h3{
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
}




/* Tech Delivery */

.page-template-delivery-partner-brief .nhalftextbox p{
  text-align: left;
}
.page-template-delivery-partner-brief .nhalftextbox ul{
  padding-left: 20px;
}
.page-template-delivery-partner-brief .nhalftextbox ul li{
  font-size: 20px;
  color: #4378BA;
  font-weight: 300;
  list-style-type: disc;
}







/* New QL Pages */

.ql footer{
  margin-top:35px;
}
.intro-text {
  padding-top:100px;
}
.intro-text h5{
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width:1660px){
  .intro-text h5{
    width: 85%;
  }
}
@media (max-width:1440px){
  .intro-text {
    padding-top: 80px;
  }
  .techpartnerslist ul li {
    padding-bottom: 10px;
  }
}
@media (max-width:1280px){
  .intro-text h5{
    width: 95%;
  }
}
@media (max-width:1280px){
  .intro-text h5{
    width: 100%;
  }
}
@media (max-width:800px){
  .intro-text {
    padding-top: 60px;
  }
}
@media (max-width:440px){
  .intro-text {
    padding-top: 50px;
  }
}

.ql-banner{
  position: relative;
}
.ql-banner .main-banner{
  display: none;
}
.page-id-26776 .ql-banner .main-banner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ql-banner .inner-banner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-id-26776 .ql-banner .inner-banner{
  display: none;
}
.page-id-26776 .ql-banner img.logo-icon{
  display: none;
}
.page-id-26776 .ql-banner .main-banner img{
  display: block;
  max-width: 640px;
  margin-bottom:20px;
}
.ql-banner .container-fluid{
  height: 100%;
  display: flex;
  min-height: 450px;
  z-index: 1;
  position: relative;
}
.ql-banner.row{
  display: flex;
}
.ql-banner.bg-image{
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ql-banner.bg-image:after{
  content: "";
  background-color: #2B2135;
  top:0;
  left:0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ql-banner .btn{
  position: absolute;
  bottom: -24px;
}
.ql-banner h1{
  padding-bottom:0;
  text-align: center;
}
.ql-banner img.logo-icon{
  position: absolute;
  left:7vw;
  bottom: -64px;
  height: 128px;
  width: 128px;
  z-index: 1;
}
@media (max-width:1660px){
  .ql-banner img.logo-icon {
    bottom: -55px;
    height: 110px;
    width: 110px;
  }
}
@media (max-width:1440px){
  .ql-banner img.logo-icon {
    left:5vw;
    bottom: -50px;
    height: 100px;
    width: 100px;
  }
  .ql-banner .container-fluid,
  .ql-banner.bg-image {
    min-height: 400px;
  }
  .page-id-26776 .ql-banner .main-banner img {
    max-width: 550px;
    margin-bottom: 15px;
  }
}
@media (max-width:1280px){
  .ql-banner img.logo-icon {
    left:4vw;
  }
}
@media (max-width:1024px){
  .ql-banner img.logo-icon {
    bottom: -45px;
    height: 90px;
    width: 90px;
  }
  .ql-banner .container-fluid,
  .ql-banner.bg-image {
    min-height: 350px;
  }
  .page-id-26776 .ql-banner .main-banner img {
    max-width: 500px;
    margin-bottom: 15px;
  }
}
@media (max-width:800px){
  .ql-banner img.logo-icon {
    bottom: -40px;
    height: 80px;
    width: 80px;
  }
  .page-id-26776 .ql-banner .main-banner img {
    max-width: 450px;
    margin-bottom: 15px;
  }
}
@media (max-width:550px){
  .ql-banner img.logo-icon {
    bottom: -30px;
    height: 60px;
    width: 60px;
  }
  .ql-banner .container-fluid,
  .ql-banner.bg-image {
    min-height: 300px;
  }
  .page-id-26776 .ql-banner .main-banner img {
    max-width: 400px;
    margin-bottom: 10px;
  }
}
@media (max-width:440px){
  .ql-banner img.logo-icon {
    bottom: -24px;
    height: 48px;
    width: 48px;
  }
  .ql-banner .container-fluid,
  .ql-banner.bg-image {
    min-height: 250px;
  }
  .page-id-26776 .ql-banner .main-banner img {
    max-width: 350px;
    margin-bottom: 10px;
  }
}
@media (max-width:380px){
  .ql-banner img.logo-icon{
    display: none;
  }
  .page-id-26776 .ql-banner .main-banner img {
    max-width: 300px;
    margin-bottom: 10px;
  }
}




.two-thirds-dark{
  background-color: #2B2135;
  overflow: hidden;
}
.two-thirds-dark .row{
  display: flex;
  padding: 0 7vw;
}
.two-thirds-dark .row .col.s5{
  display: flex;
  padding-left: 0;
  position: relative;
}
.two-thirds-dark .col.s7{
  padding-top:90px;
  padding-bottom:140px;
}
.two-thirds-dark .col.s7 .inner{
  position: relative;
}
.two-thirds-dark .col.s7 .inner:before{
  content:"";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color:#6EDAC7;
  left:0;
  bottom:-71px;
  z-index: 1;
  opacity: 0.5;
}
.two-thirds-dark .col.s7 .inner:after{
  content:"";
  position: absolute;
  height: 2px;
  width: calc(100% + 7vw + .75rem - 15px);
  background-color:#6EDAC7;
  left:15px;
  bottom:-65px;
  z-index: 1;
  opacity: 0.5;
}
.two-thirds-dark .bg-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  width: 120%;
  position: absolute;
  right: 0px;
  border-radius: 0;
  clip-path: ellipse(83% 100% at 8% 50%);
}
.page-id-26776 .two-thirds-dark h4{
  position: relative;
}
.two-thirds-dark h4:before{
  content:"NEW";
  font-family: 'input-mono';
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 5px;
  color:#272725;
  background-color: #6EDAC7;
  border-radius: 100%;
  height: 90px;
  width:90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:15px;
  float: left;
  margin-right: 15px;
  float: left;
  margin-top: -3px;
  padding-top: 5px;
  text-align: center;
}
.two-thirds-dark .btn-green{
  margin-right: 15px;
}
.two-thirds-dark p a{
  color: #ffffff;
}
.two-thirds-dark ul{
  padding-left:20px;
  margin-top:0;
}
.two-thirds-dark ul li{
  list-style-type: disc;
  color: #fff!important;
}

@media (max-width:1440px){
  .two-thirds-dark .col.s7 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .two-thirds-dark .col.s7 .inner::before {
    bottom: -45px;
  }
  .two-thirds-dark .col.s7 .inner::after {
    bottom: -39px;
  }
  .two-thirds-dark .row {
    padding: 0 5vw;
  }
  .two-thirds-dark h4::before {
    height: 80px;
    width: 80px;
    font-size: 24px;
  }
}
@media (max-width:1280px){
  .two-thirds-dark .row {
    padding: 0 4vw;
  }
}
@media (max-width:1024px){
  .two-thirds-dark .col.s7 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .two-thirds-dark .col.s7 .inner::before {
    bottom: -23px;
    height: 10px;
    width: 10px;
  }
  .two-thirds-dark .col.s7 .inner::after {
    bottom: -19px;
    left: 10px;
  }
  .two-thirds-dark h4::before {
    height: 70px;
    width: 70px;
    font-size: 22px;
  }
}
@media (max-width:800px){
  .two-thirds-dark .row{
    display: block;
  }
  .two-thirds-dark .col.s7,
  .two-thirds-dark .col.s5{
    width: 100%;
  }
  .two-thirds-dark .bg-image {
    position: relative;
    width: 100%;
    min-height: 300px;
    border-radius: 0;
    transform: none;
    height: auto;
    right: auto;
    margin-top:40px;
  }
  .two-thirds-dark .row .col.s5{
    padding:0 .75rem;
  }
  .two-thirds-dark .col.s7 {
    padding-top: 20px;
  }
}
@media (max-width:550px){
  .two-thirds-dark .bg-image {
    min-height: 250px;
  }
  .two-thirds-dark .bg-image {
    margin-top:30px;
  }
  .two-thirds-dark h4::before {
    height: 60px;
    width: 60px;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media (max-width:440px){
  .two-thirds-dark .bg-image {
    min-height: 200px;
  }
  .two-thirds-dark h4::before {
    height: 55px;
    width: 55px;
    font-size: 18px;
    letter-spacing: 3px;
  }
}
@media (max-width:380px){
  .two-thirds-dark .bg-image {
    min-height: 175px;
  }
}


.two-col-dark{
  background-color: #F0EFEF;
  padding:90px 0 70px 0;
}
.two-col-dark .row .inner h4{
  position: relative;
  width: fit-content;
  padding-bottom:50px;
  color: #512380;
}
.two-col-dark .row .inner h4:before{
  content: "";
  text-transform: uppercase;
  font-family: 'input mono';
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #6EDAC7;
  left: calc(100% + 35px);
  top: 4px;
  z-index: 1;
  opacity: 0.5;
}
.two-col-dark .row .inner h4:after{
  content: "";
  position: absolute;
  height: 2px;
  width: 100vw;
  background-color: #6EDAC7;
  left: calc(100% + 50px);
  top: 11px;
  z-index: 1;
  opacity: 0.5;
}
.two-col-dark .row .inner .btn{
  margin-top:25px;
}
.two-col-dark .row .inner .left-col{
  padding-right:7vw;
}
.two-col-dark .row .inner .left-col p{
  font-size:32px;
  line-height:42px;
}
.two-col-dark .btn-green{
  margin-right:15px;
}
@media (max-width:1440px){
  .two-col-dark .row .inner .left-col p {
    font-size: 28px;
    line-height: 38px;
  }
  .two-col-dark {
    padding: 70px 0 50px 0;
  }
  .two-col-dark .row .inner h4 {
    padding-bottom: 30px;
  }
}
@media (max-width:1280px){
  .two-col-dark .row .inner .left-col {
    padding-right: 5vw;
  }
  .two-col-dark .row .inner .btn {
    margin-top: 15px;
  }
}
@media (max-width:1024px){
  .two-col-dark .row .inner .left-col p {
    font-size: 24px;
    line-height: 34px;
  }
  .two-col-dark {
    padding: 50px 0 30px 0;
  }
  .two-col-dark .row .inner h4 {
    padding-bottom: 20px;
  }
  .two-col-dark .row .inner .left-col {
    padding-right: 4vw;
  }
  .two-col-dark .row .inner .btn {
    margin-top: 0;
  }
  .two-col-dark .row .inner h4::before {
    height: 10px;
    width: 10px;
    left: calc(100% + 15px);
    top: 5px;
  }
  .two-col-dark .row .inner h4::after {
    height: 2px;
    left: calc(100% + 25px);
    top: 9px;
  }
}
@media (max-width:990px){
  .two-col-dark .col.s6{
    width: 100%;
  }
  .two-col-dark .row .inner .left-col {
    padding-right: .75rem;
  }
}
@media (max-width:480px){
  .two-col-dark .row .inner .left-col p {
    font-size: 20px;
    line-height: 30px;
  }
  .two-col-dark {
    padding: 40px 0 10px 0;
  }
}
.two-thirds-text{
  padding:100px 0 80px 0;
}
.two-thirds-text .row{
  display: flex;
  align-items: center;
}
.two-thirds-text h5{
  color:#512380;
  padding-bottom:25px
}
.two-thirds-text .left-col{
  padding-right:4vw;
}
.two-thirds-text .right-col{
  display: flex;
  justify-content: center;
}
.two-thirds-text .bg-image{
  width: 485px;
  height: 485px;
  max-width: 485px;
  max-height: 485px;
  min-width: 485px;
  min-height: 485px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.two-thirds-text .bg-image:after{
  content: "";
  width: 50%;
  height: 50%;
  background-color: #989ECF;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
}
.two-thirds-text.left,
.two-thirds-text.right{
  float: none!important;
}
.two-thirds-text.right .bg-image:after{
  top: -10%;
  right: -20%;
}
.two-thirds-text.left .bg-image:after{
  top: -12%;
  left: -15%;
}
.two-thirds-text .btn-green{
  margin-right:15px;
}
.two-thirds-text ul{
  margin-top:0!important;
  margin-bottom:20px;
  padding-left:20px;
}
.two-thirds-text ul li{
  list-style-type: disc;
}
@media (max-width:1440px){
  .two-thirds-text .bg-image{
    width: 400px;
    height: 400px;
    max-width: 400px;
    max-height: 400px;
    min-width: 400px;
    min-height: 400px;
  }
  .two-thirds-text .left-col {
    padding-right: 2vw;
  }
  .two-thirds-text {
    padding: 80px 0 60px 0;
  }
}
@media (max-width:1280px){
  .two-thirds-text .bg-image{
    width: 350px;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    min-width: 350px;
    min-height: 350px;
  }
  .two-thirds-text {
    padding: 60px 0 40px 0;
  }
}
@media (max-width:1024px){
  .two-thirds-text .bg-image{
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    min-width: 300px;
    min-height: 300px;
  }
  .two-thirds-text.left .bg-image:after{
    top: -10%;
    left: -10%;
  }
  .two-thirds-text.right .bg-image:after{
    top: -10%;
    right: -10%;
  }
}
@media (max-width:800px){
  .two-thirds-text .row{
    display: block;
  }
  .two-thirds-text .col{
    width: 100%!important;
  }
  .two-thirds-text {
    padding: 40px 0 40px 0;
  }
  .two-thirds-text.left .bg-image:after{
    top: -5%;
    left: -20%;
  }
  .two-thirds-text.right .bg-image:after{
    top: -5%;
    right: -20%;
  }
  .two-thirds-dark .bg-image {
    clip-path: none;
  }
}
@media (max-width:440px){
  .two-thirds-text .bg-image::after {
    content: "";
    width: 40%;
    height: 40%;
  }
  .two-thirds-text.left .bg-image:after{
    top: -5%;
    left: -15%;
  }
  .two-thirds-text.right .bg-image:after{
    top: -5%;
    right: -15%;
  }
}
@media (max-width:380px){
  .two-thirds-text .bg-image{
    width: 250px;
    height: 250px;
    max-width: 250px;
    max-height: 250px;
    min-width: 250px;
    min-height: 250px;
  }
  .two-thirds-text.left .bg-image:after{
    top: -5%;
    left: -10%;
  }
  .two-thirds-text.right .bg-image:after{
    top: -5%;
    right: -10%;
  }
}




.half-image-text{
  padding: 100px 0;
}
.page-id-26776 .half-image-text{
  padding: 150px 0;
}
.page-id-26776 .half-image-text .bg-image{
  background-size: contain;
}
.half-image-text .btn.btn-green{
  margin-right:15px;
}
.half-image-text .row{
  display: flex;
}
.half-image-text .col{
  display: flex;
}
.half-image-text .col:first-child{
  padding-left:5vw;
  padding-right:3vw;
}
.half-image-text .bg-image{
  width: 100%;
  height: 100%;
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.half-image-text .bg-image:after{
  content: "";
  width: 620px;
  height: 620px;
  background-color: #D6D0E8;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  left:-7vw;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.half-image-text h5{
  color:#512380;
  padding-bottom:20px;
}
@media (max-width:1440px){
  .half-image-text {
    padding: 80px 0 60px 0;
  }
  .half-image-text .col:first-child {
    padding-left: .75rem;
  }
  .half-image-text .bg-image::after {
    width: 550px;
    height: 550px;
    left: -4vw;
  }
  .page-id-26776 .half-image-text {
    padding: 100px 0;
  }
}
@media (max-width:1280px){
  .page-id-26776 .half-image-text {
    padding: 80px 0 60px 0;
  }
}
@media (max-width:1024px){
  .half-image-text .bg-image::after {
    width: 550px;
    height: 550px;
    left: -11vw;
  }
}
@media (max-width:800px){
  .half-image-text {
    padding: 60px 0 20px 0;
  }
  .half-image-text .row{
    display: block;
  }
  .half-image-text .col{
    width: 100%!important;
  }
  .half-image-text .bg-image{
    min-height: 300px;
    margin-bottom:20px;
  }
  .half-image-text .bg-image::after {
    width: 350px;
    height: 350px;
    left: -11vw;
    top: 140px;
  }
  .page-id-26776 .half-image-text {
    padding: 60px 0 20px 0;
  }
  .half-image-text h5 {
    padding-bottom: 10px;
  }
  .half-image-text .col:first-child {
    padding-right: .75rem;
  }
}
@media (max-width:480px){
  .half-image-text {
    padding: 50px 0 10px 0;
  }
  .half-image-text .bg-image{
    min-height: 275px;
    margin-bottom:15px;
  }
}
@media (max-width:440px){
  .half-image-text .bg-image{
    min-height: 250px;
    margin-bottom:15px;
  }
  .half-image-text .bg-image::after {
    width: 250px;
    height: 250px;
    left: -11vw;
    top: 100px;
  }
}
@media (max-width:380px){
  .half-image-text .bg-image{
    min-height: 200px;
    margin-bottom:10px;
  }
  .half-image-text .bg-image::after {
    width: 200px;
    height: 200px;
    left: -11vw;
    top: 60px;
  }
}


.two-col{
  padding:90px 0 80px 0;
}
.two-col .left-col{
  padding-right:3vw;
}
.two-col .right-col{
  padding-left:3vw;
}
.two-col h3{
  padding-top:20px;
}
@media (max-width:1440px){
  .two-col{
    padding:70px 0 60px 0;
  }
}
@media (max-width:1280px){
  .two-col .left-col {
    padding-right: 2vw;
  }
  .two-col .right-col {
    padding-left: 2vw;
  }
  .two-col{
    padding:50px 0 40px 0;
  }
}
@media (max-width:1024px){
  .two-col{
    padding:30px 0 20px 0;
  }
  .two-col h3{
    padding-top:10px;
  }
}
@media (max-width:800px){
  .two-col .col.s6{
    width: 100%;
  }
  .two-col .left-col {
    padding-right: .75rem;
  }
  .two-col .right-col {
    padding-left: .75rem;
  }
}


.bullet-point-block{
  margin-bottom:100px
}
.bullet-point-block .row{
  margin:0;
  padding: 0 .75rem;
  display: flex;
}
.bullet-point-block .row .inner{
  border: 2px solid #D6D0E8;
  padding: 65px 70px 45px 70px;
}
.bullet-point-block .row .inner .col{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bullet-point-block h5{
  padding-bottom:40px;
  width: 75%;
  text-align: center;
  margin:0 auto;
}
.bullet-point-block ul{
  margin:0;
display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
.bullet-point-block ul li{
  display: flex;
  width: 48%;
}
.bullet-point-block ul li .icon{
  background-color: #A098C7;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bullet-point-block ul li i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  padding-top:5px;
}
.bullet-point-block ul li .text{
  margin-left:15px;
}
@media (max-width:1660px){
  .bullet-point-block h5 {
    width: 85%;
  }
  .bullet-point-block {
    margin-bottom: 80px;
  }
}
@media (max-width:1440px){
  .bullet-point-block h5 {
    width: 100%;
  }
  .bullet-point-block {
    margin-bottom: 60px;
  }
  .bullet-point-block .row .inner {
    padding: 45px 50px 25px 50px;
  }
  .bullet-point-block h5 {
    padding-bottom: 30px;
  }
}
@media (max-width:1280px){
  .bullet-point-block .row .inner {
    padding: 45px 40px 25px 40px;
  }
}
@media (max-width:1024px){
  .bullet-point-block .row .inner {
    padding: 45px 40px 15px 40px;
  }
  .bullet-point-block ul {
    margin: 0;
    columns: 1;
    column-gap: 0;
  }
  .bullet-point-block ul li i {
    font-size: 18px;
  }
  .bullet-point-block ul li .icon {
    height: 32px;
    width: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
  }
  .bullet-point-block ul li .text {
    margin-left: 10px;
  }
}
@media (max-width:800px){
  .bullet-point-block .row .inner {
    padding: 40px 30px 15px 30px;
  }
  .bullet-point-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bullet-point-block ul:not(.browser-default) {
    padding-left: 0;
  }
}
@media (max-width:550px){
  .bullet-point-block .row .inner {
    padding: 35px 20px 15px 20px;
  }
  .bullet-point-block .row .inner .col{
    padding: 0;
  }
  .bullet-point-block h5 {
    padding-bottom: 20px;
  }
}
@media (max-width:380px){
  .bullet-point-block ul li {
    display: flex;
    flex-direction: column;
  }
  .bullet-point-block ul li .text {
    margin-left: 0;
    margin-top:5px;
  }
  .bullet-point-block .row .inner {
    padding: 30px 15px 0px 15px;
  }
  .bullet-point-block h5,
  .bullet-point-block h3 {
    text-align: left;
  }
  .bullet-point-block .row .inner .col {
    align-items: flex-start;
  }
}


.boxes{
  margin-bottom:90px;
}
.boxes .row{
  margin-left:-8px;
  margin-right:-8px;
  padding:0 .75rem;
  display: flex;
  flex-flow:row wrap;
}
.boxes .col{
  margin:0 8px!important;
  padding: 0;
  width: calc(33.333% - 16px)!important;
  display: flex;
  flex-flow:row wrap;
}
.boxes .col .inner{
  border:2px solid #D6D0E8;
  padding:25px 25px 5px 25px;
  display: flex;
  flex-flow:row wrap;
  align-content: flex-start;
}
@media (max-width:1440px){
  .boxes{
    margin-bottom:60px;
  }
}
@media (max-width:1024px){
  .boxes .col{
    margin:0 !important;
    width: 100%!important;
    margin-bottom:16px!important;
  }
  .boxes{
    margin-bottom:30px;
  }
  .boxes h3{
    width: 100%;
  }
  .boxes .col .inner {
    padding: 20px 20px 0px 20px;
  }
}
@media (max-width:440px){
  .boxes .col .inner {
    padding: 15px 15px 0px 15px;
  }
}


.accordion{
  padding:90px 0;
  width: 80%;
  margin:0 auto;
}
.accordion .collapsible{
  border: 0;
  box-shadow: none;
}
.accordion .collapsible li{
  margin-bottom:6px;
  border:2px solid #ffffff;
}
.accordion .collapsible .active{
  border:2px solid #D6D0E8;
}
.accordion .collapsible .collapsible-header{
  background-color: #F0EFEF;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 80px 15px 20px;
  position: relative;
  line-height: 24px;
}
.accordion .collapsible .active .collapsible-header{
  font-size: 20px;
  font-weight: 700;
  padding: 15px 80px 15px 20px;
  position: relative;
  line-height: 24px;
  background-color: transparent;
}
.accordion .collapsible .collapsible-header::after{
  content: "\f055";
  font-family: 'Font Awesome 5 Pro';
  color: #512380;
  padding-top: 3px;
  right: 30px;
  display: inline;
  position: absolute;
  font-weight: 700;
}
.accordion .collapsible .active .collapsible-header::after{
  content: "\f056";
  font-family: 'Font Awesome 5 Pro';
  color: #512380;
  padding-top: 3px;
  right: 30px;
  display: inline;
  position: absolute;
  font-weight: 700;
}
.accordion .collapsible-body{
  padding: 10px 20px;
  border: 0;
}
.accordion .collapsible-body p{
  width: 90%;
}
@media (max-width:1660px){
  .accordion{
    padding:80px 0;
    width: 85%;
  }
}
@media (max-width:1440px){
  .accordion{
    padding:60px 0;
    width: 90%;
  }
  .accordion .collapsible-body {
    padding: 0px 20px;
  }
}
@media (max-width:1280px){
  .accordion{
    width: 95%;
  }
}
@media (max-width:1024px){
  .accordion{
    padding:40px 0;
    width: 100%;
  }
  .accordion .collapsible .collapsible-header{
    font-size: 18px;
    padding: 15px 80px 15px 20px;
    line-height: 22px;
  }
  .accordion .collapsible .active .collapsible-header{
    font-size: 18px;
    padding: 15px 80px 15px 20px;
    line-height: 22px;
  }
  .accordion .collapsible-body p {
    width: 100%;
  }
}
@media (max-width:800px){
  .accordion .collapsible .collapsible-header,
  .accordion .collapsible .active .collapsible-header {
    padding: 13px 70px 13px 15px;
  }
  .accordion .collapsible .collapsible-header::after,
  .accordion .collapsible .active .collapsible-header::after {
    padding-top: 2px;
    right: 20px;
  }
  .accordion .collapsible-body {
    padding: 0px 15px;
  }
}
@media (max-width:767px){
  .accordion ul:not(.browser-default) {
    padding-left: 0;
  }
}
@media (max-width:550px){
  .accordion{
    padding:30px 0;
  }
  .accordion .collapsible .collapsible-header{
    font-size: 16px;
    line-height: 20px;
  }
  .accordion .collapsible .active .collapsible-header{
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width:440px){
  .accordion .collapsible .collapsible-header,
  .accordion .collapsible .active .collapsible-header {
    padding: 13px 60px 13px 13px;
  }
  .accordion .collapsible .collapsible-header::after,
  .accordion .collapsible .active .collapsible-header::after {
    right: 15px;
  }
  .accordion{
    padding:20px 0;
  }
  .accordion .collapsible-body {
    padding: 0px 13px;
  }
}


.sidebar{
  background-color: transparent!important;
    transform: inherit!important;
    right: 20px!important;
    padding: 0!important;
    bottom: 20px!important;
    border-radius: 0px!important;
    width: 90px!important;
    height: 90px!important;
    min-width: 90px!important;
    max-width: 90px!important;
    top:auto!important;
}

.sidebar .desktop{
  display: none!important;
}
.sidebar .mobile{
    display: block!important;
    text-align: center!important;
    background-color: #6EDAC7!important;
    border-radius: 50%!important;
    height: 90px!important;
    overflow: hidden!important;
    color: #2B2135!important;
    box-shadow: 0 0 10px #3559537d;
    -moz-box-shadow: 0 0 10px #3559537d;
    -webkit-box-shadow: 0 0 10px #3559537d;
}
.sidebar .mobile:hover{
  background-color: #2B2135!important;
  color: #fff!important;
}
.sidebar img {
  display: none!important;
}
.sidebar a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding:5px;
  text-align: center;
  align-content: center;
}
.sidebar a:after{
  content:"Book a Demo";
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-top:-3px;
}
.sidebar a:before{
  content:"\f0e0";
  font-family: 'Font Awesome 6 Pro';
  width: 100%;
  font-size: 24px;
  line-height: 24px;
}
.sidebar .mobile:hover::before{
  color: #6EDAC7!important;
}




body{
  overflow-x: hidden;
}
.right.bgarea{
  border-radius: 10px 0 0 10px!important;
  background-position: center!important;
  background-size: cover;
}
.bgarea.fadeInLeft{
  border-radius: 0 10px 10px 0!important;
}
@media (max-width:1024px){
  .right.bgarea {
    border-radius: 0!important;
  }
}