/** {
  outline: 1px solid red;
}*/

.counter{
    display: none;
}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}

.box-grey{
    background-color: #f0f1f7;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


/* MOD ARCTICLE CATEGORY */
.category-modulelatest-insights{
list-style: none;
padding: 0px;
margin: 0px;
  display: flex;
  gap: 20px;              /* space between boxes */
width: 100%;
}

.category-modulelatest-insights img{
width: 100%;
max-width: 500px;
	-moz-border-radius: 15px;
    	-webkit-border-radius: 15px;
    	-khtml-border-radius: 15px;
    	border-radius: 15px;
}

.news-module h2{
margin-top: 0px;
margin-bottom: 50px;
}

.category-modulelatest-insights h3{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
}

.category-modulelatest-insights .article-box {
  flex: 1;                /* equal width */
  height: auto;          /* adjust as needed */
padding: 0px;
  display: flex;
  flex-direction: column;     /* stack items vertically */
  /*justify-content: center;    vertical centering of the group */
  align-items: center;        /* horizontal centering */
  text-align: center;

  text-align: left;
}

.category-modulelatest-insights h3 a{
    text-decoration: none;
    color: #000;
}

.category-modulelatest-insights h3 a:hover{
    color: #283479;
}

.category-modulelatest-insights .box1 a{
    text-decoration: none;
    color: #283479;
    font-weight: 600;
    font-size: 16px;
}

.category-modulelatest-insights .box1 a:hover{
    text-decoration: underline;
}


.category-modulelatest-insights .mod-articles-category-tags{
    float: left;
    width: 100%;
    padding-top: 10px;
    text-align: left;
}

.category-modulelatest-insights .mod-articles-category-tags .tags li{
    margin-right: 10px;
}

.category-modulelatest-insights .mod-articles-category-tags a{
    text-decoration: none;
    display: inline-block;
    background: #f0f1f7;
    background: #FFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(240, 241, 247, 1) 100%);
    color: #000;
    padding: 5px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
	-moz-border-radius: 15px;
    	-webkit-border-radius: 15px;
    	-khtml-border-radius: 15px;
    	border-radius: 15px;
    text-transform: uppercase;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.category-modulelatest-insights .mod-articles-category-tags a:hover{
    background: #283479;
    color: #fff;
    text-decoration: none;
}

#slideshow-mobile{
    display: none!important;
}

.banner-container video{min-height: 750px !important; width: auto!important;}


/* NEW */

.category-modulelatest-insights p{
display: none;
}

.category-modulelatest-insights .box1 a{
display: none;
}


#banner-video{
overflow: hidden;
min-height: 650px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


#banner-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.2),  /* white top-left */
    rgba(0, 0, 0, .5)     /* blue bottom-right */
  );
  z-index: 2;
}

#banner-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.3),  /* white top-left */
    rgba(40, 52, 121, .8)     /* blue bottom-right */
  );
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.no-overlay::before {
  display: none;
}

#banner-video .bg-video {
    position: absolute;
top: 0px;
left: 0px;
    inset: 0;
    width: 100% !important;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    z-index: 1;
min-height: 0px !important;
margin-left: 0%!important;
}


.video-banner .container {
    position: relative;
    z-index: 3;
}

.full-width .container{
    float: left;
    width: 100%;
    max-width: 100%;
}

.banner .container{
float: none;
width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}


.homepage-sectors{
padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f0f1f7;
}



.txt-right{
float: right;
padding-right: 50px;
padding-left: 75px;
}

.homepage-sectors img{
width: 100%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.homepage-sectors-txt{
padding: 50px;
padding-right: 75px;
background-color: #f0f1f7;
}

.homepage-sectors-txt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding: 0px;
}

.homepage-sectors-txt span{
display: inline-block;
padding: 5px;
padding-left: 15px;
padding-right: 15px;
    text-transform: uppercase;
color: #fff;
    font-size: 12px;
    font-weight: 800;
background-color: #000;
background-color: rgba(40, 52, 121, 0.5);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

}

.investors-btn{
padding-left: 15px;
padding-right: 15px;
    min-width: 0px;
    background: #6cbc8c;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-weight: 700;
}

.investors-btn:hover{
scale: 1.1;
}

.management-btn{
padding-left: 15px;
padding-right: 15px;
    min-width: 0px;
    background: #283479;
margin-top: 0px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-weight: 700;
}

.management-btn:hover{
scale: 1.1;
}

.homepage-sectors .btn{
padding-left: 25px;
    padding-right: 25px;
font-size: 15px;
}

.homepage-sectors-txt h2 {
    font-size: 30px;
    color: #283479;
    line-height: 35px;
 font-weight: 600;
}

.homepage-sectors-txt h2.investors{
color: #6cbc8c;
}

.homepage-sectors-txt h2.management {
    color: #283479;
}

.homepage-intro-quote {
    background: #474747;
    background-image: none;
}

.banner .btn {
display: inline-block;
    margin-top: 0px;
    min-width: 0px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    border: 2px solid #283479;
    background: #283479;
    text-transform: none;
    text-shadow: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.banner .btn:hover{
background: #fff;
    border: 2px solid #fff;
color: #000;
}

.banner .btn2{
background: #fff;
border: 2px solid #fff;
color: #000;
}

.banner .btn2:hover{
background: #283479;
border: 2px solid #283479;
color: #fff;
}

.banner h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-top: 0px;
    font-weight: 800;
}

.banner p {
display: block;
max-width: 100%;
margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 0px;
}

#banner-video h1{
    text-transform: none;
}

.banner-logos {
display: none;
width: 100%;
    padding-left: 0px;
    max-width: 100%;
    float: right;
text-align: center;
padding-top: 50px;
}


.our-services{
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background-color: #f0f1f7;
}

.our-services img{
max-width: 50px;
}




.our-services h2{
margin-top: 0px;
margin-bottom: 25px;
}

.our-services h3{
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
}

.our-services a{
text-decoration: none;
}

.flex-boxes3{
  display: flex;
  gap: 20px;              /* space between boxes */
}

.our-services .box {
  flex: 1;                /* equal width */
  height: 250px;          /* adjust as needed */
  background: #f7f8fa;
  border-radius: 15px;
padding: 25px;
  display: flex;
  flex-direction: column;     /* stack items vertically */
  /*justify-content: center;    vertical centering of the group */
  align-items: center;        /* horizontal centering */
  text-align: center;

  text-align: center;
box-shadow: rgba(17, 12, 46, 0.1) 0px 48px 100px 0px;
}

.our-services .box:hover h3{
    color: #283479;
}

.sub-banner{
position: relative;
overflow: hidden;
padding-top: 150px;
padding-bottom: 150px;
padding-left: 50px;
padding-right: 50px;
background-size: cover;
background-position: center center;
}

.sub-banner h2{
    display: inline-block;
    max-width: 1200px;
    color: #fff;
    margin: 0px;
}

.sub-banner .box1{
position: relative;
  z-index: 9;
}

.sub-banner-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(40, 52, 121,.4),    /* blue bottom-right */
    rgba(40, 52, 121, .8)     /* blue bottom-right */
  );
  z-index: 1;
}

:root {
  --header-height: 80px;
  --tabs-top-gap: 10px;
  --tabs-panel-gap: 10px;
  --tabs-offset: calc(var(--header-height) + var(--tabs-top-gap));
}

.our-services img.services-icon{
margin-bottom: 20px;
    filter: brightness(0) invert(1);
    max-width: 70px;
}


.scroll-block {
    position: relative;
    height: 400vh;
}

  .tabs {
    position: sticky;
    top: var(--tabs-offset);
    display: flex;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .tabs-inner {
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 999px;
    /*background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);*/
    pointer-events: auto;
text-align: left;
  }

  .tab {
    padding: 15px 15px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 15px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #283479;
    color: #000;
box-shadow: none;
  }

  .tab:hover {
    color: #fff;
    background-color: #283479;
  }

  .tab-active {
    background: #283479;
    color: #fff;
  }

  .scroll-section {
    position: relative;
    height: 100%;
    /*margin-top: -74px;*/
  }

  .sticky-wrapper {
    position: sticky;
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
    overflow: hidden;
    box-sizing: border-box;
  }

  .panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 140px 40px 40px;
    will-change: transform;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .panel,
  .panel-inner {
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }

  #panel-cdd .panel-inner {
    background: #283479;
  }

  #panel-gv .panel-inner {
    background: #6CBC8C;
  }

  #panel-vcg .panel-inner {
    background: #283479;
  }

  #panel-vc .panel-inner {
    background: #6CBC8C;
  }


#panel-cdd .btn{
    float: left;
    background: #fff;
    color: #000;
    max-width: 180px;
    margin-top: 15px;
}

#panel-cdd .btn:hover{
    background: #6CBC8C;
    color: #fff;
} 

#panel-gv .btn{
    float: left;
    background: #fff;
    color: #000;
    max-width: 180px;
    margin-top: 15px;
}

#panel-gv .btn:hover{
    background: #283479;
    color: #fff;
}    


#panel-vcg .btn{
    float: left;
    background: #fff;
    color: #000;
    max-width: 180px;
    margin-top: 15px;
}

#panel-vcg .btn:hover{
    background: #6CBC8C;
    color: #fff;
} 

#panel-vc .btn{
    float: left;
    background: #fff;
    color: #000;
    max-width: 180px;
    margin-top: 15px;
}

#panel-vc .btn:hover{
    background: #283479;
    color: #fff;
}    

  /*#panel-cdd .panel-inner,
  #panel-vcg .panel-inner,
  #panel-vc .panel-inner {
    box-shadow:
      0 -8px 20px rgba(0, 0, 0, 0.15),
      0 20px 50px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }*/

#panel-cdd .panel-inner {
  box-shadow:
    0 -6px 15px rgba(0,0,0,0.12),
    0 15px 35px rgba(0,0,0,0.15);
}

#panel-vcg .panel-inner {
  box-shadow:
    0 -10px 25px rgba(0,0,0,0.18),
    0 30px 70px rgba(0,0,0,0.22);
}

#panel-vc .panel-inner {
  box-shadow:
    0 -15px 35px rgba(0,0,0,0.22),
    0 45px 110px rgba(0,0,0,0.28);
}

  .panel h3 {
    margin: 0 0 18px;
    max-width: 10ch;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: white;
  }

  .panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
  }


.panel-inner {
  position: absolute;
  top: calc(50% + var(--tabs-panel-gap));
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1120px, calc(100% - 80px));
  height: min(62vh, 640px);
  padding: 0;
  border-radius: 25px;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}

.tabs.tabs-released {
/*  position: absolute;
  top: 20px;
  left: 0;
  right: 0;*/
opacity: 0;
pointer-events: none;
}

.panel-content,
.panel-image {
  width: 50%;
  height: 100%;
}

.panel-content {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.our-services .panel-image img {
  width: 100%;
  height: 100%;
max-width: 100%!important;
  object-fit: cover;
  display: block;
}



.panel-image-left .panel-content {
  order: 2;
}

.panel-image-left .panel-image {
  order: 1;
}

@media (max-width: 768px) {
  :root {
    --header-height: 76px;
    --tabs-panel-gap: 0px;
  }

 .panel-inner {
    box-shadow:
      0 -4px 12px rgba(0, 0, 0, 0.14),
      0 12px 28px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  #panel-cdd .panel-inner {
    box-shadow:
      0 -3px 10px rgba(0, 0, 0, 0.12),
      0 10px 22px rgba(0, 0, 0, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  #panel-vcg .panel-inner {
    box-shadow:
      0 -4px 12px rgba(0, 0, 0, 0.14),
      0 12px 28px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  #panel-vc .panel-inner {
    box-shadow:
      0 -5px 14px rgba(0, 0, 0, 0.16),
      0 14px 34px rgba(0, 0, 0, 0.20),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .scroll-block {
    height: 300svh;
  }

.scroll-block .tabs {
    display: none;
  }

  .scroll-section {
    height: 100%;
    margin-top: 0;
  }

  .sticky-wrapper {
    position: sticky;
    top: var(--header-height);
    height: calc(100svh - var(--header-height));
    overflow: hidden;
  }

  .panel {
    position: absolute;
    inset: 0;
    height: 100%;
    padding: 20px;
    overflow: hidden;
  }

  .panel-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: calc(100% - 32px);
    height: calc(100% - 40px);
    min-height: 0;
    padding: 0;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .panel-content,
  .panel-image {
    width: 100%;
  }

  .panel-content {
    order: 1;
    height: auto;
    min-height: 52%;
    padding: 28px 22px;
    box-sizing: border-box;
  }

  .panel-image {
    order: 2;
    height: 48%;
  }

  .panel-image-left .panel-content,
  .panel-image-right .panel-content {
    order: 1;
  }

  .panel-image-left .panel-image,
  .panel-image-right .panel-image {
    order: 2;
  }

  .panel h3 {
    max-width: none;
    font-size: clamp(1.9rem, 9vw, 2.7rem);
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 5px;
  }

  .panel p {
    font-size: 15px;
    line-height: 1.55;
  }

  .our-services img.services-icon {
    max-width: 50px;
    margin-bottom: 16px;
  }

  .our-services .panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .panel .btn {
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}


}


.recognition{
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background-color: #fff;
}

.recognition img{
max-width: 100%;
max-height: 150px;
-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.recognition h2{
margin-top: 0px;
margin-bottom: 50px;
}

.recognition h3{
    font-size: 22px;
    font-weight: 600;
min-height: 81px;
    -webkit-transition: .2s;
    transition: .2s;
}

.recognition p{
font-weight: 600;
}

.recognition .box {
  flex: 1;                /* equal width */
  height: auto;          /* adjust as needed */
padding: 0px;
  display: flex;
  flex-direction: column;     /* stack items vertically */
  /*justify-content: center;    vertical centering of the group */
  align-items: center;        /* horizontal centering */
  text-align: center;

  text-align: center;
  font-weight: bold;
}

.expertise{
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background-color: #fff;
/*background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/homepage/AdobeStock_1875909344_Preview.jpeg);*/
}

.expertise h2{
    margin-top: 0px;
    margin-bottom: 50px;

}

.expertise h3{
    font-weight: 600;

    text-align: left;
}

.expertise p{

    text-align: left;
}

.expertise ul{
	list-style-type: square;
    text-align: left;
}

.expertise-homepage{
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.expertise-homepage p{
    text-align: center;
}

.expertise-homepage ul{
    display: inline-block;
    max-width: 900px;
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
}

.expertise-homepage li{
    float: left;
    width: 50%;
    margin-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.expertise-homepage li span{
    display: inline-block;
    padding-left: 35px;
    background: url(/images/icons/check-mark2.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left 0px;
    font-weight: 600;
}




.sectors{
padding-left: 25px;
padding-right: 25px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background-color: #f0f1f7;
}

.sectors img{
max-height: 70px;
max-width: 100%;
	-webkit-transition: .2s;
	transition: .2s;
}

.sectors h2{
margin-top: 0px;
margin-bottom: 50px;
}

.sectors h3{
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
}

.flex-boxes5{
  display: flex;
  gap: 50px;              /* space between boxes */
}

.sectors a{
text-decoration: none;
}

.sectors a:hover h3{
    color: #283479;
    color: #fff;
}

.sectors a:hover img{
   scale: 1.1;
    filter: brightness(0) invert(1);
}

.sectors .box:hover{
    background: #283479;
}

.sectors .box {
  flex: 1;                /* equal width */
  height: auto;          /* adjust as needed */
padding: 25px;
  display: flex;
  flex-direction: column;     /* stack items vertically */
  /*justify-content: center;    vertical centering of the group */
  align-items: center;        /* horizontal centering */
  text-align: center;
background: #f7f8fa;
  text-align: center;
border-radius: 15px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
}

.sectors-v2 .box {
position: relative;
 float: left;
    width: 20%;                /* equal width */
  height: auto;          /* adjust as needed */
padding: 25px;
  display: inline-block;
  
background: none;
  text-align: center;
border-radius: 0px;
box-shadow: none;
box-sizing: border-box;
}

.sectors-v2 .box img{
    background: #fff;
    border: 5px solid red;
    border-radius: 100%;
    padding: 10px;
}

.sectors-v2 .sector1{
    margin-top: 100px;
}

.sectors-v2 .sector1::after{
    content: "";
    width: 10px;
    height: 100px;
    background: red;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-bottom: -100px;
}

.sectors-v2 .sector5{
    margin-top: 100px;
}

.sectors-v2 .sector2{
    margin-top: 50px;
}


.sectors-v2 .sector4{
    margin-top: 50px;
}

.sectors-v2 .sector2 h3 {
    position: absolute;
    left: 0px;
    top: 50%;
}

.sectors-v2 .sector1 h3 {
    position: absolute;
    left: 0px;
    top: 50%;
}

.sectors-v2 .sector3 h3 {
    position: absolute;
    left: 50%;
    top: 0;
}

.sectors-v2 .sector4 h3 {
    position: absolute;
    right: 0px;
    top: 50%;
}

.sectors-v2 .sector5 h3 {
    position: absolute;
    right: 0px;
    top: 50%;
}


/* Tablets */
@media only screen and (max-width: 1205px) {
  .flex-boxes5 {
    flex-wrap: wrap;
  }

.sectors .box {
    flex: 0 0 calc(33.33% - 14px);
  }

.flex-boxes3{
    flex-wrap: wrap;
  }

.recognition .box {
    flex: 0 0 calc(50% - 10px);
  }

.recognition h3 {
    min-height: 54px;
}

}


/* Tablets */
@media only screen and (max-width: 900px) {

.sectors .box {
    flex: 0 0 calc(50% - 10px);
  }

}

/* Tablets */
@media only screen and (max-width: 600px) {

.recognition .box {
    flex: 0 0 calc(100% - 0px);
  }

.recognition h3 {
    min-height: 0px;
}

.sectors .box {
    flex: 0 0 calc(100% - 0px);
  }

}


.news-module{
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background-color: #fff;
}

/* SERVICES V2 */

.services-top{
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-top-left{
    padding-right: 50px;
}

.services-top-right{
    padding-left: 50px;
}

.services-top p{
    margin-top: 0px;
}

.services-top img{
    filter: brightness(0%);
}

.card{
    background: #f7f8fa;
    border-radius: 15px;
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-icon{
    float: left;
    width: 20%;
}

.card-icon img{
    width: 100%;
    max-width: 80px;
}

.card-txt{
    float: left;
    width: 80%;
    padding-left: 20px;
}   

.card-for-investors{
    padding-bottom: 25px;
}

.service-info-box-txt{
    float: right;
    width: 100%;
}

.service-info-box-img{
    float: left;
    width: 20%;
    padding-right: 30px;
    display: none;
}

.service-info-box-img img{
    width: 100%;
    max-width: 80px;
}
    

.service-info-box{
    padding-top: 100px;
    padding-bottom: 100px;
}

.service-info-box h2{
    margin-top: 0px;
    text-transform: none;
}

.service-info-box2{
    padding-top: 75px;
}

.service-info-box2 {
    opacity: 0;
    visibility: hidden;

    overflow: hidden;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease,
        max-height 0.4s ease;
}
  
.service-info-box2.active-section {
    opacity: 1;
    visibility: visible;
    max-height: 2000px; /* adjust if needed */
}


#testimonial-container h2{
    display: block!important;
    margin: 0px;
}


.sectors-page .r-tabs .r-tabs-accordion-title .r-tabs-anchor span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px!important;
    padding-left: 10px;
    padding-right: 30px;
    background-image: none!important;
    background-size: 15px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    /* min-height: 86px; */
    display: flex
;
    align-items: center;
    justify-content: left!important;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: transparent!important;
    border-radius: 15px;
    text-align: left;
}

.sectors-page .sub-accordion .r-tabs-accordion-title .r-tabs-anchor:after{
    display: none!important;
}


/* END NEW */

/* ABOUT US */

.about-us h2{
    margin-top: 0px;
    text-align: center;
}

.about-intro{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;   
}

.about-intro p{
    font-weight: 600;
}

.about-wwd{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;  
}

.about-wwd img{
    max-height: 70px;
}

.about-wwd .flex-boxes4 {
    gap: 0px;
} 

.about-wwd .flex-boxes4{
    flex-wrap: wrap; 
}

.about-wwd .flex-boxes4 .box{
     width: 33.33%;
    padding-left: 25px;
    padding-right: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;    
}

.about-wwd h2{
    margin-bottom: 25px;
}

.about-why{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-values{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-expertise{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-expertise ul {
    color: #000;
    list-style-type: square;
    text-align: left;
}

.about-expertise h3{
    font-weight: 600;
}

.about-us .recognition {
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: left;
    background-color: #f0f1f7;
}

.about-us .recognition .flex-boxes3{
    flex-wrap: wrap; 
    gap: 0px;  
}

.about-us .recognition .flex-boxes3 .box{
    flex: none;
    width: 50%; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    display: block;
    text-align: left;
}

.about-us .recognition .flex-boxes3 .box img{
    float: left;
    margin-right: 50px;
}

.about-us .recognition h3 {
    min-height: 0px;
}


.about-community{
    padding-top: 100px;
    text-align: center;   
}

.community-boxes h3{
    margin-top: 0px;
    margin-bottom: 25px;
}

.community-boxes .flex-boxes3{
    flex-wrap: wrap; 
    gap: 0px;
} 

.community-boxes img{
    max-width: 100%;
    max-height: 100px;
}  

.community-boxes .flex-boxes3 .box{
    width: 33.3%; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
} 
   

.community-boxes{
    padding-top: 25px;
    text-align: center;
}

/* OUR EXPERIENCE */

.experience{
padding-top: 50px;
padding-bottom: 50px;
padding-left: 50px;
padding-right: 50px;
background-color: #f0f1f7;
text-align: center;
}

.experience h2{
margin-top: 0px;
margin-bottom: 50px;
}

.experience span{
font-size: 40px;
    font-weight: 800;
    color: #000;
min-height: 41px;
}

.experience .cdd-award span{
font-size: 25px;
    font-weight: 600;
    color: #000;
}

.experience p{
font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    font-weight: 600;
}

.experience .box img{
max-height: 70px;
    margin-bottom: 20px;
}

.flex-boxes4{
  display: flex;
  gap: 20px;              /* space between boxes */
}

.experience .box {
              /* equal width */
  height: 260px;          /* adjust as needed */
  background: #f7f8fa;
  border-radius: 15px;
padding: 25px;
flex: 1; 

/*     
    display: flex;
  flex-direction: column;  
  justify-content: center; 
  align-items: center;
  text-align: center;*/
  text-align: center;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
box-shadow: rgba(17, 12, 46, 0.1) 0px 48px 100px 0px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
box-sizing: border-box;
}


/* Tablets */
@media only screen and (max-width: 1205px) {
  .flex-boxes4 {
    flex-wrap: wrap;
  }

  .experience .box {
    flex: 0 0 calc(50% - 10px);
    height: 250px;
  }

  .experience span {
    min-height: 41px;
  }
}

/* Mobiles */
@media only screen and (max-width: 600px) {
  .experience {
    padding: 60px 20px;
  }

  .flex-boxes4 {
    flex-direction: column;
    gap: 20px;
  }

  .experience .box {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 180px;
    box-sizing: border-box;
  }

  .experience span {

  }

  .experience .cdd-award span {

  }
}

/* LOGIN PAGE */

.login-page{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.login-page fieldset {
	border: none;
}

.login-page .btn{
    box-shadow: 0px 0px 0px 0px #00ab94 !important;
}

.nav-tabs{
	display: none;
}

body.login-page{
	float: left;
	width: 100%;
	background-color: #fff;
}

#login-container{
	width: 300px;
	height: 300px;
	position: fixed;
  	top: 25%;
  	left: 50%;
 	transform: translate(-50%, -50%);
}

.login-box{
	width: 100%;
	text-align: center;
}

.login-box p{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-weight: 300;
}

.login-box label{
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.login-box fieldset{
	float: left;
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
}

.login-box fieldset input{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;

	font-weight: 400;
	font-size: 18px;
	-webkit-transition: .2s;
    	transition: .2s;
	font-size: 15px;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.login-box fieldset input:hover{
	background-color: #fff;
}

.login-box fieldset input:focus{
	background-color: #fff;
}

.login-box fieldset .button{
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-shadow: rgba(255, 255, 255, .8)1px 1px 1px;
	background-color: #99d420;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	min-width: 100px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	text-align: center;}

.login-box fieldset .button:hover{
	background-color: #7aac0f;}
/* STANDARD CSS */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;

}
/*
.pull-right{
	display: none;
}
*/

.hidden{
	display: none !important;
}

.slicknav_menu{
	display: none;
}

/* FONTS */

.sc_link{
	color: #5d7e40;
}

small {
    font-size: 60%;
}

p{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 25px;
}

.italic{
	font-style: italic;
}

p.page-intro{
	/*font-size: 22px;
	line-height: 30px;	
	margin-top: 0px;*/
	font-weight: 600;
}

h1{
	font-size: 30px;
    color: #283479;
	margin-top: 25px;
	/*text-transform: uppercase;*/
	font-weight: 800;
	text-transform: uppercase;
}

h1 span{
	font-weight: 400;
}

h2{
	font-size: 30px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;

}

h3{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
}

h4{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

h5{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;

}

ul{
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 25px;
}

.offset-line{
	position: absolute;
	width: 5px;
	height: 100%;
	background: #6cbc8c;
}

a.arrow-link{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 17px;
	display: inline-block;
    -webkit-transition: .1s;
    transition: .1s;
background-image: url(../images/right-white.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
	background-size: 15px;
	padding-right: 35px;
	text-transform: uppercase;
}

a.arrow-link:hover{
    background-position: center right 5px;	
	color: #6cbc8c;
}

#content p a{
    color: #283479;
    text-decoration: none;
}

#content p a:hover{
    text-decoration: underline;
}

#content p a.btn{
	color: #fff;
}

#content p a.tel{
	color: #3f3f3f;
}

#content .privacy-policy p a{
	color: #777;
}

/* BUTTONS */

.btn{
display: inline-block;
    margin-top: 0px;
    min-width: 0px;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    background: #283479;
    text-transform: none;
    text-shadow: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.btn span{
	font-size: 25px !important;
	line-height: 25px !important;
}

.btn:hover{
    background: #6cbc8c;
	
}

.btn:hover span{
		
}

.btn-solid{
	background: #fdc902;
    color: #000;
}	


/* CONTENT CONTAINERS */

#wrapper{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.wrapper-homepage{
	/*background-image: url(/images/footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	background-size: 100%;*/
}

.demo-homepage-wrapper{
	overflow: visible!important;
}


	
.demo-homepage-wrapper .item-page {
    padding-bottom: 0px;
}

.wrapper-homepage{
	overflow: visible!important;
}
	
.wrapper-homepage .item-page {
    padding-bottom: 0px;
}

.container{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.full-width .box1 .container{
    float: none;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.full-width{
    padding-top: 0px;
}

.header-container-wide{
	width: 100%;
	margin: 0 auto;
}

.header-container{
    float: left;
	width: 100%;
}	

.container-wide{
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}

.container2{
	max-width: 1000px;
	margin: 0 auto;
}

.container-narrow{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}	

.video-container-small{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}	

#content{
	position: relative;
	float: left;
	width: 100%;

}

.item-page{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}

.no-banner{
	padding-top: 100px;
}

.careers-page{
 	padding-bottom: 0px;   
}

.article-body{
	float: left;
	width: 100%;
}
	
.page-header{
	float: left;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;


	margin-bottom: 0px;
   /* background-image: url(../images/h1-background.png) !important;
    background-position: left!important;
    background-repeat: no-repeat;*/
/*background-size: 70%;*/
	padding-top: 125px;

	
}

.page-header h1{
	text-align: left;
	color: #283479;
	font-size: 30px;
	font-weight: 800;
	margin: 0px;
	padding: 0px;

padding-top: 10px;
    padding-bottom: 10px;
    
}

.content-left{
	float: left;
	width: 40%;
	padding-top: 40px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content-right-img{
	float: right;
	width: 60%;
	padding-top: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.content-right-img img{
	width: 100%;
	float: left;
}

.content-right-img img{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.showroom-page{
	padding-top: 50px;
}

.showroom-page h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}

.gallery-page{
	padding-top: 50px;
}

.gallery-page h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}


.contact-page{
	padding-top: 20px;
	text-align: center;

}

.contact-page h1{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
	color: #283479;
}

.contact-page h2{
    color: #283479;
    font-size: 20px;
    font-weight: 800;
	margin: 0px;
	margin-bottom: 25px;
}

.contact-page .form-container{
    max-width: 65%;
    margin-top: 50px;
}

/*

.showroom-page .content-right-img{
	width: 50%;
}

.showroom-page .content-left{
	float: left;
	width: 50%;
	padding-right: 50px;
}
	
.showroom-page img{
	width: 100%;
}

.showroom-page .content-right-img h2{
	margin-top: 0px;
color: #000;
}

*/



.text-right{
	float: right;
	width: 100%;
	max-width: 600px;
	text-align: left;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.text-left{
	float: left;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

.text-left img{
	float: right;
	width: 100%;
	margin-bottom: 25px;
	max-width: 450px;
}

.box-pad{
	padding: 50px;
}

.center{
	text-align: center;
}



/* HEADER */

.header{
	position: fixed;
	top: 0;
	left: 0;
	width:  100%;
	z-index: 9999;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	/*background-color: #283479;*/
    background-color: #fff;


}

.header-homepage{
	/*background: #f3f3f3;
	background-color: rgba(255, 255, 255, 0.3);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.shrink{
    border-bottom: 1px solid #ebebeb;
}

.wrapper-homepage .shrink{
    	
}

.shrink #logo img {
    max-width: 200px!important;
}

.shrink #logo {
    float: left;
    width: 30%;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.shrink #menu {
    padding-top: 16px;
}

.header-top{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: .5s;
    transition: .5s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	overflow: hidden;

}

.header-box{
	float: right;
	padding-top: 50px;
}

.header #logo{
	float: left;
    width: 30%;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	position: relative;
	z-index:999;
	text-align: center;
    background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.header #logo img{
    display: inline-block;
	width: 100%;
	max-width: 240px;
	-webkit-transition: .3s;
    transition: .3s;
}

.header-homepage #logo{
	/*height: 0px;
	overflow: hidden;*/
}

.shrink #logo{
	/*height: auto;*/
}

.header .header-address{
	float: right;
	width: 100%;
	padding-bottom: 30px;
	text-align: right;
}

.header .header-address span{
	font-size: 16px;
}

#header-social{
	float: right;
	padding-left: 25px;
}	

#header-social img{
	float: left;
	width: 100%;
	max-width: 25px;
	margin-left: 5px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.shrink #header-social img{
	-webkit-filter: invert(1);
   filter: invert(1);	
}

#header-social img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.header #phone{
	float: right;
	padding-left: 30px;
    padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/phone-header.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 20px;
}

.header #phone span{
	color: #6d6e71;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
	text-transform: uppercase;
}

.header #phone span a{
	color: #6d6e71;
	text-decoration: none;
}

.header #showroom{
	float: right;
	padding-left: 30px;
    padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/location-header.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 20px;

}

.header #showroom span{
	color: #6d6e71;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
	text-transform: uppercase;
}

.header #showroom span a{
	color: #6d6e71;
	text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.header #showroom span a:hover{
	color: #f26522;
}

.header-homepage #logohomepage{
	float: left;
	width: 100%;
	max-width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-homepage #logohomepage img{
	float: left;
	width: 100%;
	-webkit-transition: .3s;
    transition: .3s;
}

.header-strapline{
	float: left;
	padding-left: 50px;
	padding-top: 50px;
}

.header-strapline span{
	font-size: 30px;
	color: #fff;
	
	text-transform: uppercase;
}

#header-box{
	float: right;
}

#header_phone{
	float: right;
	margin-left: 20px;
	margin-top: 6px;
	color: #fff;}

span.header_phone{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}

span.header_phone a{
	color: #fff;
	text-decoration: none;}

span.header_email{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}


span.header_email a{
	color: #fff;
	text-decoration: none;}

.login-txt{
	float: right;
	margin-right: 20px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
text-decoration: none;
}

.account-txt{
	float: right;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/icons/account.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
}

/* MENU */
#menu {
	float: right;
    width: 70%;
	padding-top: 23px;
    padding-right: 25px;
	-webkit-transition: .3s;
    transition: .3s;
    text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


#nav{
	display: inline-block;

}


#nav ul
{
    
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    list-style: none !important;
    position: relative;
	float: right;
    display: inline-table;
    padding: 0px;
    margin: 0px;
   	/*border-left: 1px solid #b70d69;
	border-right: 1px solid #ff3da6;*/
	z-index: 999;
}
.#{
    content: ""; clear: both; display: block;
}
 
/*Hide child lists by default*/
#nav ul ul
{
    display: none;
    position: absolute; top: 100%;
}
 
/*display on hover*/
#nav ul li:hover > ul {
    display: block;
}
 
/*Floating the main list left*/
#nav ul li
{
    float: left;
}
 
#nav ul li:hover > a
{
   ;
}
 
#nav ul li a 
{

    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 15px;
    color: #d5d5d5;
    color: #212121;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

#nav ul li span.nav-header
{

    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 15px;
    color: #d5d5d5;
    color: #212121;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}


.header #nav ul li a.btn{
	color: #fff!important;
	border-bottom: none !important;
	background: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;

}

.header #nav ul li a.btn:hover{
	color: #fff!important;
background: #407279;
}

.header #nav ul li a.pay-btn{
	background: #5fcb76;
}   

.header #nav ul li a.pay-btn:hover{
	background: #78d78c;
}     

#nav ul li a:hover {
    color: #283479;
}

#nav li.current a{
    color: #283479;
}



#nav  li.current ul li a{

		
}

#nav  li.active ul li.active a{


		
}


#nav ul li:hover > ul
{
    display: block;
    background: #ffffff; border-radius: 0px; padding: 0;
}
#nav ul ul li a
{
    color: #fff;
}
 
#nav ul li:first-child {display: none; border-left: none; }
#nav ul li:last-child { border-right: none; }
 
#nav ul ul li 
{
    float: none; 
   
    border-left: none;
    border-right: none;
    position: relative;
}
 
#nav ul ul ul  
{
    position: absolute; left: 100%; top:0;
 
}
 
#nav ul ul li a 
{
	height: auto;
	width: 300px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 25px;
	background-color: #303c82;
	background-color: #283479;
	color: #d5d5d5 !important;
    border-bottom: none !important;
	text-align: left!important;
	font-size: 14px !important;
	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	-khtml-border-radius: 0px;
    	border-radius: 0px;
	text-align: center;
	
}

/*#nav ul ul li:first-child a{
    padding-top: 15px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -khtml-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}


#nav ul ul li:last-child a{
    padding-bottom: 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -khtml-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}*/

#nav ul ul li.active a 
{
	color: #283479 !important;
	
}


#nav ul ul li a:hover
{
	color: #283479 !important;
    padding-left: 30px;
}

#nav ul ul{
	
	border-left: none !important;
	border-right: none; !important;
	width: 300px;
	background: none !important;}
 
#nav ul li:hover > ul
{
    display: block;
    padding-top: 0px;
}

#nav ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-right: 0px;}

#nav ul li{
    float: left;
    padding-bottom: 23px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.shrink #nav ul li {
    padding-bottom: 20px;
}

.shrink #nav ul ul li{
    padding-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#nav ul li.item-107{
	background-image: url(/images/icons/down2.png);
	background-repeat: no-repeat;
	background-position: right 18px;
    background-size: 8px;
}

#nav ul li.item-107:hover{
	background-image: url(/images/icons/down.png);  
}  

#nav ul li.item-128{
	background-image: url(/images/icons/down2.png);
	background-repeat: no-repeat;
	background-position: right 18px;
    background-size: 8px;
}

#nav ul li.item-128:hover{
	background-image: url(/images/icons/down.png);  
}  

#nav ul li.item-136{
	background-image: url(/images/icons/down2.png);
	background-repeat: no-repeat;
	background-position: right 18px;
    background-size: 8px;
}

#nav ul li.item-136:hover{
	background-image: url(/images/icons/down.png);  
}  

#nav ul li.item-110{
	background-image: url(/images/icons/down2.png);
	background-repeat: no-repeat;
	background-position: right 18px;
    background-size: 8px;
}

#nav ul li.item-110:hover{
	background-image: url(/images/icons/down.png);  
}  



#nav ul ul li{
    display: block !important;
    float: left;
    margin-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: auto;
}


#nav ul li.item-111{
	float: right;
	margin-right: 0px;
}	

#nav ul li a.register{
	background-color: #33a1ff;
	background-image: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: right;
	-moz-border-radius: 0px 5px 5px 0px;
    	-webkit-border-radius: 0px 5px 5px 0px;
    	-khtml-border-radius: 0px 5px 5px 0px;
    	border-radius: 0px 5px 5px 0px;}

#nav ul li a.register:hover{
	background-color: #2383d4;}
/* ---- */

#nav ul li ul{
    -webkit-transition: .3s;
    transition: .3s;
}
    
#nav ul li:hover > ul{
width: 100%;
padding-left: 30%;
padding-top: 15px;
    padding-bottom: 15px;
background: #fff!important;
position: absolute;
left: 0px;
margin-top: -10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
border-top: 1px solid #000;
}

#nav ul {
position: static;
}

#nav ul ul li {
    width: 100%;
}

#nav ul ul li a {
    height: auto;
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 25px;
    background-color: #fff;
    color: #000 !important;
    border-bottom: none !important;
    text-align: left !important;
    font-size: 16px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}

/* CALL US MODULE */

.call-today{
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #0f2363;
	margin-top: 25px;
}

.call-today span{
	float: right;
	width: 100%;
	padding-bottom: 20px;
font-size: 40px;
    line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.call-today span a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

}

/* FOOTER */

.footer-signup{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
	/*background: #f26522;*/
	background-image: url('/images/banners/our-products-banner.jpg');
	background-size: cover;


}

.footer-signup h3{
    color: #f26522;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 500;
	margin-bottom: 0px;
text-transform: uppercase;
}


.footer-signup p{
    color: #f26522 !important;
	margin-top: 5px;
	font-size: 20px;
}

.footer-signup .btn{
	background: #f26522;
	color: #fff;
    font-size: 20px;
}
	
.footer-signup .btn:hover{
	background: #ff7e3e;
}

.footer-logo{
	float: left;
	width: 33.33%;
	text-align: center;
	padding-top: 30px;
}

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

.footer-info{
	float: left;
	width: 66.66%;	
}

#footer-top{
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 15px;
    padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*background-color: #0f2363;*/
	text-align: center;
	background-color: #3895d3;
}

#footer-top .btn{
	background: #063f72;
}

#footer-top .btn:hover{
	-webkit-transform: scale(1.1);
	background: #063f72;
}

#footer-top img{
	width: 100%;
	max-width: 200px;
}

#footer-top span{
	float: right;
	width: 100%;
	padding-bottom: 20px;
font-size: 40px;
    line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
font-weight: 400;

}

#footer-top span a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

}

#footer{
	float: left;
	width: 100%;
	background: 
}

#footer .box1{
	text-align: left;
}

#footer .footer-logos{
	text-align: left;
}

#footer .box2 .footer-logos img{
	max-width: 250px;
	margin-bottom: 25px;
}

.footer-contact-container{
	padding-right: 50px;
}

.footer-contact {
	padding: 50px;
	background-color: rgba(40, 52, 121, 0.5);
	position: relative;
}

.offset-line{
	right: 0;
	top: -15%;
	height: 115%;
}

.footer-contact .box1{
	float: right;
	max-width: 400px;
}

.footer-contact .offset-line {
    right: 0;
    top: -12%;
    height: 112%;
}

#footer-container .box2 .footer-contact img{
	max-width: 30px;
	margin-top: 25px;
}

#footer .footer-contact h3{
	color: #fff;
    font-size: 30px;
	line-height: 35px;
    margin: 0px;
	margin-bottom: 15px;
	text-align: left;
}

.footer-links{
	padding-top: 0px;
}

#footer span a{
	color: #fff;
	text-decoration: none;
-webkit-transition: .1s;
    transition: .1s;
    font-weight: 600;
}

#footer span.infusion a{
    font-weight: 400;
}

#footer a{
	color: #ff6b37;
	text-decoration: none;
}

#footer a:hover{
	color: #6cbc8c;
}

#footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #19af91;
	font-size: 15px;

}

#footer-bottom .box1{
	max-width: 350px;
}

#footer_box_container{
	float: left;
	width: 100%;
}
	
#footer .icon{
	float: left;
	width: 35px;
}

#footer .icon img{
	width: 100%;
    max-width: 20px;
}

#footer .box3{
	text-align: center;
	padding-top: 50px;
}


#footer-bottom ul li{
}



#footer-bottom ul a:hover{
	text-decoration: underline;
}

.address-txt {
    float: left;
	text-align: left;
}
	
#footer h3{
	margin-top: 0px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}

#footer span{
	color: #fff;
	font-size: 15px;
	line-height: 25px;

}

#footer span strong{
	text-transform: uppercase;

	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	display: inline-block;
font-size: 22px;
	color: #fff;

}

#footer-box-right{
	float: right;
	text-align: right;
	padding-top: 25px;
}

#footer-box-right img{
	width: 100%;
	max-width: 250px;
}	


.footer-box{
	float: left;
	padding-top: 25px;
     width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#copyright-container{
	float: left;
	width: 100%;
	padding-top: 50px;
	color: #fff;
}

#copyright-container span{
	color: #fff;
}

#footer-container{
	float: left;
	width: 100%;
	/*background: #3e3e3f;
	background: #0f2363;*/
	text-align: left;
	padding-bottom: 0px;
	padding-top: 48px;
	background-image: url('/images/footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#footer-container h2{
	text-align: center;
	color: #fdc902;
}

#footer-container p{
	color: #fff;
}

#footer-container .box2 img{
	max-width: 150px;
}

.definition{
	float: left;
	text-align: left;
}

.definition h3{
	color: #fff;
	margin-top: 0px;
}

.definition span{
	font-size: 15px;
	color: #fff;
}
	
.copyright{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.copyright span{
	font-size: 12px;
	color: #fff;
}

.copyright span a{
	color: #fff;
}

.social-box img{
	max-width: 40px;
	margin-left: 5px;
	margin-right: 5px;
}

/* BANNER */


	

.banner-container{
	float: left;
	position: relative;
	width: 100%;
	padding-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*position: absolute;
	top: 0;
	left: 0;*/

}

.custombanner-content{
	position: absolute;
width: 100%;
	top: 0;
	left: 0;
	text-align: center;
    padding-top: 90px;
}

.video-container{
		float: left;
	width: 100%;
	position: relative;
}

.video-banner{
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;

	top: 0px;
	left: 0;

}

.video-banner-overlay{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99;
	background-image: url(../images/video-overlay.png);
	background-size: 100%;
	height: 350px;
	background-repeat: no-repeat;
    background-position: top;
}	

/*
.video-banner{
	height: auto;
	/*height: 100vh;
	overflow: hidden;
}*/

.videoWrapper2 {
	position: relative;
	padding-bottom: 56%; /* 16:9 */
	padding-top: 5px;
	/*height: 0;*/
	z-index: 9;
}

.videoWrapper2 iframe {
	position: absolute;
	/*top: -55px;*/
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
}


	
.banner{
	float: left;
	width: 100%;
    position: relative;
	text-align: center;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 85px;
    padding-bottom: 100px;
    padding-top: 100px;
}

.sub-page-banner{
    padding-top: 250px;
    padding-bottom: 25px;
	text-align: left;
}

.sub-page-banner .banner-txt{
    padding-bottom: 0px;
}

.custombanner-content img{
	width: 100%;
	max-width: 250px;
}

.office-banner{
	min-height: 460px;
}

.office-banner .banner-txt{
	padding-top: 250px;
	text-align: left;
	width: 50%;
}

.office-banner .banner-txt p{
	text-align: left;
}

.co-working-enquiry-form{
	padding-top: 50px;
	text-align: center;
}

.co-working-enquiry-form h1{
	color: #fff;
    
    font-weight: 500;
}

.book-a-tour-banner{
	padding-top: 200px;
	padding-bottom: 50px;
	text-align: center;
	margin-bottom: -50px;
}

.book-a-tour-banner p{
display: inline-block;
    margin-bottom: 25px;
    margin-top: 0px;
    width: 100%;
    color: #fff;
    max-width: 700px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    
}	

.banner-form-container{
	padding: 50px;
    padding-top: 200px;
}

.co-working-enquiry-form .banner-form-container{
	padding: 50px;
    padding-top: 25px;
}

.banner-form{
	padding: 20px;
	background-color: #fff;
	max-width: 500px;
	float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.co-working-enquiry-form .banner-form{
	display: inline-block;
	max-width: 500px;
	float: none;
}


.banner-form .form_field{
	padding-bottom: 15px;
}

.banner-form h3{
    color: #777777;
	
	margin-bottom: 25px;
	text-transform: uppercase;
font-size: 30px;
    font-weight: 400;
	margin: 0px;
	margin-top: 10px;
}	

.co-working-enquiry-form .banner-form h3{
    color: #777777;
    font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 25px;
	text-transform: uppercase;
font-size: 20px;
    font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
}	

.events-page-header{
	display: none;
}

.event-intro{
	padding-top: 25px;
	padding-bottom: 50px;
}

.event-intro table {
  border-collapse: collapse;
}

.event-intro table, th, td {
  border: 1px solid #aeaeae;
}

.event-intro ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: 400;
    font-size: 17px;
    color: #000;
    line-height: 25px;
}

.event-intro a.btn{
	min-width: 0px;
}

.event-intro #pricing{
	margin-bottom: 20px;
}

.content-left ul.ticks{
	padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

.content-left ul.ticks li {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
	margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/images/icons/tick.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 8px;
	font-weight: 500;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 25px;
}

.content-left ul{
	font-weight: 400;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 25px;
}

.banner-short{
	min-height: 450px;
	background-position: center center !important;
	padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
    padding-top: 120px;
}

.banner-short h1{
	margin-top: 100px;
background-color: rgba(40, 52, 121, 0.7);
    padding: 25px;
    color: #fff;
	display: inline-block;
}


.banner-homepage #banner-txt{
	float: left;
	width: 100%;
	max-width: 650px;
	padding-top: 200px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.banner-homepage img{
	float: right;
	margin-top: 190px;
	max-width: 300px;
}

.banner-txt{
    position: relative;
    z-index: 9;
	float: left;
	width: 100%;
	padding-top: 300px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
}


.sub-page-banner .banner-txt{
  	text-align: left;  
	padding-top: 0px;
}



.wrapper-homepage .banner-txt{
	width: 100%;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 999;
}

/*
.wrapper-homepage .banner-txt .box1{
	max-width: 500px;
}
*/

.banner-buttons{
    padding-top: 50px;
}

.banner-box-blue{
	background-color: rgba(40, 52, 121, 0.75);
	padding: 40px;
	max-width: 500px;
	float: right;
	position: relative;
	/*float: none;
    display: inline-block;*/
	float: left;
    margin-left: 53px;

}

.banner-box-blue .offset-line{
    top: -95%;
    left: 0px;
    height: 195%;
}



.banner-txt .banner-box-blue p{
	margin-bottom: 0px;
	text-align: left;
font-size: 30px;
    line-height: 36px;
    font-weight: 600;
	padding-right: 50px;
}

.banner-logos{
	text-align: left;
	padding-left: 50px;
}


.banner-logos img{
	max-width: 200px;
	margin-left: 15px;
	margin-right: 15px;
}
	


	
.banner-homepage #banner-txt h1{

	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	margin: 0px;
	/*background-color: #878787;*/
	margin-bottom: 15px;
	text-transform: none;
}


/*.banner-txt h1{

	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	background-color: #878787;
	margin-bottom: 15px;

}*/

.banner-txt span h1{
	display: inline-block;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	/*background-color: #878787;*/
	border-bottom: 1px solid #fff;}


.banner-txt p{
	margin-bottom: 25px;
	margin-top: 0px;
	width: 100%;
	color: #fff;
	max-width: 900px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-align: center;

}

#banner-video .banner-txt p{
    display: inline-block;
    max-width: 800px;
}
      

.sub-page-banner .banner-txt p{
 	text-align: left;
}
   


.about-banner .banner-txt p{
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0px;
	width: 100%;
	color: #fff;
	max-width: 900px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-align: center;

}

#banner-txt ul{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	list-style: none;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}
	
#banner-btn-container{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 75px;
	text-align: center;
}

#banner-btn-container .btn:hover{
	-webkit-transform: scale(1.1);
}

#banner-btn-container span{
	font-weight: 500;
}

#banner-btn-container p{
	font-size: 16px;
	font-weight: 800;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#bxbanner{
	float: left;
	position: relative;
	width: 100%;
}

#bxbanner .btn-back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	padding-left: 40px;
	background-position: 10px center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-size: 30px;
}

.banner-homepage .btn{
	background: #19af91;
	border: 2px solid #19af91;
	margin-right: 25px;
}

.banner-homepage .btn:hover{
	background: #148a72;
}

.banner-homepage .btn2{
	background: none;
	border: 2px solid #19af91;
	color: #000;
}

.banner-homepage .btn2:hover{
	background: #19af91;
	color: #fff;
}


.grey-banner .banner-txt{
	padding-top: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
    background-color: rgba(71, 71, 71, 0.8);
}

.services-sub-page-banner{

}

.services-sub-page-banner h1{
	padding: 15px!important;
	font-size: 30px;
}

/* ABOUT PAGE */

.about-images{
	padding-left: 150px;
}

.about-images img{
	width: 100%;
}

/* FORMS */

.form-field-row em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

.form-field-row label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.form-field-row input{
	float: left;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
}

.form-field-row input:hover{
	
}

.form-field-row input:focus{
	
}


.form-field-row textarea{
	font: 13.3333px Arial;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-weight: 800;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;

}

.form-field-row textarea:hover{
	
}

.form-field-row textarea:focus{
	
}

.form-field-row select{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-field-row .btn{
	float: left;
    max-width: 200px;
    padding: 10px;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	/*border: 2px solid #ea5b0c;*/
	
	background: #19af91;
    border: 2px solid #19af91;
	text-transform: uppercase;
}

.form-field-row .btn:hover{
	background: #148a72;
    color: #fff;
}

.form-field{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-field-row{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
/* END STANDARD CSS */

/* HEADER */

.header-{
	background: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;

}

.header- #nav ul li a{
    color: #000;
}

.header- #nav ul li a:hover{
    /*color: #283479;*/
}

.header- #nav ul li.current a{
    /*color: #283479;*/
}


.header- #header-social img	{
    -webkit-filter: invert(1);
    filter: invert(1);
}	

.header-top{
	background: #0a1742;
	border-bottom: 1px solid #203782;
}

.header .btn{
	min-width: 0px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 35px;
	background-image: url(/images/icons/ticket.png);
	background-repeat: no-repeat;
	background-position:  5px center;
	background-size: 20px;
	font-size: 16px;
	font-weight: 300;
}

span.header-phone{
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;

	font-size: 25px;
	color: #fff;
	font-weight: 300;
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	background-position:  left 12px;
	background-size: 16px;
}

span.header-phone a{
	color: #fff;
	text-decoration: none;
}

span.header-email{
	float: right;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 20px;
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	background-position:  left 12px;
	background-size: 16px;
}

span.header-email a{
	color: #fff;
	text-decoration: none;
}

#menu {
	float: right;
}

#footer-container{
	min-height: 300px;
}

/*
.item-page{
	padding-top: 122px;
}
*/


.homepage-intro{

	/*background: #e8e8e8;*/
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	min-height: 600px;
	text-align: center;
	background-image: url('/images/intro-background.png');
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.intro-box{
	float: left;
	width: 50%;


	margin-top: 50px;
	z-index: 99;
}

.intro-box .moduletable{
	position: relative;
	float: left;
	width: 100%;

	padding: 25px;
	background: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
margin-left: 100px;
	z-index: 99;
}

.intro-img-box{
	/*position: absolute;
	right: 0;
	top: 50px;*/
	width: 100%;
float: right;
	min-height: 500px;
background-image: url('/images/banners/homepage.jpg');
	background-size: cover;
	z-index: 9;
margin-right: 100px;
}

.homepage-intro img{
	display: none;
	max-width: 200px;

}

.wcu-box{
	background: #fff;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}	

.co-working-wcu{
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ececec;
}

.wcu-box h2{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

.co-working-wcu h2{
	color: #063f72;
}

.wcu-box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: 400;
    font-size: 17px;
    color: #777777;
    line-height: 25px;
}

.co-working-wcu ul{
	text-align: center;
}

.wcu-box ul li{
	float: left;
	width: 25%;
	padding: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.wcu-box ul li img{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.co-working-wcu ul li img{
	float: none;
	display: inline-block;
	max-width: 100%;
	width: 90px;
	margin-bottom: 0px;
}

.wcu-box ul li h3{
	text-transform: uppercase;
	font-size: 18px;
}

.co-working-wcu ul li h3{
	float: left;
	width: 100%;
	font-size: 25px;
	color: #063f72;
	
}

.co-working-wcu ul li p{
	float: left;
	width: 100%;
}

/* EVENTS MAIN PAGE */


.events-page ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: 400;
    font-size: 17px;
    color: #777777;
    line-height: 25px;
	text-align: center;
}


.events-page ul li{
	display: inline-block;
	width: 33.33%;
	padding: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-left: -5px;
}

.events-page ul li img{
	float: left;
	width: 100%;
}

.events-page ul li h3{
	text-transform: uppercase;
	font-size: 18px;
	
	color: #04a583;
	margin-bottom: 15px;
	-webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
	text-align: left;
	margin-top: 0px;
}

.events-page ul li a{
	text-decoration: none;
}

.events-page ul li h3:hover{
	color: #026b56;
}

.events-page ul li span{
	color: #2f2f2f;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 17px;
	text-align: left;
}
.events-page ul li span img{
	width: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
}

.events-page ul li .box1{
	padding: 20px;
	background-color: #ececec;
	border: 1px solid #dcdcdc;
	text-align: left;
}

.events-page ul li .box1 .btn{
	min-width: 100px;
	margin-top: 20px;
	background: #04a583;
    padding: 6px;
}

.events-page ul li .box1 .btn:hover{
	background: #026b56;	
}

/* CONTACT PAGE */

.contact-banner .banner-txt h1{
	color: #063f72;
}
	
.sub-banner{
	text-align: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
}
	
.sub-banner h3{
	color: #fff;
	font-size: 40px;
    margin-top: 25px;
    /* text-transform: uppercase; */
    font-weight: 400;
    text-transform: uppercase;

}

.sub-banner p{
	color: #fff;
	font-size: 18px;
}

/* HOMEPAGE */

.wrapper-homepage .item-page{
	padding-bottom: 0px;
	margin-top: 0px;
}

.intro{
	text-align: left;
	background: #e8e8e8;
}

.intro h2{
	text-transform: uppercase;
	font-size: 30px;
	color: #283479;
    line-height: 35px;
	margin-top: 0px;
}

.intro-quote{
	/*padding-left: 100px;*/
	text-align: center;
}

.homepage-intro-quote{
	background: #283479;
	background-image: linear-gradient(#283479, #404a81);
	padding: 100px;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
	text-align: left;
	position: relative;
}

.homepage-intro-quote .box1{
	max-width: 600px;
}

.intro .homepage-intro-quote h2{
	color: #fff;
	margin-top: 0px;
}

.homepage-intro-quote .offset-line{
	right: 0;
	top: 0;
}

.homepage-intro-quote p{
	color: #fff;
    width: 100%;
    max-width: 600px;
	
}

.homepage-intro-quote .moduletable{
	float: left;
	width: 100%;
	position: relative;
}

.intro-img .btn{
	margin-top: 25px;
}

.intro-img h2{
	color: #2c2c2c;
	font-size: 25px;
	text-align: center;
font-weight: 400;
	margin-top: 0px;
}

.intro-box-txt{
	float: right;
	width: 100%;
	max-width: 600px;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 25px;
}

.intro-box-txt p{
	color: #283479;
}

.intro-box-txt .btn{
	background: #283479;
}

.intro-box-txt .btn:hover{
	background: #283479;
}

.intro strong{
	font-weight: 600;
}

.intro a{

	text-decoration: none;
	display: inline-block;
}

.intro span{
	font-weight: 400;
	font-size: 35px;
	color: #f26522;
    line-height: 40px;
}
	
.homepage-intro h1{
	
	max-width: 700px;
	display: inline-block;
    font-weight: 600;
}

.homepage-intro p{
	display: inline-block;
	max-width: 900px;
}
	
.homepage-boxes .box3{
	padding:25px;
}

.homepage-boxes a{
	color: #000;
	text-decoration: none;
}

.homepage-boxes .box3 img{
	width: 100%;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}

.homepage-boxes a:hover img{
	border: 1px solid #9f3ecf;
}	

.homepage-content{
	padding-top: 0px;
	padding-bottom: 0px;
}

.homepage-content h1{
	text-align: center;
}

.homepage-content p{
	max-width: 900px;
	display: inline-block;
}



.homepage-services{
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
	background: #fff;
   /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	background-image: url('/images/banners/2.jpg');*/
}

/*.homepage-services h2{
	color: #fff;
	font-size: 45px;
	margin: 0px;;
}

.homepage-services p{
	color: #fff;
	display: inline-block;
	max-width: 600px;
}

.homepage-services p strong{
	text-transform: uppercase;
	font-size: 25px;
}


.services-boxes{
	display: inline-block;
	float: none;
	max-width: 75%;
	margin-top: 10px;
	border-top: 1px solid #6cbc8c;
	padding-top: 50px;
}


.homepage-services .box4::before{
	content: "";
	position: absolute;
	left: 50%;
	top: -55px;
	width: 1px;
	height: 55px;
	background: #6cbc8c;
}

.homepage-services .box4{
	padding-right: 2%;
	padding-left: 2%;
	text-align: left;
	position: relative;

}

.homepage-services .box4 p{
	line-height: 22px;
}

.homepage-services .box4 .box1{
	border-top: 1px solid #6cbc8c;




    background-color: rgba(0, 0, 0, 0.6);
	padding: 25px;
	min-height: 370px;
	position: relative;
}

.homepage-services .box4 a.arrow-link{
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 15px;
}


.homepage-services h3{
	margin: 0px;
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
    font-weight: 600;
}
	*/

/* FOOTER */

.footer-bookings span{
	padding-bottom: 50px;
	color: #ec3642;
	
}

.footer-bookings .btn{
	border: 2px solid #fff;
	color: #fff;
	background: none;
}

.footer-bookings .btn:hover{
		background: #ff9900;
	border: 2px solid #ff9900;
	color: #fff;
}

.footer-bookings{
	background-size: cover;
	background-position: center center;
	background-image: url('/images/banners/3.jpg');
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
}

.footer-bookings span{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;

}

.footer-bookings .btn{
	min-width: 0px;
	font-size: 20px;
}




/* SLIDER */

#djslider90{
	height: 600px !important;
	overflow: hidden;
}


/* HOMEPAGE BOXES */

.homepage-box-container{
	margin-top: 0px;

}

.homepage-box-container .box2{
	padding: 50px;
	padding-top: 75px;
	min-height: 525px;
}

.homepage-box-container .box2 h2{
	color: #fff;
	text-align: center;
	margin-top: 0px;
}

.homepage-box-container .box2 p{
	color: #fff;
}

.homepage-box-container .gas-safe-box{
	background-image: url(/images/gas.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	/*background: #0f1d4b;*/
	padding-right: 75px;
	text-align: center;

}

.homepage-box-container .gas-safe-box img{
	margin-top: 50px;
}

.homepage-box-container .gas-safe-box p{
	text-align: left;
}

.homepage-box-container .services-info-box{
	/*background: #1c2c5e;*/
	background-image: url(/images/boilers.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding-left: 75px;
}

.services-info-box ul{
	color: #fff;
	list-style: none;
font-weight: 400;
    font-size: 18px;
    line-height: 25px;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

.homepage-box-container .box2 .box1{
	text-align: center;
	padding-top: 25px;
}

.homepage-box-container .btn{
	background: none;
	border: 1px solid #fff;
}
.homepage-box-container .btn:hover{
	background: #b01132;
	border: 1px solid #b01132;
	color: #fff;
}

.why-choose-us .box3{
	padding: 50px;
	text-align: center;
}

.why-choose-us .box4{
	padding: 50px;
	text-align: center;
	padding-top: 0px;
}

.why-choose-us{
	padding-top: 230px;
    padding-bottom: 25px;
    background: #d2d2d2;
    margin-top: -200px;
}

.why-choose-us h2{
	color: #2a2a2a;
	text-align: center;
font-size: 40px;
font-weight: 800;
}
	
.why-choose-us h3{
	color: #0f1d4b;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	min-height: 60px;
}

.icon-box{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.icon-box img{
	height: 90px;
}

/* TESTIMONIAL SLIDER */

.testimonials{
	margin: 0px;
    padding: 0px;
}
	
#testimonial-container {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(/images/banners/testimonials.jpg);
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	text-align: center;
    overflow: hidden;
}

#testimonial-container h3{
	text-transform: uppercase;
	font-weight: 500;
    font-size: 25px;
    margin-bottom: 25px;
	color: #2c2c2c;
}

#footer-container #testimonial-container p{
	color: #000;
	margin-top: 0px;
}

#testimonial-container .bx-wrapper .bx-prev{
    background: url(../images/left.png);
	background-repeat: no-repeat;
width: 30px;
    height: 30px;
	background-size: 30px;
}

#testimonial-container .bx-wrapper .bx-prev:hover{
	left: -5px;
}


#testimonial-container .bx-wrapper .bx-next{
    background: url(../images/right.png);
	background-repeat: no-repeat;
width: 30px;
    height:30px;
	background-size: 30px;
}

#testimonial-container .bx-wrapper .bx-next:hover{
	right: -5px;
}

#testimonial-container .bx-pager{
bottom: 0px;
}

#testimonial-container .bx-default-pager a{
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background: #cdcdcd;
}

#testimonial-container .bx-default-pager a.active{
	background: #6cbc8c;	
}	

.testimonial-box {
    float: left;
    width: 100%;
    background: url(../images/quotes-openning.png);
	background-size: 75px;
    background-repeat: no-repeat;
	background-position: 75px top;
    padding-left: 200px;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}

.testimonial-box strong{
	text-align: right;
	color: #6cbc8c;
	float: right;
}





#testimonial-container .testimonial-box .testimonial-txt{
background: url(../images/quotes-closing.png);
	 background-repeat: no-repeat;
	background-position: right 75px bottom;
	font-size: 16px;
	font-weight: 600!important;
	line-height: 20px;
	padding-right: 200px;
	font-style: italic;
	background-size: 75px;
}

#testimonial-container .testimonial-box .testimonial-txt p{
	font-weight: 600!important;
}

/* TESTIMONIALS */

#testimonial-container {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 75px;
    background: #f0f1f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    overflow: hidden;
}

#testimonial-container p{
color: #3a3a3a;
}

.testimonial-box {
    float: left;
    width: 100%;
    background: url(/templates/luminii/images/quote-left.png);
background-size: 60px;
    background-repeat: no-repeat;
    background-position: left 100px top;
}

#testimonial-container .testimonial-box .testimonial-txt {
    background: url(/templates/luminii/images/quote-right.png);
background: none!important;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
padding-right: 60px;
}

#testimonial-container .testimonial-box .testimonial-txt p {
    font-weight: 400 !important;
    margin-top: 0px;
    font-size: 14px;
    line-height: 22px;
}

#testimonial-container .bx-default-pager a.active {
    width: 50px;
}

#testimonial-container .bx-default-pager a{
    -webkit-transition: .2s;
    transition: .2s;
}

.testimonial-box strong {
text-align: left;
    color: #283479;
    float: left;
    font-style: normal;
    font-weight: 700;
}

#testimonial-container .bx-wrapper .bx-next {
    right: -100px;
    background: url(/templates/luminii/images/next.png);
background-size: 40px;
width: 40px;
    height: 40px;
    opacity: 0.8;

}

#testimonial-container .bx-wrapper .bx-next:hover {
    right: -105px;
opacity: 1;
}

#testimonial-container .bx-wrapper .bx-prev {
    left: -100px;
    background: url(/templates/luminii/images/previous.png);
background-size: 40px;
width: 40px;
    height: 40px;
    opacity: 0.8;
}

#testimonial-container .bx-wrapper .bx-prev:hover {
    left: -105px;
opacity: 1;
}

/* FOOOTER */

#footer .form-container{
	background: none;
	padding: 0px;
}

#footer .form-container .form_field{
	width: 100%;
    padding-right: 0px;	
	padding-bottom: 5px;
}

#footer .form-container .form_field input{
	padding: 7px;
}

#footer .form-container textarea{
	padding: 7px;
    min-height: 113px;
}


#footer .form-container .form_field_row{
	padding-bottom: 0px;
}	

#footer .form-container .form_field_wide{
	width: 100%;
    padding-right: 0px;	
}

#footer .form_field_row .btn{
	background-color: #6cbc8c;
    border: none;
	margin-top: 0px;
    max-width: 100%;
}

#footer .form_field_row .btn:hover{
	background-color: #5dc988;
}	

#footer .footer-logos{
	padding-left: 50px;
}

#footer .footer-accreditations{
	float: left;
	width: 100%;
	text-align: center;

}

.footer-accreditations h3{
	color: #fff;
	margin-bottom: 25px;
}

.footer-acc-box{
	display: inline-block;
}

.footer-accreditations img{
	max-width: 100%;
}



/* PAGE HEADERS */

.about-page-page-header{
background: none;
	padding-bottom: 0px;
	text-align: center;
}

/* PAGES */



.about-page h2{
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
margin-bottom: 45px;
}





.about-page .box2 .box1{
	padding: 20px;
	background: #e8e8e8;
}

.about-page .box2 .box1 p{
	text-align: left;
	color: #4b4b4b;
	margin-bottom: 0px;
}

.about-page .team-member h3{
	text-transform: uppercase;
	font-weight: 300;
    color: #fff;
	
	font-size: 27px;
	margin-top: 0px;
	
}

.about-page .team-member span{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 400;
    font-size: 17px;
    line-height: 25px;
	text-transform: uppercase;
}

.team-member{
    float: left;
    width: 100%;
	padding: 10px;
	text-align: center;
	background: #9f3ecf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	

/* CONTACT */

.contact-page-v3{
    padding-top: 50px;
}

.contact-container{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-container h2{
    color: #04a583;
    font-size: 28px;
    line-height: 25px;
	margin-bottom: 25px;
	margin-top: 0px;
	font-weight: 800;
}

.contact-container .box-text-right{
	width: 100%;
	max-width: 500px;
}

.contact-map h2{
	text-align: center;
	margin-bottom: 25px;
	color: #0a1742;
	font-size: 25px;

}

.contact-details{
    width: 50%;
	float: right;
	padding-top: 0px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.contact-details h3{
    margin-top: 0px;
    margin-bottom: 10px;
}

.contact-details a{
	color: #000;
	text-decoration: none;
}


.contact-page-v3 .form-container {
    float: left;
    width: 50%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 0px;
    padding-right: 100px;
}

.contact-page-v3 .form-container h3{
    margin-top: 0px;
    margin-bottom: 25px;
}

.contact-box {
    padding-bottom: 20px;
}

.call-us-box {
    padding-bottom: 35px;
}

.contact-box p{
    margin: 0px;
}

.contact-icon{
    float: left;
    width: 55px;
}

.contact-icon img{
    width: 30px;
    margin-bottom: 20px;
}

.contact-map{
    margin-top: 30px;
}

.contact-page-v3 .form_field_row .btn{
    border-radius: 15px;
    background: #283479;
    border: none;
    text-transform: none;
    font-size: 20px;
    font-weight: 800;
}

.contact-page-v3 .form_field_row .btn:hover{
    background: #6cbc8c;
    border: none;
}

.form-container{
	display: inline-block;
	width: 100%;
	max-width: 500px;
	padding-top: 50px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    background: #ededed;
    padding: 25px;
}

.form-container .btn-link{
	background: #04a583;
	border: 1px solid #04a583;
	display: inline-block;
	width: auto;
	color: #fff;
	min-width: 200px;
	cursor: pointer;
}

.form-container .btn-link:hover{
	background:	#026b56;
	border: 1px solid #026b56;
}
	

.form-box{
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-box label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
	
.form-box p{
	float: left;
	width: 100%;
}

.form-box h3{
	margin-top: 0px;
}
	
.payment-box{
	border-right: 20px solid #fff;
}

.payment-box .form-box{
	background: none;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 400;
	background-color: #6cbc8c;
    border: none;
	 font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-top: 15px;
}

.form_field_row .btn:hover{
	   background-color: #5dc988;
	    border: none;}

.form_field_row{
	float: left;
	width: 100%;
	padding-bottom: 15px;}

.form_field{
	float: left;
	width: 50%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_right{
	float: right;
	width: 202px;}

.form_field_btn{
	float: left;
	width: 100%;
}

.form_field_row textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.form_field_row textarea:hover{
	background-color: #f5f6ff;
}

.form_field_row textarea:focus{
	background-color: #f5f6ff;
}

.form_field_row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	-webkit-transition: .2s;
    transition: .2s;
}

.form_field_row input:hover{
	background-color: #f5f6ff;
}

.form_field_row input:focus{
	background-color: #f5f6ff;
}

/* SERVICES PAGE */

.services-page{
	margin-top: 0px;
}

.services-info{
	width: 50%;
	padding: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
    text-align: left;
	-webkit-transition: .2s;
    transition: .2s;
	min-height: 257px;
   /* background-repeat: no-repeat;
	background-image: url(/images/icons/line-left.png);
background-position: right 10px top;*/

}

.services-info:hover{
	/*background: #ececec !important;*/
}

#management{
background-image: url(../images/service-arrow-left.png);
background-repeat: no-repeat;
    background-position: left center !important;
	padding-left: 100px;
    text-align: right;

}

#management:hover{
	background-image: url(../images/service-arrow-left1.png)!important;
}	

#management p{
	
}

#investors{

	/*border-left: 1px solid #d7d7d7;*/
background-image: url(../images/service-arrow-right.png);
background-repeat: no-repeat;
    background-position: right center !important;
	padding-right: 100px;



}

#investors:hover{
	background-image: url(../images/service-arrow-right1.png)!important;
}	

#investors p{
	
}

.services-info h2 {
	font-size: 22px;
    font-weight: 800;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
    position: relative;
}

.services-info .management{
	color: #283479;
}

#management .btn{
	background: #283479;
}

#management .btn:hover{
	background: #2632a4;
}


.services-info .investors{
	color: #6cbc8c;
	
}



.services-heading-box{
	width: 33.33%;
	position: relative;
}

.services-heading-box h1{
	font-size: 35px;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
    text-align: center;
	margin-top: 0px;
}

.services-heading-box img{
	width: 100%;
}

.services-heading-box .box1 {
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0px;
}

.services-heading-box img.services-heading-icon{
	width: 70px;
}


.services-page h1 .offset-line {
    top: -20%;
    right: 0px;
    height: 120%;
}

/*.services-page p{
	text-align: center;
	color: #fff;
	display: inline-block;
	max-width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}*/

.services-page ul.services-boxes{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 15px;
float: left;
    /*margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	padding-left: 25px;
	padding-right: 25px;
	min-height: 430px;*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.services-page .services-boxes li{
	float: left;
	width: 20%;
	padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .4s;
    transition: .4s;

}

.services-page .services-boxes li img{
	max-height: 60px;
	display: none;

}

.service-box-heading{
	float: left;
	width: 100%;
	padding: 15px;
    /*background-color: rgba(40, 52, 121, 0.8);	*/
    background-color: #474747;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
	-webkit-transition: .4s;
    transition: .4s;
	min-height: 120px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
display: flex;
    align-items: center;
    justify-content: center;
}


#service-box7 .service-box-heading{
  /* background-color: rgba(108, 188, 140, 0.8);	*/
    background-color: #474747;
}	

#service-box8 .service-box-heading{
    background-color: #474747;	
}	

#service-box9 .service-box-heading{
    background-color: #474747;	
}	

#service-box10 .service-box-heading{
    background-color: #474747;
}	

.services-page .services-boxes li .box1{
	float: left;
	width: 100%;

	/*background: #283479;*/
   /* background-color: rgba(40, 52, 121, 0.1);*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;

	-moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;

	position: relative;
}

.services-page .services-boxes li .box1 .box1{
    min-height: 0px;	
	padding: 25px;
	padding-top: 0px;
	-webkit-transition: .4s;
    transition: .4s;
    background-color: rgba(40, 52, 121, 0.8);	
	
}

.services-page .services-boxes li .box1 .box-content{
	float: left;
	width: 100%;
	height: 0px;
	overflow: hidden;
    min-height: 0px;
	-webkit-transition: .4s;
    transition: .4s;
}



.management-link .service-box-heading:hover{
    background-color: rgba(40, 52, 121, 1);	
}	

.investor-link .service-box-heading:hover{
    background-color: rgba(108, 188, 140, 1) !important;
}	



#management:hover ~ ul #service-box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	


#management:hover ~ ul #service-box2 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#management:hover ~ ul #service-box3 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#management:hover ~ ul #service-box4 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#management:hover ~ ul #service-box5 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#management:hover ~ ul #service-box6 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#investors:hover ~ ul #service-box7 .service-box-heading{
   background-color: rgba(108, 188, 140, 1);
}	

#investors:hover ~ ul #service-box8 .service-box-heading{
   background-color: rgba(108, 188, 140, 1);
}	


#investors:hover ~ ul #service-box9 .service-box-heading{
   background-color: rgba(108, 188, 140, 1);
}	


#investors:hover ~ ul #service-box10 .service-box-heading{
    background-color: rgba(108, 188, 140, 1);
}	


#management:hover ~ ul #growth-box {
	/*webkit-box-shadow:inset 0px 0px 0px 1px #6cbc8c;
    -moz-box-shadow:inset 0px 0px 0px 1px #6cbc8c;
    box-shadow:inset 0px 0px 0px 1px #6cbc8c;
    /*background-color: rgba(40, 52, 121, 0.2);*/

}

#management:hover ~ ul #growth-box .box1 .box1{
    background-color: rgba(40, 52, 121, 1);	
}	
#management:hover ~ ul #growth-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul #growth-box .box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#management:hover ~ ul #research-box{


}

#management:hover ~ ul  #research-box .box1 .box1{
    background-color: rgba(40, 52, 121, 1);	
}	
#management:hover ~ ul  #research-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul  #research-box .box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#management:hover ~ ul #cdd-box{


}

#management:hover ~ ul  #cdd-box .box1 .box1{
    background-color: rgba(40, 52, 121, 1);	
}	
#management:hover ~ ul  #cdd-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul  #cdd-box .box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#management:hover ~ ul #market-box{


}

#management:hover ~ ul  #market-box .box1 .box1{
    background-color: rgba(40, 52, 121, 1);	
}	
#management:hover ~ ul  #market-box .box1 .box-content{
	height: 250px;
}	
#management:hover ~ ul  #market-box .box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	



#investors:hover ~ ul #cdd-box{

}

#investors:hover ~ ul  #cdd-box .box1 .box1{
    background-color: rgba(40, 52, 121, 1);	
}	
#investors:hover ~ ul  #cdd-box .box1 .box-content{
	height: 250px;
}	
#investors:hover ~ ul  #cdd-box .box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#investors:hover ~ ul #market-box{

}

#investors:hover ~ ul  #market-box .box1 .box1{
    background-color: rgba(40, 52, 121, 1);	
}	
#investors:hover ~ ul  #market-box .box1 .box-content{
	height: 250px;
}	
#investors:hover ~ ul  #market-box .box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}	

#investors:hover ~ ul #value-box {

}

#investors:hover ~ ul  #value-box .box1 .box1{
    background-color: rgba(40, 52, 121, 1);	
}	
#investors:hover ~ ul  #value-box .box1 .box-content{
	height: 250px;
}	
#investors:hover ~ ul  #value-box .box1 .service-box-heading{
    background-color: rgba(40, 52, 121, 1);	
}


/*
.services-page li a:hover{
	background: #6cbc8c;	
}
*/

.services-page .services-boxes li p{
	color: #fff;
    line-height: 25px;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	max-width: 100%;
	text-align: left;
}

.services-page .services-boxes li h3{
	color: #fff;
	margin-bottom: 0px;
	margin-top: 5px;
    font-size: 17px;
    font-weight: 600;
	text-align: center;
    line-height: 22px;
}	

.services-page li a span{
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-size: 15px;
    font-weight: 400;
    background-image: url(../images/right-white.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px;
    padding-right: 35px;
    text-transform: uppercase;
	-webkit-transition: .2s;
    transition: .2s;
}	


.services-page li a:hover span{
    background-position: center right 5px;
}

.methology{
	margin-top: 50px;
}

.methology ul{
	color: #000;
    line-height: 25px;
	text-align: left;
	font-size: 16px;
}

.methology ul li{
	color: #000;
	font-weight: 600;
}

.methology ul ul li{
	color: #000;
	font-weight: 400;
}

.methology ul ul{
	margin-left: 0px;
    padding-left: 25px;
}

.methology h2{
	display:inline-block;
	max-width: 300px;
    background: #ececec;
    padding: 30px;
	padding-top: 130px;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
	margin: 0px;
    text-align: center;
	min-height: 410px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	vertical-align: top;
}

.methology .box2{
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	vertical-align: top;
	min-height: 410px;
	padding: 25px;
    background: #ececec;
	
}	

.desktop-research{

}

.desktop-research h3{

	padding: 10px;
	color: #6cbc8c;
	font-size: 18px;
    font-weight: 800;
	margin-top: 0px;
}

.primary-research h3{
	padding: 10px;
	color: #283479;
	font-size: 18px;
    font-weight: 800;
	margin-top: 0px;
}

.primary-research{

}

/* SERVICES SUB PAGE */


.services-sub-page{
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
	background: #efefef;
}

.services-sub-page .page-intro{
	display: inline-block;
    text-align: left;

}

.services-sub-page .tabs-menu{
float: left;
    width: 100%;
    max-width: 100%;
    clear: both;
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;


}

.services-sub-page .tabs-menu li.current {
    background-color: #283479;
    z-index: 5;
}

.investor-sub-page .tabs-menu li.current {
    background-color: #6cbc8c;
    z-index: 5;
}

.services-sub-page .tabs-menu li {
    display: inline-block;
    float: left;
    width: 16.66%;
    background: #474747;
    -webkit-transition: .5s;
    transition: .5s;
    border-right: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
	display: flex;
align-items: center;
  justify-content: center;
background-image: url(../images/down-arrow.png);
    background-size: 15px;
    background-position: center bottom 4px;
    background-repeat: no-repeat;

}

.investor-sub-page .tabs-menu li {
    display: inline-block;
    float: left;
    width: 25%;
}

.services-sub-page .tabs-menu li:hover{
    background-color: #283479;
}	

.investor-sub-page .tabs-menu li:hover{
    background-color: #6cbc8c;
}	

.services-sub-page .tabs-menu li.current a {
    color: #fff;
}

.services-sub-page .tabs-menu li a {

    padding: 15px;
	padding-top: 25px;
	padding-bottom: 25px;

    text-align: center;
font-weight: 600;
    font-size: 15px;
	line-height: 21px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.investor-sub-page .tabs-menu li a {
	padding-top: 30px;
	padding-bottom: 30px;
}


.services-sub-page .tab-content {
    width: 100%;
    padding: 50px;

    display: none;
	background-color: #fff;	
-webkit-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
	border: 1px solid rgba(0,0,0,0.12);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}

.services-sub-page .tab-content h2{
	color: #283479;
font-weight: 800;
	margin-top: 0px;
}

.investor-sub-page .tab-content h2{
	color: #6cbc8c;

}

.services-sub-page .tab-content p{

}

.cards{
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}	

.card-box{
	display: inline-block;
	width: 48%;
	max-width: 100%;
margin: 1%;	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

}

.front{
    background-color: rgba(40, 52, 121, 1);	
	padding: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
display: flex;
  justify-content: center;
align-items: center;
flex-direction: column;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
-webkit-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);

}

.front:hover{
    background-color: rgba(40, 52, 121, .9);	
}
	
.front h2{
	color: #fff;
}

.front img{
	max-width: 60px;
}

.back{
	padding: 25px;
	background: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
-webkit-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
-moz-box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);
box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.12);

}

.back p{
	text-align: left;
}

.back h2{
	color: #283479;
	margin-top: 0px;
}

/* SECTORS PAGE */

.sectors-page{

}

.sector-menu{
    padding-top: 50px;
    padding-bottom: 50px;
    /*border-bottom: 1px solid #000;*/
}

.sector-menu a{
    float: left;
    width: 18%;
    margin-right: 2%;
    padding: 15px;
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #f5f6ff;
    line-height: 23px;
    font-size: 18px;
    font-weight: 600;
        color: #000;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.sector-menu .container a:nth-of-type(5) {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sector-menu a:hover{
    background-color: #283479;
    color: #fff;
}    

.sector-menu a.active{
    background-color: #283479;
    color: #fff;
}    


.sector-menu .tabs-inner {
    gap: 25px;
    padding: 0px;
}

.services-menu{
    text-align: center;
    padding-bottom: 50px;
}

.services-menu a{
    float: none;
    display: inline-block;
    width: 21%;
    margin-right: 1%;
    margin-left: 1%;
    vertical-align: middle;
    padding-top: 27px;
    padding-bottom: 27px;
}

.services-menu .container a:nth-of-type(1) {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sectors-page .tab{
    padding: 0px;
    max-width: 200px;
    min-width: 200px;
    padding: 15px;
    background-color: #f5f6ff;
    border: none;
    text-shadow: none;
    line-height: 23px;
}

.sectors-page .tab{
    margin: 0px;
}

.sectors-page .tab:hover{
    background-color: #283479;
    border: none;
    color: #fff;
}    

.sectors-page .tab.active{
    background-color: #283479;
    border: 2px solid #283479;
    color: #fff;
}

.sector-section{
    padding-top: 50px;
    padding-bottom: 100px;
}

.sector-section-txt{
    float: left;
    width: 50%;
    padding-right: 50px;
}

.sector-section-txt .subsectors{

}

.service-info-box .sector-section-txt{
    float: left;
    width: 60%;
    padding-right: 50px;
}

.service-info-box .sector-section-img {
    float: left;
    width: 40%;
    padding-left: 0px;
}


.sector-section-txt h2{
    text-transform: none;
    margin-top: 0px;
}

.sector-section-img{
    float: left;
    width: 50%;
    padding-left: 50px;
}

.sector-section-img img{
    width: 100%;
    border-radius: 15px;
}

.sector-content{
    padding-bottom: 25px;
}

.sector-credentials .moduletablelatest-insights{
    margin-top: 25px;
}




/* ABOUT PAGE */

.about-us{

}

.about-us h1{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
}

.about-box{
background-image: url('/images/banners/banner1.jpg');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top right;
	min-height: 700px;
}
	
.moduletableabout-us-intro{
	background: #fff;
	width: 100%;
	max-width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px;
    margin-top: 30px;
}

.moduletableabout-us-intro h2{
	margin: 0px;

	font-size: 35px;
	font-weight: 600;
}

/* COLOUR CHARTS */

.colour-chart-item{
	float: left;
	width: 100%;
	max-width: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.colour-chart-item h6{
    font-weight: 400;
    font-size: 17px;
    color: #3f3f3f;
    line-height: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
}	

.tabs-menu li:hover{
    background-color: #f26522;
}

.tabs-menu li:hover a{
	color: #fff;
}

.tabs-menu li.current {
    background-color: #f26522;
    z-index: 5;
}

.tabs-menu li a {
   	float: left;
	width: 100%;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 20px;
	color: #383838;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .5s;
    	transition: .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-transform: uppercase;

		
}

.tabs-menu li.current a{
	color: #fff;
}

.tab-content {
    width: 100%;
	padding-top: 30px;
    display: none;
}

#tab-1 {
 display: block;   
}

.scrolling-wrapper{
overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolling-wrapper img{
	width: auto;
	max-width: 1200px !important;
}

.tabs-menu {
    display: inline-block;
	max-width: 800px;
	width: 100%;
    clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	text-align: center;
}

.tabs-menu li {
    display: inline-block;
	float: left;
	width: 33.33%;
	background: #e1e1e1;
	-webkit-transition: .5s;
    	transition: .5s;
	border-right: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

.colour-charts{
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
	

.colour-charts table {
    border: none
    border-collapse: collapse;
	min-width: 650px;
}

.colour-charts .title-row td {
    border: none !important;
padding-bottom: 20px;
    padding-top: 0px;
}

.colour-charts table, th, td {
    border: none !important;
}



.colour-charts tr {

}

/* ABOUT PAGE */

.about-quote{
	text-align: center;
	
}

.text-block-about{
	padding-top: 50px;
}

.about-banner .testimonial-box .testimonial-txt {
    background: url(../images/quotes-closing.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    padding-right: 100px;
	text-align: center;
    font-style: italic;
    background-size: 50px;
}

.about-banner .testimonial-box .testimonial-txt p{
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
	color: #fff;	
}

.about-banner .testimonial-box{
	position: absolute;
	right: 0px;
	top: 0px;
	max-width: 500px;
	height: 100%;
background-size: 50px;
	padding-left: 100px;
background-color: rgba(0, 0, 0, 0.6);
	margin-top: 0px;
padding-top: 50px;
    background-position: 20px 50px;
}

.text-block{

background-size: cover; 
background-position: center center; 
text-align: center;
}

.about-box-quote{
background-image: url('/images/about/fadfde5cacdc4069ba663c2e487c0113.jpg');
position: relative; 
background-size: cover;
	display: flex;
align-items: center;
    justify-content: center;
max-width: 600px;
    border-left: 100px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.about-box-quote .testimonial-box {

    background-size: 50px;
    padding-left: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    padding-top: 0px;
    background-position: 20px 20px;

    margin-bottom: 0px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

}

.about-box-quote .testimonial-box .testimonial-txt p {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
}

.about-box-quote .testimonial-box .testimonial-txt {
    background: url(../images/quotes-closing.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    padding-right: 100px;
    text-align: center;
    font-style: italic;
    background-size: 50px;
}

.text-block-about .box2 {
background-color: rgba(255, 255, 255, 1);	
}

.about-text-container{
	display: inline-block;
	float: right;
	width: 100%;
	max-width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

background-color: rgba(255, 255, 255, 0.9);
	padding: 50px;
	padding-top: 0px;	
	padding-right: 100px;
	padding-bottom: 0px;	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	
}

.about-text-container p{
	/*color: #283479;*/
	font-weight: 600;
	text-align: left;
}

.about-text-container h2{
	margin-top: 0px;
	color: #283479;
	text-transform: none;
	text-align: left;
font-weight: 800;
    font-size: 25px;
}	

.about-text-container ul{
	color: #283479;
	font-weight: 600;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
font-size: 16px;
line-height: 22px;
	
}

.about-text-container ul li{
	padding-left: 30px;

    background: url(../images/list-item.png);
	background-size: 15px;
    background-position: left 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/*	
.about-wcu{
	padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	background-image: url('/images/about/why-choose-us1.jpg');
}
*/

.about-wcu{
    padding-top: 25px;
	position: relative;
	text-align: center;
}

.about-accordion-container{
	display: inline-block;
    width: 100%;
    max-width: 900px;
}

.about-wcu .r-tabs .r-tabs-accordion-title {
    display: block;
}

.about-wcu .r-tabs .r-tabs-nav {
    display: none;
}

.about-wcu .r-tabs{
	border-radius: 0px;
	border: none;
	background-color: #fff;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	text-align: left;
    display: block;
    padding: 10px;
	padding-left: 25px;
	padding-right: 40px;
    background-color: #283479;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-shadow: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    background-image: url(../images/down.png);
    background-size: 15px;
    background-position: right 25px center;
    background-repeat: no-repeat;
	-webkit-transition: .3s;
    	transition: .3s;
	position: relative;
border-radius: 15px;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 25px;
    height: 100%;
    background: #283479;
	-webkit-transition: .3s;
    	transition: .3s;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover{
    background-color: #6CBC8C!important;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover:after {
    background-color: #2732a0;
}

.about-wcu .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
    background-color: #2732a0;
    color: #fff;
    text-shadow: none;
    background-image: url(../images/up.png);
}

.about-wcu .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
    background-color: #2732a0;
}

.about-wcu .r-tabs .r-tabs-panel{
	border-left: 1px solid #cbcbcb !important;
	border-right: 1px solid #cbcbcb !important;
	border-bottom: 1px solid #cbcbcb !important;
	background-color: #f4f4f4;
	/*border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background-color: #fff;*/

	text-align: left;
    margin-top: -5px;
border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}	

.about-wcu ul{
font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding-left: 20px;
    list-style-type: square;
}

.about-wcu ul li {
    /*padding-left: 20px;
    background: url(../images/bullet4.png);
    background-size: 10px;
    background-position: left 10px;
    background-repeat: no-repeat;
    font-weight: 400;*/
}


.about-wcu img{
	height: 700px;
	float: left;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

.about-wcu h2{
	text-align: center;
    color: #283479;
	font-size: 30px;
	font-weight: 800;
	margin-top: 0px;
}

.wcu-text{
	max-width: 100%;
	float: right;
	text-align: center;
}

.wcu-text{
	max-width: 80%;
	float: left;
	text-align: left;
	padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.wcu-text p{
	color: #fff;
}

.wcu-text h2{
color: #fff;
    font-size: 45px;
    margin: 0px;
	margin-bottom: 100px;
	text-align: center;
display: inline-block;
    position: relative;
	padding-left: 30px;
}	

.wcu-text .offset-line {
	left: 0;
    top: -200%;
    height: 350%;
}

.wcu-text h3{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
}




.wcu-text ul{
	color: #fff;
	color: #000;
	font-weight: 600;
	text-align: left;
	list-style: circle;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
font-size: 16px;
line-height: 25px;
font-weight: 400;
/*columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	*/
}

.wcu-text ul span{
	color: #000;
}

/*.wcu-text ul li{
	padding-left: 30px;

    background: url(../images/list-item-white.png);
	background-size: 15px;
    background-position: left 10px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}*/




.sectors-page .sub-accordion .r-tabs .r-tabs-accordion-title {
    display: block;
}

.sectors-page .sub-accordion .r-tabs .r-tabs-nav {
    display: none;
}

.sectors-page .sub-accordion .r-tabs{
	border-radius: 0px;
	border: none;
	background: #fff;
}

.sectors-page .sectors-main-accordion .sub-accordion .r-tabs-accordion-title .r-tabs-anchor{
	text-align: left!important;
    display: block!important;
    padding: 10px!important;
	padding-left: 25px!important;
	padding-right: 40px!important;
    background-color: #283479 !important;
    color: #fff!important;
    font-weight: 500!important;
    text-decoration: none!important;
    text-shadow: none!important;
	font-size: 20px!important;
    text-transform: uppercase!important;
    border-top-right-radius: 2px!important;
    border-top-left-radius: 2px!important;
    margin-bottom: 5px!important;
    background-image: url(../images/down.png)!important;
    background-size: 15px!important;
    background-position: right 25px center!important;
    background-repeat: no-repeat!important;
	-webkit-transition: .3s!important;
    	transition: .3s!important;
	position: relative!important;
}

.sectors-page .sectors-main-accordion .sub-accordion .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #2732a0!important;
    color: #fff!important;
    text-shadow: none!important;
    background-image: url(../images/up.png)!important;
    background-size: 15px!important;
    background-position: right 25px center!important;
    background-repeat: no-repeat!important;
}

.sectors-page .sectors-main-accordion .sub-accordion .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:hover {
    background-color: #2732a0!important;
    color: #fff!important;
    text-shadow: none!important;
    background-image: url(../images/up.png)!important;
    background-size: 15px!important;
    background-position: right 25px center!important;
    background-repeat: no-repeat!important;
}

.sectors-page .sectors-main-accordion .sub-accordion .r-tabs-accordion-title .r-tabs-anchor:hover {
    background-color: #2732a0!important;
    background-image: url(../images/down.png)!important;
    background-size: 15px!important;
    background-position: right 25px center!important;
    background-repeat: no-repeat!important;
}

.sectors-page .sectors-main-accordion .sub-accordion .r-tabs-accordion-title .r-tabs-anchor span{
	padding: 0px !important;
background-color: rgba(0, 0, 0, 0);
background-image: none!important;
    justify-content: left !important;
}

.sectors-page .sub-accordion .r-tabs-accordion-title .r-tabs-anchor:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 25px;
    height: 100%;
    background: #283479!important;
	-webkit-transition: .3s;
    	transition: .3s;
}

.sectors-page .sub-accordion .r-tabs-panel{
	float: none !important;
}

#responsiveTabsDemo2 ul{
	margin-top: 0px;
	padding-top: 15px;
    margin-bottom: 0px;
}



.sectors-page .sub-accordion .r-tabs-accordion-title .r-tabs-anchor:hover:after {
    background: #2732a0!important;
}

.sectors-page .sub-accordion .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
    background-color: #6CBC8C!important;
    color: #fff;
    text-shadow: none;
    background-image: url(../images/up.png);
}

.sectors-page .sub-accordion .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
    background: #2732a0!important;
}

.sectors-page .sub-accordion .r-tabs-panel{
padding-top:10px;
	border-left: 1px solid #cbcbcb !important;
	border-right: 1px solid #cbcbcb !important;
	border-bottom: 1px solid #cbcbcb !important;
    border: none!important;
	background: #f0f1f7!important;
	/*border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background-color: #fff;*/

	text-align: left;
    margin-top: -25px;
border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 15px;
}	

/* TEAM */

.team-page h1 {
    color: #283479;
    margin-bottom: 25px;
}

.team-page {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
}


.team-page p{
	max-width: 800px;
	display: inline-block;
}


.logo-ticker{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}  

.logo-ticker h2{
    margin-top: 0px;
}

.logo-ticker h3{
    margin-top: 0px;
}

.carouselTicker{
    overflow: hidden;
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 120px;
}

body.overflow-hidden {
  /* when author bio is visible, the out-of-focus content won't scroll */
  overflow: hidden;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

main a{
	color: #283479;
	text-decoration: none;
}

main a:hover .cd-img-overlay{
	opacity: 1 !important;
}
	

main ul{
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
main table {
	border-collapse: collapse;
	border-spacing: 0;
}

figure{
margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-800px);
    -moz-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    -o-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}

.cd-section {

}

.cd-section h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-section p {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cd-section {

  }
  .cd-section p {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-section {

  }
  .cd-section h2 {
    margin-bottom: 2em;
  }
  .cd-section p {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;
  }
}



.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea;
}

.cd-placeholder-2 {
  background: #FFF;
}

#cd-team {
  background: #fff;
}

#cd-team h2 {
  color: #1a2f2a;
}
#cd-team li {
  /*margin-bottom: 2em;*/

  box-shadow: 0 0 10px rgba(92, 75, 81, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touch #cd-team li:hover img {
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.no-touch #cd-team li:hover .cd-img-overlay {
  opacity: 1;
}
#cd-team figure {
  position: relative;
	max-width: 400px;
    display: inline-block;
}
#cd-team img {
  display: block;
  width: 100%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

}
#cd-team .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 52, 121, 0.6);
  opacity: 0;

  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#cd-team .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
    font-weight: 800;
    font-size: 16px;
}

#cd-team .cd-member-info span {
  display: block;
  font-weight: normal;
  color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
}

@media only screen and (min-width: 500px) {
  #cd-team li {
    width: 31%;
    width: 46%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    /*margin-right: 0%;*/
  }
  #cd-team li:nth-child(3n) {
   /* margin-right: 0;*/
  }
}

@media only screen and (min-width: 700px) {
  #cd-team li {
    width: 31%;
    width: 23.33%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
    /*margin-right: 0%;*/
  }
  #cd-team li:nth-child(3n) {
   /* margin-right: 0;*/
  }
}



.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #283479;
  z-index: 1;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
	z-index: 999999;
	padding-top: 85px;
}

.cd-member-bio ul{
	color: #fff;
}

.cd-member-bio h2{
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 30px;
}

.cd-member-bio ul{
	font-size: 16px;
}

.cd-member-bio ul li{
	margin-bottom: 10px;
}

.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
  position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient( bottom , #5c4b51, rgba(92, 75, 81, 0));
  background: linear-gradient(to top, #5c4b51, rgba(92, 75, 81, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio img {
  width: 100%;
  display: block;
}
.cd-member-bio .cd-bio-content {
  padding: 1em;
  color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-member-bio .cd-bio-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0;
  line-height: 1.4;
  color: #d7cfd2;
}
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 1000px;
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .cd-member-bio .cd-bio-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .cd-member-bio .cd-bio-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index:  99999999999;
  display: none;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(108, 188, 140, 0.4);
  cursor: pointer;
  display: none;
}

main.slide-out .cd-overlay{
  top: -100%;
  height: 200%;	
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fancybox-content .col-left img{
	float: left;
	width: 100%;
	max-width: 350px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
	margin-bottom: 15px;
}

.fancybox-content{
	padding: 25px !important;
    max-width: 800px!important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.fancybox-content h2{
    font-weight: 600;
    font-size: 20px;
    color: #283479;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
    margin-bottom: 0px;
}	

.fancybox-content .col-left span{
	font-weight: normal;
    color: #999999;
    font-size: 18px;
    display:none;
}		

.fancybox-content ul{
    padding-left: 0px;
    margin-left: 20px;
    color: #283479;
    font-size: 14px;
    line-height: 20px;
	margin-top: 20px;
	list-style-type: square;
}	

.fancybox-content ul li{
	margin-bottom: 10px;
}

.fancybox-content .col-left{
	float: left;
	width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 25px;
	text-align: center;
}


.fancybox-content .col-right{
	float: left;
	width: 70%;
	padding-left: 25px;
	border-left: 2px solid #6cbc8c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.fancybox-content .linkedin-profile{
    position: absolute;
    right: 40px;
    top: 15px;
    max-width: 35px;
    -webkit-transition: .2s;
    transition: .2s;
}*/

.fancybox-content .linkedin-profile{
   float: left;
    margin-top: 15px;
    max-width: 35px;
    -webkit-transition: .2s;
    transition: .2s;
}

.fancybox-content .linkedin-profile img{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.fancybox-content .linkedin-profile:hover {
    scale: 1.07;
}

.fancybox-content .col-right p{
    color: #283479;
    font-size: 14px;
    line-height: 20px;
}

.profile-head{
    padding-right: 50px;
    padding-bottom: 25px;
}

#cd-team li {
    /*width: 100%;*/
    width: 33.33%;
    float: left;
    margin-right: 0%;
    margin-left: 0%;
margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;

}

#cd-team figure {
    position: relative;
    max-width: 300px;
    display: inline-block;
}

#cd-team .cd-member-info {
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    text-align: left;
}


/* CORPORATE RESPONISIBLITY PAGE */

.corporate-page{
	margin-top: 50px;
}

.corporate-page .cols2{
-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
column-gap: 100px;
}

.corporate-page .quote{
	font-size: 25px;
	margin-top: 10px;
	line-height: 35px;
	display: inline-block;
	margin-bottom: 0px;
}

.corporate-page .quote span{
	color: #283479;
	font-weight: 800;
    font-size: 16px;
}

.csr-module{
	background: #efefef;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*.giving-initiatives{
	padding: 50px;
	background: #283479;
    background-image: linear-gradient(#283479, #283479);
	text-align: center;
	min-height: 350px;
	margin-top: 25px;
}

.giving-initiatives h2{
	color: #fff;
	font-weight: 600;
	margin-top: 0px;
}

.giving-initiatives p{
	color: #fff;
	font-size: 18px;
}*/

.giving-initiatives{
	padding-right: 50px;
	text-align: center;
	/*margin-top: 25px;*/
}

.giving-initiatives h2{
	color: #283479;
	font-weight: 600;
	margin-top: 0px;
}

.giving-initiatives p{
	color: #000;
	font-size: 18px;
}


.giving-initiatives img{
	width: 100%;
	max-width: 200px;
	margin-top: 15px;
}

.giving-initiatives .box2{
	float: none;
	display: inline-block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -4px;
	vertical-align: top;
}	

.giving-initiatives .box2 p{
	color: #283479;	
}

.little-hearts-logo{
	max-height: 140px;
}

#giving-slider{
	/*padding: 50px;*/
	padding-left: 50px;
	/* background: #6cbc8c;
   background-image: linear-gradient(#6cbc8c, #78c341);
	background: #e3e3e3;*/
	text-align: center;
	/*min-height: 350px;margin-top: 25px;*/
	min-height: 0px;
	
}	

#giving-slider h2{
	color: #283479;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 30px;
}

#giving-slider ul{
display: flex;
flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#giving-slider li{
	color: #283479;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	padding-top: 25px;
	padding-bottom: 25px;


}

#giving-slider .bx-wrapper{
	border-top: 1px dashed #cbcbcb;
	border-bottom: 1px dashed #cbcbcb;
}

#giving-slider .bx-wrapper .bx-prev{
    background-position: left center;
	left: -35px;
}

#giving-slider .bx-wrapper .bx-next{
    background-position: right center;
	right: -35px;
}

#giving-slider .bx-wrapper .bx-controls-direction a{
top: 10%;
}

#giving-slider .bx-viewport{
	height: auto !important;
	min-height: 150px!important;
}

#giving-slider .bx-pager	{
	bottom: -50px;
}

#giving-slider .bx-pager a.active{
	background: #283479;
}


/* CAREERS PAGE */

.careers-wwo{
    padding-top: 100px;
    padding-bottom: 100px;
}

.careers-wwo-txt{
    padding-right: 50px;
}

.careers-wwo-txt h2{
    margin-top: 0px;
}

.careers-wwo-img{
    padding-left: 50px;
}

.careers-wwo-img img {
    width: 100%;
    border-radius: 15px;
}

.careers-menu{
    padding-top:25px;
    padding-bottom: 0px;
    border-bottom: none;
}

.careers-menu a {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 2px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dcdde2;
    text-shadow: none;
    line-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 15px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.careers-menu a:hover{
    background-color: #283479;
    border: 1px solid #283479;
    color: #fff;
}

.careers-menu a.active {
    background-color: #283479;
    border: 1px solid #283479;
    color: #fff;
}

/* Hidden panels */
.career-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.5s ease,
        opacity 0.3s ease,
        padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
}

/* Open state */
.career-panels .active {
    max-height: 2000px; /* large enough for content */
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.career-panels ul{
	list-style-type: square;
}

/* BLOG */

.news-item{
	width: 70%;
}

.news-item p:first-of-type {
  font-weight: 600;
}

.news-item .item-image{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.news-item .item-image img{
	max-width: 100%;
}

.news-item h2{
    color: #283479;
    font-size: 22px;
}

.date{
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #000;
	float: left;
    padding-right: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
}

#blog-container .date{
    display: none;
}	    

.date-spacer{
	font-size: 15px;
	line-height: 15px;
	color: #585858;
	float: left;
	padding-right: 10px;
    display: none;
}	

#blog-container .page-header{
	padding-top: 15px;
}

#blog-container .items-row{
	float: left;
	width: 33.33%;
	padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*border-bottom: 1px solid #b7b7b7;*/
}

#blog-container .leading-0{
	float: left;
	width: 100%;
	padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #f3f3f3;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}



#blog-container{
	float: left;
	width: 100%;
	padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 50px;
display: flex;
flex-wrap: wrap;
    /*align-items: center;
    justify-content: center;*/

}	

.tag-article-list ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
display: flex;
flex-wrap: wrap;
}



#blog-container h2{
	margin: 0px;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    text-transform: none;
}

.tag-article-list ul h2{
    padding-top: 15px;
}

#blog-container h2 a{
    text-decoration: none;
    color: #000;
}
	
#blog-container h2 a:hover{
    color: #283479;
}

	
.blog-right-col{
	float: left;
	width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 140px;
	padding-left: 100px;

}	

.blog-right-col h2{
	float: left;
	width: 100%;
	text-align: center;
    font-size: 25px;
	background: #f0f1f7;
    padding: 20px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -khtml-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
}

.blog-right-col img{
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    -webkit-transition: .2s;
    transition: .2s;
}

.blog-right-col img:hover{
    opacity: 0.8;
}

.article-list{
	margin-bottom: 25px;
}

.article-list ul.category-module{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
  font-size: 16px;
  line-height: 22px;
	background: #f0f1f7;
	padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}	

.article-btn{
	background: #f0f1f7;
    padding-bottom: 20px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -khtml-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

.article-list ul.category-module li{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.article-list ul.category-module li h3{
    font-size: 18px;
    font-weight: 600;
}

.article-list ul.category-module a{
	color: #000;
	text-decoration: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.article-list ul.category-module .tags{
     display: none;
}   

.article-list  ul.category-module a:hover{
    color: #283479;
}		


.article-list ul.category-module .tags a {
    font-size: 15px;
    color: #585858;
    text-decoration: none;
	width: auto;
}

.article-list ul.category-module .tags a:hover{
	color: #283479;
}

.article-list ul.category-module .tags li{
	margin-bottom: 0px;
	float: left;
	width: auto;
    padding-right: 5px;
}


.mod-articles-category-date{
font-size: 15px;
    line-height: 15px;
    color: #585858;
    float: left;
    padding-right: 5px;
    display: none;
}	


#blog-container .btn{
	background: #d9d9d9;
	color: #223884;
padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
margin: 0px;
    min-width: 0px;
	text-transform: uppercase;
}

#blog-container .btn:hover{
	background: #223884;
	color: #fff;
}	

.blog{
	float: left;
	width: 100%;

}

.blog-img{
	float: left;
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
	min-height: 100px;
display: flex;
    align-items: center;
    justify-content: center;


}

.blog-img img{
	    -webkit-transition: .3s;
    transition: .3s;
	max-width: 100%;
	/*max-height: 100px;*/
	width: 100%;
	/*min-height: 256px;*/
    object-fit: cover;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;

}

#blog-container .items-row .blog-img:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
}	

.tags{
	float: left;
	width: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #585858;
	line-height: 15px;

}

.tags li{
	float: left;
	padding-right: 5px;
}

.tags a{
    text-decoration: none;
    display: inline-block;
    background: #f0f1f7;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 241, 247, 1) 100%);
    color: #000;
    padding: 5px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}	

.tags a:hover{
    background: #283479;
    color: #fff;
    text-decoration: none;
}

.tags-box{
	float: left;
	width: 100%;
    font-size: 16px;
    line-height: 22px;
	color: #525252;
	padding-top: 10px;
}

.tags-heading{
		float: left;
	margin-right: 5px;
}

.tags-box a{
	color: #223884;
	text-decoration: none;
}

.tags-box a:hover{
	text-decoration: underline;
}	

.tags-box ul{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tags-box ul li{
	float: left;
	margin-right: 5px;
}

.blog .page-header{
	display: block !important;
}

.pagination{
	float: left;
	width: 100%;
	text-align: center;
}

.pagination ul{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination ul li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination-prev .pagenav{
	color: #fff;
	background: #fff;
}

.pagination-next .pagenav{
	color: #fff;
	background: #fff;

}

.pagenav{
display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
	background: #d7d7d7;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
	min-width: 20px;
}	

.pagination ul li a{
    background: #283479 !important;	
	display: inline-block;
    padding: 5px;
	min-width: 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}	

.pagination ul li a:hover{
    background: #6cbc8c!important;	
}

.pagination-next a{
    background: #283479!important;		
	display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.pagination-next a:hover {
    background: #6cbc8c!important;	
}

.pagination-prev  a{
    background: #283479;	
	display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.pagination-prev  a:hover {
    background: #6cbc8c;
}

.pagination-start{
	display: none;
}

.pagination-end{
	display: none;
}

.tooltip{
	display: none !important;
}

.box2-left{
	padding-right: 30px;
}

.box2-right{
	padding-left: 30px;
}

.corporate-page .box2-right .quote {
    font-size: 25px;
    margin-top: 0px;
    line-height: 35px;
    display: inline-block;
    margin-bottom: 0px;
background-image: url(/images/about/fadfde5cacdc4069ba663c2e487c0113.jpg);
    position: relative;
    background-size: cover;
	padding: 25px;
	color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.corporate-page .box2-right .quote span {
    color: #fff;
    font-weight: 800;
    font-size: 25px;
}

.investor-btn{
	margin-top: 35px;
    font-weight: 600;
}

.management-btn{
	margin-top: 35px;
    font-weight: 600;
    background: #283479;
}

.management-btn:hover{
	background: #283479;
}	

.news-item{
    padding-top: 50px;
}

.news-item h1{
    text-align: left;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
}

.news-item .date{
    display: none;
}

.news-item img{
    border-radius: 15px;
}

/* POP UP BOX */

#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
	opacity: 0.8;
    display: none;
	z-index: 99999999;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #505050;
    color: #000;
    width: 90%;
    max-width: 500px;
    padding: 30px;
    border: 10px solid #505050;
    display: none;
	z-index: 99999999;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#popup-box h2{
	color: #fff;
    font-size: 30px;
	margin-bottom: 0px;
}

#popup-box p{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-top: 0px;
}

#popup-close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    width: 40px;
}

#popup-box h1 {
    margin: 0;
	color: #111d33;
	line-height: 40px;
}

#popup-box form {
	display: inline-block;
	max-width: 322px;
    margin-bottom: 0px;
}

#popup-box input {
    padding: 10px;
    border: 1px solid #fff;
    width: 100%;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#popup-box .btn{
    width: 100%;
	max-width: 200px;
	background: #283479;
	border: 1px solid #283479;
	padding: 10px;
	color: #fff;
	cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
	margin-top: 10px;
}

#popup-box .btn:hover{
	background: #2732a0;
    border: 1px solid #2732a0;
	color: #fff;
}

#popup-box button {
    padding: 10px;
    border: 1px solid #333;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1530px) {

.header-container{
	float: left;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.news-item .header-container{
	float: left;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}





}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1350px) {

.container{
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.our-services .container{
	padding-left: 0px;
	padding-right: 0px;   
}

.full-width .container {
	padding-left: 0px;
	padding-right: 0px;    
}

.full-width .box1 .container {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.intro-box-txt{
	max-width: 100%;
	padding-left: 50px;
}

.homepage-intro-quote .box1 {
	max-width: 100%;
}

.homepage-intro-quote p {
	max-width: 100%;
}

.intro-quote{
	padding-left: 0px;
}

.homepage-intro-quote{
	padding: 50px;
	padding-bottom: 80px;
}


}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1250px) {

.sector-menu {

}

.sector-menu .tabs {
    overflow-x: visible;
  }

.sector-menu .tabs-inner {
    min-width: 0;
    flex-wrap: wrap;
  }

.sector-menu .tabs-inner {
    gap: 0px;
}

.sectors-page .tab {
    max-width: 100%;
    margin-right: 1%;
    min-width: 31.33%;
    padding: 15px;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 2%;
}

.banner-logos img{
	float: none;
}

/*.banner-logos{
	position: static;
	width: 50%;
    max-width: 300px;
	text-align: center;
	padding-top: 0px;
}*/

.careers-page h2{
	margin-top: 20px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1207px) {


#banner-video{
margin-top: 0px;
}

.banner{
margin-top: 0px;
}

.header {
padding-bottom: 0px;
}

.slicknav_btn {
    margin-top: 18px!important;
}


.header #logo {
    width: 70%;
    text-align: left;
}

.project-gallery .banner{
background-size: auto 100%;
}




.page-header{
    background-size: auto 100%;
    padding-top: 20px;
}	

#menu{
	display: none;
}

.slicknav_menu{
	display: block;
}

.header {
	position: static;
	float: left;
}

.custombanner-content{
	padding-top: 0px;
}

.header #logo img{
	/*position: relative;
	z-index: 9999;
    -webkit-transition: 0s;
    transition: 0s;*/
    margin-top: 0px;

}




.blog-right-col{
	padding-top: 25px;
}

.services-info{
	min-height: 280px;
}

	
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1125px) {

.banner-logos{
	width: 100%;
	padding-top: 50px;
	max-width: 100%;
	padding-left: 0px;
	text-align: center;
    margin-top: -20px;
}

.banner-logos .box1{
	width: auto;
	float: none;
	display: inline-block;
}

.banner-logos img{
	margin-left: 10px;
	margin-right: 10px;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 1000px) {

h2 {
    font-size: 25px;
}

.banner h1 {
    font-size: 40px;
    line-height: 50px;
}

.banner h1 span{
    font-size: 40px!important;
}

.banner-txt p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

.category-modulelatest-insights{
    flex-wrap: wrap;

}

.category-modulelatest-insights .article-box{
    flex: 0 0 calc(100% - 0px);
    align-items: flex-start;
    margin-bottom: 25px;
  }

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1071px) {

.careers-page .cols2{
	column-gap: 30px;
}

.news-item{
    width: 60%;
}

.blog-right-col{
    width: 40%;
}	

.news-item .page-header h1{
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}

.services-page ul.services-boxes{
	display: flex;
	

flex-wrap: wrap;

}

.services-info h2{
	min-height: 60px;
}
.services-info{
    min-height: 337px;
}

.about-text-container{
	padding: 15px;
	padding-right: 0px;
	padding-top: 0px;
}

.about-box-quote{
border-left: 50px solid #fff;
}	

.about-box-quote .testimonial-box .testimonial-txt p{
font-size: 20px;
    font-weight: 600;
    line-height: 25px;	
}

.about-box-quote .testimonial-box{
	background-size: 20px;
padding-left: 50px;
}

.about-box-quote .testimonial-box .testimonial-txt{
	background-size: 20px;
padding-right: 50px;
}

.event-intro a.btn {
    margin-top: 15px;
}

.about-box {
    background-size: cover;
    text-align: center;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 940px) {

.about-us .recognition h3 {
    float: left;
    width: 100%;
}

.about-us .recognition p {
    float: left;
    width: 100%;
}

.about-us .recognition .flex-boxes3 .box img {
    float: none;
    margin-right: 0px;
}

.careers-wwo {
    padding-top: 50px;
    padding-bottom: 50px;
}

.careers-wwo-txt {
    width: 100%;
    padding-right: 0px;
}

.careers-wwo-img {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    padding-top: 25px;
}

.careers-wwo-img img {
    width: 100%;
    border-radius: 15px;
    max-width: 500px;
}

.footer-logo {
    max-width: 100%!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    text-align: center!important;
}

.footer-address {
    max-width: 100%!important;
    padding-right: 0px!important;
    text-align: center!important;
}

.footer-menu {
    max-width: 100%!important;
    padding-right: 0px!important;
    text-align: center!important;
    padding-top: 20px;
}

.footer-contact-box {
    max-width: 100%!important;
    text-align: center!important;
}

.banner-container video{min-height: 750px !important; width: auto!important; margin-left: -50%;}

#blog-container .items-row{
	width: 33.33%;
	padding: 15px;
}

.services-info{
	background: #fff!important;
	padding: 0px !important;
}

.cd-section{
padding-left: 15px;
    padding-right: 15px;
}


.cd-container{
	width: 100%;
}

.cd-container ul{
	margin: 0px;
	padding: 0px;
}


.about-accordion-container{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 35px;
}


.giving-initiatives{
	width: 100%;
	padding-right: 0px;
	text-align: center;
	padding-bottom: 50px;
}

/*.giving-initiatives img{
	max-width: 300px;
}*/

#giving-slider{
	width: 100%;
	padding-left: 0px;
	text-align: center;
}

.copyright{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}

.footer-links{
	width: 100%;

	padding-top: 50px;
}

.footer-contact-container{
	padding-right: 0px;
}

.footer-links .box2{
	max-width: 50% !important;
	padding: 20px;
}

#footer .footer-logos{
	padding-left: 20px;
}

.banner-box-border{
	padding-right: 0px;
}



.project-gallery .banner{

	padding-left: 0px;
	padding-right: 0px;

}


.contact-details .box3{
	width: 100%;
	padding-bottom: 25px;
}

.contact-details{
	padding-top: 20px;
}

.contact-page .form-container{
    margin-top: 20px;
}


.product-links li span {
	min-height: 0px;
}

.intro-box-txt{
	max-width: 100%;

}

.intro-img{
	padding-left: 0px;
	padding-top: 25px;
}




.bx-wrapper .bx-prev{
	background-position: 10px center !important;
}

.bx-wrapper .bx-next{
    background-position: right 10px center!important;

}
	

.our-products-page p{
	font-size: 20px;
}

.our-products-page .product-links li{
	width: 50%;
	overflow: hidden;
}

.our-products-page .product-links li span{
	width: 80%;
}



.header-box{
	float: none;
	display: inline-block;
	padding-top: 0px;
}

.header-container{
	text-align: center;
}



.events-page ul li{
	width: 50%;
}

.homepage-intro{
	position: relative;
	text-align: center;
}

.intro-box{
    float: none;
	display: inline-block;
	margin-top: 25px;
	max-width: 500px;
	width: auto;
}

.intro-box .moduletable{
    margin-left: 0px;	
}

.homepage-intro .box2{
	width: 100%;
}

.intro-img-box{
	margin-right: 0px;
	position: absolute;
	top: 50px;
	left: 0;
}

.moduletable-retreats-programme{
	width: 100%;
    margin-top: 50px;
}

.moduletable-retreats-bookings{
	width: 100%;
margin-top: 0px;
}

.moduletable-retreats-mtt{
	width: 100%;
margin-top: 0px;
}

.moduletable-retreat-box{
	width: 100%;
margin-top: 0px;
}

.homepage-boxes .box3{
	padding: 10px;
}



.video-banner-overlay{
	display: none;
}



.homepage-box-container .box2{
	width: 105%;
	padding: 50px;
	min-height: 0px;
	margin-left: -15px;
}

.why-choose-us .box4{
	width: 50%;
}




.banner-container{
	padding-top: 0px;
}

span.header-email{
	float: left;
	padding-left: 25px;
	font-size: 16px;
background-position: left 6px;
	padding-top: 10px;
    background-position: left 10px;
}

span.header-phone{
	float: left;
	padding-right: 20px;
	font-size: 16px;
background-position: left 6px;
	padding-top: 10px;
    background-position: left 10px;
}


}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

.expertise-homepage li {
    float: left;
    width: 100%;
}

.sector-menu a {
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.sector-section-txt {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25px;
}

.service-info-box .sector-section-txt {
    float: left;
    width: 100%;
    padding-right: 0px;
}

.sector-section-img {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}

.service-info-box .sector-section-img {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}



.box2-info{
    width: 100%;
    padding-right: 0px;
}    

.box2-quote{
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
}    

#cd-team li {
    /* width: 100%; */
    width: 50%;
}

#slideshow-mobile{
    display: block!important;
}

#slideshow{
    display: none!important;
}

.banner-container video{min-height: 750px !important; width: auto!important; margin-left: -70%;}

.contact-page p{
	text-align: left !important;
}

.contact-details{
	width: 100%;
	max-width: 100%!important;
}


.contact-page-v3 .form-container {
    float: left;
    width: 100%;
    padding-right: 0px;
}

.blog-right-col{
	padding-left: 75px;
}

.services-sub-page .tabs-menu{
	justify-content: left;
}

.services-sub-page .tabs-menu li{
	width: 25%;
}

  .cd-member-bio {
    width:100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

#cd-team .cd-member-info{
	font-size: 20px;
}

.team-page{
	text-align: left;
}

.footer-contact-container{
	width: 80%;
}

.intro .box2{
	width: 100%;
	padding-bottom: 50px;
}

.intro .intro-quote{
	padding-bottom: 0px;
}

.homepage-intro-quote{
	padding-bottom: 50px;
}	

.content-left{
	width: 100%;
}

.content-right-img{
	width: 100%;
	padding-left: 0px;
}

.booking-page .box2{
	width: 100%;
}

.aboutus-page .box2{
	width: 100%;
	padding: 0px;
}


.office-banner .banner-txt{
	width: 100%;
    text-align: center;
}

.office-banner .banner-txt p{
    text-align: center;
}

.banner-form-container{
	width: 100%;
	padding-top: 20px;
}

.banner-form{
	float: none;
	display: inline-block;
}

.event-intro{
	width: 100%;
}

.event-gallery{
	width: 100%;
	padding-left: 0px;
	padding-bottom: 50px;
    padding-top: 0px;
}


.wcu-box ul li{
	width: 50%;
}






.header a{
	float: none;
}

.moduletable-rss-feed ul li{
	float: left;
	width: 50%;
	min-height: 75px;
}

.booking-form{
	width: 100%;
}

.booking-info{
	width: 100%;
	background: none;
}	

.services-page{
	text-align: left;
}

.service-info-box-img {
    float: left;
    width: 15%;
    padding-right: 50px;
}

.service-info-box-txt {
    float: left;
    width: 100%;
}

.services-page .box2{
    float: left;
	width: 100%;
	padding-bottom: 25px!important;
	min-height: 0px;
	text-align: left !important;
	background: none !important;
	background-image: none !important;	
}

.services-page .services-top .box2{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.card-for-investors {
    padding-bottom: 0px;
}

#management:hover{
	background-image: none !important;	
}

#investors:hover{
	background-image: none !important;	
}

.services-info h2 {
    min-height: 0px!important;
}



.why-choose-us{
	padding-top: 50px;
margin-top: 0px;
}

#footer .box3{
	width: 100%;
	padding-bottom: 15px;
}

.footer-logo{
	width: 100%;
	padding-bottom: 15px;
}

#footer .box3{
	padding-top: 15px;
}

#testimonial-container .testimonial-box{
	background-position: top left 30px;
	padding-left: 75px;
}

#testimonial-container .testimonial-box .testimonial-txt{
	background-position: bottom right 30px;
	padding-right: 75px;
}

.form-container{
	max-width: 100%;
	padding-top: 15px;
	padding-right: 15px;
}

.contact-container .box2{
	width: 100%;
}

.form-container h2{
	text-align: left;
}




.moduletable-txt-left{
	padding-right: 50px;
}


.services-page .services-boxes li{
	width: 25%;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 750px) {

.sector-text{
	background: #2732a0;
	background-image: none !important;
	display: none;
}

.sector-info h2{
	font-size: 18px;
    line-height: 22px;	
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 695px) {

.sector-menu a {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-menu a {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sector-menu {
    padding-left: 50px;
    padding-right: 50px;
}

.about-wwd .flex-boxes4 .box {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
}

.community-boxes .flex-boxes3 .box {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.banner-container video{min-height: 750px !important; width: auto!important; margin-left: -100%;}

.services-page .services-boxes li{
	width: 33.33%;
}

.tabs-menu li{
	width: 100%;
}

.about-box{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
}

.header #logo{
	text-align: left;
}

#header-social{
	width: 100%;
}

#header-social img{
	float: none;
	display: inline-block;
}

.programme h2{
	font-size: 30px;
    line-height: 40px;	
}

.programme-row{
	margin-bottom: 20px;
}

.box-speaker{
	float: left;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.box-info{
	width: 100%;	
	border-right: none;
	border-left: none;
}

.box-info .box2{
	width: 100%;	
	padding-right: 0px;
	min-height: 0px !important;
	padding-top: 10px;
}

.streamed-box2{
	border-left: none;
	margin-top: 0px;
  padding-left: 0px;
}

.box-time{
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}	


.contact-container .box2{
	width: 100%;
}




.header #logo{
	max-width: 100%;
}


.header-box{
	float: left;
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}

.header #phone{
	float: none;
	display: inline-block;
}

.header .btn{
	float: none;
	display: inline-block;
}

.moduletable-txt-left{
	padding-right: 0px;
	width: 100%;
}

.moduletable-images-right{
	width: 100%;
}	

.homepage-boxes .box3 h2{
	font-size: 25px;
}

/*.header #phone{
	width: 100%;
	padding-left: 0px;
	text-align: left;
padding-top: 0px;
	padding-bottom: 10px;
}

.header #phone span{
	text-align: left;
font-size: 30px;
    line-height: 30px;
}	*/

#instafeed img{
	width: 50%;
	max-width: 50%;
border: 10px solid #fff;
}

.about-page .box2{
	width: 100%;
	border: none;
}

.about-images{
	padding-left: 0px;	
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 650px) {



.banner-logos img {
    max-width: 250px;
}

.careers-page .cols2{
column-count: 1;
    column-gap: 0px;
}

.careers-page p{
	text-align: left !important;
}

.careers-page .box-first{
	width: 100%;
	padding-right: 35px;
}

.careers-page .box-second {
	width: 100%;
	padding-left: 0px;	
	padding-right: 35px;
}

.careers-page .heading-left {
    margin-left: 0px;
}

.careers-page .heading-left:after {
    content: "";
    position: absolute;
    top: 0;
	left: auto;
    right: -10px;
    width: 0;
    height: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 20px;
    height: 100%;
    background: #283479;
}

.sector-info .box2{
padding-right: 0px;
    padding-left: 0px;
	width:100%;
}	

.sector-info .box1{
	padding-right: 0px !important;
    padding-left: 0px!important;
}	

.services-sub-page .tabs-menu li{
	width: 500%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #fff;
}

.services-sub-page .tabs-menu li a{
	padding-top: 10px; 
    padding-bottom: 10px; 
}

.services-sub-page .tabs-menu li{
	background-position: right 10px center;
}	

.text-block-about .box2{
	width: 100%;
}

.about-text-container{
	width: 100%;
    padding-right: 15px;
}

.about-box-quote{
	width: 100%;
border-left: 15px solid #fff;
border-right: 15px solid #fff;
}

#photos{
	column-count: 2;
}

.header #showroom{
	display: none;
}

.header #phone{
	padding-right: 0px;
}

.sub-banner{
	width: 100%;
	border-left: none !important;
	border-top: 1px solid #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.sub-banner h2{
    line-height: 33px;
}

.speaker-profiles .box2{
	width: 100%;
	padding-right: 0px;	
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 625px) {

.fancybox-content .col-left{
	width: 100%;
    padding-right: 0px;
}

.fancybox-content .col-right{
	width: 100%;
    padding-left: 0px;
	border-left: none;
    padding-top: 10px;
}

.fancybox-content .linkedin-profile{
    margin-top: 0px;
}
	
.fancybox-content img{
	width: 100%;
	max-width: 300px;
    border-right: none;
    border-bottom: none;
    margin-top: 15px;
	float: none;
}

.fancybox-content ul{
	font-size: 18px;
	line-height: 25px;
}

.news-item {
    width: 100%;
}

.blog-right-col {
    width: 100%;
	padding-left: 0px;
	text-align: left;
    padding-top: 0px;
}

.article-list{
	max-width: 350px;
}

#blog-container .items-row{
	width: 50%;
	padding: 15px;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	font-size: 18px;
    padding-left: 10px;
}

.corporate-page .cols2{
	column-count: 1;
    column-gap: 0px;	
}

.corporate-page {
    margin-top: 20px;
}

#testimonial-container .testimonial-box{
	padding-left: 25px;
	background-position: 0px 0px;
}

#testimonial-container .testimonial-box .testimonial-txt{
padding-right: 35px;
    padding-left: 25px;
background-position: right 0px bottom;
}

.our-products-page .product-links li span{
    font-size: 18px;
    font-weight: 600;
}



.events-page ul li{
	width: 100%;
}

.intro-img-box{
    min-height: 800px;	
}

.homepage-intro{
    min-height: 850px;	
}	

.intro-box{
    float: none;
	display: inline-block;
	margin-top: 50px;
	max-width: 300px;
	width: auto;
}

.moduletable-txt-left h2{
	margin-top: 0px;
}

.moduletable-rss-feed ul li{
	float: left;
	width: 100%;
	min-height: 0px;
	padding-right: 0px;
}


.homepage-boxes .box3 {
	width: 100%;
	margin-bottom: 20px;
}

.homepage-boxes .box3 h2{
	font-size: 30px;
}

.about-page p{
	text-align: left;
}

.services-page p{
	text-align: left;
}

.homepage-box-container .box2{
	width: 110%;
}

.homepage-box-container .box2 p{
	margin-bottom: 10px!important;
}

.why-choose-us .box4{
	padding: 25px;
}

.homepage-box-container .box2{
	padding-left: 25px;
	padding-right: 25px;
}

#testimonial-container .testimonial-box{
	background-size: 30px;
}

#testimonial-container .testimonial-box .testimonial-txt{
	background-size: 30px;
}

#testimonial-container .testimonial-box .testimonial-txt p{
	margin-top: 0px;
    font-size: 14px;
    line-height: 22px;
}

.service-icons .box4{
	width: 50%;
	padding-bottom: 25px;
}

.service-icons{
	padding-left: 0px;
	padding-right: 0px;
}

.form_field{
	padding-bottom: 15px;
	width: 100%;
	padding-right: 0px
}

.form_field_row{
	padding-bottom: 0px;
}
}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 550px) {

.service-info-box-img {
    width: 100%;
    padding-right: 0px;
    text-align: left;
    padding-bottom: 25px;
}

.service-info-box-txt {
    width: 100%;
}

.card-icon {
    width: 100%;
    text-align: left;
    padding-bottom: 25px;
}

.card-txt {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.about-us .recognition .flex-boxes3 .box {
    flex: none;
    width: 100%;
}

.about-us .recognition .flex-boxes3 .box img {
    float: none;
    margin-right: 0px;
}

.header #logo {
    width: 100%;
    padding: 15px;
}

.header #logo img {
    max-width: 250px;
}

.slicknav_btn {
    margin-top: 23px !important;
}


#banner-video {
    min-height: 0px;
    height: 550px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.banner-buttons {
    padding-top: 0px;
}

.banner .btn{
    margin-top: 0px;
}

.banner .btn2{
    margin-top: 15px;
}

#cd-team li {
    width: 100%;
    text-align: center;
}


.services-page .services-boxes li{
	width: 50%;
	padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;	
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	min-height: 0px;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after{
	right: -16px;
    width: 33px;
}

.giving-initiatives .box2{
	width: 100%;
}

.grey-banner .banner-txt{
	width: 70%;
}

.services-sub-page-banner .banner-txt{
	width: 70%;
}

.footer-contact-container{
    width: 90%;
}	

.footer-contact{
	padding: 25px;
}


.footer-links .box2{
	max-width: 100%!important;
	width: 100%!important;
	padding-left: 0px;
	padding-right: 0px;
}

#footer .form-container{
	padding-left: 20px;
	padding-right: 20px;
}
#footer .footer-logos{
	padding-left: 0px;
}

.footer-links{
	padding-top: 20px;
}

.header #logo img{
	max-width: 300px;
}

.slicknav_btn{
margin-top: 27px!important;
    margin-right: 5px!important;
}

.banner-box-blue{
margin-left: 28px;
}	

.moduletableabout-us-intro h2{
	font-size: 30px;
}

.moduletableabout-us-intro{
	padding: 25px;
}

.project-gallery .banner{
    min-height: 400px;
}

.booking-page .box2{
	max-width: 100% !important;
	width: 100%;
}



.office-banner{
	padding-bottom: 50px;
}

.banner-form-container{
	padding: 25px !important;
}

.wcu-box ul li{
	width: 100%;
}

.radio-boxed .box3{
	padding-right: 0px;
	width: 100%;
	margin-bottom: 15px;
}

.radio-boxed label{
	min-height: 0px;
}

.homepage-intro h1{
	font-size: 30px;
}



.videoWrapper2{
	padding-top: 5px;
}

.videoWrapper2 iframe{
	/*top: -30px;*/
}

.header #phone{
		text-align: center;
}




.gas-safe-page img{
	width: 100%;
}

/*
.page-header{
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}*/

.page-header h1{
    text-align: left;
	font-size: 30px;
}

.gallery-page h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.showroom-page h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.about-page h1{
    text-align: center;
	font-size: 25px;
}

.banner-txt h1{
	font-size: 35px;
	line-height: 40px;
}

h1{
	font-size: 35px;
	line-height: 40px;
}

.banner-txt p{
	font-size: 18px;
	line-height: 25px;
}

.wcu-box h2{
	font-size: 35px;
	line-height: 40px;
}

.co-working-enquiry-form h1{
	font-size: 35px;
	line-height: 40px;
}

#footer-top span{
	font-size: 35px;
	line-height: 40px;
}	

.homepage-content h1{
	font-size: 25px;
}

.contact-details{
	float: left;
}

.contact-details strong{
    font-size: 20px;
}

.contact-container h2{
    font-size: 20px;
}

.why-choose-us h2{
	font-size: 25px;
}

.why-choose-us h3{
	font-size: 20px;
}

.about-page{
	padding-top: 25px;
}

.contact-details{
	padding-top: 25px;
}


about-page p {
    max-width: 100%;
    display: inline-block;
}




.gas-safe-logo{
float: none;
display: inline-block;
width: auto;
}

.why-choose-us .box4{
	width: 100%;
	padding-top: 0px;
}

.why-choose-us h3{
	margin-top: 0px;
	min-height: 0px;
}


/*
.banner{
	min-height: 450px;
}

*/

.retreats-banner .banner-txt {
    padding-top: 155px;
}

.banner-xshort{
	min-height: 0px;
}	

.homepage-content p{
	text-align: left !important;
	margin-bottom: 0px;
}

span.header-email{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
    z-index: 999999999;
   	padding-top: 10px;
    background-position: left 10px;
}

span.header-phone{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
    z-index: 999999999;
background-position: left 10px;
}

/*
.form_field_row{
	padding-bottom: 0px;
}
*/

.form_field{
	padding-bottom: 15px;
	width: 100%;
	padding-right: 0px
}

.form_field_wide{
	padding-right: 0px;
	padding-bottom: 15px;
}

.guest-row .form_field{
	padding-bottom: 15px;
	width: 100%;
	padding-right: 0px
}

#content .event-intro a.btn{
	margin-top: 15px;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 460px) {

.sector-menu {
    padding-left: 0px;
    padding-right: 0px;
}

.recognition img {
    max-height: 120px;
}

.recognition h3 {
    font-size: 20px;
}

#banner-video {
    height: 600px;
}

.banner-txt h1 {
    font-size: 30px;
    line-height: 37px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}


.experience span {
    font-size: 22px;
}

.experience .cdd-award span{
    font-size: 22px;
}

.banner-container video{min-height: 750px !important; width: auto!important; margin-left: -150%;}

#blog-container .items-row{
	width: 100%;
	padding: 15px;
}

.header #logo img{
	max-width: 220px;
}

.slicknav_btn {
    margin-top: 18px !important;
    margin-right: 0px !important;
}

.banner-box-blue{
margin-left: 25px;
}	


.our-products-page .product-links li {
    width: 100%;
    overflow: hidden;
}

.product-links li {
    width: 100%;
    overflow: hidden;
}

.content-right-img .box2{
	width: 100%;
}

.content-right-img img{
	border-left: none;
}

.intro h2{
	font-size: 30px;
    line-height: 35px;
}

.intro span{
	font-size: 25px;
    color: #f26522;
    line-height: 35px;
}



}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

.expertise-homepage li span{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.expertise-homepage p{
    text-align: left;
}

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

.our-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.recognition {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sectors {
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-module{
    padding-top: 50px;
    padding-bottom: 50px;
}

.sectors-page .tab {
    margin-right: 0%;
    min-width: 100%;
}

.about-wwd {
    padding-top: 50px;
    padding-bottom: 25px;
}

.about-why {
    padding-top: 50px;
}

.about-values {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-community {
    padding-top: 50px;
}

.sector-section{
    padding-top: 50px;
    padding-bottom: 50px;
} 

.service-info-box {
    padding-top: 50px;
    padding-bottom: 50px;
}   

.careers-menu a {
    width: 100%;
    margin-right: 0%;
}

#banner-video .banner-txt h1 {
    font-size: 25px;
    line-height: 31px;
    text-align: left;
}

.banner h1 span{
    color: #fff!important;
    font-size: 25px!important;
}

#banner-video .banner-txt p{
    text-align: left;
}

#banner-video .btn{
    float: left;
    margin-left: 0px;
    margin-right: 25px; 
    font-size: 16px;
}
    

.footer-contact .offset-line {
    display: none;
}



.banner-box-blue{
	padding: 25px;
}


.services-page .services-boxes li h3{
	font-size: 16px;
	line-height: 20px;
}

.intro{
	padding-top: 0px;
}

.intro-box-txt{
	padding: 20px;
}

.homepage-intro-quote{
	padding: 20px;
}

.intro .box2{
    padding-bottom: 0px;
}	

.booking-page .box2 span{
	padding-top: 10px;
}

.header #phone{
	padding-bottom: 5px;
}

.banner-form-container{
	padding: 0px !important;
}



.slicknav_menu .slicknav_icon-bar{
    width: 50px!important;
	height: 3px!important;
}



.moduletable-retreats-bookings div{
	width: auto;
}



.homepage-intro img{
	display: inline-block;
}





#footer .box3 .box1{
	width: 100%;
	float: left;
   
}

/*
#footer-container{
	padding-left: 15px;
	padding-right: 15px;
}
*/

.service-icons .box4{
	width: 100%;
}



#photos{
	column-count: 1;
}

.services-sub-page .tab-content{
	padding: 15px;
	padding-top: 25px;
}


/*#testimonial-container p {
    font-size: 14px;
    line-height: 20px;
}*/


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 380px) {

.sub-page-banner {
    padding-top: 150px;
}

.about-wcu .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    min-height: 48px;
}


.services-sub-page-banner .banner-txt{
	width: 100%;
}


.contact-details span{
	font-size: 17px;
}


.banner-box-blue {
    margin-left: 22px;
}



}


/* Short screens */
@media (max-height: 800px) {

.panel h3{
    font-size: 2.5rem;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 460px) {


.panel h3 {
    font-size: 22px;
}

}
	
