@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.woff2') format('woff2'),
    url('../fonts/Impact.woff') format('woff'),
    url('../fonts/Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Impact';
    font-weight: normal;
    font-style: normal;
}
.container {
    max-width: 1330px;
}
a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
    color: #009cd0;
}
ul, li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
img {
    max-width: 100%;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
    border-color: #111111;
    box-shadow: none;
}
.custom-file-input {
    opacity: 1;
}
.form-control:focus {
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #00b4f1;
    outline: 0;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
    border: 1px solid #c7c7c7;
}
/*header*/
.upper {
    background-color: #111;
    padding: 5px 0;
}
.upper-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.upper-inner p {
    color: #ffffff;
    margin: 0;
    font-size: 13px;
}
.navbar {
    position: absolute;
    top: 123px;
    width: 100%;
    left: 0px;
    background-color: #fd8721;
    padding: 5px 0;
}
.custom-row {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#navbarNav {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.navbar-nav {
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.inner-bg {
    position: relative;
    padding: 23px 0 30px 0px;
    margin-bottom: 51px;
}
.ratings {
    margin-right: 20px;
    margin-top: 6px;
}
.call p {
    margin: 0;
    font-family: 'Impact';
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00b4f1;
    text-align: right;
}
.call p img {
    margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-family: 'Impact';
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.45);
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #ffffff !important;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.0);
    background-color: #111;
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #111;
    text-shadow: none;
}
.call p span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: -15px;
}
.call p a {
    color: #fd8721;
}
.call p a:hover {
    color: #111;
}
.call p span a {
    color: #868686;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.call {
    position: relative;
}
.ratings img {
    margin: 0 5px;
}
.navbar .logo {
    display: none;
}
/*header end*/
/*banner*/
.banner {
    background-image: url(https://airfieldlinemarking.com.au/images/banner2.jpg);
    background-size: cover;
    background-position: center;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.banner-text {
    height: 385px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ffffff;
    background-color: rgba(17, 17, 17, 0.6);
}
.banner-head {
    color: #ffffff;
    font-size: 52px;
    letter-spacing: 1px;
}
.banner-text h1 span {
    color: #fd8721;
}
/*banner end*/
/*call-to-action*/
.call-to-action {
    background-color: #111;
    padding: 20px 0;
}
.call-to-action p {
    font-size: 23px;
    color: #ffffff;
    margin: 0px;
}
.right-img {
    text-align: right;
}
.right-img img {
    padding: 0px;
    border: 1px solid #ffffff33;
}
.right-img img:first-child {
    margin: 5px 0;
}
/*call-to-action end*/
.heat-banner {
    background-image: url(../images/pool-heating-banner.jpg);
    background-size: cover;
    background-position: bottom;
    height: 400px;
}
/*services-provide*/
.services-provide {
    padding: 60px 0;
}
.comment-head {
    text-align: center;
    color: #111111;
    font-size: 47px;
    margin-bottom: 20px;
}
.comment-head span {
    color: #fd8721;
}
h2 span {
    color: #00b4f1;
}
h4 span {
    color: #00b4f1;
}
h4 {
    color: #000;
    font-size: 22px;
    line-height: 38px;
    font-weight: 300;
}
.comment-para {
    color: #555555;
    text-align: center;
    font-size: 26px;
    line-height: 38px;
    padding: 0 77px;
    font-weight: 300;
}
.comment-para-green {
    color: #12b700;
    text-align: center;
    font-size: 26px;
    line-height: 38px;
    padding: 0 77px;
    font-weight: 300;
}
.services-inner {
    max-width: 410px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #9a9a9a;
    border-radius: 10px;
    margin-top: 40px;
}
.services-inner:hover {
    max-width: 410px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #2c67b3;
    border-radius: 10px;
    margin-top: 40px;
    background-color: #f1f1f1;
}
.services-inner2 {
    max-width: 620px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    border: 1px solid #9a9a9a;
    background-color: #ffffff;
}
.services-head {
    background-color: #fd8721;
    color: #ffffff;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #ffffff69;
}
.services-head2 {
    background-color: #00b4f1;
    color: #ffffff;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff69;
    font-size: 30px;
}
.discription {
    background-color: #111;
    color: #ffffff !important;
    font-size: 22px;
    margin: 0;
    padding: 10px 0 20px 0;
    border-top: 1px solid #ffffff69;
}
.img-outer {
    width: 100%;
    max-width: 410px;
    height: 387px;
}
.img-outer img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
/*services-provide-end*/
/*after-before*/
.after-before {
    background-image: url(../images/background.jpg);
    padding: 25px 0;
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
}
#carouselwithIndicators {
    max-width: 1180px;
    margin: 0 auto;
}
.carousel-item {
    max-width: 1180px;
    height: 460px;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ffffff;
}
.crowsel-head {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.35);
}
.carousel-control-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -15px;
    top: 45%;
    background: #111111;
    border-radius: 50%;
    opacity: 1;
}
.carousel-control-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -15px;
    top: 45%;
    background: #111111;
    border-radius: 50%;
    opacity: 1;
}
/*after-before end*/
/*we-care*/
.we-care {
    padding: 60px 0;
}
.care-outer {
    width: 100%;
    max-width: 585px;
    height: 360px;
}
.care-outer img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
}
.we-care-head span {
    display: block;
    color: #abaaaf;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    margin-bottom: 7px;
}
.we-care-head {
    font-size: 42px;
    color: #111111;
    position: relative
}
.we-care-head:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 10px;
    background: #fd8721;
    bottom: -20px;
    left: 0px;
}
.we-care-para {
    font-size: 26px;
    padding: 30px 100px 0px 0px;
    line-height: 32px;
    font-weight: 300;
}
/*---------------------
  Map
-----------------------*/
.map {
    height: 500px;
    position: relative;
}
.map iframe {
    width: 100%;
}
.map .map-inside {
    position: absolute;
    left: 50%;
    top: 160px;
    -webkit-transform: translateX(-175px);
    -ms-transform: translateX(-175px);
    transform: translateX(-175px);
}
.map .map-inside i {
    font-size: 48px;
    color: #5768ad;
    position: absolute;
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
}
.map .map-inside .inside-widget {
    width: 350px;
    background: #ffffff;
    text-align: center;
    padding: 23px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
    box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}
.block {
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 20px;
}
.map .map-inside .inside-widget:after {
    position: absolute;
    left: 50%;
    bottom: -38px;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-9px);
    border: 18px solid transparent;
    border-top: 36px solid #ffffff;
    content: "";
    z-index: -1;
}
.map .map-inside .inside-widget h5 {
    font-size: 20px;
    color: #263246;
    margin-bottom: 4px;
}
.map .map-inside .inside-widget ul li {
    list-style: none;
    font-size: 16px;
    color: #9b9ea3;
    line-height: 26px;
}
#carouselwithIndicators-two {
    max-width: 1180px;
    margin: 0 auto;
}
/*we-care end*/
/*testimonial*/
.testimonial {
    background-image: url("../images/runway.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
.testimonial2 {
    background-image: url(../images/pool-background2.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
.testimonial3 {
    background-image: url(../images/pool-background3.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
.testimonial4 {
    background-image: url(../images/pool-background4.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
.testimonial5 {
    background-image: url(../images/pool-background5.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
.testimonial6 {
    background-image: url(../images/pool-background5.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
.client-heading {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6);
}
.testimonial .carousel-item {
    max-width: 1180px;
    height: 360px;
    background-color: rgba(228, 214, 214, 0.85);
    text-align: center;
    padding: 20px 0;
}
.testimonial .carousel-control-prev {
    background: #fd8721;
}
.testimonial .carousel-control-next {
    background: #fd8721;
}
.crowsel-text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 150px;
    flex-wrap: wrap;
}
.crowsel-text .feedback {
    font-size: 23px;
    font-style: italic;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}
.crowsel-text .feedback:after {
    position: absolute;
    content: "";
    background-color: #666666;
    width: 350px;
    height: 10px;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rating {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin: 0;
}
.rating i {
    color: #fd8721;
    font-size: 20px;
}
.rating span {
    margin-left: 10px;
}
/*testimonial end*/
/*inner pages*/
.inner-banner {
    background-size: cover;
    background-position: bottom;
    height: 250px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.inner-top {
    padding: 50px 0;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #777777;
}
.inner-center {
    background-color: #dddddd;
    padding: 50px 0;
}
.inner-center2 {
    background-color: #ffffff;
    padding: 90px 0 90px 0;
}
.map {
    border: 1px solid #aaaaaa;
}
.map img {
    object-fit: cover;
}
.contact-action {
    background-color: #fd8620;
    padding: 70px 0;
    border-top: 1px solid #999999;
}
.contact-action-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}
.contact-action-head {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    margin: 0;
    font-size: 33px;
    text-align: left;
}
.contact-btn {
    background-color: #111111;
    border: 2px solid #111111;
    padding: 16px 55px;
    font-size: 24px;
    font-family: 'Impact';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
}
.contact-btn:hover {
    background: none;
    color: #111111;
    border-color: #111111;
}
.imgcen {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.inner-center-head {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
}
.inner-center-two {
    background-color: #eeeeee;
    padding: 30px 0;
}
.nav-pills {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 0px;
}
.nav-pills .nav-link {
    border-radius: 0;
    background: none;
    color: #555555;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: normal;
    padding: 0;
    text-transform: uppercase;
    margin: 0px 15px;
}
.nav-pills .nav-item:first-child .nav-link,
.nav-pills .nav-item:first-child .nav-link {
    margin: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    color: #00b4f1;
    background: none;
}
.equipments-blocks {
    background-color: #ffffff;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #999999;
    min-height: 290px;
    position: relative;
    overflow: hidden;
}
.blocks-bg-title, .blocks-bg-title a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #555555;
}
.blocks-bg-title:hover, .blocks-bg-title a:hover {
    color: #00b4f1;
}
.block-bg-img {
    text-align: center;
    padding-top: 15px;
}
.equipments-blocks:hover {
    box-shadow: 0 0 12px rgb(180, 204, 212);
    -moz-box-shadow: 0 0 12px rgb(180, 204, 212);
    -webkit-box-shadow: 0 0 12px rgb(180, 204, 212);
    -o-box-shadow: 0 0 12px rgb(180, 204, 212);
    border-color: #00b4f1;
}
.equipments-blocks:hover .blocks-bg-title {
    color: #00b4f1;
}
.tab-content {
    margin-top: 30px;
}
.cost-inner {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #9a9a9a;
    min-height: 655px;
    margin-bottom: 20px;
}
.cost-heading {
    text-align: center;
    background-color: #111111;
    color: #ffffff;
    padding: 5px 0;
    font-size: 24px;
    text-transform: uppercase;
}
.cost-heading-two {
    text-align: center;
    color: #00b4f1;
    font-size: 30px;
    border-bottom: 6px solid #afafaf;
}
.cost-d {
    padding: 15px 15px;
}
.cost-para {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    margin: 8px 0;
}
.more-info {
    border-radius: 0;
    background-color: #00b4f1;
    border-color: #00b4f1;
    font-family: 'Impact';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    padding: 6px 24px;
}
.more-info:hover {
    color: #111111;
    background-color: #00b4f1;
    border-color: #00b4f1;
}
.more-info2 {
    border-radius: 0;
    background-color: #fd8721;
    border-color: #fd8721;
    font-family: 'Impact';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    padding: 6px 24px;
    margin-top: 15px;
}
.more-info2:hover {
    color: #111111;
    background: #fd8721;
    border-color: #fd8721;
}
.custom-contact {
    text-align: center;
    margin-top: 50px;
}
.custom-contact .contact-btn,
.action-type-two .contact-btn {
    background-color: #040404;
    border-color: #040404;
}
.custom-contact .contact-btn:hover,
.action-type-two .contact-btn:hover {
    color: #111111;
    background: none;
    border-color: #111111;
}
.action-type-two {
    background-color: #ececec;
}
.action-type-two .contact-action-head {
    color: #111111;
}
.after-before-inner {
    background-color: #00b2f0;
    /* background-image: url(../images/water-background.jpg); */
    padding: 40px 0;
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid #111111;
}
.after-before-inner .crowsel-head {
    font-size: 34px;
}
.new-after {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.after-before-inner .comment-para {
    color: #ffffff;
    font-size: 25px;
    padding: 0 50px;
}
.pool-services {
    padding: 50px 0;
}
.pool-services .comment-head {
    font-size: 32px;
}
.pool-block li:before {
    background-image: url(../images/bullet-point.png);
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 41px;
}
.pool-block ul li {
    position: relative;
    padding-left: 50px;
}
.pool-block-head {
    font-size: 23px;
    padding-top: 5px;
}
.pool-block2 li:before {
    background-image: url(../images/small-check-mark-icon-24.png);
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 41px;
}
.pool-block2 ul li {
    position: relative;
    padding-left: 50px;
}
.pool-block3 li:before {
    background-image: url(../images/warranty.png);
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 41px;
}
.pool-block3 ul li {
    position: relative;
    padding-left: 50px;
}
.pool-block2-head {
    font-size: 20px;
    font-weight: 300;
    padding-top: 3px;
}
.pool-block-para {
    font-size: 20px;
    font-weight: 300;
    color: #676767;
}
.pool-block {
    margin-top: 40px;
}
.contact-heading {
    color: #000;
    font-size: 34px;
    margin-bottom: 10px;
}
.contact-para,
.contact-para a {
    color: #555555;
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 300
}
.contact-para a:hover {
    color: #00b4f1;
}
.contact-para2,
.contact-para2 a {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 35px;
    font-weight: 300
}
.contact-para2 a:hover {
    color: #00b4f1;
}
.contact-cmn {
    margin-bottom: 35px;
}
.form-bg label {
    color: #6f6f6f;
    font-weight: bold;
    display: block;
}
.form-bg label span {
    color: #111111;
}
.checkbox-outer {
    font-size: 14px;
    color: #6f6f6f;
}
.file-outer {
    padding: 15px 0;
    border-top: 1px dotted #bebebe;
    border-bottom: 1px dotted #bebebe;
    margin: 30px 0;
}
.note-c {
    font-size: 14px;
    color: #6f6f6f;
}
.form-bg .custom-contact {
    margin-top: 20px;
}
.form-bg {
    padding-left: 60px;
    padding-bottom: 20px;
}
/*inner pages end*/
/*footer*/
footer {
    background-color: #161617;
    padding-top: 40px;
    border-top: 1px solid #ffffff;
}
.foot-head {
    color: #5f5f5f;
    font-size: 24px;
    letter-spacing: 1px;
}
.foot-links li {
    padding: 3px 0px;
    font-size: 0.9rem;
}
.foot-links li a {
    color: rgba(255, 255, 255, 0.65);
}
.foot-links li a:hover {
    color: #fd8620;
}
.foot-para {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    margin-top: 20px;
    padding-top: 20px;
}
.foot-right {
    text-align: right;
}
.foot-left p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}
.foot-right a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}
.foot-right a:hover {
    color: #fd8620;
}
.contact-foot {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
}
.contact-foot a {
    color: #ffffff;
}
.contact-foot span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 26px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 65px;
    font-weight: 300;
}
.contact-foot span a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 20px;
}
/*footer end*/
/*Media Query*/
@media screen and (max-width: 1199px) {
    .logo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo img {
        max-width: 200px;
    }
    .ratings {
        margin-right: 5px;
        margin-top: 5px;
    }
    .call p {
        font-size: 30px;
    }
    .call p img {
        max-width: 40px;
    }
    .call p span a {
        font-size: 18px;
    }
    .navbar {
        top: 105px;
    }
    .banner-head {
        font-size: 45px;
    }
    .call-to-action p {
        font-size: 19px;
    }
    .comment-head {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .comment-para {
        font-size: 21px;
        line-height: 30px;
    }
    .services-head {
        font-size: 22px;
    }
    .img-outer {
        max-width: 340px;
        height: 240px;
    }
    .discription {
        font-size: 20px;
    }
    .we-care-head span {
        font-size: 26px;
    }
    .we-care-head {
        font-size: 30px;
    }
    .we-care-head:after {
        height: 8px;
    }
    .crowsel-text .feedback {
        font-size: 20px;
    }
    .crowsel-text .feedback:after {
        height: 8px;
    }
    .contact-foot {
        font-size: 25px;
    }
    .contact-foot span {
        font-size: 20px;
        bottom: -10px;
        left: 60px;
    }
    .footer-logo {
        max-width: 200px;
    }
    .inner-bg {
        margin-bottom: 26px;
    }
    .care-outer {
        height: 300px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 19px;
    }
    .inner-top {
        padding: 40px 0;
    }
    .contact-action-head {
        font-size: 28px;
    }
    .contact-btn {
        padding: 16px 25px;
        font-size: 19px;
    }
    .inner-banner {
        height: 210px;
    }
    .contact-action {
        padding: 50px 0;
    }
    .nav-pills .nav-link {
        font-size: 15px;
    }
    .blocks-bg-title, .blocks-bg-title a {
        font-size: 14px;
    }
    .nav-pills .nav-link {
        margin: 0px 10px;
    }
    .pool-services .comment-head {
        font-size: 27px;
    }
    .pool-block-head {
        font-size: 21px;
    }
    .pool-block-para {
        font-size: 18px;
    }
    .pool-block {
        margin-top: 20px;
    }
    .after-before-inner .comment-para {
        color: #ffffff;
        font-size: 20px;
    }
    .after-before-inner .crowsel-head {
        font-size: 29px;
    }
    .new-after {
        font-size: 28px;
    }
    .cost-inner {
        min-height: 548PX;
        margin-bottom: 20px;
    }
    .custom-contact {
        margin-top: 30px;
    }
    .contact-heading {
        font-size: 28px;
        margin-bottom: 7px;
    }
    .contact-para, .contact-para a {
        font-size: 24px;
        margin-bottom: 3px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .logo img {
        max-width: 170px;
    }
    .g-rating {
        max-width: 100px;
    }
    .pay {
        max-width: 180px;
    }
    .call p {
        font-size: 25px;
    }
    .call p img {
        max-width: 30px;
    }
    .call p span {
        bottom: -20px;
    }
    .navbar {
        top: 98px;
    }
    .banner-head {
        font-size: 34px;
    }
    .banner-text {
        height: 300px;
    }
    .right-img img {
        max-width: 160px;
    }
    .comment-head {
        font-size: 29px;
    }
    .comment-para {
        font-size: 18px;
        line-height: 30px;
        padding: 0 46px;
    }
    .services-head {
        font-size: 19px;
    }
    .img-outer {
        height: 175px;
    }
    .discription {
        font-size: 15px;
    }
    .crowsel-head {
        font-size: 34px;
    }
    .carousel-item {
        height: 320px;
    }
    .we-care-head span {
        font-size: 21px;
    }
    .we-care-head {
        font-size: 25px;
    }
    .care-outer {
        height: 270px;
    }
    .testimonial {
        padding: 70px 0;
    }
    .crowsel-text {
        padding: 0 80px;
    }
    .cmn {
        margin: 20px 0;
    }
    .contact-action-head {
        font-size: 21px;
    }
    .contact-btn {
        padding: 13px 16px;
        font-size: 17px;
    }
    .inner-banner {
        height: 170px;
    }
    .nav-pills {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }
    .nav-pills .nav-link {
        margin: 5px 10px;
    }
    .nav-pills .nav-item:first-child .nav-link, .nav-pills .nav-item:first-child .nav-link {
        margin: 5px 10px;
    }
    .pool-services .comment-head {
        font-size: 24px;
    }
    .after-before-inner .crowsel-head {
        font-size: 26px;
    }
    .after-before-inner .comment-para {
        font-size: 17px;
        padding: 0px 20px;
    }
    .new-after {
        font-size: 26px;
    }
    .cost-heading {
        font-size: 24px;
    }
    .cost-heading-two {
        font-size: 28px;
        border-bottom: 7px solid #afafaf;
    }
    .cost-para {
        font-size: 18px;
        margin: 15px 0;
    }
    .cost-inner {
        min-height: 480px;
    }
    .contact-heading {
        font-size: 24px;
    }
    .contact-para, .contact-para a {
        font-size: 18px;
        margin-bottom: 3px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .ratings {
        display: none;
    }
    .call {
        display: none;
    }
    .upper-inner {
        display: block;
        text-align: center;
    }
    .logo {
        display: none;
    }
    .inner-bg {
        margin-bottom: 0px;
    }
    .navbar {
        top: 0px;
        position: relative;
        background: none;
    }
    .right {
        width: 100%;
    }
    .navbar .logo {
        display: block;
    }
    .navbar .row {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
    }
    .inner-bg {
        padding: 15px 0 15px 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        background-color: #010101;
        padding: 8px 8px;
        margin: 1px 0;
        font-size: 17px;
        letter-spacing: 2px;
    }
    .navbar-light .navbar-toggler {
        border-color: rgb(253 135 33);
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .banner-head {
        font-size: 40px;
    }
    .call-to-action p {
        text-align: center;
        margin-bottom: 15px;
    }
    .right-img {
        text-align: center;
    }
    .comment-head {
        font-size: 23px;
    }
    .comment-para {
        font-size: 17px;
        line-height: 25px;
        padding: 0 16px;
    }
    .crowsel-head {
        font-size: 28px;
    }
    .carousel-item {
        height: 270px;
    }
    .carousel-control-prev {
        width: 40px;
        height: 40px;
    }
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    .we-care-head {
        text-align: center;
    }
    .we-care-head:after {
        height: 8px;
        transform: translate(-50%, -50%);
        left: 50%;
        bottom: -27px;
    }
    .we-care-para {
        text-align: center;
		padding: 30px 0px 0px 0px;
    }
    .care-outer {
        margin-top: 30px;
    }
    .testimonial {
        padding: 50px 0;
    }
    .crowsel-text {
        padding: 0 40px;
    }
    .crowsel-text .feedback:after {
        bottom: 0px;
    }
    .rating {
        font-size: 23px;
    }
    .rating i {
        color: #c69604;
        font-size: 18px;
    }
    .foot-head {
        font-size: 22px;
    }
    .foot-left p {
        text-align: center;
    }
    .foot-right {
        text-align: center;
    }
    .footer-logo {
        max-width: 130px;
    }
    .inner-banner {
        height: 140px;
    }
    .contact-action-inner {
        display: -webkit-block;
        display: -moz-block;
        display: -ms-block;
        display: -webkit-block;
        display: block;
        text-align: center;
    }
    .contact-action-head {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .pool-block-para {
        font-size: 16px;
    }
    .new-after {
        font-size: 21px;
        margin-bottom: 30px;
    }
    .after-before-inner .comment-para {
        padding: 0px;
    }
    .cost-inner {
        min-height: auto;
    }
    .cost-heading-two {
        border-bottom: 6px solid #afafaf;
        font-size: 25px;
    }
    .custom-contact {
        margin-top: 20px;
    }
    .form-bg {
        padding-left: 0px;
        padding-bottom: 20px;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 575px) {
    .upper-inner p {
        font-size: 13px;
    }
    .banner-head {
        font-size: 28px;
        padding-top: 160px;
        text-align: center;
    }
    .testimonial .carousel-item {
        height: auto;
    }
    .crowsel-text .feedback {
        font-size: 18px;
    }
    .crowsel-text .feedback:after {
        width: 200px;
    }
    .rating {
        font-size: 18px;
    }
    .rating i {
        font-size: 14px;
    }
    .equipments-blocks {
        text-align: center;
        max-width: 350px;
        margin: 15px auto;
    }
}
@media (max-width: 414px) {
    .banner {
        background-image: url(https://airfieldlinemarking.com.au/images/banner414.jpg);
    }
}

/*********gallery*********/

.inner-banner{
	padding: 100px 0;
	background-image: url(../images/header-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

section.gallery {
    background-color: #dddddd;
    padding: 10px 0;
}
.gallery .nav{
	justify-content: center;
}
.single-image {
    border: 2px solid #000;
}
.gallery .nav-pills .nav-link {
    border-radius: 0;
    padding: 12px 37px;
	color: #fff;
	border: 1px solid #fff;
	background-color: #000;
}
.gallery .nav-pills .nav-link.active, .gallery .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fd8721;
}
.mansory {
    transition: all .5s ease-in-out;
    column-gap: 18px;
    column-fill: initial;
    overflow: hidden;
}
.mansory .brick {
    margin-bottom: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    animation: 1s ease-out 0s 1 slideInFromTop;
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media only screen and (min-width: 992px){
.mansory {
    column-count: 3;
}
}
