body {
  /*background: #fff url(images/header_01.jpg) no-repeat center top;*/
  margin: 0;
  padding: 0;
  color: #0b121a;
  font-family: arial, sans-serif;
}

body.page-template-thankyou-page-php {
  background: #fff url(images/header_01-thanks.jpg) no-repeat center top;
}

.container {
  width: 990px;
  /*height: 1040px;*/
  margin: 0 auto;
  position: relative;
}
.container-2 {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
}
.left-side {
  float: left;
  width: 730px;
}
.right-side {
  float: right;
  width: 260px;
  text-align: right;
}
.right-side span {
  text-transform: uppercase;
  color: #ce017a;
}
.send-online-enquiry {
  display: inline-block;
  background: #ce017a;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.send-online-enquiry:hover {
  background: #00aeef;
}
.wp_plus_one_button {
  display: none !important;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.content-left {
  float: left;
  width: 580px;
}

.cta {
  position: absolute;
  top: 70px;
  right: 40px;
}

.cta input {
  width: 96%;
  height: 31px;
  line-height: 31px;
  border: none;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*border: 1px solid #00aad4;*/
  border: 1px solid #999;
}
.cta textarea {
  resize: none;
  height: 100px;
  width: 96%;
  border: none;
  padding-left: 2%;
  padding-right: 2%;
  /*border: 1px solid #00aad4;*/
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #999;
}
.cta input:not([type="submit"]):focus,
.cta textarea:focus {
  box-shadow: inset 0px 0px 0px 1px #3270ad;
  outline: none;
}
.cta input[type="submit"] {
  background: #e9573e;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta input[type="submit"]:hover {
  background: #d76450;
}
.form-container p {
  margin-bottom: 10px;
}
.form-container {
  width: 320px;
  padding: 0;
}
.form-container h2 a {
  text-decoration: none;
  color: #fff;
  //font-size: 45px;
  text-indent: -30px;
  //display: block;
  margin-bottom: 60px;

  font-size: 30px;
  display: inline;
}
.call-today {
  /*margin-top:-22px;*/
}

h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
p {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 24px;
  margin-top: 0;
  padding-top: 0;
}
h1,
h2,
h3,
h4 {
  /*font-family: 'Oswald', sans-serif;*/
}
h1 {
  font-size: 30px;
  color: #27292a;
}
.why-us {
  background: #0b121a;
  text-align: center;
}
h2 {
  color: #ce017a;
  font-size: 30px;
  //margin: 0 0 20px;
  text-align: center;
  display: block;
  width: 416px;
  text-align: center;
  margin: 8px 0 80px -45px;
}
.our-clients {
  text-align: center;
  padding: 20px 0;
}

.footer {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #464749;
    display: table;
    width: 100%;
}
.text-right{
    text-align:right;
}
div.wpcf7-validation-errors {
  margin: 0;
}
.wpcf7-response-output {
  position: absolute;
  top: 130px;
  right: 102%;
  width: 200px;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}
div.wpcf7-validation-errors {
  background: #f7e700;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  height: 35px;
  line-height: 35px;
}

.main-cta {
  background: #000;
  width: 740px;
  margin: 30px auto;
  color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 10px 30px;
}
.main-cta a {
  color: #fff;
  font-size: 47px;
  text-decoration: none;
  display: block;
  font-weight: 700;
}
.main-cta:after {
  content: "or";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  font-weight: bold;
}
.make-booking {
  background: #e9573e;
  color: #fff;
  font-size: 19px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 350px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-top: -30px;
  cursor: pointer;
}
#our-work-btn {
  background-color: #000;
  padding: 0.7rem;
  margin-top: 3rem;
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: .5s;
}

#our-work-btn:hover {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border-color: #000;
}

/**********/
.plus{
    color: #fff;
    font-size: 8rem;
    margin: auto;
}
.our-work__content {
    margin-top: 2rem;
    overflow: hidden;
     margin-bottom: 3rem;
}
.our-work__content .container-fluid {
    padding: 0;
}
.our-work__content .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.our-work__content .image:hover .plus-container {
    left: 0;
}
.our-work__content .image img {
    width: 100%;
    min-height: 273px;
    max-height: 273px;
}
.our-work__content .image .plus-container {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    display: grid;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: 0.7s;
}
.our-work__content .image .plus-container .plus {
    color: #fff;
    font-size: 6rem;
    margin: auto;
}
/**********/
.row.justify-content-center.justify-content-xl-between.align-items-center {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
}
.justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.text-lg-left {
    text-align: left !important;
}
.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.text-lg-left {
    text-align: left !important;
}
.footer-inner{
    width: 1440px;
    margin: 0 auto;
    padding: 3px 0;
}


@media only screen and (max-width: 800px) {
   .form-block{
         width: 95%;  
   } 
   .New-header .right {
    width: 46%;
    float: left;
   
}
.New-header .left {
    width: 50%;
    float: left;
   
}
.ft-inn {
    width: 100%;
    float: none;
    text-align: center !important;
    padding: 5px 0;
}
}
/******************/


  .New-header{
   background: url('https://www.wizardwelding.com.au/wp-content/themes/smarttheme/images/new-header/header-bg.png') no-repeat center top;
        background-size: cover;
    padding-bottom: 40px;

}
.New-header .left {
    width: 55%;
    float: left;
    padding-right: 47px;
    box-sizing: border-box;
    padding-left: 10px;
}
.New-header .right {
    width: 43%;
    float: left;
    margin-top: 60px;
}
.welders-block h3 {
    color: #fff;
    font-size: 62px;
    line-height: 71px;
    margin: 10px 0 30px;
}
.welders-block .services {
    width: 100%;
    display: block;
    color: #fff;
    background: linear-gradient(90.08deg, #CD0000 2.48%, #8F0000 99.96%);
    margin: 10px 0;
    border-radius: 4px;
}
.welders-block .left-img {
    display: inline-block;
    background: #8F0101;
    padding: 13px;
    max-width: 38px;
    min-width: 38px;
    max-height: 38px;
    min-height: 38px;
    border-radius: 4px 0 0 4px;
}
.welders-block .right-content {
      display: inline-block;
    padding-left: 17px;
    vertical-align: top;
    font-weight: 700;
    font-size: 20px;
    padding-top: 22px;
}

.form-block .upper-block {
    background: linear-gradient(90deg, #565658 0%, #3C3C3D 103.36%);
    text-align: center;
    color: #fff;
    padding: 20px;
}

.upper-block span{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}
.upper-block .right-cont{
        vertical-align: top;
    text-align: left;
    padding-left: 20px;
}
.upper-block .right-cont .top{
      font-size: 20px;
    font-weight: 700;  
}
.upper-block .right-cont .bottom{
        font-size: 35px;
    color: #fff;
}
.upper-block .right-cont .bottom a{
    color:#fff;
    text-decoration: none;
}
.form-block .lower-block form{
    background: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}
.form-block .lower-block .wpcf7-submit{
    background: linear-gradient(89.78deg, #D51717 0.15%, #910101 101.95%);
   color: #fff;
    padding: 20px;
    width: 78%;
    margin: 0 auto;
    border: none;
    font-size: 19.25px;
    font-weight: 700;
    display: inherit;
    height: auto;
    cursor: pointer;
}
.form-block .lower-block input{
    height: 31px;
    border-radius: 0;
        border: 1px solid #999;
}
.image-down img{
    width:100%;
}
@media only screen and (max-width: 1400px) {
 .footer-inner{
     width:100%;
     padding: 10px 20px;
         box-sizing: border-box;
 }
}
@media only screen and (max-width: 800px) {
   .form-block{
         width: 95%;  
   } 
   .New-header .right {
    width: 46%;
    float: left;
   
}
.New-header .left {
    width: 50%;
    float: left;
   
}
}