              /*  *******       ********
                   *******     *******
                    *******   *******
                      ****** ******
                       **********
                        ********
                        ********
                       **********
                      ****** ******
                    *******   *******
                   *******      *******
                 *******         *******
*/
/*transition-effect*/
@import url('https://fonts.googleapis.com/css?family=Merriweather');
body{
    font-family: "OpenSans-Regular" !important;
}
#webform-client-form-16 button.webform-submit, #simplenews-block-form-7 button, #block-block-6 a, .project-right .field-name-project-job-sheet .views-field-field-upload-file a {
	transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;

}

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 60px;
	width: 60px;

	line-height: 60px;
	position: fixed;
	left: 50%;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

body.front{
      height: 100%;
  width: 100%;
  overflow: auto;
}

body.page-user .content,
#user-login {
  padding-top: 125px;
}
form#user-login {
      margin: auto 20%;
}
.project-right .field-name-project-job-sheet .views-field-field-upload-file a:hover {
  background-color: #276d83 ;
}

/*body*/
.block-edit-custom {
  display: none;
	position: absolute;
	top: 0;
	right: 15px;
	text-align: right;
}
.left-client {
	position: relative;
}
.left-client:hover .block-edit-custom {
  display: block;
}
.block-edit-custom a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #808080;
  border-radius: 4px;
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  font-family: "OpenSans-Regular";
  font-size: 13px;
  padding: 4px 10px;
  margin-top: 10px;
  color: #333333;
  text-decoration: none;
}
.block-edit-custom span {
  background: rgba(0, 0, 0, 0) url("../images/gear-select1.png") no-repeat scroll right 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  display: block;
  height: 18px;
  overflow: hidden;
  padding: 0 2px;
  text-indent: 34px;
  width: 28px;
	cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
.header-main {
  min-height: 100vh;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 400px;
}
.header-bg {
 /*background: rgba(0, 0, 0, 0) url("../images/h1.jpg") no-repeat scroll center top / cover ;*/
 min-height: 100vh;
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center top;
}
.logo-in.navbar-btn img {
  max-width: 10vw;
  min-width: 130px;
}
.top-header.fixed .logo-in.navbar-btn img {
	max-width: 10vw;
}
.top-header.fixed .logo-in.navbar-btn img, .header .logo-in.navbar-btn img {
  opacity: 0;
  transition: all 0.32s ease-in-out 0s;
  -webkit-transition: all 0.32s ease-in-out 0s;
  -moz-transition: all 0.32s ease-in-out 0s;

}
.top-header.fixed #drop-menu span, .header #drop-menu span  {
  background: #304C62 none repeat scroll 0 0;
}
.top-header.fixed #block-menu-menu-top-menu li a, .header #block-menu-menu-top-menu li a,
.header .close-menu, .top-header.fixed .close-menu {
  color: #304c62;
}
.logo-in.navbar-btn img, #drop-menu span, #block-menu-menu-top-menu li a {
  transition: all 0.32s ease-in-out 0s;
  -webkit-transition: all 0.32s ease-in-out 0s;
  -moz-transition: all 0.32s ease-in-out 0s;
}
.logo-in.navbar-btn {
  background: rgba(0, 0, 0, 0) url("../images/b-logo.png") no-repeat scroll 0 0 / contain ;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
  vertical-align: middle;
	min-width: 130px;
}

.header-inner {
  border-color: rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-width: 80px 30px 30px;
  height: 100%;
  position: absolute;
  width: 100%;
}
.pattern-bg {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
/*   background-image: -webkit-repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 3px, transparent 4px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 3px, transparent 4px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 3px, transparent 4px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(255,255,255,.2), rgba(255,255,255,.2) 3px, transparent 4px, transparent 100%);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  background-size: 15px 15px;
	 */
  }
.hlogo-in {
  opacity: .7;
}
.hlogo-inner::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1500px;
  left: -50vw;
  position: absolute;
  top: 99%;
  width: 120vw;
}
.hlogo-inner::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: 99%;
  content: "";
  height: 1500px;
  left: -50vw;
  position: absolute;
  width: 120vw;
}
.hlogo-inner {
  display: inline-block;
  position: relative;
/* 	transition: transform 0.1s ease-out;
  -webkit-transition:  transform 0.1s ease-out;
  -moz-transition:  transform 0.1s ease-out;  */
}
.hlogo-img-parent img{
	width:900px;
}
.hlogo-img-parent {
	position: relative;
}
.hlogo-img-parent::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 110%;
  left: 99%;
  position: absolute;
  top: -5%;
  width: 50vw;
}
.hlogo-img-parent::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 110%;
  right: 99%;
  position: absolute;
  top: -5%;
  width: 50vw;
}

.top-header {
  float: left;
  left: 0;
  padding: 10px 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
	transition: all 0.32s ease-in-out 0s;
  -webkit-transition: all 0.32s ease-in-out 0s;
  -moz-transition: all 0.32s ease-in-out 0s;
	opacity:0;
	visibility:hidden;
}
.h-logo.fadeInsideh.fadeouth {
  visibility: hidden;
}
.top-header.fixed, .header {
  background: #f9f9f9 none repeat scroll 0 0;
  transition: all 0.32s ease-in-out 0s;
  -webkit-transition: all 0.32s ease-in-out 0s;
  -moz-transition: all 0.32s ease-in-out 0s;
  box-shadow: 0 -3px 8px #808080;
	opacity:1;
	visibility:visible;
}
.h-logo {
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
	z-index: 1;
}
.hlogo-out {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.hlogo-in {
  display: table-cell;
  vertical-align: middle;
  transition: all .3s ease-in-out;
}
.hlogo-in img {
  max-width: none;
  transition: all 0.5s ease-in-out 0s;
  width: 40vw;
}
.h-logo.fadeInsideh .hlogo-in img {
/*   transform: scale(90) !important; */
  transition: all .5s ease-in-out;
}
.h-logo.fadeInsideh.fadeouth .hlogo-in {
  opacity:0;
  transition: all .3s ease-in-out;
}
/*screll*/
/* #scroll-adjust {
	height: 767px;
	width: 100%;
	float: left;
	background: rgba(0,0,0,.4);

} */
/*menu*/
#block-menu-menu-top-menu {
  text-align: right;
  padding-right: 60px;
}
#block-menu-menu-top-menu li {
  display: inline-block;
}
#block-menu-menu-top-menu li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  padding: 5px;
  margin: 0 10px;
}
#block-menu-menu-top-menu li a:hover {
	color:#00B2B0 !Important;
}
.top-header.fixed #block-menu-menu-top-menu li a {
	margin-top: 0;
	margin-bottom: 0;
}
/*drop-down-menu*/
#drop-menu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 8px;
  width: 40px;
  z-index:1;
  cursor: pointer;
}
#drop-menu span {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  float: left;
  height: 5px;
  margin: 2px 0;
  width: 100%;
}
.close-menu {
  color: #ffffff;
  display: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#block-nice-menus-1 {
  display: none;
  float: right;
  position: absolute;
  right: 15px;
  top: 100%;
  max-width: 300px;
  margin-top: 11px;
}

#nice-menu-1 {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 0 15px;
  width: 100%;
}
#nice-menu-1 li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 border: none;
  float: left;
  text-align: center;
  width: 100%;
}
#nice-menu-1 li a {
  border-bottom: 2px solid #dddddd;
}
#nice-menu-1 li:last-child a {
  border-bottom: medium none;
}
#nice-menu-1 ul li:last-child a {
  border-bottom: 2px solid #dddddd;
}

#nice-menu-1 li a:hover, #nice-menu-1 li a.active {
  border-color: #304c62 ;
  color: #304c62 ;
}
#nice-menu-1 li a {
  color: #aaaaaa;
  font-family: "OpenSans-Regular";
  font-size: 21px;
  padding: 10px 0 10px 58px;
  text-align: left;
  text-decoration: none;
}
#nice-menu-1 ul {
  border: medium none;
  position: static;
}
/*slider*/
#front-slider {
  float: left;
  width: 100%;
}
#front-slider #flexslider-1 {
  margin-bottom: 0;
	border-radius: 0;
	border:none;
}
/*header-bottom*/
#header-bottom {
  background: #ffffff;
  float: left;
  position: relative;
  width: 100%;
}
.header-bottom {
  float: left;
  min-height: 500px;
  width: 100%;
  display:flex;
  display: a-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;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
}
.header-bottom .region-header-bottom {
  /*display: table;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  width: 100%;*/
}
#block-block-1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header-bottom-text > p {
  color: #000000;
  font-family: "OpenSans-Regular";
  font-size: 26px;
}
/*--------------------svg-button*/

.link-text {
  font-family: "Merriweather";
  font-size: 30px;
  margin: auto;
  padding: 5px;
  text-transform: capitalize;
  position: relative;
}
.link {
  display: inline-block;
  margin: 0 10px;
}
.link-text > a {
    color: #000000;
    font-size: 30px;
    padding: 0 10px;
    font-weight: bold;
    text-decoration: none;
}

.link-outer {
  display: inline-block;
  position: relative;
  margin: 40px auto auto;
}
.link-inner {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.point {
  background: transparent;
  position: absolute;
}
.point.point-4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  bottom: 0;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  transition: all 0.6s ease ;
  width: 20px;
      -webkit-transition: all 0.6s ease ;
      -o-transition: all 0.6s ease ;
      -moz-transition: all 0.6s ease ;

}
.point.point-1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-right: 3px solid #000000;
  border-top: 3px solid #000000;
  display: inline-block;
  height: 20px;
  right: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  width: 20px;
      -webkit-transition: all 0.6s ease 0s;
      -o-transition: all 0.6s ease 0s;
      -moz-transition: all 0.6s ease 0s;

}
.point.point-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 3px solid #000000;
  border-top: 3px solid #000000;
  height: 20px;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  width: 20px;
      -webkit-transition: all .6s ease 0s;
      -o-transition: all .6s ease 0s;
      -moz-transition: all .6s ease 0s;


}
.point.point-3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  bottom: 0;
  height: 20px;
  right: 0;
  transition: all 0.6s ease 0s;
  width: 20px;
      -webkit-transition: all 0.6s ease 0s;
      -o-transition: all 0.6s ease 0s;
      -moz-transition: all 0.6s ease 0s;


}

.link-outer:hover .point.point-1, .link-outer:focus .point.point-1, .link-outer:active .point.point-1 {
  top: 0;
  width: 100%;
  transition: all 0.6s ease 0s;
      -webkit-transition: all 0.6s ease 0s;
      -o-transition: all 0.6s ease 0s;
      -moz-transition: all 0.6s ease 0s;
}
.link-outer:hover .point.point-2, .link-outer:focus .point.point-2, .link-outer:active .point.point-2 {
  height: 100%;
   transition: all .54s ease 6s;
      -webkit-transition: all .6s ease 0s;
      -o-transition: all .6s ease 0s;
      -moz-transition: all .6s ease 0s;
}
.link-outer:hover .point.point-3, .link-outer:focus .point.point-3, .link-outer:active .point.point-3 {
  height: 100%;
  transition: all 0.6s ease 0s;
      -webkit-transition: all 0.6s ease 0s;
      -o-transition: all 0.6s ease 0s;
      -moz-transition: all 0.6s ease 0s;
}
.link-outer:hover .point.point-4, .link-outer:focus .point.point-4, .link-outer:active .point.point-4 {
  width: 100%;
   transition: all 0.6s ease 0s;
      -webkit-transition: all 0.6s ease 0s;
      -o-transition: all 0.6s ease 0s;
      -moz-transition: all 0.6s ease 0s;
}
/********************************************************/




/******************front-image-section*/
.view-front-projects {
  overflow: hidden;
  position:relative;
}
.view-front-projects .views-row {
  transition: all 1s ease-out 0s;
}
.view-front-projects .views-row.views-row-1.views-row-odd.views-row-first {
  width: 50%;
}
.front-project-section {
  position: relative;
}
.front-project-img {
  cursor: pointer;
	overflow:hidden;
}
.front-project-img img {
	transition: all 0.32s ease 0s;
      -webkit-transition: all 0.32s ease 0s;
      -o-transition: all 0.32s ease 0s;
      -moz-transition: all 0.32s ease 0s;
}
.front-project-img:hover img {
  transform: scale(1.1);
}
.front-project-info {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 200%;
  position: absolute;
  top: 0;
  transition: all 1s ease-out 0s;
  width: 50vw;
  z-index: 2;
  padding: 60px 90px 60px 30px;
}

.view-front-projects .views-row.current .front-project-info {
  left: 100%!important;
}


.view-front-projects .views-row.views-row-2 {
  position: absolute;
  right: 25%;
  width: 25%;
  height: 50%;
  top: 0;
}
.view-front-projects .views-row.views-row-2.current {
  height: 100%;
  right: 50%;
  width: 50%;
  z-index:1;
}
.view-front-projects .views-row.views-row-3 {
  top: 0;
  height: 50%;
  position: absolute;
  right: 0;
  width: 25%;
}
.view-front-projects .views-row.views-row-3.current {
  height: 100%;
  right: 50%;
  width: 50%;
  z-index: 1;
}
.view-front-projects .views-row.views-row-4 {
  position: absolute;
  right: 0%;
  width: 50%;
  height:50%;
  bottom: 0;
}
.view-front-projects .views-row.views-row-4.current {
  position: absolute;
  right: 50%;
  height:100%;
  z-index:1;
}
.front-project-info .front-project-title {
  color: #333333;
  font-family: "Merriweather";
  font-size: 50px;
	text-transform: uppercase;
  text-decoration: none;
}
.front-project-info .front-project-title a {
	color: #000000;
	text-decoration: none;
}
.front-project-details {
  display: inline-block;
  margin: 0 0 15px;
  width: 100%;
}
.front-project-details-item {
  color: #000000;
  display: inline-block;
  float: left;
  font-family: "OpenSans-Regular";
  font-size: 13px;
  padding-right: 5px;
  padding-left: 5px;
  width: 27%;
  border-left: 2px solid #000000;
}
.prooject-btn > a {
  color: #000000;
  display: inline-block;
  font-family: "Merriweather";
  font-size: 17px;
  padding: 10px 15px;
}
.front-project-details-item.front-project-details-item-3 {
	width: 22%;
}
.front-project-details-item.front-project-details-item-4 {
	width: 20%;
}
.front-project-details-item:first-child {
  padding-left: 0;
  border-left: none;
}
.front-project-details-item:last-child {
  padding-right: 0;
}
.front-project-details-item span {
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
}
.front-project-special-text {
  color: #359fad;
  font-family: "Merriweather";
  font-size: 19px;
  margin: 15px 0;
  width: 31vw;
	min-width: 400px;
}
.front-project-info-body p {
  font-family: 'OpenSans';
  font-size: 16px;
}
.close-project {
  border: 1px solid #cccccc;
  border-radius: 50%;
  float: right;
  height: 24px;
  line-height: 1;
  padding: 3px;
  text-align: center;
  width: 24px;
  cursor: pointer;
}

/*************************************************************/


/*project*/
#front-prject {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
}


#block-block-2 {
  background: #ffffff;
  clear: both;
  padding: 90px 0;
  position: relative;
  text-align: center;
}
#block-block-2 p {
  color: #000000;
  font-family: "OpenSans-Regular";
  font-size: 26px;
}

/*info-section*/
.info-image {
  float: left;
  width: 50%;
}
.info-outer-main {
  display: flex;
  float: left;
  width: 100%;
}

.info-content {
  background: #304c62 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 50%;
  color: #fff;
  padding: 4vw 3vw;
  text-align: center;
}
.views-row-even .info-content, .views-row-even .info-content {
  background-color: #1c303e;
}
.info-content h3 {
  color: #ffffff;
  font-size: 50px;
  font-family: "Merriweather";
}
.info-content h4 {
  font-family: "OpenSans-Regular";
  font-size: 30px;
  text-transform: uppercase;
}
.info-content.info-1 img {
  margin: 15px 0 10px;
  width: 27vw;
	min-width: 300px;
}
.info-content p {
  font-family: "OpenSans-Regular";
  font-size: 19px;
  margin: 30px 0;
  color: #ffffff;

}
.safari .info-content p{
font-weight: 600;
      letter-spacing: -1px;
}
.info-btn  a {
  color: #ffffff;
  display: inline-block;
  font-family: "Merriweather";
  font-size: 22px;
  padding: 15px;
  text-decoration: none;
}
.info-btn {
  position: relative;
}
.info-content .link-inner .point {
  border-color: #ffffff;
}
/*enquier*/
#enquire {
  background: rgba(0, 0, 0, 0) url("../images/p-bg.jpg") repeat scroll 0 0 / cover ;
  float: left;
  width: 100%;
  position:relative;
}
#webform-client-form-16 .form-control {
  border: medium none;
  border-radius: 0;
  font-family: "OpenSans-Light";
  font-size: 20px;
  height: auto;
  padding: 7px 10px;
}
.form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
#webform-client-form-16 button.webform-submit {
  border: medium none;
  border-radius: 0;
  min-width: 160px;
  padding: 7px 40px;
  background: #276D83;
  font-family: 'Merriweather';
  font-size: 19px;
}
#webform-client-form-16 button.webform-submit:hover {
  background: #1c303e none repeat scroll 0 0 ;
}
.enquire-inner {
  padding: 30px;
  float: left;
  width: 100%;
}
#block-block-3 h3, #block-webform-client-block-16 h2 {
  color: #ffffff;
  font-family: "Merriweather";
  font-size: 50px;
  margin-bottom: 20px;
}
#block-block-3 p {
  color: #ffffff;
  font-family: "OpenSans-Regular";
  font-size: 19px;
  position: relative;
}
/*map*/

#block-custom-custom-map {
  float: left;
  min-height: 250px;
  padding-bottom: 25%;
  padding-top: 25px;
  position: relative;
  width: 100%;
}
#block-custom-custom-map #map {
  height: 100%!important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gm-style-iw h2  {
	 color: #1c303e ;
	font-size: 26px;
	margin-top:0;
}
.gm-style-iw {
	text-align: center;
}
.gm-style-iw a {
  background: #1c303e  none repeat scroll 0 0;
  border: 1px solid;
  color: #ffffff;
  font-family: "OpenSans-Semibold";
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#map .gm-style-iw > div > div{
padding:20px;
}

/*footer*/
#footer {
  background: #304c62 none repeat scroll 0 0;
  padding: 90px 0 30px;
  float: left;
  width: 100%;
  position: relative;
}

#block-simplenews-7, #block-block-6 {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 7px;
}
#block-block-4 {
  text-align: center;
}
.footer-inner {
  text-align: center;
}

#block-block-6 > a {
  background: #ffffff none repeat scroll 0 0;
  color: #304c62;
  display: inline-block;
  height: 30px;
  margin-left: 14px;
  padding: 6px;
  text-align: center;
  width: 30px;
}
#block-block-6 a:hover {
  background: #1c303e none repeat scroll 0 0;
  color: #fff;
}
#simplenews-block-form-7 button {
  background: #1c303e none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  font-family: "OpenSans-Semibold";
  text-transform: uppercase;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
#simplenews-block-form-7 button:hover {
  background: #276d83 none repeat scroll 0 0;
}
#simplenews-block-form-7 {
  position: relative;
}
#simplenews-block-form-7 .form-group {
  margin-bottom: 0;

}
#block-simplenews-7 input.form-control {
  border: medium none;
  border-radius: 0;
  height: 30px;
  padding: 5px 10px;
  font-family: "OpenSans-Semibold";
  text-transform: none;
  width: 400px;
max-width: 100%;
}
.logged-in #simplenews-block-form-7 button{
  display: none;
}
.mbs-images {
  display: inline-block;
  margin: 50px 0 70px;
  width: 100%;
}
.mbs-images img {
  display: inline-block;
  margin: 0 20px;
  width: 178px;
}
#block-simplenews-7 > p,
.footer-inner p {
  color: #ffffff;
  text-transform: uppercase;
	font-family: "OpenSans-Regular";
}

   #block-block-4 > p {
  color: #ffffff;
  font-family: "OpenSans-Regular";
  font-size: 13px;
  margin: 0;
	text-transform: uppercase;
}
#block-block-4 > p:last-child {

}
#block-block-4 a {
  color: #ffffff;
}
/*.....................................inner-page-css......................................*/
.header-node {
  background: #f9f9f9 none repeat scroll 0 0;
  float: left;
  left: 0;
  padding: 10px 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.content {
  clear: both;
}
.node-type-page .content {
margin-top: 3.6vw;
padding-top: 0;
}
.page-services .content, .page-project .content, .page-news .content, .page-client .content, .page-awards-publications .content {
  margin-top: 4.3vw;
  padding-top: 20px;
}
.bott-header {
  clear: both;
}
.node-type-news .bott-header{
  display: none;
}
#page-title {
  display: none;
}
/*page-service*/

.view-service {
  overflow: hidden;
  float: left;
  width: 100%;
}
.view-service .views-row {
  float: left;
  width: 50%;
}
.view-service .views-row.views-row-3, .view-service .views-row.views-row-4 {
  width: 25%;

}
.service-page {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
}
.views-row-3 .service-page, .views-row-4 .service-page {
 /* max-height: 39.05vw;*/
}
.service-page-info {
  height: 100%;
  position: absolute;
  width: 100%;
  color: #ffffff;
}
.view-service .views-row.views-row-1 .service-page-info {
  background: #1c303e none repeat scroll 0 0;
  padding: 40px 100px 0 60px;
}
.view-service .views-row.views-row-1 .service-page-info-inner, .view-service .views-row.views-row-2 .service-page-info-inner {
  bottom: 30px;
  left: 0;
  padding: 0 100px 0 60px;
  position: absolute;
  width: 100%;
}
.view-service .views-row.views-row-2 .service-page-info {
  background: #304c62 none repeat scroll 0 0;
  padding: 40px 100px 0 60px;
}
.view-service .views-row.views-row-3 .service-page-info {
  background: #53B8D9 none repeat scroll 0 0;
  padding: 30px;
}
.view-service .views-row.views-row-4 .service-page-info {
  background: #A2C0CA none repeat scroll 0 0;
  padding: 30px;
}


.service-page-img {
  width: 100%;
  transition: all 1s ease-in-out;
}
.view-service .views-row.views-row-1 .service-page-img {
  margin-left: 0;
  float: left;
}
.view-service .views-row.views-row-1 .post-hover .service-page-img {
  margin-left: 100%;
  position: relative;
  z-index: 1;
}
.view-service .views-row .service-page:hover .service-page-info {
  z-index: 2;
}
.service-page::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.service-page:hover::after {
  display:none;
  height:0;
  width: 0;
}
.view-service .views-row.views-row-2  .service-page-img {
  margin-right: 0;
   float: right;

}
.view-service .views-row.views-row-2 .post-hover .service-page-img {
  margin-right: 100%;

}
.service-page-title {
  color: #ffffff;
  font-family: "Merriweather";
  font-size: 40px;
  line-height: 1.2;
}
.service-page-title a {
  color: #ffffff;
  text-decoration: none;
}
.service-page-sub-title {
  font-family: "Merriweather";
  font-size: 19px;
  line-height: 1.2;
  margin-top: 10px;
}
.service-page-body {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  margin-top: 10px;
}
.service-page-link .point {
  height: 15px;
  width: 15px;
}
.service-page-link a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 15px;
}
.service-page-link .link-inner .point {
  border-color: #ffffff;
}
.views-row.views-row-3 .service-page-img {
  margin-left: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.view-service .views-row.views-row-3 .service-page-link a, .view-service .views-row.views-row-4 .service-page-link a {
	font-size: 16px;
	padding: 10px 15px;
}
.view-service .views-row.views-row-3 .service-page-img img, .view-service .views-row.views-row-4 .service-page-img img {
  max-width: 200%;
}
.view-service .views-row.views-row-3 .service-page, .view-service .views-row.views-row-4 .service-page {
  overflow: hidden;
}
.view-service .views-row.views-row-3 .post-hover, .view-service .views-row.views-row-4 .post-hover {
  overflow: visible;
}
.view-service .views-row.views-row-3 .service-page-title, .view-service .views-row.views-row-4 .service-page-title {
  font-size: 30px;
}
.view-service .views-row.views-row-3 .service-page-img > a {
  float: left;
  overflow: hidden;
  position: relative;
	bottom: 32vw;
  width: 100%;
}
.view-service .views-row.views-row-3 .post-hover .service-page-img > a {
  bottom: 0;
  transition: all 1s ease-in-out;
}
.views-row.views-row-4 .service-page-img {
  margin-right: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: right;
}
.view-service .views-row.views-row-4 .service-page-img > a {
  float: left;
  overflow: hidden;
  position: relative;
  bottom: 32vw;
  width: 100%;
}
.view-service .views-row.views-row-4 .post-hover .service-page-img > a   {
    bottom: 0;
  transition: all 1s ease-in-out;
}
.view-service .views-row.views-row-5 .service-page-info {
  background: #00B2B0 none repeat scroll 0 0;
  padding: 40px 100px 0 60px;
}
.view-service .views-row.views-row-5  .service-page-img {
  margin-right: 0;
   float: right;
}
.view-service .views-row.views-row-5 .post-hover .service-page-img {
  margin-right: 100%;
}

.view-display-id-page_1.view-service .views-row.views-row-1 .service-page-info{
        background: #00B2B0 none repeat scroll 0 0;
}

.view-display-id-page_1.view-service .views-row.views-row-2 .service-page-info{
        background: #1c303e none repeat scroll 0 0;
}

.view-display-id-page_1.view-service .views-row.views-row-3 .service-page-info{
        background: #A2C0CA none repeat scroll 0 0;
}

.view-display-id-page_1.view-service .views-row.views-row-4 .service-page-info{
        background: #53B8D9 none repeat scroll 0 0;
}

.view-display-id-page_1.view-service .views-row.views-row-5 .service-page-info{
        background: #304c62 none repeat scroll 0 0;
}


.service-mbs {
  float: left;
  padding: 10px 40px 0 70px;
  width: 25%;
}
.service-mbs > img {
  width: 12vw;
}
.mbs-text {
  float: left;
  padding: 0 60px 0 0px;
  width: 75%;
}
#block-block-8 {
  background: #626f73 none repeat scroll 0 0;
  padding: 60px 0 40px;
}
.mbs-text h3 {
  color: #ffffff;
  font-family: "Merriweather";
  font-size: 30px;
  margin-top: 0;
}
.mbs-text p {
  color: #ffffff;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  max-width: 60%;
}
/*......................service-node pages..................*/
.service-left {
  padding: 0 60px;
}
.service-left .field-name-title h2 {
  color: #000000;
  font-family: "Merriweather";
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.service-left .field-name-field-sub-heading .field-item {
  color: #000000;
  display: inline-block;
  font-family: "Merriweather";
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}
.service-left .field-name-body .field-item p, .service-left .field-name-field-lower-body p  {
  color: #000000;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
}
.service-right {
  padding: 0;
}
#block-block-9 img {
  float: left;
  width: 33.33%;
}
#block-block-10 img {
  float: left;
  width: 50%;
}
#block-views-sub-services-block-block {
  background: #54a5c1 none repeat scroll 0 0;
  padding: 50px 0;
}
.views-row-odd .subservice-image {
  float: right;
  width: 60%;
}
.views-row-even .subservice-image {
  float: left;
  width: 60%;
}
.sub-service {
  float: left;
  margin: 30px 0;
  position: relative;
  width: 100%;
}
.subservice-info {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  width: 45%;
  padding:30px 0;
}
.subservice-info-inner {
  height: 100%;
  position: relative;
  padding:40px;
  background: #ffffff none repeat scroll 0 0;

}
.views-row-odd .subservice-info {
  right: 50%;
  left: auto;
}
.subservice-info-inner h3 {
  margin-top: 0;
}
.subservice-info h3 a {
  color: #000000;
  font-family: "Merriweather";
  font-size: 50px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0;
}
.site-name {
  font-family:'OpenSans-Regular';
  font-size: 16px;
  color: #000000;
}
.monarch-project > p {
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  color: #000;
}
.sub-service-bottom {
  background: rgba(0, 0, 0, 0) url("../images/black-hors.png") no-repeat scroll 0 0 / contain ;
  bottom: 15px;
  display: inline-block;
  font-family: 'OpenSans-Regular';
  font-size: 17px;
  padding: 20px 0 0 50px;
  position: absolute;
	color: #000000;
	font-style: italic;
}

/*service-node-inner*/
.node-page .service-left .sub-service-bottom {
  position: static;
}
/*-------------------client-page------------------------*/
.page-client .content #block-system-main {
  /*
    display: flex;
  display: -webkit-flex;
  */
  padding: 60px 20px;
}
.view-id-client .view-content {
  display: flex;
	display: -webkit-flex;
  flex-wrap: wrap;

}
.view-id-client .view-content img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 170px;
  max-width: 180px;
  width: auto;
}
.left-client {
  display: flex;
	display: -webkit-flex;
}
.client-right {
  margin: auto;
  width: 100%;
}
.client-right h1 {
  color: #000000;
  font-family: "Merriweather";
  line-height: 1.2;
	font-size: 40px;
}
.client-right {
  font-family: "OpenSans-Regular";
  font-size: 16px;
}
.view-id-client .view-content .views-row {
  margin: 0 auto;
}
#block-system-main > div > div.col-md-6.service-left > div.field.field-name-body.field-type-text-with-summary.field-label-hidden > div > div > ul{
  font-size: 1.3vw;
    line-height: 1.2;
    margin-bottom: 1vw;
}
/*awards and publication*/
.view-awards-publications .view-header h1 {
  color: #000000;
  font-family: "Merriweather";
  font-size: 40px;
  padding: 0 15px;
}
.view-awards-publications .view-content {
  display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.awards-publications-group {
  width: 20%;
  padding: 15px;
}
.view-awards-publications {
  padding: 30px;
}
.awards-publications-group > h3 {
  color: #000000;
  font-family: "Merriweather";
  font-size: 29px;
  font-weight: 600;
}
.awards-name {
  color: #000000;
  font-family: "Merriweather";
  font-size: 17px;
  line-height: 1.2;
}
.awards-outter {
  font-family: "OpenSans-Regular";
  margin-bottom: 10px;
}
/*possible-section-service*/
#block-views-service-extra-text-block {
  background: #304c62 none repeat scroll 0 0;
  margin: auto;
  color: #ffffff;
  padding: 50px 30px 70px;
}
#block-views-service-extra-text-block .view-service-extra-text {
  margin: 0 auto;
  min-width: 700px;
  width: 60%;
  max-width: 100%;
  color: #ffffff;
}
#block-views-service-extra-text-block .views-field-field-extra-text p {
 font-family:'OpenSans-Regular';
  font-size: 16px;
  color: #ffffff;

}
#block-views-service-extra-text-block .views-field-field-sub-heading .field-content {
  font-family: "Merriweather";
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
  color: #ffffff;

}
/*page-news*/
.news-content {
  float: left;
  width: 100%;
}
.news-info {
  float: right;
  padding: 30px 60px;
  width: 50%;
}
.news-img {
 float: left;
  width: 50%;
}
.views-row-odd .news-info {
  float: left;
}
.views-row-odd .news-img {
   float: right;
}
.news-info h2 {
  font-family: "Merriweather";
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
.news-info h2 a {
  color: #000000;
  text-decoration: none;
}
.news-info p {
  color: #000000;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
}
.news-link .info-btn  a {
  color: #000000;
  font-size: 19px;
	padding: 10px 15px;
}
.news-link .point {
  height: 15px;
  width: 15px;
}
/*contact-page*/
#block-block-12 {
  padding: 0 60px 30px 60px;
}
.page-node-26 .content {
  background: rgba(0, 0, 0, 0) url("../images/p-bg.jpg") repeat scroll 0 0 / cover ;
  clear: both;
  padding-bottom: 40px;
}
.page-node-26 .field-name-title .field-item h2 {
	display: none;
}
#block-multiblock-1 .block-title, #block-block-12 .block-title {
  color: #ffffff;
  font-family: "Merriweather";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-detail {
  color: #ffffff;
  font-family: "OpenSans-Regular";
  font-size: 17px;
}
.contact-detail a {
  color: #ffffff;
  font-family: "OpenSans-Semibold";
  font-size: 16px;
  word-wrap: break-word;
}
/*-------------------------------------------------------------*/
/*project-page-layout-css*/
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}

	#info a {
		color:#c09853;
		text-decoration:none;
	}

	#info p {
		margin:5px 0 0 0;
	}

.project-content {
	position: relative;
	margin: 0 auto;
  padding: 0 15px;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
	overflow:hidden;
}

#filters {
	padding:1%;
	padding:0;
	list-style:none;
}
#filters > ul {
  padding: 0;
}
#filters li {
  float: left;
  position: relative;
}
.projectlink {
  float: left;
  margin-right: 30px;
}
.projectlink  .link-outer {
  margin-top: 15px;

}
.projectlink .point {
  border-color: rgba(0, 0, 0, 0.28);
  border-width: 2px;
  height: 10px;
  width: 10px;
}

#filters span.filter {
	border: 2px solid transparent;
  color: #a5a3a3;
  cursor: pointer;
  display: inline-block;
  font-family: "OpenSans-Semibold";
  padding: 4px 5px 3px;
  text-align: center;
  text-transform: uppercase;
	-webkit-transition: all .32s ease;
  -moz-transition: all .32s ease;
  -o-transition: all .32s ease;
  transition: all .32s ease;
}
#filters span.filter.active {
  border: 2px solid #304c62;
  color: #304c62;
}
.budget-year {
  float: right;
}
.year-filter, .budget-filter {
  float: left;
}
.budget-year .form-group {
  float: left;
  margin-bottom: 0;
}

.budget-year select.form-control {
  -moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #a3a5a3;
  font-family: "OpenSans-Semibold";
  margin: 15px 0 15px 5px;
  padding: 4px 10px 3px 5px;
  text-align: right;
  text-transform: uppercase;
	cursor: pointer;
	float: left;
  background: rgba(0, 0, 0, 0) url("../images/b-down.png") no-repeat scroll center right / 8px;
	direction: rtl;
}
.budget-year select.form-control:focus {
	background-image: url("../images/b-up.png");
}

.budget-year select.form-control option, .budget-year select.form-control option:hover, .budget-year select.form-control option:focus {
  background: #304c62 none repeat scroll 0 0;
  border-bottom: 1px solid #ffffff;
  box-shadow: none;
  color: #ffffff;
  padding: 10px;
  top: 43px;
	cursor: pointer;
}
.project-inner-content {
  background: rgba(48, 76, 98, 0.95) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 3% 4% 3%;
}
.portfolio-wrapper:hover .main-project-info-feature,
.portfolio-wrapper:hover .main-project-title{
		-webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
	z-index:10;
}
.main-project-info-feature,
.main-project-title{
	position: relative !Important;
	text-align: center;
	width: 100%;
}
.portfolio-wrapper:hover .node-link {
  opacity: 0.10;
}
.node-link  {
	 position: relative;
  z-index: 1;
	-webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.main-project-title {
  text-align: center;
  margin: 20px 0;
}
.main-project-title a {
  color: #ffffff;
  font-family: "Merriweather";
  font-size: 26px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
}
.main-project-details {
  bottom: 0;
  font-family: "OpenSans-regular";
  padding: 0 10px;
  position: absolute;
  line-height: 1.2;
  width: calc(100% - 20px);
  bottom: 20px;
}
.main-project-info-feature span {
  display: block;
  padding-bottom: 6px;font-weight:bold;
}
.main-project-item {
  border-left: 1px solid #ffffff;
  float: left;
  padding: 0 10px;
  min-width:25%;
  max-width: 33%;
	font-family: "OpenSans-regular";
}
.main-project-item:first-child {
  border-left: medium none;
}
.main-project-item span {
	font-family: "OpenSans-Semibold";
	text-transform: uppercase;
}
.main-project-item p {
  font-family: "OpenSans-regular";
  line-height: 1;
}
.portfolio-wrapper:hover .project-inner-content, .portfolio-wrapper:focus .project-inner-content,  .portfolio-wrapper:active .project-inner-content, .portfolio-wrapper:visited .project-inner-content {
  opacity: 1;
}
#portfoliolist {
  width: 100%;
	float: left;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:33.33%;
	padding:3px;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #ffffff;
	}
	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #e95a44;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}

		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}

			.portfolio .text-category {
				display:block;
				font-size:9px;
			}

	.portfolio:hover .label {
    bottom:0;
  }





/*-------------------------------------------------------------*/
/*--------project -inner-node*/
#block-block-11 p {
	margin: 0;
}
.project-left {
  padding: 0;
}
.project-right {
  padding: 0 30px;
}
.project-left  #wrapper {
  -moz-text-size-adjust: none;
  -moz-user-select: none;
  min-height: 40vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.project-left #scroller {
	position: absolute;
	top: 0;
	left: 0;
}
.project-right .field-name-title h2 {
  color: #000000;
  font-family: "Merriweather";
  font-size: 36px;
  line-height: 1;
  margin: 30px 0 25px;
}
.project-right .field-name-body .field-item p {
  color: #000000;
  font-family: "opensans-regular";
  font-size: 16px;
}
.project-right .field-name-field-special-info-text {
	display: inline-block;
	width: 100%;
	font-family: "Merriweather";
	color: #00b2b0 ;
	font-size: 19px;
	margin-top: 15px;
	line-height: 1;
}
.project-right .field-label-above {
  float: left;
  padding: 0 5px;
	font-family: "opensans-regular";
  font-size: 16px;
	color: #000000;
}

.project-right .field-label-above .field-label {
  color: #000000;
  font-family: 'opensans-Semibold';
  text-transform: uppercase;
}
.project-right .field-name-field-developer.field-label-above {
	border-left: medium none;
  padding-left: 0;
}
.project-right .field-name-field-features.field-label-above {
  border-left: medium none;
  padding-left: 0;
	width: 100%;
}
.project-right .field-type-text {
	 width: auto;
   min-height: 65px;
   max-width: 37.5%;
    padding: 0 20px 0 0;
    margin: 0 15px 10px 0;
    border-right: 2px solid black;
}
.project-right .field-type-text.field-name-field-value {
  border-right:none;
}
.project-right .field-name-body {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
.project-right .field.field-name-project-job-sheet {
  display: inline-block;
  margin-top: 30px;
}
.project-right .field-name-project-job-sheet .views-field-field-upload-file a {
  background: #182a36 url("../images/file.png") no-repeat scroll left 8px center / 22px auto;
  font-family: "OpenSans-Semibold";
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  text-transform: uppercase;
	color: #ffffff;
	float: left;
}
.project-right .field.field-name-project-job-sheet {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 0;
  vertical-align: middle;
}
.project-right .field-name-award {
  float: right;
  margin-top: 25px;
}
.field-name-award{
	width: 100%;
    float: left;
}

.award-img img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.award-text {
  color: #000000;
  display: inline-block;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  line-height: 1.2;
  vertical-align: middle;
  width: 86px;
  width: auto;
  font-weight: bold;
}



/*mediaquery*/
@media screen and (min-width: 1000px ) {
.year-filter, .budget-filter {
	margin-right: 15px;
}
.budget-year select.form-control:hover {
	color: #304C62;
}
}
#tooltip766039{
  display: none;
}

@media screen and (min-width: 1400px ) {
	/*front-page*/
#block-menu-menu-top-menu li a {
  font-size: 1.5vw;

  font-size: 1.5vw;
margin: 0px 1vw;
padding: 0px 5px;
}
	.close-menu {
  font-size: 1.5vw;
  line-height: 1.2;
}
	#nice-menu-1 li a {
  font-size: 1.4vw;
	padding: 0.8vw 0 0.8vw 3vw;
}
	#block-nice-menus-1 {
  max-width: 21vw;
}
	#drop-menu span {
  height: 0.34vw;
  margin: 0.2vw 0;
}
	#block-menu-menu-top-menu {
  padding-right: 4vw;
	}
#drop-menu {
  top: 0px;
  width: 2.5vw;
}
	.menu-top {
  margin-top: 1vw;
}
.fixed .menu-top {
  margin-top: 1vw;
}
.fixed .logo-in.navbar-btn img {
  max-width: 5vw;
  min-width: 90px;
}
	.header-inner {
  border-width: 6vw 30px 30px;
}
.top-header {
  padding: 10px 15px 0;
}
	.header-bottom-text > p {
  font-size: 2vw;
  line-height: 1.2;
}
	.container {
  width: 72%;
}
	.link-text > a {
  font-size: 3vw;
}
.link .point {
  border-width: 0.25vw;
  height: 2vw;
  width: 2vw;
}
.link {
  margin: 10px 30px;
}
	#block-block-2 {
  padding: 10.5vw 0;
}
	#block-block-2 p {
  font-size: 2vw;
  line-height: 1.2;
}
	.front-project-info {
  padding: 3vw 5vw 60px 4vw;
}
	.front-project-info .front-project-title {
  font-size: 3vw;
}


	.info-inner-image img {
  width: 100%;
}
	.info-content h3 {
  font-size: 4vw;
}
	.info-content p {
  font-size: 1.4vw;
  margin: 2.5vw 0;
}
	.info-content {
 /* padding: 5vw 4vw;*/
}
	.info-content .link {
  margin: 1vw 0 0;
}
	.info-btn a {
  font-size: 1.5vw;
  padding: 1.2vw 1.5vw;
}
.info-content .link .point {
  height: 1.5vw;
  width: 1.5vw;
}
	.info-content h4 {
  font-size: 2.5vw;
  margin: 1vw 0;
  text-transform: uppercase;
}
	#block-block-3 h3, #block-webform-client-block-16 h2 {
  font-size: 3.5vw;
  margin-bottom: 2.5vw;
}
	#block-block-3 p {
  font-size: 1.4vw;
  line-height: 1.2;
}
	.enquire-inner {
  padding: 2vw 4vw 4vw;
}
	#block-block-3 {
  padding-right: 5vw;
}
	#webform-client-form-16 .form-control {
  font-size: 1.5vw;
  padding: 8px 1vw;
}
	#webform-client-form-16 button.webform-submit {
  font-size: 1.5vw;
  padding: 9px 2.5vw;
}
	#block-block-6 > a {
  font-size: 1.4vw;
  height: 2.2vw;
  margin-left: 1vw;
  padding: 0.1vw;
  width: 2.2vw;
}
#block-simplenews-7 input.form-control {
  height: 2.2vw;
  font-family: opensans-semibold;
  text-transform: none;
  font-size: .7vw;
  width: 500px;
}
	#simplenews-block-form-7 button {
  font-size: 0.7vw;
  height: 2.2vw;
  padding: 0 1vw;
}
	#block-simplenews-7 > p {
  font-size: 0.8vw;
}
.mbs-images img {
  margin: 0 1.7vw;
  width: 10vw;
}
	#block-block-4 > p {
  font-size: 0.9vw;
}
	#block-block-4 > p:last-child {

}
	.front-project-details-item span {
  font-size: 15px;
}
		.front-project-info-body p {
  font-size: 18px;
}
	.prooject-btn > a {
  font-size: 1.4vw;
  padding: .8vw 1.2vw;
}
.project-link .point, .service-page-link .point {
  border-width: 0.24vw;
  height: 1.4vw;
  width: 1.4vw;
}
	/*service-page*/
	.service-page-title {
  font-size: 3.4vw;
}
	.view-service .views-row.views-row-1 .service-page-info-inner, .view-service .views-row.views-row-2 .service-page-info-inner {
  padding: 0 5vw 0 4vw;
}
.service-page-sub-title {
  font-size: 1.5vw;
  margin-top: 1.4vw;
}
.service-page-body {
  font-size: 1.4vw;
  margin-top: 1.4vw;
}
	.view-service .views-row.views-row-3 .service-page-title, .view-service .views-row.views-row-4 .service-page-title {
  font-size: 2.5vw;
}
.service-page-link .info-btn a {
  font-size: 1.4vw;
  padding: 1vw 1.5vw;
}
	.view-service .views-row.views-row-3 .service-page-link a, .view-service .views-row.views-row-4 .service-page-link a {
  font-size: 1.2vw;
  padding: .8vw 1.5vw;
}
	.mbs-text h3 {
  font-size: 3vw;
}
	.mbs-text p {
  font-size: 1.4vw;
  line-height: 1.2;
}
	#block-block-8 {
  padding: 4vw 0;
}
	/*service-inner*/
	.site-name {
  font-size: 1.4vw;
}
	.monarch-project > p {
  font-size: 1.4vw;
  line-height: 1.2;
		margin-top: 1.4vw;
}
	.subservice-info h3 a {
  font-size: 3vw;
}
.sub-service-bottom {
  bottom: 2vw;
  font-size: 1.4vw;
  padding: 20px 0 0 3vw;
}
	.subservice-info-inner {
  padding: 4vw;
}
	.service-left, .news-info {
  padding: 0 5vw;
}
	.service-left .field-name-title h2, .news-info h2  {
  font-size: 3vw;
	margin-bottom: 1vw;
  margin-top: 3vw;
}
.service-left .field-name-field-sub-heading .field-item {
  font-size: 1.7vw;
  line-height: 1.1;
  margin-bottom: 1vw;

}
	.service-left .field-name-body .field-item p, .service-left .field-name-field-lower-body p, .news-info p {
  font-size: 1.3vw;
  line-height: 1.2;
  margin-bottom: 1vw;
}
		/*project*/
	#filters span.filter {
  font-size: 1.2vw;
  padding: 0.1vw 0.5vw;
}
	.main-project-title a {
  font-size: 2vw;
}
	.main-project-title {
  margin: 2vw 0;
}
	.main-project-item span {
  font-size: 1vw;
}
	.main-project-item {
  font-size: 1vw;
}
		.main-project-info-feature {
  font-size: 1vw;
  padding: 0 1vw 2vw;
}
	/*projevt-inner*/
	.project-right .field-name-title h2 {
  font-size: 3vw;
}
	.project-right .field-label-above .field-label {
  font-size: 1vw;
	}
		.project-right .field-label-above {
  font-size: 1vw;
}
		.project-right .field-name-field-special-info-text {
  font-size: 1.5vw;
  line-height: 1.2;
  margin: 1vw 0;
}
	.project-right .field-name-body .field-item p {
  font-size: 1vw;
  line-height: 1.2;
}
	.project-right {
  padding: 0 4vw;
}
		.project-right .field-name-project-job-sheet .views-field-field-upload-file a {
  font-size: 1vw;
}
	/*----------------news-page*/
	.news-link .info-btn a {
  font-size: 1.4vw;
  padding: 15px 30px;
}
.news-link .point {
  border-width: 0.2vw;
  height: 1vw;
  width: 1vw;
}
	/*contact-page*/
	#block-multiblock-1 .block-title, #block-block-12 .block-title {
  font-size: 3vw;
  margin-bottom: 1vw;
  margin-top: 2vw;
}
	.contact-detail {
  font-size: 1.4vw;
}
	.contact-detail a {
  font-size: 1.3vw;
}
	#block-block-12 {
  padding: 0 5vw 30px;
}
	#block-multiblock-1 {
		padding: 0 4vw;
	}
}
/*1700px;*/
@media screen and (min-width: 1500px ) {
.fixed .menu-top {
  margin-top: 1vw;
}
}
@media screen and (min-width: 1700px ) {
.front-project-details-item span {
  font-size: 17px;
}
	.front-project-details-item  p {
  font-size: 14px;
}
	.front-project-info-body p {
  font-size: 22px;
}
	.front-project-special-text {
  color: #359fad;
  font-family: "Merriweather";
  font-size: 1.2vw;
  line-height: 1.2;
  margin: 15px 0;
  width: 31vw;
}
		/*project*/
	#filters span.filter {
  border: 3px solid rgba(0, 0, 0, 0);
  font-size: 1.2vw;
  padding: 0.1vw 0.5vw;
}
	#filters span.filter.active {
		border-width: 3px;
	}
	.projectlink .point {
  border-width: 3px;
  height: 15px;
  width: 15px;
}
		.main-project-item span {
  font-size: .9vw;
}
		.main-project-item {
  font-size: .8vw;
}
	.main-project-info-feature {
  font-size: 0.9vw;
  padding: 0 1vw 2vw;
}
	.portfolio img {
  width: 100%;
}
		.project-right .field-label-above .field-label {
  font-size: .8vw;
	}
	.project-right .field-label-above {
  font-size: 0.8vw;
}
	.project-right .field-name-field-special-info-text {
  font-size: 1.2vw;
  line-height: 1.2;
  margin: 1vw 0;
}
	.project-right .field-name-project-job-sheet .views-field-field-upload-file a {
  font-size: 0.8vw;
}
	.contact-detail {
  font-size: 1vw;
}
		.contact-detail a {
  font-size: .95vw;
}
	.budget-year select.form-control {
  background: rgba(0, 0, 0, 0) url("../images/b-down.png") no-repeat scroll right center / 0.6vw auto;
  font-size: 1.2vw;
  margin: 1.5vw 0 15px 5px;
  padding: 4px 1vw 3px 5px;
}
}
@media screen and (max-width: 1500px ) {
.project-right .field-type-text{
		width:100%;
		max-width:100%;
                border-right: none;
	}
}
@media screen and (max-width: 1399px ) {

	.logo-in.navbar-btn img {
  max-width: 130px;
  min-width: 130px;
}
	.fixed .logo-in.navbar-btn img {
  max-width: 90px;
  min-width: 90px;
}
		.fixed #drop-menu {
  top: 8px;
}
	.menu-top {
  margin-top: 8px;
}
		.fixed 	.menu-top {
  margin-top: 0px;
}
}
@media screen and (max-width: 1300px ) {
.page-services .content, .page-project .content, .page-news .content, .node-type-page .content, .page-client .content, .page-awards-publications .content {
  margin-top: 76px;
  padding-top: 0;
}
}
@media screen and (max-width: 1199px ) {
.front-project-info {
  padding: 30px 40px 50px 20px;
}
	.main-project-title {
  margin: 11px 0;
}
	.link-outer {
  margin: 30px auto auto;
}
	.info-content h3 {
  font-size: 40px;
}
	.info-content p{
  margin: 20px 0 0;
}
	.projectlink {
  float: left;
  margin: 10px 0;
  margin-right: 15px;
}
	.awards-publications-group {
  padding: 15px;
  width: 25%;
}
}
@media screen and (max-width: 991px ) {
  .tooltip {
      display: none !important;
  }
	#block-menu-menu-top-menu li a{
		font-size: 16px;
	}
	#scroller{
		position:relative !important;
	}
	.info-content p {
  font-size: 17px;
  margin: 15px 0 0;
}
	.info-content {
  padding: 20px 15px;
}
	.info-content h3 {
  font-size: 36px;
  margin-top: 0;
}
	.front-project-info {
  padding: 30px 15px;
}
.news-info, .news-info {
  text-align: center;
  width: 100%;
}
.news-img {
  float: left;
  padding:0 ;
  width: 100%;
}

.front-project-details-item, .front-project-details-item:first-child, .front-project-details-item.front-project-details-item-3, .front-project-details-item.front-project-details-item-4 {
  border-left: 2px solid #000000;
  margin-bottom: 10px;
  padding-left: 3vw;
  width: 100%;
}
	.front-project-details-item p {
  margin: 0;
}
	.front-project-info-body {
  display: none;
}
	.front-project-info .front-project-title {
  font-size: 30px;
}
	.front-project-special-text {
  min-width: 100%;
}
	.front-project-special-text {
  margin: 10px 0 0;

}
	.close-project {
  position: absolute;
  top: 10px;
  right: 15px;
}
	#portfoliolist .portfolio {
  width: 50%;
}
		.main-project-title {
  margin: 20px 0;
}
	.service-left {
  padding: 15px 60px 30px;
  text-align: left;
}
.view-service .views-row.views-row-3 .service-page-title, .view-service .views-row.views-row-4 .service-page-title {
  font-size: 22px;
}
	.view-service .views-row.views-row-3 .service-page-info, 	.view-service .views-row.views-row-4 .service-page-info {
  padding: 15px;
}
	.service-page-sub-title {
  font-size: 15px;
}
	.service-page-link .link-outer {
  margin-top: 15px;
}
	.service-page-title {
  font-size: 30px;
}
	.view-service .views-row.views-row-5 .service-page-info {
  padding: 20px 30px 0 30px;
}
		.bott-header {
  padding-top: 35px;
}
	.subservice-info {
  left: 46%;
  padding: 15px 0;
  width: 50%;
}
	.views-row-odd .subservice-info {
		left: auto;
  right: 47%;
}
	.subservice-info h3 a {
  font-size: 36px;
}
	.mbs-text p {
  max-width: 90%;
}
.project-right {
  float: left;
  padding-bottom: 15px;
  width: 100%;
}
	.project-left #wrapper {
  min-height: 80vw;
}
.awards-publications-group {
  width: 33.33%;
}
}

@media screen and (max-width: 900px ) {
.subservice-info-inner {
  padding: 20px 25px;
}
	.views-row-even .subservice-image, .views-row-odd .subservice-image  {
  width: 70%;
}
	#filters span.filter {
  font-size: 13px;
}
	.budget-year select.form-control {
  font-size: 13px;
  margin: 15px 0 0px 0px;
  padding: 4px 10px 3px 0px;
}
}
@media screen and (min-width: 768px) and (max-width: 900px ) {
.info-inner-image img {
  float: right;
  height: 390px;
  max-width: none;
  width: auto;
}
}
@media screen and (max-width: 767px ) {
    .ca3-scroll-down-link{
        display:none;
    }
	#block-menu-menu-top-menu {
  display: none;
}
	.header-inner {
  display: none;
}
	.h-logo {
  display: none;
}
	.header-bg {
  min-height: 60vw;
}
	.header-main {
  min-height: 60vw;
		margin-bottom: 0;
}
	.top-header {
  padding: 10px 0px 0;
}
	#block-nice-menus-1 {
  margin-top: 65px;
  right: 15px;
	min-width: 270px;
}

	.header-bottom {
  min-height: 0;
  padding: 50px 10px;
		height: auto;
}
	.header-bottom .region-header-bottom {
  display: inline-block;
		width: 100%;
  position: static;
}
	.info-content, .info-image {
  width: 100%;
}
	.info-outer-main {
  display: block;
}
.link-text {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
.link-text > a {
  float: left;
  font-size: 5vw;
  line-height: 1;
  padding: 5px 15px 3px;
  vertical-align: middle;
}
	.link {
  margin: 0 3vw;
}
.header-bottom-text .point {
  border-width: 3px;
  height: 38%;
  width: 12%;
}
.front-project-info .front-project-title {
  font-size: 5vw;
}
	.enquire-inner {
  padding: 30px 10px;
}
	.front-project-special-text {
  font-size: 17px;
  margin: 0;
}
	.mbs-images {
  margin: 5vw 0 7vw;
}
		#portfoliolist .portfolio {
  width: 100%;
}
	#block-block-12 {
  padding: 0 30px 30px;
}
	#block-multiblock-1 {
  padding: 0 30px;
}
	.view-service .views-row {
  width: 100%;
}
.views-row-1 .service-page-info, .views-row-2 .service-page-info, .views-row-5 .service-page-info {
  opacity: 0;
	transition: all 0.32s ease-in-out 0s;
  -webkit-transition: all 0.32s ease-in-out 0s;
  -moz-transition: all 0.32s ease-in-out 0s;
}
.service-page:hover .service-page-info, .service-page:focus .service-page-info, .service-page:active .service-page-info {
		opacity: 1;
	}
.view-service .views-row.views-row-1 .service-page:hover .service-page-img, .view-service .views-row.views-row-2 .service-page:hover .service-page-img, .view-service .views-row.views-row-5 .service-page:hover .service-page-img {
  margin-left: 0;
  margin-right: 0;
}
	.view-service .views-row.views-row-3, .view-service .views-row.views-row-4 {
  width: 50%;
}
.view-service .views-row.views-row-4 .service-page-img a, .view-service .views-row.views-row-3 .service-page-img a {
  bottom: 64vw;
}
.view-service .views-row.views-row-3 .service-page-info, .view-service .views-row.views-row-4 .service-page-info {
  padding: 4vw;
}
	.bott-header {
  padding-top: 75px;
}
	.views-row-odd .subservice-image {
  float: right;
  width: 100%;
	padding-left: 30px;
}
.views-row-odd .subservice-info {
  float: left;
  left: 0;
  padding: 30px 30px 0 0;
  position: relative;
  right: 0;
  width: 100%;
}
	.views-row-even .subservice-info {
  float: right;
  left: auto;
  padding: 30px 0 0 30px;
  position: relative;
  right: 0;
  width: 100%;
}
	.subservice-info-inner {
  padding: 20px 25px 70px;
}
	.views-row-even .subservice-image {
  padding-right: 30px;
  width: 100%;
}
	#block-views-sub-services-block-block {
  padding: 15px 0;
}
	.sub-service-bottom {
  background: rgba(0, 0, 0, 0) url("../images/black-hors.png") no-repeat scroll left center / 35px auto;
}
	#block-views-service-extra-text-block .view-service-extra-text {
  min-width: 100%;
}
.service-mbs > img {
  width: 110px;
}
.service-mbs {
  padding: 0;
  text-align: center;
  width: 100%;
}
	.mbs-text {
  padding: 20px 30px 0;
  text-align: center;
  width: 100%;
}
	#block-block-8 {
  background: #626f73 none repeat scroll 0 0;
  padding: 25px 0 25px;
}
	#portfoliolist {
  float: none;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
	.mbs-text p {
  max-width: 100%;
}
	.service-page-img > a {
  pointer-events: none;
}
	.page-client .content #block-system-main {
  display: block;
  padding: 30px 10px;
}
	.client-right h1 {
  font-size: 30px;
}
	.awards-publications-group {
  width: 50%;
}
	.view-awards-publications {
  padding: 15px 10px ;
}
	.header-main {
  min-height: 0;
		visibility: hidden;
}
	#front-slider {
  margin-top: 56px;
}
}
@media screen and (max-width: 700px ) {
  .node-type-project #scroller a, .node-type-project #scroller:before{
    display: none;
  }
	.year-filter, .budget-filter {
	margin-right: 15px;
	}

.front-project-info {
  padding: 1vw 15px;
}
	.front-project-details-item span {
  font-size: 12px;
  line-height: 1;
}
	.front-project-details-item p {
  font-size: 11px;
  margin: 0;
}
	.front-project-special-text {
  font-size: 14px;
}
	.prooject-btn > a {
  font-size: 13px;
}
	.project-link .point {
  border-width: 3px;
  height: 15px;
  width: 15px;
}
	#block-block-4 p:last-child {
  float: none;
  margin-top: 0;
}
	.mbs-images img {
  float: left;
  margin: 0;
  width: 33.3%;
  padding: 0 20px;
}
.news-info {
  padding: 30px 30px;
}
	.service-left {
  padding: 15px 30px 30px;
}
}
@media screen and (min-width: 601px ) {
#block-block-6 > p {

}

}
@media screen and (max-width: 600px ) {
	#block-simplenews-7 > p {
  display: none;
}
	#block-block-6 {
  float: left;
  margin: 0 0 15px;
  width: 100%;

}
	#block-simplenews-7 {
  margin: 0 ;
  min-width: 270px;
  width: 80%;
}
	#block-block-6 p {
  color: #ffffff;
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
}
	.front-project-img img {
  height: 415px;
  width: auto;
			max-width:none;
}
		.link-outer {
  margin: 15px auto auto;
}
	.info-content.info-2 > img {
  min-width: 250px;
}
	.info-content h3 {
  font-size: 40px;
}
	.header-bottom-text > p, #block-block-2 p {
  font-size: 19px;
}
	#block-views-service-extra-text-block .views-field-field-sub-heading .field-content {
  font-size: 30px;
}
		.project-right .field-label-above {
  border-left: 2px solid #000000!important;
  margin-bottom: 10px;
  padding-left: 10px!important;
  width: 100% !important;
}
	.project-right .field-name-field-features.field-label-above {
  border-left: medium none!important;
  padding-left: 0!important;
}
.awards-publications-group {
  width: 100%;
}
}
@media screen and (max-width: 400px ) {
.front-project-special-text {
  font-size: 12px;
}
	.link-outer {
  margin: 15px auto auto;
}
	.front-project-details {
  margin: 0 0 0px;
}
	.mbs-images img {
		padding: 10px;
	}
  .mbs-images{
    margin-bottom: 0;
  }
	.main-project-title {
			margin: 5px 0;
		}
	.main-project-title a {
		font-size: 22px;
	}
	.view-service .views-row.views-row-3 .service-page-title, .view-service .views-row.views-row-4 .service-page-title {
		font-size: 19px;
	}
	.service-page-sub-title {
		font-size: 13px;
	}
	.view-service .views-row.views-row-3 .service-page-link a, .view-service .views-row.views-row-4 .service-page-link a {
		font-size: 13px;
	}
	.info-btn a {
		font-size: 15px;
	}
	.view-service .views-row.views-row-1 .service-page-info-inner, .view-service .views-row.views-row-2 .service-page-info-inner {
		bottom: 15px;
		padding: 0 30px 0 20px;
	}
	.service-page-title {
		font-size: 26px;
	}
	.subservice-info h3 a {
		font-size: 30px;
	}
	.service-left .field-name-title h2 {
		font-size: 30px;
	}
	#block-views-service-extra-text-block .views-field-field-sub-heading .field-content {
		font-size: 26px;
	}
	.front-project-info .front-project-title {
		font-size: 4.9vw;
	}
	.close-project {
		position: absolute;
		right: 2px;
		top: 4px;
	}
}

@media screen and (max-width: 350px ) {
	.main-project-item {
		font-size: 12px;
	}
	.main-project-info-feature {
		font-size: 12px;
	}
	.view-service .views-row.views-row-3 .service-page-title, .view-service .views-row.views-row-4 .service-page-title {
		font-size: 17px;
	}
	.service-page-sub-title {
		font-size: 12px;
	}
	.service-page-body > p {
		font-size: 13px;
	}
	.view-service .views-row.views-row-3 .service-page-link a, .view-service .views-row.views-row-4 .service-page-link a {
		font-size: 12px;
	}
		.client-right h1 {
  font-size: 26px;
}
}


.fixflex{
	position: fixed;
top: 0;
left: 0;
z-index: 2;
}



.view-front-projects .views-row:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
color: #2f4351;
content: attr(data-hover);
-webkit-transform: rotateX(270deg);
-moz-transform: rotateX(270deg);
transform: rotateX(270deg);
-webkit-transition: -webkit-transform 0.6s;
-moz-transition: -moz-transform 0.6s;
transition: transform 0.6s;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform-origin: 0 0;
pointer-events: none;
}

.view-front-projects a:focus span::before {
    -webkit-transform: rotateX(10deg);
    -moz-transform: rotateX(10deg);
    transform: rotateX(10deg);
}
.view-front-projects .views-row:after{
	content:"View Project...";
	position: absolute;
	left: 50%;
	background-color: rgba(255,255,255,0.8);
	font-size: 30px;
	transform: translate(-100%,-100%);
	text-align: center;
	border: 10px solid;
	opacity:0;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.views-field-field-project-header-image img{
	width:100%;
}


.main-project-item{
	display:none;
}

.portfoliolist{
	margin-top: 20px;
}

.main-project-info-feature span {
	display:none;
}


/* Icon 1 */

#nav-icon3{
  margin: 4px;
  width: 60px;
  height: 45px;
  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;
  position: absolute;
    right: 15px;
    width: 45px;
    z-index: 1;
    cursor: pointer;
    top: 0;
}

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


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 13px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.node-type-project #scroller:before {
position: absolute;
    content: '';
    background: black;
    width: 100%;
    height: 4000px;
    opacity: 0.8;
}

.node-type-project #scroller a {
    margin-top: 100px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.node-type-project #scroller a span {
	position: absolute;
        margin-top:50px;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}


#scroller:before,
#scroller_icon{
    transition: opacity 1.25s ease-in-out;
   -moz-transition: opacity 1.25s ease-in-out;
   -webkit-transition: opacity 1.25s ease-in-out;
}
#scroller_icon{
    opacity:1;
}
.node-type-project #scroller.fadeoutclass:before,
#scroller_icon.fadeoutclass{
    opacity: 0 !important;
}

.flex-direction-nav a{
    height: 45px;
        color: rgba(255, 255, 255, 0.9);
}



.flex-direction-nav a:before {

    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

.node-type-news .content{
    margin-top: 4.3vw;
    padding-top: 20px;
    margin-bottom: 50px;
}

.page-client .client-right{
        max-width: 850px;
        margin: 0 auto;
}

.services-bottom .field-name-field-images img{
    width:33.3%;
    float:left;
    position:relative;
    z-index: 9;
}

.services-bottom .field-name-field-bottom-images img{
    float: left;
    width: 50%;
}
#block-views-service-header-image-block .field-content img {
  width:100%;
}

.removehorse-header{
    min-height: inherit !Important;
    margin-bottom: 0px !important;
}

.removehorse-hide{
    display:none;
}
.interior-page{
  float: left;
}
.subservice-info-inner > .site-name{
  display: none;
}


@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media
{
    #block-views-front-info-block .safari p, h1, h2, h3 , .enquire-inner p{
  font-weight: 500;
  letter-spacing: -1px;
}
}}
@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media
{

.info-content{
  padding: 5vw 4vw;
}

}}
@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media
{
   .info-content.info-1{
    padding: 7vw 4vw;
}
}}
