@font-face
{
	src: url('/css/InteloAlt-Regular.otf');
	font-family: InteloRegular;
}

@font-face
{
	src: url('/css/Intelo-Bold.otf');
	font-family: InteloBold;
}

@font-face
{
	src: url('/css/Intelo-Medium.otf'); 
	font-family: InteloMedium;
}

@font-face
{
	src: url('/css/InteloAlt-Bold.otf');
	font-family: InteloAltBold;
}

.text-bold
{
  font-family: InteloAltBold !important;
}

body 
{
  overflow-x: hidden;
  font-family: InteloRegular;
  color: #545468;
  font-size: 18px;
  line-height: 1.2;
}

p
{
	font-family: InteloRegular;
}

strong
{
	font-family: InteloBold;
}

.form-control
{
	font-size: inherit;
	height: auto;
}

a
{
	color: #2fadc3;
}

a:hover, a:active, a:focus
{
    text-decoration: none;
	color: #2fadc3;
}

.text-primary {
  color: #fed136 !important;
}

.fixed-top 
{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
	z-index: 998;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: InteloRegular;
  font-weight: 700;
}

.pageTitleWrap_all h1, .defaultContentWrapInner h1
{
	color: #2fadc3;
}

section {
  padding: 100px 0;
  position: relative;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section 
  {
	position: relative;
    padding: 60px 0;
  }
}

.homePageSection 
{
	z-index: 4;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

.mainNavBg, .mainNavBg .dropdown-menu
{
	/*background-color: #000;*/
}

.dropdown-menu a
{
	/*color: #fff !important;*/
}

.mainNavBg .dropdown-menu a:hover
{
	color: #d90061 !important;
}

.mainNavBg fieldset 
{
	border-top: 1px solid #fff;
}

#mainNav
{
    padding-top: 15px;
	border-radius: 0;
}

#mainNav a
{
	cursor: pointer;
	color: #fff;
}

.stickyHeader #mainNav a
{
	color: #2fadc3;
}

.stickyHeader #mainNav .dropdown-menu a
{
  color: #fff;
}


#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

@media (min-width: 992px) {
  #mainNav 
  {
    padding-top: 30px;
    padding-bottom: 30px;
	border: none;
	border-radius: 0;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("/images/library/banner_home.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
  color: #f29200;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;

}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;

}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in
  {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;

  }
  header.masthead .intro-text .intro-heading 
  {
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;

  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  color: #ced4da;
}

section#contact :-moz-placeholder {
  color: #ced4da;
  /* Firefox 18- */
}

section#contact ::-moz-placeholder {
  color: #ced4da;
  /* Firefox 19+ */
}

section#contact :-ms-input-placeholder {
  color: #ced4da;
}

footer
{
  padding: 85px 0;
  text-align: center;
  background: #646567;
  position: relative;
  z-index: 5;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover
{
  background-color: #fed136;
}

.footerMenuWrap td
{
    padding: 10px;
}

.footerMenuWrap_gap
{
    width: 50px;
}

.footerContainer .row .col-md-4:last-child
{
    padding-bottom: 0 !important;
}

.footerContainer .row
{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -moz-webkit-align-items: center;
    -ms-webkit-align-items: center;
    -o-webkit-align-items: center;
    -khtml-webkit-align-items: center;
    -webkit-align-items: center;
}


.footerMenuWrap a
{
    color: #fff;
}

.footerMenuWrap a:hover
{
    color: #b72d1f;
}

.footerContainer .row .col-md-4
{
	padding: 30px 0;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	text-align: left;
}

.footerContainer .row .col-md-4 > div
{
	width: 100%;
}

.footerContainer p, .footerContainer a, .footerContainer
{
	color: #fff;
}


.navbar-nav > li > .dropdown-menu
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

  border: none;
  box-shadow: initial;
}

.dropdown-menu
{
    padding: 5px 15px;
}

.dropdown-menu > li
{
    /*border-bottom: 1px solid #f29200;*/
    padding: 5px;
    text-align: left;
}

.dropdown-menu > li:last-child
{
    border-bottom: none;
}

.navbar-nav
{
	float: right;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.navbar-nav>li>a 
{
    /*text-transform: uppercase;*/
}

.parraph_red
{
	color:#bb2924;
}

.articleHome
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.aDivWrap 
{
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.articleHome_inner
{
	width: 100% !important;
}

.contentSideImgWrap
{
	width: 50% !important;
	margin-left: 30px;
}

.contentSideImgWrap img
{
	width: 100%;
	margin-top: 70px;
}

#homePageIcons .container .row .col-md-4
{
	width: 30%;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 5px 5px #ccc;
}

#homePageIcons .container .row .col-md-4:nth-child(2)
{
	margin: 0 3%;
}

#homePageIcons
{
	background-position: center;
	background-size: cover;
	background-attachment: fixed;

	background-repeat: no-repeat;

	-webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.submitYourIdeaForm, .submitYourIdeaForm_submitBtn_wrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.submitYourIdeaForm > div:first-child
{
	margin-right: 50px;
}

.submitYourIdeaForm > div
{
	width: 50%;
}

.submitYourIdeaForm input, .submitYourIdeaForm textarea
{
	border-radius: 0;
	margin-bottom: 30px;
	padding: 10px;
	height: auto;
	font-size: 16px;
	resize: none;
}

.submitYourIdeaFormWrap_overlay
{
	background: #2fadc3;
	height: 100%;
}

.submitYourIdeaFormWrap
{
	color: #fff;
}

.submitYourIdeaFormWrap_header
{
	text-align: center;
	margin-bottom: 40px;
}

.submitYourIdeaRedLine
{
	display: inline-block;
    height: 10px;
    position: relative;
    width: 177px;
	background: #bb2a25;
}

.container_custom table
{
	width: 100%;
}

.newsDefaultPageBodyWrap, .newsDefaultPageBodyInnerWrap, .fotekTeamImagesWrap > a
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}

.newsDefaultPageBodyWrap, .fotekTeamImagesWrap > a
{
	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
}


.fotekTeamImagesWrap
{
	/*justify-content: space-between;
	-webkit-justify-content: space-between;*/

	align-items: center;
	-webkit-align-items: center;
}


.newsDefaultPageBodyWrap
{
	background-image: url("/images/library/submitIdeaBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 50px 0;

	position: relative;
}

.newsDefaultPageBodyInnerWrap > div
{
	padding: 90px 40px;
	color: #fff;
	text-align: center; 

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
}

.newsDefaultPageBodyWeeklyWrap h3, .newsDefaultPageBodyFeatureWrap h3
{
    margin: 0;
}

.newsDefaultPageBodyWeeklyWrap > div:nth-child(2), .newsDefaultPageBodyFeatureWrap > div:nth-child(2)
{
    margin-top: 0;
}

.newsDefaultPageBodyWeeklyWrap
{
	margin-right: 50px;

	/*background-image: url("/images/library/weeklyNewsBg.jpg") !important;*/
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.newsDefaultPageBodyFeatureWrap
{
	/*background-image: url("/images/library/featuredNewsBg.jpg") !important;*/
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.fotekTeamImagesWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blocksWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	position: relative;
    z-index: 999;
}

/*.blockWrap:nth-child(2)
{
	margin: 0 2%;
}*/

.blockWrap
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	text-align: center;
	width: 33.33%;
	padding: 80px 40px;

    cursor: pointer;

	min-height: 320px;
}

#homePageIcons:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	z-index: 9;
}

.homePageGetStartedHeader
{
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
}

.homePageGetStartedHeader h1
{
	display: inline-block;
	border-bottom: 5px solid #f00;
}

.homeBlockBriefWrap h1
{
	color: #fff;
}

.newsDefaultPageBodyFeatureWrap, .newsDefaultPageBodyWeeklyWrap
{
	min-height: 320px;
}

.blockWrap_subPage
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
	padding: 110px 40px;
	color: #fff;
	position: relative;

	border: 10px solid #fff;
	box-shadow: 1px 1px 5px 1px #a5a1a1;
}

.blockWrap_subPage > div
{
	position: relative;
	z-index: 999;
}

.blockWrap_subPage > div:nth-child(2)
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
}

.newsDefaultPageBodyFeatureWrap, .newsDefaultPageBodyWeeklyWrap
{
    position: relative;
}

.blockWrap_subPage:hover:after, .galleryImageLink:hover:after, .newsDefaultPageBodyWeeklyWrap:hover:after, .newsDefaultPageBodyFeatureWrap:hover:after, .fotekGalleryImagesWrap a:hover:after
{
	content: '';
	background: rgba(0, 97, 152, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 88;
}

.blockWrap_subPage:before
{
	content: '';
	background: rgba(0, 97, 152, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 8;
}

.newsDefaultPageBodyFeatureWrap > div, .newsDefaultPageBodyWeeklyWrap > div
{
    position: relative;
    z-index: 99;
	width: 100%;
}

.blockWrap_subPage_null
{
	background: none;
}

.fotekTeamImagesWrap > a
{
	display: block;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;

	position: relative;
}

.fotekTeamImagesWrap > a:last-child
{
	margin-right: 0 !important;
}

.fotekTeamImagesWrap img
{
	width: 100%;
}

.servicesMainPage_subPagesWrap
{
	background-image: url("/images/library/submitIdeaBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 50px 0;

	position: relative;
}

.galleryText
{
	color: #000;
	z-index: 999;
}

.galleryText h3
{
	color: #545468;
	font-weight: 400;
	font-family: InteloMedium;
	font-size: 20px;
}

.galleryText h4
{
	color: #636363;
	font-weight: 400;
	font-family: InteloRegular;
	font-size: 15px;
}

.slick-slide img
{
	width: 100%;
}

.testimonialsWrap
{
	margin-top: 20px;
    margin-bottom: 40px;
}

.testimonials_indeWrap
{
	margin-bottom: 60px;
	position: relative;
}

.testimonialsHeaderWrap
{
	margin-top: 40px;
}

.bookingFormFirst, .contactUsFormBottom
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.submitBtn_submitYourIdeaWrap
{
	text-align: left;
}

.submitBtn_submitYourIdeaWrap
{
    margin-top: 25px;
}

.contactPage_contactDetailsWrap iframe,
#xavierPlaceMap iframe
{
	width: 100%;
	height: 330px;
	margin-bottom: -5px;
}

#xavierPlaceMap iframe
{
	margin-top:20px;
}
#xavierPlaceMap > div:nth-child(1)
{
	display:flex;
	flex-direction:row;
}
#xavierPlaceMap > div:nth-child(1) > div:nth-child(1)
{
	font-size:28px;
	font-family: InteloRegular;
	font-weight:bold;
	color: #d90061;
	align-self: flex-end;
}
#xavierPlaceMap > div:nth-child(1) > div:nth-child(2)
{
	margin-left:10px;
	align-self: flex-end;
	margin-bottom:2px;
}

.contactUsForm textarea, .contactUsForm input[type=text], .contactUsForm select,
.bookingForm textarea, .bookingForm input[type=text], .bookingForm select, .feedbackFormWrap input[type=text], .feedbackFormWrap textarea, .howCanWeHelpForm input[type=text], .howCanWeHelpForm textarea, .christmasContactForm input, .bespokeContactForm input
{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 15px;
    height: auto;
    font-size: 16px;
	background: none !important;
	-webkit-appearance: none;
	border-color: #2fadc3;
	outline: none;
	color: #2fadc3;
	box-shadow: none;
}

.contactUsForm input
{
	/*border-left: none;
	border-top: none;
	border-right: none;*/
}

.message_contactPageWrap
{
	height: 100%;
}

.contactUsForm textarea, .bookingForm textarea, .feedbackFormWrap textarea, .howCanWeHelpForm textarea
{
	height: 100%;
	padding: 10px;
	resize: none;
	margin-bottom: 15px;
	min-height: 150px;
}

.bookingFormFirst > div
{
	width: 50%;
}

.contactUsFormBottom > div
{
	width: 100%;
}

.bookingFormFirst > div:first-child
{
	margin-right: 50px;
}

.contactFormQuestionairs 
{
    height: 175px;
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.bookingFormWrap
{
	background-image: url("/images/library/contactUsBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	/*padding: 0 0 50px 0;
	background: rgba(255, 255, 255, 0.67);*/
	position: relative;

	background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.bookingFormFirst
{
	color: #fff;
}

.bookingFormWrap:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 84, 135, 0.71);
	z-index: 8;
}

.bookingSection
{
	padding: 0;
}

.bookingFormWrap
{
	padding: 60px 0;
}

.bookingFormWrap .container
{
	position: relative;
	z-index: 9;
}

.arrowOnTheBannerWrap
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
	z-index: 999;
}

.contactPageContactFormHeaderWrap
{
	text-align: left;
}

.nav-link
{
	color: #2fadc3;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
	background: none !important;
}

.navbar-brand
{
	height: auto;
	padding: 0;
}

.navbar-brand>img
{
	width: 290px;
}

.newsMonths_newsLetter
{
	display: none !important;
}


/* process - START */
.processWrap_inner
{
  /*margin-top: 100px;*/
}

.processWrap_inner, .process_middle
{
  position: relative;

  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
}

.process_middle
{
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.processWrap_inner > div
{
  width: 25%;
  position: relative;
}

.process_middle
{
  width: 45% !important;
}

.process_middle img
{
  width: 100%;
}

.process_middle_img
{
  position: relative;
  top: 0;
  z-index: 99;
}

.process_middle_text
{
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
}

.process_middle_text
{
  width: 70%;
  margin: 0 auto;
  text-align: center;

  top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.process_left, .process_right
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  flex-direction: column;
  -webkit-flex-direction: column;

  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.process_left > div, .process_right > div
{
  position: relative;
  z-index: 9999;

  width: 100%;

  /*border: 1px solid #000;*/
}

.process_left > div > div:first-child,
.process_left > div > div:nth-child(2),
.process_right > div > div:first-child,
.process_right > div > div:nth-child(2)
{
  padding-left: 25px;
}

.processOne
{
  top: -70px;
  right: 80px;
}

.processTwo
{
  top: 30px;
  right:0px;
}

.processThree
{
  top: 110px;
  right: 80px;
}

.processFour
{
  top: 80px;
  left: 60px;
}

.processFive
{
  top: 15px;
  left: 0px;
}

.processSix
{
  top: -70px;
  left: 60px;
}

.process_middle_text_mobile
{
  display: none;
}

.process_headerUnderLine
{
  display: block;
  height: 1px;
  background: #000;
  width: 80%;
}

/* process - END */

/* Time line - START */

.packagesListWrap_outer
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.timeLineDescriptionWrapOuterWrap
{
  padding-top: 100px;
  padding-bottom: 100px;
}

.timeLineContentWrap_outer, .timeLine_header, .timeLine_header_wrap, .timeLineDescriptionWrapOuter
{
  position: relative;
}

/*.timeLineContentWrap_outer:nth-child(odd)
.timeLine_header_line:before
{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #f29200;
  left: 0;
  top: -10px;
}

.timeLineContentWrap_outer:nth-child(even)
.timeLine_header_line:before
{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #f29200;
  right: 0;
  top: -10px;
}*/


.timeLineContentWrap_outer:nth-child(odd)
.timeLine_header_line
{
  content: '';
  position: absolute;
  width: 50%;
  background: #f29200;
  height: 6px;
  right: 0;
  top: 50%;
}

.timeLineContentWrap_outer:nth-child(even)
.timeLine_header_line
{
  content: '';
  position: absolute;
  width: 50%;
  background: #f29200;
  height: 6px;
  left: 0;
  top: 50%;
}

.timeLineContentWrap_outer:nth-child(odd) .timeLine_header_line 
{
    top: -25px;
}

.timeLineContentWrap_outer:nth-child(even) .timeLine_header_line {
    top: -25px;
}



.timeLineContentWrap_outer {
  width: 50%;
}

.timeLineContentWrap_inner {
  text-align: center;
}

.timeLineContentWrap_outer
{
  clear: both;
}

.timeLineContentWrap_outer:nth-child(odd)
{
  float: left;
}

.timeLineContentWrap_outer:nth-child(even)
{
  float: right;
}

.timeLineContentTextWrap
{
  max-width: 335px;
  margin: 0 auto;
}

.timeLineDescriptionWrap
{
  display: inline-block;
  width: 100%;
  position: relative;
}

.timeLineDescriptionWrap:before
{
  background: #f29200 none repeat scroll 0 0;
  bottom: -55px;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: -55px;
  transform: translateX(-50%);
  width: 6px;
}

.timeLineDescriptionWrapOuter:before
{
  content: '';
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /*background: #f29200;*/
  background: url(/images/library/historyDots.png);
  z-index: 9999;
}

.timeLineDescriptionWrapOuter:after
{
  content: '';
  position: absolute;
  bottom: -70px;
  left: 49%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /*background: #f29200;*/
  background: url(/images/library/historyDots.png);
  -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}

/* Time line - END */

/* CREATE CUSTOM HEADER - START */

.showPreview_customHeader_wrap_outer
{
  width: 100%;
  height: 150px;
  border: 1px solid #cccccc;
  position: relative;
  overflow-y: scroll;
}

#showPreview_customWaterMark
{
  position: absolute;
  cursor: move;
  top: 0;
}

#showPreview_customHeader
{
  height: 150px;
  text-align: center;
  
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

/* CREATE CUSTOM HEADER - START */

.processWrap_outer
{
    padding-bottom: 165px;
    padding-top: 165px;
	background: #ededed;
}

.whatToExpectContentWrap_inner
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.whatToExpectContentWrap_inner > div
{
  width: 50%;
}

.whatToExpectContentWrap_inner > div > div
{
  width: 60%;
  margin: 0 auto;
}

.whatToExpectHeaderWrap
{
  text-align: center;
}

.navbar-toggle .icon-bar
{
  background: #fff;
}

.briefWrap_news
{
  display: block;
}

.readMoreBtnWrap_newsList
{
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.readMoreBtnWrap_newsList_weekly
{
	bottom: 30px;
}

.pageTitleWrap_all
{
  position: relative;
  z-index: 999;
}

.pageTitleWaterMark_all
{
  position: absolute;
  z-index: 99;
  right: 0;
  opacity: 0.1;
  font-size: 162px;
  line-height: 60px;
  font-family: InteloMedium;
}

.headerNews .pageTitleWaterMark_all
{
	right: auto;
}

.pageTitleWrapInner_all
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  line-height: 1;
  min-height: 75px;
}

.alignHeaderInCenter
{
	justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.alignHeaderInCenter aside
{
	margin-right: 0 !important;
}

.pageTitleWrapInner_all h1
{
	margin: 0;
	white-space: nowrap;
}

.headerMenuWrap
{
  display: inline-block;
  float: right;
  position: relative;
  z-index: 999999999;
}

.navbar-collapse
{
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav>li>a
{
  padding: 0;
  margin: 0;
  width: auto;
}

.navbar-nav>li
{
  float: left;
  margin-left: 30px;
}

.navbar-nav>li:last-child
{
  margin-right: 0;
}

#ideaAttacment, #contactAttachment_contactPage
{
  display: none;
}

.contactPageActionBtnWrap
{
  color: #fff;
}

.footerContainer_mobile
{
    display: none;
}

.historyTimeLineHeaderWrap
{
    text-align: center;
}

.caret_custom
{
    display: none;
    font-size: 18px;
    text-align: center;
  /*top: 2px;*/
  position: relative;
  margin-left: 3px;
}

.lg-item
{
    position: relative;
    width: 80% !important;
    margin: auto;
    height: 80% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery_images_Wrap .slick-slide
{
	margin: 15px;
}

.homeBlockHeader
{
	position: relative;
	
	 /*display: -webkit-box;      OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	z-index: 999;
	margin-bottom: 40px;
}

.homeBlock_watermark
{
	font-size: 140px;
	position: absolute;
	z-index: 99;
	opacity: 0.1;
	font-family: InteloMedium;
	line-height: 50px;
	left: 0; 
	right: 0;
	top: 0;
}

.homeBlockBriefWrap
{
	margin-bottom: 30px;
}

.homeBlockHeader_head > div:first-child
{
	font-size: 20px;
}

.homeBlockHeader_head > div:last-child
{
	font-family: InteloMedium;
	font-size: 30px;
}

.homeBlock_readMoreBtn:hover
{
	background: #b72d1f;
	color: #fff;
}

.nav-link:hover
{
	background: none !important;
	color: #fff;
}

.submitYourIdea_comments
{
	height: 142px !important;
}

.submitYourIdeaForm_submitBtn_wrap
{
	margin-top: 20px;
}

.submitYourIdeaForm_submitBtn_wrap > div:first-child
{
	margin-right: 50px;
}

.submitYourIdeaRedLineWrap
{
	margin-bottom: 20px;
	margin-top: 5px;
}

.bannerHeight100VH
{
	height: 93vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bannerHeight40VH
{
	height: 50vh;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

#banner_outer_mobile
{
	display: none;
}

.clientImagesWrap .slick-list, .gallery_images_Wrap .slick-list
{
	margin: 0 45px;
}

.goBackBtnWrap
{
	text-align: center;
}

.newsArticleListFeature_inner, #newsArticle_featured, .featuredNewsDetail_imageWrap
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	position: relative;
}

.featuredNewsDetail_imageWrap
{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;

	padding: 10px;
}

#newsArticle_featured > div 
{
	width: 50%;
}

.featuredNewsDetail_imageWrap img
{
	width: 80%;
}

.newsArticleListFeature_image
{
	width: 700px;
	margin-right: 5%;
}

.newsArticleListFeature_image img
{
	width: 100%;
}

.newsArticleListFeature_inner .newsDate a
{
	text-align: left;
}

.lineUnderFeaturedNews 
{
    background: #000;
    width: 70%;
    height: 1px;
	margin: 50px auto;
}

.newsArticleListFeature_content
{
	position: relative;
}

.newsArticleListFeature:last-child .lineUnderFeaturedNewsWrap
{
	display: none;
}

.backToFaqsBtnWrap
{
	margin-top: 60px;
}

.newsHeadersWrap
{
	margin-bottom: 70px;
}	

.newsSectionWrap
{
	padding-top: 0;
}

.pageTitleWaterMark_all
{
	right: 0;
}

.header_news_description_mobile
{
	display: none;
}

#newsArticle h3, .articleTitle, #newsArticle_featured h3
{
	/*color: #2fadc3;
	margin-bottom: 20px;
    margin-top: 5px;
	font-size: 18px;
	font-weight: 400;
	font-family: InteloMedium;*/
}

.newsDate
{
	color: #2fadc3;
    margin-top: 5px;
	font-size: 18px;
}

.articleHeader_details, .articleTitle, .newsArticle_featured_title_desktop
{
	font-weight: 400;
}

.servicesMainPage_subPagesWrap:after 
{
    content: '';
    background: #2fadc3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.findoutMoreBtnBannerWrap
{	
	/*position: absolute;
	top: 120px;
	left: 5px;*/
}

.findoutMoreBtnBannerWrap a
{
	font-size: 30px;
	color: #545469;
	border:  1px solid rgba(84, 84, 104, 0.5);
	background: none !important;
}

.slick-slide
{
	background-size: cover;
	position: relative;
}

.bannerTextWrap {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

    height: 100%;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	text-align: left;

	position: absolute;
	left: 0;
	right: 0;
}

.bannerTextLine
{
	margin: 5px;
	font-size: 45px;
	color: #fff;
    font-family: InteloBold;
	line-height: 1;
}

.bannerTextLine_home
{
	position: relative;
  top: -50px;
}

.bannerTextLine_home
{
	line-height: 1;
}

.bannerTextWrap > div, .slickDots_banner
{
	position: relative;
}

.bannerTextWrap > div
{
	/*margin-top: 75px;*/
}

.testimonialsWrap .slick-dots 
{
   bottom: -40px;
}

.dropdown-menu
{
	/*border-top: 1px solid #f29200;*/
	min-width: initial;
}

.dropdown-menu>li>a
{
	font-size: 15px;
	padding: 3px 0px;
}

.nav-link
{
	font-size: 15px;
}

/* CIRCLE ANIMATION - START */

.process_middle_img img 
{
    -webkit-animation:spin 16s linear infinite;
    -moz-animation:spin 16s linear infinite;
    animation:spin 16s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* CIRCLE ANIMATION - END */


figure 
{
position: relative;
background-color: #fff;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

  justify-content: center;
  -webkit-justify-content: center;
    align-items: flex-start;
	-webkit-align-items: flex-start;
}

figcaption {
	position: relative;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
}

img.mfp-img
{
	padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
	top: -55px;
	opacity: 1;
}

.mfp-bottom-bar
{
	color: #000;
	margin: 0;
	padding: 30px 40px;
}

.mfp-counter
{
	display: none;
}

.mfp-title
{
	padding: 0;
	color: #000;
}

.mfp-bottom-bar
{
	position: relative;
}

.contactPageContactFormHeaderWrap
{
	margin: 0 0 20px 0;
	text-align: left;
}

.contactFormSection
{
	padding-bottom: 0;
}

.contactPageContactFormHeaderWrap h1
{
	font-family: InteloRegular;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 400;
}

.footerContainer .row .col-md-4:first-child
{
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.footerContainer .row .col-md-4:nth-child(2)
{
	justify-content: center;
    -webkit-justify-content: center;
}

.footerContainer .row .col-md-4:last-child
{
	justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.footerInnerContainer > div
{
	/*width: 24%;*/
}

.footerInnerContainer
{
	text-align: left;
}

.footerContainer .row
{
	margin: 0;
}

.submitYourIdeabrief
{
	width: 80%;
	margin: 0 auto;
}

.about_whatToExpectWrap
{
	background: #ededed;
}

#banner_outer_desktop, .downloadCapabilityStatementWrap
{
	position: relative;
	z-index: 999;
}

.downloadCapabilityStatement
{
	position: absolute;
	top: -65px;
	right: 0;
}

.come-in {
  transform: translateY(200px);
  animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.newsDefaultPageHeaderWrap_outer
{
	padding-bottom: 0;
}

.mfp-arrow-left 
{ 
	background:url(/images/library/lightbox_prev.png) no-Repeat top left !important; 
} 

.mfp-arrow-right 
{ 
	background:url(/images/library/lightbox_next.png) no-Repeat top left !important; 
} 

.mfp-arrow:before, .mfp-arrow:after
{ 
	display: none; 
}

.fotekTeamImagesWrap > a
{
	position: relative;
	vertical-align: middle;
}

.fotekTeamImagesWrap > a:hover:after
{
	content: '';
	background: rgba(0, 0, 0, 0.66);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.galleryText_team
{
	display: none;
}

.fotekTeamImagesWrap > a:hover .galleryText_team
{
	display: block;
}

.mfp-wrap, .slick-track
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.mfp-container
{
	position: relative;
	width: auto;
	height: auto;
}

.mfp-image-holder .mfp-close
{
	font-size: 58px;
}

.mfp-arrow-left {
    left: -65px;
}

.mfp-arrow-right {
    right: -65px;
}

.mfp-arrow-right
{
	width: 53px;
}

.subPageExtraBtn
{
	border: 1px solid #b72d1f; 
	color: #b72d1f; 
	padding: 10px	;
}

.subPageExtraBtn:hover
{
	border-color: #b72d1f;
    background: #b72d1f;
	color: #fff;
}

.blockWrap_home
{
	position: relative;
}

.whatToExpectContentWrap_inner > div
{
	margin-bottom: 30px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("/images/preloader.svg") no-repeat center center;
}

.whatToExpectHeaderWrap h4
{
	font-size: 26px;
	font-family: InteloMedium;
	font-weight: 400;
}

.whatToExpectHeaderWrap strong
{
	display: block;
	margin-top: 5px;
	font-family: InteloMedium;	
}

.processHeaderWrap
{
	font-size: 24px;
}

.process_headerUnderLine
{
	margin: 10px 0;
}

.process_middle_text_header, .process_middle_text_mobile_header
{
	position: relative;
	font-size: 26px;
	font-family: InteloMedium;
	font-weight: 400;
	    margin-bottom: 35px;
}

.process_middle_text_header b, .process_middle_text_mobile_header b
{
	font-family: InteloMedium;
}

.process_middle_text_header span, .process_middle_text_mobile_header span
{
	position: relative;
	z-index: 9;
}

.process_middle_text_mobile_header_watermark
{
	position: absolute !important;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 120px;
	z-index: 8 !important;
	color: rgba(99, 99, 99, 0.15);
	font-family: InteloMedium;
	text-align: center;
}

.blockWrap_subPage_null
{
    cursor: auto;
}

.blockWrap_subPage_null:after
{
    background: none !important;
}

.galleryWrap_services, .ourClients_ourWork, .gallerySectionWrap, .goBackBtnWrap, .newsDefaultPageHeaderWrap_outer
{
    padding-top: 0;
}

.lb-data .lb-close
{
    margin-bottom: 10px;
}

.goBackBtnWrap a:hover, .btn-default:hover
{
    background: #2fadc3;
    color: #fff;
}

.newsDefaultPageBodyWeeklyWrap, .newsDefaultPageBodyFeatureWrap
{
	cursor: pointer;
}

.newsDefaultPageBodyWeeklyWrap a, .newsDefaultPageBodyFeatureWrap a
{
	border-color: #fff;
    color: #fff;
}

.newsDefaultPageBodyWeeklyWrap a:hover, .newsDefaultPageBodyFeatureWrap a:hover
{
	background: #fff;
	border-color: #fff;
    color: #b72d1f;
}

.alignWaterMarkInCenter
{
    right: 0;
	left: 0;
	text-align: center;
}

.news-article-list h3
{
    font-family: InteloRegular;
}

.testimonials_author 
{
    color: #f00;
	font-weight: bold;
}

.navbar-brand_mobile
{
	display: none;
}

.headerContactNoDesktop p, .headerContactNoDesktop a
{
	color: #f29200;
}

.headerNews .pageTitleWrap_all
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.headerNews .pageTitleWrapInner_all
{
	position: relative;
}

.headerNews .pageTitleWrapInner_all .pageTitleWaterMark_all
{
	left: -10px;
	right: 0;
}

.timeLine_header
{
	font-family: InteloMedium;	
}

.fotekTeamImagesWrap, .fotekTeamImagesWrap, .galleryWrap_services .fotekTeamImagesWrap
{
	justify-content: space-between;
    -webkit-justify-content: space-between;
}

.fotekTeamImagesWrap a, .fotekTeamImagesWrap a, .galleryWrap_services .fotekTeamImagesWrap a
{
	margin-right: 0;
}

.mfp-close 
{
    top: -18px !important;
    width: auto !important;
    right: -4px !important;
}

.dropdown-menu>li>a:hover, .navbar-nav>li>a:hover
{
	/*color: #545468 !important;*/
	background: none !important;
}

 .navbar-nav>li>a:hover, .currentPageSel
 {
	color: #d90061 !important;
 }

.form-control
{
	color: #000;
}

#introFormOne input, #introFormTwo input
{
	padding: 6px 12px;
	font-size: 14px;
}

.formMarginLeft
{
	margin-left: 15px !important;
}

.researchAndDevelopmentWrap
{
	position: absolute !important;
	top: -80px;
    text-align: center;
}

.researchAndDevelopmentWrap div
{
	font-size: 26px;
	font-weight: 400;
	font-family: InteloMedium;
}

.bannerArrowDown {
    position: absolute;
    color: #fff;
    font-size: 30px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 25px;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	
	display: none;
}

.bannerArrowDown img
{
	width: auto;
}

.headerMenuAndLogoWrap 
{
    display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
	-webkit-align-items: center;
}

.aScrollImages_five .slick-slide 
{
    margin: 40px !important;
}

.popover
{
	max-width: initial;
}

.menuTitleOnBanner
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;

	top:50%;

	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari 3-8 */
    transform: translateY(-50%);
}

.menuTitleOnBanner h1
{
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-family: InteloMedium;
}

.contactPageHeaderWrap, #faqs, .connectWithUs_contactPage .aDivWrap, .menuFooterWrap, .subMenuFooterWrap_more, .subMenuFooterWrap, .subPagesOthers, .clientImagesWrap, .fotekGalleryImagesWrap, .footerInnerContainer
{
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contactPageHeaderWrap, .connectWithUs_contactPage .aDivWrap, .navbar-header, .contactFormQuestionairs > div
{
	align-items: center;
	-webkit-align-items: center;
}

.homePageContentServicesWrap
{
  justify-content: center;
  -webkit-justify-content: center;
}

.clientImagesWrap, .fotekGalleryImagesWrap, .projectImagesWrap
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.clientImagesWrap
{
	position: relative;
}

.client_hr_desktop, .client_hr_mobile
{
	width: 100%;
	border-color: rgba(0, 0, 0, 0.7);
}

.client_hr_mobile
{
	display: none;
}

.navbar-header, .homePageContentServicesWrap, .contactFormQuestionairs > div, .projectImagesWrap
{
	display: flex;
	display: -webkit-flex;
}

.contactPageInfoBtnsWrap
{
	text-align: center;
	margin-top: 20px;
}

.contactPageHeaderWrap
{
	margin-bottom: 10px;
}

.contactPageInfoBtnsWrap a:first-child
{
	margin-right: 10px;
}

.contactPage_contactDetailsWrap
{
	width: 100%;
}

.contactFormQuestionairs > div
{
	margin-top: 10px;
}

.contactFormQuestionairs input
{
	text-align: center;
}

.contactUsForm, .contactPageUnderBoookForm
{
	color: #2fadc3 !important;
}

.contactPageUnderBoookForm
{
	text-align: center;
}

.contactPageUnderBoookForm hr
{
	width: 100px;
}

#faqs ol
{
	list-style-type:none;
	padding-left: 25px;
}

#faqs ol li
{
	text-indent:-24px;
	line-height: 225%;	
}

#faqs ol li a
{
	color: #000;
	font-size: 18px;
	font-family: InteloRegular;
}

#faqs ol li a:hover, #faqs ol li:hover
{
	color: #545468;
}

#faqs ol li span
{
	font-family: InteloRegular;
	/*font-weight: 700;*/
}

.faqHeader
{
	margin-bottom: 30px;
}

.backToFaqBtn
{
	margin-top: 30px;
}

#faqs
{
	margin-bottom: 65px;
	position: relative;
    z-index: 99;
}

.communityWorkWrap_inde img
{
	width: 100%;
}

.communityWorksWrap > div
{
	text-align: center;
}

.communityWorksWrap
{
	margin-bottom: 65px;
}

.connectWithUs_contactPage
{
	background-image: url("/images/library/connectWithUs_contactPage.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	

  padding: 60px 0;
  margin-top: 30px;

  color: #fff;

	background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.whyFotekWrap
{
	padding: 60px 0;
	background: #2fadc3;
    color: #fff;
}

.menuFooterWrap
{
	text-align: left;
}

.menuFooterWrap a
{
	color: #fff;
}

.subMenuFooterWrap_more, .subMenuFooterWrap 
{
	flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
}

.subMenuFooterWrap  > div
{
	width: 100%;
}

.subMenuFooterWrap_more > div
{
	width: 50%;
}

.subMenuFooterWrap_more > div:nth-child(even) > a
{
	display: inline-block;
    min-width: 62px;
    text-align: left;
}

.subMenuFooterWrap_more > div:nth-child(even)
{
	text-align: right;
}

.menuByItSelf_footer, .menuWithChildren_footer
{
	padding: 5px 0;
	font-size: 20px;
}

.subMenuFooter 
{
    padding: 5px 0;
}

.subPagesOthers > div
{
	width: 22%;
}

img.mfp-img
{
	max-width: 45vw;
}

.aDivWrap_left, .communityWorkInDetailWrap_inde > div:first-child
{
    margin-right: 10%;
}

.clientImagesWrap img
{
	width: 100%;
}

.clientImagesWrap > div
{
	width: 24%;
	margin: 1%;
}

.clientImagesWrap > div:nth-child(5n+5)
{
	margin-right: 0;
}

.clientsAndTestimonialsYoutube
{
	text-align: center;
	margin-top: 30px;
}

.fotekGalleryImagesWrap > a
{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}

.fotekGalleryImagesWrap > a:nth-child(3n+3)
{
	margin-right: 0;
}

.fotekGalleryImagesWrap img
{
	width: 100%;
}

.submitYourIdeaFormWrap_overlay 
{
	    padding: 30px 0 30px 0;	
}

.menuFooterWrap a:hover
{
	color: #fff200;	
}

.dropdown-menu
{
	background: #2fadc3;
}

.contactPageInfoBtnsWrap a:hover
{
	color: #fff;
}

.contactPageHeaderWrap a
{
	background: #2fadc3;
	color: #fff !important;
}

.contactPageHeaderWrap a:hover
{
	background: #fff;
	color: #2fadc3 !important;
}

.popover 
{
	opacity: 0.9 !important;
	border-radius: 0;
}

.childName_popup
{
	color: #f00;
}

#faqs a:hover
{
	color: #2fadc3;
}

.testimonialsWrap hr
{
	border-color: #000;
	width: 300px;
	margin-bottom: 50px;
}

.homeBlockHeaderImgInvert
{
	display: none;
}

.homeBlockHeader:hover .homeBlockHeaderImgInvert
{
	display: block;
}

.homeBlockHeader:hover .homeBlockHeaderImg
{
	display: none;
}

.teamWrap_about
{
	position: relative;
    padding: 40px 0;
}

.blockWrap_subPage h3 span span
{
	color: #fff200 !important; 
}

.yearMonthWrap_news .nice-select, .checkoutProcessForm .nice-select
{
	width: 100%;
	border-radius: 0;
	background: #fff;
	line-height: inherit;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #2fadc3;
	border-color: #2fadc3;
}

.yearMonthWrap_news .nice-select:after, .checkoutProcessForm .nice-select:after
{
	border-color: #2fadc3;
}

.contactUsForm .nice-select
{
	border-radius: 10px;
	background: #fff;
	line-height: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	line-height: 30px !important;
	float: initial;
}

.yearMonthWrap_news .nice-select
{
	line-height: 25px !important;
}

.nice-select:after
{
	width: 10px;
	height: 10px;
}

.newsSectionWrap
{
	position: relative;
	z-index: 9;
}

.createGap
{
	width: 100%;
	height: 20px;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4-desktop 
{
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    margin: 0;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4-desktop span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    /* border-radius: 9px; */
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4-desktop span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: -5.5px;
	  left: 4.45px;
	  background: #fff;
	}

	#nav-icon4-desktop.open span:nth-child(2) {
	  width: 0%;
	  opacity: 0;
	}

	#nav-icon4-desktop.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 18.5px;
	  left: 4px;
	  background: #fff;
	}



/*.navbar-toggle
{
	display: block;
}*/

#myNavbar
{
	/*display: none;
	    top: 30px;*/
    position: relative;
}

.nav_link_floated
{
	display: flex !important;
	display: -webkit-flex !important;
}

.mainNavWithBg
{
	display: none;
	/*background: rgba(255, 255, 255, 1);*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	left: 0;
	z-index: 5;
}

#mainNav .container
{
	position: relative;
	z-index: 6;
}

.navbar-brand
{
	margin-left: 0 !important;
}

#faqs > div
{
	width: 100%;
}

.faqHeader
{
	color: #2fadc3;
}

#faqs_detail
{
	/*text-align: center;*/
}

.news-article-list
{
	/*width: 80%;*/
	margin-bottom: 20px;
}

/*.news-article-list:nth-child(3n+3)
{
	margin-right: 0;
}*/

.news_article_list_header
{
	/*background: #2fadc3;*/
	text-align: left;
}

.news_article_list_header h3
{
	/*margin: 0;
	padding: 0 5px;*/
}

.news_article_list_header a
{
	color: #fff;
	font-weight: 400;
}

.briefWrap_news_wrap
{
	/*padding: 0 5px;*/
}

.newsReadMoreBtnWrap
{
	/*text-align: center;*/
	margin: 20px 0;
}

.news-article-list, #newsMonths
{
	text-align: left;
}

.news-article-list h4
{
	color: #fff;
	font-family: InteloMedium;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
}

.pressIndeWrap
{
	width: 31%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
}

.pressIndeWrap > a
{
	background: #2fadc3;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 250px;
	width: 100%;
}

.pressIndeWrap:nth-child(3n+3)
{
	margin-right: 0;
}

.projectImagesWrap img
{
	width: 70%;
}

.pressIndeWrap
{
	position: relative;
}

.readMoreBtnWrap
{
	text-align: center;
	z-index: 999;
}

.homePageContentServicesWrap > div
{
  width: 450px;
  height: 350px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}

.homePageContentServicesWrap > div:hover:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 97, 152, 0.8);
	z-index: 8;
}

.services_div_home_wrap
{
	position: relative;
	z-index: 9;
}

.homePageContentServicesWrap > div:nth-child(1)
{
  margin-right: 30px;
}

.homePageContentServicesWrap
{
  margin-top: 80px;
}

.homePageContentTop_text
{
  width: 600px;
  background: #2fadc3;
  padding: 30px;
  color: #ffffff;
  position: absolute;
  top: -300px;
  left: -500px;
  text-align: left;
}

.homePageContentTop_img
{
  width: 100%;
  text-align: right;
  position: relative;
}

.homePageContentTop_img > div
{
  width: 500px;
  display: inline-block;
  position: relative;
}

.homePageContentTop_img img
{
  width: 100%;
}

.homePageContentDesignWrap
{
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}

.homePageContentBottomBox
{
  width: 600px;
  height: 500px;
  /*border-top: 1px solid #000000;
  border-right: 1px solid #000000;*/
  position: absolute;
  bottom: -330px;
  right: 0;
  z-index: 8;
}

.homePageContentLeftBox
{
  width: 100%;
  height: 100%;
  /*border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;*/
  position: absolute;
  top: 80px;
  /*left: -40px;*/
  z-index: 8;
}

.homePageContentTopWrap, .homePageContentServicesWrap
{
  position: relative;
  z-index: 9;
}

.defaultContentWrapInner
{
	text-align: left;
}

.contactFormQuestionairs_label
{
	/*margin-left: 20px;*/
}

.contactPageContactFormHeaderWrap hr, .contactUsForm hr
{
	border-color: #2fadc3;
}

.contactPageContactFormHeaderWrap hr
{
	width: 150px;
	border-width: 2px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2fadc3 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #2fadc3 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #2fadc3 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #2fadc3 !important;
}

.services_div_home_wrap
{
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.projectsBlurbWrap
{
	width: 100%;
}

.bannerHeight40VH .bannerTextWrap
{
    /*justify-content: center;
    -webkit-justify-content: center;*/
}

.bannerHeight100VH .slick-slide
{
    height: 100%;
}

.bannerWrapWithBgImg
{
    background-repeat:no-repeat;
    background-position:center center;
}

.container.slick-arrow
{
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
	z-index: 8;
}

.logoOnHeader_blue, .logoOnHeaderHide
{
    display: none;
}

.logoOnHeader_blue_show
{
    display: block;
}

.servicesSectionWrap
{
    position: relative;
}

.servicesSectionWrap:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 8;
}

.servicesSectionWrap .container
{
    position: relative;
    z-index: 9;
}

.services_div_home_wrap h1
{
	font-family: InteloMedium;	
	font-weight: 400;
}

.defaultPageTitle hr
{
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px;
    border-color: #2fadc3;
    width: 50px;
}

.defaultPageTitle img
{
	margin-bottom: 30px;
}

.defaultPageTitle
{
	font-size: 33px;
	color: #ccc;
	margin-bottom: 30px;
	font-family: InteloRegular;
}

.btn-default
{
	border-radius: 15px;
	background-color: transparent;
	color: #545468;
	border-color: rgba(84, 84, 104, 0.4);
  outline: none !important;
}

.hideBrief_services
{
	display: none;
}

.readMoreBtnWrap button
{
	border-color: #fff;
	color: #fff;
	border-width: 2px;
	padding: 6px 30px;
}

.btn
{
	font-size: 18px;
}

.gallery_images_Wrap .slick-next
{
	left: initial; 
}

.gallery_images_Wrap .slick-prev
{
	left: -25px; 
}

.goBackBtnWrap a
{
	border-width: 2px;
}

.contactPage
{
	text-align: left;
}

.contactPage hr
{
	width: 150px;
	border-width: 2px;
	border-color: #2fadc3;
	margin-left: 0;
	margin-right: 0;
}

.btn-default:hover
{
	border-color: #2fadc3;
}

.newsWrapOuter 
{
    /*margin-top: -60px;*/
}

.footerContainer a:hover
{
	/*color: #545468;*/
}

.caseStudiesWrap_ourWork
{
	margin-top: -90px;
}

.projectDetailsLocationAndDateWrap
{
	text-align: center;
}

.projectDetailsLocationAndDateInnerWrap
{
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	color: #2fadc3;
}

.projectDetailsLocationAndDateInnerWrap > div:first-child
{
	margin-right: 60px;
}

.projectDetailsLocationAndDateInnerWrap h2
{
	margin: 0;
	font-size: 27px;
}

.projectDetailsLocationAndDateInnerWrap span
{
	font-family: InteloMedium;	
}

.projectDetailsLocationAndDateWrap
{
	margin-bottom: 50px;
}

.lb-data .lb-close
{
	width: 30px;
}

.nice-select
{
	font-size: 16px;
}

.newsSectionWrap
{
	/*margin-top: -60px;*/
}

.whatTypeHeader_contact h4
{
	margin-top: 0;
	margin-bottom: 0;
}

.whatTypeHeader_contact hr
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.pretty .state label:before 
{
    border-color: #2fadc3;
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #2fadc3 !important;
}

.homePageContentLeftBoxSVG
{
	width: 100%;
	height: 120%;
}

.homePageContentLeftBoxSVG2
{
	width: 560px;
	height: 510px;
	position: absolute;
	right: 0;
}

.whatTypeHeader_contact h4, .contactFormQuestionairs h4, .contactUsFormLeft span
{
	font-family: InteloRegular;
	margin: 0;
	font-weight: 400;
}

.contactUsFormLeft span
{
	display: block;
	margin-bottom: 3px;
}

.findoutMoreBtnBannerWrap a:hover
{
	background: #fff;
	color: #2fadc3;
	border-color: #fff;
}
.findoutMoreBtnBannerWrap a
{
	font-size: 23px;
	outline: none !important;
}

.bannerBtn_differnce span
{
  outline: none !important;
}

.bannerWrapWithBgImg 
{
	cursor: auto;
}

.aDivWrap > div
{
	width: 50%;
}

.faqHeader h1
{
	font-size: 18px;
	color: #545468;
	font-family: InteloRegular;
}

.newsMainPageListWrap, .newsMainPageListWrap a
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.newsMainPageListWrap a
{
	/*border: 1px solid #2fadc3;*/
	height: 250px;
	width: 250px;
	background: #2fadc3;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	position: relative;
}

.newsMainPageListWrap a:hover:after
{
	content: '';
	background: rgba(0, 97, 152, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 88;
}

.newsMainPageListWrap a > h3
{
	position: relative;
	z-index: 89;
}

.newsMainPageListWrap a:first-child
{
	margin-right: 20px;
}

.newsMainPageWrap
{
	padding-top: 0;
}

.yearMonthWrap_news_quaterly > div
{
	margin-left: 0 !important;
}

.backToNewsBtnWrap
{
	margin-bottom: 30px;
	text-align: center;
}

.headerPhoneNumberWrap a
{ 
	color: #2fadc3 !important;
	font-weight: bold;
	font-size: 20px;
    cursor: auto !important;
}

.siteMapFooterWrap
{
	display: flex;
	display: -webkit-flex;
	/*align-items: center;
	-webkit-align-items: center;*/
}

.news-article-list
{
	cursor: pointer;
}

.newsDate a
{
	color: #545468;
}

.briefWrap_news_wrap h4
{
	color: #d90061;
	margin-bottom: 30px;
	margin-top: 5px;
}

.yearActive, .monthActive
{
	color: #d90061;
}

#newsYears > div > a, #newsMonths > div > a
{
	padding-right: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

#newsYears > div > a:last-child, #newsMonths > div > a:last-child
{
	border-right: none;
}

.contactPageContactFormWrap_outer
{
	position: relative;
	z-index: 5;
}

.contactPageContactFormWrap
{
	margin-bottom: 60px;
}

.contactPageMapWrap
{
	position: relative;
	z-index: 4;
}

.bookingFormAlternativeText
{
	margin-top: 40px;
}

.bookingFormAlternativeText h1
{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.testimonialsWrapOuter
{
	background-image: url('/images/library/testimonialBg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	padding: 60px 0;
	position: relative;

	background-attachment: fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.testimonialsWrapOuter:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 84, 135, 0.88);
	z-index: 4;
}

.testimonialsWrap 
{
	position: relative;
	z-index: 5;
}

.testimonialsInnerWrap_inde
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
	color: #fff;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.testimonialSectionWrap
{
	padding-bottom: 0 !important;
}

.testimonialAuthorTitleWrap h3
{
	margin-top: 0;
	font-size: 19px;
}

.testimonialAuthorNameWrap h3
{
	margin-bottom: 0;
	font-size: 19px;
}

.subDifferencesWrap, .subDifferencesWrap > a, .teamIndeWrap, .meetTheTeamSeeMoreWrap
{
	display: flex;
	display: -webkit-flex;
}

.subDifferencesWrap > a
{
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.meetTheTeamSeeMoreWrap
{
	align-items: center;
	-webkit-align-items: center;
}

.subDifferencesWrap img
{
	min-height: 80px;
}

.subDifferencesWrap > a:first-child
{
	margin-right: 60px;
}

.meetTheTeamSeeMoreWrap_spiels
{
	width: 350px;
}

.meetTheTeamSeeMoreWrap_divider
{
	width: 1px;
	height: 133px;
	margin: 0 40px;
	background: #000;
}

.meetTheTeamSeeMoreSection
{
	padding-top: 0 !important;
	padding-bottom: 160px;
}

.bannerBtn_differnce
{
	border-radius: 15px;
	background: #545468;
	color: #fff;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

.bannerBtn_differnce
{
	background: #2fadc3;
}

#hero .slick-dots
{
	top: 60vh;
	text-align: left;
}

.seeMoreClientsHomePage
{
	margin-top: 50px;
}

.seeMoreClientsHomePage a
{
	color: #ccc;
}

.slick-dots
{
	margin: 0 auto;
	left: 0;
	right: 0;
}

.bannerTextLine *
{
	font-family: InteloBold;	
}

.redBg_menuMobile
{
	background: #2fadc3 !important;
	bottom: 0;
  position: fixed !important;
  height: 100vh;
  overflow-y: scroll;
  top: 94px;
}

.mobileMenuBgHeight
{
  height: initial !important;
}

.articleHome_inner p img
{
	max-width: 100%;
}

.downloadHereCompliance
{
	position: relative;
	top: -50px;
}

.alsoSee_complianceNswLegislation_more_wrap, .alsoSee_complianceNswLegislation_more_links_wrap, .alsoSee_complianceNswLegislation_more_links_wrap > a
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.alsoSee_complianceNswLegislation_more_header_wrap
{
	border-right: 1px solid #000;
	padding-right: 30px;
	margin-right: 30px;
}

.alsoSee_complianceNswLegislation_more_links_wrap img:first-child
{
	margin-right: 20px;
}

.alsoSee_complianceNswLegislation_more_links_wrap > a:first-child
{
	margin-right: 40px;
}

.alsoSee_complianceNswLegislation_more_header_wrap
{
	color: #2fadc3;
}

#newsMonths > div br
{
	display: none;
}

.showTextField_textarea_wrap
{
	padding-left: 35px;
}

.showTextField_textarea_wrap input
{
	width: 300px !important;
	text-align: left;
}

input[type="text"]:disabled 
{
	/*background: rgba(204, 204, 204, 0.5) !important;*/
}

.message_contactPageWrap_mobile
{
	display: none;
}

.footerContainer_mobile_inner
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.footer_logo_mobile_wrap > img
{
	width: 150px;
}

.footer_logo_mobile_separator
{
	margin: 0 30px;
	width: 1px;
	background: #fff;
	height: 60px;
}

.subDifferencesWrap , .alsoSee_complianceNswLegislation_more_links_wrap a
{
	color: #545468;
	font-family: InteloMedium;
	font-size: 17px;
}

.teamIndeDescriptionContentWrap *
{
	font-family: InteloRegular !important;
	font-weight: 400;
	font-size: 18px;
}

.teamIndeDescriptionWrap h3
{
	font-weight: 600;
	font-size: 18px;
}

.meetTheTeam_linkedIn_wrap
{
	margin-top: 30px;
}

.meetTheTeamSectionWrap
{
	padding-top: 10px !important;
}

.bannerTextLine p
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-cotent: center;
	align-items: center;
	-webkit-align-items: center;
	color: #fff;
}

.ourClients_ourWork
{
	margin-bottom: 60px;
}

.alsoSee_complianceNswLegislation_more_header_wrap h1
{
	margin: 30px 0;
}

.bookingForm span
{
	display: block;
	margin-bottom: 3px;
}

.bannerTextLine strong
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.bannerTextLine img
{
	margin-right: 10px;
	position: relative;
	top: -5px;
}

.subDifferencesWrap a
{
	color: #545468;
}

.subDifferencesWrap h3
{
	font-size: 16px;
}

.pretty .state label:before, .pretty .state label:after
{
	border-radius: 5px;
}

.servicesSectionWrap
{
	padding-top: 0;
}

.serviceIndeTitleWrap h4 *
{
	font-size: 18px !important;
}

.serviceIndeTitleWrap p
{
	padding: 0 !important;
	margin: 0 !important;
}

.serviceIndeTitleWrapOuter
{
	position: relative;
	top: 3px;
}

.navbar
{
	margin-bottom: 0;
}

.servicesOthersSection
{
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

.windowSafetyProcessWrap
{
  padding-top: 0 !important;
  margin-bottom: 10px;
}

.logoOnHeader
{
	max-height: 80px;
}

#newsMonths, .yearMonthWrap_news, #newsYears > div, .newsHeadersWrap
{
	display: flex;
	display: -webkit-flex;
}

#newsMonths, .yearMonthWrap_news
{
	flex-direction: column;
	-webkit-flex-direction: column;
}

#newsArticleListing 
{
	/*flex-direction: column;*/
}

.footerTermsWrap
{
	max-width: 200px;
	font-size: 12px;
}

.siteMapHeaderFooterWrap h4
{
	margin-top: 0;
	font-family: InteloBold;
}

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

.imagePlaceholder_empty
{
	border-radius: 10px;
	height: 100%;
	border: 1px solid rgba(84, 84, 104, 0.5);
}

.teamIndeDescriptionContentWrap h3
{
	margin-top: 5px;
}

.homePageClientHeaderAlsoSee
{
	text-align: left;
}

.findoutMore_about_outer
{
	margin-bottom: 60px;
}

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

.findoutMore_about_btn
{
	margin-left: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}

.findoutMore_about_btn:hover
{
	background: #545468;
	color: #fff;
	border-color: #545468;
}

.processWrap, .processHeaderWrap, .processCircleWrap
{
	display: flex;
	display: -webkit-flex;
}

.processWrap
{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.processWrap > div
{
	width: 33.3333%;
}

.processHeaderWrap, .processCircleWrap
{
	align-items: center;
	-webkit-align-items: center;
}

.processCircleWrap
{
	justify-content: center;
	-webkit-justify-content: center;
}

.processCircleWrap
{
	padding-bottom: 50px;
}

.processHeaderWrap
{
	margin-bottom: 30px;
}

.processHeaderWrap h1
{
	font-size: 22px;
	color: #2fadc3;
	margin: 0 0 0 20px;
}

.processIndeContentWrap
{
	border-radius: 10px;
	border: 1px solid rgba(84, 84, 104, 0.5);
	padding: 30px;
	height: 100%;
	min-height: 596px;
}

.processIndeContentWrap_middle
{
	margin: 0 30px;
}

.processCircle
{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 3px solid #545468;
	position: relative;
	z-index: 5;
	background: #fff;
}

.processCircle:after
{
	content: '';
	width: 1px;
	height: 70px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background: #545468;
	z-index: 4;
}

.processCircle:before
{
	content: '';
	width: 380px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(0, -50%);
	background: #545468;
	z-index: 4;
}

.processCircle_last:before
{
	display: none;
}

.profileImageWrap_popUp
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.profileImageTextWrap_popUp 
{
    background: #2fadc3;
    padding: 40px;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
}

.profileImage_img_Wrap_popUp > div
{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 350px;
	width: 400px;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.teamImage_inde
{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 350px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.titleWrap_popUp h3, .titleWrap_popUp h4
{
	margin: 0;
}

.titleWrap_popUp
{
	margin-bottom: 30px;
}

.linkedinLinkWrap_popUp
{
	margin-top: 30px;
}

.stopSrolling
{
	overflow: hidden;
}

/* CUSTOM LIGHT BOX START --------------------- */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-header {
    border: none;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: initial;
  margin: auto;
  padding: 0;
  width: 75%;
  max-width: 1200px;
      box-shadow: none;
    border: none;
  top: 0;
  /*transform: translate(0, -20%);*/
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content img
{
	max-height: 100%;
}

/* CUSTOM LIGHT BOX END --------------------- */

.contactPageActionBtnWrapMobile
{
	display: none;
}

.articleHome_home_title
{
	margin: 0;
}

.hideMenuInDesktop
{
  display: none !important;
}

.findoutMore_about_outer_mobile
{
	display: none;
}

.servicesSectionWrap
{
	padding-top: 0;
	    margin-top: -70px;
}

.servicesWrap_home
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
    z-index: 100;
}

.servicesWrap_home > div
{
	width: 33.3333%;
}

.serviceIndeWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 30px;

	cursor: pointer;
}

.serviceIndeWrap > div:first-child
{
	margin-right: 20px;
}

.serviceIndeWrap h1
{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}

.siteMapFooterWrap ul
{
	display: flex;
	display: -webkit-flex;
	list-style: none;
	padding-left: 0;
}

.siteMapFooterWrap ul li
{
	margin-right: 20px;
}

.spotlightWrap_home
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.spotlightWrap_home > div
{
	width: 200px;
}

.spotLigtNewsInde h1
{
	font-size: 18px;
}

.whoAreWeWrap
{
	/*background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;

	padding: 80px 0 550px 0;
	color: #fff;*/

	position: relative;
	z-index: 5;
}

.homeVideoPoster
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 160px 0;
}

.homeVideoPosterWrap
{
	/*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;*/
}

.pageTopLinksWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;

	padding: 20px 0;
}

.contactPage_contactDetailsWrap > div
{
	display: flex;
	display: -webkit-flex;
}

.contactPage_contactDetailsWrap > div > div
{
	width: 50%;
	position: relative;
	z-index: 4;
}

.southOfficeAddress, .northOfficeAddress
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	padding: 100px 70px;

	z-index: 5 !important;
}

.southOfficeAddress
{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.northOfficeAddress
{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.contactPage_contactDetailsWrap p
{
	margin-bottom: 0;
	color: #fff;
}

.northOfficeMapWrap
{
	direction: rtl;
}

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

.servicesIndeWrapOuter
{
	margin-top: 60px;
}

.serviceImageWrap
{
	margin-right: 30px;
}

.resourceIndeWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;

	margin-bottom: 80px;
}

.resourceImageWrap
{
	margin-right: 30px;
}

.resourceIndeWrap:nth-child(even)
{
	direction: rtl;
  text-align: right;
}

.resourceIndeWrap:nth-child(even) .resourceImageWrap
{
	margin-right: 0;
	margin-left: 30px;
}

.resourceContent
{
	width: 60%;
}

.newsIndeWrap, .newsDetailHeaderWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 60px;
}

.newsIndeWrap
{
  margin-bottom: 20px;
}

.newsDetailHeaderWrapOuter
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.newsIndeWrap, .news_article_list_inde, .factsheetIndeWrap
{
	background: #fbfbfc;
	border-radius: 15px;
	padding: 20px;
}

.policyIndeWrap > div
{
  background: #fbfbfc;
  padding: 20px;
  border-radius: 15px;
}

.newsIndeContentBriefWrap, .newsIndeContentWrap h1, .newsIndeContentReadBtnWrap .btn
{
  /*font-size: 10px !important;*/
}

.policyIndeWrap, .factsheetIndeWrap
{
  /*width:49%;
  /loat:right;8/
  margin-bottom:30px !important;*/
}

/*.policyIndeWrap:nth-child(2n+1),.factsheetIndeWrap:nth-child(2n+1)
{
float:left;
}*/

.childrenIndeInnerWrap
{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 30px;
}

.newsIndeWrap > div:first-child, .newsDetailHeaderWrap > div:first-child, .childrenIndeInnerWrap > div:first-child
{
	margin-right: 30px;
}

.newsIndeImageWrap img
{
	/*border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;*/

	max-height: 250px;
  width: 150px;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.newsIndeImageWrap_details img
{
  max-height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.newsIndeImageWrap_home img
{
  max-height: 250px;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  width: 100%;
}

.newsIndeContentWrap h1, .newsDetailHeaderWrap h1, .newsDetailHeaderWrapOuter h1
{
	font-size: 20px;
	margin-top: 0;
	font-weight: 400;
}

.childrenIndeOuterWrap
{
	margin-bottom: 80px;
}

.childrenVideoWrap video
{
	width: 100%;
	height: 250px
}

.childrenDescriptionWrap_content
{
	display: none;
}

.invertedCommaWrap
{
	max-width: 50px;
}

.testimonialsSection
{
	background: #d90061;
}

.testimonialIndeWrap
{
	color: #fff;
}

.testimonialsWrap .slick-dots
{
	text-align: left;
}

.donationAmountSelectionWrap, .donationAmountSelectionWrap > div
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.donationAmountSelectionWrap > div
{
	margin-right: 20px;
}

.donationAmountSelectionWrap input
{
	margin-top: 0;
	margin-right: 10px;
}

.paypalOtherAmountINput
{
	margin-left: 10px;
	border-radius: 20px;
	width: 100px;
}

.defaultBtn
{
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.defaultBtn:hover
{
	color: #fff;
}

.defaultInput
{
	border-radius: 20px;
	border: 2px solid #2fadc3;
  padding-left: 5px;
}

.defaultTextarea
{
	border-radius: 20px;
	border-color: #2fadc3;
	resize: none;
	min-height: 200px;
}

.donateActionsWrap
{
	text-align: right;
}

.mt30
{
	margin-top: 30px;
}

.mt20
{
	margin-top: 20px;
}

.mt60
{
	margin-top: 60px;
}

.mt90
{
	margin-top: 90px;
}

.mb30
{
	margin-bottom: 30px;
}

.mb20
{
	margin-bottom: 20px;
}

.mb10
{
	margin-bottom: 10px;
}

.mb60
{
	margin-bottom: 60px;
}

.mb90
{
	margin-bottom: 90px;
}

.ml30
{
	margin-left: 30px;
}

.mr30
{
	margin-right: 30px;
}

.mr20
{
	margin-right: 20px;
}

.m0
{
	margin: 0;
}

.pt0
{
	padding-top: 0;	
}

.pb0
{
	padding-bottom: 0;	
}

.pl30
{
	padding-left: 30px;
}

.pr30
{
	padding-right: 30px;
}

.pt0
{
	padding-top: 0;
}

.pb0
{
	padding-bottom: 0;
}

.pink_bg
{
	background: #d90061;
}

.pink_color
{
	color: #d90061;
}

.blue_bg
{
	background: #2fadc3;
}

.blue_color
{
	color: #2fadc3;
}

.yellow_bg
{
	background: #f29200;
}

.yellow_color
{
	color: #f29200;
}

.gray_color
{
	color: #ccc;
}

.white_color
{
	color: #fff;
}

.font_bold
{
	font-weight: bold;
}

.galleryImageIndeWrap
{
	margin: 30px;
}

.galleryWrap .slick-prev
{
	/*top: -220px;
	left: 50%;*/
}

.teamIndeDescription_subtitle
{
	display: flex;
	display: -webkit-flex;
	/*align-items: center;
	-webkit-align-items: center;*/
}

.hideSubTitle
{
	display: none !important;
}

.hide
{
	display: none !important;
}

.iUnderstandWrap label
{
	display: initial;
}

.dropImgHere 
{
    margin: 0 15px;
    width: 60px;
    height: 60px;
    background: url(/images/library/dropbox.png);
    background-repeat: no-repeat;
	position: relative;
}

.wrongItem_highlight 
{
    border-radius: 10px;
    border: 2px dashed #f00;
}

.rightItem_highlight {
    border-radius: 10px;
    border: 2px dashed #24c300;
}

.spamCheckWrap, .spamCheckWrap > div
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.spamCheckImagesWrap
{
	width: 300px;
}

.spamCheckImagesWrap > div
{
	cursor: move;
}

.spamCheckImagesWrap > div 
{
    flex: 1;
    -webkit-flex: 1;
}

.stickyHeader
{
	display: none;
	border-bottom:1px solid #2fabc3;
}

.sticky
{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: block;
}

#nav_header #mainNav
{
	padding: 20px 0;
}

#nav_header
{
	color: #2fadc3;
}

.fundingBg
{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
	padding: 100px 0 350px 0;
}

.furtherInfoWrap
{
	margin-top: -60px;
}

.supportLinkWrapHeader, .stickyHeader .headerMenuAndLogoWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.stickyHeader .headerMenuAndLogoWrap
{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: initial;
}

.supportLinkWrapHeader > a:last-child
{
	margin-left: 10px;
}

.pageTopHeaderMenuWrap_fixed
{
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
	width: 100%;
	left: 0;
}

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

.employmentApplicationFormWrap input::-moz-placeholder 
{ /* Chrome/Opera/Safari */
  color: #000 !important;
}

.employmentApplicationFormWrap input::-ms-input-placeholder 
{ /* Chrome/Opera/Safari */
  color: #000 !important;
}


.employmentApplicationFormWrap textarea::-webkit-input-placeholder 
{ /* Chrome/Opera/Safari */
  color: #000 !important;
}

.employmentApplicationFormWrap textarea::-moz-placeholder 
{ /* Chrome/Opera/Safari */
  color: #000 !important;
}

.employmentApplicationFormWrap textarea::-ms-input-placeholder 
{ /* Chrome/Opera/Safari */
  color: #000 !important;
}

.galleryImagesWrap
{
	margin-bottom: 90px;
}

.faqsWrap .panel-default>.panel-heading
{
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.faqsWrap .panel-group .panel, .faqsWrap .panel-body
{
	border: none !important;
	box-shadow: initial;
}

.panel-heading.active * {
  color: #2fadc3 !important;
}

.faqArrowWrap
{
	margin-left: 10px;
}

.active .faqArrow, .meetChildrenArrowUp
{
	-ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari 3-8 */
    transform: rotate(-180deg);
}

.meetChildrenBtn
{
	background: none;
	padding-left: 0;
	outline: none !important;
	color: #d90061 !important;
  cursor: pointer;
}

.southOfficeAddress
{
	background-image: url(/images/library/southOfficeBg_desktop.png);
}

.northOfficeAddress
{
	background-image: url(/images/library/northOfficeBg_desktop.png);
}

.moreNewsBlogWrap .btn
{
	padding-right: 30px !important;
	font-family: InteloRegular;
	font-weight: 400 !important;
}

.servicesWrap_home .serviceIndeWrap
{
	margin-top: 30px;
}

.hideFundingOption
{
	display: none;
}

.ourServicesSectionHome
{
	/*padding: 0;
  top: 50px;*/
}

.homeVideoSection
{
	padding-top: 0;
}

.bannerMaskWrap
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.bannerMaskWrap img
{
	width: 100%;
}

.videoPlayLayer
{
	position: absolute;
	z-index: 99;
	bottom: 170px;
	left: 0;
	width: 100%;
}

.enablingFamilyImgWrap
{
	position: relative;
    top: 120px;
}

.videoPlayLayerPlayBtnWrap
{
	text-align: center;
}

.videoPlayLayerPlayBtnWrap img
{
	cursor: pointer;
}

.historyTimeLineHeaderWrap_outer
{
	margin-bottom: 50px;
}

.panel-title
{
	font-weight: 400;
}

.linkMonthNews:hover, .linkYearNews:hover
{
	color: #d90061;
}

.greybg
{
	padding-top: 90px;
	position: relative;
}

.greybg:before
{
	content: '';
	position: absolute;
	background-image: url(/images/library/greyBg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	z-index: -1;
}

.whoAreWeTextWrap_home
{
	position: relative;
	/*top: 100px;*/
}

.greybg_contact
{
	padding-top: 220px;
	position: relative;
}

.greybg_contact:before
{
	content: '';
	position: absolute;
	background-image: url(/images/library/greyBg_contact.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: -1;
}

.spotLigtNewsInde a:hover
{
  color: #ccc;
}

.contactSection_home
{
  /*margin-top: -60px;*/
}

.siteMapFooterWrap
{
  margin: 30px 0;
}

.siteMapFooterWrap ul
{
  margin-bottom: 0;
}

.servicePageServiceHeader
{
  font-weight: bold !important;
}

.serviceIndePageSection
{
  padding-top: 10px;
}

.workwithUsSection
{
  margin-top: -30px;
}

.faqSection
{
  margin-top: -10px;
}

.childrenImageWrap_video
{
	cursor: pointer;
}

.registerYourDetailsBtnWrap
{
	margin-top: 40px;
}

.supportLinkWrapHeader img 
{
    width: 120px;
}

.hideInDesktopMobile
{
	display: none !important;
}

.newsSocialShareWrap img
{
	max-width: 50px;
	max-height: 50px;
}

.newsSocialShareWrap > a
{
	margin-right: 0px;
}

#homeVideoModal iframe
{
	width: 100%;
	height: 450px;
}

.christmasContactForm_section, .bespokeContactForm_section
{
	padding-top: 0;
}

.catholic_banner_wrap, .catholic_banner_wrap_mobile
{
	position: absolute;
	top: 0;
	z-index: 9999;
	height: 60vh;
	width: 100%;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.catholic_banner_wrap
{
	background-image: url('/images/library/desktop-xavierxmas.jpg');
}

.catholic_banner_wrap_mobile
{
	display: none;
	background-image: url('/images/library/xavier-xmas-mobile.jpg');
}

.landingPageBgXmas
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #33acbd;
}

.landingPageBgXmas img
{
	max-width: 100%;
}
	/**********
	   POLICY
	***********/

	.policyIndeWrap span
	{
		display:inline-block;
	}
	.policyIndeWrap .btnReadMore
	{
		font-weight:normal;
	}
	.policyIndeWrap .btnReadMore
	{
		color:#FFF !important;
		border-radius:15px;
		padding:8px 24px;
	    margin-top: 15px;
		font-size: 16px;
	}
	.policyIndeWrap:nth-child(3n+1)
	{
		color:#f29200 !important;
	}
	.policyIndeWrap:nth-child(3n+1) .btnReadMore
	{
		background-color:#f29200;
	}
	.policyIndeWrap:nth-child(3n+2)
	{
		color:#d90061 !important;
	}
	.policyIndeWrap:nth-child(3n+2) .btnReadMore
	{
		background-color:#d90061;
	}
	.policyIndeWrap:nth-child(3n+3)
	{
		color:#2fadc3 !important;
	}
	.policyIndeWrap:nth-child(3n+3) .btnReadMore
	{
		background-color:#2fadc3;
	}

	/*************
	   BUSINESS
	*************/

	.businessIndeWrap span
	{
		display:inline-block;
	}
	.businessIndeWrap .btnReadMore
	{
		font-weight:normal;
	}
	.businessIndeWrap .btnReadMore
	{
		color:#FFF !important;
		border-radius:15px;
		padding:8px 24px;
	    margin-top: 15px;
		font-size: 16px;
	}
	.businessIndeWrap:nth-child(3n+1)
	{
		color:#f29200 !important;
	}
	.businessIndeWrap:nth-child(3n+1) .btnReadMore
	{
		background-color:#f29200;
	}
	.businessIndeWrap:nth-child(3n+2)
	{
		color:#d90061 !important;
	}
	.businessIndeWrap:nth-child(3n+2) .btnReadMore
	{
		background-color:#d90061;
	}
	.businessIndeWrap:nth-child(3n+3)
	{
		color:#2fadc3 !important;
	}
	.businessIndeWrap:nth-child(3n+3) .btnReadMore
	{
		background-color:#2fadc3;
	}
	.businessIndeWrap
	{
		background: #fbfbfc;
		border-radius: 15px;
		/*padding: 40px;*/
		width:30%;
		/*float:right;*/
		margin-bottom:30px !important;
		margin-right: 4.33%;
	}

	.businessIndeWrap:nth-child(3n+3)
	{
		/*float:left;*/
		margin-right: 0;
	}

	.businessIndeWrap img
	{
		width: 100%;
	}

	.businessIndeWrap_inner
	{
		display: flex;
		flex-wrap: wrap;
	}




.aDivWrap_three,
.aDivWrap_four
{
	display: flex;
	align-items: center;
}
.aDivWrap_four > div
{
	width:25%;
}
.aDivWrap_four > div:nth-child(1),
.aDivWrap_four > div:nth-child(2),
.aDivWrap_four > div:nth-child(3)
{
	margin-right:1.5%;
}
.aDivWrap_three .aDivWrap_left,
.aDivWrap_three .aDivWrap_middle,
.aDivWrap_three .aDivWrap_right
{
	width:33.33333%
}
.aDivWrap_three .aDivWrap_left,
.aDivWrap_three .aDivWrap_middle
{
	margin-right:3%;
}
.aDivWrap_three iframe,
.aDivWrap_four iframe
{
	display:block;
}
#pageContent_3-30 .aDivWrap_four > div,
#pageContent_3-30 .aDivWrap_four > div > table
{
	min-height:600px;
}


/*************************************
  SERVICES EXTRA CONTACT BUTTONS ETC
*************************************/

.pageContent_3 div.aDivWrap:first-child div.aDivWrap_left
{
	width:55%;
}
.pageContent_3 div.aDivWrap:first-child div.aDivWrap_right
{
	background-color:#f2f3f4;
	padding:20px;
	width:45%;
	text-align:center;
    padding-top:40px;
	margin-top: -65px;
    max-height: 375px;
}

.pageContent_3 div.aDivWrap:first-child div.aDivWrap_right h1
{
	font-size:28px;
	margin-bottom:10px;
	padding-bottom:25px;
	margin-top:20px;
}

.pageContent_3 div.aDivWrap:first-child div.aDivWrap_right p:last-child button
{
	background-color:#f69120 !important;
	background:#f69120 !important;
	margin-top:10px;
	margin-bottom:20px;
}

.xavierPlaceList
{
	list-style: none;
	position: relative;
	padding-left: 22px;
}

.xavierPlaceList li:before
{
	content: '';
	position: absolute;
	left: 0;
	background-image: url('/images/library/logo_only.png');
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}

.internalBannerText
{
	justify-content: center !important;
}

@media (max-width: 1200px)
{
	#pageContent_3-30 .aDivWrap_four > div > table > tbody > tr:nth-child(2) p
	{
		font-size:15px;
	}
	#pageContent_3-30 .aDivWrap_four > div > table > tbody > tr:nth-child(2) p span:nth-child(1)
	{
		font-size:20px !important;
	}
}

.covidModalContent
{
    background: #5bc0de;
    color: #fff;
    border-radius: 0;
}

.covidModal
{
    background-color: unset;
}

.covidModalContent .modal-header 
{
    border: none;
    position: absolute;
    right: -70px;
    top: -35px;
}

.covidModalContent .close
{
    color: #5bc0de;
    text-shadow: unset;
    font-size: 45px;
}

.covidModalContent h1, .covidModalContent h2
{
    margin-top: 10px;
}

.pt-0
{
    padding-top: 0;
}

.mt-0
{
    margin-top: 0;
}

.bg-grey
{
  background-color: #F2F3F4 !important;
}

.bg-blue
{
  background-color: #2aaec3 !important;
}

.bg-blue-light
{
  background-color: #3cb5c8 !important;
}

.bg-blue-lighter
{
  background-color: #57bfd0 !important;
}

.text-blue
{
  color: #28afc3 !important;
}

.bg-pink
{
  background-color: #da0260 !important;
}

.bg-yellow
{
  background-color: #f39202 !important;
}

.btn
{
  border-radius: 20px !important;
  padding: 5px 20px;
}

.cursor-pointer
{
  cursor: pointer;
}

.homeWelcomeTo a{
  color: #fff !important;
}

.enquireNowSection .btn
{
  font-size: 15px;
}

.teamIndeDivWrap
{
  margin-bottom: 60px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0 !important;
}

#resourcesModal iframe
{
  max-width: 100% !important;
}

.teamIndeDivWrapOuter
{
  margin-bottom: 60px;
}

.w-80
{
  width: 80%;
}

.galleryWrap .slick-next
{
  right: -25px;
}

.meetSkyeWrap img
{
  object-fit: cover;
}

.meetSkye_pink_text
{
  margin: 60px 20px 60px 0px;
  width: 550px;
  margin-left: auto;
}

.list-style-none
{
  list-style: none;
  padding-left: 10px;
}

.position-relative
{
  position: relative;
}

.position-absolute
{
  position: absolute;
}

.position-top-0
{
  top: 0;
}

.position-left-0
{
  left: 0;
}

.d-block
{
  display: block;
}

.nursingImgTitle
{
  /*top: 80%;*/
  bottom: 15px;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 16px;
}

.nursingImgTitle_contactUs, .nursingImgTitle_alsoSee
{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}

.nursingLink
{
  overflow: hidden;
}

.nursingImg
{
  transition: transform .5s;
}

.nursingImg:hover
{
  transform: scale(1.5);
}

.nursingLink_contactUs
{
  background-color: #2aaec3 !important;
}

.nursingLink_alsoSee
{
  background-color: #d90061 !important;
}

.nursingImgTitle_alsoSee
{
  width: 75%;
  text-align: center;
}

.opacity-0
{
  opacity: 0;
}

.dropleft .dropdown-menu
{
  left: -94% !important;
  top: -79px !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #37c4dc;
}

.caret_custom_subSub
{
  left: -11px !important;
  position: absolute;
  display: block;
  top: 8px;
}

.articleHome_inner
{
  width: 80% !important;
}

/* Bootstrap 5 - Start */
/* Bootstrap 5 - End */

.errorInput
{
  border-color: #f00 !important;
}