/**
Theme Name: Tigmo WP
Theme URI: https://tigmo.com.au/
Author: Tigmo
Author URI: https://tigmo.com.au/
Description: General wordpress theme with basic components
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tigmo
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images,

Use this theme to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------
>>> General Components
--------------------------------**/

@font-face {
  font-family: 'Godfrey-Black';
  src: url('./fonts/Godfrey-Black.eot') format('embedded-opentype'),  url('./fonts/Godfrey-Black.woff') format('woff'), url('./fonts/Godfrey-Black.ttf')  format('truetype'), url('./fonts/Godfrey-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Godfrey-BlackItalic';
  src: url('./fonts/Godfrey-BlackItalic.eot') format('embedded-opentype'),  url('./fonts/Godfrey-BlackItalic.woff') format('woff'), url('./fonts/Godfrey-BlackItalic.ttf')  format('truetype'), url('./fonts/Godfrey-BlackItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Godfrey-Regular';
  src: url('./fonts/Godfrey-Regular.eot') format('embedded-opentype'),  url('./fonts/Godfrey-Regular.woff') format('woff'), url('./fonts/Godfrey-Regular.ttf')  format('truetype'), url('./fonts/Godfrey-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Godfrey-Light';
  src: url('./fonts/Godfrey-Light.eot') format('embedded-opentype'),  url('./fonts/Godfrey-Light.woff') format('woff'), url('./fonts/Godfrey-Light.ttf')  format('truetype'), url('./fonts/Godfrey-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Godfrey-Bold';
  src: url('./fonts/Godfrey-Bold.eot') format('embedded-opentype'),  url('./fonts/Godfrey-Bold.woff') format('woff'), url('./fonts/Godfrey-Bold.ttf')  format('truetype'), url('./fonts/Godfrey-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Godfrey-Medium';
  src: url('./fonts/Godfrey-Medium.eot') format('embedded-opentype'),  url('./fonts/Godfrey-Medium.woff') format('woff'), url('./fonts/Godfrey-Medium.ttf')  format('truetype'), url('./fonts/Godfrey-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Godfrey-MediumItalic';
  src: url('./fonts/Godfrey-MediumItalic.eot') format('embedded-opentype'),  url('./fonts/Godfrey-MediumItalic.woff') format('woff'), url('./fonts/Godfrey-MediumItalic.ttf')  format('truetype'), url('./fonts/Godfrey-MediumItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html{
    scroll-behavior: smooth;
}
body{
    padding:0 !important;
    margin:0;
    font-family: 'Godfrey-Regular';
	color: #3c3c3c;
	overflow-x: hidden;
}
section{
   width:100%;
   margin:0;
}
a{
   text-decoration:none;
}
.section-content{
   max-width:1140px;
   width:100%;
   margin:0 auto;
   clear:both;
}
.text--primary{
    color:#d94949;
}
.bg-primary{
    background:#d94949;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
a{
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {

    color: #ffffff;
    text-decoration: none;
	opacity: 0.5;

}
img{
	width: auto;
	max-width: 100%;
	
}
.main-row {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.grid-50 {
    width: 50%;
}
.grid-60 {

    width: 58.3%;

}
.grid-40 {

    width:41.7%;

}
/*Sub menu css*/
.sub-menu {

    position: absolute;
    width: 100%;
    max-width: 670px;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: left;
	z-index: 1;
	opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.menu-primary-menu-container .sub-menu li {

    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    width: 50%;

}
.menu-primary-menu-container .sub-menu li:last-child{
	margin-bottom: 0;
}
.menu-bg-color {


    height: 170px;
    width: calc(50% + 306px);
    margin: 0 0 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
	opacity: 0;
	visibility: hidden;

}
.sub-menu-bg-color{
	background-color: #22a2ae;
	opacity: 1;
	visibility: visible;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.menu-item-has-children:hover .menu-bg-color{
	background-color: #22a2ae;
	opacity: 1;
	visibility: visible;	
}
.menu-primary-menu-container .sub-menu li a {
	padding: 0 0;
    line-height: 20px;
    min-height: auto;

}
/*Sub menu css end*/

/*--------------------------------
>>> Header Components
--------------------------------**/
#header{
	position: absolute;
	top: 9px;
	left: 0px;
	right: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.page-template-home-new .slider-info, .page-template-home-new #header{
    opacity: 0;
}

.btn_green{
	font-family: 'Godfrey-Medium';
	font-size: 18px;
	letter-spacing: 0.020em;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006628+0,08a830+100 */
	background: #006628; /* Old browsers */
	background: -moz-linear-gradient(left, #006628 0%, #08a830 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006628 0%,#08a830 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006628 0%,#08a830 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006628', endColorstr='#08a830',GradientType=1 ); /* IE6-9 */
    color: #ffffff !important;
    text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.btn_green:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#08a830+0,006628+100 */
	background: #08a830; /* Old browsers */
	background: -moz-linear-gradient(left, #08a830 0%, #006628 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #08a830 0%,#006628 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #08a830 0%,#006628 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08a830', endColorstr='#006628',GradientType=1 ); /* IE6-9 */
	opacity: 1;
	
}
.btn_xlarge {

    display: block;
    max-width: 255px;
    height: 60px;
    margin: 0 auto;
    width: 100%;
    line-height: 60px;
    text-align: center;

}
.slick-slide {
    margin: 0px 20px;
}
h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.btn_small {
	font-size: 17px;
    width: 109px;
    height: 47px;
    display: block;
    text-align: center;
    line-height: 47px;

}
.btn_medium {

    display: block;
    max-width: 190px;
    height: 60px;
    margin: 0 auto;
    width: 100%;
    line-height: 60px;
    text-align: center;

}
.btn_large {

    display: block;
    max-width: 237px;
    height: 60px;
    margin: 0 auto;
    width: 100%;
    line-height: 60px;
    text-align: center;

}
.btn_multi{
    
    background-image: url('./images/hover-multi-color-btn.png') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: 177px;
	box-shadow: 0px 9px 11px rgba(0,0,0,0.15);
}
.btn_multi-large{
    
    background-image: url('./images/hover-multi-color-btn.png') !important;
	background-repeat: no-repeat;
	background-size: 237px 60px;
	background-position: center center;
	max-width: 237px;
    box-shadow: 0px 9px 11px rgba(0,0,0,0.15);
    font-family: 'Godfrey-Medium';
    font-size: 18px; 
    letter-spacing: 0.020em;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    cursor: pointer;  
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;    
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;  
    transition: background 0.5s linear;

}
.btn_multi-large:hover{
    opacity: 1;
}
.stats-image{
    background-image: url('./images/multi-color-btn.png');
    background-size: 237px 60px;
    border-radius: 3px;
}
.btn_multi:hover .stats-image, .btn_multi-large:hover .stats-image{
    background-image: none;
}

.btn_green span{
	position: relative;
}
.btn_green span {

    background-image: url('./images/white-arrow.png');
    background-size: 6px 12px;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 10px 0 0;

}
.btn_small span {
    content: '';
    background-image: url('./images/white-arrow.png');
	background-size: 5px 10px;
	background-repeat: no-repeat;
}
.main-logo a {

    display: block;
    max-width: 155px;
	margin-left: 18px;
	opacity: 1;
}
.main-logo {

    flex-basis: 261px;

}
.main-menu {

    flex-basis: 77%;
	text-align: right;

}

.menu-primary-menu-container ul li {

    display: inline-block;
    margin-right: 18px;

}
.menu-primary-menu-container ul li:last-child {

    margin-right: 0;

}
.menu-primary-menu-container ul li a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    line-height: 84px;
    letter-spacing: 0.02em;
    position: relative;
    min-height: 84px;
    display: block;
	opacity: 1;
}
.main-menu-header{
	background-image: url('./images/menu-background.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 8px;
}
.menu-primary-menu-container ul li a:hover {
    color: #9beff7;
}

#menu-primary-menu > li > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #9beff7;
    height: 4px;
    width: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
}
#menu-primary-menu > li > a:hover::before {
    content: '';
    width: 100%;
    opacity: 1;
}
#menu-primary-menu .current-menu-item a{
	color: #9beff7;
}
#menu-primary-menu .current-menu-item a::before {
    width: 100%;
    opacity: 1;
}
.menu-color {
    position: absolute;
    right: 0;
    top: 38px;
    background-color: #22a2ae;
    width: calc(50% - ( 0.5 * 1139px ) );
    height: 84px;
}
.slider-info a {

    font-size: 18px;
    letter-spacing: 0.02em;
	font-family: 'Godfrey-Medium';
}
.home .main-content-slider, .home .slider-info, .home #header, .page-template-traffic-managemant .home-slider-inner, .page-template-traffic-managemant .slider-info, .page-template-traffic-managemant #header{
    opacity: 0;
}

.page-template-home-new .main-content-slider {
    opacity: 0;
}
.page-inner{
    opacity: 0;
}
.about-video{
    margin-top: 150px;
}
.view-capabilities {

    display: block;
    margin-top: 50px;

}
/*--------------------------------
>>> Banner Components
--------------------------------**/
.home-slider-inner {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.social-icon {

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

}
.social-icon li {

    margin-right: 21px;

}
.social-icon a {

    color: #fff;
    font-size: 17px;

}
.login-number-column li {
    margin-left: 36px;
}
.login-number-column {

    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;

}
.number a {

    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.02em;
	text-decoration: none;
	position: relative;
}

.number a::before {

    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 15px;
    height: 23px;
/*	background-image: url('./images/phone-v1.png');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}
.number a {

    background-image: url('./images/phone-v1.png');
    background-size: 13px 20px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;

}
#header .main-row {

    align-items: center;

}
.slider-info h3 {

    font-size: 27px;
    line-height: 30px;
    margin:0 0 8px 0;
    color: #ffffff;
	font-family: 'Godfrey-Light';

}
.slider-info h1 {

    color: #ffffff;
    font-family: 'Godfrey-Bold';
    text-transform: uppercase;
    font-size: 62px;
    margin: 0 0 44px 0;
    line-height: 62px;

}
.slider-info {

    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

}
.capablities-video {
    margin-top: 130px;
    margin-bottom: 26px;
}
.home-capablities-video {
    padding-bottom: 132px;
    padding-top: 100px;
}
/*About page css*/
.inner-page-banner{
	background-size: cover;
	height: 540px;
	background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.inner-page-banner .main-inner-banner{

    height: 100%;
    justify-content: center;
    align-items: flex-end;
	padding-bottom: 162px;

}
.banner-heading {

    font-size: 62px;
    line-height: 67px;
    color: #fff;
    font-family: 'Godfrey-Bold';
    margin-bottom: 0;
    letter-spacing: 0.030em;

}
.about-abc-desc p {

    margin-bottom: 30px;
    font-size: 21px;
    line-height: 37px;
    text-align: center;
    font-family: 'Godfrey-Light';
    letter-spacing: 0.022em;
    color: #3c3c3c;

}

.about-desc p {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 37px;
    text-align: center;
    font-family: 'Godfrey-Light';
    letter-spacing: 0.022em;
    color: #3c3c3c;
}
.about-desc p:last-child, .about-abc-desc p:last-child{
    margin-bottom: 0;
}
.text-medium {
    font-size: 21px;
    text-align: center;
    line-height: 37px;
    font-family: 'Godfrey-Light';
    margin-bottom: 0;
    color: #3c3c3c;
}
.about-abc-desc {

    padding: 52px 0 56px 0;

}
.about-desc {
    padding-top: 100px;
}
.about-abc-group {

    padding-top: 152px;
	padding-bottom: 0px;

}
.about-abc-group-fp {
	padding-bottom: 152px;
}
.focus-point h2 {

    font-size: 27px;
    line-height: 37px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    text-transform: capitalize;
	font-family: 'Godfrey-Medium'
}
.focus-point-grid {
    text-align: center;

}
.icon-image {

    /* background-image: url('./images/icon-bg-arrow.png'); */
    background-position: center 13px;
    background-repeat: no-repeat;
    background-size: 113px 105px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 113px;
    margin: 0 auto;

}
.main-grid{
	display: grid;
	grid-row-gap: 42px;
	grid-column-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr;
	
}
.limited-main-grid {
    display: grid;
    grid-row-gap: 42px;
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 750px;
    margin: 40px auto 0 auto;
}
.featured-project-inner strong {
    display: block;
}
.limited-main-grid h4 {
    max-width: 300px;
    margin: 0 auto 21px auto;
}
.focus-point-grid h4 {

    font-size: 23px;
    line-height: 23px;
    margin-bottom: 21px;
    text-transform: capitalize;
    font-family: 'Godfrey-Medium';
    letter-spacing: 0.022em;
    color: #333;

}

.cta-text {

    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.022em;
    font-family: 'Godfrey-Light';
    color: #3c3c3c;

}
.what-we-do {

    text-align: center;
    margin-bottom: 28px;
	margin-top: 45px;
    font-size: 22px;
    font-family: 'Godfrey-MediumItalic';
    letter-spacing: 0.022em;
    text-transform: none;
    color: #3c3c3c;

}
.traffic-sub-text, .wedo-sub-text {

    font-size: 21px;
    text-align: center;
    line-height: 33px;
    font-family: 'Godfrey-light';
    letter-spacing: 0.022em;
    max-width: 966px;
    margin: 0 auto;

}
.trf-management-image {
    padding-top: 70px;
    padding-bottom: 70px;
}
.traffic-project p{

    font-size: 21px;
    text-align: center;
    line-height: 33px;
    font-family: 'Godfrey-light';
    letter-spacing: 0.022em;
    max-width: 966px;
    margin: 0 auto 25px auto;

}
.traffic-project {
    margin-top: 50px;
}
.traffic-sub-text {
    padding-top: 40px;
}
.left-section{
	background-image: url('./images/circle-image.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 96px;
	width: 96px;
	text-align: center;
	margin-right: 11px;
	
}
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.who-we-are-heading {
    font-size: 23px;
	margin-bottom: 13px;
    letter-spacing: 0.022em;
    text-transform: inherit;
    font-family: 'Godfrey-Medium';
}
.para-text {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.022em;
    font-family: 'Godfrey-Light';
}
.right-section {

    margin-left: 11px;
    flex-basis: 414px;

}
.who-we-are {
    display: flex;
    flex-wrap: wrap;
	margin-top: 56px;
}
.who-we-are li {
    width: 50%;
	margin-bottom: 76px;
}
.who-we-are li:nth-child(2n+1) {

    padding-right: 38px;

}
.who-we-are li:nth-child(2n) {

    padding-left: 38px;

}
.who-we-are-main {
    padding: 121px 0 76px 0;
}
.tg-related-image {
    min-height: 269px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.owl-item {
background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(255,255,255,1) 50%);

background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 50%);

background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 50%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );

border-radius: 5px;

}
.grid {
    width: 31.7%;
}
.owl-next, .owl-prev{

    position: absolute;
    top: 50%;
    outline: none !important;
    margin: 0 !important;

}
.owl-prev {
    left: -159px;
    }
.owl-next {

    right: -159px;
}
.owl-prev {
	background-image: url('./images/owl-arrow-prev.png') !important;
	width: 57px;
    height: 57px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;

}
.owl-next {
	background-image: url('./images/owl-arrow-next.png') !important;
	width: 57px;
    height: 57px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;

}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: transparent;
}
.tg-related-content {

    padding:30px 31px;

}
.member-name h4 {

    font-size: 25px;
    text-transform: inherit;
    color: #22a2ae;
    margin-bottom: 0;
    line-height: 23px;
	letter-spacing: 0.022em;
	font-family: 'Godfrey-Medium';
	
}
.member-name h5 {

    color: #575757;
    text-transform: inherit;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    font-family: 'Godfrey-Light';

}
.owl-theme .owl-nav {

    margin-top: 0;

}
.owl-dots{
    display: none;
}
.main-our-team {

    padding: 122px 0 135px 0;

}
/*--------------------------------
>>> Contetn Components
--------------------------------**/
.main-heading h4 {
    margin: 0;
    line-height: 25px;
    font-size: 24px;
    color: #22a2ae;
    letter-spacing: 0.025em;
}
.main-heading h3, .contact-cta-heading h3{
    font-size: 58px;
	line-height: 58px;
    letter-spacing: 0.025em;
	margin: 0;
    font-family: 'Godfrey-Bold';
	color: #333333;
}
.main-heading, .contact-cta-heading {

    position: relative;
    padding-top: 28px;
	padding-bottom: 21px;
    background-image: url('./images/heading-line.png');
    background-repeat: no-repeat;
    background-position: bottom left;
	

}
.contact-cta-heading h3{
	color: #ffffff;
}
.contact-cta-heading {

    background-position: center bottom;
    margin-bottom: 54px;

}
.main-heading::before {
    content: '';
    background-image: url('./images/heading-background.png');
    position: absolute;
    top: 0;
    left: -33px;
    background-size: cover;
    background-repeat: no-repeat;
	width: 85px;
	height: 89px;
}
.contact-cta-heading.main-heading::before{
	background-image: url('./images/transparent-arrow.png');
}

.section-about-text p {

     font-size: 21px;
    line-height: 35px;
    color: #3c3c3c;
    font-family: 'Godfrey-Light';
    margin-bottom: 33px;

}
.overflow-section{
    position: relative;
    overflow: hidden;
}
.section-about-text p:last-child {
	margin-bottom: 0px;
}
.section-about-text {
    margin-top: 44px;
}
.about-section {
    padding: 84px 0 72px 0;
}
.contact-section{
    padding: 84px 0 49px 0;
}
.work-image {
    position: relative;
    right: -60px;
}
.light-background{
	background-color: #f7f7f7;
}
.main-heading.center-heading {
    background-position: center bottom;
}
.main-heading.center-heading::before {

    left: 46.4%;
    right: auto;
    top: 8px;

}
.full-section {
    padding: 0 25px;
    max-width: 1700px;
    margin:59px auto 0 auto;
}
.full-section ul li {

    width: 18.8%;
	margin-bottom: 25px;
	text-align: center;

}
.featured-image {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

}
.featured-grid{

    background: -moz-linear-gradient(top, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    border-radius: 4px;

}
.icon {

    max-width: 76px;
    margin: 0 auto;
    background-color: #22a2ae;
    border-radius: 100%;
    height: 76px;
    border: 5px solid #fff;
    margin-top: -37px;
    padding: 0;
    line-height: 61px;
    text-align: center;

}
.featured-grid a {

    height: 100%;

}
.featured-grid a:hover, .slide-inner a:hover{
	opacity: 1;
}
.featured-title {

    font-size: 23px;
    line-height: 28px;
    color: #3c3c3c;
    font-family: 'Godfrey-Light';
	padding: 20px 33px 40px 33px;
    word-wrap: break-word;
    text-transform: capitalize;
}
.featured-capabilities {
    padding-top: 121px;
}
.main-what-we-do {
    padding-bottom: 135px;
}
.grid-container {
  display: grid;
  padding-top: 59px;
  padding-bottom: 160px;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
}

.project {

    border-radius: 5px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-color: #22a2ae;
}
.project h3  {

    color: #fff;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0.015em;
    text-transform: capitalize;
    margin-bottom: 25px;
	max-width: 190px;
}	
.extra-wide {
  grid-column: span 2;
}
.project a {

    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
	opacity: 1;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.project a:hover{
	background-color: rgba(51,51,51,0.5);
}
.extra-tall {
  grid-row: span 2;
}
.contact-cta {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 121px 0 160px 0;

}
.left-image{
	margin-left: -101px;
}
.about-civil-inner{

    margin-top: 65px;

}
.contact-civil-inner{

    margin-top: 87px;

}
.feature-service{

    margin-top: 76px;

}
.featured-project-section {

    padding: 122px 0 114px 0;

}
.featured-project-inner {

    margin-top: 34px;

}
.navbar-toggler{
	display: none;
}
.whowe-grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-projects{
    padding-top: 152px;
}
/*--------------------------------
>>> Footer Components
--------------------------------**/
footer {
    background-color: #06181a;
}
.footer-social {
    display: flex;
    margin-top: 51px;
}
.footer-social a {

    background-color: #0b2528;
    width: 45px;
    height: 45px;
	font-size: 20px;
    display: flex;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
	color: #859192;

}
.footer-social a:hover{
	opacity: 0.5;
}
.footer-social li {
    margin-right: 11px;
}
.contact-footer i{
	margin-top: 5px;
}
.copy-right {
    font-size: 19px;
    line-height: 24px;
    color: #859192;
    font-family: 'Godfrey-Light';
    letter-spacing: 0.02em;
	margin-top: 44px;
}

.copy-right span{
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Godfrey-Medium';
}
.footer-heading {

    font-size: 19px;
    line-height: 19px;
    color: #ffffff;
    font-family: 'Godfrey-Medium';
    margin-bottom: 0;
	padding-bottom: 14px;
	position: relative;
	
}
.footer-heading::after {

    content: '';
    background-color: #2099a4;
    height: 3px;
    position: absolute;
    left: 0px;
	bottom: 0px;
    width: 27px;
}
.menu-footer-menu-container li a {

    font-size: 19px;
    line-height: 19px;
    color: #859192;

}
.menu-footer-menu-container li {

    line-height: 44px;

}
.menu-footer-menu-container {

    margin-top: 18px;

}
.contact-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 287px;
	margin-top: 26px;	
}
.contact-footer li {
    font-size: 19px;
	line-height: 24px;
    color: #859192;
    font-family: 'Godfrey-Light';
}
.contact-footer li:nth-child(2n) {

    flex-basis: 260px;
    margin-left: 7px;
    margin-bottom: 36px;

}
.contact-footer li a {
    color: #859192;
}
.contact-footer li:last-child a {

    color: #08a42f;

}
.form-text-fld {
	
    font-size: 17px;
    color: #737373;
    border-radius: 4px;
    border: none;
    line-height: 44px;
	width: 100%;
	padding: 0 18px;

}
input::placeholder, textarea::placeholder {

    opacity: 1 !important;

}
.hf-fields-wrap {
    padding-top: 30px;
}
.hf-fields-wrap p {
    margin-bottom: 7px;
}
.hf-fields-wrap p:last-child {
    margin-bottom: 0px;
}
.form-message-fld {
    height: 68px;
 }
.btn_green.btn_small[type="submit"] {

    border: none;
    width: 118px;
    height: 54px;
    cursor: pointer;
    font-family: 'Godfrey-Medium';
    letter-spacing: 0.02em;

}
.sb_btn {

    margin-bottom: 0 !important;
    position: relative;
    display: inline-block;

}
.sb_btn::after {

    content: '';
    background-image: url('./images/white-arrow.png');
    position: absolute;
    top: 5px;
    right: 29px;
    background-size: 6px 12px;
    background-repeat: no-repeat;
    height: 45px;
    width: 6px;
    background-position: center center;
    line-height: 45px;

}
.hf-fields-wrap .sb_btn::after {

    content: '';
    background-image: url('./images/white-arrow.png');
    position: absolute;
    top: 5px;
    right: 35px;
    background-size: 6px 12px;
    background-repeat: no-repeat;
    height: 45px;
    width: 6px;
    background-position: center center;
    line-height: 45px;

}
.hf-fields-wrap  .btn_green.btn_small[type="submit"]{
	padding:0 43px 0 35px;
	width: auto;
}

footer {

    background-color: #06181a;
    padding: 98px 0 40px 0;

}
.footer-1 a{
	opacity: 1;
}
.footer-1 img {

    margin-top: 3px;

}
.disc-brd {

    border-top: 1px solid #1f3031;
    padding-top: 40px;
    margin-top: 69px;

}
.disclaimer {

    margin-bottom: 0;
    color: #859192;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-family: 'Godfrey-Light';

}
.main-heading.left-heading::before {
    left: -30px;
}
.main-heading.left-heading {
	background-position: bottom left;
}
.owl-carousela .owl-item {
    float: left;
}
.owl-carousela .owl-nav.disabled, .owl-carousela .owl-dots.disabled {
    display: none;
}
.owl-carousela .owl-stage{
	overflow: hidden;
	clear: both;
}
.benefits-text {
    font-size: 21px;
    line-height: 33px;
    text-align: center;
    font-family: 'Godfrey-Light';
    max-width: 928px;
    margin: 47px auto 44px auto;
	color: #3c3c3c;
}
.benefits-icon {

    background-image: url('./images/circle-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 74px;
    height: 74px;
    text-align: center;
    line-height: 74px;
	margin-right: 20px;

}
.benefits-cta-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 66px;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    justify-content: center;
    max-width: 204px;
    justify-content: center;
    background-image: url('./images/hover-multi-color-btn.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.benefits-cta-inner:last-child {

    margin-right: 0;

}
.benefits-cta {

    display: flex;
    justify-content: center;
    margin-bottom: 56px;
    
}
.benefits-icon-text {

    max-width: 204px;
    font-size: 23px;
    line-height: 26px;
    font-family: 'Godfrey-Medium';
    color: #fff;
    padding: 16px 23px;

}
.drainage-benefits{
	padding: 121px 0 160px 0;
}
.featured-grid{
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.featured-grid:hover {
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 49%, rgb(34, 162, 174) 50%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 49%,rgba(34,162,174,1) 50%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 49%,rgb(34, 162, 174) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#22a2ae',GradientType=0 );
}
.featured-grid:hover .icon{
	background-color: #ffffff;
	border: 5px solid #22a2ae;
}
.featured-grid .icon img:nth-child(2){
	display: none;
}
.featured-grid:hover .icon img:nth-child(2){
	display: inline-block;
}
.featured-grid:hover .icon img:nth-child(1){
	display: none;
}
.featured-grid:hover .featured-title{
	color: #ffffff;
}
.spacer {
    height: 25px;
}
.slide-inner {
    border-radius: 4px;
    max-height: 459px;
    overflow: hidden;
}
.slide-inner a{
	display: block;
}
.two-row {
    border-radius: 4px;
    max-height: 217px;
    overflow: hidden;
}
.variable .slick-slide {
    margin: 0px 12.5px;
}
.variable {
    margin-top: 59px;
}
.video-gallery{
	padding:122px 0 130px 0;
}
.single-project .video-gallery{
	padding:122px 0 130px 0;
}
.page-template-capabilities .capabilities-featured {
    padding-bottom: 134px;
}
.gm-style-mtc, .gm-control-active, .gm-svpc, .gmnoprint, iframe + div, .gm-style-cc {
    display: none;
}
#gmap_canvas img{
	max-width:none!important;
	background:none!important;
}
.map-contact-address {
    max-width: 290px;
    margin: 0 auto;
    position: relative;
    top: -76px;
	left: 30px;
	display: flex;
	flex-wrap: wrap;
}
.main-map{
	position: relative;
}
.contact-address{
	background-image: url(./images/map-arrow-image.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 684px;
	height: 715px;
	position: absolute;
	top: 68px;
	left: -117px;
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: center;
}
.map-contact-address li {
    color: #fff;
    font-size: 19px;
    line-height: 20px;
	margin-bottom: 20px;
    font-family: 'Godfrey-Light';
	
}
.map-contact-address li a {
    color: #fff;
}
.map-contact-address li:last-child img {
    margin-right: 0;
}
.map-contact-address li img {
    margin-right: 10px;
}
.map-contact-address li:last-child a {
    margin-left: 5px;
}
.contact-form{
	padding: 68px 0 107px 0;
	border-radius: 5px;
	margin-bottom: 50px;
}
.contact-sub-text {
    text-align: center;
    font-size: 21px;
    line-height: 23px;
    color: #3c3c3c;
    margin-top: 43px;
}
.main-form {
    max-width: 930px;
    margin: 0 auto;
}
.request-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.request-form p {
    flex-basis: 50%;
    margin: 0;
	position: relative;
}
.request-form input[type="text"], .request-form input[type="email"], .main-form textarea {

    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    color: #737373;
    padding: 0 11px;
	font-family: 'Godfrey-Light';

}
.main-form textarea {
    height: 120px;
    margin-top: 20px;
    margin-bottom: 18px;
}
.request-form p::after, .main-form .message-area::before  {
    content: '';
    position: absolute;
    background-color: #22a2ae;
    width: 3px;
    height: 28px;
    left: 0;
    top: 16.5px;
}
.main-form .message-area{
	position: relative;
}
.main-form .message-area::before {
    top: 36px;
}
.main-form p {
    margin-bottom: 0;
}
.submit-btn {
    position: relative;
    max-width: 190px;
    margin: 0 auto;
}
.submit-btn::before {
    content: '';
    background-image: url('./images/white-arrow.png');
    position: absolute;
    top: 7px;
    right: 34px;
    background-size: 6px 12px;
    background-repeat: no-repeat;
    height: 45px;
    width: 6px;
    background-position: center center;
    line-height: 45px;
}
.main-g-map{
	overflow:hidden;
	height:669px;
	width:100%;
}
.main-g-map + a {
 	color: #ffffff;
	pointer-events: none;
}
#gmap_canvas{
	height:669px;
	width:100%;
}
.main-projects-row {

    margin-bottom: 0;
	position: relative;

}
.feature-image-right {

    position: relative;
    right: -30px;
    margin-top: 0;
    width: 594px;

}


.project-container-left{

    max-width: 1230px;
    margin: 0 auto;
    padding-left: 31px;

}
.project-container-right{

    max-width: 1240px;
    margin: 0 auto;
	padding-right: 70px;

}
.feature-image-left {

    position: relative;
    left: -50px;
	width: 593px;

}
.project-inner-left {

    margin-top: 0;
    padding-top: 23px;
    width: 570px;

}
.project-inner-right {

    padding-top: 47px;
	width: 583px;
	margin-left: 14px;
}
.right-image-container, .left-image-container{
	padding-bottom: 95px;
}
.left-image-container:last-child {

    padding-bottom: 71px;

}
.right-image-container:last-child {

    padding-bottom: 71px;

}
#error_ {
    display: none;
}
.right-image-container {

    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;

}
.left-image-container {

    max-width: 1240px;
    margin: 0 auto;
    padding-right: 50px;

}
.main-project {

    margin-top: 122px;

}
.show-in-mobile{
	display: none;
	max-width: 594px;
	margin: 0 auto;
}
#w1{

    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;

}
.err404 {
    font-size: 27px;
    line-height: 30px;
    margin: 42px 0 8px 0;
    color: #ffffff;
    font-family: 'Godfrey-Light';
}
.not-found {

color: #ffffff;
font-family: 'Godfrey-Bold';
text-transform: uppercase;
font-size: 62px;
margin: 0 0 44px 0;
line-height: 62px;

}
.section-about-text a {
    margin-left: 0;
    color: #3c3c3c;
    text-decoration: underline;
}
.section-about-text li {

    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;

}
.section-about-text li::before {

    content: '';
    position: absolute;
    left: 0;
    background-color: #000;
    height: 5px;
    width: 5px;
    top: 13px;
    border-radius: 100%;

}
.main-content-slider{
    width: 100%;
}
.main-content-slider video{

    height: 100vh;
    object-fit: cover;

}
.single-project .inner-page-banner {
    cursor: pointer;
}
.releted-capability {
    padding-bottom: 35px;
}
.water-recyle-sefty-icons .icon-image {
    margin-bottom: 15px;
}
.water-recyle-sefty-icons {
    margin-bottom: 25px;
}
.recycling-image {

    margin: 100px 0 120px 0;

}
.career-text {
    text-align: center;
    margin: 40px 0 70px 0;
    font-size: 21px;
    line-height: 35px;
    color: #3c3c3c;
    font-family: 'Godfrey-Light';
}
.career-text a {

    color: #3c3c3c;
    border-bottom: 1px solid #3c3c3c;

}

.fade-scale {
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    padding-right: 0 !important;
}
.fade-scale.show {
    opacity: 1;
    display: flex !important;
    width: 100%;
    align-items: center;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal-dialog {
    width: 100%;
    max-width: 1000px;
}
.modal-content {
    background-color: transparent;
    border: none;
}
.footer-last li {
    display: inline-block;
    width: 49.8%;

}
.footer-last li a {
   
    color: #859192;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-family: 'Godfrey-Light';
}
.footer-last li:nth-child(2) {
    text-align: right;
}
.video-gallery + .featured-capabilities {
    background-color: #f7f7f7;
}
.left-container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
  }
  
  .left-container iframe {
    position: absolute;
      height: 56.25vw;
      width: 100vw;
      min-height: 100vh;
      min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.modal-body {
    text-align: center;
    }
.arrow-left{
    margin-right: 30px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    left: -46px;
    top: 50%;
    z-index: 1;
}
.arrow-right {
    margin-left: 30px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: -46px;
    top: 50%;
    z-index: 1;
}
.inner-image-modal img {
    position: relative;
}
.medium-image{
    background-size: cover !important;
    background-position: center center !important;
    height: 459px;
    width: 310px;
}
.large-image{
    background-size: cover !important;
    background-position: center center !important;
    height: 459px;
    width: 450px;
}
.small{
    background-size: cover !important;
    background-position: center center !important;
    height: 217px;
    width: 305px;
}
.close{
    opacity: 1;
    margin-bottom: 10px;
    position: absolute;
    top: -20px;
    right: 16px;
}
.modal.and.carousel {
    position: fixed;
  }
  .slick-slider.one-time  .slick-list{
      height: auto !important;
  }
.one-time  .slick-slide{
      max-width: 1000px;
      width: 100% !important;
  }
  .one-time .slick-track{
    max-width: 4735px;
    width: 4735px !important;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev{
    opacity: 1 !important;
}
.lightbox .lb-image{
    border: none !important;
    border-radius: 0px !important;
}
.lb-nav a.lb-next{
    position: absolute;
    right: -49px !important;
    width: 18px !important;
    height: 30px !important;
    background-position: center center !important;
    background-image: url('./images/arrow-right.png') !important;
    top: 50%;
}
.lb-nav a.lb-prev{
    position: absolute;
    left: -49px !important;
    width: 18px !important;
    height: 30px !important;
    background-position: center center !important;
    background-image: url('./images/arrow-left.png') !important;
    top: 50%;
}
.lb-dataContainer{
    position: absolute;
    top: -39px;
    right: 0;
    left: 0;
}
.lightboxOverlay {
    position: fixed !important;
}
.lightbox {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.lb-data .lb-details{
    display: none;
}
.main-placement-section {
    padding-top: 40px;
}
.network-section-description p{
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 37px;
    text-align: center;
    font-family: 'Godfrey-Light';
    letter-spacing: 0.022em;
    color: #3c3c3c;
}
.network-section h3{
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 50px;
    text-align: center;
    color: #333;
    text-transform: capitalize;
    font-family: 'Godfrey-Medium';
}
.network-section-description {
    padding-bottom: 30px;
}
.network-section-description ul, .network-section-description .list-heading {
    max-width: 710px;
    margin: 0 auto;
}
.network-section-description ul li {

    list-style: none;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.022em;
    font-family: 'Godfrey-Light';
    color: #3c3c3c;
    margin-bottom: 10px;
    padding-left: 10px;
    list-style: disc;
    margin-left: 19px;

}
.list-heading {
    list-style: none;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.022em;
    font-family: 'Godfrey-Light';
    color: #3c3c3c;
    text-transform: unset;
    padding-bottom: 15px;
    
}
.main-our-team .owl-carousel{
    margin-top: 59px;
}
.aus-abc-group-fp {
    padding-bottom: 50px;
}
.releted-capability {
    padding-bottom: 135px;
}

/*Responsive start*/
@media screen and (min-width: 992px) and (max-width: 5000px) {
#navbarNav{
    display: block !important;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-toggler{
	display: none; 
}
.main-logo {
    flex-basis: 180px;
}
.section-content, .full-section, .header-1{
	padding: 0 15px;
}
/* .main-inner-banner{
	align-items: center;
} */
#header .section-content{
	padding: 0 0;
	}
.main-menu-header {

    margin-left: 15px;

}
.menu-primary-menu-container ul li{
	margin-right: 10px;
}
.main-menu {

    padding-right: 15px;

}
.work-image {

    right: 0;

}
.main-heading::before{
	left: -10px;
}
.full-section ul li {

    width: 31.9%;
	margin-right: 2vw;
}
.left-image {

    margin-left: 0;

}
.contact-cta {
    padding: 61px 0 100px 0;

}	
.main-heading h3, .contact-cta-heading h3 {
    font-size: 36px;
    line-height: 36px;
}
.featured-capabilities {

    padding-top: 71px;

}
.main-what-we-do {
    padding-bottom: 71px;
}
.page-template-capabilities .capabilities-featured {
    padding-bottom: 47px;
}
.grid-container{
	padding-bottom: 110px;
}
.main-projects {
    padding-top: 52px;
}
.full-section ul li:nth-child(3n) {
    margin-right: 0;
}

.main-what-we-do .main-row {
    justify-content: flex-start;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.contact-form {
    padding-top: 68px;
	padding-bottom: 107px;
	}
.single-project .video-gallery {
    padding: 71px 0 80px 0;
}
.drainage-benefits {
    padding: 71px 0 71px 0;
}
.sub-menu, .menu-bg-color{
    display: none;
}
.arrow-right{
    right: 30px;
}
.arrow-left{
    left: 30px;
}
.lightbox, .lb-dataContainer{
    padding: 0 100px;
}
.lb-dataContainer {
    width: 100% !important;
}
.lb-outerContainer{
    width: auto !important;
    height: auto !important;
}
.lightbox .lb-image{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.releted-capability {
    padding-bottom: 81px;
}

}

@media screen and (min-width: 992px) and (max-width: 1366px) {
.feature-image-right {
right: 0;
width: 48.5%;
}
.project-inner-left {
    padding-top: 23px;
    width: 48.5%;
}
.right-image-container, .left-image-container {
    padding-left: 15px;
    padding-right: 15px;
}
.project-inner-right {
    padding-top: 47px;
    width: 48.5%;
    margin-left: 0;
}
.feature-image-left {
    left: 0;
    width: 48.5%;
}
	
}

@media screen and (max-width: 1000px) {
  .grid-container {
      grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
	.header-1{
		display: none;
	}
.navbar-toggler.navbar-toggler-right {
	display: block;
	outline: none;
    width: 25px;
    height: 25px;
    border-radius: 0;
    position: fixed;
    right: 25px;
	top: 25px;
    padding: 0;
	z-index: 100000;

}
.responsive-menu-pro-inner {

    width: 25px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -5px;
    left: -1px;

}
.responsive-menu-pro-inner::before {

    position: absolute;
    top: -7px;
    background-color: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    content: '';

}
.responsive-menu-pro-inner::after {

    position: absolute;
    top: 7px;
    background-color: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    content: '';

}
#navbarNav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: block;
    top: 0;
    left: 0;
    background-color:rgba(6 ,24, 26,0.9);
/*	opacity: 0;*/
	display: none;
}
.menu-primary-menu-container ul li{
    display: block;
    margin-right: 0px;
}

.cross .responsive-menu-pro-inner::after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(90deg);
	top: 0;
}
.cross .responsive-menu-pro-inner::before {
    background-color: transparent;
}
.cross .responsive-menu-pro-inner {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-color{
	display: none;
}	
#header{
	top: 0px;
}
.main-menu-header{
	margin-top: 0px;
	padding: 10px 0;
	background-color: #ffffff;
}	
.menu-primary-menu-container ul li a {
    width: 100%;
    display: block;
    line-height: 35px;
    padding: 15px 0;
    min-height: auto;
    font-size: 35px;
}
#navbarNav{
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100vw;
}
.main-logo a{
	margin-left: 25px;
}
#menu-primary-menu {

    margin-top: 12px;
    padding: 0 25px;

}
#menu-primary-menu .current-menu-item a::before, #menu-primary-menu > li > a:hover::before{
	opacity: 0;
}
.section-content {

    padding: 0 25px;
}
.main-inner-banner{
	align-items: center;
}
.grid-50, .grid-60, .grid-40{
	width: 100%;
}
.work-image {

    position: relative;
    right: 0;
    text-align: center;

}
.main-heading::before{
	left: -10px;
}
#header .section-content {

    padding: 0;

}
#header {

    position: fixed;
    z-index: 2;

}
  .full-section ul li {
    width: 48%;
}
.about-section {

    padding: 46px 0 50px 0;

}
.about-civil-inner {

    margin-top: 0;

}	
.main-heading{

	padding-top: 0;

}
.main-heading h3, .contact-cta-heading h3 {

    font-size: 44px;
    line-height: 44px;
}
.featured-capabilities {

    padding-top: 40px;
    padding-bottom: 25px;

}
.page-template-capabilities .capabilities-featured {
    padding-bottom: 50px;
}
.left-image {
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
}

.grid-container{
	padding-bottom: 25px;
}
.main-projects {
    padding-top: 52px;
    padding-bottom: 27px;
}
.feature-service {
    margin-top: 0;
}
.featured-project-section {
    padding: 14px 0 50px 0;
}
.featured-project-inner {
    margin-bottom: 20px;
}

.footer-1, .footer-2, .footer-4 {
    margin-right: 10px;
}
.footer-2, .footer-3, .footer-4{
	margin-top: 10px;
	}
.inner-page-banner {
    height: 300px;
    margin-top: 76px;
}
.about-abc-group {
    padding-top: 42px;
    padding-bottom: 42px;
}
.who-we-are-main {
    padding: 41px 0 40px 0;
}
.capablities-video {
    margin-top: 41px;
}
.home-capablities-video {
    padding-bottom: 41px;
    padding-top: 41px;
}
.home-capablities-video iframe, .capablities-video iframe{
    height: 250px;
}
.who-we-are li{
	margin-bottom: 0;
	margin-top: 25px;
}

.who-we-are li:nth-child(1), .who-we-are li:nth-child(2) {
    margin-top: 0;
}
.main-our-team {
    padding: 43px 0 25px 0;
}
.owl-next {
    right: 0;
}
.owl-prev {
    left: 0;
}
.main-grid{
	grid-template-columns: 1fr 1fr;
}	
.benefits-icon {
    margin-right: 10px;
    width: 64px;
    height: 64px;
    line-height: 64px;
}
.benefits-icon-text {
    max-width: 165px;
    font-size: 17px;
    line-height: 18px;
}
.contact-form{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-content.contact-form{
	padding-top: 42px;
	padding-bottom: 50px;
	margin-bottom: 0;

}	
.contact-civil-inner {
    margin-bottom: 30px;
}
.main-project {
    margin-top: 46px;
	padding-left: 25px;
	padding-right: 25px;
}
.right-image-container{
	padding-left:0px;
}
.left-image-container{
	padding-right:0px;
}
.project-inner-left{
	width: 100%;
	padding-top: 0px;
}
.feature-image-right {
    right: 0;
    width: 100%;
    text-align: center;
	padding-top: 24px;
}
.feature-image-left {
    left: 0;
    width: 100%;
    text-align: center;
	padding-top: 24px;
}
.left-image-container .main-row {
    flex-direction: column-reverse;
}
.project-inner-right {
    width: 100%;
    margin-left: 0;
	padding-top: 0;

}
.right-image-container, .left-image-container {

    padding-bottom: 46px;

}
.left-image-container:last-child {
    padding-bottom: 50px;
}
.main-menu {

    text-align: left;

}
.sub-menu {

    position: static;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;

}
.menu-bg-color{
	display: none;
}
.menu-item-has-children:hover .sub-menu	{
	height: 100%;
	overflow: visible;
}
.menu-primary-menu-container .sub-menu li a {

    padding: 0 0;
    line-height: 13px;
	display: inline;
    
}
.menu-primary-menu-container .sub-menu li{
	margin-bottom: 10px;
}
.single-project .video-gallery {
    padding: 72px 0 80px 0;
}	
.drainage-benefits {
    padding: 71px 0 71px 0;
}
.inner-page-banner .main-inner-banner{
    padding-bottom: 0;
    align-items: center;
}
.video-gallery {
    padding: 50px 0 50px 0;
}
.recycling-image {

    margin: 50px 0 50px 0;

}
.sub-menu{
    display: none;
}
.arrow-left {
    left: 30px;
}
.arrow-right {
    right: 30px;
}
.lightbox, .lb-dataContainer{
    padding: 0 70px;
}
.lb-dataContainer {
    width: 100% !important;
}
.lb-outerContainer{
    width: auto !important;
    height: auto !important;
}
.lightbox .lb-image{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.aus-abc-desc {
    padding-top: 42px;
}
.aus-abc-group-fp {
    padding-bottom: 30px;
}
.releted-capability {
    padding-bottom: 0;
}
.menu-primary-menu-container{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
}

}

/*media 991 end*/

@media screen and (max-width: 767px) {
  .grid-container {
      grid-template-columns: repeat(2, 1fr);
  }
  .full-section ul li {
    width: 100%;
}
.footer-1, .footer-2, .footer-3, .footer-4 {
    width: 100%;
	margin-top: 20px;
}
.contact-footer li:last-child {
    margin-bottom: 0;
}
footer {

    padding: 20px 0 40px 0;

}
.disc-brd {
    padding-top: 40px;
    margin-top: 40px;

}
.slider-info h1 {

    font-size: 35px;
    line-height: 35px;
    padding: 0 15px;

}
.who-we-are{
	flex-direction: column;
}
.who-we-are li {
    width: 100%;
	padding: 0px;
	}
.who-we-are li:nth-child(1), .who-we-are li:nth-child(2) {

    margin-top: 25px;

}
.who-we-are li:nth-child(2n), .who-we-are li:nth-child(2n+1){
	padding: 0px;
}
.whowe-grid{
	justify-content: center;
}
.right-section{
	text-align: center;
}	
.left-section, .right-section{
	margin:0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	display: none;
	}
.right-section{
	flex-basis: 100%;
}
.main-grid, .limited-main-grid {
    display: grid;
    grid-template-columns: 1fr;
}	

.benefits-cta-inner {

    justify-content: center;
    text-align: center;
    margin-right: 30px;
}
.benefits-icon {
    margin-right: 0px;
	margin-bottom: 0;
}
.benefits-cta{
	align-items: inherit;
}
.benefits-icon-text {
    font-size: 18px;
    line-height: 18px;
}
.main-g-map, #gmap_canvas{
	height:450px;
}
.map-contact-address li img {
    margin-right: 10px;
    -webkit-filter: drop-shadow(0px 0px 3px green);
    filter: drop-shadow(0px 0 3px green);
}
.map-contact-address li {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}
.map-contact-address {

    max-width:100%;
	position: static;
}	
.contact-address{
	height: auto;
	position: static;
	margin-top: 46px;
	background-image: none;
	margin-bottom: 35px;
	flex-direction: column;
}	
.map-contact-address li a {
    color: #333;
}	
.contact-section {
    padding: 41px 0 49px 0;
}
.contact-civil-inner {
    margin-top: 0;
}
.banner-heading {
    font-size: 35px;
    line-height: 35px;
}
.footer-last li{
    width: 100%;
    display: block;
}
.footer-last li:nth-child(2){
    text-align: left;
    margin-top: 10px;
}
.tg-related-image {
    min-height: 375px;
}

}
/*media 767 end*/
@media screen and (max-width: 500px) {
  .grid-container {
      grid-template-columns: 1fr;
  }
  .home-capablities-video iframe, .capablities-video iframe{
      height: 180px;
  }

  .extra-wide {
    grid-column: span 1;
  }
  
  .extra-tall {
    grid-column: span 1;
  }
.benefits-cta {
    flex-wrap: wrap;
}
.benefits-cta-inner {
    text-align: left;
}
.benefits-icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.benefits-cta-inner {
    text-align: left;
    margin-bottom: 20px;
}
.benefits-cta-inner:last-child{
	margin-bottom: 0px;
}
.featured-title br{
	display: none;
}
.benefits-icon-text{
    text-align: center;
    margin: 0 auto;
}
.map-contact-address li img {
    margin-right: 10px;
    -webkit-filter: drop-shadow(0px 0px 3px green);
    filter: drop-shadow(0px 0 3px green);
}
.map-contact-address li {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}
.map-contact-address li a {
    color: #333;
}
.contact-section {
    padding: 50px 0 49px 0;
}
.contact-civil-inner {
    margin-top: 0;
}
.request-form{
	grid-template-columns: 1fr;
}
.banner-heading {	
    font-size: 33px;
    line-height: 33px;
}
.arrow-left {
    left: 15px;
}
.arrow-right {
    right: 15px;
}
.benefits-cta-inner {

    display: block;
}
.benefits-cta {

    display: block;
}
.benefits-cta-inner{
    margin-right: 0;
    max-width: 100%;
}
.benefits-icon-text {
    max-width: 100%;
}
.lightbox, .lb-dataContainer {

    padding: 0 20px;
}

}
/*media 500 end*/
@media screen and (max-width: 340px) {
.contact-footer li:nth-child(2n){
	margin-left: 0px;
	word-break: break-all;
}
.contact-footer li:nth-child(2n) {
    flex-basis: 100%;
}
.main-heading h3, .contact-cta-heading h3 {
    font-size: 24px;
    line-height: 24px;
}
}
/*media 340 end*/

@media screen and (max-width: 488px) {
    #navbarNav{
        padding-right: 3px;
    }

    }







