/*
Theme Name: AccessTI
Author: Starbit
Description: Wordpress Theme
Version: 0.0.1
*/


@font-face {
  font-family: "Lato";
  src: url(fonts/Lato-Medium.ttf);
}

@font-face {
  font-family: "Lato";
  src: url(fonts/Lato-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: "Museo500";
  src: url(fonts/Museo_Slab_500.otf);
}

@font-face {
  font-family: "Museo700";
  src: url(fonts/Museo_Slab_700.otf);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select {
  -moz-appearance: none;
}

textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body {
  line-height: 1;
  width: 100% !important;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

/*Main CSS*/
body {
  color: #262626;
  font-family: Lato, sans-serif;
  overflow-x: visible;
}

.container {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.centered {
  text-align: center;
}

h1 {
  font: 40px Museo700, sans-serif;
}

h2 {
  font: 30px Museo700, sans-serif;
}

h3 {
  font: 22px Museo500, sans-serif;
}

h3.lato {
  font: 22px Lato, sans-serif;
}

h4 {
  font: 20px Museo700, sans-serif;
}

h5 {
  font: bold 18px Lato, sans-serif;
}

p {
  font: 16px Lato, sans-serif;
}

ul {
  font: 14px Lato, sans-serif;
  list-style: disc;
  padding: 0 0 0 25px;
}

.content ul li {
  margin: 10px 0;
}

.clearfix {
  clear: both;
}

.content p {
  margin: 20px 0;
}

.dark-blue-button {
  text-decoration: none;
  color: #fff;
  background-color: #24576c;
  font: 14px Lato, sans-serif;
  padding: 6px 12px;
}

div.orange_button a,
.orange-button {
  text-decoration: none;
  color: #fff !important;
  background-color: #ed7921;
  font: 14px Lato, sans-serif;
  padding: 8px 12px;
}

.dark-blue-button:hover {
  background-color: #19a3da;
}

div.orange_button a:hover,
.orange-button:hover {
  background-color: #24576c;
}

#cn-accept-cookie,
#cn-more-info {
  color: #fff;
  background-color: #ED7921;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  font-weight: 600;
}

#cn-accept-cookie:hover,
#cn-more-info:hover {
  background-color: #24576c;
}

/*Header*/

header .container {
  position: relative;
}

/*Menu top*/

.header-top {
  background-color: white;
  height: 35px;
}

#menu-top-menu {
  display: flex;
}

.menu-top-menu-container {
  float: right;
  background-color: #f2f2f2;
}

.menu-top-menu-container ul li {
  display: inline-block;
  position: relative;
}

.menu-top-menu-container ul li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 9px 17px;
  font: 14px Lato, sans-serif;
  border-right: solid 2px #c4c4c4;
}

.menu-top-menu-container ul li:last-child a {
  border: none;
}

.menu-top-menu-container ul li.current_page_item a {
  color: #23a8dc;
}

.menu-top-menu-container ul li.current-page-ancestor a {
  color: #23a8dc;
}

.menu-top-menu-container ul li:hover {
  background-color: #24576c;
}

.menu-top-menu-container ul li:hover a {
  color: #fff;
}

.menu-top-menu-container ul li.last-item a {
  color: #fff;
  background-color: #ed7921;
}

.menu-top-menu-container ul li.last-item a:hover {
  background-color: #24576c;
}

.menu-top-menu-container ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  z-index: 100;
  background-color: #4eb1de;
}

.menu-top-menu-container ul li .sub-menu li {
  min-width: 100%;
}

.menu-top-menu-container ul li .sub-menu a {
  border: none;
  white-space: nowrap;
}

.menu-top-menu-container ul li:hover .sub-menu {
  display: block;
}

/*Main menu & logo*/

.menu-logo,
#search_form,
.menu-main-menu-container,
.menu-main-menu-container ul li {
  display: inline-block;
}

.menu-main-menu-container ul li.current_page_item a {
  color: #23a8dc;
}

.menu-main-menu-container ul li.current-page-ancestor a {
  color: #23a8dc;
}

.menu-logo {
  margin-top: -30px;
}

.menu-logo img {
  height: 130px;
  width: auto;
}

.menu-main-menu-container ul li a,
.menu-main-menu-container ul li a.menu-item-has-children li a {
  text-decoration: none;
  color: #262626;
  display: block;
  padding: 9px 20px;
  font: bold 18px Lato, sans-serif;
}

.menu-main-menu-container ul li a:hover {
  background-color: #24576c;
  color: #fff;
}

.main-menu {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#search_form {
  margin: 0 0 0 110px;
}

#searchform input#s {
  border: 1px solid #262626;
  padding: 5px 30px 5px 7px;
  width: 200px;
  height: 30px;
  box-sizing: border-box;
}

#searchform button {
  vertical-align: top;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 28px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 9px;
}

#searchform button:hover {
  color: #23a8dc;
}

.sticky-header {
  display: none;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #23a8dc;
}

.menu-sticky-menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.menu-sticky-menu-container .menu {
  display: flex;
  justify-content: center;
}

.sticky-logo {
  display: inline-block;
  padding: 7px 0;
  line-height: 40px;
}

.sticky-logo a {
  text-decoration: none;
  line-height: 40px;
}

.sticky-logo img {
  height: 26px;
  width: auto;
}

.menu-sticky-menu-container ul li {
  display: inline-block;
  line-height: 40px;
}

.menu-sticky-menu-container ul li.last-item {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-sticky-menu-container ul li a {
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 0 21px;
  line-height: 40px !important;
  font: bold 18px Lato, sans-serif;
}

.menu-sticky-menu-container ul li.current_page_item a {
  color: #23a8dc;
}

.menu-sticky-menu-container ul li a:hover {
  background-color: #24576c;
  color: #fff;
}

.menu-sticky-menu-container ul li.last-item a {
  color: #fff;
  background-color: #ed7921;
  margin: 0 0 0 65px;
}

.menu-sticky-menu-container ul li.last-item a:hover {
  background-color: #24576c;
}

/*Footer*/

/*Newsletter Section*/

.footer-top {
  background-color: #11a2d9;
  padding: 15px;
  overflow: hidden;
  color: #fff;
}

.footer-top .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top p {
  margin-bottom: 15px;
}

.footer-top .social-media > a {
  font-size: 38px;
  color: #fff;
  padding: 0 10px;
}

.footer-top .social-media > a:hover {
  color: #24576c;
}

/*Footer Contact Details*/

.footer-contact {
  text-align: center;
  padding: 15px 0;
}

.footer-contact i,
.footer-contact .contact-info {
  display: inline-block;
  vertical-align: middle;
}

.footer-contact i {
  color: #3c5b9a;
  margin: 0 15px 0 0;
}

.footer-contact .contact-info {
  font: 18px Lato, sans-serif;
  color: #262626;
}

.contact-info {
  padding: 0 15px;
  border-right: 1px solid black;
}

.contact-info:last-child {
  border-right: none;
}

/*Footer Copyright Section*/

.footer-copyright {
  text-align: center;
}


.footer-logos {
  margin: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-logos img {
  max-height: 100px;
}

.footer-copyright p {
  font: 14px Lato, sans-serif;
  color: #262626;
  line-height: 1.4;
}

.copyright {
  padding: 0 10px;
  line-height: 1.4;
}

/*Footer menu*/

.footer-menu {
  text-align: center;
  padding: 20px 0;
}

.menu {
  padding: 0;
}

.menu-footer-menu-container ul li {
  display: inline-block;
}

.menu-footer-menu-container ul li a {
  text-decoration: none;
  color: #11a2d9;
  font: bold 14px Lato, sans-serif;
  padding: 5px;
}

.menu-footer-menu-container ul li a:hover {
  background-color: #24576c;
  color: #fff;
}

/*Footer Starbit*/

.footer-bottom {
  text-align: center;
  background-color: #f2f2f2;
}

.about-container {
  margin-bottom: 75px;
}

.starbit {
  padding: 15px 10px 55px 10px;
}

.starbit a {
  text-decoration: none;
  color: #11a2d9;
  font: bold 14px Lato, sans-serif;
}

/*Home page*/

/*Main Home CSS*/

div.line {
  height: 3px;
  width: 90px;
  background-color: black;
  margin: 0 auto;
}

.grey {
  background: #f2f2f2 url('images/grey_banner.png') no-repeat center center;
  background-size: cover;
  min-height: 400px;
}

.greyscale h2,
.whitescale h2 {
  padding: 0 0 20px;
}

.greyscale {
  padding: 50px 0;
}

.whitescale {
  margin: 50px 0;
}

.center {
  text-align: center;
}

/*Banner*/

.banner {
  position: relative;
  margin-bottom: 10px;
}

.banner-parallax {
  background: url('images/banner.jpg') no-repeat 0 -180px;
  height: 500px;
  position: absolute;
  top: 0;
  width: 100%;
}

/*Banner text*/
.banner-text {
  text-align: center;
  margin: 0 auto;
}

/* .banner-title {
  padding-bottom: 0 !important;
} */

/* .banner-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 100%;
  border-bottom: none;
  border-top: 15px solid #24576c;
  border-right: 25px solid transparent;
} */

.banner-loader {
  height: 626px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-loader .loader {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3d3e3f;
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

.banner-center {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}

.banner-title {
  background-color: #24576c;
  color: #fff;
  padding: 20px;
  position: relative;
  margin-top: 50px;
}

.banner-resume {
  background-color: #fff;
  font: bold 14px Lato, sans-serif;
  padding: 20px 42px 0;
}

/*slick slider */

.hero-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  position: relative;
}

.hero-slider:not(.slick-slider) img {
  max-height: 420px;
  width: 100%;
}

.hero-slider .slick-track {
  display: flex;
  justify-content: space-between;
  /* column-gap: 10px; */
 /*  justify-content: center;
  margin-left: -10px; */
}

.slick-slide {
  width: 585px !important;
}

.slick-slide img {
  display: flex;
  max-height: 420px;
  min-height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.slick-slide.slick-current {
  margin-right: 5px;
}

.slick-slide.slick-current + div {
  margin-left: 5px;
}

/* .slick-slide.slick-current.slick-active[data-slick-index="0"],
.slick-slide.slick-current.slick-active[data-slick-index="0"] + div {
  width: 580px !important;
}

.slick-slide.slick-current.slick-active:not([data-slick-index="0"]),
.slick-slide.slick-current.slick-active:not([data-slick-index="0"]) + div {
  width: 600px !important;
} */

.slick-slide img + p {
  padding: 10px;
  background-color: #f2f2f2;
  text-align: end;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  padding-left: 0;
  column-gap: 1em;
  margin-top: 2em;
}

ul.slick-dots li {
  list-style: none;
}

ul.slick-dots li.slick-active button {
  background-color: #11a2d9;
}

ul.slick-dots li button {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  border: 3px solid #11a2d9;
  background: none;
  color: transparent;
}

/*Slice Corner*/

.banner-resume:before {
  content: "";
  width: 570px;
  height: 30px;
  position: absolute;
  top: 100%;
  right: 70px;
  background: #fff;
}

.banner-resume:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -70px;
  position: absolute;
  top: 100%;
  left: 100%;
  border-left: 35px solid #fff;
  border-top: 15px solid #fff;
  border-right: 35px solid transparent;
  border-bottom: 15px solid transparent;
}

/*Featured services*/

.greyscale-left img,
.greyscale-right img {
  max-height: 470px;
  position: absolute;
}

.greyscale-left img {
  left: 0;
}

.greyscale-right img {
  right: 0;
}

.circle {
  width: 100%;
  margin: 0 0 50px;
}

.single-circle {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

.single-circle p {
  max-width: 150px;
  margin: 6px auto;
}

.animate-number {
  position: relative;
  top: -122px;
  height: 0;
}

.animate-number p {
  color: #fff;
  font-size: 40px;
}

svg.animate-circle {
  background-color: #19a3da;
  border-radius: 50%;
}

.outer {
  fill: transparent;
  stroke: #fff;
  stroke-width: 10;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 6.3s;
  -webkit-animation-play-state: running;

  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
  stroke-dashoffset: 0;
  -webkit-animation: show100 6.3s;
  animation: show100 6.3s;
}

@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/*Featured case studies*/

.home .featured-case > .container {
  display: flex;
  justify-content: space-between;
}

.home .featured-studies-content {
  flex-basis: 46%;
}

.home .case-studies-top-content > .case-studies-img {
  max-width: 160px;
  margin-right: 15px;
}

.home .case-studies-top-content > .case-studies-img > img {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  object-fit: cover;
}

.home .case-studies-top-content {
  display: flex;
  margin-top: 45px;
  margin-bottom: 10px;
}

.home .case-studies-top-content > div {
  text-align: left;
}

.home .case-studies-top-content h5 {
  font: 20px Museo700, sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}

.home .case-studies-top-content p {
  color: #24576c;
}

.home .case-studies-bottom-content {
  text-align: left;
}

.home .case-studies-bottom-content p {
  margin-bottom: 20px;
}



/*Page Courses / Services main CSS*/

/* Generic page */

.page-wrapper .main {
  padding: 0 0 30px 0;;
  min-height: 150px;
}

.page-wrapper .page-img {
  text-align: center;
}

.page-wrapper h2,
.page-wrapper img,
.page-wrapper div.introduction,
.page-wrapper p {
  margin: 0 0 20px;
}

.page-wrapper img {
  margin: 30px;
  display: inline-block;
  height: 100px;
  width: auto;
}

.content-image img {
  margin: 0 0 10px 0;
}

.single-case-studies-content img {
  margin: 0;
}

.sidebar .course-logo {
  margin-bottom: 10px;
}

.sidebar .course-logo img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
}

.page-wrapper div.introduction p {
  color: #13a1d9;
  font: 22px Lato, sans-serif;
}

/*banner*/
.banner {
  text-align: center;
}

.page-banner {
  background: url('images/banner.jpg') no-repeat 0 0;
  background-size: 100%;
  height: 142px;
}

.page-banner-content {
  height: 100px;
  margin: 0 auto;
  padding: 30px 0;
  display: inline-block;
}

.page-banner-title {
  padding: 20px 50px 0;
  background-color: #fff;
  position: relative;
}

.page-banner-title:before,
.page-banner-title:after {
  content: '';
  position: absolute;
  top: 100%;
}

.page-banner-title:before {
  width: calc(100% - 30px);
  height: 20px;
  left: 0;
  background-color: #fff;
}

.page-banner-title:after {
  border-top: 20px solid #fff;
  border-right: 30px solid transparent;
  right: 0;
}

/*breadcrumb*/
.breadcrumb {
  margin: 30px 0;
}

.breadcrumb span a,
.breadcrumb span span,
.breadcrumb span.separator {
  text-decoration: none;
  font: 14px Lato, sans-serif;
  color: #19a3da;
}

.breadcrumb span a:hover span {
  color: #24576c;
}

/*filter*/
h3.lato,
.filter,
.filter-item {
  display: inline-block;
}

h3.lato {
  margin: 0 145px 10px 0;
  vertical-align: middle;
}

.filter {
  background-color: #f2f2f2;
}

.filter-item {
  position: relative;
  width: 125px;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  font: bold 16px Lato, sans-serif;
  cursor: pointer;
}

.filter-item:hover {
  background-color: #24576c;
  color: #fff;
}

.active-filter {
  background-color: #24576c;
  color: #fff;
}

.filter-item p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 130px;
  height: 48px;
}

/*about us page*/
.more-about-us-container {
  margin-bottom: 35px;
}

/*courses*/
.services-content h2,
.access-courses h2,
.core-skill-courses h2 {
  margin: 0 0 20px;
}

.access-courses h2 {
  margin-top: 20px;
}

.no-courses {
  margin-bottom: 20px;
}

.single-course-square {
  width: calc(25% - 15px);
  display: inline-block;
  padding: 0 10px;
  margin: 0 15px 15px 0;
  height: 195px;
  background-repeat: no-repeat;
  background-size: 100% 195px;
  vertical-align: top;
  position: relative;
}

.single-course-square.img1,
.single-course-square.img9,
.single-course-square.img17,
.single-course-square.img25 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-1-V2.png');
}

.single-course-square.img2,
.single-course-square.img10,
.single-course-square.img18,
.single-course-square.img26 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-2-V2.png');
}

.single-course-square.img3,
.single-course-square.img11,
.single-course-square.img19,
.single-course-square.img27 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-3-V2.png');
}

.single-course-square.img4,
.single-course-square.img12,
.single-course-square.img20,
.single-course-square.img28 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-4-V2.png');
}

.single-course-square.img5,
.single-course-square.img13,
.single-course-square.img21,
.single-course-square.img29 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-5-V2.png');
}

.single-course-square.img6,
.single-course-square.img14,
.single-course-square.img22,
.single-course-square.img30 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-6-V2.png');
}

.single-course-square.img7,
.single-course-square.img15,
.single-course-square.img23,
.single-course-square.img31 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-7-V2.png');
}

.single-course-square.img8,
.single-course-square.img16,
.single-course-square.img24,
.single-course-square.img32 {
  background-image: url('../../uploads/2018/02/Courses-Backgrounds-8-V2.png');
}

.single-course-square:hover {
  background: #19a3da;
}

.single-course-square:hover h4,
.single-course-square:hover i,
.single-course-square:hover p {
  color: #fff;
}

.single-course-square h4 {
  margin: 10px 0;
  text-decoration: none;
  color: #19a3da;
}

.single-course-square p:not(:first-of-type) {
  margin-top: 12px;
}

/*.single-course-square .fa-arrow-right {
  float: right;
  width: 0;
  position: relative;
  top: 135px;
  left: -25px;
  transform: rotate(45deg);
  color: #19a3da;
}*/

.single-course-square .fa-arrow-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(45deg);
  color: #19a3da;
}

.single-course-square a {
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.single-course-square-link .single-course-square {
  text-decoration: none;
  color: #000;
}

/*Courses page*/
/*filter*/

.main-services.courses-page {
  border-top: 2px solid #19a3da;
}

.main-filters {
  padding: 0 0 20px 0;
  border-bottom: 2px solid #19a3da;
  position: relative;
}

.main-filters .online h3 {
  margin: 0 0 10px 0;
  font-family: Lato, sans-serif;
}

.main-filters .online {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

/*Content courses*/
.courses-content {
  padding: 0 0 20px 0;
}

.courses-content > div {
  margin: 40px 0;
}

.loading {
  text-align: center;
  margin: 20px 0;
}

/*Services page*/

.main-services {
  overflow: hidden;
}

.filter-number {
  font: bold 16px Lato, sans-serif;
  line-height: 26px;
  border: 2px solid #262626;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  color: #262626;
}

.sub-filter {
  margin: 25px 0;
}

.sub-filter h3.lato {
  width: 196px;
  margin: 0 50px 0 0;
  color: #262626;
  font-size: 18px;
}

.courses-redit {
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px solid #19a3da;
}

.services-content {
  padding: 30px 0;
}

.single-services {
  margin: 25px 0;
  overflow: auto;
  background-color: #f2f2f2;
}

.single-services-content {
  padding: 15px;
}

.single-services:nth-child(even) {
  background-image: url('../../uploads/2018/02/Projects-Backgrounds-1-V2.png');
}

.single-services:nth-child(odd) {
  background-image: url('../../uploads/2018/02/Projects-Backgrounds-2-V2.png');
}

.single-services img {
  height: auto;
  width: 150px;
  padding: 15px;
  float: left;
}

.single-services-content h4 {
  margin: 10px 0;
}

.single-services-content h4 a {
  text-decoration: none;
  color: #19a3da;
}

.single-services .services-link {
  margin: 0 13px 13px;
  float: right;
}

/*Case Studies*/
.main-case-studies {
  padding: 0 0 30px;
}

.case-studies {
  margin: 25px 0;
  padding: 20px;
  overflow: auto;
  position: relative;
}

.case-studies:nth-child(odd) {
  background-image: url('../../uploads/2018/02/Projects-Backgrounds-1-V2.png');
}

.case-studies:nth-child(even) {
  background-image: url('../../uploads/2018/02/Projects-Backgrounds-2-V2.png');
}

.case-studies .case-studies-img {
  float: left;
  margin-right: 20px;
}

.case-studies .case-studies-img img {
  width: 260px;
  height: auto;
}

.case-studies h4 {
  margin: 10px 0;
}

.case-studies-content {
  padding-bottom: 10px;
}

.case-studies-content h4 a {
  text-decoration: none;
  color: #19a3da;
}

.case-studies .case-studies-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/*single page*/
/*banner*/
.page-banner-single {
  background: url('../../uploads/2018/02/Sub-Page-Banner-2-V5-Parallax.jpg') no-repeat 0 -128px;
  height: 152px;
  background-size: 100% 280px;
}

.single-main {
  float: left;
  width: 73%;
  padding: 0 128px 30px 0;
}

.single-main h2 {
  margin: 0 0 20px;
}

.single-main img {
  max-width: 100%;
  height: auto;
}

.content img {
  width: 200px;
  height: auto;
  float: left;
  margin: 0 15px 15px 0;
}

.content > p {
  margin: 0 0 1em;
}

.single-info {
  width: 100%;
  margin: 30px 0;
}

.single-info.image_services {
  display: none;
}

.single-info.image_services + .single-info {
  display: none;
}

.single-info h3,
.single-info i,
.single-partners h3,
.single-partners .fa {
  color: #19a3da;
}

.single-info i {
  font-size: 20px;
}

.single-info h3,
.single-partners h3 {
  display: inline-block;
  margin: 0 0 20px 5px;
}

.single-info.what h3 {
  margin-bottom: 0;
}

.single-partners {
  padding: 30px 0;
}

.single-partners .partners-img {
  display: inline-block;
  width: calc(25% - 20px);
  padding: 0 5px;
  margin: 13px 5px;
  vertical-align: middle;
}

.single-partners .partners-img img {
  width: 100%;
  height: auto;
}

/*Single case studies*/
.single-case-studies-main {
  width: 64%;
  padding: 0 128px 140px 0;
  display: inline-block;
  vertical-align: top;
}

.single-case-studies-main h2,
.single-case-studies-main img,
.single-case-studies-content h3.lato,
.single-case-studies-content p {
  margin: 0 0 20px;
}

.single-case-studies-content h3 {
  margin-bottom: 20px;
}

.single-case-studies-main h3.lato {
  color: #19a3da;
}

.single-case-studies-main p {
  line-height: 25px;
}

.single-case-studies-main a {
  margin: 30px 0 0;
  display: inline-block;
}

.single-case-studies-content {
  margin: 0 0 10px;
}

/*Sidebar*/
.sidebar {
  float: left;
  width: 25%;
  padding: 0 0 140px;
}

.sidebar-item {
  margin: 0 0 10px;
}

.get-intouch,
.related-project,
.work-with-us-content {
  background-color: #f2f2f2;
}

.get-intouch h3,
.related-project h3,
.work-with-us h3 {
  color: #fff;
  background-color: #19a3da;
  padding: 10px 20px;
}

.get-intouch-content,
.related-project-content {
  padding: 15px;
}

.get-intouch-content {
  padding-bottom: 55px;
}

.get-intouch-content p {
  margin: 0 0 10px 0;
}

.get-intouch-content a {
  margin: 5px 0;
  display: inline-block;
  float: left;
}

.related-project-content img {
  width: 100%;
  height: auto;
}

.related-project-content a,
.work-with-us-content a {
  margin: 10px 0 0 0;
  display: inline-block;
}

.related-project-content img,
.related-project-content h5,
.related-project-content p,
.work-with-us-content h5,
.work-with-us-content p {
  margin: 0 0 10px;
}

/*work with us*/
.work-main {
  padding: 0 0 50px;
}

.single-job-offer {
  padding: 0 0 50px;
  border-bottom: 2px solid #19a3da;
}

.single-job-offer:last-child {
  border-bottom: none;
}

.single-job-offer h2 {
  margin: 50px 0 30px;
}

.single-job-offer li {
  font: 14px Lato, sans-serif;
}

.single-job-offer .orange-button {
  float: right;
  margin-top: 5px;
}

/*Contact Page*/
.contact-us-main {
  padding: 0 0 80px;
}

.contact-us-main h2,
.contact-us-main p {
  margin: 0 0 30px;
}

.contact-form {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

div.wpcf7 {
  overflow: auto;
  margin: 30px 0 0;
}

.form-left {
  width: 45%;
  float: left;
  margin: 0 5% 0 0;
}

.form-right {
  width: 49%;
  display: inline-block;
}

.form-right label,
.form-left label {
  font: 18px Lato, sans-serif;
  cursor: pointer;
}

.form-right input {
  border: 2px solid #19a3da;
  min-height: 26px;
}

.form-left input {
  border: 2px solid #19a3da;
  min-height: 26px;
  padding: 5px 7px;
  width: 100%;
  box-sizing: border-box;
}

.form-right input[name=hear-us] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 7px;
}

.form-right input[name=your-reason] {
  margin: 0;
}

.wpcf7-list-item input {
  min-height : 15px;
}

.form-right input[name=your-reason] + span {
  font-size: 16px;
}

.form-left .wpcf7-textarea,
.form-right .wpcf7-textarea {
  border: 2px solid #19a3da;
  width: 100%;
  padding: 2px;
}

.form-right .wpcf7-textarea {
  max-height: 100px;
}

.form-right .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin: 5px 0;
}

.form-right .your-additional-information input {
  min-height: 98px;
}

.wpcf7-form-control-wrap {
  top: 8px;
}

.form-right input[type=submit] {
  border: inherit;
  background: #ed7921;
  color: #fff;
  padding: 6px 28px;
  float: right;
  font: bold 14px Lato, sans-serif;
  cursor: pointer;
  margin-top: 10px;
}

.form-right input[type=submit]:hover {
  background: #24576c;
}

.details-contact {
  width: 25%;
  float: right;
  vertical-align: top;
}

.details-contact p span {
  width: 30%;
  float: left;
  vertical-align: top;
  font: bold 16px Lato, sans-serif;
}

.details-contact p {
  overflow: hidden;
}

/*Default page*/

.default-main {
  padding: 0 0 120px;
}

.default-main h3 {
  color: #19a3da;
  margin: 20px 0;
}

.default-main p {
  margin: 10px 0;
  line-height: 22px;
}

/*Search page*/
.search-main {
  padding: 0 0 120px;
}

.single-search {
  overflow: auto;
  margin: 20px 0;
  padding: 10px;
  background: #f2f2f2;
  position: relative;
}

.single-search img {
  float: left;
  margin: 0 10px 0 0;
}

.single-search .search-content h5 {
  margin-bottom: 10px;
}

.single-search .search-content a {
  position: absolute;
  top: 80%;
}

.client-groups-intro {
  padding-top: 20px;
  width: 800px;
  margin: 0 auto;
}

.client-groups-section {
  width: 100%;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 50px;
  column-gap: 70px;
}

.client_group {
  width: 340px;
}

.client_group:last-child {
  margin-right: 0;
}

.client_group h4 {
  font: 18px Museo700, sans-serif;
  padding-bottom: 10px;
}

.client_group p {
  margin-bottom: 5px;
  font-weight: 600;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dark-blue-button.services_link {
  margin: 5px 0;
  border: none;
}

.client_group:first-child h4 {
  color: orange;
}

.client_group:nth-child(2) h4 {
  color: #b87ca5;
}

.client_group:nth-child(3) h4 {
  color: #44adbf;
}

.client_group:nth-child(4) h4 {
  color: #58ab65;
}

.client_group:last-child h4 {
  color: #e06683;
}

.about-content h3 {
  color: #13a1d9;
}

.link-container {
  margin-top: 20px;
}

.locations-responsive {
  display: none;
}

.sub-filter.select {
  display: none;
}

.main-filters.select.courses {
  display: none;
}

h3.lato.location {
  display: block;
  margin: 0 0 10px 0;
}

.location-button {
  padding: 10px;
  margin: 3px;
  width: calc(33% - 8px);
  border: none;
  background-color: #fbc000;
  color: black;
}

/* Pagination */

.pagination {
  padding-bottom: 10px;
}

.pagination a,
.page-numbers.current {
  text-decoration: none;
  color: black;
  font-weight: 800;
  padding: 2px 8px;
  font: 16px Lato, sans-serif
}

.pagination a:hover {
  background-color: #fbc000;
  color: white;
}

.page-numbers.current {
  background-color: #fbc000;
  color: white;
  padding: 2px 8px;
}

/* Sticky Search Bar */

.sticky-search-bar {
}

.sticky-search-bar {
  position: fixed;
  z-index: 99999999;
  right: 0;
  width: 55px;
  height: 55px;
}

.sticky-nav-search-icon {
  font-size: 25px !important;
  color: #11a2d9;
  padding: 15px;
}

.sticky-search-bar-dropdown {
  position: fixed;
  z-index: 9999999;
  top: 55px;
  width: calc(100% - 16px);
  background-color: #f29b3d;
  padding: 8px;
  display: none;
}

.sticky-search-bar-dropdown form input#s {
  border: none !important;
  width: 100% !important;
}

.sticky-search-bar-dropdown form button i {
  color: #ed7921;
}

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

  .sticky-search-bar,
  .sticky-search-bar-dropdown {
    display: none;
  }

}

.page-content h3 {
  margin: 15px 0;
  color: #13a1d9;
}

.wsp-container ul {
  padding-bottom: 20px;
}

.article-date {
  margin-bottom: 10px;
  color: #939393;
}

.case-studies h4 {
  margin-bottom: 0;
}

.case-studies-content-home h5 {
  margin-bottom: 2px;
}

.case-studies-content h5 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.case-studies-content p {
  font-size: 16px;
}

.page-content p a {
  font-weight: bold;
  color: black;
}

.case-studies-content p a,
.report-link {
  font-weight: bold;
  color: black;
}

.single-case-studies-content > .quote_body {
  background-color: #f2f2f2;
  padding: 20px 20px 15px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3em;
}

.single-case-studies-content > .quote_body::before,
.single-case-studies-content > .quote_body::after {
  content: '"';
}

.single-case-studies-content > .quote_author {
  background-color: #f2f2f2;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}

.single-case-studies-content > .quote_author::before {
  content: '- ';
}

.main-bottom {
  margin-bottom: 100px;
}

.single-job-offer ul {
  margin-bottom: 20px;
}

.single-job-offer ul li {
  font-size: 16px;
}

.tnp-email {
  padding-left: 5px;
}

.client_group a button:hover {
  cursor: pointer;
}

.address-container {
  width: 100%;
  overflow: hidden;
}

.address-label {
  width: 29%;
  vertical-align: top;
}

.address-details {
  width: 60%;
  vertical-align: top;
}

.address-container p {
  display: inline-block;
}

.facebook-link {
  font: 18px Lato, sans-serif;
  margin-bottom: 5px;
}

#cn-notice-text {
  font: 14px Lato, sans-serif;
}

.single-main li {
  font: 16px Lato, sans-serif;
}

.single-main ul {
  margin-bottom: 10px;
  list-style-position: inside;
}

.breadcrumb .current-item {
  text-decoration: none;
  font: 14px Lato, sans-serif;
  color: #19a3da;
}

.intro p {
  font: 18px Museo500, sans-serif;
}

#terms-label {
  font-size: 14px;
  margin-bottom: 10px;
}

.form-right p {
  margin-bottom: 25px;
}

#terms-label a {
  font-weight: bold;
  color: black;
}

.wpcf7-response-output {
  width: 48%;
  margin: 0 !important;
  padding: 6px !important;
  height: 20px;
  float: right;
  font: 14px Lato, sans-serif;
}

.wpcf7-form {
  overflow: hidden;
}

.wpcf7-checkbox span {
  margin: 0;
}

.about-heading {
  color: #13a1d9;
}

/* Password protected courses section - Carine 02/06/2020 */

.single-adult .private,
.single-young_people .private,
.single-courses .private {
  margin: 0 0 30px;
}

.single-adult .private h3,
.single-young_people .private h3,
.single-courses .private h3 {
  color: #13a1d9;
  margin-bottom: 10px;
}

.single-adult .private form label,
.single-young_people .private form label,
.single-courses .private form label {
  display: none;
}

.single-adult .private form p,
.single-young_people .private form p,
.single-courses .private form p {
  margin: 10px 0;
}

.single-adult .private form input[name="post_password"],
.single-young_people .private form input[name="post_password"],
.single-courses .private form input[name="post_password"] {
  border: 1px solid #262626;
  font-family: Lato, sans-serif;
  font-size: 100%;
  line-height: 31px;
  padding: 0 10px;
  margin-right: 10px;
  vertical-align: bottom;
}

.single-adult .private form input[type="submit"],
.single-young_people .private form input[type="submit"],
.single-courses .private form input[type="submit"] {
  border: 0;
  cursor: pointer;

}

/* Weekly programme */
.weekly_programme {
  margin: 30px 0;
  background-image: url('images/Projects-Backgrounds-1-V2.png');
  padding: 20px 25px;
  position: relative;
}

.weekly_programme .programme_header {
  cursor: pointer;
}

.weekly_programme .programme_header p::before {
  content: 'Click to view for w';
}

.weekly_programme.visible .programme_header p::before {
  content: 'W';
}

.weekly_programme h2 {
  font-size: 22px;
  color: #13a1d9;
  margin: 0 0 10px 0;
  line-height: 1;
}

.weekly_programme i.fas {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 40px;
  color: #13a1d9;
}

.weekly_programme .programme_content {
  margin-top: 20px;
}

.weekly_programme:hover i.fas,
.weekly_programme:hover h2 {
  color: #fff;
}

.weekly_programme:hover {
  background: #13a1d9;
  color: #fff;
}

#weekly_programme_table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 2px solid #000;
  margin: 20px 0;
  border-collapse: collapse;
}

#weekly_programme_table .row {
  display: table-row;
}

#weekly_programme_table .row.header .cell {
  background: #24576c;
  color: #fff;
  font-weight: bold;
}

#weekly_programme_table .row:not(.header):nth-child(odd) .cell {
  background: #fff;
}

#weekly_programme_table .row:not(.header):nth-child(even) .cell {
  background: #F2F2F2;
}

#weekly_programme_table .cell {
  display: table-cell;
  border: 1px solid #000;
  padding: 10px;
  color: #000;
}

#weekly_programme_table .cell.weekday {
  font-weight: bold;
  width: 150px;
}

.also_interested {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.also_interested a {
  color: #11A2D9;
}

.also_interested a:hover {
  color: #24576c;
}


/* social media section */

#socialmedia_section {
  display: flex;
  justify-content: center;
  column-gap: 75px;
}

.social_media_container {
  width: 550px;
}

.social_media_container > .header {
  width: 500px;
  margin: 0 auto;
}

.social_media_container > .header > i,
.social_media_container > .header > h2 {
  float: left;
}

.social_media_container > .header > i {
  font-size: 30px;
  margin-right: 15px;
  color: #11A2D9;
  margin-top: 1px;
}

.social_media_container > .header > a {
  float: right;
  margin-top: 3px;
}

.social_media_container #twitter-feed-Access2Industry,
.social_media_container .fts-jal-fb-group-display{
  border: 3px solid #f4f4f4;
  border-radius: 4px;
  padding: 0 20px;
}

#social_facebook #u_0_3,
#social_facebook .fts-jal-fb-header {
  display: none;
}

#social_facebook .fts-jal-fb-group-display {
  overflow-x: hidden;
}

#social_facebook .fts-jal-fb-group-display > div.fts-jal-single-fb-post {
  overflow: hidden;
}

#social_facebook .fts-jal-fb-group-display img {
  max-width: 100%;
  height: auto;
}

.fts-twitter-div a,
.fts-twitter-reply-wrap a svg,
.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
  color: #262626;
}

.fts-twitter-div a:hover,
.fts-twitter-reply-wrap a svg:hover,
.fts-jal-fb-header a:hover,
.fts-jal-single-fb-post a:hover {
  color: #11A2D9;
}

.fts-jal-single-fb-post a {
  vertical-align: sub;
}

.fts-tweeter-wrap .tweeter-info,
.fts-jal-single-fb-post {
  border-bottom: 3px solid #f4f4f4;
  font-size: 16px;
}
.fts-twitter-text {
  line-height: 21px;
}

