/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
    font-family: 'liberation_sansbold';
    src: url('../fonts/liberationsans_bold/liberationsans-bold-webfont.eot');
    src: url('../fonts/liberationsans_bold/liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/liberationsans_bold/liberationsans-bold-webfont.woff2') format('woff2'),
        url('../fonts/liberationsans_bold/liberationsans-bold-webfont.woff') format('woff'),
        url('../fonts/liberationsans_bold/liberationsans-bold-webfont.ttf') format('truetype'),
        url('../fonts/liberationsans_bold/liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('../fonts/liberationsans_regular/liberationsans-regular-webfont.eot');
    src: url('../fonts/liberationsans_regular/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/liberationsans_regular/liberationsans-regular-webfont.woff2') format('woff2'),
        url('../fonts/liberationsans_regular/liberationsans-regular-webfont.woff') format('woff'),
        url('../fonts/liberationsans_regular/liberationsans-regular-webfont.ttf') format('truetype'),
        url('../fonts/liberationsans_regular/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'liberation_sansregular';
    color: #121212;
    -webkit-font-smoothing: anti-aliased;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html a,
html a:focus {
    outline: none;
}

img {
    pointer-events: none;
}

/* Page Template */
#main-wrapper {
    display: none;
}

/* Helpers */
.space-top {
    margin-top: 100px;
    min-height: 713px;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}


/* Footer */
footer {
    margin-top: 44px;
    display: none;
}

footer.home-footer {
    margin-top: 10px;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer h3 {
    text-transform: uppercase;
    font-family: 'liberation_sansregular';
    font-size: 1em;
    display: block;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #121212;
    font-size: 0.9em;
}

footer ul li a:hover {
    text-decoration: none;
    color: #121212;
}

footer .copyright {
    text-align: center;
    margin-top: 14px;
}

footer .column-link {
    position: relative;
}

footer .hover {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 5px 7px;
}

footer .hover-container {
    border: 1px solid #fff;
}

footer .column-link a {
    color: #fff;
    text-decoration: none;
}

footer .column-link h3 {
    font-family: 'Tahoma', arial;
    border: 0px;
    text-align: center;
    margin: 0;
    font-size: 1.5em;
    padding: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 6px 0px;
    outline-offset: -7px;
}

footer .column-link img {
    width: 100%;
}

footer .footer-logo {
    padding: 0px;
}

footer .footer-logo img {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

footer .column-link a.active .hover {
    background: rgba(255, 255, 255, 0.45);
}

footer .column-link a.active .hover h3 {
    border: 2px solid #fff;
    outline: 2px solid #fff;
}

/* Home */
.home {
    background: url('../images/home/bg.jpg') no-repeat top center;
    background-size: cover;
}

.home-animation {
    text-align: center;
    /*margin-top: 70px; margin-bottom: 30px;*/
    min-height: 250px;
}

.home-animation img {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

/* Contact */
.contact-contents h2 {
    font-size: 2.57em;
    font-weight: normal;
}

.contact-contents p {
    font-size: 1.14em;
}

.contact-contents p strong {
    font-family: 'liberation_sansbold';
}

.contact-main-content {
    margin-bottom: 72px;
}

.contact-form ul {
    list-style: none;
    padding-left: 0px;
}

.contact-form ul li {
    margin-bottom: 10px;
}

.contact-form ul li label {
    display: block;
    font-family: 'liberation_sansbold';
    font-size: 1.14em;
    margin-bottom: 0px;
}

.contact-form ul li input[type="text"] {
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 5px;
    background: #f3f3f4;
}

.contact-form ul li input[type="email"] {
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 5px;
    background: #f3f3f4;
}

.contact-form ul li input[type="submit"] {
    background: #05ad1c;
    border: 0px;
    color: #fff;
    width: 190px;
    height: 40px;
    border-bottom: 1px solid #5c8d55;
    font-size: 1.35em;
}

.contact-form ul li textarea {
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 5px;
    background: #f3f3f4;
}

.contact-details ul {
    list-style: none;
    padding-left: 0px;
}

h3.contact-heading {
    text-transform: uppercase;
    color: #05ad1c;
    font-family: 'liberation_sansbold';
}

.contact-details h4 {
    text-transform: uppercase;
    font-family: 'liberation_sansbold';
    line-height: 24px;
    font-weight: normal;
}

.contact-details ul li {
    margin-bottom: 15px;
}

.contact-details ul li i {
    display: inline-block;
    color: #05ad1c;
    border: 2px solid #05ad1c;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
}

.contact-details ul li p {
    display: inline-block;
    width: 265px;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0px;
    color: #05ad1c;
    font-size: 1.14em;
    font-family: 'liberation_sansbold';
}

.contact-details ul li a {
    display: inline-block;
    margin-left: 10px;
    color: #05ad1c;
    font-size: 1.14em;
    font-family: 'liberation_sansbold';
}

.widget-heading {
    margin-top: 26px;
}

.widget-heading img {
    display: inline-block;
    vertical-align: top;
}

.widget-heading h4 {
    display: inline-block;
    vertical-align: top;
}

/* About */
h1.about-heading {
    text-align: center;
}

.scope {
    text-align: center;
}

.scope a {
    text-decoration: none;
}

.scope h3 {
    text-transform: uppercase;
    color: #05ad1c;
    font-size: 1.74em;
    font-family: 'liberation_sansbold';
    display: inline-block;
}

.about {
    text-align: center;
    margin-top: 43px;
}

.about h5 {
    font-size: 1.28em;
    text-transform: uppercase;
    font-family: 'liberation_sansbold';
}

.about h2 {
    font-size: 2.57em;
    text-transform: uppercase;
    color: #05ad1c;
    font-family: 'liberation_sansbold';
}

.about p strong {
    font-family: 'liberation_sansbold';
}

.services-circles {
    position: relative;
    min-height: 425px;
}

.services-circles a {
    outline: none;
}

.services-circles .circle-top {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    text-align: center;
}

.services-circles .circle-top img {
    display: inline-block;
}

.services-circles .circle-left {
    position: absolute;
    left: -24px;
    top: 124px;
}

.services-circles .circle-right {
    position: absolute;
    right: -24px;
    top: 124px;
}

.services-circles .circle-bottom {
    position: absolute;
    bottom: -4px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    text-align: center;
}

.services-circles .circle-bottom img {
    display: inline-block;
}

.services-circles .circle-text {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.services-circles .circle-text h2 {
    font-size: 1.28em;
    color: #05ad1c;
    font-family: 'liberation_sansbold';
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 150px;
}

/* Modal */
#inline_content {
    background: #fff;
    position: relative;
}

#inline_content #close-btn {
    position: absolute;
    right: 2px;
    top: 4px;
    color: #05ad1c;
    width: 24px;
    height: 24px;
    border: 3px solid #05ad1c;
    text-align: center;
    border-radius: 100%;
}

#inline_content .colorbox-modal-header {
    border-bottom: 1px solid #05ad1c;
}

#inline_content .colorbox-modal-header h3 {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'liberation_sansbold';
    font-size: 1.28em;
    color: #05ad1c;
    padding: 13px 0px;
}

#inline_content .colorbox-modal-body {
    height: 273px;
    padding: 15px 0px 15px 15px;
    overflow: auto;
}

div[id^=service-] {
    background: #fff;
    position: relative;
}

div[id^=service-] #close-btn {
    position: absolute;
    right: 2px;
    top: 4px;
    color: #05ad1c;
    width: 24px;
    height: 24px;
    border: 3px solid #05ad1c;
    text-align: center;
    border-radius: 100%;
}

div[id^=service-] .colorbox-modal-header {
    border-bottom: 1px solid #05ad1c;
}

div[id^=service-] .colorbox-modal-header h3 {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'liberation_sansbold';
    font-size: 1.28em;
    color: #05ad1c;
    padding: 13px 0px;
}

div[id^=service-] .colorbox-modal-body {
    height: 273px;
    padding: 15px 0px 15px 15px;
    overflow: auto;
}


/* Modal */
div[class^=news_content] {
    background: #fff;
    position: relative;
}

div[class^=news_content] #close-btn {
    position: absolute;
    right: 2px;
    top: 4px;
    color: #05ad1c;
    width: 24px;
    height: 24px;
    border: 3px solid #05ad1c;
    text-align: center;
    border-radius: 100%;
}

div[class^=news_content] .colorbox-modal-header {
    border-bottom: 1px solid #05ad1c;
}

div[class^=news_content] .colorbox-modal-header h3 {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'liberation_sansbold';
    font-size: 1.28em;
    color: #05ad1c;
    padding: 13px 0px;
}

div[class^=news_content] .colorbox-modal-body {
    height: 600px;
    padding: 15px 15px 15px 15px;
    overflow: auto;
}

/* Projects */

.info-window-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.info-window-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 17px;
    width: 382px;
}

.info-window-text h3 {
    margin: 0px;
    text-transform: uppercase;
    font-family: 'liberation_sansbold';
    color: #05ad1c;
    border-bottom: 3px solid #05ad1c;
    font-family: 1.28em;
}

.info-window-text h4 {
    font-family: 'liberation_sansbold';
    font-size: 1.14em;
}

.info-window-text p {
    margin: 0px;
}

.info-window-image {
    width: 200px;
}

.info-window-image img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    display: block;
}

#main-wrapper {
    position: relative;
}

#srch-toggle {
    display: none;
}

.search-btn {
    position: absolute;
    bottom: 0px;
    right: 180px;
}

.search-body {
    width: 300px;
    position: relative;
    background: #fff;
    border: 2px solid #05ad1c;
    padding: 14px 0px;
}

.search-body ul {
    padding-left: 0px;
    list-style: none;
}

.search-bar-wrapper {
    position: relative;
}

.search-bar-toggle {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -32px;
    text-align: center;
}

.search-input {
    position: relative;
}

.search-input input[type="search"] {
    width: 100%;
    border: 1px solid #bfbfbf;
    background: #f3f3f4;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box;
}

.search-input .btn-search-bar {
    position: absolute;
    right: 0px;
    top: 3px;
    background: 0px;
    border: 0px;
    outline: none;
    color: #05ad1c;
}

.search-body label {
    display: block;
    margin: 0px;
    color: #05ad1c;
    font-family: 'liberation_sansbold';
    margin-top: 13px;
    margin-bottom: 5px;
}

.search-body select {
    width: 100%;
    background: #f3f3f4;
    color: #05ad1c;
    border-radius: 0px;
    padding: 5px;
    box-sizing: border-box;
    height: 30px;
}

.types li {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}

.types li a {
    display: block;
    border: 2px solid #05ad1c;
    color: #05ad1c;
}

.types li a:hover {
    text-decoration: none;
    color: #fff;
    background: #05ad1c;
    border-bottom: 2px solid #038e16;
}

.types li a.active {
    color: #fff;
    background: #05ad1c;
    border-bottom: 2px solid #038e16;
    text-decoration: none;
}

.types li a:focus {
    text-decoration: none;
}

.types {
    padding: 0px 15px !important;
}

.types li:last-child {
    width: 100%;
    margin-bottom: 0px;
}

.search-bar {
    position: absolute;
    top: 150px;
    right: 65px;
}

.list-of-projects {
    border: 2px solid #05ad1c;
    width: 390px;
}

.list-of-projects ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

.list-body {
    height: 350px;
    overflow: auto;
}

.list-body li a {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #000000;
    font-family: 'liberation_sansbold';
    text-decoration: none;
}

.list-body li a:hover {
    color: #04ad1c;
    text-decoration: none;
}

.list-header h3 {
    margin: 8px 0px;
    text-align: center;
    font-family: 'liberation_sansbold';
    font-size: 1.14em;
    color: #05ad1c;
}

.list-header {
    border-bottom: 2px solid #05ad1c;
    position: relative;
}

.list-of-projects {
    position: absolute;
    left: 65px;
    top: 55px;
    background: #fff;
    display: none;
}

.ongoing-list-of-projects {
    position: absolute;
    left: 65px;
    top: 55px;
    background: #fff;
    display: none;
}

.ongoing-list-of-projects {
    border: 2px solid #05ad1c;
    width: 390px;
}

.ongoing-list-of-projects ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

#close-btn-list {
    position: absolute;
    right: 4px;
    top: -4px;
    color: #05ad1c;
    width: 24px;
    height: 24px;
    border: 3px solid #05ad1c;
    text-align: center;
    border-radius: 100%;
}

/* News */
h1.content-heading {
    font-family: 'liberation_sansbold';
    font-size: 2.5em;
    text-transform: uppercase;
}

#news .blog-post {
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#news .blog-post h1 {
    font-size: 1.28em;
    color: #05ad1c;
    margin: 8px 0px 10px 0px;
    font-family: 'liberation_sansbold';
    display: inline-block;
    border-bottom: 1px solid #05ad1c;
    padding-bottom: 4px;
}

#news .blog-post .blog-contents span {
    font-family: 'liberation_sansbold';
    font-size: 0.85em;
}

#news .blog-post .blog-contents a.read-more {
    float: right;
    color: #05ad1c;
}

#news .blog-thumb {
    position: relative;
    cursor: pointer;
}

#news .img-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    text-align: center;
    outline: 2px solid #fff;
    outline-offset: -12px;
    display: none;
}

#news .img-hover a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: 'liberation_sansbold';
    text-transform: uppercase;
    color: #fff;
    font-size: 1.28em;
}

#news .img-hover a:focus,
#news .img-hover a:hover {
    text-decoration: none;
}

.sidebar-widget {
    margin-bottom: 40px;
    margin-left: 20px;
}

.sidebar-widget ul {
    padding-left: 0px;
    list-style: none;
}

.sidebar-widget ul li i {
    padding-right: 12px;
}

.sidebar-widget ul li a {
    color: #121212;
    vertical-align: top;
    width: 80%;
    display: inline-block;
}

.sidebar-widget h3 {
    color: #05ad1c;
    font-family: 'liberation_sansbold';
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 1.14em;
}

.pagination ul {
    padding-left: 0px;
}

.pagination ul li {
    display: inline-block;
    background: #cbcbcb;
    float: left;
}

/*    .pagination ul li:first-child { border-right: 1px solid #fff;}
    .pagination ul li:last-child { border-left: 1px solid #fff;}*/
.pagination ul li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #777;
}

.pagination ul li a:hover,
.pagination ul li a:focus {
    text-decoration: none;
    background: #05ad1c;
    color: #fff;
}

.pagination ul li.active a {
    text-decoration: none;
    background: #05ad1c;
    color: #fff;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #05ad1c;
    border-color: #ddd;
}

/* Blog Single */
.blog-single img {
    text-align: center;
    margin: 20px auto;
}

.blog-single h1 {
    font-weight: normal;
    color: #05ad1c;
    margin: 8px 0px 10px 0px;
    font-family: 'liberation_sansregular';
    display: inline-block;
    border-bottom: 1px solid #05ad1c;
    padding-bottom: 4px;
}

.blog-single span {
    display: block;
    font-family: 'liberation_sansbold';
    font-size: 0.85em;
    margin-bottom: 10px;
}

a.linked-project {
    display: inline-block;
    border: 2px solid #05ad1c;
    color: #05ad1c;
    padding: 4px;
    margin-top: 10px;
}

a.linked-project:hover {
    color: #fff;
    background: #05ad1c;
    border-bottom: 2px solid #038e16;
    text-decoration: none;
}

/* Responsive */
.services-list {
    display: none;
}

.projects footer .container {
    max-width: none !important;
}

.map-wrapper {
    position: relative;
}

#map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.map-overlay-icon {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    z-index: 999;
}

.map-overlay-icon i {
    color: #fff;
}

.info-window-image {
    position: relative;
}

.info-window-image .ongoing-label {
    position: absolute;
    top: 6px;
    left: 6px;
}

.info-window-image .ongoing-label img {
    width: 60px;
    height: auto;
}


/* NEW SEARCH */
.search-top {
    background: #5db469;
    padding: 20px 0px;
}

.sort-by li {
    display: inline-block;
    vertical-align: middle;
}

.complete-list-new {
    text-decoration: none;
}

.comp-list li {
    display: inline-block;
    vertical-align: middle;
}

.search-top .list-body {
    background: #fff;
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 300px;
    margin: 15px;
    z-index: 999999999999999999999999;
}

.footer-projects {
    margin-top: 0;
}

.new-search ul {
    margin: 0;
}

li.complete-list {
    position: relative;
}

.new-search ul label {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'liberation_sansbold';
    margin-right: 10px;
}

.sort-by select {
    background: #f3f3f4;
    color: #05ad1c;
    border-radius: 0px;
    padding: 5px;
    box-sizing: border-box;
    height: 30px;
    width: 96px;
}

.complete-list-new {
    height: 30px;
    background: #f3f3f4;
    font-family: 'liberation_sansbold';
    color: #000000;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 20px;
    width: 300px;
    text-transform: uppercase;
}

.complete-list ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

.type-buttons ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
}

.type-buttons ul li a {
    width: 130px;
    display: inline-block;
    border: 2px solid #05ad1c;
    text-align: center;
    font-size: 14px;
    color: #05ad1c;
}

.type-buttons ul li a:hover {
    color: #fff;
    background: #05ad1c;
    border-bottom: 2px solid #038e16;
    text-decoration: none;
}

.type-buttons ul li a.active,
.type-buttons ul li a.highlight {
    color: #fff;
    background: #05ad1c;
    border-bottom: 2px solid #038e16;
    text-decoration: none;
}

.type-buttons {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0px;
}

.types-label {
    display: inline-block;
    vertical-align: middle;
}

.types-label p {
    margin: 0;
    color: #373737;
    text-transform: uppercase;
    font-family: 'liberation_sansbold';
    margin-top: 28px;
}

.search-btm {
    background: #f2f2f2;
}

.search-top .list-body {
    display: none;
}

#toggle-complete {
    text-decoration: none;
}

.complete-list .list-body ul li {
    display: block;
}

.list-body {
    height: 240px;
}

/*.linkedin-widget { display: none;}*/


.info-modal-text {
    width: 100%;
    margin-left: 0;
}

#owl-demo {
    width: 75%;
    margin: 0 auto;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

/*    .owl-theme .owl-controls .owl-buttons .owl-prev{left: -38px; top: 28px; }
    .owl-theme .owl-controls .owl-buttons .owl-next{right: -38px; top: 28px; }
*/
.owl-buttons {
    color: #05ad1c;
}

.map-modal .modal-dialog {
    width: 860px;
}

.modal-dialog {
    margin: 5px auto;
}

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

.close-btnz {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #05ad1c !important;
    width: 24px;
    height: 24px;
    border: 3px solid #05ad1c;
    text-align: center;
    border-radius: 100%;
}

.close-btnz:hover {
    color: #05ad1c;
}


/*    .blog-single-new h1 { font-weight: normal; color: #05ad1c; margin: 8px 0px 10px 0px; font-family: 'liberation_sansregular'; display: inline-block; border-bottom: 1px solid #05ad1c; padding-bottom: 4px; display: block; }    
    .blog-single-new span { display: block; font-family: 'liberation_sansbold'; font-size: 0.85em; margin-bottom: 10px;}
    #sync1 .item{ color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; width: 80%; margin: 0 auto; }
    #sync2 .item{ text-align: center; cursor: pointer;  }
    #sync2 .item h1{font-size: 18px; }
    #sync2 .synced .item{background: #0c83e7; }
    #sync2 .item { margin: 4px; }

    .blog-gallery { background: #000; position: relative;}
    #sync1 { }
    #sync2 { width: 40%; margin: 0 auto; }
    .sync2-container { position: absolute; background: rgba(255,255,255,0.6); position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 0px; }
    .blog-gallery .owl-theme .owl-controls .owl-buttons i { color: #fff; font-size: 14px; background: rgba(102,102,102,0.6); width: 24px; height: 24px; text-align: center; line-height: 24px; border-radius: 100%; }
    .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-prev { top: 18px;}
    .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-next { top: 18px;}*/

.blog-single-new h1 {
    font-weight: normal;
    color: #05ad1c;
    margin: 8px 0px 10px 0px;
    font-family: 'liberation_sansregular';
    display: inline-block;
    border-bottom: 1px solid #05ad1c;
    padding-bottom: 4px;
    display: block;
}

.blog-single-new span {
    display: block;
    font-family: 'liberation_sansbold';
    font-size: 0.85em;
    margin-bottom: 10px;
}

#sync1 .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
}

#sync1 .item img {
    width: 100%;
    max-width: 100%;
    height: 618px;
}

#sync2 .item {
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

/*#sync2 .synced .item{background: #0c83e7; }*/
#sync2 .synced .item img {
    opacity: 1;
}

#sync2 .item img {
    opacity: 0.6;
}

#sync2 .item {
    margin: 4px;
}

.blog-gallery {
    position: relative;
}

#sync1 {}

#sync2 {
    width: 80%;
    margin: 0 auto;
}

.sync2-container {
    position: absolute;
    background: rgba(186, 186, 186, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0px;
}

.blog-gallery .owl-theme .owl-controls .owl-buttons i {
    color: #fff;
    font-size: 20px;
    background: rgba(102, 102, 102, 1);
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
}

/*    .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-prev { top: 48px;}
    .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-next { top: 48px;}
*/
.blog-gallery .owl-next i {
    text-indent: 4px;
}

.blog-gallery .owl-prev i {
    text-indent: -4px;
}

.map-modal .close-btnz {
    background: rgba(102, 102, 102, 1);
    color: #fff !important;
    border: none !important;
    z-index: 999;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.modal-content {
    box-shadow: 0px 5px 50px rgba(212, 212, 212, 0.6);
}

.sort-by select {
    width: 95px;
}

.project-info-container {
    position: absolute;
    top: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 14px;
}

.modal-body {
    height: 100%;
}

.project-loader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    display: none;
}

.project-loader i {
    position: relative;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5db469;
}

.blog-gallery {
    min-height: 618px;
}

.blog-single-new .blog-gallery {
    min-height: 450px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.blog-single-new .blog-gallery #sync1 img {
    height: 450px;
}

.blog-single-new .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    bottom: 40px;
    right: 10px;
    z-index: 99999;
}

.blog-single-new .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    bottom: 40px;
    left: 10px;
    z-index: 99999;
}

.modal-body .owl-theme .owl-controls .owl-buttons .owl-next {
    bottom: 54px;
    right: 30px;
    z-index: 9;
}

.modal-body .owl-theme .owl-controls .owl-buttons .owl-prev {
    bottom: 54px;
    left: 30px;
    z-index: 9;
}

.space-top-new {
    margin-top: 20px;
}

.blog-single-new {
    position: relative;
}

.blog-single-new .linked-project {
    position: absolute;
    right: 0px;
    top: 33px;
    font-size: 12px;
    padding: 2px;
}

.project-info-container {
    padding: 5px;
}

.info-window-text h3 {
    font-size: 18px;
}

.info-window-text h4 {
    font-size: 14px;
    margin: 4px 0px;
}

.info-window-text p {
    font-size: 12px;
}

/*    .blog-gallery .sync2-container { background: rgba(255,255,255,0.6);}
*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1199px) {
    .services-circles .circle-right {
        position: absolute;
        right: -57px;
        top: 124px;
    }

    .services-circles .circle-left {
        position: absolute;
        left: -57px;
        top: 124px;
    }

    footer .column-link img {
        height: 50px;
    }

    .blog-single-new .blog-gallery {
        min-height: 100%;
    }

}

@media only screen and (max-width: 1024px) {
    footer .column-link h3 {
        font-size: 1.25em;
        padding: 5px 0px;
        outline-offset: -6px;
    }
}

@media only screen and (max-width: 992px) {
    .column-link img {
        height: 40px;
    }

    .about .text-right {
        text-align: left !important;
    }

    footer .column-link h3 {
        padding: 9px 0;
    }

    .services-circles {
        width: 50%;
        margin: 0 auto;
    }

    .services-circles .circle-right {
        position: absolute;
        right: -29px;
        top: 124px;
    }

    .services-circles .circle-left {
        position: absolute;
        left: -29px;
        top: 124px;
    }
}

@media only screen and (max-width: 980px) {
    /*    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 51px;}
    .owl-theme .owl-controls .owl-buttons .owl-next { top: 51px; }
*/
}

@media only screen and (max-height: 860px) {
    .map-modal .modal-dialog {
        width: 720px;
    }
}

@media only screen and (max-height: 770px) {
    .map-modal .modal-dialog {
        width: 670px;
    }

    /*    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 24px;}
    .owl-theme .owl-controls .owl-buttons .owl-next { top: 24px; }
*/
}

@media only screen and (max-height: 690px) {
    .map-modal .modal-dialog {
        width: 660px;
    }

    /*    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 24px;}
    .owl-theme .owl-controls .owl-buttons .owl-next { top: 24px; }*/
}

@media only screen and (max-width: 860px) {
    .modal-body .owl-theme .owl-controls .owl-buttons .owl-next {
        bottom: 48px;
        right: 30px;
        z-index: 9;
    }

    .modal-body .owl-theme .owl-controls .owl-buttons .owl-prev {
        bottom: 48px;
        left: 30px;
        z-index: 9;
    }

}

@media only screen and (max-width: 768px) {
    footer .column-link {
        margin-bottom: 10px;
    }

    footer .footer-logo img {
        width: 12%;
    }

    footer .column-link img {
        height: 50px;
    }

    footer .footer-logo {
        margin-bottom: 10px;
    }

    .services-circles {
        width: 60%;
    }

    footer .column-link h3 {
        padding: 25px 0;
    }

    body {
        font-size: 12px;
    }

    .blog-thumb img {
        width: 100%;
    }

    .blog-gallery .owl-theme .owl-controls .owl-buttons i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    /*    .blog-single-new .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-next { top: 38px; }
    .blog-single-new .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-prev { top: 38px; }
*/
}

@media only screen and (max-width: 760px) {
    /*    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 74px;}
    .owl-theme .owl-controls .owl-buttons .owl-next { top: 74px;}
*/
}

@media only screen and (max-width: 720px) {
    .modal-body .owl-theme .owl-controls .owl-buttons .owl-next {
        bottom: 50px;
        right: 20px;
        z-index: 9;
    }

    .modal-body .owl-theme .owl-controls .owl-buttons .owl-prev {
        bottom: 50px;
        left: 20px;
        z-index: 9;
    }

}

@media only screen and (max-width: 860px) {
    .map-modal .modal-dialog {
        max-width: 90%;
    }

    .blog-gallery {
        min-height: 100%;
    }

    /*    .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-prev { top: 33px; }
    .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-next { top: 33px; }
*/
}

@media only screen and (max-width: 660px) {
    /*    .owl-theme .owl-controls .owl-buttons .owl-next { top: 60px;}
    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 60px;}
*/
}

@media only screen and (max-width: 620px) {
    .services-circles {
        width: 70%;
    }

    .project-info-container .info-window-text h3 {
        font-size: 18px;
    }

    .info-window-text h4 {
        font-size: 1em;
    }

    .info-window-text p {
        font-size: 1em;
    }

    .sync2-container {
        display: none !important;
    }

    .modal-body .owl-buttons {
        position: absolute;
        bottom: 0;
        z-index: 9;
        background: rgba(186, 186, 186, 0.6);
        height: 60px;
        width: 100%;
    }

    .blog-single-new .owl-buttons {
        position: absolute;
        bottom: 0;
        z-index: 999;
        background: rgba(186, 186, 186, 0.6);
        height: 60px;
        width: 100%;
    }

    .blog-single-new .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
        bottom: 17px;
    }

    .blog-single-new .blog-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
        bottom: 17px;
    }

    .modal-body .owl-theme .owl-controls .owl-buttons .owl-next {
        bottom: 18px;
        right: 20px;
        z-index: 9;
    }

    .modal-body .owl-theme .owl-controls .owl-buttons .owl-prev {
        bottom: 18px;
        left: 20px;
        z-index: 9;
    }

    #sync1 .item img {
        height: auto;
    }

}

@media only screen and (max-width: 600px) {
    .blog-single-new .blog-gallery #sync1 img {
        height: auto;
    }

    .blog-single-new .blog-gallery {
        max-width: 100%;
    }

    .sidebar-widget {
        margin-top: 20px;
    }

    .blog-single-new .linked-project {
        position: relative;
        top: 0;
        margin-top: 0px;
    }

    .blog-single-new span {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 568px) {
    footer .column-link img {
        height: 50px;
    }

    footer .column-link h3 {
        padding: 20px 0;
    }

    .services-circles {
        width: 81%;
    }

    .home-animation img {
        height: 250px;
        width: auto;
    }

    #gmap {
        height: 350px !important;
    }

    .new-search ul label {
        font-size: 10px;
    }

    .sort-by select {
        width: 75px;
    }

    .complete-list-new {
        width: 252px;
    }

    .type-buttons ul li a {
        font-size: 10px;
        width: 110px;
    }

    /*    .owl-theme .owl-controls .owl-buttons .owl-next { top: 50px;}
    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 50px;}
*/
}

@media only screen and (max-width: 360px) {
    .type-buttons ul li a {
        font-size: 10px;
        width: 140px;
    }
}

@media only screen and (min-width: 320px and max-width: 359px) {
    .type-buttons ul li a {
        font-size: 10px;
        width: 124px;
    }
}

@media only screen and (min-width: 412px and max-width: 600px) {
    .type-buttons ul li a {
        font-size: 10px;
        width: 110px;
    }
}

@media only screen and (max-width: 319px) {
    .type-buttons ul li a {
        font-size: 10px;
        width: 105px;
    }
}

@media only screen and (min-width: 361px and max-width: 384px) {

    /*    .owl-theme .owl-controls .owl-buttons .owl-next { top: 40px;}
    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 40px;}
*/
    .type-buttons ul li a {
        font-size: 10px;
        width: 100px;
    }
}

@media only screen and (max-width: 480px) {

    /*    .owl-theme .owl-controls .owl-buttons .owl-next { top: 70px;}
    .owl-theme .owl-controls .owl-buttons .owl-prev { top: 70px;}
*/
    .home-animation img {
        height: 200px;
        width: auto;
    }
}

@media only screen and (max-width: 460px) {
    footer .column-link h3 {
        padding: 15px 0;
    }

    .services-circles {
        display: none;
    }

    .services-list ul {
        list-style: none;
        padding-left: 0;
        text-align: center;
    }

    .services-list li a {
        text-transform: uppercase;
        color: #05ad1c;
        font-size: 1.2em;
        font-family: 'liberation_sansbold';
        display: inline-block;
        text-decoration: none;
    }

    .services-list {
        display: block;
    }

    h1.about-heading {
        padding: 0px 5px;
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 380px) {
    footer .column-link h3 {
        padding: 10px 0;
    }

    .home-animation img {
        height: 175px;
        width: auto;
    }
}

@media only screen and (max-width: 250px) {
    .home-animation img {
        height: 150px;
        width: auto;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}