/*
Theme Name: Sacali Mechanical Repairs
Theme URI: http://sacalimech.com.au/
Description: Sacali Mechanical Repairs
Author: SAT
Author URI: http://softalliancetech.com/
version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('css/font-awesome.min.css');
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-family: 'Montserrat', sans-serif !important;
}
img {
    max-width: 100%;
}
a:hover,
a:focus {
    text-decoration: none !important;
}
li {
    list-style: none;
}
/*Top-header*/
.top_header {
    background-color: #213047;
    padding: 15px 0;
    color: #9fafc5;
}
.top_header i {
    margin-right: 10px;
	color:#fff;
}
.top_header div {
    font-size: 13px;
    font-weight: 400;
	font-family: roboto;
}
.top_right {
    text-align: right;
}
.top_middle {
    text-align: center;
}
.top_header a, .top_header span {
    margin-left: 10px;
    color: #ffb400;
    font-size: 16px;
    font-weight: 700;
}
.top_header a:hover{
	color:#ffb400;
}
/*End Top Header*/

/*Main Header*/
.navbar-header.logo a {
    height: auto;
	padding: 10px;
}
ul#menu-main-menu {
    float: right;
	padding: 32px 0;
}
#menu-main-menu li a {
    color: #626e7f;
    text-transform: uppercase;
    font-size: 13px;
	padding: 15px;
}
#menu-main-menu li {
    margin-right: 10px;
}
#menu-main-menu li a:hover , #menu-main-menu li a:focus{
    background-color: transparent;
}
.search_menu a {
    font-size: 0 !important;
}
.search_menu a::after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 12px !important;
}
li#menu-item-8 {
    margin-right: 35px;
}
#menu-main-menu li:last-child {
    margin-right: 0;
}
#menu-main-menu li:last-child a {
    padding: 15px 0;
}
.searchform {
    position: absolute;
    right: 0;
    top: 70px;
    height: 68px;
    bottom: 0;
    display: none;
    padding: 12px;
    border: 1px solid #213017;
    z-index: 99;
    background-color: #213047;
	margin-top: 15px;
}
.searchform input {
    background-color: transparent;
    color: #fff;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid;
}
.searchform input::placeholder {
    color: #fff;
}
nav.navbar {
    margin-bottom: 0;
}
.sticky_head .main-header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-color: #fff;
    border-bottom: 3px solid #fec524; 
}
.sticky_head .logo {
    width: 100%;
    max-width: 220px;
}
.sticky_head ul#menu-main-menu {
    padding: 16px 0;
}
/*End Main Header*/

.slide_banner {
    position: relative;
    top: -55px;
}
.block-1 {
    position: relative;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
}
.block-1 .block-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #000000;
}
.block-1 .block-image:before {
    display: block;
    padding-top: 58%;
    content: '';
}
.block-1 .block-image .img-full {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-1 .block-content {
    position: relative;
    overflow: hidden;
    padding: 30px 20px 24px 20px;
    background-color: #ffffff;
}
.block-1 .block-image:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, .2);
}
.block-1 .block-content {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 24px 20px;
    background-color: #ffffff;
}
.block-1 .block-content:before {
    background-color: #fbd022;
}
.block-1:hover .block-content:before {
    width: 100%;
}
.block-1 .block-content:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    content: '';
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.block-1 .block-content .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #3a4d6a;
    line-height: 25px;
    margin-top: 0;
    height: auto;
    min-height: 50px;
}
.block-1 .block-content .description {
    font-size: 14px;
	display: block;
    margin-bottom: 10px;
    color: #61728d;
	font-family: 'Roboto', sans-serif;
}
.block-1:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}
.block-1:hover .block-image:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-title .subtitle {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    color: #aab7ca;
	font-family: 'Roboto', sans-serif;
}
.main-title .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
    color: #3a4d6a;
}
.main-title .title span{
	color:#ffb400;
}
.main-title .title:before {
    background-color: #ffb400;
}
.main-title .title:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 24px;
    content: '';
}
/* #about {margin-left: 10%;} */
.car_right img{margin-left:12%;}
.workshop{text-align:center;}
.workshop_list li {
    line-height: 40px;
    font-family: montserrat;
    font-size: 16px;
    color: #1b3453;
	font-weight: 500;
}
.workshop_list li:before {
    content: "\f013";
    font-family: fontawesome;
    margin-right: 10px;
    color: #ffcf0e;
}
.workshop_img img{margin:0 auto;}
.service_para p {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
.owl-carousel .owl-stage-outer{
	width: 100%;
	max-width:98%;
	margin-left:2%;
  /*   height: auto;
    max-height: 397px; */
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-prev {
    font-size: 0;
    text-align: center;
    left: 30px;
    position: absolute;
}
.owl-prev:after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 15px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
}
.owl-next {
    font-size: 0;
    text-align: center;
    right: 20px;
    position: absolute;
}
.owl-next:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 15px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
}
.owl-stage-outer figcaption {
    position: absolute;
    top: 85%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: montserrat;
    left: 5%;
}
.owl-stage-outer figcaption:before {
    content: "|";
    margin-right: 7px;
    color: #ffb400;
    font-weight: bold;
    font-size: 20px;
}
.contact_detail {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}
.address {
    width: 100%;
    max-width: 312px;
    float: left;
    color: #8191ab;
    font-family: roboto;
    font-size: 15px;
    line-height: 25px;
	font-weight: 500;
}
.address i {
    color: #506484;
    border: 2px solid #edf2f9;
    border-radius: 22px;
    font-size: 18px;
    float: left;
    margin-right: 8px;
}
.address .fa.fa-phone{padding: 11px 13px;}
.address .fa.fa-map-marker {padding: 11px 15px;}
.address .fa.fa-envelope {padding: 12px 12px;}
.phone {margin-left: 30px;}
.phone a {
    color: #ffb400;
    font-weight: 600;
    line-height: 28px;
	margin-left: 10px;
}
.phone a:nth-child(3n) {
    margin-left: 27%;
}
.address p {
    margin-left: 18%;
}
.phone p:nth-child(3n) a {
    margin-left: 38px;
}
.phone p:nth-child(4n) a {
    margin-left: 15px;
}
.contact_form h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: montserrat;
	margin-bottom: 5%;
}
.contact_form p{text-align:center;}
.contact_form input, .contact_form textarea {
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid;
    line-height: 25px;
    width: 100%;
    max-width: 80%;
	margin-bottom: 20px;
	height:100%;
	min-height:30px;
}
/* .contact_form input.wpcf7-tel {
    margin-left: 10px;
} */
.contact_form input:focus, .contact_form textarea:focus{
	outline:none;
}
.contact_form ::placeholder {
	color: #fff;
	font-weight:500;
}
.contact_form .wpcf7-submit {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border-bottom: 0;
    width: 100%;
    max-width: 180px;
    padding: 10px;
    margin: 0 auto;
    font-family: roboto;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.contact_form .btn_submit {
    text-align: center;
}
.contact_form label {
    color: #fff;
    margin-left:10%;
	text-align:left;
}
.contact_form br {
    display: none;
}
.footer .go-top {
    background-color: #777;
    border-radius: 30px;
    bottom: 20px;
    color: white;
    display: none;
    font-size: 20px;
    padding: 5px 13px;
    position: fixed;
    right: 20px;
    text-decoration: none;
}
.fa.fa-angle-up {
    color: #fff;
}
.go-top:hover {
    background-color: #213047;
}
.searchform button {
    background-color: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 20px;
}
.wpcf7-response-output {
    color: #fff;
    font-weight: 500;
}
.searchform button,.searchform input{outline:none;}
#menu-main-menu .active:before {
    content: "|";
    color: #213047;
    font-weight: bold;
    margin-right: 8px;
}
@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill, textarea:-webkit-autofill{
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.tp-caption a {
    color: #fff;
}
.rev-btn:hover a {
    color: rgb(247, 181, 20);
}
.search-results .header {
    border-bottom: 2px solid #213047;
}
.post-thumb1 {
    display: none;
}
.img_gallery .item-grid img{
	height: auto;
	min-height: 210px;
	display: flex;
	object-fit: cover;
}
.img_gallery .kc-image-gallery.kc-elm.kc-css-202146 {
    height: 100%;
    max-height: 430px
}
@media only screen and (max-width: 3000px) and (min-width: 1400px) {
    .contact_form input, .contact_form textarea{
		overflow-y: hidden;
	}
}
.g-recaptcha {
    margin: 0px auto 20px !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}