/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
@font-face {
    font-family: 'fontawesome';
    src: local('fontawesome-webfont');
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#webfontQ1FnPBwb') format('svg');
}

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

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

@font-face {
    font-family: 'Conv_proxima_nova_extrabold';
    src: url('../fonts/proxima-nova-extrabold.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/proxima-nova-extrabold.woff') format('woff'), url('../fonts/proxima-nova-extrabold.ttf') format('truetype'), url('../fonts/proxima-nova-extrabold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'proxima_nova_light';
    src: url('../fonts/proximanova-light.eot');
    src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light.woff2') format('woff2'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'ananda_blackregular';
    src: url('../fonts/ananda_black_personal_use-webfont.woff2') format('woff2'), url('../fonts/ananda_black_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'proxima_nova_regular';
    overflow-x: hidden;
}

.container-fluid, .container {
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container {
    position: relative;
}

h1,h2,h3,h4,h5,h6,ul,li,p {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #b7b7b7;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    color: #000000;
}

input[type=number] {
    -moz-appearance: textfield;
    outline: 0;
}

.top-menu-wrap {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: rgba(255,255,255, 0.9);
}

.top-call-bar-strip {
    background: #2d2e82;
}

.call-list {
    padding: 9px 0;
    float: right;
}

.call-list span {
    margin-right: 4px;
    padding-left: 10px;
    padding-top: 3px;
}

.call-list li {
    margin-left: 15px;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sla {
    padding-right: 15px;
}

.call-list li a {
    color: #fff;
    margin-left: 6px;
}

.menu-wrap ul li {
    list-style: none;
    /* float: left; */
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #000000;
    padding: 45px 0;
    margin-left: 50px;
}

.menu-wrap ul li a {
    color: #000000;
    text-transform: capitalize;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.logo-img {
    padding: 30px 40px 0px 0;
}

.home-banner {
    position: relative;
    height: 766px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.treating-your-home-heading {
    font-size: 34px;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Minion Pro";
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.like-our-own-heading {
    font-size: 44px;
    letter-spacing: 3px;
    color: #2d2e82;
    font-family: "Minion Pro";
    font-weight: bold;
    line-height: 75px;
    z-index: 2;
    position: relative;
}

.banner-content p {
    font-size: 28px;
    color: #000000;
    font-family: "Minion Pro";
    margin-bottom: 20px;
}

.get-free-Quote {
    background: #2d2d81;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 131px;
    color: #ffffff;
    display: inline;
    padding: 12px 35px;
    border-radius: 35px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    z-index: 2;
    position: relative;
}

.project-slider-img img {
    height: 738px;
    width: 100%;
    object-fit: cover;
}

.read-btn a {
    color: #2d2e82;
    text-decoration: none;
}

.get-free-Quote a {
    text-transform: uppercase;
    color: #ffffff;
}

.service-wrap {
    position: relative;
    background: url(../images/service_bg.png);
    background-position: 0 211px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-wrap .container {
    height: 900px;
}

.all-service-circle-wrap {
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    height: 450px;
    width: 450px;
    position: relative;
    /*background: url(../images/service_circle_img.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;*/
    border: 8px solid #2d2e82;
    border-radius: 50%;
}
.middle-heading {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}
.ser-title-text {
    vertical-align: middle;
    margin-left: 18px;
    width: 201px;
    display: inline-block;
    font-size: 21px;
    line-height: 21px;
    color: #2d2e82;
    font-weight: bold;
}

.circle-ser-img1 span,.circle-ser-img2 span,.circle-ser-img3 span,.circle-ser-img4 span,.circle-ser-img5 span {
    background: #2d2d81;
    display: inline-block;
    padding: 30px 0px;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

.circle-ser-img1 {
    position: absolute;
    top: -46%;
    left: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-ser-img1:before {
    position: absolute;
    content: "";
    top: 34%;
    left: 16%;
    height: 155px;
    width: 5px;
    background: #2d2d81;
    z-index: -1;
}

.circle-ser-img2 {
    position: absolute;
    top: 0;
    left: -85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-ser-img2:before {
    position: absolute;
    content: "";
    top: -4%;
    right: 0;
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg);
    height: 132px;
    width: 5px;
    background: #2d2d81;
    z-index: -1;
}

.circle-ser-img3 {
    position: absolute;
    top: 93%;
    left: -75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-ser-img3:before {
    position: absolute;
    content: "";
    top: -33%;
    right: 8px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    height: 146px;
    width: 5px;
    background: #2d2d81;
    z-index: -1;
}

.circle-ser-img4 {
    position: absolute;
    top: 93%;
    right: -75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-ser-img4:before {
    position: absolute;
    content: "";
    top: -54%;
    left: 8px;
    -webkit-transform: rotate(141deg);
    -ms-transform: rotate(141deg);
    transform: rotate(141deg);
    height: 145px;
    width: 5px;
    background: #2d2d81;
    z-index: -1;
}

.circle-ser-img5 {
    position: absolute;
    top: 0;
    right: -85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-ser-img5:before {
    position: absolute;
    content: "";
    top: -4%;
    left: 0;
    -webkit-transform: rotate(-105deg);
    -ms-transform: rotate(-105deg);
    transform: rotate(-105deg);
    height: 145px;
    width: 5px;
    background: #2d2d81;
    z-index: -1;
}

.service-side-img-left img {
    width: 100%;
}

.service-side-img-left {
    position: absolute;
    left: 0;
    top: 23%;
}

.service-side-img-right img {
    width: 100%;
}

.service-side-img-right {
    position: absolute;
    right: 0;
    top: 15%;
}

.wel-come-to-bg-wrap {
    padding-top: 90px;
    padding-bottom: 200px;
    background: url(../images/feature-wall.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wel-come-heading {
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'ananda_blackregular';
}

.main-heading {
    font-size: 50px;
    color: #ffffff;
    font-family: "Minion Pro";
    font-weight: bold;
}

.small-heading {
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.wel-come-content {
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
}

.icon-wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-title {
    font-size: 26px;
    letter-spacing: 1px;
    color: #2d2e82;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    margin-left: 20px;
}

section.reliable-service {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    padding: 35px 0;
}

.banner-painter-img {
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: 2;
}

.banner-painter-img img {
    width: 90%;
}

.section-title {
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.section-title h3 {
    font-size: 50px;
    letter-spacing: 2px;
    color: #2d2e82;
    font-family: "Minion Pro";
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.section-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #010101;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.paint-img {
    position: absolute;
    left: 0;
    top: 0;
}

.shedow-img {
    position: absolute;
    right: 0;
    top: 0;
}

.nopad {
    padding: 0;
}

.silder-text {
    font-size: 50px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.read-more-btn a {
    text-decoration: underline!important;
    font-size: 16px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.slider-title-text {
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.project-side-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.title-small-img {
    padding: 15px 0;
    font-size: 24px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.read-btn {
    font-size: 16px;
    color: #2d2e82;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    margin-bottom: 25px;
    text-decoration: underline!important;
}

.small-img-grid .col-sm-6:nth-child(1) .project-side-img,.small-img-grid .col-sm-6:nth-child(2) .project-side-img {
    border-bottom: 1px solid #000;
}

.small-img-grid .col-sm-6:nth-child(3) .project-side-img,.small-img-grid .col-sm-6:nth-child(4) .project-side-img {
    margin-top: 30px;
}

.view-all-btn {
    text-align: center;
    padding: 40px 0 60px;
    clear: both;
}

.view-all-btn a {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    color: #2d2e82;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    border: 2px solid #e2e2e2;
    padding: 18px 35px;
    border-radius: 35px;
    display: inline-block;
}

.image-contact-form-section {
    background-color: #2d2e82;
    margin-bottom:40px;
}

.form-side-img {
    position: relative;
}

.form-side-img img {
    width: 100%;
}

.paint-cane {
    position: absolute;
    bottom: -7px;
    right: 10px;
}

.form-main-heading {
    font-size: 36px;
    color: #ffffff;
    font-family: "Minion Pro";
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
}

.form-sub-heading {
    margin: 0 auto;
    max-width: 538px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
}

.contact-form select {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    color: #000000!important;
    outline: 0;
    font-size: 16px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/aa3.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
    background-color: white;
}

.contact-form input {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    color: #000000;
    outline: 0;
    font-size: 16px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.contact-form textarea {
    height: 145px;
    width: 100%;
    padding: 10px;
    border: none;
    color: #000000;
    outline: 0;
    font-size: 16px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    resize: none;
}

.left-pad {
    padding-left: 15px;
}

.right-pad {
    padding-right: 15px;
}

.contact-form .wpcf7-submit {
    height: initial;
    width: initial;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    text-transform: uppercase;
    background: #6fcdf1;
    padding: 15px 40px;
    border-radius: 40px;
    margin-bottom: 0px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none!important;
}

.testimonials-heading {
    font-size: 36px;
    line-height: 22px;
    color: #000000;
    font-family: "Minion Pro";
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.testimonials-content p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.testimonials-name {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    padding-top: 35px;
}

.testimonials-side-img img {
    padding: 0px 50px;
    /*width: 100%;*/
    height: 350px;
}

.testimonials-side-img {
    position: relative;
    top: 80px;
    left: 50px;
    z-index: 9;
}

.latest-news-section {
    position: relative;
    padding: 90px 0;
    background: url(../images/latest-news-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.latest-news-section:after{

  position: absolute;

  content: "";

  top: -2px;

  background: url(../images/white-zigzak.png);

  height: 12px;

  width: 100%;

}*/
.latest-news-section:before {
    position: absolute;
    content: "";
    bottom: -4px;
    background: url(../images/blue-zigzak.png);
    height: 12px;
    width: 100%;
}

.latest-news-heading {
    font-size: 36px;
    line-height: 22px;
    color: #ffffff;
    font-family: "Minion Pro";
    font-weight: bold;
}

.latest-news-text {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.read-more-news {
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.read-more-news a {
    color: #ffffff;
    padding-bottom: 1px;
    border-bottom: 1px solid;
}

.White-bar {
    height: 1px;
    width: 50px;
    background: #fff;
    margin-top: 23px;
    margin-bottom: 30px;
}

.latest-news-container {
    position: relative;
}

.latest-news-paint {
    position: absolute;
    right: 0;
    top: 181px;
    z-index: -1;
}

.Specialists-heading {
    font-size: 30px;
    line-height: 22px;
    color: #2d2e82;
    padding-top: 45px;
    padding-bottom: 40px;
    margin-left: 15px;
    font-family: "Minion Pro";
    font-weight: bold;
}

.Specialists-heading span {
    color: #6fcef2;
}

.start-conver-wrap {
    background: #6fcef2;
    padding-left: 50px;
    padding-bottom: 45px;
}

.conversation-heading {
    font-size: 21px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 35px;
}

.email-call-wrap a,.email-call-wrap {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.email-call-wrap span a {
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.address-heading {
    font-size: 21px;
    line-height: 22px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 35px;
}

.site-name {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.full-address {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.address-wrap {
    padding: 0 55px;
}

.other-info-wrap ul li {
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
}

.other-info-wrap ul li a {
    color: #000000;
}

.proudly-heading {
    margin-left: 12px;
    font-size: 16px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    padding-top: 35px;
    margin-bottom: 10px;
}

.container-fluid.footer {
    padding-bottom: 25px;
}

.footer-logo-wrap img {
    width: 100%;
}

.scroll-btn {
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    background: #6fcef2;
    display: inline-block;
    padding: 20px 35px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
}

.copyright-text {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding-top: 22px;
    padding-left: 15px;
}

.container-fluid.copyright-main {
    border-bottom: 10px solid #6fcef2;
}

.banner2 {
    position: relative;
    height: 460px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.banner2:after {
    position: absolute;
    content: "";
    bottom: -2px;
    background: url(../images/white-zigzak.png);
    height: 12px;
    width: 100%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-size: 54px;
    color: #ffffff;
    font-family: "Minion Pro";
    font-weight: bold;
}

section.commercial-painting-content-wrap {
    text-align: center;
    padding: 70px 0;
}

.commercial-painting-heading {
    font-size: 24px;
    line-height: 21px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    margin-bottom: 30px;
}

.commercial-painting-content p {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    padding: 0px 21% 20px;
}

.refresh-your-image-bg {
    position: relative;
    /*background: url(../images/refresh-your-image-bg.jpg);

*/
    height: 720px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.refresh-your-image-bg:after {
    position: absolute;
    content: "";
    bottom: -2px;
    background: url(../images/white-zigzak.png);
    height: 12px;
    width: 100%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.refresh-your-image-heading {
    padding-top: 80px;
    font-size: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Minion Pro";
    font-weight: bold;
}

.refresh-your-sub-heading {
    font-size: 24px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    margin-bottom: 50px;
}

.free-quote-btn {
    font-size: 21px;
    letter-spacing: 1px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    display: inline-block;
}

.free-quote-btn a {
    text-transform: uppercase;
    color: #2d2e82;
    padding: 15px 35px;
    background: #fff;
    border-radius: 35px;
}

.all-refresh-heading {
    text-align: center;
}

.painting-img img {
    width: 100%;
    height: 296px;
}

.all-types-painting-wrap.clearfix {
    padding: 90px 0;
}

.painting-type-details h3 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 21px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.painting-type-details p {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.painting-img:after {
    right: -1px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 20px solid transparent;
}

.painting-img-content-wrap.clearfix {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    margin-bottom: 38px;
}

.painting-type-coln {
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 296px;
}

.our-workmanship-title {
    font-size: 36px;
    color: #000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    padding-right: 40px;
    padding-left: 40px;
}

.our-workmanship-title span {
    color: #2d2e82;
}

.workmanship-side-content p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.our-workmanship-content {
    padding: 75px 0;
}

.workmanship-get-free-quote {
    text-transform: uppercase;
    margin-top: 40px;
}

.workmanship-get-free-quote a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 13px 35px;
    background: #2d2e82;
    border-radius: 35px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    margin: 10px 5px;
}

.commercial-centre-img img {
    width: 100%;
}

.commercial-centre-content-img-wrap {
    background: #2d2e82;
}

.commercial-centre {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    padding-right: 8%;
}

.commercial-centre-content-sec {
    padding: 70px 0 60px 70px;
}

.commercial-centre-content-sec p {
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    padding-bottom: 20px;
}

.nopad.commercial-centre-offset {
    position: relative;
    z-index: 9;
    margin-left: 0%;
}

.commercial-centre-img:after {
    position: absolute;
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 35px solid #fff;
    right: -25px;
    top: -2px;
}

.meet-the-team-section {
    margin-bottom: 85px;
    position: relative;
    padding: 85px 0;
    background: url(../images/meet-the-team-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.meet-the-team-heading {
    font-size: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Minion Pro";
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.team-member-img img {
    width: 100%;
}

.team-member-name {
    font-size: 18px;
    letter-spacing: 1px;
    color: #252525;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    background: #fff;
    text-transform: uppercase;
    padding: 16px 0;
    text-align: center;
}

.professional {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #2d2e82;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.meet-the-team-section:after {
    position: absolute;
    content: "";
    bottom: -2px;
    background: url(../images/white-zigzak.png);
    height: 12px;
    width: 100%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.meet-the-team-section:before {
    position: absolute;
    content: "";
    top: -2px;
    background: url(../images/white-zigzak.png);
    height: 12px;
    width: 100%;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.drop-paint-img {
    position: absolute;
    bottom: -111px;
    z-index: 99;
}

.drop-paint-img img {
    width: 500px;
}

.single-img img {
    width: 100%;
}

.gallery-img-wrap img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.images-gallery {
    padding: 75px 0;
}

.gallery-img-wrap {
    margin-bottom: 30px;
}

.load-more-btn a {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #2d2e82;
    padding: 13px 35px;
    background: transparent;
    border-radius: 35px;
    border: 2px solid #e2e2e2;
    text-transform: uppercase;
    margin-top: 20px;
}

.load-more-btn {
    text-align: center;
}

.project-slider {
    position: relative;
}

.contact-us-heading {
    font-size: 42px;
    color: #001111;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    -webkit-filter: drop-shadow(1.5px 2.598px 2.5px rgba(0,0,0,0.75));
    filter: drop-shadow(1.5px 2.598px 2.5px rgba(0,0,0,0.75));
}

.contact-us-sub-title {
    font-size: 16px;
    line-height: 22px;
    color: #001111;
    margin: 20px 0;
    padding-right: 10px;
}

.social-icons-wrap ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 12px;
}

.social-icons-wrap ul li i {
    display: inline-block;
    background: #2d2e82;
    color: #f1f1f1;
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 40px;
}

.social-info-wrap {
    padding-bottom: 40px;
}

.cont-add-icon-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px;
}

.contact-address-heading {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #001111;
    margin-bottom: 20px;
}

.cont-add {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-left: 10px;
}

.cont-add a {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contact-address-wrap {
    padding: 40px 0;
    border-top: 1px solid #2d2e82;
}

.contact-us-wrap-sec {
    padding: 80px 0;
}

.let-connect-heading {
    font-size: 30px;
    line-height: 22px;
    color: #2d2e82;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.let-connect-sub-heading {
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    margin-bottom: 20px;
    margin-top: 10px;
}

.contact-form-fields .col-sm-6 span input,.contact-form-fields .col-sm-12 span input {
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    border: 1px solid #777777;
    font-size: 17px;
    color: #111111;
    outline: 0;
    padding: 0px 10px;
}

.contact-form-fields .col-sm-12 span textarea {
    display: block;
    width: 100%;
    height: 105px;
    border: 1px solid #777777;
    resize: none;
    outline: 0;
    padding: 10px;
    margin-top: 10px;
}

.contact-form-fields span {
    font-size: 18px;
    line-height: 22px;
    color: #111111;
}

.form-btn input[type="submit"] {
    display: block;
    padding: 14px 35px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    border: none;
    background: #2d2e82;
    text-transform: uppercase;
    margin-top: 23px;
}

.contact-form-fields {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid;
}

.our-office-heading {
    font-size: 30px;
    line-height: 22px;
    color: #111111;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 23px;
    text-align: center;
}

.left-content-bar {
    padding-right: 60px;
}

.right-content-bar {
    margin-top: 20px;
}

.slick-prev, .slick-next {
    top: initial;
    bottom: 0;
    z-index: 999;
}

.slick-prev {
    left: inherit;
    right: 50px;
}

.slick-next {
    right: 15px;
}

.project-sliders .slick-next:before {
    background-image: url(../images/aa1.png);
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
}

.project-sliders .slick-prev:before {
    background-image: url(../images/aa.png);
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
}

.services-main-heading {
    font-size: 50px;
    letter-spacing: 2px;
    color: #2d2e82;
    font-family: "Minion Pro";
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 0;
}

.services-sub-heading {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #010101;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.right-form-wrap {
    position: relative;
    z-index: 9;
    padding: 0 0 60px 60px;
}

.form-side-img {
    position: relative;
    left: -38%;
    min-width: 951px;
}

.inner-content-body {
    padding: 50px 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contact-form-fields .wpcf7-validation-errors, .contact-form-fields .wpcf7-acceptance-missing,div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: none!important;
    padding: 0!important;
    margin: 0px 0 0 0!important;
}

.mazin {
    margin-bottom: 20px;
}

.sub-btn {
    text-align: center;
    padding-top: 20px;
}

.work-gallery-wrap {
    display: none;
}

.acf-map {
    height: 420px;
}

.service-details-wrap {
    padding: 80px 0;
}

.service-title {
    font-size: 42px;
    line-height: 50px;
    color: #2d2e82;
    font-family: "Minion Pro";
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.details-content p {
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}

.service-detail-img img {
    width: 100%;
}

.service-details-images-content-wrap .col-sm-10 {
    width: 100%;
}

.service-details-images-content {
    max-width: 1180px;
    margin: 0 auto;
}

.details-content {
    margin-top: 50px;
    text-align: center;
}

.call-us-now-btn {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 35px;
}

.call-us-now-btn a {
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
    background: #6fcef2;
    padding: 12px 35px;
    border-radius: 35px;
    text-transform: uppercase;
}

.share-service-text {
    font-size: 24px;
    line-height: 24px;
    color: #fefefe;
    float: left;
}

.share-service-wrap {
    background: #2d2e82;
    padding: 20px 60px 20px 30px;
}

.share-service-social-icons ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 5px;
}

.share-service-social-icons ul li i {
    color: #fff;
    font-size: 20px;
}

.share-service-social-icons {
    float: right;
}

.share-service-social-icons ul {
    margin: 0;
}

.no-right {
    padding-right: 0;
}

.home-banner:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #2d2d81;
    opacity: 0.2;
}

.banner-text {
    margin-top: 30%;
}

.scre {
    background-image: url(../images/scre.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 12px;
    margin-top: -1px;
}

.wel-come-to-section.clearfix {
    position: relative;
}

.services-section.clearfix {
    position: relative;
}

.scree2 {
    background-image: url(../images/scree2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 12px;
    z-index: 99;
    margin-top: -5px;
}

.circle-ser-img2 .ser-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 18px;
}

.circle-ser-img3 .ser-title-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 18px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
    opacity: 1!important;
    color: #000000!important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1!important;
    color: #000000!important;
    font-size: 16px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1!important;
    color: #000000!important;
    font-size: 16px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

::-ms-input-placeholder {
    opacity: 1!important;
    color: #000000!important;
    font-size: 16px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

::placeholder {
    opacity: 1!important;
    color: #000000!important;
    font-size: 16px;
    color: #000000;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.spe_mob {
    display: none;
}

.menu-wrap ul li {
    margin-left: 30px;
}

.commercial-centre-content-sec h3 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.commercial-centre-img {
    left: -37%;
    position: relative;
    width: 965px;
}

.painting-type-details a {
    color: #000000;
}

.banner-over:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(98,98,161,0.7);
}

.banner-over {
    position: relative;
}

.banner_res:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(74,70,125,0.8);
}

.banner_res {
    position: relative;
}

.banner-over2:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(45,46,130,0.7);
}

.banner-over2 {
    position: relative;
}

.service-details-wrap button.slick-prev.slick-arrow:before {
    font-family: FontAwesome;
    content: "\f104";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #2d2e82;
    font-size: 40px;
}

.service-details-wrap button.slick-next.slick-arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #2d2e82;
    font-size: 40px;
}

.service-details-wrap button.slick-prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: 50%;
}

.service-details-wrap button.slick-next.slick-arrow {
    position: absolute;
    right: -50px;
    top: 50%;
}

.slice3 {
    padding-right: 0;
}

.slice2 {
    padding-right: 0;
}

.small-img-grid.slice1 {
    padding-right: 0;
    padding-left: 50px;
}

span.wpcf7-not-valid-tip {
    color: #ffffff!important;
    font-size: 14px!important;
    font-weight: normal!important;
    display: block!important;
    position: absolute!important;
    bottom: -31px!important;
}

.wpcf7-response-output.wpcf7-validation-errors {
    position: absolute!important;
    bottom: -11px !important;
    font-size: 16px!important;
    color: #ffffff!important;
}

.current_page_item a {
    color: #2d2e82!important;
}

.menu-wrap ul li a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.menu-wrap ul li a:hover {
    color: #2d2e82;
}

.call-text a:hover {
    color: #000000;
}

.get-free-Quote {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.get-free-Quote:hover {
    background-color: #000000;
}

.icon-wrap-title span {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.icon-wrap-title:hover.icon-wrap-title span {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.view-all-btn a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.view-all-btn a:hover {
    border-color: #2d2e82;
    color: #ffffff;
    background-color: #2d2e82;
}

.contact-form .wpcf7-submit {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.contact-form .wpcf7-submit:hover {
    color: #6fcdf1;
    background-color: #ffffff;
}

.scroll-btn {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.scroll-btn:hover {
    background-color: #000000;
}

.read-more-news a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.read-more-news a:hover {
    color: #000000;
}

.read-btn a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.read-btn a:hover {
    color: #000000;
}

.other-info-wrap ul li a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.other-info-wrap ul li a:hover {
    color: #2d2e82;
}

.email-call-wrap span a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.email-call-wrap span a:hover {
    color: #000000;
}

.form-btn input[type="submit"] {
    outline: 0;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.form-btn input[type="submit"]:hover {
    background-color: #000000;
}

.social-icons-wrap ul li i {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.social-icons-wrap ul li i:hover {
    background-color: #000000;
}

.cont-add a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.cont-add a:hover {
    color: #2d2e82;
}

.workmanship-get-free-quote a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.workmanship-get-free-quote a:hover {
    background-color: #000000;
}

.load-more-btn a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.load-more-btn a:hover {
    background-color: #2d2e82;
    border-color: #2d2e82;
    color: #ffffff;
}

.work-gallery-wrap {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    position: relative;
}

.work-gallery-wrap:hover:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
}

.free-quote-btn a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.free-quote-btn a:hover {
    background-color: #2d2e82;
    color: #ffffff;
}

.team-member-img-name-wrap {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    position: relative;
}

.team-member-img-name-wrap:hover:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(45,45,130,0.5);
    z-index: 99;
}

.team-member-name {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.team-member-img-name-wrap:hover .team-member-name {
    background-color: #2d2e82;
    color: #ffffff;
}

.professional {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.team-member-img-name-wrap:hover .professional {
    color: #ffffff;
}

.call-us-now-btn a {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.call-us-now-btn a:hover {
    background-color: #000000;
}

.share-service-social-icons ul li i {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.share-service-social-icons ul li i:hover {
    color: #000000;
}

.contact-us-wrap-sec span.wpcf7-not-valid-tip {
    color: #f00!important;
    font-weight: normal!important;
    display: block!important;
    position: relative!important;
    bottom: 0px!important;
}

.hoverdata:hover:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
}

.hoverdata {
    position: relative;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.smoo {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding-top: 20px;
    display: inline-block;
    padding-left: 15%;
}

.project-slider-img:hover:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
}

.project-slider-img {
    position: relative;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.inner_default_data {
    padding: 50px 0px;
    text-align: center;
    font-size: 52px;
    font-family: 'proxima_nova_bold';
    font-weight: 700;
}

.banner-content {
    background-image: url(../images/sbna.png);
    display: inline-block;
    position: relative;
    background-position: left;
    background-size: cover!important;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-left: 20px;
}

.paint-img img {
    height: 140px;
    width: 100%;
}

.shedow-img img {
    width: 100%;
    height: 150px;
}

.testimonials-content-wrap {
    padding-bottom: 60px;
}

.latest-news-section {
    position: relative;
}

.dd {
    background-image: url(../images/dd.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 12px;
    margin-top: -1px;
    top: 0;
}

.scroll-btn i {
    font-size: 35px;
    padding-left: 10px;
    position: relative;
    top: 3px;
}

.refresh-your-image-section {
    padding-top: 5px;
}

.team-member-img {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 445px;
}

.email-call-wrap a:hover {
    color: #000000;
}

.tha {
    font-size: 26px;
}

.team_detail {
    position: absolute;
    background-color: #000;
    color: #fff;
    z-index: 9;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
    padding: 10px;
}

.team_detail p {
    padding-bottom: 10px;
}

.team-member-img-name-wrap:hover .team_detail {
    opacity: 0.7;
    z-index: 99;
}

.wel-come-content p {
    padding-bottom: 10px;
}

/*.meet-the-team-section .col-sm-4 {
    float: none;
    display: inline-block;
}*/

.team5 {
    overflow: hidden;
}

.banr img {
    width: 50%;
}

.banr .proudly-heading {
    font-size: 26px;
}

.banr {
    padding: 45px 0 0;
}

.image_ba_d {
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    height: 650px;
    width: 100%;
}

.project-template-right .commercial-centre-img:after {
    display: none;
}

.project-template-right .commercial-centre-content-sec:after {
    position: absolute;
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 35px solid #fff;
    right: -25px;
    top: -2px;
}

.project-template-right .commercial-centre-img, .project-template-left .commercial-centre-img {
    right: -37%;
    left: 0;
    width: 100%;
}

.project-template-right .commercial-centre-content-sec {
    padding: 70px 70px 60px 0px;
}

section.project-template-left {
    margin: 50px 0;
}

section.project-template-right {
    margin: 50px 0;
}

.project_sl_img_d {
    height: 500px;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    margin-bottom: -3px;
}

.project-template-right .slick-dots li button, .project-template-left .slick-dots li button {
    height: 1px;
    width: 1px;
    background: #fff;
    border-radius: 50%;
}
.project-template-right .slick-dots li.slick-active button, .project-template-left .slick-dots li.slick-active button {
    background: red;
}
.project-template-left .slick-dotted.slick-slider, .project-template-right .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.project-template-left .slick-dots, .project-template-right .slick-dots {
    bottom: 0px;
}
.commercial-centre-content-sec.project-template-text.left, .commercial-centre-content-sec.project-template-text.right {
    width: 80%;
}
.project-template-mobile {
    display: none;
}
.page-template-project footer {
    padding-top: 10px;
}
.top-filters {
    text-align: center;
    margin-top: 40px;
}
.top-filters ul li {
    display: inline-block;
    border: 2px solid #2d2e82;
    padding: 10px 20px;
    font-size: 18px;
    margin: 0 5px;
    cursor:pointer;
}
.top-filters ul li.active{
    background-color: #2d2e82;
    color: #fff;
}
.cprojects{
    display: none;
}
.cprojects.active{
    display: block;
}
.banner-painter-img{
    display: none;
}
.slick-dotted{
    margin-bottom: 0!important;
}
.paint-cane{
    display: none;
}
.testimonials-side-img{
        margin-top: 10px;
        position: initial;
}
.page-template-commercial-painting section.testimonials-section {
    padding-bottom: 40px;
}
.page-template-commercial-painting section.testimonials-section {
    padding-bottom: 40px;
}
.bannert_slider_main .slick-dots {
    bottom: 3px;
}
.bannert_slider_main .slick-dots li button:before {
    font-size: 36px;
	opacity:.75;
	color:#fff;
	
}
.page-template-education-sector .slick-dots, .page-template-residential-painting .slick-dots, .page-template-commercial-painting .slick-dots {
	bottom:0;
}
.page-template-education-sector .slick-dots li button:before, .page-template-residential-painting .slick-dots li button:before, .page-template-commercial-painting .slick-dots li button:before{
	font-size:36px;
}

.bannert_slider_main .slick-dots li.slick-active button:before{
	color:#000;
}
.bannert_slider_main button.slick-prev.slick-arrow, .bannert_slider_main button.slick-next.slick-arrow{
	display:none!important;
}
.page-template-residential-painting button.slick-prev.slick-arrow, .page-template-residential-painting button.slick-next.slick-arrow, .page-template-education-sector button.slick-prev.slick-arrow, .page-template-education-sector button.slick-next.slick-arrow, .page-template-commercial-painting button.slick-prev.slick-arrow, .page-template-commercial-painting button.slick-next.slick-arrow {
    display: none!important;
}
.datmon:nth-child(3), .datmon:nth-child(4) {
    margin-top: 50px;
}

.gallery-section ul.slick-dots {
    bottom: -25px;
}
section.gallery-section{
    margin: 50px 0 50px 0;
}
img.fix-imag-size {
    height: 742px;
}
.page-template-front-page .col-sm-8.col-xs-12.mohhd {
    background: #d3d3d3;
  
}
.page-template-front-page .main-heading, .page-template-front-page .wel-come-heading, .page-template-front-page .small-heading, .wel-come-content p {
    color: #000;
}
.page-template-front-page .wel-come-heading {
    padding-top: 25px;
}

/* Our Company new section*/

.left-cont p {
    color: #fff;
    font-size: 18px;
    text-align: justify;
    padding-bottom: 12px;
}
.left-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 50px 0 10px;
}

.left-cont h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}

.right-cont p {
    color: #fff;
    font-size: 18px;
    text-align: justify;
    padding-bottom: 12px;
}
.right-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 50px 0 10px;
}

.right-cont h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}
.left-cont span {
    color: #fff;
    font-size: 18px;
    text-align: left;
    display: block;
}
.right-cont span {
    color: #fff;
    font-size: 18px;
    text-align: left;
    display: block;
}