@import "css/font-awesome.min.css";
@import "css/bootstrap.min.css";
@font-face{
	font-family: 'Lato-Regular.ttf';
	src:url(fonts/Lato-Regular.ttf) format('truetype');
}
@font-face{
	font-family: 'Lato-Bold.ttf';
	src:url(fonts/Lato-Bold.ttf) format('truetype');
}
@font-face{
	font-family: 'Lato-Black.ttf';
	src:url(fonts/Lato-Black.ttf) format('truetype');
}
@font-face{
	font-family: 'Lato-Italic.ttf';
	src:url(fonts/Lato-Italic.ttf);
}
@font-face{
	font-family: 'TrajanPro-Regular.otf';
	src:url(fonts/TrajanPro-Regular.otf) format('opentype');
}
*{
	padding:0;
	margin:0;
}
body{
    overflow-x: hidden;
}
a{
	text-decoration: none;
}
a:focus{
	outline: none;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
p {
    margin: 0 0 10px;
}
.bg-dark {
    background-color: #222 !important;
    z-index: 999;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    margin: 0 18px;
    font-family: 'Lato-Regular.ttf';
    text-transform: uppercase;
    color:#fff;
    letter-spacing: 0.6px;
    font-size:14px;
}
.social-header .nav-link {
    margin: 0 6px !important;
}
.parall {
    height: 94vh;
    background: url(images/banner.jpg);
    background-size: cover;
}
.about-us h2.sec-header{
	font-family: 'TrajanPro-Regular.otf';
	margin-bottom: 25px;
	color: #000000;
	text-align:center
}
h2.sec-header{
	font-family: 'TrajanPro-Regular.otf';
	margin-bottom: 25px;
	color: #000000;
	text-align:center
}
.about-us {
    padding: 70px 0;
    text-align: left;
}
.about-us h4.sub-header{
	font-family: 'Lato-Bold.ttf';
    color: #656565;
    line-height: 30px;
    font-size: 21px;
    padding: 0 0px;
    margin-bottom: 18px;
}
.about-us p{
	color:#8e8e8e;
	font-family: 'Lato-Regular.ttf';
}
.more-btn {
    background: #222222;
    padding: 8px 14px 8px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    outline: 1px solid #222222;
    outline-offset: 2px;
    text-transform: uppercase;
    font-family: 'Lato-Black.ttf';
    font-size: 14px;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.6px;
    cursor:pointer;
}
.more-btn:hover{
	color: #222222 !important;
	background:transparent;
	transition: 0.3s ease-in-out;
}
.our-project-tab.nav.nav-pills {
    text-align: right;
    float: right;
    position: relative;
    top: -46px;
    right: 138px;
}
.our-project-tab.nav.nav-pills li a.active {
    background: transparent;
    color: #222222;
}
.our-project-tab.nav.nav-pills li a{
	color:#8d8d8d;
	font-family: 'Lato-Regular.ttf';
	letter-spacing: 1px;
	text-transform: uppercase;
}

.our-projects {
    background: #f1f0f0;
    padding: 70px 0;
    clear: both;
}
.sec-header.under-line {
    text-align: center;
    position: relative;
}
.sec-header.under-line::before {
    position: absolute;
    content: "";
    background: #222222;
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.project-details {
    background: #222;
    color: #fff;
    padding: 17px 21px 15px;
    width: 100%;
}
.sites-grid img{
	width: 100%;
}
.project-bio {
    padding: 17px 21px 26px;
    background: #fff;
    font-size: 14px;
    min-height: 296px;
    position: relative;
}
.project-details .name{
	font-family: 'Lato-Bold.ttf';
}
.project-details .address{
	font-family: 'Lato-Italic.ttf';
	font-size: 12px;
}
.project-bio .more-btn {
    position: absolute;
    bottom: 26px;
}
.our-partners {
    padding: 70px 0;
}
.owl-carousel .owl-item img{
	width:auto;
	margin:auto;
}
button.more-btn {
    border: none;
    margin: 0;
    font-size: 13px;
}
.get-in-touch {
    background: #f1f0f0;
    padding: 70px 0;
}
.get-in-touch-grid {
    width: 92%;
    margin: auto;
}
.get-in-touch-grid iframe {
    height: 214px;
}
.get-in-touch-grid .map-direction{
	border:10px solid #fff;
}
.get-directions{
	font-family: 'Lato-Black.ttf';
	letter-spacing: 0.6px;
}

.get-directions {
    text-align: right;
    float: right;
    color: #222;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.get-directions img{
	margin-left: 6px;
}
footer{
    clear: both;
}
.footer-grid {
    float:left;
    position: relative;
    width: 33.33%;
}
footer .footer-top {
    background: #222;
    padding: 26px 0 22px;
    color: #fff;
}
.footer-grid address {
    padding: 0 127px 0 0;
}
.footer-grid::after {

    position: absolute;
    content: "";
    background: #d1d1d1;
    width: 1px;
    height: 123px;
    top: 0;
    right: 69px;

}
.footer-grid:last-child:after{
	display: none;
}


.footer-grid .header {
    text-transform: uppercase;
    margin-bottom: 14px;
}
.footer-bottom {
    padding: 8px 0 12px;
    font-family: 'Lato-Regular.ttf';
    font-size:13px;
}
.footer-bottom img {
    margin-right: 10px;
}
.footer-grid li {
    margin-bottom: 6px;
    font-family: 'Lato-Regular.ttf';
    font-size:15px;
}
.get-in-touch-grid input {
    border: 1px solid #000;
    border-radius: 0;
}
textarea[type="message"]{
	border: 1px solid #000;
	border-radius: 0;
}
.our-projects .owl-carousel .owl-item img{
	width: 100% !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: block;
}
.our-projects .owl-next {
    float: right;
    margin-right: 78px !important;
    position: relative;
    font-family: 'Lato-Black.ttf' !important;
    font-size: 14px !important;
}
.our-projects .owl-prev {
    float: left;
    margin-left: 76px !important;
    position: relative;
    font-family: 'Lato-Black.ttf' !important;
    font-size: 14px !important;
}
.our-projects .owl-prev::before {
    position: absolute;
    content: "";
    background: url(images/arrow.png);
    width: 64px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotateY(180deg);
    left: -66px;
}
.our-projects .owl-next::after {
    position: absolute;
    content: "";
    background: url(images/arrow.png);
    width: 64px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    text-decoration: none;
    color: #222222;
}
.maps{
	position: relative;
	z-index:0;
	border: 1px solid #ccc;
}
.map-address {
    position: absolute;
    top: 50px;
    z-index: 99999;
    right: -7px;
}
.inner-wrapper {
    padding: 108px 0 60px;
}
.inner-wrapper .about-main{
    padding-bottom: 42px;
}
.inner-wrapper .about-bio{
    text-align: center;
}
.service-map {
    position: relative;
    float: left;
    width: 100%;
    height: 274px;
}
.service-map .project-img {
    position: absolute;
    left: 0;
}
.avenue{
    float: left;
    width: 100%;
    color: #8e8e8e;
}
.avenue .avenue-header{
    background: #222222;
    padding:10px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.avenue-bio {
    padding: 60px 138px;
    background: #f1f0f0;
    line-height: 30px;
}
.avenue-right-content {
    padding-top: 72px;
}
.project-time-line h4{
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.project-time-line {
    clear: both;
    padding: 60px 0;
}
.get-in-touch-grid textarea{
    border: 1px solid #000;
    border-radius: 0;
    height:72px;
}
.get-in-touch-grid input[type="submit"]{
    background: #222222;
    padding: 8px 14px 8px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    outline: 1px solid #222222;
    outline-offset: 2px;
    text-transform: uppercase;
    font-family: 'Lato-Black.ttf';
    font-size: 14px;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.6px;
}
.get-in-touch-grid input[type="submit"]:hover{
	color: #222222;
	background:transparent;
	transition: 0.3s ease-in-out;
}
footer a{
    color:#fff;
}
footer .social-links{
    margin-top: 12px;
    text-align:center;
}
footer .social-links li {
    display: inline-block;
    margin: 0 6px;
}
.project-time-line-bio {
    width: 75%;
    margin: auto;
    overflow: auto;
}
.project-time-line-bio img{
    width: auto;
}
.service-map iframe {
    height: 274px;
    width: 100%;
}
a:not([href]){
    color:#fff !important;
}
#home video {
    width: 100%;
}
#home{
    height:94vh;
    overflow:hidden;
}
.our-partners .owl-nav.disabled {
    display: none !important;
}
.toggle-link{
    margin:auto;
    text-align:center;
    display:block;
}
.toggle-link i {
    background: #333;
    padding: 8px;
    display: inline-block;
    cursor:pointer;
    transition:0.3s ease-in-out;
    margin:auto;
}
.toggle-link.rotate i {
    transform: rotate(180deg);
    transition:0.3s ease-in-out;
}
.about-us li {
    color: #8e8e8e;
    position: relative;
    padding-left:18px;
}
.about-us li:before{
    position: absolute;
    content: "";
    background: #545252;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.footer-bottom a {
    color: #333;
}
.below-img img {
    width: 306px;
    margin-bottom: 20px;
}
.owl-stage-outer{
    width:100%;
}

.footer-grid li span {
    font-size: 15px;
margin-right: 4px;
    width: 99px;
    float: left;
}
.post-id-30 {
    display: none;
}