/*
    Theme Name: SuperCity
    Theme URI: 
    Description: This is SuperCity's' theme.
    Version: 1.0.0
    Author: Anonymous
    Author URI: 
*/

@font-face {font-family: 'museo_sans_cyrl300';src: url('css/fonts/museosanscyrl300-webfont.eot');src: url('css/fonts/museosanscyrl300-webfont.eot?#iefix') format('embedded-opentype'),url('css/fonts/museosanscyrl300-webfont.woff2') format('woff2'),url('css/fonts/museosanscyrl300-webfont.woff') format('woff'),url('css/fonts/museosanscyrl300-webfont.ttf') format('truetype'),url('css/fonts/museosanscyrl300-webfont.svg#museo_sans_cyrl300') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'museo_sans_cyrl500';src: url('css/fonts/fonts/museosanscyrl500-webfont.eot');src: url('css/fonts/museosanscyrl500-webfont.eot?#iefix') format('embedded-opentype'),url('css/fonts/museosanscyrl500-webfont.woff2') format('woff2'),url('css/fonts/museosanscyrl500-webfont.woff') format('woff'),url('css/fonts/museosanscyrl500-webfont.ttf') format('truetype'),url('css/fonts/museosanscyrl500-webfont.svg#museo_sans_cyrl500') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'museo_sans_cyrl700';src: url('css/fonts/fonts/museosanscyrl700-webfont.eot');src: url('css/fonts/museosanscyrl700-webfont.eot?#iefix') format('embedded-opentype'),url('css/fonts/museosanscyrl700-webfont.woff2') format('woff2'),url('css/fonts/museosanscyrl700-webfont.woff') format('woff'),url('css/fonts/museosanscyrl700-webfont.ttf') format('truetype'),url('css/fonts/museosanscyrl700-webfont.svg#museo_sans_cyrl700') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'museo_sans_cyrl900';src: url('css/fonts/fonts/museosanscyrl900-webfont.eot');src: url('css/fonts/museosanscyrl900-webfont.eot?#iefix') format('embedded-opentype'),url('css/fonts/museosanscyrl900-webfont.woff2') format('woff2'),url('css/fonts/museosanscyrl900-webfont.woff') format('woff'),url('css/fonts/museosanscyrl900-webfont.ttf') format('truetype'),url('css/fonts/museosanscyrl900-webfont.svg#museo_sans_cyrl900') format('svg');font-weight: normal;font-style: normal;}

html {margin: 0px;padding: 0px;}* {-webkit-appearance: none; -moz-border-radius: 0px; -webkit-border-radius: 0px;border-radius: 0px;outline-width: 0px;} body {background:#fff;color: #021e26;font-family: 'museo_sans_cyrl300';font-size: 16px;font-weight: 400;} a ,input, button {text-decoration: none;-webkit-transition: all .3s; -moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;} a:hover{text-decoration: none;} a img ,img {border: 0px;max-width: 100%;text-decoration: none;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;} a:hover,a:focus,a:visited,a:active{outline: none;text-decoration:none;} .no-gutter {margin: 0 !important;padding: 0 !important;width: 1228px;}

/*************************** HEADER CSS START *****************************/
#page {
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}
.header {
    float: left;
    width: 100%;
    padding: 35px 0px 0px;
    position: absolute;
    z-index: 1;
}
.logo {
    float: left;
    width: 30%;
    margin: 0px 0px 0px -21px;
}
#logo > img {
    width: auto !important;
    padding-left:18px; 
}
.header.sticky .logo {
    margin: 0px 0px 0px -5px;
}
.header.sticky #logo > img {
    width: 100px !important;
}
.header ,.header_right ,.header_right ,.mlist ,.logo ,.logo img ,.menu1 ,.header.sticky .mlist .menu1 ,.header.sticky #logo > img {
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
    transition: all 1s;
}
.header.sticky {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    padding: 0px;
    margin-top: 0;
    width: 100%;
    z-index: 999;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
    transition: all 1s;
}
.header.sticky .mlist {
    margin-top: 15px;
}


/*************************** MENU CSS START *****************************/

.header_right {
    float:right;
    width: 62%;    
    margin-top: 56px;
}
.menu1 {
    float: left;
    margin-top: 12px;
}
.nav {
    display:inline-block;
    margin:0px 0px;
    list-style: none;
    font-family: 'museo_sans_cyrl700';
}
.nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width:260px;
    z-index:9999;
}
.nav a {
    display:inline-block;
    font-size:18px;
    padding:5px 0px;
}
.nav li.hover > a{
    color:#17cfb6;
}
.nav > li {
    padding: 0px 28px 0px 16px;
    display: inline-block;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color:#17cfb6;
    background: inherit;
}
.navbar-inverse .navbar-nav > li > a ,.nav > li > a {
    color: #efefef;
    padding:0px;
    text-transform: capitalize;
    display: inline-block;
}
.nav > li.acitve > a {
    color:#17cfb6;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover ,.nav > li > a:focus, .nav > li > a:hover , .nav > li.active > a {
    color:#17cfb6;
    background: inherit;
}
.mm-listview li.active a {
    color:#17cfb6;
}
.nav > li > a.parent {
    display: inline-block;
}
.nav li ul {
    position: absolute;
    font-family: 'museo_sans_cyrl300';    
    background:#078675;
    padding: 8px 0px;
    left: -9999px;
    border: none !important;
    border-radius: inherit !important;
    box-shadow: inherit !important;
}
.nav > li:hover > ul {
    left: 16px;
}
.nav li li:hover > ul {
    left: 100%;
    top: 0;
    width: 112px;
}
.nav li li a {    
    display: list-item;
    list-style: disc inside;
    text-align:left;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 5px 5px 20px;
    text-transform: capitalize;
}
.nav li li a:hover , .nav li li.active > a{
    color: #37fce2;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #37fce2;
    background: inherit;
}
.nav li li.hover > a{
    color:#37fce2;
}
.nav li li ul {
    background-color: #119684;
    top: 0px;
    width: 110px;
}
.nav li li li a {    
    display:block;
    color: #fff;
}
.get_quote {
    float: right;
}
.get_quote a {
    background-color: #078675;
    color: #efefef;
    display: inline-block;
    width: 100%;
    font-family: 'museo_sans_cyrl700';
    padding: 10px 19px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.get_quote a:hover {
    background-color: #efefef;
    color: #2e414a;
}
.get_quote .modal {
    background: rgba(0, 0, 0, 0.50);
}
.get_quote .modal-dialog {
    width: 50%;
    margin: 0px;
    position: absolute;
    right: 0;
    top: 0;
	height: 100vh;
}
.get_quote .modal-content {
    background-color: #078675;
    border: none;
    -webkit-box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	height: 100%;
	overflow: hidden;
    overflow-y: scroll;
	display: grid;
    align-items: center;
}
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}
body.modal-open .modal-backdrop {
    z-index: 0;
}
.get_quote_view {
    width: 100%;
}
.get_quote .modal-body {
    padding: 30px 40px;
}
.get_quote_view h2 {
    font-family: 'museo_sans_cyrl700';
    font-size: 30px;
    color: #fff;
    margin: 0px 0px 15px;
}
.get_quote_view p {
    line-height: 28px;
    margin: 0px;
}
.get_quote_view p span {
    display: inline-block;
    padding: 13px 0px 0px;
}
.full_input {
    float: left;
    width: 100%;
    padding: 13px 0px 0px;
}
.left_input {
    float: left;
    width: 48%;
}
.right_input {
    float: right;
    width: 48%;
}
.get_quote_view label {
    color: #fff;
    display: inline-block;
    font-family: "museo_sans_cyrl700";
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 24px;
    margin: 0px;
    padding: 0ox;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
}


.get_quote_view input[type="text"] ,.get_quote_view input[type="email"],.get_quote_view textarea,.get_quote_view select {
    background: #e5f5f3;
    border: 1px solid #e5f5f3;
    border-bottom:1px solid #fff;
    border-radius: 0px;
    color: #101b1f;
    display: inline-block;
    font-size: 14px;
    height: 49px;
    line-height: 24px;
    margin: 0px 0px 12px;
    font-family: 'museo_sans_cyrl500';
    padding: 14px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #101b1f;;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #101b1f;;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #101b1f;;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #101b1f;;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #101b1f;;
}


.get_quote_view input[type="text"]:hover,.get_quote_view input[type="email"]:hover, .get_quote_view input[type="text"]:focus,.get_quote_view input[type="email"]:focus,.get_quote_view textarea:hover, .get_quote_view textarea:focus {
    border: 1px solid #101b1f;
    transition: all 0.3s ease 0s;
}
.get_quote_view textarea {
    height: 147px;
    line-height: 24px;
    padding: 12px 15px;
    width: 100%;
    resize: none;
}
.get_quote_view input[type="submit"]{
    background-color:#1f363e;
    border:none;
    border-bottom:1px solid #0f4641;
    font-size:20px;
    color:#ffffff;
    display: inline-block;
    font-family: "museo_sans_cyrl700";
    height:59px;
    margin:9px 0px 0px;
    padding: 16px 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.get_quote_view input[type="submit"]:hover {
    background-color: #0f4641;
}
.menu2 {
    display: none;
}
.menu2 a {
    color: #fff;
    display: block;
    font-size: 30px;
    height: 40px;
    left: 15px;
    position: absolute;
    top: 35px;
    width: 40px;
}
/*************************** MENU CSS STOP *****************************/

.home_slider {
    float: left;
    width: 100%;
    background: url(images/slider-bg.png) repeat left top;
    position: relative;
    z-index: 0;
}
.home_slider img {
    width: 100%;
    opacity: 0.10;
    min-height: 834px;
}
.slider_text {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.sl_text {
    float: left;
    width: 100%;
    height: 100%;
}
.dis_table {
    display: table;
    height: 100%;
    width: 100%;
}
.dis_cell {
    display: table-cell;
    vertical-align: middle;
}
.slider_text h2 {
    font-family: 'museo_sans_cyrl300';
    font-size: 80px;
    color: #fff;
}
.slider_text h2 b {
    display: inline-block;
    font-family: 'museo_sans_cyrl700';
}
.home_slider .owl-thumbs {
    display: none;
}

.home_services {
    float: left;
    width: 100%;
    margin-top: -215px;
    padding-bottom: 55px;
}
.home_services_view {
    float: left;
    width: 100%;
}
.home_services_view ul {
    margin: 0px;
    padding: 0px;
}
.home_services_view ul li {
    display: inline-block;
    padding: 0px 5px 13px;
    vertical-align: top;
    width: 299px;
}
.home_services_view ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.home_services_view ul li a:hover {
    text-align: center;
}
.home_services_view ul li a span.text_table_cell {
    display: table;
    vertical-align: middle;
    color: #2e414a;
    background-color: #efefef;
    height: 80px;
    width: 100%;
    font-family: 'museo_sans_cyrl500';
    padding: 0px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.home_services_view ul li a:hover span.text_table_cell {    
    color: #efefef;
    background-color: #078675;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.text_table_cell span {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.home_about {
    background: url(images/home-ab-bg.jpg) repeat left top;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 58px 0px 50px;
}
.home_about_left {
    float: left;
}
.home_about_left h2 {
    font-family: 'museo_sans_cyrl700';
    font-size: 40px;
    margin: 0px 0px 20px;
}
.home_about_left > img {
    max-height: 390px;
}
.home_about_right {
    float: left;
    padding: 60px 0px 0px 23px;
}
.home_about_right p {
    line-height: 25px;
}
.home_about_right h4 {
    font-family: 'museo_sans_cyrl900';
    font-size: 16px;
    margin: 35px 0px 37px;
}
.home_about_right ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
}
.home_about_right ul li {
    display: list-item;
    list-style: url(images/bullet-icon.png);
    font-family: 'museo_sans_cyrl900';
    vertical-align: top;
    font-size: 13px;
    padding: 2px 0px 2px 6px;
    line-height: 30px;
}
.btn_sm {
    background: #078675 url(images/arrow-right.png) no-repeat 87% center; 
    color: #fff;
    display: inline-block;
    text-align: center;
    /*height: 53px;
    padding: 14px 20px 14px 0px;
    width: 204px;*/
    margin-top: 35px;

    height: 45px;
    padding: 11px 25px 11px 0;
    width: 190px;
}
.btn_sm:hover {
    background: #1f363e url(images/arrow-right.png) no-repeat 87% center;
    color: #fff;
}

.btn_back {
    display: block;
    float: left;
    padding: 0 24px;
}

.btn_back  .btn_sm2 ,.btn_sm.btn_sm2  {
    background: #078675 url(images/arrow-right3.png) no-repeat 16% center; 
    padding: 11px 0 11px 20px;
}

.btn_back .btn_sm2:hover,.btn_sm.btn_sm2:hover {
    background: #1f363e url(images/arrow-right3.png) no-repeat 16% center;
    color: #fff;
}

.footer{
    background-color: #000000;
    float: left;
    width: 100%;
    padding: 14px 0px;
}
.footer_inner {
    float: left;
    width: 100%;
    padding: 9px 0px;
    text-align: center;
}
.footer_inner > a {
    float: left;
}
.footer_inner p {
    display: inline-block;
    color: #959595;
    margin: 8px 0px;
}
.footer_inner ul {
    display: inline-block;
    margin: 0px;
    padding: 8px 0px 8px 15px;
}
.footer_inner ul li {
    display: inline-block;
    color: #959595;
    padding: 0px 0px 0px 10px;
    line-height: 18px;
}
.footer_inner ul li.first_line {   
    border-right:1px solid #959595; 
    padding: 0px 15px 0px 0px;
}
.footer_inner ul li a {
    display: inline-block;
    color: #959595;
}
.footer_inner ul li a:hover {
    color: #009d93;
}
.bwWrapper {
    position:relative;
    display:block;
}
.mm-opening .overlay {
    background: rgba(0, 0, 0, 0.79) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    transition: all 0.5s ease 0s;
    overflow:hidden;
    width: 100%;
    z-index:-1;
}
html.mm-blocking, html.mm-blocking body {
    overflow: no-display;
    z-index: -1;
}
.filter_box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    position: relative;
}
.filter_box > span {
    background-color: #efefef;
    color: #2e414a;
    display: table;
    font-size: 18px;
    text-align: center;
    height: 80px;
    padding: 0px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    width: 100%;
}

.home_services_view ul li.filter_box a {
    left: 0px;
    padding: 0px 5px 13px;
    position: absolute;
    top: 0px;
    width: 100%;
    display: none;
    webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.home_services_view ul li.filter_box:hover a {
    display: block;
}
.home_thumb_slider {
    float: left;
    width: 100%;
    padding: 57px 0px 72px;
}
.home_thumb_slider h2 {
    font-size: 40px;
    font-family: 'museo_sans_cyrl700';
    margin: 0px 0px 34px;
}
#awOnePageButton .view-slide{display: none;}
.showcase-load{height: 470px; overflow: hidden;}
.showcase-onepage{/**/}
.showcase{position: relative;width: 100% !important;}
.showcase-content-container{}
.showcase-arrow-previous, .showcase-arrow-next{position: absolute;z-index: 999;background: url('images/arrow-sd.png');width: 20px;height: 25px;bottom: -5px;cursor: pointer;}
.showcase-arrow-previous{right: 320px;}
.showcase-arrow-next{right: 290px;;background-position: -35px 0px;}
.showcase-content{height: 387px;text-align: center;overflow: hidden !important;}
.showcase-content > img {width: 100%;}
.showcase-content-wrapper{text-align: center;height: 470px;width: 700px;display: table-cell;vertical-align: middle;}
.showcase-plus-anchor{background-image: url('../images/plus.png');background-repeat: no-repeat;}
.showcase-plus-anchor:hover{background-position: -32px 0;}
div.showcase-tooltip{background-color: #fff;color: #000;text-align: left;padding: 5px 8px;}
.showcase-caption{color: #000;padding: 8px 0px;text-align: left;position: absolute;bottom: -5px; left: 0px; right: 0px;}
.showcase-caption.see_more > a {display: inline-block;color: #009d93;background: url(images/arrow-right2.png) no-repeat right 7px;line-height: 19px;padding: 0px 25px 0px 0px;border: 1px solid transparent;}
.showcase-caption.see_more > a:hover {background: url(images/arrow-right-h.png) no-repeat right 7px;color: #021e26;}
.showcase-onepage .showcase-content{margin-bottom: 10px;}
.showcase-button-wrapper{clear: both;margin-top: 10px;text-align: center;}
.showcase-button-wrapper span{margin-right: 3px;padding: 2px 5px 0px 5px;cursor: pointer;font-size: 12px;color: #444444;}
.showcase-button-wrapper span.active{color: #fff;}
.showcase-thumbnail-container {float: right !important;width: 240px;height: 386px !important;}
.showcase-thumbnail-wrapper{overflow: hidden;}
.showcase-thumbnail{height: 140px;}
.showcase-thumbnail-inner  {width: 100%;height: 100px;cursor: pointer;position: relative;background: rgba(0, 0, 0, 0.75);overflow: hidden;}
.showcase-thumbnail.active .showcase-thumbnail-inner {background: transparent;}
.showcase-thumbnail.active .showcase-thumbnail-inner img {opacity: 1;}
.showcase-thumbnail .showcase-thumbnail-inner img {opacity: 0.25;}
.showcase-content .showcase-thumbnail-caption {background-color: #078675;color: #ffffff;padding: 10px 20px;position: absolute;text-align: center;text-transform: uppercase;top: 20px;width: auto;}
.showcase-thumbnail-caption{position: absolute;text-align: center;top: 45%;width: 100%; background-color: #078675;color: #ffffff;text-transform: capitalize;}
.showcase-thumbnail-content{padding: 10px;text-align: center;padding-top: 25px;}
.showcase-thumbnail-cover{position: absolute;top: 0; bottom: 0; left: 0; right: 0;}
.showcase-thumbnail:hover{}
.showcase-thumbnail:hover .showcase-thumbnail-cover{display: none;}
/*.showcase-thumbnail-wrapper-vertical .showcase-thumbnail{margin-top: 40px;}*/
.showcase-thumbnail:first-child{margin-top:0px}
.showcase-thumbnail.active .showcase-thumbnail-cover{display: none;}
.showcase-thumbnail-wrapper-horizontal{padding: 10px;}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail{margin-right: 10px;width: 116px;}
.showcase-thumbnail-wrapper-vertical{padding: 0px;}
.showcase-thumbnail-restriction {margin: 0 !important;height: 100% !important;}
.showcase-thumbnail-button-backward{padding: 7px;text-align: center;position: absolute;right: 0;top: -35px;width: 20%;}
.showcase-thumbnail-button-forward{padding: 7px;text-align: center;position: absolute;right: 0;bottom: -5px;width: 20%;z-index: 9999;}
.showcase-thumbnail-button-backward{padding-bottom: 0px;padding-right: 0px;}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal{cursor: pointer;background-image: url(images/arrow-sd.png);background-repeat: no-repeat; display: inline-block;width: 25px;height: 20px;}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical{background-position: 0px -35px;}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical{background-position: -38px -35px;}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal{background-position: 0 -17px;margin-top: 40px;margin-bottom: 40px;}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal{background-position: -17px -17px;}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal{background-position: 0 0;margin-top: 40px;margin-bottom: 40px;}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal{background-position: -17px 0;}
.showcase-thumbnail-button-forward span span,.showcase-thumbnail-button-backward span span{display: none;}
.clear{clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;float: none;}


/*----------- 26-02-2015 change css  ------------*/
.home_thumb_slider .showcase-thumbnail-caption {
    top: 40%;
}
.owl-carousel.owl-loaded.projects_slider{
    display: none;
}
.owl-carousel.owl-loaded.cat_1{
    display: block;
}
.projects_slider .showcase-thumbnail-caption{
    background-color: #078675;
    color: #ffffff;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: auto;
}
.projects_slider .showcase-caption {
    position: relative;
}
.projects_slider .item a > img {
    height: 383px;
}
.projects_slider .owl-controls {
    float: right;
    margin: -30px 0px 0px;
    position: relative;
    z-index: 9;
}
.projects_slider .owl-prev ,.projects_slider .owl-next ,.home_thumb_slider .bx-wrapper .bx-prev ,.home_thumb_slider  .bx-wrapper .bx-next {
    color: #8F9498;
    font-size: 30px;
    line-height: 20px;
}
.projects_slider .owl-prev:focus ,.projects_slider .owl-next:focus,.home_thumb_slider .bx-wrapper .bx-prev:focus ,.home_thumb_slider  .bx-wrapper .bx-next:focus {
    color: #078675;
}
.projects_slider .owl-prev {
    float: left;
}
.projects_slider .owl-next {
    float: right;
}
.home_thumb_slider .slide {
    height: 100px;
}

.cat_thumb {
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
}
.home_thumb_slider .slide .cat_thumb img {
    height: 100%;
    width: 100%;
}
.home_thumb_slider .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
    transform: translateZ(0px);
}
.home_thumb_slider .bx-wrapper .bx-controls-direction a {
    background: transparent;
    font-size: 30px;
    height: 32px;
    text-indent: 0px;
    margin-top: 0px;
}
.home_thumb_slider .bx-controls.bx-has-controls-direction {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.home_thumb_slider .bx-wrapper .bx-prev {    
/*     top: -9%;
    left: 40%; */
	top: 50%;
    left: -27px;
    transform: translate(-50%, -50%);
}
.home_thumb_slider  .bx-wrapper .bx-next {
    /* bottom: -20px; */
/*     top: initial;
    right: 46%;
    padding: 7px 0px; */
	top: 50%;
    right: -57px;
    transform: translate(-50%, -50%);
}

/*************************** ABOUT PAGE CSS START *****************************/
.banner_view {
    float: left;
    width: 100%;
}
.banner_view > img {
    height: 220px;
    width: 100%;
}
.title {
    float: left;
    width: 100%;
    border-left: 1px solid #d8d8d8; 
    margin: 100px 0px 93px 5px;
    padding: 0px 0px 0px 50px;
    height: 135px;
}
.title h1 {
    font-size: 60px;
    margin: 0px;
    line-height: 69px;
}
.title h2 {
    font-size: 60px;
    color: #078675;
    font-family: 'museo_sans_cyrl700';
    margin: 0px;
    text-transform: uppercase;
}
.about_content {
    float: left;
    width: 100%;
    background: url(images/about-bg.jpg) repeat left top;
    background-size: cover;
    padding: 80px 0px 40px;
}
.about_content .home_about_right {
    padding: 0px 0px 0px 27px;
}
.about_content .home_about_right h4 {
    margin: 20px 0px;
}
.about_content .home_about_right ul li {
    line-height: 25px;
}
.about_text {
    float: left;
    width: 100%;
    margin: 42px 0px 0px;
}
.about_text p {
    line-height: 25px;
    margin: 0px 0px 35px;
}
.about_text p b {
    font-family: 'museo_sans_cyrl900';
}
/*************************** WIRE SAWING PAGE CSS START *****************************/
.desk-view-off {
    display: none;
}
.services_title {
    float: left;
    width: 100%;
}
.services_title .title {
    margin: 100px 0px 93px 5px;
}
.services_content {
    float: left;
    width: 100%;
    position: relative;
}
.services_menu {
    background-color: #078675;
    border: none;
    text-align: center;
}
.services_menu .navbar-default {
    background-color: #078675;
    border: none;
    margin: 0px;
}
.services_menu .navbar-collapse {
    padding: 0px 22px;
}
.services_menu .nav {
    width: 100%;
}
.services_menu .nav > li {
    padding: 23px 0px;
    float: none;
    display:inline-block;
}
.services_menu .nav > li a {
    padding: 0px 17px 0px 25px;
    display:inline-block;
    background: url(images/bullet-icon2.png) no-repeat center left;
    color: #ffffff;
    font-family: 'museo_sans_cyrl500';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.services_menu .nav > li.first_lr a {
    background:none;
    padding: 0px 17px 0px 0px;
}
.services_menu .nav > li.last_lr a {
    padding: 0px 0px 0px 25px;
}
.services_menu .navbar-default .navbar-nav > li > a:focus, .services_menu .navbar-default .navbar-nav > li > a:hover , .services_menu .navbar-default .navbar-nav > li.active > a ,.services_menu .navbar-default .navbar-nav > li > a.submenuhover{
    background-color: transparent;
    color: #68ffeb;
}
.f-nav{ 
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 70px;
}
.services_text_dt {
    float: left;
    width: 100%;
    background: url(images/about-bg.jpg) repeat left top;
    background-size: cover;
    padding: 78px 0px 30px;
    position: relative;
    z-index: 0;
}
.text_dt {
    float: left;
    width: 100%;
    padding: 0px 0px 15px;
}
.text_dt h3 {
    display: block;
    /*list-style:outside url(images/bullet-icon.png);*/
    font-family: 'museo_sans_cyrl900';
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 4px 22px;
    padding: 0px 0px 0px 5px;
}
.text_dt p {
    margin: 0px 0px 28px 29px;
    line-height: 25px;
}
.text_dt ul {
    margin: 0px 0px 28px;
}

.services_our_project {
    float: left;
    width: 100%;
    text-align: center;
}
.services_project_slider {
    float: left;
    width: 100%;
    padding: 90px 0px 95px;
    position: relative;
    z-index: 0;
}
.services_project_slider h2 {
    font-family: 'museo_sans_cyrl700';
    margin: 0px 0px 20px;
    font-size: 40px;
}
#our-project-slider {
    margin: 0px auto;
    width: 90%; 
}
.services_project_slider #our-project-slider h3 {
    position: absolute;
    left: 0px;
    top: 20px;
    margin: 0px;
    background-color: #078675;
    color: #ffffff;
    font-size: 16px;
    padding: 9px 13px;
    text-transform: uppercase;
}
.services_project_slider #our-project-slider p {
    margin: 35px 0 30px;
}
.services_project_slider #our-project-slider a {
    display: inline-block;
    color: #009d93;
    background: url(images/arrow-right2.png) no-repeat right 7px;
    line-height: 19px;
    padding: 0px 25px;
    border: 1px solid transparent;
}
.services_project_slider #our-project-slider a:hover {
    background: url(images/arrow-right-h.png) no-repeat right 7px;
    color: #021e26;
}
.services_project_slider .owl-controls {
    float: left;
    left: 0px;
    position: absolute;
    top: 35%;
    width: 100%;
    height: 0px;
}
.services_project_slider .owl-prev ,.services_project_slider .owl-next {
    font-size: 45px;
    color: #078675;
}
.services_project_slider .owl-prev:hover ,.services_project_slider .owl-next:hover {
    color: #2e414a;
}
.services_project_slider .owl-prev {
    float: left;
    margin: 0px 0px 0px -118px;
}
.services_project_slider .owl-next {
    float: right;
    margin: 0px -118px 0px 0px;
}
.services_project_slider .btn_sm {
    text-transform: capitalize;
    margin: 29px 0px 30px;
    float: none;
    width: 200px;
}
.testimonial {
    float: left;
    width: 100%;
    background: url(images/about-bg.jpg) repeat left top;
    background-size: cover;
    text-align: center;
}
.testimonial h3 {
    margin: 0px 0px 15px;
    font-family: 'museo_sans_cyrl900';
    font-weight: 400;
    font-size: 16px;
}
.testimonial p {
    margin: 0px;
}
.testimonial .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    margin:50px 0px 0px;
}
/*************************** SAWING  PAGE CSS START *****************************/
.services_sawing_content {
    float: left;
    width: 100%;
}
.services_sawing{    
    float: left;
    width: 100%;
    background: url(images/about-bg.jpg) repeat left top;
    background-size: cover;
    padding: 100px 0px;
}
.sawing_box {
    background-color: #fff;
    float: left;
    width: 100%;
}
.sawing_box_pd {
    padding: 0px 8px;
    float: left;
    width: 25%;
}
.sawing_box_pd .project_box {
    min-height: 746px;
}
.sawing_box_img {
    float: left;
    width: 100%;
    cursor: pointer;
}
.sawing_box_img img {
    width: 100%;
}
.sawing_box_txt {
    float: left;
    width: 100%;
    min-height: 520px;
    padding: 34px 3px 10px 19px;
}
.sawing_box_txt h2 {
    font-family: 'museo_sans_cyrl500';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px 13px;
}
.sawing_box_txt h3 {
    color: #566268;
    font-family: 'museo_sans_cyrl700';
    font-size: 13px;
    text-transform: capitalize;
    margin: 5px 0px;
    line-height: 22px;
}
.sawing_box_txt p {
    display: list-item;
    list-style: inside disc;
    color: #566268;
    font-size: 13px;
    margin: 0px;
    line-height: 22px;
}
.sawing_box_txt span {
    display: inline-block;
    color: #566268;
    font-size: 13px;
    margin: 0px;
    line-height: 22px;
}
.other_menu {
    float: left;
    font-size: 20px;
    padding: 5px 0;
    text-transform: capitalize;
}
.sawing_dt {
    float: left;
    width: 100%;
}
/*************************** SERVICES PAGE CSS START *****************************/
.services_content {
    float: left;
    width: 100%;
}
.services_content .services_text_dt {
    padding: 93px 0px 48px;
}
.services_text_dt  h2 {
    font-family: 'museo_sans_cyrl700';
    font-size: 40px;
    margin: 20px 3px 56px;
}
/*************************** PROJECT PAGE CSS START *****************************/
.mobile-view-on {
    display: none;
}
.project_vi {
    padding-bottom: 40px;
}
.project_bx {
    padding: 0 26px 60px;
}

.project_bx.project_bx2{
    display: table;
    float: none;
    margin: 0 auto;
    width: 49.8%;
}

.project_box {
    float: left;
    width: 100%;
    background-color: #fff;
}
.project_box_img img {
    width: 100%;
    min-height: 194px;
}
.project_box_txt {
    float: left;
    padding: 0px 20px 24px;
    min-height: 154px;
}
.project_box_txt h2 {
    font-family: 'museo_sans_cyrl500';
    font-size: 18px;
    text-transform: uppercase;
    margin: 31px 0px 13px;
}
.project_box_txt span {
    display: inline-block;
    color: #566268;
    font-size: 13px;
    margin: 0px;
    line-height: 22px;
}
.services_project_slider i {
    font-family: 'museo_sans_cyrl700';
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.project_txt_vi {
    float: left;
    width: 100%;
    padding: 90px 0px 60px;
}
.project_txt_bt {
    float: left;
    width: 100%;
}
.project_txt_bt h2 {
    font-family: 'museo_sans_cyrl700';
    font-size: 40px;
    margin: 0px 0px 30px;
}
.project_txt_bt p {
    margin: 0px 0px 30px;
    line-height: 25px;
}
.project_txt_bt p strong {
    font-family: 'museo_sans_cyrl700';
}
.project_txt_bt h3 {
    font-family: 'museo_sans_cyrl900';
    font-size: 16px;
    margin: 0px 0px 30px;
    text-transform: uppercase;
}
.project_txt_bt ul {
    margin: 0px;
    padding: 0px 0px 30px 15px;
}
.project_txt_bt ul li {
    display: list-item;
    list-style: disc outside;
    padding: 0px 0px 2px 21px;
}
/*************************** PROJECT AIRPORT PAGE CSS START *****************************/
.project_dt {
    float: left;
    width: 100%;
    border-top: 1px solid #c4c7c6;
    padding: 27px 0px 0px;
}
.project_dt .project_box {
    background-color: #f8f8f8;
}
.project_dt .btn_sm {
    /*background: #078675 url(images/arrow-right3.png) no-repeat 15% center;*/
    margin: 0px 11px 26px 0px;
    float: left;
    /*padding: 14px 0px 14px 20px;*/
}
/*.project_dt .btn_sm:hover {
    background: #1f363e url(images/arrow-right3.png) no-repeat 15% center;
    color: #fff;
}*/
.project_box_txt a {
    display: inline-block;
    color: #009d93;
    background: url(images/arrow-right2.png) no-repeat right 7px;
    line-height: 19px;
    padding: 0px 25px 0px 0px;
    border: 1px solid transparent;
}
.project_box_txt a:hover {
    background: url(images/arrow-right-h.png) no-repeat right 7px;
    color: #021e26;
}
/*************************** CONTACT PAGE CSS START *****************************/
.contact_content ,.contact_add ,.contact_frm ,.add_view {
    float: left;
    width: 100%;
    text-align: left;
}
.contact_frm {
    padding: 0px 0px 40px;
}
.add_view {
    margin: 0px 0px 30px;
}
.add_view h3 {
    font-family: 'museo_sans_cyrl900';
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 30px;
}
.add_view ul {
    margin: 0px;
    padding: 0px;
}
.add_view ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 30px;
}
.add_view ul li strong {
    font-family: 'museo_sans_cyrl700';
    font-size: 16px;
    padding: 0px 7px 0px 0px;
}
.add_view ul li a {
    color: #021e26;
}
.add_view ul li a:hover {
    color: #078675;
}
.contact_frm label {
    display: inline-block;
    font-family: "museo_sans_cyrl700";
    font-size: 11px;
    letter-spacing: 0.6px;
    line-height: 24px;
    margin: 0px;
    padding: 0ox;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
}
.contact_frm input[type="text"],.contact_frm input[type="email"] ,.contact_frm textarea {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom:1px solid #fff;
    border-radius: 0px;
    color: #101b1f;
    display: inline-block;
    font-size: 14px;
    height: 49px;
    line-height: 24px;
    margin: 0px;
    font-family: 'museo_sans_cyrl500';
    padding: 14px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact_frm input[type="text"]:hover, .contact_frm input[type="text"]:focus, .contact_frm textarea:hover, .contact_frm textarea:focus {
    transition: all 0.3s ease 0s;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.capcha_input {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}
.contact_frm .capcha_input  input[type="text"] {
    width: 70%;
}
.capcha_input > img {
    float: right;
}
.contact_frm textarea {
    height: 147px;
    line-height: 24px;
    padding: 12px 15px;
    width: 100%;
    resize: none;
}
.contact_frm input[type="submit"]{
    background-color:#078675;
    border:none;
    border-bottom:2px solid #0b554b;
    font-size:20px;
    color:#ffffff;
    display: inline-block;
    font-family: "museo_sans_cyrl700";
    height:59px;
    margin:9px 0px 0px;
    padding: 16px 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact_frm input[type="submit"]:hover {
    background-color: #0b554b;
    border-bottom:2px solid #078675;
}
/*************************** FOR SALE PAGE CSS START *****************************/
.for_sale_content {
    float: left;
    width: 100%;
}
.for_sale_vh {
    background: url(images/for-sale-bg.jpg) repeat top left;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 98px 0px 50px;
}
.for_sale_slider ,.for_sale_txt {
    float: left;
    width: 49%;
    margin: 0px 0px 50px;
}
.for_sale_slider {
    height: 396px;
}
.for_sale_slider .owl-controls {
    position: absolute;
    top: 44%;
    width: 100%;
}
.for_sale_slider .owl-prev , .for_sale_slider .owl-next {
    color: #fff;
    font-size: 48px;
}
.for_sale_slider .owl-prev:hover , .for_sale_slider .owl-next:hover  {
    color: #46998c;
}
.for_sale_slider .owl-prev {
    float: left;
}
.for_sale_slider .owl-next {
    float: right;
}
.for_sale_txt {
    float: right;
    background-color: #fff;
    padding: 28px 0px 24px;
    position: relative;
    width: 51%;
}
.for_sale_txt ul {
    margin: 0px;
    padding: 0px 5px 0px 20px;
}
.for_sale_txt ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    font-family: 'museo_sans_cyrl500';
    text-transform: uppercase;
}
.for_sale_txt ul li strong {
    font-family: 'museo_sans_cyrl900'
}
.for_sale_txt p {
    float: left;
    font-family: 'museo_sans_cyrl700';
    font-size: 13px;
    background-color: #46998c;
    color: #ffffff;
    margin: 20px 0px 15px;
    padding: 9px 0px;
    text-align: center;
    width: 100%;    
}
.for_sale_txt a {
    float: right;
    color: #009d93;
    background: url(images/arrow-right4.png) no-repeat right 1px;
    line-height: 24px;
    padding: 0px 30px 0px 0px;
    border: 1px solid transparent;
    margin: 0px 30px 0px 0px;
}
.for_sale_txt a:hover {
    background: url(images/arrow-right5.png) no-repeat right 1px;
    color: #021e26;
}
.for_sale_num {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}
.for_sale_num ul {
    margin: 0px;
    padding: 0px 20px;
}
.for_sale_num ul li {
    display: list-item;
    list-style: decimal inside;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-family: 'museo_sans_cyrl900';
    text-transform: none;
}
.for_sale_num ul li span {    
    font-family: 'museo_sans_cyrl500';
}
/*************************** FOR SALE MECO PAGE CSS START *****************************/
.for_sale_mc .services_project_slider {
    float: none;
    margin: 0 auto;
    width: 96%;
}
.for_sale_mc {
    padding: 0px;
}
.for_sale_mc .services_project_slider {
    padding: 50px 0px 125px;
}
.for_sale_mc .for_sale_txt {
    width: 100%;
    padding: 35px 0px 0px;
}
.for_sale_mc .for_sale_txt h3 {
    font-family: 'museo_sans_cyrl500';
    font-size: 16px;
    line-height: 25px;
    margin: 0px 0px 25px 0px;
}
.for_sale_mc .for_sale_txt ul {
    padding: 0px 0px 0px 10px;
}
.for_sale_mc .for_sale_txt ul li {
    font-size: 15px;
}
.for_sale_mc .for_sale_txt p {
    margin: 20px 0px 0px;
}
.for_sale_mc .services_project_slider .owl-controls {
    top: 45%;
}
.for_sale_mc .services_project_slider .owl-prev {
    float: left;
    margin: 0px 0px 0px -60px;
}
.for_sale_mc .services_project_slider .owl-next {
    float: right;
    margin: 0px -60px 0px 0px;
}
/*************************** ARCHIVED PROJECT PAGE CSS START *****************************/
.project_nm {
    float: left;
    width: 100%;
}
.project_nm h2 {
    float: left;
    font-family: 'museo_sans_cyrl700';
    font-size: 40px;
    margin: 0px;
    width: 100%;    
}
.archived_project {
    padding: 43px 0px 53px;
}
.archived_project .project_bx {
    padding: 0px 26px 47px;
}
/*************************** MADORAH JETTY PROJECT PAGE CSS START *****************************/
.services_content .services_text_dt.madorah_vi {
    padding: 41px 0 50px;
}
.madorah_vi ,.mandorah_sd_txt {
    float: left;
    width: 100%;
}
#mandorah-slider {
    margin: 0 auto;
    width: 100%;
}
#mandorah-slider iframe, #mandorah-slider .owl-video-wrapper {
    height: 674px !important;
}
#mandorah-slider iframe ,#mandorah-slider a {
    width: 100%;
    height: 647px;
    display: block;
}
.owl-carousel .owl-video-play-icon {
    background: url(images/owl.video.play.png) !important;
}
.mandorah_sd_txt {
    background-color: #fff;
    padding: 10px 20px;
}
.mandorah_sd_txt h3 {
    font-family: 'museo_sans_cyrl500';
    font-size: 18px;
    margin:18px 0px 8px;
    text-transform: uppercase;
}
.mandorah_sd_txt p {
    font-size: 13px;
    margin: 0px 0px 24px 0px;
}
.madorah_vi .owl-controls {
    float: left;
    left: 0px;
    position: absolute;
    top: 45%;
    width: 100%;
    height: 0px;
}
.madorah_vi .owl-prev ,.madorah_vi .owl-next {
    font-size: 45px;
    color: #078675;
}
.madorah_vi .owl-prev:hover ,.madorah_vi .owl-next:hover {
    color: #2e414a;
}
.madorah_vi .owl-prev {
    float: left;
    margin: 0px 0px 0px -73px;
}
.madorah_vi .owl-next {
    float: right;
    margin: 0px -73px 0px 0px;
}
.mandorah_txt {
    float: left;
    width: 100%;
    padding: 60px 0px 37px;
    position: relative;
}
.mandorah_txt h2 {
    float: left;
    font-family: 'museo_sans_cyrl700';
    font-size: 40px;
    margin: 0px 5px 23px;
    width: 100%; 
}
.mandorah_txt p {
    float: left;
    font-size: 16px;
    margin: 20px 5px 23px;
    width: 100%;    
}
.mandorah_txt ul {
    margin: 0px 5px;
    padding: 0px;
    width: 92%;
    display: inline-block;
}
.mandorah_txt ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 18px 0px;
}
.mandorah_txt ul li strong {
    font-family: 'museo_sans_cyrl900';
}
.mandorah_txt a {
    background: #078675; 
    color: #fff;
    display: inline-block;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'museo_sans_cyrl700';   
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 0px;
}
.mandorah_txt a:hover {
    background: #1f363e;
    color: #fff;
}
.madorah_menu {
    text-align: center;
}

/*************************** 29-2-20016 CSS START *****************************/
.cat_thumb {
    background: #000;
}
.home_thumb_slider .slide .cat_thumb img {
    opacity: 0.5;
}
.current {
    background:transparent;
}
.home_thumb_slider .slide .cat_thumb.current img {
    opacity: 1;
}
/* $ For active main menu $ */
.nav .current_page_parent > a ,.nav .current-menu-ancestor > a{
    color:#17cfb6;
}  

.scrolloff {
    pointer-events: none;
}
.project_box_txt.project_box_txt_archive a{
    margin-top:10px; 
}
.text_dt li {
    margin-top: 8px;
}
.madorah_vi .owl-carousel .owl-item img {
    height: 100%;
}
.madorah_vi .item-video {
    height: 100%;
    text-align: center;
    width: 100%;
}
.madorah_vi .mandorah_sd_txt{
    text-align:center;
}
.project_vi .row {
    display: table;
    text-align: center;
}
.project_vi .col-md-4.col-sm-4.col-xs-12.project_bx {
    display: table-cell;
    float: none;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
}
.project_txt_bt {
    text-align: left;
}
.for_sale_content.no_items_found {
    text-align: center;
}
.for_sale_content.no_items_found h3 {
    display: inline-block;
    font-size: 52px;
    margin: 0 0 48px;
    padding: 12px 0px;
}

.owlhover{background-color: #d3d3d3;  color: #078675;}

.btn_sm.btn_sm2 {
    margin: 0 10px 30px;
}
.for_sale_vh.for_sale_mc .btn_sm.btn_sm2 {
    margin: 25px 0 0;
}

#div_logo_contact{
    display:block;
    width:100%;
    float:left;
    height:auto;
    color:#C1A01B;
    font-size:18px;
    font-family: "museo_sans_cyrl700";
}

#div_logo_contact a{
    color:#C1A01B;
}

#div_logo_contact a:hover,#div_logo_contact a:focus{
    color:#FFF;
}

.contact_frm .wpcf7-form-control-wrap.math_captcha{
    text-align:center;
}

.contact_frm .wpcf7-form-control.wpcf7-mathcaptcha{
    width:15%; 
}

.header.sticky #div_logo_contact{font-size:10px;}

/*************************** RESPONSIVE CSS START *****************************/
@media screen and (max-width:1366px){
    #mandorah-slider {width: 90%;}
}
@media screen and (max-width:1299px){
    .services_project_slider .owl-prev {margin: 0px 0px 0px -95px;}
    .services_project_slider .owl-next {margin: 0px -95px 0px 0px;}
    #mandorah-slider iframe, #mandorah-slider .owl-video-wrapper {height: 100% !important;}
    .madorah_vi .owl-prev {margin: 0px 0px 0px -45px;}
    .madorah_vi .owl-next {margin: 0px -45px 0px 0px;}
    #mandorah-slider {width: 85%;}
    
}
@media screen and (max-width:1200px){
    .header_right {width: 72%;}
    .nav > li {padding: 0px 14px 0px 16px;}
    .slider_text h2 {font-size: 60px;}
    .home_services {margin-top: -149px ;}
    .home_services_view ul li {width: 232px;}
    .get_quote_view {width: 100%;}
    .home_about_left {width: 50%;}
    .home_about_right {padding: 60px 0px 0px 23px;width: 50%;}
    .home_about_right h4 {margin: 25px 0px;}
    .home_about_right ul li {line-height: 25px;padding: 2px 0px 2px 6px;}
    .home_slider img {min-height: 660px;}
    .desk-view-on {display: none;}
    .desk-view-off {display: block;}
    .showcase-content-container {width: 73% !important;height: 430px !important;}
    .showcase-thumbnail-container {width: 205px;}
    .showcase-thumbnail .showcase-thumbnail-inner img {height: 100px;width: 100%;}
    .showcase-arrow-next {right: 255px;}
    .showcase-arrow-previous {right: 285px;}
    .showcase-thumbnail-button-backward {padding: 0px;width: 22%;bottom: 0px;}
    .showcase-thumbnail-button-forward {padding: 0px;width: 22%;}
    /*************************** ABOUT PAGE CSS START *****************************/
    .title {margin: 70px 0px 70px 10px;padding: 0px 0px 0px 40px;height: 119px;}
    .title h1 {font-size: 50px;line-height: 57px;}
    .title h2 {font-size: 50px;} 
    .home_about_right p br ,.home_about_right ul li br {display: none;}
    .about_text {margin: 0px;}
    /*************************** WIRE SAWING PAGE CSS START *****************************/
    .services_menu .nav > li a {font-size: 13px;padding: 0px 6px 0px 18px;}
    .services_menu .nav > li.first_lr a {padding: 0px 6px 0px 0px;}
    .services_menu .nav > li.last_lr a {padding: 0px 0px 0px 18px;}
    .services_project_slider .owl-prev {margin: 0px 0px 0px -70px;}
    .services_project_slider .owl-next {margin: 0px -70px 0px 0px;}
    .testimonial p br {display: none;}
    .text_dt h3 { margin: 0px 0px 0px 27px;}
    .text_dt p {margin: 0px 0px 28px 32px;}
    /*************************** SERVICES PAGE CSS START *****************************/
    .text_dt p br {display: none;}
    /*************************** PROJECT PAGE CSS START *****************************/
    .project_box_img img {min-height: 145px;}
    /*************************** CONTACT PAGE CSS START *****************************/
    .contact_frm .capcha_input input[type="text"] { width: 63%;}
    /*************************** FOR SALE PAGE CSS START *****************************/
    .for_sale_txt {padding: 20px 0px 15px;}
    .for_sale_txt ul li {font-size: 13px;line-height: 26px;}
    .for_sale_txt p {padding: 6px 15px;}
    .for_sale_txt a {bottom: 15px;right: 20px;}
    .for_sale_num {margin: 0px 0px 25px;}
    /*************************** FOR SALE MECO PAGE CSS START *****************************/    
    .for_sale_mc .services_project_slider {float: none;margin: 0px auto;padding: 50px 0 125px;width: 90%;}
    .for_sale_slider {height: 334px;}
    /*************************** MADORAH JETTY PROJECT PAGE CSS START *****************************/
    #mandorah-slider {margin: 0 auto;width: 95%;}
    #mandorah-slider iframe ,#mandorah-slider .owl-video-wrapper {height: 502px !important;}    
    .madorah_vi .owl-prev {margin: 0px 0px 0px -65px;}
    .madorah_vi .owl-next {margin: 0px -65px 0px 0px;}

    /*************************** 6-4-2016 CSS START *****************************/ 
    .home_services_view ul li.filter_box a img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
        -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
        -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    }
    .home_services_view ul li.filter_box a:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }
    .home_services_view ul li.filter_box a {
        display: block;
        position: relative;
    }
    .home_thumb_slider .bx-wrapper .bx-next {
        padding: 6px 0;
        right: 44%;
    }
    .btn_back {   padding: 0 48px; }
    #mandorah-slider {width: 95%;}
    .logo {width: 25%;}
/*    #div_logo_contact {font-size: 14px;}*/
    #logo > img {padding-left:0px;}

}
@media screen and (max-width:992px){
    .header {float: left;padding: 15px 0 0;position: absolute;width: 100%;z-index: 99;}
    .nav > li:hover > ul {left: 0px;}
    .nav > li { padding: 0px 15px 0px 0px;}
    .nav a {font-size: 16px; }
    .get_quote a {font-size: 14px; padding: 8px 10px;}
    .home_slider img { min-height: 570px;}
    .slider_text h2 {font-size: 46px;}
    .home_services {margin-top: -110px;}
    .home_services_view {text-align: center; }
    .home_services_view ul li {width: 175px;}
    .home_services_view ul li a span.text_table_cell ,.filter_box > span {font-size: 12px;height: 65px;}
    .home_about_right p {font-size: 14px;line-height: 23px;}
    .home_about_right p br {display: none;}
    .home_about_right h4 {margin: 25px 0px;}
    .home_about_right ul li {line-height: 24px;}
    .footer_inner ul {padding: 8px 0px 8px 8px}    
    .home_about_left > img {max-height:none;}
    .get_quote .modal-body {padding: 30px;}
    .get_quote_view {width: 100%;}
    .footer_inner {width: 100%;}
    .showcase-arrow-next {right: 193px;}
    .showcase-arrow-previous {right: 225px;}
    .showcase-thumbnail-button-backward {padding: 0px;top: -35px;width: 23%;}
    .showcase-thumbnail-button-forward {bottom: -5px;padding: 0px;width: 23%;}
    .showcase-thumbnail > img {height: 100%; width: 100%;}
    .showcase-thumbnail {height: 122px;}
    /*************************** ABOUT PAGE CSS START *****************************/
    .banner_view > img {height: 195px;}
    .title {margin: 50px 0px 50px 12px;padding: 0px 0px 0px 35px;height: 98px;}
    .title h1 {font-size: 40px;line-height: 47px;}
    .title h2 {font-size: 40px;}
    .about_text {margin: 20px 0px 0px;}
    .about_text p {margin: 0px 0px 20px;}
    .about_content {padding: 40px 0 15px;}
    .about_content .home_about_left {width: 100%;}
    .about_content .home_about_right {padding: 20px 0px 0px;width: 100%;}    
    /*************************** WIRE SAWING PAGE CSS START *****************************/ 
    .services_menu .navbar-header {float: none;}
    .services_menu .navbar-left,.services_menu .navbar-right {float: none !important;}
    .services_menu .navbar-toggle {display: block;}
    .services_menu .navbar-collapse {border-top: none;box-shadow: none;}
    .services_menu .navbar-fixed-top {top: 0;border-width: 0 0 1px;}
    .services_menu .navbar-collapse.collapse {display: none!important;}
    .services_menu .navbar-nav {background-color: transparent;float: none!important;margin: 0px 0px 15px;}
    .services_menu .navbar-nav>li {float: none;}
    .services_menu .navbar-nav>li>a {padding-top: 0px;padding-bottom: 0px;}
    .services_menu .collapse.in{display:block !important;}
    .services_menu .navbar-toggle {text-align: right;width: 100%;background-color:transparent;border: none;border-radius: 0;color: rgb(255, 255, 255);float: right;font-size: 30px;margin: 0;padding: 7px 10px 0;}
    .services_menu .navbar-default .navbar-toggle:focus, .services_menu .navbar-default .navbar-toggle:hover {background-color:transparent;}
    .services_menu .navbar-nav > li {float: none;padding: 0px;width: 100%;}
    .services_menu .navbar-nav > li {border: none;float: none;padding: 4px 0px;width: 100%;}
    .services_menu .nav > li.first_lr a {padding: 0px;}
    .services_menu .nav > li a {background:transparent;font-size: 14px;padding: 0px;width: 100%;}
    .services_menu .nav > li.last_lr a {padding: 0px;}
    .services_text_dt {padding: 50px 0px 0px;}
    .text_dt {padding: 0px 0px 10px;}
    .showcase-content-container {height: 255px !important;width: 73% !important;}
    .showcase-content {height: 100% !important;width: 100% !important;}
    .showcase-thumbnail-container {height: 222px !important;width: 23%;}
    .services_project_slider .owl-prev {margin: 0px 0px 0px -45px;}
    .services_project_slider .owl-next {margin: 0px -45px 0px 0px;}
    .services_project_slider .owl-controls {top: 25%;}
    /*************************** SAWING PAGE CSS START *****************************/ 
    .sawing_box_pd {padding: 0px 8px 14px;width: 50%;}    
    /*************************** SERVICES PAGE CSS START *****************************/
    .services_title .title {margin: 50px 0px 50px 8px;}
    .services_text_dt h2 {font-size: 36px;margin: 0px 0px 40px;}
    .text_dt p br {display: none;}    
    /*************************** WIRE SAWING PAGE CSS START *****************************/  
    .services_menu {text-align: left;padding: 0px 1%;}
    /*************************** PROJECT PAGE CSS START *****************************/
    .project_vi {padding: 50px 0px 20px;}
    .project_bx {padding: 0px 15px 40px;}
    .project_box_img img {min-height: 118px;}
    .project_txt_vi {padding: 50px 0px 30px;}
    .services_project_slider {padding: 50px 0px 35px;}
    /*************************** FOR SALE PAGE CSS START *****************************/
    .for_sale_vh {padding: 50px 0px;}
    .for_sale_slider .item > img {min-height: 297px;max-height: 297px;}
    .for_sale_txt {min-height: 297px;}
    .for_sale_txt ul {padding: 0px 5px 0px 15px;}
    .for_sale_txt ul li {font-size: 12px;line-height: 16px;}
    .for_sale_txt p {padding: 4px 55px;margin: 10px 0px;}
    .for_sale_txt a {margin: 0px 15px 0px 0px;}
    .for_sale_num {margin: 0px 0px 60px;}
    .for_sale_txt ul li br {display: none;}
    .for_sale_slider .owl-controls { top: 40%;}
    /*************************** FOR SALE PAGE CSS START *****************************/  
    .for_sale_mc .for_sale_txt ul {padding: 0px 10px 0px;}
    .for_sale_mc .for_sale_txt ul li {font-size: 16px;line-height: 28px;}
    .for_sale_mc .for_sale_txt h3 {margin: 15px 10px;}
    .for_sale_mc .services_project_slider .owl-controls {top: 45%;position: absolute;}
    .for_sale_slider {height: 100%;}
    /*************************** ARCHIVED PROJECT PAGE CSS START *****************************/
    .archived_project .project_bx {padding: 0px 15px 25px;}
    /*************************** MADORAH JETTY PROJECT PAGE CSS START *****************************/
    #mandorah-slider {width: 85%;}
    #mandorah-slider iframe ,#mandorah-slider .owl-video-wrapper {height: 344px !important;}
    .showcase-content > img {height: 221px;width: 100%;}    
    /*************************** 26-02-2016 CSS START *****************************/
    .home_thumb_slider .bx-wrapper .bx-viewport{height: 286px !important;}
    .home_thumb_slider .slide {height: 80px;margin-bottom: 25px !important;}
    .projects_slider .item a > img {height: 286px;}
    .services_menu .navbar-collapse {padding: 0px 15px;}
    /*************************** 8-4-2016 CSS START *****************************/
    .home_thumb_slider .bx-wrapper .bx-prev {
        left: 40%;
        top: -12%;
    }
    .home_thumb_slider .bx-wrapper .bx-next {
        padding: 6px 0;
        right: 39%;
    }
    .btn_back {   padding: 0 37px; }
    .for_sale_content.no_items_found h3 {
        font-size: 38px;
        margin: 20px 0;
    }
    .services_menu .icon.icon-bars {
        display: inline-block;
        margin-top: 5px;
        vertical-align:middle;
    }
    .logo {width: 25%;}
    .madorah_vi .owl-controls {top: 40%;}
    .project_dt .btn_sm , .btn_sm {
        float: left;
        font-size: 14px;
        height: 37px;
        margin: 25px 11px 26px 0;
        padding: 8px 22px 8px 0;
        width: 155px;
    }
    .home_about_right .btn_sm  {
        width: 200px;
    }
    .btn_back .btn_sm2 ,.btn_sm.btn_sm2 {
        padding: 8px 20px 8px 40px;
        width: auto;
        margin:25px 0px;
    } 
    .btn_back .btn_sm {
        margin: 0 11px 0 0;
    }
    .for_sale_vh.for_sale_mc .btn_sm.btn_sm2 {
        margin: -20px 0;
    }
}
@media screen and (max-width:767px){
    .header {padding: 0px;}
    .logo {float: left;margin:0px;text-align: center;width: 100%;}
    .logo > a {display: inline-block;width: 170px;}
    .header_right {margin: 0;width: 100%;}
    .menu1 {display: none;}
    .menu2 {display: block;}
    .navbar.navbar-inverse {float: left;margin: 0 0 10px;min-height: 100%;width: 100%;border: medium none;}
    .navbar.navbar-inverse  button {height: 44px;margin: 0 !important;width: 100%;background-color: #07A195 !important;color: #fff;text-align: right;box-shadow: inherit;border: none !important;border-radius: 0px;}
    .navbar.navbar-inverse  button span {font-size: 28px;height: 28px;line-height: 30px !important;}
    .navbar.navbar-inverse .navbar-collapse {width: 100%;border: none;}
    .navbar.navbar-inverse .navbar-collapse {padding: 0px;}
    .nav{width:100%;margin:0px;background-color: #07A195;}
    .nav > li {width:100%;border-top:1px solid #fff;padding: 0px;}
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {background-color: #07A195;}
    .navbar-inverse .navbar-nav > li > a, .nav > li > a {color: #efefef;padding: 10px 15px;text-transform: capitalize;}
    .nav li ul {width: 100%;}
    .navbar-collapse.in {overflow-y: visible;}
    .get_quote {float: right;position: absolute;right: 15px;top: 35px;}
    .get_quote a {font-size: 14px;padding: 6px 8px;}
    .slider_text {padding: 0px 4px;}
    .home_slider img {min-height: 530px;}
    .slider_text h2 {font-size: 40px;}
    .get_quote .modal-body {padding: 30px 20px;}
    .get_quote .modal-dialog {width: 80%;}
    .get_quote_view {width: 100%;}
    .home_about_left > img {max-height:inherit;}
    .footer {text-align: center;font-size: 14px;}
    .footer_inner ul {padding: 0px;}
    .home_services {margin-top: -110px;padding-bottom: 30px;}
    .home_about {padding: 30px 10px 40px;}
    .footer_inner {padding: 9px 0px 0px;}
    .home_about_left ,.home_about_right{width: 100%;}
    .home_about_right {padding: 20px 0px 0px;}
    .home_thumb_slider {padding: 30px 0px;}
    /*************************** ABOUT PAGE CSS START *****************************/
    .banner_view > img {height: 165px;}
    .title {margin: 25px 0px 25px 18px;padding: 0px 0px 0px 30px;height: 75px;}
    .title h1 {font-size: 30px;line-height: 37px;}
    .title h2 {font-size: 30px;}
    .about_content {padding: 35px 10px 10px;}
    .about_content .home_about_right {padding: 20px 0px 0px;}
    /*************************** WIRE SAWING PAGE CSS START *****************************/  
    .services_text_dt {padding: 35px 10px 0px;}
    .text_dt {padding: 0px 0px 10px;}
    .text_dt p {margin: 0px 0px 10px 20px;}
    .services_project_slider h2 {font-size: 30px;margin: 10px 0px 0px;}
    .services_project_slider #our-project-slider p {margin: 20px 0px 10px;}
    .services_project_slider .owl-controls {top: 25%;}
    #our-project-slider {width: 80%; margin: 20px auto 0px}
    .services_project_slider #our-project-slider .owl-controls {position: absolute;top: 20%;}
    /*************************** SAWING PAGE CSS START *****************************/ 
    .services_sawing {padding: 35px 0px;}    
    #sawing-slider {margin: 0 auto;padding: 0 20px;width: 100%;}
    #sawing-slider .item {background-color: #fff;float: left;width: 100%;}
    .services_project_slider .owl-controls {margin: 10px auto 0;position: relative;right: 0;top: 0;width: 100%;text-align: center;}
    #sawing-slider .owl-prev, #project-slider .owl-next {background-color: #078675;color: #fff;display: inline-block;float: none;font-size: 36px;margin: 0 8px;padding: 11px 10px 0;}
    #sawing-slider .owl-prev:hover, #project-slider .owl-next:hover {background: #1f363e;}
    #sawing-slider.owl-carousel .owl-item img {transform-style: flat;}
    /*************************** SERVICES PAGE CSS START *****************************/
    .services_title .title {margin: 25px 0px 25px 18px}
    .services_text_dt h2 {font-size: 28px;margin: 0px 0px 30px;}    
    /*************************** PROJECT PAGE CSS START *****************************/
    .mobile-view-off {display: none;}
    .mobile-view-on {display: block;}
    #project-slider {margin: 0px auto 40px;padding: 0px 20px;width: 100%;}
    #project-slider .item {background-color: #fff;float: left;width: 100%;}
    .services_project_slider .owl-controls {margin: 0 auto;position: absolute;right: 0;text-align: center;top: -75px;width: 100%;}
    #project-slider .owl-prev, #project-slider .owl-next {background-color: #078675;color: #fff;display: inline-block;float: none;font-size: 24px;margin: 10px 8px 0px;padding: 9px 8px 0px;}
    #project-slider .owl-prev:hover, #project-slider .owl-next:hover {background: #1f363e;}
    #project-slider.owl-carousel .owl-item img {transform-style: flat;}
    .project_box {position: relative;}
    .project_box img {max-height: 280px;min-height: 280px;}
    .project_txt_vi {padding: 50px 10px 30px;}
    .project_txt_bt h2 {font-size: 35px;margin: 0px 0px 15px;}
    .project_txt_bt p {margin: 0px 0px 15px;}
    .project_txt_bt h3 { margin: 0px 0px 15px;}
    /*************************** PROJECT AIRPORT PAGE CSS START *****************************/
    .project_dt {padding: 0px;}
    .project_box > a {display: none;left: 0;position: absolute;top: 0;transition: opacity 0.5s ease-in-out 0s;width: 100%;}
    .project_box:hover > a {display: block;}
    .services_project_slider {padding: 60px 0 0;}
    .project_dt .btn_sm {height: 40px;width: 170px;margin: 20px 20px 0px 0px;background: #078675 url("images/arrow-right3.png") no-repeat scroll 10% center;padding: 8px 0 8px 20px;}
    .project_dt .btn_sm:hover {background: #1f363e url("images/arrow-right3.png") no-repeat scroll 10% center;}
    .project_bx {padding: 0px 0px 40px;}
    /*************************** CONTACT PAGE CSS START *****************************/
    .contact_frm .capcha_input input[type="text"] { width: 80%;}
    .contact_frm input[type="text"], .contact_frm textarea {height: 40px;line-height: 20px;padding: 8px 15px;}
    .contact_frm textarea {height: 130px;line-height: 20px;padding: 12px 15px;}
    .capcha_input > img {float: right;width: 95px;}
    .contact_frm {padding: 0px 0px 15px;}
    /*************************** FOR SALE PAGE CSS START *****************************/
    .for_sale_slider, .for_sale_txt {width: 100%;margin: 0px;height: 100%;}
    .for_sale_slider .owl-carousel .owl-item img { height: auto;}
    .for_sale_txt {margin:0px 0px 30px;}
    .for_sale_slider .item > img {max-height: 100%;min-height: 100%;}
    .for_sale_txt {margin: 0px 0px 30px;min-height: 100%;}
    .for_sale_txt p {bottom: 34px;}
    .for_sale_num { margin: 0px 0px 14px;}
    .for_sale_vh {padding: 35px 0px 15px;}
    /*************************** FOR SALE MECO PAGE CSS START *****************************/
    .for_sale_mc .services_project_slider {padding: 15px 0px 0px; width: 85%;}
    .for_sale_mc .for_sale_txt p {margin: 20px 0px 0px;padding: 5px 15px;}
    .for_sale_mc .services_project_slider .owl-controls {top: 40%;}
    .services_project_slider .owl-prev, .services_project_slider .owl-next {font-size: 34px;}
    .for_sale_mc .services_project_slider .owl-prev {margin: 0px 0px 0px -40px;}
    .for_sale_mc .services_project_slider .owl-next {margin: 0px -40px 0px 0px;}
    .for_sale_mc .for_sale_txt {padding: 20px 0px 0px;} 
    /*************************** ARCHIVED PROJECT PAGE CSS START *****************************/
    .archived_project #archived-project1 ,.archived_project #archived-project2 ,.archived_project #archived-project3 ,.archived_project #archived-project4,.archived_project #archived-project5 ,.archived_project #archived-project6 {margin: 0px auto 30px;padding: 0px 10px;width: 100%;}
    .archived_project .item {background-color: #fff;float: left;width: 100%;}
    .archived_project .owl-controls {margin: 10px auto 0;position: relative;right: 0;top: 0;width: 100%;text-align: center;}
    .archived_project .owl-prev, .archived_project .owl-next {background-color: #078675;color: #fff;display: inline-block;float: none;font-size: 24px;margin: 10px 8px 0px;padding: 9px 8px 0px;}
    .archived_project .owl-prev:hover, .archived_project .owl-next:hover {background: #1f363e;}
    .archived_project .owl-carousel .owl-item img {transform-style: flat;}
    .archived_project .project_bx {padding: 0px 25px 25px;}
    /*************************** MADORAH JETTY PROJECT PAGE CSS START *****************************/
    .services_content .services_text_dt.madorah_vi {padding: 35px 0px;}
    .mandorah_txt {padding: 30px 0px;text-align: center;}
    .mandorah_txt h2 {font-size: 36px;text-align: left;}
    .mandorah_txt p {margin: 0px 0px 10px;text-align: left;}
    .mandorah_txt ul {text-align: left;}
    .mandorah_txt ul li {margin: 0px;}
    .mandorah_txt a {position: relative;margin: 15px 0px 0px;font-size: 16px;}
    #mandorah-slider iframe ,#mandorah-slider .owl-video-wrapper {height: 292px !important;}
    .madorah_vi .owl-controls {top: 39.5%;}
    /*************************** HOME PAGE CSS START *****************************/    
    .home_thumb_slider h2 {font-size: 30px;}
    .home_thumb_slider .owl-carousel .owl-item img {height: 256px;object-fit: cover;}
    .home_thumb_slider .owl-thumb-item img {width: 90px;height: 50px;}
    .home_thumb_slider .owl-thumbs {float: left; text-align: center;width: 100%;}
    .home_thumb_slider .owl-thumb-item {display: inline-block; border: none;background: none;padding: 0px 2px 4px;opacity: .4;}
    .home_thumb_slider .owl-thumb-item.active {opacity: 1;}
    .home_thumb_slider .owl-controls {margin: 0px auto;position: absolute;right: 0;top: 35%;width: 100%;text-align: center;}
    .home_thumb_slider .owl-prev, .home_thumb_slider .owl-next {background-color: #078675;color: #fff;display: inline-block;float: none;font-size: 24px;margin: 10px 8px 0px;padding: 9px 8px 0px;}
    .home_thumb_slider .owl-prev:hover, .home_thumb_slider .owl-next:hover {background: #fff;}
    .home_thumb_slider .owl-prev {float: left}
    .home_thumb_slider .owl-next {float: right}
    .showcase-caption {bottom: 0;position: relative;}
    .sawing_box_pd .project_box {min-height: 600px;}

    /*************************** 26-02-2016 CSS START *****************************/
    .home_thumb_slider .bx-wrapper {max-width: 100% !important;}
    .home_thumb_slider .bx-wrapper .bx-viewport {height: 100% !important;}
    .projects_slider .owl-prev, .projects_slider .owl-next, .home_thumb_slider .bx-wrapper .bx-prev, .home_thumb_slider .bx-wrapper .bx-next {font-size: 28px;line-height: 30px;padding: 8px 5px 5px;}
    .home_thumb_slider .bx-controls.bx-has-controls-direction {height: 33px;position: relative;margin: 20px 0px 0px;}
    .home_thumb_slider .bx-wrapper .bx-controls-direction a { background-color: #078675;color: #fff;display: inline-block;float: none;font-size: 22px;height: 35px;margin: 0 3px;padding: 7px 0;position: initial;width: 35px;}
    .home_thumb_slider .bx-wrapper .bx-controls-direction a:hover {background-color: #d3d3d3; }
    .home_thumb_slider .bx-wrapper .bx-prev {left: 42%;top: 0px;}
    .home_thumb_slider .bx-wrapper .bx-next {bottom: 0px;right: 42%;top: initial;}
    .home_thumb_slider .slide {height: 100px;margin-bottom: 0px !important;}

    /*************************** 6-4-2016 CSS START *****************************/     
    .project_box > a img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
        -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
        -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    }
    .project_box a:hover img  {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }
    .project_box a {
        position: relative;
    }
    .project_box > a {display: block;} 
    /*************************** 7-4-2016 CSS START *****************************/
    .archived_project .owl-prev, .archived_project .owl-next {font-size: 24px;margin: 10px 8px 0;padding: 9px 8px 7px;}
    #project-slider .owl-prev, #project-slider .owl-next {font-size: 24px;margin: 10px 8px 0;padding: 9px 8px 7px;}

    .btn_back .btn_back {   padding: 0 46px; }
    .header.sticky .get_quote {display: block;}
    .header.sticky .mlist {margin-top: 8px;}				
    .header.sticky .get_quote {top: 20px;}
    .header.sticky .menu2 a {top: 25px;}
    .for_sale_content.no_items_found h3 {
        font-size: 28px;
        margin: 20px 0 40px;
    }
    .project_vi .row {
        display: block;
        text-align: center;
    }
    .project_vi .col-md-4.col-sm-4.col-xs-12.project_bx {
        display: inline-block;
        float: left;
        margin: 0 auto;
        text-align: left;
        vertical-align: top;
    }
    .about_content .services_project_slider h2{
        margin-bottom:25px; 
    }
    .btn_back .btn_sm2 ,.btn_sm.btn_sm2 {
        margin:25px 20px;
    } 

    .for_sale_vh.for_sale_mc .btn_sm.btn_sm2 {
        margin: 0 9px 15px;
    }
    .home_services_view ul li.filter_box a img ,.project_box > a img {
        filter: grayscale(0);
    }
    #div_logo_contact {text-align:center;font-size:12px;}
}
@media screen and (max-width:639px){
    .slider_text h2 {font-size: 36px;}
    .home_services {margin-top: -158px;}
    .slider_text h2 {font-size: 30px;}
    .home_services_view ul li {width: 49%;}
    .home_about_right {padding: 20px 0px 0px;text-align: center;}
    .home_about_right p ,.home_about_right h4 ,.home_about_right ul {text-align: left;}
    .footer_inner > a {float: none;}
    .footer_inner p {margin: 8px 0px;width: 100%;}
    /*************************** ABOUT PAGE CSS START *****************************/
    .title {margin: 25px 0px 25px 9px;padding: 0px 0px 0px 15px;height: 65px;}
    .title h1 {font-size: 24px;line-height: 30px;}
    .title h2 {font-size: 24px;}
    /*************************** WIRE SAWING PAGE CSS START *****************************/
    .services_menu {padding: 0px;}
    /*************************** CONTACT PAGE CSS START *****************************/
    .contact_frm .capcha_input input[type="text"] { width: 75%;}
    .for_sale_vh.for_sale_mc .btn_sm.btn_sm2 {
        margin: 0 0 15px;
    }

}
@media screen and (max-width:480px){
    .home_slider img {min-height: 450px;}
    .slider_text h2 {font-size: 28px;margin-top: 0px;}
    .get_quote_view p span {padding: 5px 0 0;}
    .get_quote .modal-dialog {width: 84%;}
    .left_input,.right_input {width: 100%;}
    .home_services {margin-top: -141px;}
    .home_services_view ul li {width: 49%;}
    .home_services_view ul li a span.text_table_cell, .filter_box > span {font-size: 11px;height: 60px;padding: 0px 9px;}
    .home_about {padding: 30px 0 35px;}
    .home_about_left h2 {font-size: 30px;}
    .home_about_right ul li br {display: none; }
    .get_quote_view input[type="text"], .get_quote_view textarea ,.get_quote_view select {height: 40px; padding: 5px 15px;}
    .get_quote_view textarea { height: 120px;}
    .get_quote_view input[type="submit"] {font-size: 18px;height: 50px; padding: 12px 0px; }
    /*************************** WIRE SAWING PAGE CSS START *****************************/ 
    .services_project_slider h2 {font-size: 24px;}
    .services_project_slider #our-project-slider h3 {font-size: 14px;padding: 7px 10px;top: 10px;}
    .services_project_slider .btn_sm {margin: 15px 0px 30px;}
    .testimonial .owl-carousel .owl-item img {margin: 20px 0px 0px;}
    .services_project_slider {padding: 60px 0 0;}  
    .services_project_slider #our-project-slider .owl-controls {top: 15%;}
    /*************************** SERVICES PAGE CSS START *****************************/
    .services_title .title {margin: 25px 0px 25px 8px;}
    .services_content .services_text_dt {padding: 25px 10px 0px;}
    .services_text_dt h2 {font-size: 20px;margin: 0px 0px 24px;}
    .text_dt h3 {line-height: 22px;margin: 0px 0px 0px 16px;}

    /*************************** PROJECT PAGE CSS START *****************************/
    .project_box img {max-height: 250px;min-height: 250px;}    
    .sawing_box_pd .project_box {max-height: 600px;}
    /*************************** PROJECT AIRPORT PAGE CSS START *****************************/
    .project_dt .project_box {height: 395px !important;}    
    /*************************** CONTACT PAGE CSS START *****************************/
    .contact_frm .capcha_input input[type="text"] { width: 72%;}
    /*************************** FOR SALE PAGE CSS START *****************************/
    .for_sale_txt ul {padding: 0px 15px;}
    /*************************** FOR SALE MECO PAGE CSS START *****************************/
    .for_sale_mc .for_sale_txt {padding: 15px 0px 0px;} 
    .for_sale_slider .owl-carousel .owl-item img {height: auto;}
    /*************************** ARCHIVED PROJECT PAGE CSS START *****************************/
    .project_nm h2 {font-size: 30px;}
    /*************************** MADORAH JETTY PROJECT PAGE CSS START *****************************/
    .mandorah_txt h2 {font-size: 30px;}
    .madorah_vi .owl-prev, .madorah_vi .owl-next {font-size: 34px;}
    .madorah_vi .owl-prev {margin: 20px 0px 0px -40px;}
    .madorah_vi .owl-next {margin: 20px -40px 0px 0px;}
    .madorah_vi .owl-controls {top: 30%;}
    #mandorah-slider iframe ,#mandorah-slider .owl-video-wrapper {height: 215px !important;}
    /*************************** HOME PAGE CSS START *****************************/
    .home_thumb_slider .owl-controls {top: 30%;}
    .home_thumb_slider .owl-carousel .owl-item img {height: 189px;}
    .home_thumb_slider .owl-thumb-item img {height: 35px;width: 65px;}
    .btn_back {padding: 0 34px;}

}
@media screen and (max-width:479px){
    .logo {margin: 0;}
    .home_slider img {min-height: 340px;}
    .slider_text h2 {font-size: 20px;margin-top: 40px;}
    .home_services {margin-top: -104px;}
    .home_services_view ul li a span.text_table_cell, .filter_box > span{height: 48px;}
    .home_about_left h2 {font-size:26px;}
    .home_services_view {text-align: center;}
    .home_services_view ul li {padding: 0px 3px 10px;width: 49%;}
    .home_services_view ul li.filter_box a {padding: 0px 3px 10px;}
    /*************************** ABOUT PAGE CSS START *****************************/
    .title {height: 55px;margin: 33px 0px 33px 4px;}
    .title h1 {font-size: 20px;line-height: 26px;}
    .title h2 {font-size: 24px;}
    /*************************** WIRE SAWING PAGE CSS START *****************************/ 
    #our-project-slider {width: 85%;}
    .services_project_slider .owl-controls {top: -65px;}
    .services_project_slider .owl-prev, .services_project_slider .owl-next {font-size: 36px;}
    .services_project_slider .owl-prev {margin: 0px 0px 0px -36px;}
    .services_project_slider .owl-next {margin: 0px -36px 0px 0px;}
    .services_project_slider #our-project-slider p {font-size: 14px;margin: 10px 0px;}
    /*************************** WIRE SAWING PAGE CSS START *****************************/ 
    .services_sawing {padding: 20px 0px;}
    .services_project_slider #our-project-slider .owl-controls {top: 13%;}
    /*************************** SERVICES PAGE CSS START *****************************/
    .services_title .title {margin: 20px 0px 20px 4px;}
    /*************************** PROJECT PAGE CSS START *****************************/ 
    .project_box img {max-height: 190px;min-height: 190px;}
    .sawing_box_pd .project_box {max-height: 782px;}
    /*************************** PROJECT AIRPORT PAGE CSS START *****************************/
    .project_dt .project_box {height: 370px !important;}    
    /*************************** CONTACT PAGE CSS START *****************************/
    .contact_frm .capcha_input input[type="text"] { width: 60%;}
    /*************************** FOR SALE PAGE CSS START *****************************/
    .for_sale_slider .owl-controls {top: 38%;}
    .for_sale_slider .owl-prev, .for_sale_slider .owl-next {font-size: 34px;}
    /*************************** FOR SALE MECO PAGE CSS START *****************************/    
    .for_sale_mc .services_project_slider .owl-controls {top: 35%;}
    .for_sale_slider .owl-carousel .owl-item .item { height: 190px;}
    .for_sale_slider .owl-carousel .owl-item  .item img { height: auto;}
    /*************************** MADORAH JETTY PROJECT PAGE CSS START *****************************/
    .mandorah_txt h2 {font-size: 24px;}
    .madorah_vi .owl-controls {top: 30%;}
    .madorah_vi .owl-prev, .madorah_vi .owl-next {font-size: 30px;}
    .mandorah_sd_txt {padding: 0px 10px;}
    #mandorah-slider iframe ,#mandorah-slider .owl-video-wrapper {height: 158px !important;}
    .owl-carousel .owl-video-play-icon {background-size:100% 100% !important;height: 50px !important; width: 50px !important;top: 32% !important;left: 0 !important;right: 0px; margin: 0 auto!important;}
    /*************************** HOME PAGE CSS START *****************************/
    .home_thumb_slider h2 {font-size: 26px;}
    .home_thumb_slider .owl-controls {top: 25%;}
    .home_thumb_slider .owl-prev, .home_thumb_slider .owl-next {font-size: 22px;height: 35px;padding: 8px 0;width: 35px;}
    .home_thumb_slider .showcase-thumbnail-caption {font-size: 14px;}
    .sawing_box_pd .project_box {min-height: 725px;}
    .home_thumb_slider .owl-carousel .owl-item img {height: 138px;}
    .projects_slider .showcase-thumbnail-caption {top: 0px}
    .btn_back {padding: 0 25px; }
    .get_quote {top: 10px;}
    .get_quote a {font-size: 12px;padding: 4px;}
    .menu2 a {top: 10px;}
    .header.sticky .get_quote {top: 25px;}
    .header.sticky .menu2 a {top: 25px;}
    .for_sale_content.no_items_found h3 {
        font-size: 18px;
        margin: 15px 0 35px;
        padding: 10px;
    }
    .for_sale_txt p {padding: 4px 40px;}

}
@media screen and (max-width:320px){
    .home_services {margin-top: -92px;}
    .home_services_view ul li {padding: 0px 2px 10px;width: 49%;}
    .home_services_view ul li.filter_box a {padding: 0px 2px 10px;}
    .sawing_box_pd .project_box {min-height: 720px;}
    /*************************** MADORAH JETTY PROJECT PAGE CSS START *****************************/    
    #mandorah-slider iframe ,#mandorah-slider .owl-video-wrapper {height: 139px !important;}
    .madorah_vi .owl-controls {top: 20%;}
    .btn_back {padding: 0 22px;}
    .for_sale_txt p {padding: 4px 22px;}
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.get_quote .gform_wrapper ul li.gfield.col-xs-6{
	clear: none;
	float: left;
	padding-left: 0;
	margin: 0;
}
.get_quote .gform_wrapper ul li.gfield.col-xs-6 input{
	margin-top: 0;
}
.get_quote .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    padding: 15px;
}
.get_quote .gform_wrapper li.gfield.gfield_error, .get_quote .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.gform_required_legend {
	display: none !important;
}
.contact_frm {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.gform-theme--foundation .gform_fields {
	row-gap: 15px !important;
}
.gform_button {
	background: #078675 !important;
}
.gform_button:hover {
	background: #076659 !important;
}