/*
Theme Name: Allinpainting Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://dllinpainting.cloudstandly.com/
Author: ThemeNectar
Author URI:  https://dllinpainting.cloudstandly.com/
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700;800;900&display=swap');


h1,
   h2,
     h4,
        h5,
           h6
            {
				font-family: 'Anton', sans-serif;
			}
a,
  p,
    span
       {
		font-family: 'Poppins', sans-serif;
	     }
div#header-space {
    display: none !important;
}

div#header-outer {
    position: absolute !important;
    top: 30px !important;
    width: 90%;
    margin: 0 auto !important;
    left: 0px;
    right: 0px;
    box-shadow: unset !important;
    background: rgb(126 123 123 / 85%);
    border-radius: 0px !important;
}

#top #logo {
    margin: 30px 0px 30px !important;
}

#top #logo img {
    height: unset;
    width: 170px;
}

div#header-outer .container {
    padding: 0px 50px;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 13px;
    text-transform: uppercase;
    position: relative;
    right: 50px;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a span:after {
    display: none !important;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a #header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a {
    color: #89925F;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 0px;
    height: 3px;
    background: #BE1E2D;
    border-radius: 100px;
    transition: all 0.3s linear;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:after,#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:after {
    width: 100%;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:before {
    content: "";
    background: #BE1E2D;
    position: absolute;
    top: -11px;
    left: -11px;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    transition: all 0.3s linear;
    opacity: 0;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:before,#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:before {
    opacity: 1;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-71 >a, #header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-70 >a {
    width: 110px;
    height: 40px;
    background: transparent;
    border-radius: 0px !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
    border: 2px solid #ffffff;
    position: relative;
    left: 0;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-71 >a:before, #header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-71 >a:after, #header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-70 >a:before, #header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-70 >a:after {
    display: none;
}


#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-71 >a:hover, #header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-70 >a:hover {
    background: #BE1E2D;
    border: #BE1E2D;
}
#section1 h1 {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}

#section1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

#section1 a.primary-color {
    width: 182px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    background: #B70001 !important;
    box-shadow: unset !important;
    transform: unset !important;
}

#section1 .buttons {
    padding: 0px;
    margin-top: 18px;
    transform: unset !important;
}

#section1  ul {
    margin: 0px;
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 31px;
    z-index: 9;
}

#section1 ul li a i {
    color: #ffffff;
    font-size: 22px;
    display: block;
    text-align: center;
    transition: all 0.3s linear;
}

#section1 ul li {
    margin-bottom: 22px;
    list-style-type: none;
}

#section1 ul li:last-child {
    margin-bottom: 0px;
}

#section1 ul li a i:hover {
    color: #B70001;
}

#section1 a.slider-prev,#section1 a.slider-next {
    opacity: 1 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
    background: rgb(255 255 255 / 45%) !important;
    padding: 0px !important;
    position: absolute;
    bottom: 18px;
    top: unset;
    left: 30px;
    transition: all 0.3s linear;
    border: 2px solid transparent;
}

#section1 a.slider-prev div.slide-count,#section1 a.slider-next div.slide-count {
    display: none !important;
}

#section1 a.slider-prev i,#section1 a.slider-next i {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

#section1 a.slider-next {left: 90px;}

#section1 a.slider-prev:hover, #section1 a.slider-next:hover {
    border: 2px solid #707070;
    background: #707070 !important;
}

#section1 .container.normal-container.slider-pagination-wrap {
    padding: 0px !important;
    display: inline-block;
    width: unset !important;
    transform: unset !important;
    right: 90px !important;
    bottom: 15px;
}

#section1 .slider-pagination span:before {
    display: none;
}

#section1 .slider-pagination span.swiper-pagination-switch {
    width: 176px !important;
    height: 109px !important;
    border: 3px solid #000000;
    opacity: 1;
    border-radius: 0px !important;
    margin-right: 8px;
    transition: all 0.3s linear;
    background: url('/wp-content/uploads/2022/11/Rectangle-5.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 0px !important;
}

#section1 .slider-pagination span.swiper-pagination-switch:hover {
    border-color: #B70001;
	border: 3px solid #B70001;
}

#section1 .slider-pagination span.swiper-pagination-switch:nth-child(2) {
    background: url(/wp-content/uploads/2022/11/Rectangle-6.png);
}

#section1 .slider-pagination span.swiper-pagination-switch:nth-child(3) {
    background: url(/wp-content/uploads/2022/11/i-2.png);
}
#section1 .slider-pagination span.swiper-pagination-switch:nth-child(2):after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 184px;
    height: 5px;
    bottom: -20px;
    left: 0;
}
#section1 .slider-pagination span.swiper-pagination-switch:nth-child(3):after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 175px;
    height: 5px;
    bottom: -20px;
    left: 0;
}
#section1 .slider-pagination span.swiper-pagination-switch:after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 184px;
    height: 5px;
    bottom: -20px;
    left: 0;
}
swiper-pagination-switch.swiper-active-switch:after, #section1 .slider-pagination span.swiper-pagination-switch:hover::after, #section1 .slider-pagination span.swiper-pagination-switch:nth-child(2):hover::after, #section1 .slider-pagination span.swiper-pagination-switch:nth-child(3):hover::after {
        border-color: #B70001;
    background:#B70001;
}


#section1 .slider-pagination span.swiper-pagination-switch.swiper-active-switch:after {
     border-color: #B70001;
    background:#B70001;
}
#section1 .buttons .button.solid_color {
    padding: 0px !important;
}

#section1 .slider-pagination span.swiper-pagination-switch.swiper-active-switch {
    border-color: #B70001;
}

#section1 .image-bg {
    background-position: top left;
}
#section1 a.slider-down-arrow.no-border:before {
    content: "";
    width: 52px;
    height: 108px;
    margin: 0px;
    left: unset;
    top: unset;
    right: 26px;
    position: static;
    background: url(/wp-content/uploads/2022/11/Gup-219.png);
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
}

#section1 a.slider-down-arrow.no-border {
    position: absolute;
    bottom: -40px;
    left: unset;
    top: unset;
    right: 30px;
}

#section1 .slider-down-arrow.no-border:after {
    display: none;
}
#section1 path.nectar-scroll-icon-path {
    display: none;
}
#section6 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
}
#section6 h1 {
    font-size: 70px;
    font-weight: 400;
    display: block;
    color: #2E2E2E;
    text-transform: uppercase;
}
div#section6 a.btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border: 2px solid #BE1E2D;
    background: #BE1E2D;
    position: absolute;
    top: 39px;
    right: 0;
}

#section6 ul {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

#section6 ul li {
    list-style-type: none;
}

#section6 ul:nth-child(1) {
    width: 28%;
}

#section6 ul:nth-child(2) {
    width: 28%;
}

#section6 ul:nth-child(3) {
    width: 44%;
    margin-left: -6px;
}

#section6 ul li img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 32px;
    height: 100%;
    padding-right: 32px;
}

#section6 .wpb_raw_html {
    text-align: center;
    margin-top: 40px;
}

#section6 ul.last li {
    margin-bottom: -4px;
}

#section6 ul.last li:nth-child(2),#section6 ul.last li:nth-child(3) {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

#section6 ul.last li:nth-child(3) img {
    margin-left: -5px;
}

#section6 ul.last li:nth-child(1) img {
    width: 98.3%;
}

#section6 ul.last li img {
    padding-right: 0px;
}

#section6 ul.last li:nth-child(2) img {
    padding-right: 30px;
}

#section6 ul.last li:first-child img {
    height: 339px;
}

#section6 ul.last li img {
    height: 205px;
}

#section6 ul:nth-child(2) li img {
    height: 572px;
}

#section6 ul:nth-child(1) li img {
    height: 207px;
}

#section6 ul:nth-child(1) li:last-child img {
    height: 332px;
}

div#section6 {
    padding-top: 82px !important;
    padding-bottom: 77px !important;
}
div#how-it-works-section2 img {
    width: 100%;
}

div#section2 h1 {
    font-size: 50px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: uppercase;
    margin-top: -12px;
}

div#section2 p {
    font-size: 17.4px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    padding-top: -1px;
    color: #2E2E2E;
}



div#section2 ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #36333A;
    width: 70%;
}

div#section2 ul li::before {
    content: "\2022";
    color: #b70001;
    font-weight: 700;
    display: inline-block;
    width: 28px;
    font-size: 33px;
    margin-left: -1em;
    margin-top: 0px;
    position: relative;
    top: 7px;
}
div#section2 a.btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border: 2px solid #BE1E2D;
    background: #BE1E2D;
}
div#section2 .vc_col-sm-6:nth-child(2) {
    position: relative;
    left: 50px;
}

div#section2 h3 {
    padding-top: 80px;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
}
#section2 img.img-with-animation.skip-lazy.animated-in {
    height: 725px;
    object-fit: cover;
    top: -24px;
}
#section3 img:hover {
}
#section3 h1 {
    font-size: 70px;
    font-weight: 400;
    display: block;
    color: #2E2E2E;
    margin-left: 100px;
    text-transform: uppercase;
}

#section3 img {
    padding: 0 14px;
}

#section3 h3 {
    position: absolute;
    left: 26px;
    bottom: 15px;
    font-size: 22px;
    width: 88%;
    font-weight: 900;
    color: #ffffff;
    opacity: 0;
}
#section3 .owl-item:hover h3 {
    opacity:1;
    z-index:110;
}
#section3 h4 {
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    margin-left: 100px;
    font-family: 'Poppins', sans-serif !important;
}
#section3 .owl-item .carousel-item .js:before {
    position: absolute !important;
    content: "";
    top: 155px;
    left: 0;
    right: 27px;
    width: 292px;
    height: 5px;
    margin: 0 auto;
    background: #D6D6D6;
}


/* 
#section3 .owl-item .carousel-item:hover {
    background: #eaeaea;
}
 */
#section3 .owl-nav.disabled {
    display: block !important;
    margin: 15px 0px 30px;
    text-align: right;
}

#section3 .owl-nav.disabled button {
    border: 2px solid #1C1C1C;
    border-radius: 28px !important;
    width: 50px;
    height: 50px;
    margin: 0px 6px;
    padding: 0px;
    background: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}

#section3 .owl-nav.disabled button span {
    display: none;
}

#section3 .owl-nav.disabled button.owl-prev:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000000;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}

#section3 .owl-nav.disabled button.owl-next:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #1C1C1C;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}

#section3 .owl-nav.disabled button:hover:before {
}

#section3 .owl-nav.disabled button:hover, #section3 .owl-nav.disabled button.owl-prev:hover::before, #section3 .owl-nav.disabled button.owl-next:hover::before {
    background: transparent;
    border-color:#B70001;
    color: #B70001;
}
#section3 button.owl-prev {
    position: absolute !important;
    right: 35%;
    bottom: -13% !important;
}
#section3 button.owl-next {
    position: absolute !important;
    right: 40% !important;
    bottom: -13% !important;
}
#section3 a.view {
    width: 182px;
    height: 52px;
    border: 2px solid #B70001;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B70001;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -25px;
    text-transform: uppercase;
    margin: 40px auto 102px;
}

div#section3 a.btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border: 2px solid #BE1E2D;
    background: #BE1E2D;
    position: relative;
    left: 13%;
    top: -15px;
}

div#section3 .owl-stage {
    padding: 0;
}
div#section4 img {
    width: 55px;
    margin: 55px auto 0px;
}

div#section4 h6 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 0;
    color: #949494;
    width: 100%;
    line-height: 18px;
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
}
div#section4 h4 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

div#section4 p {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
}


div#section4 .vc_col-sm-3:nth-child(1) p img {
    position: relative;top: 7px;margin-bottom: -7px;
}
div#section4 .vc_col-sm-3:nth-child(4) p img {
    position: relative;
    top: 7px;
    margin-bottom: 7px;
}
div#section5 h1 {
    font-size: 60px;
    font-weight: 400;
    color: #BE1E2D;
    margin-top: 180px;
    text-transform: uppercase;
}

div#section5 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
    margin-top: 15px;
    color: #ff2704;
}
div#section5 a.btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border: 2px solid #BE1E2D;
    background: #BE1E2D;
    margin-bottom: 150px;
}

#section7 h1 {
    font-size: 80px;
    text-transform: uppercase;
    color: #2E2E2E;
    font-weight: 400;
    text-align: center;
}
#section7 .vc_col-sm-6:nth-child(3) {
    border: 2px solid #E8E8E8;
}

#section7 .carousel-item {
    margin: 0px 15px;
    padding: 10px 30px;
    border-radius: 0px !important;
    box-shadow: 0px 0px 25px -6px #cccccc54;
    background: #ffffff;
}

#section7 p {
    font-size: 12px;
    font-weight: 600;
    color: #444444;
    margin-top: 43px;
}

#section7 h2:nth-child(2) {
    font-size: 19px;
    font-weight: 500;
    position: absolute;
    left: 45px;
    color: #ffffff;
    bottom: -18px;
    font-family: 'Poppins', sans-serif !important;
}

#section7 .owl-stage {
    margin-bottom: 25px;
    margin-top: 100px;
}



div#section7 {
    padding-bottom: 20px !important;
}

#section7 img.icon {
    width: unset;
    height: unset;
    border-radius: 0px !important;
    position: absolute;
    top: 73px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s linear;
    border: unset;
}

#section7 .carousel-item:hover img.icon {
    filter: unset;
    opacity: 1;
}  

#section7 .owl-nav.disabled {
    display: block !important;
    margin: 15px 0px 30px;
    text-align: right;
}

#section7 .owl-nav.disabled button {
    border: 2px solid #BE1E2D;
    border-radius: 100px !important;
    width: 55px;
    height: 55px;
    margin: 0px 6px;
    padding: 0px;
    background: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}

#section7 .owl-nav.disabled button span {
    display: none;
}

#section7 .owl-nav.disabled button.owl-prev:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #BE1E2D;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}

#section7 .owl-nav.disabled button.owl-next:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #BE1E2D;
    transition: all 0.3s linear;
    font-size: 25px;
    font-weight: 700;
}

#section7 .owl-nav.disabled button:hover:before {
    color: #fff;
}

#section7 .owl-nav.disabled button:hover {
    background: #BE1E2D;
    border-color: #BE1E2D;
}

#section7 button.owl-prev {
    position: absolute !important;
    right: -6% !important;
    top: 40% !important;
}

#section7 button.owl-next {
    position: absolute !important;
    left: -6% !important;
    top: 40% !important;
}

#section7 p:after {
    position: absolute;
}

#section7 .carousel-item:before {
    position: absolute;
    content: url(/wp-content/uploads/2022/09/Icon-awesome-quote-right.png);
    top: -10%;
    left: 35%;
    transition: all 0.3s linear;
    display: none;
} 
#section7 .owl-dots {
    display: block !important;
}
#section7 .owl-dots button span {
    margin: 0px 5px;
    transform: unset;
    width: 15px;
    height: 3px;
    border-radius: 12px;
    background: #BE1E2D;
}

#section7 img:nth-child(1) {
    width: 115px;
    height: unset;
    position: absolute;
    left: 33%;
    top: -60px;
}
div#section7 img.alignnone.size-full.wp-image-28 {
    position: absolute;
    top: 92%;
    left: 74%;
    width: 70px;
    height: 55px;
    filter: grayscale(1);
}
div#section7 img.alignnone.size-full.wp-image-86 {
    position: absolute;
    width: 60%;
    height: 59px;
    left: 16px;
    bottom: -38px;
    filter: grayscale(1);
}
#section7 h2:nth-child(1) {
    color: #000000;
}

div#section7 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}

div#section7 .owl-item .carousel-item:hover img.alignnone.size-full.wp-image-86 {
    filter: unset;
}
#section7 .owl-item .carousel-item:hover img.alignnone.size-full.wp-image-28{
    filter: unset;
}
div#section8 ul {
    display: flex;
}

div#section8 ul li {
    margin: 10px;
    list-style: none;
}

div#section8 ul li img {
    width: 100%;
    height: 572px;
    object-fit: cover;
}
div#section8 br {
    display: none;
}

div#section8 span.wpcf7-form-control-wrap {
    position: unset;
    display: inline-block !important;
    width: 49%;
    padding-right: 15px;
    margin-top: 15px;
}

div#section8 span.wpcf7-form-control-wrap[data-name="textarea-821"] {
    width: 100%;
    padding-right: 0px;
}

div#section8 textarea {
    width: 96%;
    background: transparent !important;
    border-radius: 0px !important;
    color: #444444;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 400;
    height: 61px;
    border-bottom: 2px solid #d6d6d687 !important;
    border: unset;
}

div#section8 input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 20px;
    background: transparent !important;
    border-bottom: 2px solid #d6d6d687 !important;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    box-shadow: unset !important;
    border-radius: 0px !important;
    padding: 10px 15px;
    border: unset;
}

div#section8 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: 182px;
    height: 49px;
    margin-top: 30px;
    display: flex;
    border: #BE1E2D;
    background: #BE1E2D;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 0px !important;
    padding: 0px 0px !important;
}

div#section8 input::placeholder, div#section8 select, div#section8 textarea::placeholder {
    color: #36333A !important;
}

div#section8  input:focus, div#section8  select:focus, div#section8 textarea:focus {
    border-color: #FE7205 !important;
}

div#section8 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 47%;
    border: 2px solid #d6d6d687;
    border-radius: 10px !important;
    color: #444444;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

div#section8 span.wpcf7-not-valid-tip {
    display: none;
}

div#section8 form.wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-list-item-label {
    display: none;
}
 form.wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-list-item.first.last {
    display: none;
}

div#section8 form.wpcf7-form p.last span.wpcf7-form-control-wrap {
    width: unset !important;
}

div#section8 form.wpcf7-form span.wpcf7-not-valid-tip {
    display: none;
}

div#section8 form.wpcf7-form input.wpcf7-not-valid {
    border-bottom: 2px solid red;
}

div#section8 form.wpcf7-form .wpcf7-response-output {
    border-color: red;
    color: red;
    margin-top: 0px;
}

div#section8 span.wpcf7-form-control-wrap[data-name="textarea-932"] {
    width: 100%;
    padding-right: 0px;
}
#section8 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    margin-top: 45px;
}
#section8 h1 {
    font-size: 70px;
    font-weight: 400;
    display: block;
    color: #2E2E2E;
    text-transform: uppercase;
}
#section8 h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2E2E2E;
    font-family: 'Poppins', sans-serif !important;
}
div#section9 h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}

div#section9 .row_col_wrap_12.col.span_12.dark.left {
    width: 96%;
    background: #BE1E2D;
}

div#section9 .col input[type="submit"] {
    background: #c71e1e !important;
    border: 1px solid #F1F1F1;
    position: absolute;
    right: 20px;
    bottom: 0px;
    height: 53px;
    width: 135px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px !important;
}

div#section9 .col input[type=email] {
    background: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    height: 53px;
    padding: 0 15px;
    color: #000000;
    border: 2px solid #ffffff;
    width: 340px;
    border-radius: 0px !important;
    margin-top: 70px;
}

body.home .container-wrap {
    z-index: 999;
}

body.home div#section9 {
    margin-bottom: -115px;
}body.home .container-wrap {
    z-index: 999;
}

body.home div#section9 {
    margin-bottom: -115px;
}

#footer-outer .widget.widget_media_image img {
    width: 260px;
    margin-top: 60px;
}

#footer-outer #footer-widgets .col p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

div#block-8 ul {
    display: flex;
}

div#block-8 ul li {
    list-style: none;
    padding: 4px 4px;
    margin: 0 16px;
}

div#block-8 ul li:nth-child(1) {
    margin-top: 5px;
}

div#block-8 ul li i {
    color: #ffffff;
}

#footer-outer .widget h3 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    margin-top: 45px;
    text-transform: uppercase;
}

div#block-9 ul li {
    color: #ffffff;
    font-size: 18px;
    margin: 23px 0;
    display: block;
}

div#block-9 ul {
    margin-top: 25px;
}
div#block-10 ul li {
    color: #ffffff;
    font-size: 18px;
    margin: 23px 0;
    display: block;
}

div#block-10 ul {
    margin-top: 25px;
}
div#block-11 ul li {
    color: #ffffff;
    font-size: 15px;
    display: block;
}

div#block-11 ul {
    margin-top: 25px;
}
div#block-11 h5 {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #ffffff !important;
  margin-top: 25px;
}

h4.phone i {
    color: #BE1E2D;
    position: relative;
    top: 0px;
    margin-right: 8px;
}

h4.phone a {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

body #footer-outer i {
    font-size: 30px;
}

div#block-9 {
    position: relative;
    left: 40px;
}

div#footer-widgets {
    background: #707070;
}

#footer-outer #copyright .col.span_5 {
    float: unset !important;
    display: block;
    width: 100%;
}

#footer-outer #copyright .col.span_7.col_last {
    display: none;
}

#footer-outer #copyright {
    background: #707070 !important;
    padding: 15px 0px 15px;
    border-top: 2px solid #ffffff;
}

#footer-outer #copyright p {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

#footer-outer #copyright p {
    line-height: 25px;
    margin-top: -2px;
}
#section1 ul:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 4px;
    height: 156px;
    bottom: 165px;
    left: 10px;
}
#section1 ul:after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 4px;
    height: 156px;
    top: 165px;
    left: 10px;
}
div#contact-us1 h1 {
    font-size: 64px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: uppercase;
    line-height: 70px;
}



div#contact-us1 h3:nth-child(1) {
    font-size: 22px;
    font-weight: 700;
    color: #2E2E2E;
}
div#contact-us1 h3:nth-child(3) {
}

div#contact-us1 p {
    font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 22px;
}
p.rop-01 {
    object-fit: cover;
    height: 110px;
    padding-top: 14px;
}
div#Residential img.img-with-animation.skip-lazy.animated-in {
    border: 6px solid #ede6e6;
}
div#contact-us1 h2 {
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
}
#page-header-bg h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 85px;
    margin-top: 150px;
}

#page-header-bg span.subheader {
    font-size: 24px;
    font-weight: 500;
    color: #ffff;
    margin-top: 9px !important;
    display: block;
}

#page-header-bg span.subheader label {
    color: #BE1E2D;
}

#page-header-bg span.subheader i.fa.fa-angle-right {
    margin: 0px 8px;
}

div#our-service1 h1 {
    font-size: 50px;
    font-weight: 400;
    color: #2E2E2E;
    text-align: center;
}

div#our-service1 h5 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    line-height: 20px;
}

div#our-service1 {
    margin-top: 60px;
}

div#our-service1 h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 50px;
    text-transform: uppercase;
    color: #2E2E2E;
}

div#our-service1 p {
    font-size: 13px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 20px;
    margin-top: 30px;
}

div#our-service1 a.btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border: 2px solid #BE1E2D;
    background: #BE1E2D;
}
body.page-template-default .container-wrap {
    z-index: 999;
}

body.page-template-default div#section9 {
    margin-bottom: -115px;
}body.home .container-wrap {
    z-index: 999;
}

body.page-template-default div#section9 {
    margin-bottom: -115px;
}
#section3 .owl-item:hover:before {
    content: "";
    background-image: linear-gradient(180deg, #be1e2d00, #be1e2d);
    width: 91.8%;
    left:14px;
    height: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 99;
    transition: all 0.3s linear;
}

#section3 .owl-item:hover:before {
    height: 100px;
}
div#contact-us2 .vc_col-sm-3 .vc_column-inner {
    background: #fff;
    box-shadow: 0px 0px 30px 3px #00000012;
    padding: 35px 35px;
}

div#contact-us2 h3 {
    font-size: 21px;
    font-weight: 700 !important;
    color: #2E2E2E;
    line-height: 30px;
}
div#contact-us1 .vc_col-sm-3 .vc_column-inner {
    background: #fff;
    box-shadow: 0px 0px 30px 3px #00000012;
    padding: 35px 35px;
    left: 13px;
    height: 76%;
    margin-bottom: 150px;
}
div#contact-us2 .vc_col-sm-3:last-child h3 {
    margin-bottom: 36px;
}

div#contact-us1 .vc_col-sm-3 {
    /* margin-top: 90px; */
}

div#contact-us2 .vc_col-sm-3 {
    margin-top: -170px;
    position: relative;
    left: 12px;
}

div#contact-us1 .vc_col-sm-3 h3 {
    font-size: 15px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 30px;
    font-weight: 700;
}

div#contact-us1 p {
    font-size: 17px;
    font-weight: 400;
    color: #2E2E2E;
}
div#contact-us2 p {
    font-size: 15px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 22px;
}
div#contact-us1 a.btn2 {
    font-size: 18px;
    font-weight: 400;
    color: #BE1E2D;
}
div#contact-us2 a.btn2 {
    font-size: 18px;
    font-weight: 400;
    color: #BE1E2D;
}
div#contact-us2 h2 {
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
}
div#contact-us1 {
    margin-top: 70px;
}

div#contact-us2 h2:before {
    position: absolute;
    left: -50px;
    top: 5px;
    z-index: 1;
    content: "";
    background-image: url(/wp-content/uploads/2022/11/download-2022-10-31T110423.604.png);
    display: inline-block;
    background-size: 75% 75%;
    height: 22%;
    width: 8%;
    background-repeat: no-repeat;
}
div#contact-us2 h2:after {
    position: absolute;
    left: -55px;
    content: "";
    display: inline-block;
    background-size: 80% 80%;
    height: 22%;
    background-color: #BE1E2D;
    width: 8%;
    background-repeat: no-repeat;
}
div#contact-us2 h5 {
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
}
div#contact-us2 h5:before {
    position: absolute;
    left: -50px;
    top: 120px;
    z-index: 1;
    content: "";
    background-image: url(/wp-content/uploads/2022/11/download-2022-10-31T110537.547-1.png);
    display: inline-block;
    background-size: 75% 75%;
    height: 22%;
    width: 8%;
    background-repeat: no-repeat;
}
div#contact-us2 h5:after {
    position: absolute;
    left: -55px;
    content: "";
    display: inline-block;
    background-size: 80% 80%;
    height: 22%;
    background-color: #BE1E2D;
    width: 8%;
    background-repeat: no-repeat;
    bottom: 41px;
}

div#portfolio-section1 {
    margin-top: 70px;
}

div#portfolio-section1 .work-meta {
    position: absolute;
    bottom: 63px;
    left: 24%;
}

div#portfolio-section1 .work-meta h4.title {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}
div#portfolio-section1 .work-meta p {
    display: none;
}

div#portfolio-section1 .icon-salient-heart-2:before {
	display: none;
}

div#portfolio-section1 span.nectar-love-count {
	display: none;
}
div#contact-us-section1 br {
    display: none;
}

div#contact-us-section1 span.wpcf7-form-control-wrap {
    position: unset;
    display: inline-block !important;
    width: 40%;
    padding-right: 15px;
    margin-top: 15px;
}

div#contact-us-section1 span.wpcf7-form-control-wrap[data-name="textarea-822"] {
    width: 100%;
    padding-right: 0px;
}

div#contact-us-section1 textarea {
    width: 100%;
    background: transparent !important;
    border-radius: 0px !important;
    color: #444444;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 400;
    height: 61px;
    border-bottom: 2px solid #d6d6d687 !important;
    border: unset;
}

div#contact-us-section1 input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 20px;
    background: transparent !important;
    border-bottom: 2px solid #d6d6d687 !important;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    box-shadow: unset !important;
    border-radius: 0px !important;
    padding: 10px 15px;
    border: unset;
}

div#contact-us-section1 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: 182px;
    height: 49px;
    margin-top: 30px;
    display: flex;
    border: 2px solid #BE1E2D;
    background: #BE1E2D;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 0px !important;
    padding: 0px 0px !important;
    margin-left: 108px;
}

div#contact-us-section1 input::placeholder, div#contact-us-section1 select, div#contact-us-section1 textarea::placeholder {
    color: #36333A !important;
}

div#contact-us-section1  input:focus, div#contact-us-section1  select:focus, div#contact-us-section1 textarea:focus {
    border-color: #FE7205 !important;
}

div#contact-us-section1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 47%;
    border: 2px solid #d6d6d687;
    border-radius: 10px !important;
    color: #444444;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

div#contact-us-section1 span.wpcf7-not-valid-tip {
    display: none;
}

div#contact-us-section1 form.wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-list-item-label {
    display: none;
}
div#contact-us-section1 form.wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-list-item.first.last {
    display: none;
}

div#contact-us-section1 form.wpcf7-form p.last span.wpcf7-form-control-wrap {
    width: unset !important;
}

div#section6 form.wpcf7-form span.wpcf7-not-valid-tip {
    display: none;
}

div#section6 form.wpcf7-form input.wpcf7-not-valid {
    border-bottom: 2px solid red;
}

div#section6 form.wpcf7-form .wpcf7-response-output {
    border-color: red;
    color: red;
    margin-top: 0px;
}

div#section6 span.wpcf7-form-control-wrap[data-name="textarea-933"] {
    width: 100%;
    padding-right: 0px;
}

div#contact-us-section1 span.wpcf7-form-control-wrap[data-name="textarea-933"] {
    width: 81%;
}

div#contact-us-section1 h1 {
    text-align: left;
    font-size: 55px;
    font-weight: 400;
    margin-left: 120px;
    display: block;
    text-transform: uppercase;
}
div#contact-us-section1 h3 {
  margin-left: 120px;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #2E2E2E;
}

div#contact-us-section1 {
    margin-top: 50px;
}


div#wpcf7-f164-p57-o1 {
    text-align: center;
}

div#contact-us-section1  h4 {
    font-size: 16px;
    font-weight: 400;
    width: 45%;
    font-family: 'Poppins', sans-serif !important;
    margin-left: 120px;
    line-height: 25px;
}
div#who-we-are-section1 {margin-top: 150px;}
div#who-we-are-section1 h3 {
    /* padding-top: 80px; */
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #d33030;
    margin-top: -30px;
    margin-bottom: 26px;
}
div#who-we-are-section1 h1 {
    font-size: 50px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: uppercase;
    margin-top: -12px;
}
div#who-we-are-section1 ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #36333A;
    width: 70%;
}

div#who-we-are-section1 ul li::before {
    content: "\2022";
    color: #027FF7;
    font-weight: 700;
    display: inline-block;
    width: 28px;
    font-size: 33px;
    margin-left: -1em;
    margin-top: 10px;
    position: relative;
    top: 7px;
}
div#who-we-are-section1 p {
    font-size: 17.4px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    color: #2E2E2E;
}
div#who-we-are-section1 h2 {
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
}
div#who-we-are-section1 h4 {
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
    text-align: center;
    margin-top: 7px;
}

div#Residential {
margin-top:100px;
}
div#Residential h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    color: #2E2E2E;
}
div#Residential h1 {
    font-size: 50px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: uppercase;
    margin-top: -12px;
}
div#Residential ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #36333A;
    width: 70%;
}

div#Residential ul li::before {
    content: "\2022";
    color: #027FF7;
    font-weight: 700;
    display: inline-block;
    width: 28px;
    font-size: 33px;
    margin-left: -1em;
    margin-top: 10px;
    position: relative;
    top: 7px;
}
div#Residential p {
    font-size: 17.4px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    padding-top: 20px;
    color: #2E2E2E;
}
div#Residential h2 {
    font-size: 40px;
    font-weight: 400;
    color: #2E2E2E;
}
div#Residential h5{
    font-size: 29px;
    color: #2E2E2E;
    padding-top: 0px;
    width: 78%;
    line-height: 1.2;
}
div#Residential h4 {
    font-size: 29px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: capitalize;
    margin-top: 7px;
}
div#Commercial {
margin-top:100px;
}
div#Commercial h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    color: #2E2E2E;
}
div#Commercial h1 {
    font-size: 50px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: uppercase;
    margin-top: -12px;
}
div#Commercial ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #36333A;
    width: 70%;
}

div#Commercial ul li::before {
    content: "\2022";
    color: #027FF7;
    font-weight: 700;
    display: inline-block;
    width: 28px;
    font-size: 33px;
    margin-left: -1em;
    margin-top: 10px;
    position: relative;
    top: 7px;
}
div#Commercial p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    color: #2E2E2E;
}
div#Commercial h2 {
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
}
div#Commercial h4 {
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
    margin-top: 7px;
}

div#contact-us3 p {
    font-size: 14px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 22px;
}

div#contact-us3 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2E2E2E;
    margin-top: 20px;
}
div#contact-us3 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 85px;
}

div#contact-us3 {
    margin-top: 70px;
}
div#portfolio-section3 {
    margin-top: 60px;
}
div#portfolio-section3 p{
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
    line-height: 22px;
}

div#portfolio-section3 h2 {
    font-size: 40px;
    font-weight: 400;
    color: #2E2E2E;
}
div#portfolio-section3 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2E2E2E;
    margin-top: -5px;
}
p.offer-a1 {
    color: #000;
    font-size: 20px !important;
    padding-top: 0px !important;
}
div#contact-us1 h3 {
    font-size: 18px;
    padding-bottom: 0px !important;
}
div#contact-us1-01 .wpb_text_column.wpb_content_element {
    box-shadow: 0px 0px 30px 3px #00000012;
    padding: 20px;
    object-fit: cover !important;
    min-height: 273px;
}
div#contact-us1 h4 {
    font-weight: 100;
    font-size: 29px;
}
div#contact-us1 h5 {
    font-weight: 100;
    font-size: 20px;
}
.row.project-title {
    padding-top: 170px !important;
}


div#sidebar h4 {
    color: #000 !important;
    font-size: 30px !important;
    text-transform: capitalize;
}

div#sidebar p {
    color: #000;
    font-size: 14px;
    padding-top: 10px;
}
div#contact-us3 .row_col_wrap_12 {
    padding-top: 100px;
}

div#contact-us3 h1 {
    font-size: 64px;
    font-weight: 400;
    color: #2E2E2E;
    text-transform: uppercase;
    line-height: 70px;
}
div#contact-us3 p {
    font-size: 17px;
    font-weight: 400;
    color: #2E2E2E;
}
div#contact-us3 .vc_col-sm-3:nth-child(3) {
    box-shadow: 0px 0px 30px 3px #00000012;
    padding: 20px;
    object-fit: cover !important;
    min-height: 288px;
    margin-top: 80px;
}
div#contact-us3 .contact-us3-02 .vc_col-sm-3:nth-child(2) {
    box-shadow: 0px 0px 30px 3px #00000012;
    padding: 20px;
    object-fit: cover !important;
    min-height: 287px;
}
div#contact-us3 .vc_col-sm-3 {
    height: 0;
}

div#contact-us3 .contact-us3-02 .vc_col-sm-3 {
    position: relative;
    top: -95px;
    margin: 0;
}

div#contact-us3 img {
    padding-top: 80px;
    min-height: 369px;
    max-height: 349px;
}

div#contact-us3 a {
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}

div#contact-us3 .contact-us3-02 h4{
    padding-left: 70px;
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
}
div#contact-us3 .contact-us3-02 .vc_col-sm-6 p{
    padding-left: 70px;
    font-size: 18px;
    font-weight: 400;
    color: #2E2E2E;
}
div#contact-us3 .contact-us3-02 h4:nth-child(2):before {
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 1;
    content: "";
    display: inline-block;
    background-size: 75% 75%;
    height: 22%;
    width: 8%;
    background-repeat: no-repeat;
    background: #000000;
}

div#contact-us3 .contact-us3-02 h4.image1:before {
    position: absolute;
    left: -4px;
    background: #BE1E2D;
    top: 1px;
    z-index: 1;
    content: "";
    display: block;
    background-size: 100% 100%;
    height: 32%;
    width: 11%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/12/Group-219.png);
}

div#contact-us3 .contact-us3-02 h4.image2:before {
    position: absolute;
    left: -4px;
    background: #BE1E2D;
    top: 113px;
    z-index: 1;
    content: "";
    display: block;
    background-size: 100% 100%;
    height: 30%;
    width: 11%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/12/Group-218.png);
}
div#contact-us3 .contact-us3-02 .vc_col-sm-3:nth-child(2) p {
    line-height: 22px;
}

div#contact-us3 .vc_col-sm-3:nth-child(3) p {
    line-height: 22px;
}

div#contact-us3 .vc_col-sm-6 p {
    line-height: 25px;
    padding-bottom: 10px;
}

div#contact-us3 .vc_col-sm-6 h3 {
    margin: 0;
}





@media (max-width: 767px) and (orientation: landscape){}
@media (max-width: 767px) and (orientation: portrait){
	div#header-outer .container {
    padding: 0px !important;
}
div#section2 h1 {
    font-size: 22px;
    width: 74%;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 8px;
}
div#section2 h3 {
    font-size: 15px;
    text-align: center !important;
    padding-top: 0px !important;
}
div#section2 .vc_col-sm-6:nth-child(2) {
    position: relative;
    left: 0;
}
div#section2 p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
div#section2 ul li {
    font-size: 13px;
    width: 70%;
    margin: 0 auto;
    padding: 0px !important;
}
	div#section2 a.btn {
    color: #ffffff;
    font-size: 12px;
    display: flex;
    width: 110px;
    display: inline-flex;
    height: 32px;
}
div#section3 h4 {
    font-size: 15px;
    text-align: center !important;
    padding-top: 0px !important;
    margin: 0px !important;
}
div#section3 h1{
    font-size: 22px;
    width: 74%;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 8px;
}
div#section3 a.btn {
    color: #ffffff;
    font-size: 12px;
    width: 110px;
    height: 32px;
    left: 142px !important;
    right: 0 !important;
}
	#section3 .owl-nav.disabled button{
		display:none !important;
	}
div#section4 .vc_col-sm-3:nth-child(1) p img {
    position: relative;
    top: 0px;
    margin-bottom: -7px;
    margin: 0px !important;
    margin: 0 auto !important;
}
	div#section4 img {
    width: 55px;
    margin: 55px auto 0px;
    margin: 0px !important;
    margin: 0 auto !important;
}
div#section4 h6 {
	margin-bottom: 18px;
	}
div#section4 p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
div#section4 h4 {
    font-size: 15px;
    padding-bottom: 0px !important;
    color: #000000;
    text-align: center;
    padding-top: 7px !important;
    margin-bottom: 0px !important;
}
div#section5 h1 {
    font-size: 22px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 1.3;
}
div#section5 p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
    color: #ff2704;
    text-align: center;
    padding-bottom: 0px !important;
}
div#section5 a.btn {
    color: #ffffff;
    font-size: 12px;
    width: 123px;
    height: 39px;
    left: 142px !important;
    right: 0 !important;
    margin: 0 auto;
    margin-bottom: 20px;
}
div#section6 h1 {
    font-size: 22px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 1.3;
}
div#section6 h3 {
    font-size: 15px;
    text-align: center !important;
    padding-top: 0px !important;
}
div#section6 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#section6 ul:nth-child(1) {
    width: 100%;
    margin: 0 auto;
    padding: 0px !important;
}
#section6 ul li img {
    padding-right: 0px !important;
}
#section6 ul:nth-child(2) {
     width: 100%;
    margin: 0 auto;
    padding: 0px !important;
}
#section6 ul:nth-child(3) {
    width: 100%;
    margin-left: -6px;
}
div#section7 h1 {
    font-size: 22px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
div#section7 h3 {
    font-size: 15px;
    text-align: center !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
#section7 p {
    margin-top: 3px;
    font-size: 12px;
    margin: 0 auto !important;
    text-align: center;
}
#section7 img:nth-child(1) {
    width: 74px;
    left: 0px !important;
    top: -56px;
    margin: 0 auto !important;
    right: 0px !important;
}
#section7 button.owl-next {
    position: absolute !important;
    left: -6% !important;
    top: 48% !important;
}
#section7 button.owl-prev {
    position: absolute !important;
    right: -6% !important;
    top: 48% !important;
}
#section7 .owl-nav.disabled button {
    border: 2px solid #BE1E2D;
    border-radius: 100px !important;
    width: 42px;
    height: 42px;
    margin: 0px 6px;
    padding: 0px;
}
#section7 h2:nth-child(2) {
    font-size: 13px;
    left: 30px;
}
#section7 h2:nth-child(2) {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    left: 30px;
    color: #ffffff;
    bottom: -32px;
    font-family: 'Poppins', sans-serif !important;
}
div#section7 img.alignnone.size-full.wp-image-86 {
    position: absolute;
    width: 44%;
    height: 38px;
    left: 0px;
    bottom: -36px;
    filter: grayscale(1);
}
div#section8 h1 {
    font-size: 22px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
div#section8 h3 {
    font-size: 15px;
    text-align: center !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
div#section8 span.wpcf7-form-control-wrap {
    position: unset;
    display: inline-block !important;
    width: 100%;
}
	#section8 h4 {
    font-size: 14px;
    text-align: center;
}
div#section8 input[type=text], input[type=email], input[type=tel] {

    border-radius: 0px !important;
    padding: 9px 0px;
    border: unset;
}
div#contact-us-section1 input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    padding: 12px 0px;
}
div#section8 textarea {
    width: 99%;
    font-size: 14px;
    font-weight: 400;
    height: 61px;
    padding-left: 0px !important;
    border-bottom: 2px solid #d6d6d687 !important;
    border: unset;
}
div#section8 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    width: 124px;
    height: 42px;
    margin-top: 30px;
    border-radius: 0px !important;
    padding: 0px 0px !important;
    margin: 0 auto;
    margin-top: 15px;
}
div#section9 h1 {
    font-size: 22px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
div#section9 h1 {
    font-size: 22px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto;
    padding-bottom: 0px !important;
    display: block;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-top: 14px;
}
div#section9 .col input[type=email] {
    background: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
    height: 53px;
    padding: 0 15px;
    color: #000000;
    border: 2px solid #ffffff;
    width: 340px;
    border-radius: 0px !important;
    margin-top: 0px;
}
#footer-outer .widget.widget_media_image img {
    width: 260px;
    margin-top: 60px;
    margin: 0 auto !important;
    text-align: center !important;
    padding-top: 56px !important;
    display: flex;
}
#footer-outer #footer-widgets .col p {
    font-size: 15px;

    text-align: center;
    line-height: 1.3;
    padding-top: 0px !important;
}
div#block-8 ul {
    display: flex;
    margin: 0 auto !important;
    text-align: center !important;
    width: 70%;
}
#footer-outer .widget h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0px;
    text-align: center;
    padding-left: 0px !important;
    margin-left: 0px !important;
}
div#block-9 ul li {
    color: #ffffff;
    font-size: 15px;
    /* margin: 23px 0; */
    display: block;
    text-align: center;
}
div#block-10 ul li {
    color: #ffffff;
    font-size: 15px;
    /* margin: 23px 0; */
    display: block;
    text-align: center;
}
div#block-11 ul li {
    color: #ffffff;
    font-size: 15px;
    text-align: center !important;
    display: block;
}
div#block-11 h5 {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #ffffff !important;
    margin-top: 25px;
    text-align: center;
}
#footer-outer .widget h4 {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
div#block-9 {
    position: relative;
    left: 0px !important;
}
}
