@font-face
{
	src: url('/css/Raleway/Raleway-Regular.ttf');
	font-family: RalewayRegular;
}

@font-face
{
	src: url('/css/Raleway/Raleway-ExtraBold.ttf');
	font-family: RalewayExtraBold;
}

@font-face
{
	src: url('/css/Raleway/Raleway-Medium.ttf'); 
	font-family: RalewayMedium;
}

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

p
{
	font-family: RalewayRegular;
}

strong
{
	font-family: RalewayExtraBold;
}

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

a
{
	color: #ee7623;
}

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

.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: RalewayExtraBold;
  font-weight: 700;
}

.pageTitleWrap_all h1, .defaultContentWrapInner h1
{
	color: #ee7623;
}

section {
  padding: 100px 0;
}

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: #414b4d;
}

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

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

#mainNav a
{
	cursor: pointer;
	color: #545468;
	text-align: left;
	color: #fff;
	font-family: RalewayExtraBold;
	font-size: 35px;
	line-height: 1;
}

#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: #414b4d;
}

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 {
  font-weight: 700;
  color: #ccc;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ccc;
  /* Firefox 18- */
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ccc;
  /* Firefox 19+ */
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ccc;
}

footer
{
  text-align: center;
  background: #f2f2f3;
  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: #545468;
}


.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 #414b4d;*/
    padding: 5px;
    text-align: left;
}

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

.navbar-nav
{
	width: 100%;
}

.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: #ee7623;
	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: RalewayMedium;
	font-size: 20px;
}

.galleryText h4
{
	color: #636363;
	font-weight: 400;
	font-family: RalewayRegular;
	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;
}

.contactPage_contactDetailsWrap, .contactUsFormLeft, .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;
}

.contactPage_contactDetailsWrap > div
{
  width: 100%;
  height: 400px;
}

.submitBtn_submitYourIdeaWrap
{
	text-align: left;
}

.submitBtn_submitYourIdeaWrap
{
    margin-top: 25px;
}

.contactPage_contactDetailsWrap iframe
{
	width: 100%;
    height: 100%;
}

.contactUsForm textarea, .contactUsForm input[type=text], .contactUsForm select,
.bookingForm textarea, .bookingForm input[type=text], .bookingForm select
{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 0;
    height: auto;
    font-size: 16px;
	background: none !important;
	-webkit-appearance: none;
	border-color: #ccc;
	outline: none;
	color: #ee7623;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

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

.message_contactPageWrap
{
	height: 100%;
}

.message_contactPageWrap  textarea 
{
    background-image: -webkit-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px) !important;
    background-image: -moz-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px) !important;
    background-image: -ms-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px) !important;
    background-image: -o-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px) !important;
    background-image: linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px) !important;
    background-size: 100% 40px !important;
    line-height: 40px;
    padding: 0px !important;
	border: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

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

.contactUsFormLeft > div, .bookingFormFirst > div
{
	width: 50%;
}

.contactUsFormBottom > div
{
	width: 100%;
}

.contactUsFormLeft > div:first-child, .bookingFormFirst > div:first-child
{
	margin-right: 50px;
	padding-right: 50px;
	border-right: 1px solid #ccc;
}

.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: #ee7623;
}

.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: #414b4d;
  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: #414b4d;
  right: 0;
  top: -10px;
}


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

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



.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
{
  width: 200px;
  margin: 0 auto;
}

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

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

.timeLineDescriptionWrapOuter:before
{
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #bb2924;
  z-index: 9999;
}

.timeLineDescriptionWrapOuter:after
{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #bb2924;
}

/* 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;
}

/*.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 240px;
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px; 
  width: 268px;
}

.styled-select.slate
{
  background: url(/images/library/arrowDownNews.png) no-repeat right center;
  height: 34px;
  width: 240px;
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 10px;
  border: 2px solid #b72d1f;
}

.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
}

#newsMonths .styled-select
{
	width: 180px;
	background-position-x: 148px;
    color: #b72d1f;
}

#newsYears .styled-select
{
	width: 95px;
	background-position-x: 63px;
}
*/

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

.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;
  position: relative;
  z-index: 999999999;

  width: 100%;
  margin-top: 80px;
}

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

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

.navbar-nav>li
{
  float: initial;
  text-align: center;
  margin-bottom: 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: block;
    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: RalewayMedium;
	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: RalewayMedium;
	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: 99.7vh;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.bannerHeight40VH
{
	height: 25vw;
	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: 80px;
}	

.pageTitleWaterMark_all
{
	right: 0;
}

.header_news_description_mobile
{
	display: none;
}

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

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

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

.servicesMainPage_subPagesWrap:after 
{
    content: '';
    background: #ee7623;
    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: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	text-align: left;

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

.bannerTextLine p
{
	margin-bottom: 0;
}

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

.bannerTextLine_home
{
	position: relative;
}

.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 #414b4d;*/
	min-width: initial;
}

.dropdown-menu>li>a
{
	font-size: 30px !important;
	padding: 3px 0px;
	font-family: RalewayRegular !important;
}

.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;
	color: #ee7623 !important;
	text-align: left;
}

.contactFormSection
{
	padding-bottom: 0;
}

.contactPageContactFormHeaderWrap h1
{
	font-family: RalewayExtraBold;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 40px;
}

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

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

.come-in {
  transform: translateY(200px);
  animation: come-in 2s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 2s; /* 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: RalewayMedium;
	font-weight: 400;
}

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

.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: RalewayMedium;
	font-weight: 400;
	    margin-bottom: 35px;
}

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

.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: RalewayMedium;
	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: #ee7623;
    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: RalewayRegular;
}

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

.navbar-brand_mobile
{
	display: none;
}

.headerContactNoDesktop p, .headerContactNoDesktop a
{
	color: #414b4d;
}

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

.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: rgba(255, 255, 255, 0.7) !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: RalewayMedium;
}

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

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

.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;
	margin-top: 60px;
}

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

.navbar-header
{
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
}

.navbar-toggle
{
	position: absolute;
	right: 0;
	top: 0;
}

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

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

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

#faqs ol li span
{
	font-family: RalewayRegular;
	/*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: #ee7623;
    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: 75%;
}

.clientImagesWrap > div
{
	width: 21%;
	margin-bottom: 3%;
}

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

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

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

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

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

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

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

.childName_popup
{
	color: #f00;
}

#faqs a:hover
{
	color: #ee7623;
}

.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: #ee7623;
	border-color: #ee7623;
}

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

.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: 5px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    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;
	justify-content: center;
}

.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: 15px !important;
}

#faqs > div
{
	width: 100%;
}

.faqHeader
{
	color: #ee7623;
}

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

.news-article-list
{
	width: 60%;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

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

.news-article-list > div > div
{
	margin-bottom: 20px;
}

.briefWrap_news
{
	margin-top: 20px;
}

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

.news_article_list_header h3
{
	margin: 0;
}

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

.newsReadMoreBtnWrap
{
	text-align: center;
	margin: 10px 0;
}

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

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

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

.pressIndeWrap > a
{
	background: #ee7623;
	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: #ee7623;
  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: #ee7623;
}

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

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

#message_contactPage::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  position: relative;
  top: -5px;
}
#message_contactPage::-moz-placeholder { /* Firefox 19+ */
  position: relative;
  top: -5px;
}

.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: 50%;
    left: 0;
    right: 0;
	z-index: 8;
}

.slick-prev
{
    left: initial;
}

.slick-next
{
    left: 95px;
}

.logoOnHeader_blue, .logoOnHeaderHide
{
    display: none;
}

.logoOnHeader_blue_show
{
    display: block;
}

.servicesSectionWrap
{
    /*background-image: url('/images/library/serviceParallaxImg.jpg');
    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;*/

    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: RalewayMedium;	
	font-weight: 400;
}

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

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

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

.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: #ee7623;
	margin-left: 0;
	margin-right: 0;
}

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

.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: #ee7623;
}

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

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

.projectDetailsLocationAndDateInnerWrap span
{
	font-family: RalewayMedium;	
}

.projectDetailsLocationAndDateWrap
{
	margin-bottom: 50px;
}

.slick_prev_invert
{
	background-image: url('/images/library/prev-blue.png');
}

.slick_next_invert
{
	background-image: url('/images/library/next-blue.png');
}

.slick-prev:hover, .lb-prev:hover
{
	background-image: url('/images/library/prev-inverted-white.png');
}

.slick-next:hover, .lb-next:hover
{
	background-image: url('/images/library/next-inverted-white.png');
}

.slick_prev_invert:hover
{
	background-image: url('/images/library/prev-inverted-blue.png');
}

.slick_next_invert:hover
{
	background-image: url('/images/library/next-inverted-blue.png');
}

.lb-prev:hover
{
	background: url('/images/library/prev-inverted-white.png') left 48% no-repeat !important;
}

.lb-next:hover
{
	background: url('/images/library/next-inverted-white.png') right 48% no-repeat !important;
}

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

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

.newsSectionWrap
{
	margin-top: -30px;
	padding-top: 0;
}

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

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

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

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

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

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

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

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

.findoutMoreBtnBannerWrap a:hover
{
	background: #fff;
	color: #ee7623;
	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: RalewayRegular;
}

.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 #ee7623;*/
	height: 250px;
	width: 250px;
	background: #ee7623;
	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: #ee7623 !important;
	font-weight: bold;
	font-size: 20px;
    cursor: auto !important;
}

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

.siteMapFooterWrap ul
{
	padding-left: 0;
	list-style: none;
  margin-bottom: 0;
}

.siteMapFooterWrap li
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
  margin-bottom: 5px;
}

.siteMapFooterWrap > ul:nth-child(2)
{
	margin: 0 20px;
	padding: 0 20px;
}

.homePageBlockLinksOuterWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;

	background-image: url('/images/library/homeImage_LinkBg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	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;*/
}

.homePageClientWrapOuter, .homePageClientWrapOuterExternal
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.homePageClientWrapOuterExternal
{
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.homePageBlockLinksOuterWrap > div
{
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.homePageBlockLinksWrap, .homePageClientWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.homePageClientWrap
{
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.homePageClientWrap > a
{
	width: 32%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 2%;
}

.homePageInsuraceInde > div
{
	padding: 20px;
	border-radius: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border: 1px solid #ccc;
	min-height: 110px;
	cursor: pointer;
}

.homeMenuTitleWrap
{
	background: #cbac43;
	color: #fff;
}

.homeMenuTitleWrap h2
{
	color: #fff !important;
}

.homePageClientWrap h2
{
	margin: 0;
	padding: 0;
	color: #ee7623;
	padding: 10px;
	text-align: left;
	font-family: RalewayRegular;
	font-weight: 400;
	font-size: 22px;
}

.homePageClientWrap img
{
	max-width: 80%;
	max-height: 150px;
}

.homePageBlockLinksWrap > a
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	color: #545468;
	border: 1px solid rgba(84, 84, 104, 0.4);
	border-radius: 10px;
	padding: 20px 40px;
}

.homePageBlockLinksWrap h2
{
	font-size: 20px;
	margin-top: 0;
	margin-left: 10px;
}

.homePageBlockLinksWrap > a:hover
{
	background: #545468;
	color: #fff;
}

.homePageBlockLinksWrap > a:hover .homePageLink_invert_img
{
	display: block;
}

.homePageBlockLinksWrap > a:hover .homePageLink_normal_img
{
	display: none;
}

.homePageLink_invert_img
{
	display: none;
}

.homePageBlockLinksHeaderBlurb
{
	color: #fff;
	text-align: center;
}

.homePageBlockLinksHeaderBlurbWrap
{
	margin-bottom: 60px;
}

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

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

	position: absolute;
	margin-top: -348px;

	width: 100%;
	left: 0;
}

.homePageImageAndTextInnerWrap > div, .homePageImageAndTextInnerTextWrap_outer > div
{
	width: 50%;
}

.homePageImageAndTextInnerImgWrap img
{
	max-width: 170%;
}

.news-article-list
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	cursor: pointer;

	border-bottom: 1px solid #ccc;
}

.news-article-list:last-child, .news_article_list_detail
{
	border-bottom: none;
}

.news_article_list_detail
{
	padding-bottom: 0;
	margin-bottom: 0;
}

.newsDate a
{
	color: #ee7623;
}

.briefWrap_news_wrap h4
{
	color: #545468;
	margin-bottom: 0;
	margin-top: 5px;
}

.newsReadMoreBtnWrap > .btn, .backToFaqsBtnWrap > .btn, .backToFaqBtn, .submitBtn_submitYourIdeaWrap > .btn
{
	border-radius: 5px;
}

.newsReadMoreBtnWrap > .btn
{	
	background: #545468;
	color: #fff;
	border-color: #545468;
}

.backToFaqsBtnWrap > .btn, .backToFaqBtn
{
	background: none;
	color: #ee7623;
	padding: 0 !important;
	border: none;
	font-family: RalewayExtraBold;
	color: #ef7622;
}

.submitBtn_submitYourIdeaWrap > .btn
{
	background: none;
	color: #ee7623;
	padding: 5px 20px !important;
	border-color: #ee7623;
	font-family: RalewayExtraBold;
}

.yearActive, .monthActive
{
	color: #ee7623 !important;
}

#newsYears > div > a, #newsMonths > div > a
{
	padding-right: 10px;
	margin-bottom: 10px;
	color: #545468;
}

#newsYears > div > a:hover, #newsMonths > div > a:hover
{
  color: #ee7623;
}

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

.contactPageContactFormWrap > div
{
	padding: 60px 100px;
}

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

.contactPageMapWrap
{
	position: relative;
	z-index: 4;
	margin-top: 60px;
}

.contactFormSection
{

}

.bookingFormAlternativeText
{
	margin-top: 40px;
}

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

.homePageImageAndTextInnerTextWrap_rotate
{
	display: block;
    float: left;
    transform: rotate(8deg);
    -webkit-shape-outside: polygon( 0 0, 100% 0%, -8% 100%, -106% 100%);
    shape-outside: polygon( 0 0, 100% 0%, -8% 100%, -106% 100%);
    width: 50px;
    height: 400px;
}

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

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

	margin-bottom: 30px;
	position: relative;

	padding: 30px;
	overflow: hidden;
}

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

.serviceIndeWrap > div
{
	position: relative;
	z-index: 5;

	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;

	width: 100%;
}

.serviceIndeWrap_description
{
	display: flex;
	display: -webkit-flex;

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

.serviceIndeTitleWrapOuter
{
	margin-left: 30px;
	color: #fff;
}

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

.bannerBtn_differnce
{
	background: #ee7623;
}

.serviceIndeWrap_btn_wrap
{
	display: none;
	margin-right: 30px;
}

.serviceIndeWrap:hover .serviceIndeWrap_btn_wrap
{
	display: block;
}

.serviceIndeWrap:hover:after
{
	background: rgba(170, 24, 44, 0.8);
}

.serviceIndeWrap:hover:before
{
	content: '';
    position: absolute;
    top: 8px;
    right: -63px;
    width: 100px;
    height: 200px;
    background: #fff;
    z-index: 6;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.serviceIndeWrap_subPage_wrap
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.serviceIndeWrap_subPage_wrap > div
{
	width: 49%;
	padding: 20px;
	display: flex;
	display: -webkit-flex;
}

.serviceIndeWrap_subPage_wrap > div:nth-child(2n+2)
{
	margin-left: 2%;
}

.serviceIndeWrap_subPage_wrap .serviceIndeImgWrap img
{
	width: 35px;
}

.safetyComplianceProcessWrap
{
	display: flex;
	display: -webkit-flex;
}

.safetyComplianceProcessIndeWrap > div:first-child
{
	height: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.safetyComplianceProcessIndeWrap:nth-child(2)
{
	padding: 0 100px;
}

.safetyComplianceProcessIndeWrap
{
	position: relative;
}

.safetyComplianceProcessIndeWrap:before
{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #545468;
	bottom: -37px;
	left: 47%;
	right: 0;
}

.safetyComplianceProcessIndeWrap:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #545468;
	bottom: -28px;
	left: 0;
}

.serviceIndeWrap_btn_mobile_wrap
{
	display: none;
}

#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: RalewayExtraBold;	
}

.redBg_menuMobile
{
	bottom: 0;
  position: fixed !important;
  height: 100vh;
  overflow-y: scroll;

  background-image: url('/images/library/menuBg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;

  border: none;
}

.mobileMenuBgHeight
{
  height: initial !important;
}

.cabpabilityStatementPdfWrap
{
	position: absolute;
    bottom: -15px;
    text-align: right;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.safetyComplianceProcessIndeWrap
{
	color: #ee7623;
}

.safetyComplianceProcessHeaderWrap
{
	color: #545468;
}

.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: #ee7623;
}

#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: RalewayMedium;
	font-size: 17px;
}

.teamIndeDescriptionContentWrap *
{
	font-family: RalewayRegular !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: #545468;*/
}

.ourClients_ourWork
{
	margin-bottom: 60px;
}

.alsoSee_complianceNswLegislation_more_header_wrap h1
{
	margin: 30px 0;
}

.homePageBlockLinksWrap h2
{
	margin-bottom: 0;
}

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

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

.serviceIndeWrap
{
  cursor: pointer;
}

.logoOnHeader
{
	max-height: 80px;
}

.homePageImageAndTextInnerTextWrap
{

}

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

#newsYears > div, #newsMonths > div
{
	flex-direction: column;
	-webkit-flex-direction: column;
}

.yearMonthWrap_news > div 
{
	margin-right: 40px;
	padding-right: 30px;
	border-right: 1px solid #ccc;
}

.homePageClientHeaderWrap h2
{
	border-radius: 10px;
	padding: 25px 15px;
	text-align: left;
	background: rgba(84, 84, 104, 0.1);
	margin-bottom: 20px;
	color: #cbac43;
	font-family: RalewayRegular;
	line-height: 24px;
}

.homePageClientWrapOuterExternalSection
{
	padding-top: 0 !important;
}

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

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

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

.teamImageWrap
{
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
}

.teamImageWrap img
{
	max-width: 100%;
	margin-top: -50px;
}

.teamsWrap > div
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.teamIndeWrap
{
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;

	width: 30%;

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

.teamIndeWrap > div
{
	position: relative;
	z-index: 5;
}

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

.teamIndeDescription_title h3
{
	margin-bottom: 5px;
	color: #ee7623;
}

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

.homePageClientHeaderAlsoSee
{
	text-align: left;
}

.findoutMore_about_outer
{
	/*margin-bottom: 60px;*/
}

.findoutMore_about
{
	display: flex;
	display: -webkit-flex;
}

.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
{
	display: flex;
	display: -webkit-flex;
}

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

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

.processWrap > div
{
	width: 50%;
}

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

.processHeaderWrap h1
{
	font-size: 22px;
	color: #ee7623;
	margin: 0 0 0 40px;
}

.processIndeContentWrap
{
	padding: 30px 0;
}

.processHeaderImageWrap
{
	position: relative;
}

.processHeaderImageWrap:after
{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width:4px;
	height: 100%;
	background: #ee7623;
}

.processHeaderImageWrap_last:after
{
	display: none;
}

.processIndeContentWrap_middle
{
	
}

.processCircle_last:before
{
	display: none;
}

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

.profileImageTextWrap_popUp 
{
    background: #ee7623;
    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;
}

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

.titleWrap_popUp
{
	margin-bottom: 30px;
}

.linkedinLinkWrap_popUp
{
	margin-top: 30px;
}

.stopSrolling
{
	overflow: hidden;
}

.modal-body
{
  padding: 0;
}

.modal-body video
{
  width: 100%;
  vertical-align: middle;
}

.contactPageActionBtnWrapMobile
{
	display: none;
}

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

	margin-top: 30px;
}

.mediaLinkIndeWrap
{
	width: 31%;
	margin-bottom: 2.333%;
	border-radius: 15px;
	background: #545468;
	color: #fff;
	padding: 30px 20px;
	min-height: 126px;
}

.mediaLinkIndeContentWrap, .mediaLinkIndeWrap
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.mediaLinkIndeContentWrap h3
{
	margin: 0 0 0 20px;
	font-size: 20px;
	font-weight: 400;
}

.mediaLinkIndeWrap a
{
	color: #fff;
}

.homePageImageAndTextInnerTextWrap
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	min-height: 380px;

	padding-right: 60px;
}

.articleHome_home_title
{
	margin: 0;
}

.hideMenuInDesktop
{
  display: none !important;
}

.mediaLinkIndeWrapEmpty
{
  background: none !important;
}

.findoutMore_about_outer_mobile
{
	display: none;
}

.servicesSectionWrap
{
	padding-top: 0;
}

.headerMenuAndLogoWrap 
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top: 20px;
}

.navbar-toggle
{
	display: block;
}

.mainNavWithBg
{
	display: none !important;
}

.servicesWrap
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*justify-content: space-between;
	-webkit-justify-content: space-between;*/
}

.services_inde_Wrap
{
	width: 31%;
	height: 31%;

	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

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

	margin-bottom: 2.333%;
	margin-right: 2.3333%;

	position: relative;

  cursor: pointer;
}

.services_sub_inde_Wrap
{
	width: 23%;
	height: 23%;

	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

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

	margin-bottom: 2%;
	margin-right: 2%;

	position: relative;

  cursor: pointer;
}

.services_sub_inde_Wrap:nth-child(4n+4), .process_seeMoreWrap .services_inde_Wrap:nth-child(4n+4)
{
	margin-right: 0;	
}

.process_seeMoreWrap .services_inde_Wrap:nth-child(3n+3)
{
	margin-right: 2%;
}

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

.services_inde_content_Wrap
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 5;
}

.services_inde_content_Wrap h3
{
	margin-top: 0;
}

.services_inde_Wrap:before, .services_sub_inde_Wrap:before
{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.serviceLink, .services_sub_inde_content_Wrap
{
	display: none;
}

.serviceLinkWrap
{
	height: 10px;
}

.services_inde_Wrap:hover:after, .services_sub_inde_Wrap:hover:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(239, 118, 34, 0.8);
	z-index: 4;
}

.services_inde_Wrap:hover .serviceLink, .services_sub_inde_Wrap:hover .services_sub_inde_content_Wrap
{
	display: block;
}

.projectContetWrap
{
	display: flex;
	display: -webkit-flex;
}

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

.projectHideBtnWrap
{
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

.projectHideBtnWrap img
{
  max-width: 100%;
  max-height: 100%;
}

.panelCustom
{
	margin-top: 30px !important;
	border: none;
	box-shadow: initial;
}

.panelCustom > .panel-heading
{
	background: none;
	border: none;
}
.panelCustom .panel-body
{
	border: none !important;
}

.orangeColor *
{
	color: #ee7623 !important;
	border-color: #ee7623 !important;
}

.panelTitle_main
{
	font-size: 24px;
	font-family: RalewayExtraBold;
  color: #707173;
}

.panelTitleWrap
{
	display: inline-flex;
	display: -webkib-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.panelCustom .panel-heading
{
	padding-left: 0;
}

.ourClients_ourWork h2
{
	color: #ee7623;
	font-family: RalewayExtraBold;
}

.projectsSection
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -30px;
}

.clientSeparator
{
	margin: 60px 0;
}

.contactStampWrap
{
	text-align: right;
	margin-bottom: 50px;
}

.contactUsForm
{
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 20px;
}

.finoutMoreWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.findOutMoreWrapOuter_home
{
	width: 75%;
	margin: 0 auto;

	margin-top: 40px;
}

.clientsWrapHome
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 75%;
	margin: 0 auto;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	margin-top: 50px;
}

.clientsWrapHome > div
{
	width: 20%;
	margin-right: 10.33%;
	margin-bottom: 30px;
}

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

.clientsWrapHome > div:last-child
{
	margin-right: 0;
}

.clientsWrapHome img
{
	width: 100%;
}

.textAlignCenter
{
	text-align: center;
}

.orangeColor
{
	color: #ee7623;
}

.seeMoreClientHomeBtn
{
	margin-top: 30px;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
}

.seeMoreClientHomeBtn img
{
	margin-left: 15px;
	max-width: 25px;
	max-height: 25px;
}

.plusIcon
{
	max-width: 25px;
	max-height: 25px;
}

.footerSocials
{
	background: #d9dadb;
	padding: 10px 0;
}

.footerSocials p
{
	margin-bottom: 0;
	text-align: right;
}

.footerContainer
{
	padding: 65px 0;
}

.displayMoreMenuIconWrap
{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 10px;
}

.dropdown-menu
{
	left: initial;
	right: 200px;
	top: -10px;
}

.homePageDesignSection
{
	padding: 0;
}

.homePageImageAndTextInnerTextContentWrap
{
	margin: 20px 0;
}

.homePageImageAndTextInnerTextHrWrap hr
{
	width: 80px;
	margin: 0;
	border-width: 6px;
	border-color: #ee7623;
}

.homePageImageAndTextInnerTextHeaderWrap *
{
	color: #ee7623;
	font-family: RalewayExtraBold;
}

.instagramPostLink
{
	position: relative;
	display: inline-block;
	width: 16.666666%;
  padding-top: 16.66666%;
}

.instagramPostLink img
{
/*
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  transform: translate(5%, 0);
  z-index: 4;*/
    position: absolute;
    top: -3px;
    left: -7%;
    transform: translate(5%, 0);
    z-index: 4;
    width: 104%;
    height: 104%;
}

.videoIconWrap
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
  z-index: 5;
}

.videoIconWrap img
{
	width: 100%;
  height: auto !important;
}

.instagramPostHeader
{
	text-align: center;
	margin: 30px 0;
}

.finoutMoreWrap > a
{
	text-align: center;
}

.findoutMore_about .finoutMoreWrap
{
	border-left: 1px solid #ccc;
	padding-left: 60px;
	margin-left: 40px;
}

.findoutMore_about > p
{
	width: 35%;
}

.findoutMore_about > div
{
	width: 65%;
}

.findoutMore_about .finoutMoreWrap img
{
	width: 90%;
}

.servicesWrap_process .servicesSectionWrap
{
	padding-bottom: 0;
}

.seeMoreClienProcessWrap > a
{
	margin: 10px 0 80px 0;
}

.servicesWrap_process .services_inde_Wrap
{
	width: 23%;
	height: 23%;
	margin-bottom: 2%;
}

.contactStampOuterWrap
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.seeMoreClientHomeBtn strong
{
	color: #545468;
}

.backToExpertiseBtnWrap .btn
{
	border: none;
	padding: 0;
	color: #ee7623;
	font-family: RalewayExtraBold;
}

.backToExpertiseBtnWrap .btn:hover
{
	background: none;
}

.homePageImageAndTextInnerImgWrap
{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
}

.instagramSection
{
	padding-bottom: 0;
}

.marginTop30
{
	margin-bottom: 30px;
}

.marginBottom30
{
	margin-bottom: 30px;
}

.marginBottom20
{
	margin-bottom: 20px;
}

.defaultPageTitle  p
{
	font-family: RalewayExtraBold;
}

.backToExpertiseSection
{
	padding-top: 0;
}

.defaultPageTitle p br
{
	display: none;
}

.videoLinkWrap video
{
	width: 100%;
  object-fit: cover;
  position: relative;
  height: 100%;
}

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

.portfolioVideoSection
{
	position: relative;
}

.modal-backdrop.in
{
  opacity: 0.9;
}

.modal-content
{
  box-shadow: initial;
  background: none;
}

.modal-header
{
	border: none;
}

.porfolioVideoIndeWrap
{
  position: relative;
  height: 500px;
  margin-top: 60px;
  overflow: hidden;
}

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

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolioPlayIconWrap img
{
  max-width: 100px;
}

.videoLinkWrap .slick-track:before
{
  display: none;
}

.findoutMoreSectionHome
{
  padding: 130px 0;
}

.clientsSectionHome
{
  padding-top: 0;
}

.fontSize25
{
  font-size: 25px;
}

.finoutMoreWrap a:hover
{
  color: #ee7623;
}

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

.processWrap_section
{
  padding-top: 0;
}

.expertisePageProcessWrap
{
  /*margin-top: 100px;
  margin-bottom: 100px;*/
}

.contactStampAddressWrap
{
  line-height: 25px;
}

.contactPageSocial_mobile
{
  display: none;
}

.backToPortfolioBtnWrap
{
  margin-bottom: 60px;
}

.portfolioVideoSection h1
{
  color: #707173;
}

.accord_minus
{
  display: none;
}

.hideShowPlusIcon .accord_minus
{
  display: block;
}

.hideShowPlusIcon .accord_plus
{
  display: none;
}

.displayMoreMenuIconWrap img, .serviceLinkWrap img, .newslinkPlusWrap img
{
  max-width: 30px;
  max-height: 30px;
}

.logoOnHeader img
{
  max-width: 170px;
  max-height: 170px;
}

.mt60
{
  margin-top: 60px;
}
