/*****************************************
BODY STYLES
*****************************************/
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #5d5d5d;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x:hidden;
	font-weight:300;
}
html, body {
	height: 100%;
	min-height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -447px;
}
.push {
	height: 447px;
	clear: both;
}
/*****************************************
BACK TO TOP
*****************************************/
#FloatingOptions {
	position: fixed;
	bottom: 30px;
	right: -80px;
	opacity: 0;
	visibility: hidden;
	z-index: 99999999!important;
	transition: all 0.2s ease-in;
}
body.BTT #FloatingOptions {
	opacity: 1;
	visibility: visible;
	display: block;
}
#FloatingOptions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#FloatingOptions ul li {
	font-weight: 300;
	font-size: 12px;
}
#FloatingOptions ul li a {
	color: #fff;
	height: 40px;
	display: block;
	width: 100%;
	line-height: 40px;
	padding: 0 20px 0 40px;
	position: relative;
}
#FloatingOptions ul li a span {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#FloatingOptions ul li a.BackToTop {
	background: #3b5998;
}
#FloatingOptions ul li a.FlyoutContact {
	background: #00aced;
}
#FloatingOptions ul li a.BackToTop,
#FloatingOptions ul li a.FlyoutContact {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition: all 0.4s ease 0s;
}
#FloatingOptions ul li a.BackToTop:hover,
#FloatingOptions ul li a.FlyoutContact:hover {
	background: #333;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-80px,0,0);
	transform: translate3d(-80px,0,0);
	transition: all 0.4s ease 0s;
}
/*****************************************
LINKS AND HIGHLIGHT STYLES
*****************************************/
::-moz-selection {
	background: #102a7b;
	color:#fff;
}
::selection {
	background: #102a7b;
	color: #fff;
}
a:link, a:active, a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
a[href^=tel],
a[href^=tel]:hover {
	cursor:default;
	color: #102a7b;
}
a.btn, button.btn{
	background-color: #102a7b;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px 30px;
	display: inline-block;
	font-weight: 700;
}
a.btn:hover, button.btn:hover{	background-color: #1c1f22;
	color: #fff;
}
/*****************************************
TYPOGRAPHY
*****************************************/
h1, h2, h3, h4, h5 ,h6 {
	margin-top:0;
	color:#102a7b;
	font-family: 'Cookie', cursive;
	font-weight: 400;
}
h1 {
	font-size:50px;
}
h2 {
	font-size:40px;
}
h3 {
	font-size:35px;
}
h4 {
	font-size:30px;
}
h5 {
	font-size:25px;
}
h6 {
	font-size:20px;
}
/*****************************************
FIXED HEADER STYLES
*****************************************/
header.MastHead {
	padding:30px 30px 0 30px;
	position: fixed!important;
	z-index: 99999;
	top: 0;
}
header.MastHead.HeaderFixed,
header.HeaderFixed a.MasterLogo,
header.MastHead  {
	transition: all 0.4s ease 0s;
}
header.HeaderFixed a.MasterLogo {
	width: 150px;
	position:absolute;
	left:30px;
	top:25px;
}
body {
	padding-top: 0;
}
header.HeaderFixed{
	background:  rgba(0, 0, 0, 0.8);
	padding: 10px 30px 5px 30px;
}
header.HeaderFixed nav.MainMenu {
    margin-top: -3px;
}
header.HeaderFixed ul.tier1 > li > a:hover, header.HeaderFixed ul.tier1 > li > a:focus, header.HeaderFixed ul.tier1 > li > a:active {
    color: #fff;
}
/*****************************************
HEADER STYLES
*****************************************/
a.MasterLogo {
	width: 236px;
	height: auto;
	display: block;
	float: left;
	transition: all 0.4s ease 0s;
}
.HeaderContact{
	float:right;
	border-right:solid 1px #797570;
	margin-right:15px;
	padding-right:15px;
}
.HeaderContact a{
	color:#fff;
	font-size:26px;
	font-weight:300;
}
ul.SocialIcons {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.SocialIcons li {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 5px;
}
ul.SocialIcons li:first-child {
	margin-left: 0;
}
ul.SocialIcons li a {
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	color:#fff;
	font-size:16px;
	border-radius: 35px;
}
ul.SocialIcons li a span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	text-align: center;
	width: 100%;
	font-size:12px;
}
ul.SocialIcons li.SocialFacebook a {
	background: #3b5998;
}
ul.SocialIcons li.SocialPinterest a {
	background: red;
}
ul.SocialIcons li.SocialYoutube a {
	background: #dd4b39;
}
ul.SocialIcons li.SocialInstagram a {
	background: #9b6954;
}
ul.SocialIcons li.SocialFacebook a:hover,
ul.SocialIcons li.SocialTwitter a:hover,
ul.SocialIcons li.SocialGoogle a:hover,
ul.SocialIcons li.SocialInstagram a:hover {
	background: #0e215c;
}
/*****************************************
NAVIGATION STYLES
*****************************************/
.wrapper.active {
	overflow:hidden;
}
.sidebar-wrapper {
	z-index: 10;
	display: block;
}
nav.MainMenu {
	float:right;
	width:auto!important;
	clear:both;
	margin-top:-22px;
}
ul.tier1 > li > ul.dropdown-menu,
.dropdown-submenu>.dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*****************************************
SLIDER
*****************************************/
.SliderContainer{
	background-color:#292015;
}
.SliderContainer img{
	opacity:0.5;
}
.SliderContainer figure {
	position: absolute;
	top: 50%;
	margin-top: -115px;
	z-index: 4;
	color:#fff;
	text-shadow: 1px 1px 5px rgba(7,7,8,.15);
	text-align: center;
}
.SliderContainer figure h1 {
	font-weight: 400;
	color:#fff;
	font-size:46px;
	letter-spacing:30px;
	margin-top:0;
	margin-bottom:30px;
	font-family: 'Lato', sans-serif;
}
.SliderContainer figure p {
	font-size: 23px;
	line-height: 32px;
	margin-bottom: 15px;
	color:#fff;
}
.SliderContainer figure p,
.SliderContainer figure a {
	font-weight:300;
}
.SliderContainer figure a {
	display: inline-block;
	color:#fff;
	text-transform: uppercase;
	border:solid 1px #fff;
	padding: 20px 65px;
	margin-left: 25px;
	font-size:18px;
	font-weight:300;
	margin-top:20px;
	transition: all 0.2s ease;
}
.SliderContainer figure a:first-of-type {
	margin-left: 0;
}
.SliderContainer figure a:hover {
	background:  rgba(0, 0, 0, 0.5);
	border-color: transparent;
	color: #fff;
	transition: all 0.2s ease;
}
#preloader {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:999999;
	width: 100%;
	height: 100%;
}
#status {
	width:32px;
	height:32px;
	position:absolute;
	left:50%;
	top:50%;
	background:url('../images/bx_loader.gif') no-repeat center center;
	margin:-16px 0 0 -16px;
}
.preload {
	overflow: hidden;
	height: 100%;
}
.SliderContainer {
	overflow: hidden;
}
.MastSliderPagination {
	position: absolute;
	bottom: 30px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	z-index: 5;
}
.MastSliderPagination ul {
	list-style: none;
	position: relative;
	float: left;
	display: block;
	left: 50%;
	width: auto;
	padding: 0;
	margin: 0;
}
.MastSliderPagination ul li {
	position: relative;
	float: left;
	display: block;
	right: 50%;
}
.MastSliderPagination ul li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.MastSliderPagination ul li button:hover,
.MastSliderPagination ul li button:focus {
	outline: none;
}
.MastSliderPagination ul li button:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f111";
	color: #b4b4b4;
	font-size:20px;
}
.MastSliderPagination ul li.slick-active button:before {
	color: #fff;
}
.SliderArrowLeft {
	border-radius: 0 50px 50px 0;
}
.SliderArrowRight {
	border-radius:  50px 0 0 50px;
}
.SliderArrowLeft,
.SliderArrowRight {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 60px;
	height: 60px;
	background:  rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 0.4s ease 0s;
	z-index: 5;
}
.SliderArrowLeft:before,
.SliderArrowRight:before {
	color: #fff;
	font-size: 40px;
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.SliderArrowLeft:before {
	left: 0;
	transition: all 0.4s ease 0s;
}
.SliderArrowRight:before {
	right: 0;
	transition: all 0.4s ease 0s;
}
.SliderArrowLeft {
	left: 0;
}
.SliderArrowRight {
	right: 0;
}
.SliderArrowLeft:hover,
.SliderArrowRight:hover {
	cursor: pointer;
	background:  rgba(0, 0, 0, 1);
}
.SliderArrowLeft:hover:before {
	left: -20px;
}
.SliderArrowRight:hover:before {
	right: -20px;
}
.SliderArrowLeft:before,
.SliderArrowRight:before,
.SliderArrowRight:hover:before,
.SliderArrowLeft:hover:before {
	transition: all 0.4s ease 0s;
}
.MastSlider .slick-slide{
	z-index: 0!important;
}
/*****************************************
MAIN
*****************************************/
.HomepageServiceIntro{
	padding: 50px 0;
	background-color:#f2f2f2;
}
.HomepageServiceIntro h2{
	font-size:36px;
	margin-bottom:20px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#000;
}
.HomepageServiceIntro p:first-of-type{
	margin-bottom:0;
	font-size:18px;
	font-weight:400;
}
.ServiceBox{
	width:25%!important;
	height:420px;
}
.ServiceBox a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	padding: 40px 35px;
}
.ServiceBox span{
	color:#c2c2c2;
	font-size:13px;
	text-transform:uppercase;
}
.ServiceBox h3{
	font-size:50px;
	font-family: 'Cookie', cursive;
	line-height:40px;
	height:75px;
	overflow:hidden;
}
.ServiceBox p{
	line-height:24px;
	height:144px;
	overflow:hidden;
	margin-bottom:0;
}
.ServiceImage{
	background-size:cover;
}
.ServiceBox .Overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.45);
	transition: all 0.2s ease;
}
.ServiceNoImage h3{
	color:#102a7b;
}
.ServiceNoImage p{
	color:#5d5d5d;
}
.ServiceImage h3{
	color:#fff;
}
.ServiceImage p{
	color:#e5e5e5;
}
.ServiceBoxText{
	padding: 40px 35px;
	border: solid 2px transparent;
	transition: all 0.2s ease;
}
.ServiceBox a:hover .ServiceBoxText{
	border: solid 2px #102a7b;
	transition: all 0.2s ease;
}
.ServiceBox a:hover .ServiceBoxTextWhite{
	border: solid 2px #fff;
	transition: all 0.2s ease;
}
.PhotoVideo .ServiceBox{
	width:100%!important;
	height:420px;
	margin-top: 30px;
}
.PhotoVideo .ServiceBoxText{
	padding: 25px 35px;
}
.PhotoVideo .GalleryTitle{
	z-index: 999;
	position: absolute!important;
	top: 50%;
	left: 0;
	margin-top: -23px;
}
.PhotoVideo .GalleryTitle span{
	font-size: 40px;
	color: #fff;
}
.PhotoVideo .ServiceBox h3{
	color:#fff;
	font-size: 40px;
	margin-top: 40px;
	height: auto;
	line-height: 47px;
	margin: 0;
	font-weight: 300;
}
.PhotoVideo .ServiceBox a:hover .Overlay{
	background: rgba(0, 0, 0, 0.25);
	transition: all 0.2s ease;
}
.PhotoVideo iframe{
	margin-top: 30px;
}
.BlueBanner{
	padding:50px 0;
	background-color:#0e215c;
}
.BlueBanner h4{
	font-size:30px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}
.BlueBanner p{
	color:#e7e7e7;
	margin-bottom:0;
}
.BlueArrow{
	background-color:#102a7b;
	position:absolute!important;
	left:0;
	top:0;
	width: 50%!important;
    height: 100%;
}
.BlueArrow:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    z-index: 99;
	background:url(../images/arrow-right.png) no-repeat center center;
	background-size:cover;
	width:102px;
	height:100%;
}
.SpecialistProjects p{
	height:50px;
	overflow:hidden;
}
.BookConsultation p{
	line-height:25px;
	margin-bottom:0;
	font-size:18px;
	color:#cecece;
	position:relative;
	padding-left:32px;
	float:left;
}
.BookConsultation p.CallUs{
	margin-right:20px;
}
.BookConsultation p.CallUs:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10b";
	position:absolute;
	left:0;
	top:0;
	font-size:55px;
}
.BookConsultation p a{
	font-size:24px;
	color:#fff;
}
.Percent50{
	width:50%!important;
	height:573px;
}
.HomepageAboutText {
    padding: 50px 100px;
}
.HomepageAboutText h4{
	font-size:50px;
	color:#102a7b;
	margin-bottom:0;
}
.HomepageAboutText h5{
	font-size:20px;
	color:#c2c2c2;
	margin-bottom:0;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.HomepageAboutText p{
	margin-top:30px;
	color:#7b7b7b;
	font-size:15px;
	font-weight:400;
}
.HomepageAboutText p:first-of-type{
	font-size:17px;
}
.AboutScroll{
	height:480px;
	overflow:hidden;
}
.InnerBreadcrumbsGradient{
	background:url(../images/breadcrumbs-gradient.png) repeat-x;
	height:233px;
	position:absolute!important;
	top:0;
	left:0;
	z-index: 2;
}
.InnerHeaderImage{
	height:524px;
}
.AboutText{
	padding: 50px 0;
}
.AboutText h2{
	font-size:50px;
	margin-bottom:0;
}
.AboutText h3{
	font-size:20px;
	margin-bottom:30px;
	color:#c2c2c2;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.AboutText p:first-of-type{
	font-size:18px;
	font-weight:400;
}
.AboutText p{
	margin-bottom:30px;
}
.ServicesInnerStyle h2{
	font-size: 28px;
	color:#c2c2c2;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}
.ServicesInnerStyle h3,
.ServicesInnerStyle h4,
.ServicesInnerStyle h5,
.ServicesInnerStyle h6{
	font-size:20px;
	margin-bottom:20px;
	color:#c2c2c2;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.ServicesInnerStyle p:first-of-type{
	font-size:18px;
	font-weight:400;
}
.ServicesInnerStyle p{
	margin-bottom:20px;
}
.CaseIntroText{
	padding:50px 0;
}
.CaseIntroText p{
	font-size:16px;
	font-weight:300;
}
.Static{
	padding: 80px 0;
}
.Error404Image{
	background-color:#102a7b;
}
.Consultation p:first-of-type{
	font-size: 16px;
	font-weight: 300;
}
.Consultation h3{
	font-size: 30px;
	font-weight: 300;
	color: #000;
	text-transform: capitalize;
}
/*****************************************
TESTIMONIALS
*****************************************/
.TestimonialSection{
	background-color:#f2f2f2;
	padding:80px 0;
}
.TestimonialSection h5{
	color:#000;
	font-size:30px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
}
.TestimonialSlider{
	margin-top:20px;
}
.TestimonialSlider .slick-slide{
	margin:20px;
}
.TestimonialBox{
	background-color:#fff;
	padding:30px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.20);
}
.TestimonialBox p{
	font-size:18px;
	color:#000;
	font-family: 'Architects Daughter', cursive;
	font-weight:400;
	line-height:24px;
	padding:0 50px;
	position:relative;
}
.TestimonialBox p:before{
    content: "";
	background:url(../images/quote-left.png) no-repeat;
	width:63px;
	height:51px;
	position:absolute;
	left: -15px;
    top: -13px;
}
.TestimonialBox p:after{
    content: "";
	background:url(../images/quote-right.png) no-repeat;
	width:63px;
	height:51px;
	position:absolute;
	right:-15px;
	bottom:-13px;
}
.TestimonialBox span strong{
	color:#102a7b;
	font-size:14px;
	font-weight:700;
}
.TestimonialBox span{
	color:#adadad;
	font-size:14px;
	font-weight:400;
}
.TestimonialBox span:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068";
	font-size:14px;
	margin-right:5px;
	color:#102a7b;
}
/*****************************************
BREADCRUMB STYLES
*****************************************/
.InnerBreadcrumbs {
	position:absolute!important;
	top:50%;
	left:0;
	text-align:center;
	z-index: 1;
}
.InnerBreadcrumbs ol.breadcrumb {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.InnerBreadcrumbs ol.breadcrumb li {
	text-transform: uppercase;
	font-size: 16px;
	color:#fff;
}
.InnerBreadcrumbs ol.breadcrumb li a{
	color:#fff;
}
.breadcrumb>.active {
    color: #fff;
	font-weight:700;
}
.breadcrumb>li+li:before {
    padding: 0 15px;
    color: #fff;
}
.InnerBreadcrumbs h1{
	font-size:96px;
	color:#fff;
	margin-bottom:0;
}
.BreadcrumbBackground{
	background: #000;
}
.BreadcrumbBackground img{
	opacity: 0.75;
}
.BreadcrumbBackground .MastSlider div{
	height: 524px;
	background-position: center center!important;
	background-size: cover!important;
}
/*****************************************
CASE STUDIES
*****************************************/
.SectorBackground{
	padding: 60px 0;
	background-color:#f4f4f4;
}
.Sectors h2{
	font-size:24px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#000;
	margin-bottom:20px;
}
.Sectors ul{
	list-style:none;
	padding:0;
}
.Sectors ul li{
	padding-right:15px;
	position:relative;
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:5px;
	margin-bottom:5px;
}
.Sectors ul li:last-of-type{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.Sectors ul li a{
	width:100%;
	display:block;
	font-size:18px;
	color:#414141;
}
.Sectors ul li a:hover{
	color:#102a7b;
}
.Sectors ul li:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	line-height: inherit;
	margin-right: 5px;
	color:#102a7b;
	position:absolute;
	right:0;
	top:0;
}
.HomepageProjectContainer{
	height:300px;
	overflow:hidden;
	margin-bottom:30px;
}
.HomepageProjectContainer a{
	display:block;
}
.HomepageProjectsThumbnail, .HomepageProjectsText{
	width:50%!important;
	height:300px;
	overflow:hidden;
}
.HomepageProjectContainer a .HomepageProjectsThumbnail .ThumbnailOverlay{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:  rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease;
}
.HomepageProjectContainer a:hover .HomepageProjectsThumbnail .ThumbnailOverlay{
	opacity:1;
	transition: all 0.2s ease;
}
.HomepageProjectContainer a .HomepageProjectsThumbnail .ThumbnailOverlay span{
	opacity:0;
	font-family: 'Cookie', cursive;
	color:#fff;
	font-size:30px;
	position:absolute!important;
	left:0;
	top:0;
	text-align:center;
	width:100%;
	transition: all 0.4s ease;
}
.HomepageProjectContainer a:hover .HomepageProjectsThumbnail .ThumbnailOverlay span{
	opacity:1;
	top:50%;
	margin-top:-12px;
	transition: all 0.4s ease;
}
.HomepageProjectsText{
	background-color:#fff;
	padding: 25px 20px;
}
.HomepageProjectsText p.ProjectValue{
	font-size:16px;
	font-weight:300;
	color:#808080;
	height:auto;
}
.HomepageProjectsText h3{
	font-size:40px;
	margin-bottom:0;
	margin-top:15px;
	height:90px;
	overflow:hidden;
}
.HomepageProjectsText span{
	font-size:13px;
	color:#c2c2c2;
	font-weight:300;
}
.HomepageProjectsText p{
	line-height:22px;
	height:90px;
	overflow:hidden;
	color:#444444;
	margin-bottom:0;
}
.HomepageProjectsText p.ViewProject{
	height:auto;
	margin-bottom:0;
	margin-top:30px;
	cursor:pointer;
	color:#a5be00;
	font-weight:700;
}
.HomepageProjectsText p.ViewProject:hover{
	color:#000;
}
/*****************************************
GALLERY
*****************************************/
.FirstContainer{
	height:622px;
	overflow:hidden;
	width:30%!important;
}
.FirstContainer .Image01{
	width:100%!important;
}
.FirstContainer .Image03{
	width:50%!important;
}
.Image01{
	height:311px;
	overflow:hidden;
	width:30%!important;
}
.Image02{
	height:622px;
	overflow:hidden;
	width:20%!important;
}
.Image03{
	height:311px;
	overflow:hidden;
	width:20%!important;
}
.Image04{
	height:311px;
	overflow:hidden;
	width:15%!important;
}
.Image04-First{
	position:absolute!important;
	left:0;
	top:311px;
}
.Image04-Second{
	position:absolute!important;
	left:15%;
	top:311px;
}
.Image01-First{
	position:absolute!important;
	left:0;
	bottom:0;
}
.Image01-Last{
	position:absolute!important;
	left:30%;
	bottom:0;
}
.Image03-First{
	position:absolute!important;
	left:60%;
	bottom:0;
}
.GallerySection a{
	display: block;
}
.GallerySection a .GalleryOverlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	transition: all 0.2s ease;
}
.GallerySection a:hover .GalleryOverlay{
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}
/*****************************************
BREADCRUMB STYLES
*****************************************/
.BlogPagination {
	background: #000;
	padding: 10px 0;
	overflow: hidden;
}
.BlogPagination .pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	display: block;
	left: 50%;
}
.BlogPagination .pagination li {
	position: relative;
	float: left;
	display: block;
	right: 50%;
}
.BlogPagination .pagination li a {
	border-radius: 0;
}
/*****************************************
CONTACT PAGE STYLES
*****************************************/
.ContactPage{
	padding: 40px 0;
}
.contact-form {
	margin-top: 20px;
}
.contact-send {
	float: right;
	margin-top: 30px;
	padding: 20px 30px!important;
	width: 100%;
}
.contact-send-book{
	width: 100%;
	padding: 15px 30px!important;
	margin-top: 13px;
}
.captcha {
	margin-top: 10px;
}
#map_canvas {
	width: 100%;
	height: 350px;
	margin-top: 20px;
	float: left;
}
.sidebar-box {
	background: #f1f1f1;
	padding: 20px;
	background-clip: padding-box;
	margin-bottom: 20px;
}
.sidebar-box .form-control{
	height: 44px;
	border-radius: 0;
	border-color: #e6e6e6;
}
.sidebar-box textarea.form-control{
	height: auto;
	resize: none;
}
address {
	margin-bottom: 0;
}
.has-feedback label~.form-control-feedback.fa-asterisk {
	top:38px;
	color:red;
	font-size: 10px!important;
}
label{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #7b7b7b;
}
/*****************************************
FOOTER STYLES
*****************************************/
footer {
	padding: 80px 0 0 0;
	background-color:#1c1f22;
}
footer ul.FooterListFirst{
	display:inline-block;
	padding:0;
	margin:0;
	width:100%;
}
footer ul.FooterListFirst li{
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:30%;
	position:relative;
	padding-left:15px;
}
footer ul.FooterListFirst li a{
	color:#9f9f9f!important;
	font-size:15px;
}
footer ul.FooterListFirst li a:hover{
	color:#fff!important;
}
footer ul.FooterListFirst li:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da ";
	font-size:16px;
	color:#102a7b;
	position:absolute;
	left:0;
	top:6px;
}
footer h6{
	color:#fff;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	margin-bottom:20px;
}
footer ul.FooterListSecond li{
	width:100%;
}
p.Copyright{
	color:#9f9f9f;
	font-size:15px;
	margin-top:10px;
	margin-bottom:0;
}
p.Copyright:last-of-type{
	margin-top:0;
}
p.Copyright strong{
	color:#fff;
}
p.Copyright a{
	color:#9f9f9f!important;
}
.BottomFooter{
	margin-top:80px;
	background-color:#fff;
	padding:35px 0;
	position:relative;
}
.BottomFooter:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
	font-size: 65px;
    color: #1c1f22;
    position: absolute;
    left: 50%;
    top: -26px;
    margin-left: -19px;
}
footer ul.SocialIcons {
    float: none;
	display:inline-block;
}
p.D380{
	color:#d7d7d7;
	font-size:13px;
	margin-bottom:0;
	margin-top:10px;
}
p.D380 a{
	color:#d7d7d7!important;
}
/*****************************************
MISC STYLES
*****************************************/
.Error404 h1 {
	margin-top: 0;
	font-size:24px;
}
* {
	margin: 0;
	outline: none;
}
.col-100,
header,
footer,
section,
aside,
article,
nav,
figure,
figcaption,
main {
	width: 100%;
	float: left;
	position: relative;
	display: block;
}
.img-center {
	display: block;
	margin: auto;
}
.img-responsive {
	width: 100%;
}
.clear {
	clear: both;
}
.float-L {
	float: left!important;
}
.float-R {
	float: right!important;
}
a:focus {
	outline: none;
}
blockquote {
	border-left: 5px solid #f00;
}
.bullets ul,
ul.bullets {
	list-style:none!important;
	padding-left: 5px;
}
.bullets ul li,
ul.bullets li {
	list-style:none!important;
	background: none!important;
}
.bullets ul li:before,
ul.bullets li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	line-height: inherit;
	margin-right: 5px;
	color:#102a7b;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.active,
.btn:active {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #555!important;
}
mark, .mark {
	background: #ffc800;
}
ul, ol {
	padding-left: 20px;
}
/*****************************************
MEDIA QUERIES
*****************************************/
/*****************************************
AFFECTS ALL COL-XS COLUMNS
*****************************************/
@media(max-width:767px) {
	.wrapper.active {
		overflow:hidden;
	}
	.sidebar-wrapper {
		width: 100%;
		position: fixed;
		overflow-y: auto;
		z-index: 10;
		display: block;
		top: 0px;
		bottom: 0px;
		right: -100%;
		background: #0e215c;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		right: 0px;
	}
	ul.tier1 {
		margin-top: 60px;
		list-style: none;
		padding-left: 0;
	}
	ul.tier1 > li {
		width: 100%;
		border-top: 1px solid #060e25;
	}
	ul.tier1 > li:first-child {
		border:none;
	}
	ul.tier1 > li > a {
		padding: 10px;
		text-align: left;
		color:#fff;
		display: block;
		width: 100%;
		text-transform: uppercase;
	}
	ul.tier1 > li > a:hover,
	ul.tier1 > li > a:focus,
	ul.tier1 > li > a:active {
		color: #fff;
		background-color:#060e25;
	}
	ul.tier1 > li span {
		top: 19px;
	}
	ul.tier1 > li > ul.dropdown-menu,
	.dropdown-submenu>.dropdown-menu {
		float: left;
		position: relative;
		left:auto;
		width: 100%;
		min-width: 100%;
		background:#060e25;
		overflow:hidden;
		padding-left: 10px;
		border-radius: 0;
	}
	ul.tier1 > li > ul.dropdown-menu > li,
	ul.tier2 > li > ul.dropdown-menu > li {
		border-left:1px dotted #0e215c;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a,
	ul.tier2 > li > ul.dropdown-menu > li > a {
		color: #fff;
		padding: 0;
		padding:10px 10px 10px 10px;
		text-transform: uppercase;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a:hover,
	ul.tier2 > li > ul.dropdown-menu > li > a:hover {
		background: #0e215c;
		color: #fff;
	}
	span.menu-btn,
	span.menu-btn-close {
		cursor: pointer;
	}
	span.menu-btn {
		color: #fff;
		border:solid 1px #fff;
		padding:10px 10px;
	}
	a[href^=tel],
	a[href^=tel]:hover {
		color: #102a7b;
	}
	span.menu-btn-close {
		top: 10px;
		right: 10px;
		display: block;
		position: absolute;
		color:#fff;
		padding: 10px;
		font-size: 20px;
	}
	p.MenuPhone {
		position: absolute;
		top: 10px;
		color: #fff;
		padding: 10px;
		font-size: 20px;
		margin: 0;
		display: block;
	}
	p.MenuPhone a[href^=tel] {
		color: #fff;
	}
	.HeaderContact a[href^=tel]{
		color:#fff;
	}
	header.MastHead {
		padding: 15px;
	}
	a.MasterLogo {
		width: 85px;
	}
	header.HeaderFixed a.MasterLogo {
		width: 85px;
		position:relative;
		left: 0;
		top: 0;
		margin-top:3px;
	}
	nav.MainMenu {
		margin-top: -23px;
	}
	header.HeaderFixed nav.MainMenu {
		margin-top: -20px;
		margin-bottom: 7px;
	}
	.HomepageServiceIntro {
		padding: 30px 0;
	}
	.ServiceBox {
		width: 100%!important;
		height: 350px;
	}
	.HomepageServiceIntro:before {
		display:none;
	}
	.ServiceBoxText {
		padding: 0;
		border: none;
	}
	.ServiceBox a:hover .ServiceBoxText{
		border: none;
	}
	.ServiceBox a {
		padding: 30px 35px;
	}
	.BlueArrow {
		display:none;
	}
	.SpecialistProjects p {
		height: auto;
	}
	.HomepageAboutText {
		padding: 20px 15px;
		width:100%!important;
		height:auto;
	}
	.AboutScroll {
		height: auto;
	}
	footer ul.FooterListSecond li {
		width: 100%!important;
	}
	footer ul.FooterListFirst li {
		width: 100%;
	}
	footer{
		padding:30px 0 0 0;
	}
	footer ul.FooterListFirst {
		margin-bottom: 15px;
	}
	.BottomFooter {
		margin-top: 40px;
	}
	.TestimonialSection {
		padding: 30px 0;
	}
	.TestimonialSlider .slick-slide {
		margin: 5px;
	}
	.TestimonialBox {
		padding: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.TestimonialBox p {
		font-size: 16px;
		padding: 0;
	}
	.TestimonialBox p:before, .TestimonialBox p:after {
		background: none
	}
	.InnerBreadcrumbs h1 {
		font-size: 46px;
	}
	.InnerHeaderImage,
	.BreadcrumbBackground .MastSlider div {
		height: 250px;
	}
	.InnerBreadcrumbs ol.breadcrumb{
		display:none;
	}
	.AboutText h2 {
		font-size: 42px;
	}
	.AboutText {
		padding: 40px 0;
	}
	.CaseIntroText {
		padding: 40px 0;
	}
	.SectorBackground {
		padding: 40px 0;
	}
	.Sectors ul {
		margin-bottom:20px;
	}
	.HomepageProjectContainer {
		height: auto;
		margin-bottom: 25px;
	}
	.HomepageProjectsThumbnail, .HomepageProjectsText {
		width: 100%!important;
		height: 200px;
	}
	.HomepageProjectsText {
		height: auto;
	}
	#map_canvas {
		height: 250px;
		margin-top: 0;
	}
	.Static{
		padding: 40px 0;
	}
	.PhotoVideo .ServiceBox {
		width: 100%!important;
		height: 250px;
		margin-top: 20px;
	}
	.Image05{
		height:120px;
		width:50%!important;
	}
	.PhotoVideo iframe{
		margin-top: 15px;
	}
	.BookConsultation p a[href^=tel] {
		color: #fff;
	}
	address a[href^=tel] {
		color:inherit;
	}
	.SliderContainer figure h1,
	.SliderContainer figure p{
		display: none;
	}
	.SliderContainer figure a{
		font-size: 16px;
		padding: 10px;
		margin: 0 5px;
	}
	.SliderContainer figure{
		margin-top: -10px;
	}
	a.CTA{
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 20px 0 0 0;
	}
	.Copyright{
		margin: 10px 0 0 0!important;
	}
	.Copyright a{
		width: 100%;
		display: block;
		font-size: 18px;
		margin: 0 0 5px 0;
	}
	.MobileCTA{
		position: absolute;
		right: 102px;
		top: 50%;
		transform: translateY(-52%);
	}
	.MobileCTA a{
		color: #fff;
		font-size: 16px;
		border:solid 1px #fff;
		padding: 3px;
		width: 41px;
		height: 41px;
		position: relative;
		display: block;
		float: left;
		margin-right: 5px;
	}
	.MobileCTA a:hover{
		color: #fff!important;
	}
	.MobileCTA a span{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	ul.SocialIconsMenu{
		float: left!important;
		margin: 20px 0 0 10px!important;
	}
/*****************************************
GALLERY
*****************************************/	
.FirstContainer{
	height:200px;
	overflow:hidden;
	width:100%!important;
}
.FirstContainer .Image01{
	width:100%!important;
}
.FirstContainer .Image03{
	width:100%!important;
}
.Image01{
	height:200px;
	overflow:hidden;
	width:100%!important;
}
.Image02{
	height:200px;
	overflow:hidden;
	width:100%!important;
}
.Image03{
	height:200px;
	overflow:hidden;
	width:100%!important;
}
.Image04{
	height:200px;
	overflow:hidden;
	width:100%!important;
}
.Image04-First{
	position:relative!important;
	left:0;
	top:0;
}
.Image04-Second{
	position:relative!important;
	left:0;
	top:0;
}
.Image01-First{
	position:relative!important;
	left:0;
	bottom:0;
}
.Image01-Last{
	position:relative!important;
	left:0;
	bottom:0;
}
.Image03-First{
	position:relative!important;
	left:0;
	bottom:0;
}
}
/*****************************************
AFFECTS ALL COL-SM COLUMNS
*****************************************/
@media(min-width:768px) {
	span.menu-btn,
	span.menu-btn-close {
		display: block;
		cursor: pointer;
	}
	span.menu-btn {
		color: #fff;
		border:solid 1px #fff;
		padding:3px 10px;
	}
	nav.MainMenu {
		height: 45px;
	}
	.sidebar-wrapper {
		width: 280px;
		position: fixed;
		overflow-y: auto;
		top: 0px;
		bottom: 0px;
		right: -280px;
		background: #0e215c;
	}
	.sidebar-wrapper.active {
		transition: all 0.4s ease 0s;
		right: 0px;
	}
	ul.tier1 {
		margin-top: 60px;
		list-style: none;
		padding-left: 0;
	}
	ul.tier1 > li {
		width: 100%;
		border-top: 1px solid #060e25;
	}
	ul.tier1 > li:first-child {
		border:none;
	}
	ul.tier1 > li > a {
		padding: 10px;
		text-align: left;
		color:#fff;
		display: block;
		width: 100%;
		text-transform: uppercase;
	}
	ul.tier1 > li > a:hover,
	ul.tier1 > li > a:focus,
	ul.tier1 > li > a:active {
		color: #fff;
		background-color:#060e25;
	}
	ul.tier1 > li span {
		top: 19px;
	}
	ul.tier1 > li > ul.dropdown-menu,
	.dropdown-submenu>.dropdown-menu {
		float: left;
		position: relative;
		left:auto;
		width: 100%;
		min-width: 100%;
		background:#060e25;
		overflow:hidden;
		padding-left: 10px;
		border-radius: 0;
	}
	ul.tier1 > li > ul.dropdown-menu > li,
	ul.tier2 > li > ul.dropdown-menu > li {
		border-left:1px dotted #0e215c;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a,
	ul.tier2 > li > ul.dropdown-menu > li > a {
		color: #fff;
		padding: 0;
		padding:10px 10px 10px 10px;
		text-transform: uppercase;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a:hover,
	ul.tier2 > li > ul.dropdown-menu > li > a:hover,
	ul.tier1 > li > ul.dropdown-menu > li > a:focus,
	ul.tier2 > li > ul.dropdown-menu > li > a:focus,
	ul.tier1 > li > ul.dropdown-menu > li > a:active,
	ul.tier2 > li > ul.dropdown-menu > li > a:active {
		background: #0e215c;
		color: #fff;
	}
	span.menu-btn-close {
		top: 10px;
		right: 10px;
		display: block;
		position: absolute;
		color:#fff;
		padding: 10px;
		font-size: 20px;
	}
	p.MenuPhone {
		position: absolute;
		top: 10px;
		color: #fff;
		padding: 10px;
		font-size: 20px;
		margin: 0;
		display: block;
	}
	p.MenuPhone a[href^=tel] {
		color: #fff;
	}
	address a[href^=tel] {
		color:inherit;
	}
	.BookConsultation p a[href^=tel] {
		color: #fff;
	}
	.HeaderContact a[href^=tel]{
		color:#fff;
	}
	.SliderContainer figure h1 {
		font-size:30px;
		letter-spacing:10px;
		margin-bottom:15px;
	}
	.SliderContainer figure {
		top: 65%;
	}
	header.HeaderFixed nav.MainMenu {
		margin-top: 8px;
	}
	.ServiceBox {
		width: 50%!important;
		height: 420px;
	}
	.HomepageServiceIntro:before {
		margin-left: -37px;
	}
	p.CallUs{
		display:none;
	}
	.BookConsultation p {
		padding-left: 0;
	}
	.BlueArrow {
		display:none;
	}
	.HomepageAboutText {
		padding: 50px 30px;
	}
	footer ul.FooterListSecond li {
		width: 100%!important;
	}
	footer ul.FooterListFirst li {
		width: 47%;
	}
	footer img{
		margin-top:30px;
	}
	.Image05{
		height:211px;
		width:20%!important;
	}
	.SliderContainer figure p {
		line-height: 24px;
	}
/*****************************************
GALLERY
*****************************************/	
.FirstContainer{
	height:311px;
	overflow:hidden;
	width:50%!important;
}
.FirstContainer .Image01{
	width:100%!important;
}
.FirstContainer .Image03{
	width:50%!important;
}
.Image01{
	height:311px;
	overflow:hidden;
	width:50%!important;
}
.Image02{
	height:311px;
	overflow:hidden;
	width:50%!important;
}
.Image03{
	height:311px;
	overflow:hidden;
	width:50%!important;
}
.Image04{
	height:311px;
	overflow:hidden;
	width:50%!important;
}
.Image04-First{
	position:relative!important;
	left:0;
	top:0;
}
.Image04-Second{
	position:relative!important;
	left:0;
	top:0;
}
.Image01-First{
	position:relative!important;
	left:0;
	bottom:0;
}
.Image01-Last{
	position:relative!important;
	left:0;
	bottom:0;
}
.Image03-First{
	position:relative!important;
	left:0;
	bottom:0;
}
}
/*****************************************
AFFECTS ALL COL-MD COLUMNS
*****************************************/
@media(min-width:992px) {
	span.menu-btn,
	span.menu-btn-close {
		display: none;
	}
	.sidebar-wrapper {
		width: 100%;
		position: relative;
		overflow: visible;
		top: auto;
		bottom: auto;
		right: auto;
		background: transparent;
	}
	ul.tier1 {
		width: auto;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.tier1 > li {
		float: left;
		position: relative;
		width: auto;
		border-top: none;
	}
	ul.tier1 > li > a {
		display: block;
		color:#fff;
		padding:12px 12px;
		font-weight:300;
		font-size:16px;
	}
	ul.tier1 > li:last-child > a {
		padding:12px 0 12px 12px;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a,
	ul.tier2 > li > ul.dropdown-menu > li > a {
		padding: 10px 25px;
		color: #fff;
	}
	ul.tier1 > li > ul.dropdown-menu > li,
	ul.tier2 > li > ul.dropdown-menu > li {
		border-left:none;
	}
	ul.tier1 > li span.Tier1Caret {
		position: absolute;
		top: 50%;
		margin-top: -6px;
		right: 5px;
	}
	ul.tier1 > li.open span.Tier1Caret {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	ul.tier1 > li > a:hover,
	ul.tier1 > li > a:focus,
	ul.tier1 > li > a:active {
		color:#fff;
		box-shadow: none;
		background-color:transparent;
	}
	ul.tier1 > li > ul.dropdown-menu,
	.dropdown-submenu>.dropdown-menu {
		background: rgba(0, 0, 0, 0.6);
		border: none;
		margin-top: 0;
		border-radius: 0px;
		padding-left: 0;
		left:0;
		position: absolute;
		width: auto;
		overflow: visible;
	}
	ul.tier1 > li > ul.dropdown-menu > li > a:hover,
	ul.tier1 > li > ul.dropdown-menu > li > a:active,
	ul.tier1 > li > ul.dropdown-menu > li > a:focus,
	ul.tier2 > li > ul.dropdown-menu > li > a:hover,
	ul.tier2 > li > ul.dropdown-menu > li > a:focus,
	ul.tier2 > li > ul.dropdown-menu > li > a:active  {
		background: #000;
		color:#fff;
	}
	.dropdown-submenu {
		position: relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 0px;
		left: 100%;
	}
	.dropdown-submenu.pull-left {
		float: none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
	}
	p.MenuPhone {
		display: none;
	}
	.SliderContainer figure h1 {
		font-size:35px;
		letter-spacing:20px;
		margin-bottom:30px;
	}
	.SliderContainer figure {
		top: 50%;
	}
	header.HeaderFixed nav.MainMenu {
		margin-top: -3px;
	}
	.ServiceBox {
		width: 50%!important;
		height: 420px;
	}
	.BlueArrow {
		display:block;
	}
	.HomepageAboutText {
		padding: 50px 50px;
	}
	footer ul.FooterListFirst li {
		width: 47%;
	}
	footer img{
		margin-top:0;
	}
	.Image05{
		height:211px;
		width:20%!important;
	}
/*****************************************
GALLERY
*****************************************/	
.FirstContainer{
	height:622px;
	overflow:hidden;
	width:30%!important;
}
.FirstContainer .Image01{
	width:100%!important;
}
.FirstContainer .Image03{
	width:50%!important;
}
.Image01{
	height:311px;
	overflow:hidden;
	width:30%!important;
}
.Image02{
	height:622px;
	overflow:hidden;
	width:20%!important;
}
.Image03{
	height:311px;
	overflow:hidden;
	width:20%!important;
}
.Image04{
	height:311px;
	overflow:hidden;
	width:15%!important;
}
.Image04-First{
	position:absolute!important;
	left:0;
	top:311px;
}
.Image04-Second{
	position:absolute!important;
	left:15%;
	top:311px;
}
.Image01-First{
	position:absolute!important;
	left:0;
	bottom:0;
}
.Image01-Last{
	position:absolute!important;
	left:30%;
	bottom:0;
}
.Image03-First{
	position:absolute!important;
	left:60%;
	bottom:0;
}
.SliderContainer figure p {
    line-height: 32px;
}
}
/*****************************************
AFFECTS ALL COL-LG COLUMNS
*****************************************/
@media(min-width:1200px) {
	.ServiceBox {
		width: 50%!important;
		height: 420px;
	}
	.HomepageAboutText {
		padding: 50px 100px;
	}
	footer ul.FooterListFirst li {
		width: 30%;
	}
	.Image05{
		height:211px;
		width:10%!important;
	}
}
/*****************************************
AFFECTS ALL COL-XL COLUMNS
*****************************************/
@media(min-width:1600px) {
	.ServiceBox {
		width: 25%!important;
		height: 420px;
	}
	.HomepageServiceIntro:before {
		margin-left: -36px;
	}
	p.CallUs{
		display:block;
	}
	.BookConsultation p {
		padding-left: 32px;
	}
}


@media print {
  a[href]:after {
    content: none !important;
  }
}