/** Generated by FG **/
@font-face {
    font-family: 'TMSans-Bold';
    src: url('../fonts/TMSans-Bold.eot');
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/TMSans-Bold.woff') format('woff'), url('../fonts/TMSans-Bold.ttf') format('truetype'), url('../fonts/TMSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'TMSans-Light';
    src: url('../fonts/TMSans-Light.eot');
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/TMSans-Light.woff') format('woff'), url('../fonts/TMSans-Light.ttf') format('truetype'), url('../fonts/TMSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #fff;
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-y;
    font-weight: 400;
}

ul, li {
    margin: 0;
    padding: 0px;
}

a, input {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-decoration: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

p {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

br {
    margin: 0;
    width: 0;
}

.clear {
    clear: both;
}

.head_in {
    padding: 0;
    padding-bottom: 71px;
}

.left_head {
    padding: 0;
    padding-top: 27px;
}

.call_txt p i {
    margin-right: 12px;
}

.right_head {
    padding: 0;
}

.left_head a {
    display: inline-block;
    vertical-align: top;
}

.call_ar {
    padding: 0;
    float: right;
}

.in_ar {
    float: left;
    padding: 23px;
}

.call_txt {
    padding: 0;
    float: right;
    text-align: right;
    max-width: 418px;
    background: #719000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.call_txt p {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: initial;
    padding: 0 0 10px;
    min-width: 412px;
    text-align: center;
    font-family: 'TMSans-Bold';
    transition:.4s;
}

.call_txt p:hover{
    color: #000;
}

.banner_area {
    /*height: 749px;*/
    height: auto;
    border-top: 10px solid #719000;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: relative;
}

.banner_inn {
    padding: 0;
    position: relative;
    margin-top: -40px;
}

.lf_banner {
    padding: 30px 30px 40px;
    float: left;
    width: 45%;
    background: rgb(0 0 0 / 38%);
    position: relative;
    top: 0;
    /* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    margin-bottom: 25px;
}

.rg_banner {
    padding: 0;
    float: right;
    width: 40%;
    position: relative;
}

.lf_banner h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: 'TMSans-Bold';
}

.lf_banner ul {
    padding: 0px 20px;
}

.lf_banner li {
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    font-family: 'TMSans-Bold';
    font-size: 18px;
    margin: 5px 0px;
    list-style: disc;
}

.lf_banner p {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 0 0;
}

.lf_banner a {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background-color: #719000;
    display: inline-block;
    margin-top: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 24px;
    line-height: 50px;
}

.lf_banner a:hover {
    background-color: #fff;
    color: #2B84C6;
}

.con_form {
    background-color: #719000;
    padding: 30px 38px 32px;
    max-width: 412px;
    width: 100%;
    float: right;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.con_form h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.con_form p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 13px 0 15px;
}

.in_form {
    height: 38px;
    border: 1px solid #4f6500;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 12px;
    margin: 6px 0;
}

.select_in {
    height: 38px !important;
    border: 1px solid #4f6500;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 12px;
    margin: 6px 0;
    background-image: url(../images/sel.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: right;
    overflow: hidden;
}

.text_form {
    height: 118px;
    border: 1px solid #4f6500;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px;
    resize: none;
    margin: 6px 0;
}

::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #000000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000 !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #000000 !important;
    opacity: 1;
}

.sub_btn {
    width: 100%;
    background-color: #384f79 !important;
    height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    border: 0;
    outline: none;
    text-transform: uppercase;
    margin-top: 3px;
}

.sub_btn:hover {
    background-color: #2B84C6 !important;
    color: #000;
}

.call_banner {
    padding: 18px 55px;
    background-color: #c32526;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 50.5%;
    text-align: right;
}

.call_banner p {
    padding: 0;
    font-size: 21px;
    color: #fff;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
}

.call_banner p a {
    color: #fff;
}

.call_banner p a:hover {
    color: #000;
}

.call_banner:after {
    content: '';
    border-left: 36px solid #c32526;
    position: absolute;
    right: -35px;
    display: block;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: 0;
}

.service_area {
    padding: 80px 0 35px 0;
    text-align: center;
    position: relative;
}

.ser_in {
    padding: 38px 0 0 0;
    position: relative;
    z-index: 9;
}

h3.cmm_head {
    font-size: 36px;
    color: #719000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

p.cmm_para {
    font-size: 21px;
    font-weight: 400;
    color: #606060;
    padding: 10px 0;
}

.ser_in ul {
    margin: 0 -9px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ser_in ul li {
    padding: 0 20px 38px;
    float: left;
    width: 33.33%;
    list-style: none;
}

h4.moveout {
    text-transform: capitalize !important;
}

.ser_title {
    padding: 0;
    background-color: #edbdbd;
}

.ser_cir {
    height: 72px;
    width: 72px;
    border-radius: 100%;
    background-color: #fff;
    display: table;
    margin: -36px auto 20px;
    position: relative;
    z-index: 1;
}

.ser_cir span {
    vertical-align: middle;
    display: table-cell;
}

.ser_cir span img {
    margin: 0 auto;
}

.ser_title p {
    margin-top: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.ser_title {
    padding: 0 29px 38px;
    background-color: #f7f7f7;
    text-align: center;
    border-top: 3px solid #fff;
}

.ser_title h4 {
    font-size: 21px;
    font-weight: 700;
    color: #719000;
    text-transform: uppercase;
    padding-top: 26px;
}

.body_in {
    padding: 0;
}

.bdy_con {
    padding: 0;
}

.bdy_con p {
    font-size: 19px;
    line-height: 1.4;
    color: #5f5f5f;
    padding: 17px 0 0 0;
    font-weight: 400;
}

#get_a_free {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    background-color: #719000;
    display: inline-block;
    height: auto;
    text-align: center;
    width: auto;
    line-height: 61px;
    margin-top: 28px;
    text-transform: uppercase;
    padding: 0px 24px;
}

.bdy_con {
    padding: 40px 55px;
    max-width: 630px;
    background: #f7f7f7;
}

.body_area {
    position: relative;
}

.body_rg {
    padding: 70px 0 0 0;
    position: absolute;
    right: 40px;
    bottom: 0;
}

#get_a_free:hover {
    background-color: #2B84C6;
    color: #fff;
}

.in_aur {
    padding: 0;
    /*background-image: url(../images/bdy2.jpg);*/
    background-image: url(../images/4441.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% center;
    height: 600px;
    width: 100%;
}

.img2 {
    position: relative;
    left: -15px;
    top: 78px;
}

.in_aur img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.portfolio_area {
    padding: 70px 0 0 0;
}

.pf_in {
    text-align: center;
    padding: 82px 0 48px;
}

#lk {
    font-weight: 400;
}

.portfolio_in {
    padding: 34px 0 0 0;
}

.portfolio_in_lf {
    padding: 0 10px 0 0;
}

.portfolio_in_rg {
    padding: 0 0 0 10px;
}

.in_portfolio_ar {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.in_portfolio_ar a {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#gal_img1 {
    height: 362px;
}

#gal_img2 {
    height: 362px;
    margin: 20px 0 0 0;
}

#gal_img3 {
    height: 745px;
    background-position: center right
}

.zoom_overlay {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    opacity: 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -moz-transition: all ease .4s;
}

.zoom_overlay img {
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.in_portfolio_ar:hover .zoom_overlay {
    opacity: 1;
}

.feature_area {
    padding: 28px 0 34px 0;
    background: #719000;
    background-image: url(../images/55.jpg);
    position: relative;
    background-size: 100%100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.feat_in {
    padding: 0;
}

.feat_in ul {
    margin: 0;
}

.feat_in ul li {
    margin: 0;
    float: left;
    width: 25%;
    list-style: none;
}

.feat_inner {
    padding: 0;
}

.feat_inner_img {
    width: 91px;
    height: 91px;
    background-color: #fff;
    border-radius: 100%;
    display: table;
    float: left;
}

.feat_inner_img span {
    display: table-cell;
    vertical-align: middle;
}

.feat_inner_img span img {
    margin: 0 auto;
}

.feat_inner_txt p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    line-height: 1.3;
}

.feat_inner_txt {
    float: left;
    padding: 20px 0 0 13px;
}

.border_area {
    padding: 0;
    background: url(../images/ipainting.jpg) repeat-x;
    height: 11px;
}

.testimonial_area {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 431px;
    background-image: url(../images/testimonial_back.jpg);
    position: relative;
    margin-top: 48px;
    text-align: center;
}

.testimonial_area:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
}

.testimonial_area .container {
    position: relative;
    z-index: 9;
}

.testimonial_area h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 18px 0;
}

.testimonial_in {
    padding: 0 10%;
}

.testimonial_in p {
    font-size: 21px;
    line-height: 27px;
    color: #ffffff;
}

.testimonial_in h4 {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 35px 0 0 0;
}

.carousel-indicators li {
    width: 32px;
    height: 2px;
    background-color: #abaaaa;
    border-radius: 0;
    margin: 0 3px;
    border: 0;
}

.carousel-indicators .active {
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0 3px;
    border: 0;
}

.carousel-indicators {
    bottom: -50px;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
}

.brand_area {
    padding: 60px 0;
}

.brand_area ul {
    padding: 0;
}

.brand_area ul li {
    padding: 0;
    list-style: none;
    float: left;
    width: 33.33%;
}

.center_img {
    margin: 0 auto;
}

.footer_area {
    padding: 50px 0 48px;
    background: url(../images/bgy.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer_in h5 {
    font-size: 26px;
    padding-top: 16px;
    color: #000000;
    font-weight: 700;
}

.footer_in #get_a_free {
    margin-top: 0;
}

.footer_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.footer_in h6 {
    font-size: 34px;
    color: #fff;
    background-color: #719000;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 58px;
    border-radius: 8px;
    position: relative;
    top: 36px;
}

.footer_in h6 a {
    color: #fff;
}

.footer_in h6 a:hover {
    color: #000;
}

.last_footer {
    padding: 18px 0 22px 0;
}

.last_footer p {
    padding: 0;
    font-size: 16px;
    text-align: center;
}

.last_footer p img {
    display: inline-block;
}

.in_bx>img {
    width: 100%;
}

.copy_right {
    padding: 0;
}

.new_ar1 {
    padding: 0;
}

.new_ar2 {
    padding: 0;
    text-align: right;
}

.before-after-gallery {
    padding: 30px 0px 0px 0px;
}

.no-padding {
    padding: 0px;
    margin: 0px;
}

.gall-common {
    padding: 0px 27px 0 0;
}

.gall-common-in {
    padding: 0px 0 0 27px;
}

.gl-hover {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.gl-clm a:hover .recent-works-images:after {
    opacity: 1;
    width: 100%;
}

.gl-clm .recent-works-images {
    float: left;
    margin: 0 0px 50px 0;
    width: 100%;
    height: 410px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    transition: 0.5s linear;
    z-index: 1;
}

.recent-works-images:after {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 0;
    height: 100%;
    top: 0px;
    z-index: 0;
    left: 0px;
    opacity: 0;
    transition: 0.5s linear;
    background-image: url(../images/zoom-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.gl-hover p {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    font-weight: 700;
    background-color: rgba(0,0,0,0.6);
    width: 155px;
    height: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.testimonial-wrapper {
    padding: 35px 0px 58px 0px;
    overflow: hidden;
}

.testimonial-clm {
    padding: 30px 28px 30px 33px;
    border-radius: 15px;
    min-height: 180px;
    background: #e3e9cc;
    position: relative;
}

.testimonial-clm:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: -9px;
    left: 181px;
    transform: rotate(-32deg) translateY(-50%);
    -webkit-transform: rotate(-32deg) translateY(-50%);
    -moz-transform: rotate(-32deg) translateY(-50%);
    -ms-transform: rotate(-32deg) translateY(-50%);
    -o-transform: rotate(-32deg) translateY(-50%);
}

.testimonial-clm-right:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: -9px;
    left: 220px;
    transform: rotate(-32deg) translateY(-50%);
    -webkit-transform: rotate(-32deg) translateY(-50%);
    -moz-transform: rotate(-32deg) translateY(-50%);
    -ms-transform: rotate(-32deg) translateY(-50%);
    -o-transform: rotate(-32deg) translateY(-50%);
}

.testimonial-clm-right {
    /* padding-left: 65px; */
    /* padding-right: 12px; */
}

.testimonial-pic {
    width: 112px;
    height: 112px;
}

.testimonial-pic img {
    display: block;
    margin: auto;
    padding-top: 3px;
}

.test-cont p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0px;
    padding: 0px 15px 10px 0px;
    display: inline;
    position: relative;
}

.test-cont h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0px;
    margin-top: 10px;
}

.testimonial-clm p:before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../images/blockguote-1.png);
    left: auto;
    bottom: auto;
    background-repeat: no-repeat;
    margin: 1px 0px 0px -25px;
}

.testimonial-clm p:after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../images/blockguote-2.png);
    top: auto;
    left: auto;
    background-repeat: no-repeat;
    margin: 6px 0px 0px 14px;
}

.test-mid {
    margin-top: 38px;
    padding: 0px;
}

.testi-pr {
    padding: 0px;
}

.test-cont {
    padding: 0px 10px;
}

.after-heading h3 {
    font-size: 36px;
    color: #719000;
    font-weight: 700;
    margin: 0px;
    padding: 0px 15px 15px 0px;
    position: relative;
    text-align: center;
}

.after-heading p {
    text-align: center;
    font-size: 21px;
    color: #606060;
    font-weight: 400;
    margin: 0px;
    padding: 0px 15px 10px 0px;
    position: relative;
}

.body_area:before {
    content: "";
    background-image: url(../images/bdy1.jpg);
    bottom: -74px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 479px;
    height: 699px;
}

p.wehave {
    margin-top: 8px;
    margin-bottom: 4px;
}

.service_area:before {
    content: "";
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    border-left: 466px solid rgba(113,144,0,0.05);
    border-right: 466px solid transparent;
    border-top: 450px solid transparent;
    border-bottom: 450px solid transparent;
}

.service_area:after {
    content: "";
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    border-left: 466px solid transparent;
    border-right: 466px solid rgba(113,144,0,0.05);
    border-top: 450px solid transparent;
    border-bottom: 450px solid transparent;
}

.lf_banner.thankyou {
    margin-top: 150px;
}

.lf_banner.thankyou h1 {
    font-size: 32px;
}

.service_area-in {
    position: relative;
}

.service_area-in:before {
    content: "";
    background-image: url(../images/3.png);
    top: -80px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 461px;
    height: 437px;
}

.service_area-in:after {
    content: "";
    background-image: url(../images/4.png);
    top: -80px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 461px;
    height: 437px;
}

.mobview {
    display: none;
}

.thankyoumain {
    height: 749px;
}

.multiselect {
    width: 100%;
}

#checkboxes {
    display: none;
    border: 1px #d07500 solid;
}

#checkboxes label {
    display: block;
    background: #EFEFEF;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 15px;
}

input[type="checkbox"] {
    margin: 4px 10px 4px 0px;
}

.wpcf7-list-item.cstm-done {
    text-align: right;
    padding-right: 10px;
    font-size: 18px;
    display: inline-block;
    float: left;
    color: #000;
    border-top: none;
    cursor: pointer;
    background: #EFEFEF;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    font-weight: normal;
}

.selected-services {
    width: 100%;
    padding: 5px;
    height: 51px;
    font-size: 15px;
    font-weight: 700;
}

.selectBox option {
    font-weight: 700;
}

.left_head img {
    width: 200px;
}

.lf_banner h1 span {
    font-weight: 300;
    color: #ffffff;
    font-family: 'TMSans-Light';
}

.container.desktopview {
    position: relative;
}

h6.covid-heading {
    position: absolute;
    font-size: 25px;
    text-transform: uppercase;
    color: #2B84C6;
    width: 100%;
    text-align: right;
    right: 75px;
    top: 62px;
    font-family: 'TMSans-Bold';
    font-weight: 700;
}

.blink-one {
    animation: blinker-one 1s linear infinite;
}

@keyframes blinker-one {
    0% {
        opacity: 0;
        color: #fff;
    }
}

.ser_title #get_a_free {
    width: auto;
    padding: 0px 20px;
    height: auto;
    line-height: 48px;
    font-size: 18px;
}

.client-wrapper {
    padding: 30px 0px;
    text-align: center;
}

.call-bottom {
    padding: 40px 0px 70px 0px;
    background-position: center;
    background-size: cover;
    background-color: #2B84C6;
}

.call-bottom h4 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    position: relative;
}


.call-bottom h4 span a {
    color: #fff;
    background: #719000;
    padding: 14px 15px 16px;
    display: inline-block;
    margin-left: 16px;
}

.call-bottom h4 span a:hover {
    background: #000;
}

.copyright {
    background-color: #000;
    padding: 60px 0px 30px 0px;
}

.copyright p {
    text-align: center;
    margin: 0px;
    color: #fff;
    padding: 0px 20px;
}

.get_free_quote {
    text-align: center;
    margin: -104px 0px 20px 0px;
}

.get_free_quote a {
    border: 2px solid #719000;
    border-radius: 50px;
    background: #719000;
    margin-top: 0 !important;
}

.get_free_quote a:hover {
    background: #2B84C6;
    border: 2px solid #000;
}
.client-wrapper img {
    max-width: 100%;
    height: auto;
}
