/*
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:1620px;
  width: auto;
}

.row{
	margin-bottom:0px;
}

body{
  background-color:#fff;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
input{
	font-family: 'Lato', sans-serif;
	color:#767676;
}
h1,
h2,
h3,
h4,
h5{
	font-size: 28px;
}
p{
	font-size: 18px;
  font-weight: 300;
}
strong{
	font-weight: 800;
}

strong {
  font-weight: bold;
}


/* General */


hr{
	border: 1px solid #1f627f;
  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;
  }

  .row .col{
    padding:0 25px;
  }
  .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; }

.border-bottom { border-bottom: 2px solid #1f627f; }

.top-section.nfull-width-text {
  padding: 90px 0 90px 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 #1f627f; margin: 4px; color: #1f627f; padding-left: 20px; padding-right: 20px; border-radius: 10px; height: unset !important; padding-top: 10px; padding-bottom: 10px; }
  .checkbox-button-style label.selected { background: #1f627f; 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:0px !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{
  display: block !important;
  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 ul a{
  color:#fff;
  width: 100%;
  border-bottom:1px solid #1f627f;
  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: auto;
  left: -50%;
  right: -50%;
}


.sub-menu li{
  width: 100%;
}
.main-navigation ul ul a{
  width: 100%;
}


.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation li.menu-item-type-custom:last-child{
  display: none;
}


.main-navigation li:first-child a{
  background-color: #1f627f;
  color: #fff;
}



.main-navigation a {
  display: block;
  text-decoration: none;
}

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

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

  .main-navigation ul {
    display: flex !important;
    justify-content: space-between;
  }

  .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%;
}





@media (max-width:991px) {

  .main-navigation{
    width: 100% !important;
  }

  .main-navigation {margin-top:0px;width:15%;float:left;margin-right:2%;margin-top: 20px;}
  .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:#767676;
  }

  .main-navigation .menu-toggle {
    background:#fff;
    border:none;
    border-radius:0px 0px;
    height:50px;
    line-height:50px;
    width:initial;
    float: right;
    margin-right: 15px;
  }
  
  .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;
    top: 0;
    overflow-y: scroll;
    
  }



  .main-navigation.toggled .menu-main-menu-container{
    height: 100%;
    padding: 0;
    position: fixed;
  }


  .main-navigation.toggled ul{
    padding-left: 0px;
    border-radius: 0px;
  }

  .main-navigation.toggled .sub-menu{
    padding-top: 14px;
    margin-top: 15px;
  }

  .main-navigation.toggled .sub-menu a:after{
    display: none;
  }


  .main-navigation.toggled li a{
    text-align: left;
  }

  .menu-item-has-children a:after{
    content: 'v' !important;
    border:0px !important;
  }

  .main-navigation .sub-menu a:after{
    background-color: inherit !important;
  }


  .main-navigation.toggled .menu-toggle{
    position: absolute;
    z-index: 9999999999999999999;
    background: #fff;
    width: initial;
    right: 0;
    top: 19px;
  }

  .main-navigation.toggled .menu-toggle i{
    color: #767676;
  }


  header .topheader p .btn.blue{
    display: none;
  }

  .topheader p:first-child{
    display: none;
  }




  .main-navigation.toggled ul {
    width:100%;
    padding-top: 40px;
  }

  .main-navigation.toggled li {
    text-align:left;
    width:100%; 
    padding:10px 0;
  }
  .main-navigation.toggled li a {
   padding: 0px 25px;
   font-size: 18px;
 }

 .main-navigation li:first-child a{
  background-color: inherit;
  color: inherit;
}

header{
  overflow:hidden;
}
header .row.topheader{
  width: 85%;
  float: left;

}
header .row.bottomheader{
  width: 15%;
  float: left;
  
}


.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;
}

.main-navigation ul ul a{
  color: #fff !important;
}






/*  ul.sub-menu{
    
  }
 


  .main-navigation li:first-child a{
    color: initial;
    background-color: #fff;
  }
  header ul.sub-menu{
    background-color: #fff !important;
  }
  */





}




/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.topheader{
  margin-bottom: 20px;
}

.topheader img{
	margin-top:36px;
	width: 417px;
}
.topheader p{
	text-align: right;
	font-size: 18px;
  float: right;
  line-height: normal;
  font-weight: 400;
  margin:0px;
  margin-top: 36px;
  float: right;
  display: inline-block;
}
.topheader p strong{
	color:#1f627f;
  font-weight: 600;
}
.topheader p .btn.blue {
  margin-right: 20px;
  position: relative;
  top: 7px;
  border-radius: 10px;
  height: auto;
}
.topheader p:first-child{
  border-bottom: 2px solid #1f627f;
  padding-bottom: 8px;
  font-size: 22px;
}
.topheader p:first-child a{
  color: #1f627f
}


header{
  margin-bottom: 20px;
}

header nav{
  background-color:#fff;
  box-shadow: none;
  color:#333;
  height: 100%;
  line-height: inherit;
}
header nav ul a{
	text-transform: uppercase;
	color:#767676;
  padding:0 6px;
  padding: 9px 9px;
  border-radius: 6px;
}
header nav ul a:hover{
  background-color: transparent;

}

/*header .current-menu-item a{
  background-color: #1f627f;
  font-weight: 600;
  color:#fff;
  border-radius: 6px;
  }*/

  @media (max-width:1560px) {
    .topheader p{
      width: 39%;
    }
  }

  @media (max-width:1200px) {
    .topheader p{
      width: 76%;
    }
    .main-navigation a{
      line-height: 22px;
      padding: 0 5px;
      text-align: center;
    }
  }


  @media (max-width:1024px) {
    .topheader p{
      width: 43%;
    }
  }
  

  @media (max-width:990px) {
    .col.s12{
      width: 100% !important;
    }
    .topheader img{
      text-align: center;
      margin: 0 auto;
      display: block;
      margin-top: 31px;
    }
    .topheader p {
      width: 100%;
      text-align: center;
      border-bottom:0px;
    }
    .main-navigation ul ul{
      background-color: #fff;
      box-shadow:inherit !important;
    }
    .main-navigation ul ul a{
      color:#767676;
      width: 100%;
      border-bottom:0px;
    }
    .topheader p {
      width: 100%;
      text-align: center;
      border-bottom: 0px;
      font-size: 17px;
      margin-top: 10px;
    }

    .topheader p .btn.blue{
      display: block;
      margin-top: 10px;
    }

    header{
      margin-bottom: 0;
    }





  }


  @media (max-width:550px) {
    .topheader img{
      width: 100%;
    }
  }

  header ul.sub-menu{
    width: auto;
    border-bottom: 0px;
    background-color: #9d9d9c;
    text-align: center;
    padding:13px;

  }

  header ul.sub-menu li a:first-child{
    background-color: #9d9d9c;

  }

  .main-navigation .sub-menu a{
    border-bottom: 0px;
    text-align: left;
    text-transform: inherit;
    padding: 10px 10px 2px 10px;
  }
  .main-navigation .sub-menu a:after{
    content: "";
    height: 2px;
    background-color: #1f627f;
    width: 45px;
    display: block;
    margin-top: 10px;
  }
  .main-navigation .sub-menu li:last-child a:after{
    display: none;
  }
  .main-navigation .sub-menu li:last-child {
   padding-bottom: 10px;
 }




 nav ul li ul:after {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -8px;
  width: 0;
  height: 0;
  content:'';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #9d9d9c;
}







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





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

footer{
  background-color: #3f3f3f;
}
footer .footer-top{
  background-color: #1f627f;
  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: #1f627f;
  color: #c1c1c1;
  padding:60px 0;
  overflow:hidden;
}
footer .main-footer h3{
  color: #fff;
  text-transform: uppercase;
}
footer .main-footer h4{
  font-size: 28px;
  color: #96a5ae;
  margin-top:0px;
}
footer .main-footer p{
  color: #fff;
}
footer .main-footer .location{
  font-weight: 400;
}
footer .main-footer .inner{
  padding:0px;
}
footer .main-footer hr{
  border: 1px solid #cbc9ca;
  width: 6%;
}
footer .main-footer form textarea{
  border:0px;
  border-bottom:1px solid #fff;
  padding-top:6px;
  margin-bottom: 20px;
  margin-top:20px;
}
footer .main-footer form input, footer .main-footer form textarea {
  color: #fff;
  font-weight: 300;  
  text-transform: uppercase;
}
footer .main-footer form input {
  border-bottom:1px solid #fff !important;
  width: 100% !important;
}
.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: right;
  border:0px;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 10px;
  width: inherit;
  text-transform: uppercase;
  color: #f4f9fb;
  background-color: #502d7f;
  border-bottom: 0px !important;
  line-height: 36px;
  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);s
}




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{
  background-color: #cbc9ca;
  color: #c1c1c1;
  padding:20px 0;
}
footer .bottom-footer li{
  float:left;
  width: 16%;
  padding-bottom: 5px;
}
footer .bottom-footer .full li{
  width: 100%;
}
footer .bottom-footer i{
  color: #fff;
  font-size: 18px;
}
footer .bottom-footer .fa-twitter{
  padding-right: 10px;
  margin-right: 20px;
}

footer .bottom-footer strong{
  color: #767676;
}

footer .bottom-footer .right{
  padding-top:44px;
}


footer .bottom-footer .row{
  position: relative;
}
footer .bottom-footer .line{
  height: 112px;
  background-color: #1f627f;
  width: 1px;
  position: absolute;
  left: 55.3%;
}


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

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


footer .fa-twitter{
  background-color: #000;
  padding: 10px;
  border-radius: 50%;
}

footer .fa-linkedin-in{
  background-color: #000;
  padding: 10px;
  border-radius: 50%;
}

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: #1f627f;
}
footer .selectbox .wpcf7-list-item-label{
  border: 2px solid;
  border-radius: 10px;
  padding-left: 0;
  padding: 6px 15px;
  height: auto;
  text-transform: uppercase;
  margin-right: 6px;
  font-weight: bold;
  z-index: 1;
  overflow:hidden;
  font-size: 13px;;
}

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: 300;
  font-size: 14px;
}
footer .footer-form-bottom  .wpcf7-form-control-wrap .one .wpcf7-list-item-label{
  font-weight: 600;
  font-size: 18px;
}




[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: 2px solid !important;
  border-radius: 10px;
  padding-left: 0;
  padding: 6px 15px;
  height: auto;
  text-transform: uppercase;
  margin-right: 6px;
  font-weight: bold;
  width: inherit !important;
  line-height: 25px;
  font-size: 13px;
}
footer #click.activebutton{
  background-color: #fff !important;
  color: #1f627f;
}

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:2px solid #4fc2ea;
}

@media (max-width: 990px ){
  footer .footer-top .data5-logo{
    width: 42%;
    margin: 0 10PX;
    position: relative;
    top: 9px;
  }
  footer .footer-top p{
    text-align: center;
    padding-top:18px;
  }
  footer .bottom-footer li{
    width: 50%;
  }
  footer .bottom-footer .mobile-nopad{
    padding:0px;
  }
  footer .bottom-footer .right{
    float:left !important;
  }

  footer .main-footer .line{
    display: none;
  }
  footer .bottom-footer .line{
    display: none;
  }

  footer .main-footer .inner{
    width: 50% !important;
    float: left;
  }
  footer .bottom-footer .mobile-nopad{
    width: 50% !important
  }

  footer .datalog{
    width: 30%;
  }
  footer .datalog .datalogtext br{
    display: none !important;
  }
  .cortechlogofooter{
    width: 24%;
    display: none;
  }

  .bottom-footer ul{
    padding-left: 0px;
  }



}


@media (max-width: 767px){
  footer #click{
    padding:2px 15px;
    font-size: 14px;
  }
}






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

.hero-slider-banner .item .inner{
  padding: 120px 90px;
}
.hero-slider-banner  .speachmarks-top {
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: -244px;
  left: 130px;
  color: #fff;
  font-size: 244px;
}
.hero-slider-banner  .speachmarks-bottom {
  font-weight: 600;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  right: 640px;
  top: -160px;
  color: #fff;
  font-size: 244px;
}
.hero-slider-banner .item h1{
  font-size: 32px;
  color: #fff;
  width: 72%;
  margin: 0px;
  padding-bottom: 70px;
  line-height: 45px;
  position: relative;
  z-index: 4;
  font-weight: 600;
  padding-top:30px;
}


.hero-slider-banner h1::before {
  content: " “ ";
  font-weight: 600;
  color: #fff;
  margin-left: -22px;
/*  font-size: 244px;
  position: absolute;
  left: -70px;
  top: inherit;*/
}

.hero-slider-banner h1::after {
  content: " ” ";
  font-weight: 600;
  color:#fff;
  /*content: " “ ";
  font-weight: 600;
  color: #fff;
  font-size: 244px;
  position: absolute;
  transform: rotate(180deg);
  bottom: inherit;
  left: inherit;
  right:0;*/
}



@media (max-width: 990px){
  .hero-slider-banner h1::before{
    position: relative;
    left: 0;
    font-size: 34px;
  }

  .hero-slider-banner h1::after{
    position: relative;
    left: 0;
    font-size: 34px;
    content: " ” ";
  }
}





.hero-slider-banner .item.colour58 .inner:before{
  content: "";
  background-color: #a097c7;
  height: 206px;
  width: 100px;
  position: absolute;
  width: 68%;
  left: 0px;
}
.hero-slider-banner .item.colour58 h1{
  padding-bottom: 115px;
}





.hero-slider-banner .item.colour59 .inner:before{
  content: "";
  background-color: #4fc2ea;
  height: 206px;
  width: 100px;
  position: absolute;
  width: 68%;
  left: 0px;
}
.hero-slider-banner .item.colour9279 .inner:before{
  content: "";
  background-color: #1f627f;
  height: 206px;
  width: 100px;
  position: absolute;
  width: 68%;
  left: 0px;
}
.hero-slider-banner .item.colour9279 h1{
  padding-bottom: 115px;
}


.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;
}
.home .datalog_home .screens{
  width: 100%;
}
.home .datalog_home .logo {
  width: 37%;
}

.home-hero .btn.solidblue{
  padding: 8px 24px;
}

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

}





@media (max-width: 1680px){
  .hero-slider-banner .speachmarks-top{
    left: 40px;
  }
}
@media (max-width: 1680px){
  .hero-slider-banner .speachmarks-bottom {
    right: 450px;
  }
}
@media (max-width: 1100px){
  .hero-slider-banner .item .inner:before{
    display: none !important;
  }
  .hero-slider-banner .item h1{
    width: 100% !important;
   font-size: 35px;
    color: #fff;
    width: 50%;
    margin: 0px;
    padding-bottom: 17px;
    line-height: 35px;
    padding-bottom: 55px !important;
  }
}


@media (max-width: 990px){
  .hero-slider-banner .item h1{
    width: 100% !important;
    font-size: 25px;
    color: #fff;
    width: 50%;
    margin: 0px;
    padding-bottom: 17px;
    line-height: 35px;
  }
  .hero-slider-banner .item .inner {
    padding: 39px 15px;
  }
  .hero-slider-banner p{
    margin-bottom: 0px;
  }

  .hero-slider-banner .speachmarks-top,
  .hero-slider-banner .speachmarks-bottom{
    display: none;
  }
  .hero-slider-banner .item .inner:before{
    display: none !important;
  }
}


@media (max-width: 767px){
  .home .datalog_home .logo{
    width: 80%;
  }
  .hero-slider-banner .slick-dots{
    display: none !important;
  }
  .hero-slider-banner .item h1{
    margin-top: 0px;
    padding-top:0px;
  }
  .hero-slider-banner{
    margin-bottom: 30px;
  }
}



.btn{
  background-color: transparent !important;
  border: 2px solid #fff;
  box-shadow: none;
  border-radius: 10px;
  padding:5px 30px !important;
  font-weight: 600;
  line-height: 36px;
  height: auto;
  text-decoration: none !important;
  font-size: 18px;
}
.btn.white{
  color:#fff;
}
.btn.blue{
  border:2px solid #1f627f;
  color: #1f627f;
}
.btn.solidblue{
  color: #fff;
  background-color: #1f627f !important;
  border:0px;
  font-size: 18px !important;
  padding:5px 30px;
  height: auto;
}
.btn.lightblue{
  color: #fff;
  background-color: #4fc2ea !important;
  border:0px;
  font-size: 18px !important;
  padding:5px 30px;
  height: auto;
}
.btn.purple{
  border:2px solid #502d7f;
  color: #502d7f;
}
.btn.solidpurple{
  background: #502d7f !important;
  background-color: #502d7f !important;
  border:0px;
  color: #fff; 
  /*border: 2px solid #502d7f;*/
  font-size: 18px !important;
}






.btn.grey{
  border:2px solid #9d9d9c;
  color: #9d9d9c;
}






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

.one_col{
  text-align: center;
  padding:90px 0;
}
.one_col h2{
  color:#1f627f;
  font-size:28px;
  margin:0px;
  padding-bottom:20px;
  font-weight: 600;
}
.one_col h3{
  font-size:28px;
  margin:0 auto;
  width:39%;
}
.one_col hr{
  float: initial;
  margin: 50px auto;
  width: 14%;
}
.one_col p{
  color:#1f627f;
  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:90px 0;
}
.datalog_home p{
  color:#1f627f;
  margin:0 auto;
  width: 69%;
  margin-bottom: 30px;
}
.datalog_home .link{
  padding: 35px 0 0 0;
}
.datalog_home .logo{
  width:26%;
}
.datalog_home .screens{
  width: 62%;
  display: block;
  margin: 0 auto;
}

.datalog_home h4{
  color: #1f627f;
  font-weight: 400;
}

.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: 990px){
  .datalog_home p{
    width: 100%;
  }
}



@media (max-width: 767px){
  .datalog_home{
    padding:40px 0;
  }
  .datalog_home p{
    width: 100%;
  }
  .datalog_home .screens{
    width: 100%;
  }
  .home-text-area-left{
    padding:0 0px 0 0;
  }
  .home-text-area-right{
    padding:0  0px 0 0px;
  }


}


/*--------------------------------------------------------------
## Three Box's
--------------------------------------------------------------*/
.threebox {
  padding-top: 40px;
}
.threebox .box{
  background-color: #d5d0e8;
  border-radius: 10px;
  padding: 60px;
  position: relative;
  width: 95%;
  height: 510px;
}
.threebox .box:after{
  content: "";
  background-color: #a097c7;
  z-index: 99999;
  height: 100%;
  position: absolute;
  top: 15px;
  width: 100%;
  left: 16px;
  border-radius: 10px;
  z-index: -1;
}
.threebox .box h3{
  color: #502d7f; 
  margin:0;
  font-weight: bold;
  font-size: 36px;
}
.threebox .box p{
  width: 100%;
  color: #502d7f;
  margin-bottom:0px;
  font-weight: 400;
}
.threebox .box hr{
  border: 1px solid #502d7f;
  margin: 20px auto;
  display: block;
  float: inherit;
  width: 10%
}
.threebox .box .btn.solidblue{
  font-size: 18px;
  /*padding: 2px 17px;*/
  margin-top:50px;
}
@media (max-width: 1024px){
  .threebox .box{
    height: 100%;
    padding: 40px;
  }
}
@media (max-width: 990px){
  .threebox .box{
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px){
  .threebox .box{
    padding:25px;
    margin-bottom: 40px;
  }
}


/*--------------------------------------------------------------
## Quote Section
--------------------------------------------------------------*/
.quote-section{
  margin-bottom: 90px;
}
.quote-section .box{
  background-color: #568ba2;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  width: 95%;
  height: 100%;
}
.quote-section .box:after{
  content: "";
  background-color: #1f627f;
  z-index: 99999;
  height: 100%;
  position: absolute;
  top: 15px;
  width: 100%;
  left: 16px;
  border-radius: 10px;
  z-index: -1;
}
.quote-section h3{
  color: #fff;
  margin:0px;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 15px;
}
.quote-section p{
  color: #fff;
  padding-top:15px;
  font-weight: 400;
}
.quote-section p a{
  color: #fff;
}
.quote-section .btn.solidpurple{
  border:0px;
  background-color: #502d7f !important;
}
.quote-section hr {
  border: 1px solid #fff;
  width: 6%;
  float: left;
  clear: left;
  display: block;
  margin: 0;
  margin-top: 9px;
}
.quote-section h4{
  color: #502d7f;
  margin:0px;
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
  padding:70px 75px;
  position: relative;
}

.quote-section h4::before {
  content: " “ ";
  font-weight: 600;
  color: rgb(160, 151, 199);
  margin-left: -22px;
 /* font-size: 160px;
  position: absolute;
  left: 0;
  top: inherit;*/
}
.quote-section h4::after {
  content: " ” ";
  font-weight: 600;
  color: rgb(160, 151, 199);
   transform: rotate(180deg);
/*  font-size: 174px;
  position: absolute;*/
 
  /*bottom: inherit;
  left: inherit;*/
}






.quote-section .speachmarks-top{
  font-weight: 600;
  position: absolute;
  top: -184px;
  left: 0px;
  color: #a097c7;
  font-size: 174px;
}
.quote-section .speachmarks-bottom{
  font-weight: 600;
  transform: rotate(180deg);
  display: block;
  position: absolute;
  right: 140px;
  top: -110px;
  color: #a097c7;
  font-size: 174px;
}

@media (max-width: 990px){
  .quote-section .box{
    width: 100%;
  }
}

@media (max-width: 767px){
  .quote-section {
    margin-bottom: 0px;
  }
  .quote-section .box{
    padding:25px;
  }
  .quote-section h4{
    padding: 41px 25px;
  }
  .quote-section .speachmarks-top{
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
  }
  .quote-section .speachmarks-bottom{
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    right: 0;
  }

  .quote-section h4{
    text-align: center;
    margin:100px 0;
    padding: 0;
  }
  .quote-section h4::before{
    display: block;
    text-align: center;
    position: relative;
  }
  .quote-section h4::after{
    display: block;
    position: relative;
    text-align: center;
    transform: inherit;
  }

}










.cor-two-thrids{
  position: relative;
  margin:70px 0;
}
.cor-two-thrids .left{
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.cor-two-thrids .inner{
  padding:70px 0;
}

.cor-two-thrids h3{
  color: #1f627f;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 15px;
}
.cor-two-thrids h4{
  margin:0px;
  line-height: 38px;
  width: 90%;
}

.cor-two-thrids p{
  color:#1f627f;
  width: 90%;
  padding:13px 0;
}
.cor-two-thrids .btn.solidblue{
  font-size: 18px;
}


.t-bg-cover{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 990px){
  .cor-two-thrids .matchheight {
    position: relative !important;
  }
  .cor-two-thrids .inner{
    padding:20px 0;
  }
}

@media (max-width: 767px){
  .cor-two-thrids{
    margin:25px 0;
  }
  .cor-two-thrids h4,
  .cor-two-thrids p{
    width: 100%;
  }
  .cor-two-thrids .matchheight{
    height: initial !important;
  }
  .cor-two-thrids .matchheight.t-bg-cover{
    height: 250px !important;
  }
  .cor-two-thrids .btn.solidblue{
    line-height: 25px;
    padding: 7px 16px
  }
}



















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

.two_thirds_text{
  border-top:1px solid #cdd1d3;
  padding:90px 0;
  position: relative;
}
.two_thirds_text h3{
  margin:0px;
  color:#1f627f;
  font-weight: 600;
  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;
  height:420px;
}

@media (max-width: 990px){
  .full_width_solid_banner{
    height: 150px;
  }
}

/*--------------------------------------------------------------
## Half & Half
--------------------------------------------------------------*/
.half_half.grey{
  background-color:#282828 !important;
  color:#fff;
}
.half_half.split{
  background: linear-gradient(to right, #1f627f 50%, #fff 50%);
  border-top: 4px solid #1f627f;
  border-bottom:4px solid #1f627f;
}
.half_half h3{
  color:#fff;
  margin: 0px;
  padding-top:88px;
  font-weight: bold;
}
.half_half h4{
  color:#fff;
  margin:0px;
  padding-bottom:40px;
  padding-top:20px;
  width: 93%
}
.half_half p{
  color:#fff;
  margin:0px;
  width: 93%;
}
.half_half .white_box{
  background-color: #fff;
  overflow:hidden;
}
.half_half .white_box h3{
  color:#1f627f;
  padding-top:0px;
  text-transform: uppercase;
}
.half_half .white_box{
  padding:40px;
  border-radius: 30px;
}
.half_half .white_box h4{
  color:#767676;
  padding-bottom:10px;
}

.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 .btn.solidpurple {
  border: 0px;
  background-color: #502d7f !important;
  margin-top: 50px;
}

@media (max-width: 990px){
  .half_half .row .col.s6{
    width: 100%;
  }
  .half_half .white_box .btn{
    height: 100%;
    padding: 6px 20px;
    line-height: 18px;
  }
  .half_half.split{
    background: #fff;
  }
  .half_half .row .col.s6:first-child{
    background-color: #1f627f;
    padding-bottom: 30px;
  }
  .half_half .white_box{
    margin-top: 30px;
    padding:0px !important;
    margin-bottom: 30px;
  }
}


@media (max-width: 767px){
  .half_half h3{
    padding-top: 25px;
  }
  .half_half h4{
    padding-bottom: 20px;
    width: 100%;
  }
  .half_half .white_box{
    padding:25px;
    border-radius: 0px;
  }
  .half_half p{
    width: 100%;
  }
  .half_half .white_box ul{
    padding-left:0;
  }
  .half_half .btn.solidpurple{
    margin-top: 20px;
    width: 100%;
  }
  .half_half .white_box .btn{
    margin-top: 10px;
    width: 100%;
  }
  .half_half .white_box li{
    width: 25%;
  }
  .half_half .white_box img{
    width: 93%;
  }
}


/*--------------------------------------------------------------
## 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:90px 0;
  text-align: center;
}
.three_col h3{
  text-align: center;
  color: #1f617e;
  font-weight: bold;
  margin:0px;
  padding-bottom: 20px;
}
.three_col h4{
  text-align: center;
  margin:0px;
  padding-bottom: 120px;
}
.three_col .inner{
  width: 90%;
  margin:0 auto;
}
.three_col .inner-white{
  background-color: #fff;
  padding:50px 60px;
  border-radius: 10px;
  text-align: center;
  width:90%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.three_col .inner-white h5{
  color:#1f617e;
  font-size:32px;
  font-weight: bold;
}
.three_col .inner-white p{
  color:#1f617e;
  margin-bottom: 0px;
  font-size: 18px;
}
.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 .right{
  background-color: #1f627f;
  color: #fff;
}

.three_col .middle{
  background-color: #bbbaba;
}


.three_col  .inner-white h5{
  color: #fff;
}
.three_col  .inner-white p{
  color: #fff;
}

.three_col .btn.solidpurple{
  border: 0px;
  background-color: #502d7f !important;
  margin-top: 50px;
  /* padding: 5px 24px;*/
  line-height: 36px;
  height: auto;
}
.three_col .btn.solidblue{
  font-size: 18px;
  padding: 5px 24px;
  margin-top:50px;
}



@media (max-width: 1024px){
  .three_col .inner-white{
    width: 100%;
    padding: 40px 20px;
  }
}

@media (max-width: 990px){
  .three_col .inner-white{
    float:inherit !important;
    margin:0 auto;
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .three_col .inner-white.middle{
    margin-bottom: 20px;
  }
  .three_col .inner-white{
    display: block;
  }
}


@media (max-width: 767px){
  .three_col .inner-white{
    width: 100%;
    margin-bottom: 20px;
  }
  .three_col .inner-white.middle{
    margin-bottom: 20px;
  }
  .three_col .btn.blue{
    margin-top:0px;
  }
  .three_col {
    padding: 30px 0 30px 0;
  }
  .three_col h4{
    padding-bottom: 30px;
  }
  .three_col .inner{
    width: 100%;
  }
  .three_col .inner-white{
    padding:25px;
    min-height: inherit;
  }
  .three_col .btn.solidpurple{
    margin-top: 10px;
  }


}




/*--------------------------------------------------------------
## 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:70px;
}

.testimonials .top{
  padding:60px 0;
}
.testimonials h1{
  color:#1f617e;
  text-align: center;
  margin: 0px;
  font-size:28px;
  font-weight: 600;
  padding-bottom:20px;
}
.testimonials h2{
  text-align: center;
  margin: 0px;
  line-height: 38px;
}
.testimonials .item{
  background-color:#fff;
  overflow: hidden;
  border-radius: 10px;
  padding:60px 40px;
  -webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  margin-bottom:50px;
}
.testimonials p{
  margin: 0;
/*  font-weight: 600;
  color: #502d7f;
  font-size: 18px;*/
}
.testimonials.testinner p{
  font-weight: 600;
  color: #502d7f;
  font-size: 18px;
}


.testimonials img{
  width: 60%;
  margin: 0 auto;
  display: block;
}
.testimonials.testinner .name{
  color:#a097c7;
  font-weight: 600;
  padding-top:16px;
}
.testimonials .btn{
  margin-top:20px;
}

@media (max-width: 767px){
  .testimonials img{
    padding-bottom: 20px;
  }
  .testimonials .item {
    padding:40px 20px;
  }
  .testimonials img{
    width: 80%;
  }
  .testimonials .item .col.s12{
    padding:0;
  }
}

.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:#1f627f;
}
.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{
  color:#1f627f;
  font-size: 18px;
  font-weight:600;
  margin: 0px;
}

.product_one_col h4{
  color:#1f627f;
  font-size: 18px;
  font-weight:600;
  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:#1f627f;
  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;
}


/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
.contact_us{
  padding:90px 0;
}
.contact_us .form{
  background-color: #fff;
  border-radius: 15px;
  padding:40px;
  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: 90%;
  float: right;
}
.contact_us h3{
  margin: 0;
  color:#1f627f;
  font-weight: 600;
  padding-top:40px;
}
.contact_us .form h3{
  padding-bottom: 25px;
  padding-top:0px;
}
.contact_us .form input{
  border-bottom: 1px solid #767676  !important;
  padding: 0 10px;
  border-radius: 0;
  margin-bottom: 0px;
  width:97%;
  font-size: 20px;
}
.contact_us .form textarea{
  border-bottom: 1px solid #767676  !important;
  border:0px;
  padding: 10px 10px;
  border-radius:0;
  min-height: 0;
}
.contact_us .form .wpcf7-submit{
  background-color: #fff;
  width: inherit;
  border-radius: 10px;
  font-size: 18px;
  padding: 2px 14px;
}

.contact_us .form .textarea{
  font-size: 20px;
  font-weight: 500;
}
.contact_us .form input::placeholder{
  color:#767676;
  font-size: 20px;
  text-transform: uppercase;
}

.contact_us .form textarea::placeholder{
  color:#767676;
  font-size: 20px;
  text-transform: uppercase;
}



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

.contact_us .checkbox-button-style input[type="checkbox"] + span:not(.lever){
  font-weight: 600;
}



.contact_us .contact_logo{
  width: 300px;
  margin-top:20px;
  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;
  border: 0;
  border: none;
  height: 20px;
  position: absolute;
}
.page-template-contact footer .footer-main{
  display: none;
}
.withbluebox table {
  color: #fff;
}
.withbluebox table th {
  font-weight: bold;
}
.withbluebox table tr:first-of-type {
  border-bottom: 2px solid #fff;
}
.page-id-183 .nsectorhalf .left h4::after {
  right: 0;
  bottom: 9%;
}




@media (max-width: 990px){
  .contact_us{
    padding:10px 0;
  }
  .contact_us .form {
    margin-left: 0;
    margin-top: 40px;
  }
  .top-section.nfull-width-text {
    padding: 60px 0 60px 0;
  }
  .page-id-183 .ps3.nsectorhalf, .page-id-183 .ps4.nsectorhalf { padding: 40px 0; }
  .page-id-183 .ps3.nsectorhalf { padding-bottom: 20px;  }
  .page-id-183 .ps4.nsectorhalf { padding-top: 0;  }
  .c-pl50 {
    padding-left: 0 !important; padding-right:0 !important;
  }
  .main-footer .container { padding: 0 30px; }
  footer .main-footer form input { 
    width: 100% !important; 
  }
  footer .main-footer .inner{
    width: 100% !important;
  }
  footer .main-footer {
    padding: 40px 0;
  }
}
@media (max-width: 680px){

 .contact_us .flex {
  display: block;
}
#contact-page-form.col.s12.m7 {
  padding: 0 0;
}
.contact_us h3 {
  padding-top: 20px;
}
.contact_us .form {
  border-radius: 0;
}
.contact_us #map { 
  display: none;
}
.contact_us .form {
  padding: 40px 20px;
}
.contact_us .form input {
  margin-bottom: 0;
}
[type="checkbox"] + span:not(.lever) {
  line-height: initial;
}
.contact_us .form h3 {
  padding-bottom: 0;
}  
.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; }


.contact_us .form{
  width: 100%;
}


}


/*--------------------------------------------------------------
## 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: #1f627f;
  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: #1f627f;
}
.blog-listings .who{
  text-transform: uppercase;
  color: #1f627f;
}
.blog-listings .who a{
  text-transform: uppercase;
  color: #1f627f;
}
.blog-listings .textbox{
  padding-left:30px;
}



.blog-post h2,
.blog-post h3,
.blog-post h4{
  color: #1f627f;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
}
.blog-post p{
  text-align: left;
}
.blog-post img{
  height: 100%;
  width: 60%;
  margin:40px auto;
  display: block;
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
}
.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: #1f627f;
}


.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;
  margin-bottom: 20px;
}
.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;
}





.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: #1f627f;
}
.page-template-blank-boxs .testimonials h3 a{
  margin-top: 0px;
  color: #1f627f;
}
.page-template-blank-boxs .testimonials .item{
  min-height: 350px;
  padding:25px 15px;
}
.page-template-blank-boxs h3 a{
  font-weight: 600;
}
.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 {
  width: 143px;
  height: 50px;
  float: left;
}
.blog-post .share {
  position: absolute;
  width: 145px;
  height: 41px;
  border-radius: 10px;
  outline: none;
  border: 0;
  border:1px solid #502d7f;
  overflow: hidden;
  transition: all .5s ease;
  background-color: #502d7f;
}
.blog-post .scale {

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

.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: 9px 10px 8px 10px;
}

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

.blog-post .fab {
  padding-left: 0px;
  color: #1f627f;
  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 #1f627f;
  border-bottom: 2px solid #1f627f;
}


.home-two-thirds{
  position: relative;
  margin:90px 0;
}
.home-two-thirds .leftcol{
  position: relative;
  z-index: 2;
  padding-right: 100px;
  background-color:#fff;
}
.home-two-thirds h2{
  color:#1f627f;
  font-size:28px;
  margin:0px;
  padding-bottom:15px;
  font-weight: 600;
}
.home-two-thirds h3{
  font-size:28px;
  margin:0 auto;
  width:100%;
  line-height: 40px;
} 
.home-two-thirds hr{
  float: initial;
  margin: 20px 0;
  width: 37%;
}
.home-two-thirds p{
  color:#1f627f;
  margin:0 auto;
  width: 100%;
  padding-bottom: 30px;
}
.home-two-thirds .link-title{
  padding:60px 0 35px 0;
}


.home-two-thirds .btn.solidblue{
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  line-height: 21px;
  margin-right: 20px;
  padding:14px 24px;
}
.home-two-thirds .btn.solidgrey{
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
  background-color: #767676 !important;
  padding: 14px 24px;
  height: auto;
  line-height: 21px;
  min-width: 248px;
  border:0px;
}

@media (max-width: 990px){
  .home-two-thirds .homematchheight{
    position: relative !important;
  }
  .home-two-thirds .leftcol{
    padding-right: 25px;
  }



}

@media (max-width: 767px){
  .home-two-thirds .btn.solidblue{
    width: 100%;
    display:block;
  }
  .home-two-thirds .btn.solidgrey{
    width: 100%;
    display: block;
    margin-top: 10px;
  }


  .home-two-thirds .homematchheight{
    height: inherit !important;
  }
  .home-two-thirds .homematchheight.t-bg-cover{
    height: 250px !important;
  }

  .home-two-thirds{
    margin:0px;
  }



}


/*-------------------------------------------------------------
## 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{
  font-size: 40px;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.newproductbanner h2{
  font-size: 28px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

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

.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:70px 0 135px 0;
}
.nfull-width-text .inner{
  width: 63%;
  margin: 0 auto;
}
.nfull-width-text p{
  text-align: center;
  font-size:20px;
  color: #1f627f;
}
.nfull-width-text p a{
  font-weight: 600;
  text-decoration: none;
  color: #1f627f;
}
.nfull-width-text .btn{
  margin-top: 30px;
  font-size: 18px;
}

@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;
  background: linear-gradient(to right, #1f627f 50%, #fff 50%);
}
.nhalfsplit.purplebox{
  position: relative;
  background: linear-gradient(to right, #a097c7 50%, #fff 50%);
}
.nhalfsplit .container{
  background-color: #fff;
}
.nhalfsplit .inner{
  padding:90px 70px 70px 60px;
  position: relative;
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nhalfsplit.purplebox .inner:before{
  background-color: #a097c7;
}
.nhalfsplit .inner:before{
  content: " ";
  background-color: #1f627f;
  display: block;
  height: 100%;
  width: 20px;
  position: absolute;
  left: -24px;
  top: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nhalfsplit h3{
  color: #1f627f;
  font-size: 28px;
  margin:0px;
  font-weight: bold;
  padding-bottom: 18px;
}
.nhalfsplit .btn{
  font-size: 16px;
  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: -29px;
  height: 106%;
}
.nhalfsplit .btn.solidpurple{
  margin-left: 15px;
}

.page-template-product-page .nhalfsplit .inner{
  min-height: 643px;
}


@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%;
}





@media (max-width: 990px){
  .nhalfsplit .inner, .nhalfimage.halfimageTxt .inner {
    padding:40px 20px;
  }
  .nhalfsplit .bgarea{
    position: relative;
    top:0px;
    height: 340px;
  }
  .nhalfsplit.purplebox:before,
  .nhalfsplit:before{
    display: none;
  }
}

@media (max-width: 767px){
  .nhalfsplit .inner:before{
    display: none;
  }
  .nhalfsplit .inner, .nhalfimage.halfimageTxt .inner{
    padding: 20px 0;
    min-height: 100%;
  }

  .nhalfsplit .btn{
    width: 100%;
    display: block;
  }
  .nhalfsplit .btn.solidpurple{
    margin-left: 0px;
  }


  .page-template-training .nhalfsplit h4{
    font-size: 30px;
    text-align: center;
    line-height: 39px;
  }
  .page-template-training .nhalfsplit h4::before{
    position: relative;
    display: block;
    left: initial;
    font-size: 140px;
  }
  .page-template-training .nhalfsplit h4::after{
    display: block;
    position: relative;
    font-size: 140px;
  }

  .nhalfsplit h3{
    margin-top: 30px;
  }


}




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

.nfullquote{
  padding:90px 0 90px 0;
}
.nfullquote h3{
  color: #502d7f;
  margin: 0 auto;
  width: 46%;
  font-size: 38px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
}
.nfullquote h3:before{
  content: " “ ";
  font-weight: 600;
  color: #a097c7;
  margin-left: -24px;
/*  font-size: 160px;
  position: absolute;
  left: -80px;
  top: 36px;*/
}
.nfullquote h3:after{
  content: " ” ";
  font-weight: 600;
  color: #a097c7;
/*  font-size: 174px;
  position: absolute;
  transform: rotate(180deg);
  bottom: 0px;
  left:inherit;*/
}

@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;
  }
/*  .nfullquote h3:before{
    position: relative;
    left: 0;
    display: block;
    font-size: 140px;
  }
  .nfullquote h3:after{
    position: relative;
    display: block;
    font-size: 140px;
    margin-top: -10px;
  }*/
}


/*-------------------------------------------------------------
## 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 .box{
  background-color: #89cee6;
  text-align: center;
  border-radius: 10px;
  height: 100%;
  min-height: 354px;
  position: relative;
  width: 92%;
}
.nbannerbox .box:after {
  content: "";
  background-color: #4fc2ea;
  z-index: 99999;
  height: 100%;
  position: absolute;
  top: 15px;
  width: 100%;
  left: 16px;
  border-radius: 10px;
  z-index: -1;
}
.nbannerbox .box h3{
  font-size: 28px;
  text-transform: uppercase;
  color: #1f627f;
  margin:0px;
  padding-bottom: 15px;
  font-weight: bold;
}
.nbannerbox .box p{
  font-size: 18px;
  color: #1f627f;
  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{
  font-size:28px;
  color: #1f627f;
  font-weight: bold;
  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: 767px){
  .nhalfimage .bgarea{
    height:250px !important;
    position: relative;
  }
  .nhalfimage .inner{
    padding: 0;
    margin-bottom: 20px;
  }
}





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

.nhalftextbox{
 padding:70px 0 10px 0;
}
.nhalftextbox h3{
  font-size: 28px;
  color: #1f627f;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}
.nhalftextbox .inner{
  width: 82%;
  margin:0 auto;
}

.nhalftextbox br{
  display: none;
}

@media (max-width: 767px){
  .nhalftextbox{
    padding:30px 0 !important;
  }
  .nhalftextbox .inner{
    width: 100%;
  }
}



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

.nadditonalfullbox{
  background: linear-gradient(to right, #a097c7 50%, #fff 50%);
  position: relative;

}
.nadditonalfullbox .container{
  background-color: #fff;
}
.nadditonalfullbox p{
  color: #1f627f;
  font-size: 20px;
  text-align: center;
  margin:0 auto;
  width: 45%;
}
.nadditonalfullbox .inner{
  margin: 0 auto;
  display: block;
  padding:60px 0;
  position: relative;
}
.nadditonalfullbox .btn.solidpurple{
  margin-top:30px;
}
.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;
}
.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: 767px){
  .nadditonalfullbox p{
    width: 100%;
  }
  .nadditonalfullbox .inner:before{
    display: none;
  }
}


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

.product-loop{
  padding:0 0 70px;
}
.product-loop .inner{
  background-color:#fff;
  border-radius: 10px;
  padding:40px 36px;
  -webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  width: 97%;
  margin:20px 0;
}
.product-loop img{
  width: 50%;
}
.product-loop .btn.solidpurple{
  font-size: 16px;
  margin-top: 5px;
}
.product-loop h3{
  color: #1f627f;
  font-weight: 600;
  margin-top:0px;
}


@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:100px 0;
  position: relative;
  z-index: 2;
}
.nsectorhalf h3{
  color: #1f627f;
  font-weight: 600;
  margin:0px;
}
.nsectorhalf .btn.solidblue{
  font-size: 16px;
  margin-top:20px;
}
.nsectorhalf .btn.solidpurple{
  font-size: 16px;
  margin-top:20px;
  margin-left: 20px;
}


.nsectorhalf .left{
  background-color: #d5d0e8;
  border-radius: 10px;
  position: relative;
  padding:70px 80px;
  width: 94%;
}
.nsectorhalf  .left:after {
  content: "";
  background-color: #a097c7;
  z-index: 99999;
  height: 100%;
  position: absolute;
  top: 15px;
  width: 100%;
  left: 16px;
  border-radius: 10px;
  z-index: -1;
}
.nsectorhalf .left h4{
  color: #502d7f;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  margin:0px;
  position: relative;
}
.nsectorhalf .left h4::before {
  content: " “ ";
  font-weight: 600;
  color: rgb(160, 151, 199);
/*  font-size: 160px;
  position: absolute;
  left: -12%;
  top: 26px;*/
  margin-left: -22px;
}
.nsectorhalf .left h4::after {
  content: " ” ";
  font-weight: 600;
  color: rgb(160, 151, 199);
/*  font-size: 174px;
  position: absolute;
  transform: rotate(180deg);
  right: inherit;
  bottom: 9%;*/
}
.nsectorhalf .right{
  float: inherit !important;
  padding:0 60px;
}

.page-id-161 .nsectorhalf .left h4::after{
  right: -66px;
}
.page-id-243 .nsectorhalf .left h4::after{
  right: 240px;
}

.page-id-183 .nsectorhalf.withbluebox{
  padding-top:0px;
}
.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: #588ba1;
}
.nsectorhalf.withbluebox .left:after {
  content: "";
  background-color: #1f627f;
  z-index: 99999;
  height: 100%;
  position: absolute;
  top: 15px;
  width: 100%;
  left: 16px;
  border-radius: 10px;
  z-index: -1;
}




.nsectorhalf.withbluebox .left{
  padding:60px 60px;
}
.nsectorhalf.withbluebox .left h4::before,
.nsectorhalf.withbluebox .left h4:after{
  display: none;
}
.nsectorhalf.withbluebox .left h3,
.nsectorhalf.withbluebox .left p{
  color: #fff;
}
.nsectorhalf.withbluebox .left .btn.solidpurple{
  margin-left: 0px;
  text-decoration: none;
}
.nsectorhalf.withbluebox .left p a{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 990px){
  .nsectorhalf .left{
    width: 100%;
    margin-bottom: 40px;
    padding: 45px 60px;
  }
  .nsectorhalf .right {
    padding: 0 15px;
  }
  /*.nsectorhalf .left h4::before,
  .nsectorhalf .left h4::after{
    display: none;
    }*/
  }

  @media (max-width: 767px){
    .nsectorhalf {
      padding: 40px 0;
    }
    .nsectorhalf .left{
      padding:25px 25px;
    }
    .nsectorhalf .left h4{
      font-size: 30px;
      line-height: 39px;
    }
    .nsectorhalf.withbluebox .left{
      padding:25px 25px;
    }

    .nsectorhalf .left h4{
      text-align: center;
    }
    /*.nsectorhalf .left h4::before{
      position: relative;
      left: initial;
      display: block;
      font-size: 122px;
    }
    .nsectorhalf .left h4::after{
      position: relative;
      display: block;
      bottom: 0;
      font-size: 122px;
      top: -20px
    }*/

    .nsectorhalf .btn.solidblue{
      margin-bottom: 30px;
    }

  }



  .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: 85%;
    margin-bottom: 50px;
  }

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


  .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; 
  }
  .nhalfimage .bgarea {
    height: calc(100% + 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:55px 70px;
}
.page-template-about-template .nhalfimage{
  margin-bottom: 120px;
}

@media (max-width: 767px){
  .page-template-about-template .nhalfimage .inner{
    padding:40px 0;
  }
  .page-template-about-template .nhalfimage.halfimageTxt ul{
    margin-left: 0;
    padding-left: 0;
  }
  .image-block-display{
    margin: 0 auto;
    margin-bottom: 20px;
  }

}



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

li.element-item{
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
}
#portfolio-filter{
  position: relative;
  left:-11px;
}
#portfolio-filter a{
  border: 1px solid #502d7f;
  padding: 10px 12px;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  text-transform: uppercase;
  color: #502d7f;
  width: max-content;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 13px;
}
#portfolio-filter a:focus{
  background-color: #502d7f;
  color:#fff;
}
#portfolio h3{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #502d7f;
}
#portfolio .textbox{
  padding:20px 50px;
}
#portfolio-list .entry-content strong{
  font-weight: 300;
  color:#1f627f;
}
#portfolio-list .entry-title{
  margin-bottom: 0px;
}
#portfolio-list .entry-title a{
  color:#1f627f;
  font-weight: 600;
}
#portfolio-list .who {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

#portfolio-list .entry-content .more-link{
  display: block;
  width: 210px;
  background-color: #502d7f !important;
  border-radius: 10px;
  padding: 2px 17px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: none !important;
}
#portfolio #searchform {
  position: relative;
}
#portfolio #searchform input{
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  padding: 10px 10px;
  overflow: hidden;
  border-bottom: 0px;
  /*width: 85%;*/
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  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;
}



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

@media (max-width: 767px){
  #portfolio h3{
    padding:0 25px;
  }
  #portfolio-filter{
    left: 0;
    padding-left: 0;
  }
  #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%;
    padding:20px 0;
  }
  .blog-post .content-area .col.s12{
    padding: 0;
  }
}




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

.training-item{
  padding:60px 0 0;
}
.training-item .item{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px;
  -webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
  height: 100%;
  width: 98%;
  margin: 0 auto 33px auto;
  min-height: 437px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.training-item .item h3{
  margin:0px;
  color: #1f627f;
  font-weight: 600;
  margin-bottom: 10px;
}
.training-item .item ul{
  list-style: inherit;
  margin-left: 20px;
}
.training-item .item ul li{
  list-style: inherit;
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 18px;
  list-style-type: disc;
}
.training-item .item p{
  margin-bottom: 0px;
  color: #1f627f;
}
.training-item .item a{
  font-weight: 600;
}

.training-item .col:last-child{
  clear:left;
}

@media (max-width: 767px){
  .training-item .item ul{
    margin-left: 0px;
  }
  .training-item .item{
    width: 100%;
    padding:25px 25px;
    display: block;
    min-height: 100%;
  }
}


/*-------------------------------------------------------------
## 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: 10px 10px 5px -4px rgba(0,0,0,0.44);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.44);
  display: flex;
  align-items: center;
}
.pullfeed .item .inner{
  padding:0 50px;
}
.pullfeed .item h4{
  margin:0;
  font-size: 18px;
}
.pullfeed .item h3{
  color: #1f627f;
  font-weight: 600;
  margin:0;
  padding-top:15px;
  line-height: 38px;
}
.pullfeed .item p{
  color: #1f627f;
}
.pullfeed .item img{
  height: auto;
}

@media (max-width: 990px){
  .pullfeed .item{
    display: block;
  }
  .pullfeed .item img{
    height: 100%;
    width: 35%;
    padding-left: 20px;
  }
  .pullfeed .item .inner{
    padding:20px 20px;
  }
}
@media (max-width: 550px){
  .pullfeed .item img{
    width: 100%;
    padding-left: 0px;
  }
  .pullfeed .item .inner{
    padding:20px 0;
  }
  .pullfeed .item .col.s12{
    padding:0;
  }

}




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






#contact-page-form .wpcf7-form-control-wrap .wpcf7-list-item-label{
  color: #1f627f;  
}
#contact-page-form .acceptancefields .wpcf7-form-control-wrap .wpcf7-list-item-label{
  color: #767676;
}



#contact-page-form .selectbox .wpcf7-list-item-label::before{
  display: none;
}
#contact-page-form .selectbox .selected .wpcf7-list-item-label{
  background-color: #fff;
  color: #1f627f;
}
#contact-page-form .selectbox .wpcf7-list-item-label{
  border: 2px solid #1f627f;
  border-radius: 10px;
  padding-left: 0;
  padding: 6px 9px;
  height: auto;
  text-transform: uppercase;
  margin-right: 6px;
  font-weight: bold;
  z-index: 1;
  overflow:hidden;
  font-size:12px !important;
}
#contact-page-form #click {
  border: 2px solid #1f627f !important;
  color:#1f627f;
  border-radius: 10px;
  padding-left: 0;
  padding: 6px 9px !important;
  height: auto;
  text-transform: uppercase;
  margin-right: 6px;
  font-weight: bold;
  width: inherit !important;
  line-height: 25px;
  font-size: 12px;
}
#contact-page-form #click.activebutton{
  background-color: #1f627f !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 .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: #1f627f;
  color: #fff;
}


#contact-page-form [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
  background-color: #1f627f;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 0px !important;
  margin: 0px;
  transform: inherit;
  z-index: -1;
  border: 2px solid #1f627f;
  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 #1f627f !important;
  border-bottom: 2px solid #1f627f !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: #1f627f;
}
#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{
    padding:0 25px;
  }


  #portfolio-list .portfolio-list{
    height: auto;
    overflow: hidden;
  }

  #portfolio-list .portfolio-list .col.s12{
    padding:0;
  }

  #portfolio #searchform {
    width: 94%;
    margin: 0 auto;
  }
  .blog-post .buttons .btn.solidblue{
    margin-left: 5px;
  }

  .product-loop img{
    width: 100%;
  }

  .m-hidden{
    display: none !important; 
  }



}


.page.page-id-183 .nadditonalfullbox .inner{
  display: flex;
  padding:60px 30px;
}
.page.page-id-183 .nadditonalfullbox p{
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
}
.page.page-id-183 .nadditonalfullbox .col{
  padding:0 24px;
}






.partnerblock {
  padding-top: 70px;
}

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

.partnerblock .modal-body p{
  color: #767676;
}




@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;
}

@media (max-width:1559px){
  .topheader p .btn.blue{
    font-size: 14px;
  }
}




/* 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: #1f627f;
}
.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%;
  }
}



.page-template-sales-enablement .training-item .item{
  min-height: 247px;
}

.course-feed {
  background-color: #fff;
  padding:60px 0;
}
.course-feed .item{
  background-color: #fff;
  border-radius: 14px;
  border:1px solid #cbc9ca;
  width: 100%;
  display: block;
  float: left;
  padding: 40px 40px;
  margin-bottom: 30px;
}

.course-feed img{
  height: 100%;
}

.course-feed .item h3{
  margin-top: 0;
}

.course-feed .item p:last-child{
  margin-bottom: 0;
}




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

.techpartnerslist ul {
}

.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
}


.main-navigation ul li.menu-item-100:hover > ul{
  left: -120%;
  right: -50%;
  width: 250px;
}





 .form{
  background-color: #fff;
  border-radius: 15px;
  padding:40px;
  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: 90%;
    margin: 0 auto;
    display: block;
    float: initial;
}
 .form p{
 	padding-bottom: 0 !important;
 }


 h3{
  margin: 0;
  color:#1f627f;
  font-weight: 600;
  padding-top:40px;
}
 .form h3{
  padding-bottom: 25px;
  padding-top:0px;
}
 .form input{
  border-bottom: 1px solid #767676  !important;
  padding: 10px 10px !important;
  border-radius: 0;
  margin-bottom: 0px;
  width:97%;
  font-size: 20px;
   	color:#000;
}
 .form input::placeholder{
 	font-size:16px;
 	color:#000;
 }
  .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:#000;
}
 .form textarea::placeholder{
 	font-size:16px;
 	color:#000;
 }

.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: #1f627f;
  font-weight: 300;
  list-style-type: disc;
}