/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1 {
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    line-height: 48px;
    margin: 10px 0;
}
h1 strong {
    font-weight: 900 !important;
}
h6 {
    text-transform: uppercase;
    letter-spacing: 12px;
    color: #020202;
    font-size: 15.24px;
    font-weight: 400;
}
.bold,
b,
h1,
h6,
strong {
    font-family: Montserrat, sans-serif !important;
}

html body.material[data-hhun="1"]:not(.no-scroll) #header-outer[data-using-secondary="1"]:not(.detached):not(.parallax-contained):not(.at-top-before-box) {
    position: relative !important;
    top: inherit !important;
}

#search-outer {
    display: none !important;
}

.site-header-wrapper {
    display: grid;
    grid-template-columns:  auto 1fr auto;
    grid-template-rows: repeat(2, auto);
    align-items: center;
    padding: 14px 0;
}
@media only screen and (max-width: 1000px) {
    .site-header-wrapper {
        grid-template-columns:  auto 1fr auto auto;
        grid-template-rows: repeat(2, auto);
        padding: 0;
    }
}

.site-header-wrapper .site-header-logo-wrapper {
    grid-column: 1;
    grid-row: 1 / -1;
}
@media only screen and (max-width: 1366px) {
    .site-header-wrapper .site-header-logo-wrapper {
        grid-column: 1;
        grid-row: 1;
    }
}
@media only screen and (max-width: 1000px) {
    .site-header-wrapper .site-header-logo-wrapper {
        grid-column: 1;
        grid-row: 1 / -1;
    }
}

.site-header-wrapper .site-header-social-wrapper {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}
@media only screen and (max-width: 1000px) {
    .site-header-wrapper .site-header-social-wrapper {
        grid-column: 3 / -1;
        grid-row: 1;
    }
}
@media only screen and (max-width: 690px) {
    .site-header-wrapper .site-header-social-wrapper {
        display: none;
    }
}

.site-header-wrapper .site-header-address-wrapper {
    grid-column: 3;
    grid-row: 1;
}
@media only screen and (max-width: 1000px) {
    .site-header-wrapper .site-header-address-wrapper {
        grid-column: 1;
        grid-row: 1;
    }
}
@media only screen and (max-width: 690px) {
    .site-header-wrapper .site-header-address-wrapper {
        display: none;
    }
}

.site-header-wrapper .site-header-login-wrapper {
    grid-column: 3;
    grid-row: 1;
}
@media only screen and (max-width: 1000px) {
    .site-header-wrapper .site-header-login-wrapper {
        grid-column: 3;
        grid-row: 2;
        align-self: center;
        justify-self: flex-end;
    }
}
@media only screen and (max-width: 690px) {
    .site-header-wrapper .site-header-login-wrapper {
        grid-column: 2 / -1;
        grid-row: 1;
    }
}

.site-header-wrapper .site-header-nav-wrapper {
    grid-column: 2 / -1;
    grid-row: 2;
}
@media only screen and (max-width: 1366px) {
    .site-header-wrapper .site-header-nav-wrapper {
        grid-column: 1 / -1;
        grid-row: 2;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .site-header-wrapper .site-header-nav-wrapper {
        display: none;
    }
}
@media only screen and (min-width: 1001px) {
    .site-header-wrapper .slide-out-widget-area-toggle {
        display: none;
    }
}
@media only screen and (max-width: 1000px) {
    .site-header-wrapper .slide-out-widget-area-toggle {
        grid-column: 4;
        grid-row: 1;
        align-self: center;
        justify-self: flex-end;
		padding-left: 20px;
    }
}

body.material #header-outer #logo,
body.material #header-outer .logo-spacing {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1366px) {
    #header-outer #logo img {
        height: 70px !important;
    }
}


.site-header-social {
    display: flex;
    align-items: center;
}
.site-header-social #social {
    margin: 0;
    display: flex;
    gap: 20px;
}
.site-header-social #social a {
    display: block;
}
.site-header-social #social a i {
    font-size: 20px !important;
    color: #1d3563 !important;
}

@media only screen and (min-width: 1001px) {
    .site-header-social #social a i {
        font-size: 26px !important;
    }
}

.site-header-social a.header-phone {
    color: #5e6268 !important;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-left: 30px;
}

.header-address {
    font-weight: 700;
}

.header-login {
	text-align: right;
	padding: 2px 0;
}

.header-login a.btn {
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    padding: 0px 21px !important;
    font-family: Montserrat, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-flex;
	gap: 8px;
    align-items: center;
	margin: 0;
	min-width: auto;
}
.header-login a.btn i {
    width: auto;
    height: auto;
    line-height: auto;
    top: auto;
}

.header-login a:hover {
    text-decoration: none;
}

header#top nav {
    position: relative;
}
header#top nav ul {
    margin-left: auto;
}

@media only screen and (max-width: 1366px) {
    header#top nav {
        display: block !important;
    }
    header#top nav ul {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;

    }
    header#top nav ul li.get-quote-btn {
        margin-left: auto;
    }
}

header#top nav::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: -10px;
    background-color: #f9f8fc;
    left: 0;
    z-index: -1;
}
header#top nav::after {
    content: "";
}
header#top nav ul li a {
    color: #9c9c9c !important;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0 15px !important;
    text-transform: uppercase;
}
header#top nav ul li a::before {
    content: "";
    position: absolute;
    right: -35px;
    width: 100%;
    height: 100%;
}
header#top nav ul li a:hover,
header#top nav ul li.current_page_item a {
    color: #141313 !important;
}

body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a::after {
    border-color: #a5aec1 !important;
    bottom: -14px !important;
    width: 100% !important;
}
header#top nav > ul > li:last-child a::before {
    display: none;
}
header#top nav ul li.get-quote-btn a {
    background-color: #1d3563;
    padding: 7px 21px !important;
    border-radius: 30px;
    color: #fff !important;
    margin-left: 53px !important;
    margin-right: 14px !important;
    text-transform: uppercase;
}
header#top nav ul li.get-quote-btn a::after,
header#top nav > ul > li:nth-child(6) a::before {
    display: none;
}
header#top .sf-menu li ul li a::before {
    display: none !important;
}
html body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul a:focus,
html body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul a:hover,
html body[data-dropdown-style="minimal"] #header-outer:not([data-format="left-header"]) header#top nav > ul > li:not(.megamenu) ul li.current-menu-item > a {
    background-color: #3f3f3f !important;
}
body[data-dropdown-style="minimal"] .sf-menu > li ul {
    padding: 0;
}
header#top .sf-menu li ul li a {
    margin: 0 !important;
    padding: 15px 20px;
}
#header-secondary-outer #social i {
    color: #5e6268 !important;
}


#slide-out-widget-area .secondary-header-text {
    display: none;
}

.lft-blck {
    float: left;
    font-size: 12.64px;
    color: #beb8af;
    font-weight: 700;
    margin-top: -13px;
    margin-left: 70px;
}
.rght-blck {
    color: #beb8af;
    font-size: 10.16px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin-right: -30px;
    position: relative;
    top: -22px;
}
.adrs {
    margin-right: 354px;
    color: #5e6268;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.adrs i {
    color: #414141;
    position: relative;
    top: 5px;
}

#slide-out-widget-area a, #slide-out-widget-area, #slide-out-widget-area h4, #slide-out-widget-area h3 {
    color: #fff !important;
}

body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
    background-color: #1d3563 !important;
}





.home-slider h1 b {
    font-weight: 800 !important;
}
.home-slider h4 small {
    font-size: 10.16px !important;
    text-transform: uppercase;
    letter-spacing: 5px !important;
}
.tp-bullets.custom .tp-bullet {
    background-color: transparent !important;
    position: relative;
    left: 0 !important;
    margin: 80px 0;
}
.tp-bullets.custom .tp-bullet::after {
    font-family: Montserrat, sans-serif;
    color: #b0b0b0;
    font-size: 12.7px;
}
.tp-bullets.custom .tp-bullet.selected::before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 10px;
    right: -30px;
    top: 15px;
}
.tp-bullets.custom .tp-bullet.selected::after {
    color: #fff;
    font-weight: 700;
}
.tp-bullets.custom .tp-bullet:nth-child(1)::after {
    content: "01";
}
.tp-bullets.custom .tp-bullet:nth-child(2)::after {
    content: "02";
}
.tp-bullets.custom .tp-bullet:nth-child(3)::after {
    content: "03";
}
.tp-bullets.custom .tp-bullet:nth-child(4)::after {
    content: "04";
}
.tp-bullets.custom .tp-bullet:nth-child(5)::after {
    content: "05";
}
.tp-bullets.custom::after {
    content: "";
}
.hades .tp-thumb-image {
    filter: grayscale(100%);
}
.custom.tparrows,
.custom.tparrows:hover {
    background: 0 0;
}
.our-serv {
    padding: 100px 0 !important;
}
.btn {
    background-color: #1d3563;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    margin-top: 20px;
    text-transform: uppercase;
}
.serv-p {
    padding-left: 160px;
}
.serv-p::before {
    content: "";
    background-color: #d3d3d3;
    position: absolute;
    height: 125px;
    width: 1px;
    left: 60px;
    top: 40px;
}
.serv-p p {
    font-size: 20px;
    color: #020202;
    line-height: 41px;
}
.our-serv-tabs {
    padding-bottom: 100px !important;
}
.our-serv-tabs .tabbed .col.span_12 {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 1425px;
    float: none;
    padding: 0 90px;
}
.our-serv-tabs .wpb_content_element .wpb_tabs_nav {
    display: flex;
}
.our-serv-tabs .tabbed > ul li {
    float: none;
    display: flex;
    flex: 1;
    padding: 0 5px !important;
}
.our-serv-tabs .tabbed > ul li a {
    color: #fff;
    background-color: #5e6268;
    text-align: center;
    min-height: 82px;
    line-height: 65px;
    border-radius: 60px;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px !important;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.our-serv-tabs .tabbed > ul li a.active-tab {
    background-color: #1d3563 !important;
    border-color: #beb8af !important;
    color: #fff;
}
.our-serv-tabs .tabbed > ul li a::after {
    content: "";
    width: 202px;
    height: 271px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -300px;
    border-radius: 25px;
    border: 12px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.our-serv-tabs .tabbed > ul li:nth-child(3) a.active-tab::after {
    border: 8px solid #060607;
}
.our-serv-tabs .tabbed > ul li:nth-child(4) a.active-tab::after {
    border: 8px solid #060607;
}
.our-serv-tabs .tabbed > ul li:nth-child(5) a.active-tab::after {
    border: 8px solid #060607;
}
.our-serv-tabs .tabbed > ul li:nth-child(6) a.active-tab::after {
    border: 8px solid #060607;
}
.our-serv-tabs .tabbed > ul li:nth-child(7) a.active-tab::after {
    border: 8px solid #060607;
}
.our-serv-tabs .tabbed > ul li:nth-child(8) a.active-tab::after {
    border: 8px solid #060607;
}
.our-serv-tabs .tabbed > ul li:nth-child(1) a.active-tab::after {
    border: 8px solid #060607;
}
.our-serv-tabs .tabbed > ul li:nth-child(1) a::after {
    background-image: url(/wp-content/uploads/2020/08/Banner_3_1-min.jpg);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 90%;
}
.our-serv-tabs .tabbed > ul li:nth-child(2) a::after {
    background-image: url(/wp-content/uploads/2020/08/Picture1.png);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 80%;
    background-position: 41% 0 !important;
    background-size: 410px;
}
.our-serv-tabs .tabbed > ul li:nth-child(3) a::after {
    background-image: url(/wp-content/uploads/2020/04/resin-3.2.jpg);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 90%;
    background-image: url(/wp-content/uploads/2020/08/wd.jpg);
    background-position: 42% 59px;
    background-size: 95%;
    background-color: #082e61;
}
.our-serv-tabs .tabbed > ul li:nth-child(4) a::after {
    background-image: url(/wp-content/uploads/2020/04/resin-3.2.jpg);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 90%;
}
.our-serv-tabs .tabbed > ul li:nth-child(5) a::after {
    background-image: url(/wp-content/uploads/2020/10/Banner_3.jpg);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 90%;
    background-position: 40% 41px;
    background-size: 102%;
    background-color: #193366;
}
.our-serv-tabs .tabbed > ul li:nth-child(6) a::after {
    background-image: url(/wp-content/uploads/2020/01/IMG_2550-clipped.png);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 90%;
    background-image: url(/wp-content/uploads/2020/09/ELECTROPLATED-scaled.jpg);
    background-position: 37% 52px;
    background-size: 100%;
    background-color: #293767 !important;
}
.our-serv-tabs .tabbed > ul li:nth-child(7) a::after {
    background-image: url(/wp-content/uploads/2020/04/electro-bottom-2.png);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 90%;
    background-position: 50% -46px;
    background-size: 218%;
}
.our-serv-tabs .tabbed > ul li:nth-child(8) a::after {
    background-image: url(/wp-content/uploads/2020/01/Layer-22.png);
    border: 8px solid #5d6267;
    border-radius: 14px;
    width: 90%;
    background-image: url(/wp-content/uploads/2020/09/Montage-scaled.jpg);
    background-position: 37% 55px;
    background-size: 100%;
    background-color: #283664 !important;
}
.wpb_tab.ui-tabs-panel {
    max-width: 1425px;
    margin: 320px auto 0;
    padding: 0 90px 0;
}
.img-with-aniamtion-wrap.center img {
    width: 100%;
    margin: 0 !important;
}
.tab-img-title h1 {
    font-size: 91.44px;
    position: absolute;
    bottom: -10px;
    color: #fff;
    font-weight: 900;
    line-height: 81px;
    left: -20px;
    margin: 0;
}
.tb-txt-blck {
    padding: 2px 0 120px 100px !important;
}
.tb-txt-blck p {
    color: #111;
    font-size: 20.32px;
    line-height: 34px;
    width: 480px;
    padding-bottom: 0 !important;
}
.tb-txt-blck .btn {
    line-height: 28px;
    margin-top: 30px !important;
}
.our-gallery {
    padding: 30px 0 150px !important;
}
.our-gallery h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px !important;
}
.our-gallery .portfolio-items .col .work-item.style-3 .work-info-bg {
    background-color: transparent;
}
html body .portfolio-items[data-gutter="default"]:not([data-col-num="elastic"]) .col {
    padding: 0 !important;
}
.portfolio-items .col img {
    width: 100% !important;
}
.our-gallery {
    text-align: center;
}
.our-gallery .row-bg.using-image {
    height: 50%;
}
.our-gallery .col.span_4:nth-child(1) .inner-wrap,
.our-gallery .col.span_4:nth-child(3) .inner-wrap {
    border-radius: 20px 20px 0 0 !important;
}
.our-gallery .col.span_4:nth-child(5) .inner-wrap {
    border-radius: 0 0 20px 20px !important;
}
.our-gallery .col.span_4:nth-child(4) .inner-wrap {
    border-radius: 0 0 0 20px !important;
}
.our-gallery .col.span_4:nth-child(6) .inner-wrap {
    border-radius: 0 0 20px 0 !important;
}
.our-gallery .col.span_4:nth-child(2) .inner-wrap,
.our-gallery .col.span_4:nth-child(5) .inner-wrap {
    margin-top: 50px;
}
.our-gallery .col.span_4:nth-child(4),
.our-gallery .col.span_4:nth-child(5),
.our-gallery .col.span_4:nth-child(6) {
    margin-top: -54px;
}
.testimonial-sec {
    padding: 100px 0 !important;
}
.owl-carousel .owl-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 50px 60px;
    -webkit-box-shadow: -2px 10px 17px 7px rgba(100, 70, 158, 0.08);
    -moz-box-shadow: -2px 10px 17px 7px rgba(100, 70, 158, 0.08);
    box-shadow: -2px 10px 17px 7px rgba(100, 70, 158, 0.08);
}
.test-img {
    float: left;
    margin-top: -80px;
    margin-bottom: 20px !important;
    margin-right: 20px;
    width: 110px;
}
.test-img img {
    border-radius: 10px !important;
}
.owl-carousel .owl-stage {
    padding-top: 100px;
    padding-bottom: 90px;
}
.owl-item h2 {
    color: #686767;
    font-size: 20.16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
}
.owl-item small {
    color: #686767;
    font-size: 9.73px;
    font-weight: 600;
}
.owl-item p {
    font-size: 9.73px;
    color: #919191;
    line-height: 18px;
}
.owl-item p:last-child {
    display: block;
    clear: both;
}
.owl-item.active.center {
    transform: scale(1.4);
    z-index: 9;
}
.owl-theme .owl-nav [class*="owl-"] {
    background-color: #252525 !important;
    border: none;
    height: 48px;
    width: 70px;
    margin: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.owl-theme .owl-nav [class*="owl-prev"] {
    border-radius: 30px 0 0 30px !important;
    background-image: url(/wp-content/uploads/2019/08/arrow-left.png) !important;
}
.owl-theme .owl-nav [class*="owl-next"] {
    border-radius: 0 30px 30px 0 !important;
    background-image: url(/wp-content/uploads/2019/08/arrow-right.png) !important;
}
.owl-theme .owl-nav [class*="owl-"] span {
    display: none;
}
.owl-theme .owl-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0 auto;
    margin-right: auto;
    left: 0;
    bottom: 15px;
    margin-right: -320px;
}
.logos-area img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 15px;
}
.logos-area img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.contact-us {
    padding: 100px 0 !important;
}
.contact-us form {
    padding: 0 100px;
}
.contact-us h1 {
    text-transform: none;
    font-family: Poppins, sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
}
.title-blck p {
    font-size: 14px;
    max-width: 880px;
    color: rgba(98, 98, 98, 0.77);
    margin: 0 auto;
    padding-bottom: 20px !important;
}
.contact-us .wpcf7-form p {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.contact-us .p-hlf label {
    float: left;
    width: 50%;
}
.contact-us .p-hlf label:first-child {
    padding-right: 15px;
}
.contact-us .p-hlf br {
    display: none;
}
.contact-us .wpcf7-select,
.contact-us .wpcf7-text,
.contact-us .wpcf7-textarea {
    border: 2px solid #beb8af !important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #111 !important;
    background-color: #e4e5ea;
    border-radius: 30px;
    padding: 12px 20px;
}
.contact-us .wpcf7-select {
    color: #877388 !important;
}
.contact-us .wpcf7-textarea {
    border-radius: 20px;
    resize: none;
}
body[data-form-submit="regular"] .contact-us .wpcf7-form input[type="submit"] {
    background-color: #fff !important;
    color: #fff;
    font-size: 15px !important;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 30px !important;
    background-color: #1d3563 !important;
    padding: 13px 53px !important;
}
body[data-form-submit="regular"] .contact-us .wpcf7-form .wpcf7-text:focus,
body[data-form-submit="regular"] .contact-us .wpcf7-form .wpcf7-textarea:focus {
    border-color: #252525;
    color: #000 !important;
}
.insta-area img {
    margin: 0 !important;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border-color: red !important;
}
.wpcf7 .wpcf7-response-output {
    float: left;
    border-color: red !important;
    color: red !important;
    width: 100%;
}
#footer-outer[data-cols="1"] .col {
    text-align: left;
}
#footer-outer #footer-widgets div#text-2 {
    text-align: left;
    width: 54%;
    padding-bottom: 20px;
}
div#text-2 h2,
div#text-3 h3 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 48px;
}
div#text-3 h3 {
    font-size: 38px;
    padding-left: 35px;
}
#footer-outer #footer-widgets .widget {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}
#footer-outer .widget h4 {
    color: #c4c4c4;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
#footer-outer #footer-widgets .col p {
    color: rgba(255, 255, 255, 0.6);
    padding: 0 0 5px;
    font-family: Poppins, sans-serif;
    width: 90%;
}
body #footer-outer a {
    color: rgba(255, 255, 255, 0.6) !important;
}
body #footer-outer a:hover {
    color: #fff !important;
}
#footer-outer #footer-widgets div#text-7 {
    width: 40%;
}
#footer-outer div#text-7 iframe {
    height: 202px;
    width: 520px;
}
div#footer-outer {
    background: #111;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding: 0 0 !important;
}
div#custom_html-2 {
    float: left;
}
#footer-outer[data-cols="1"] #copyright li a i {
    width: 21px;
    height: auto;
    color: #fff;
}
#footer-outer[data-cols="1"] #copyright li a i:after {
    display: none;
}
#footer-outer[data-cols="1"] #copyright li a {
    width: auto;
    height: auto;
}
#footer-outer[data-cols="1"] #copyright .col ul li {
    margin: 0 0;
}
#copyright .col ul#social li {
    margin: 0 3px !important;
}
div#text-8 {
    vertical-align: top;
    padding: 8px 0 8px 120px;
}
#footer-outer #copyright .col div#text-8 ul {
    float: right !important;
    width: auto !important;
    list-style-type: disc;
}
#footer-outer #copyright p {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    text-align: right;
    width: 100%;
}
#footer-outer #copyright .container .span_5 {
    border-top: 1px solid rgba(97, 99, 202, 0.25);
    height: 100px;
    padding: 29px 0;
}
#footer-outer #copyright .col div#text-8 ul li {
    list-style-type: disc;
}
#footer-outer #copyright .col div#text-8 ul li a {
    padding: 0 20px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
}
#footer-outer #copyright .col div#text-8 ul li a:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.6);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    left: 0;
    top: 9px;
}
#footer-outer #copyright .col div#text-8 ul li:first-child a:before {
    display: none;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
    padding: 80px 0 !important;
}
#footer-outer #footer-widgets div#text-3 {
    text-align: left;
    width: 46%;
    padding-bottom: 20px;
}
#contact-us-main h2 {
    color: #313131;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}
.cnt-us-info ul {
    margin: 0;
}
.cnt-us-info ul li {
    list-style: none !important;
}
.cnt-us-info li {
    background-color: #fff;
    border-radius: 0;
    float: left;
    font-size: 18px;
    margin-left: 0;
    margin-top: 15px;
    padding: 0;
    width: 90%; /*! border: 2px solid #000; */
    padding-bottom: 20px;
    display: -webkit-inline-box;
}
.cnt-us-info li:first-child {
    margin-top: 0;
}
.cnt-us-info img {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0 !important;
}
.cnt-us-info li i {
    float: left;
    width: 50px;
    height: auto;
    font-size: 25px;
    color: #111;
    margin-top: 30px;
}
.cnt-us-info b {
    color: #464545;
}
.cnt-us-info a {
    color: #151515;
}
.cnt-us-form label {
    color: #313131;
    font-size: 14px !important;
}
.cnt-us-form input,
.cnt-us-form select,
.cnt-us-form textarea {
    background-color: transparent !important;
    border-color: #dadada #dadada #dadada #000 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 3px !important;
    color: #313131 !important;
    font-size: 14px !important;
    margin: 5px 0 0 !important;
    padding: 15px !important;
    border-radius: 0 !important;
    font-family: "Open Sans", sans-serif;
}
.cnt-us-form textarea {
    resize: none;
}
#contact-us iframe {
    margin-top: 20px;
    height: 160px;
}
#contact-us h2 {
    color: #000;
}
#contact-us h2 strong {
    color: #69e1df !important;
}
body .wpcf7-form .wpcf7-not-valid-tip,
body div.wpcf7-validation-errors {
    color: red !important;
    border-color: red !important;
    display: none;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red !important;
}
.cnt-us-form p:nth-child(2) {
    min-height: 70px;
}
#contact-us-main iframe {
    margin-top: -9px;
}
.services-in {
    padding: 80px 0 30px !important;
}
.services-in li {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}
.services-in ul {
    margin: 0 0 25px;
}
.services-in li:before {
    content: "\f058";
    font-family: fontawesome;
    margin-right: 10px;
    color: #000;
}
.services-in h1,
.services-in h2,
.services-in h3,
.services-in h4,
.services-in h5,
.services-in h6 {
    font-family: Montserrat, sans-serif !important;
    color: #000;
}
.services-in li,
.services-in p {
    color: #020202;
}
.parent-pageid-86 #sidebar {
    margin-top: 100px !important;
    border-left: 1px solid #ccc;
    padding-left: 50px;
    text-align: center;
}
.services-in .img-with-aniamtion-wrap.center img {
    margin-bottom: 50px !important;
}
body .pum-theme-100 .pum-content + .pum-close,
body .pum-theme-lightbox .pum-content + .pum-close {
    color: #fff;
    border: none;
    border-radius: 30px !important;
    box-shadow: none;
    text-shadow: none;
    background-color: red;
}
.pum-theme-100 .pum-container,
.pum-theme-lightbox .pum-container {
    border-radius: 10px !important;
    padding: 45px !important;
}
#pum_popup_title_201 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
}
.pum-theme-100 .wpcf7-form p {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
}
.pum-theme-100 .p-hlf label {
    float: left;
    width: 50%;
}
.pum-theme-100 .p-hlf label:first-child {
    padding-right: 15px;
}
.pum-theme-100 .p-hlf br {
    display: none;
}
.pum-theme-100 .wpcf7-select,
.pum-theme-100 .wpcf7-text,
.pum-theme-100 .wpcf7-textarea {
    border: 2px solid #beb8af !important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #111 !important;
    background-color: #e4e5ea;
    border-radius: 30px;
    padding: 12px 20px;
}
.pum-theme-100 .wpcf7-select {
    color: #877388 !important;
}
.pum-theme-100 .wpcf7-textarea {
    border-radius: 20px;
    resize: none;
}
body[data-form-submit="regular"] .pum-theme-100 .wpcf7-form input[type="submit"] {
    background-color: #111 !important;
    color: #fff;
    font-size: 12.28px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 30px !important;
    height: 45px;
}
body[data-form-submit="regular"] .contact-us .wpcf7-form .wpcf7-text:focus,
body[data-form-submit="regular"] .contact-us .wpcf7-form .wpcf7-textarea:focus {
    border-color: #252525;
    color: #000 !important;
}
#custom_html-3 .btn {
    margin-top: 0;
}
#grw_widget-3 {
    margin-bottom: 30px !important;
}
.our-serv-tabs img {
    border-radius: 15px;
    width: 100% !important;
}
.videos {
    padding: 100px 0 !important;
}
.play-btn {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.play-btn img {
    display: inline-block;
}
.video-blck h3 {
    text-align: center;
}
.video-blck p {
    padding-bottom: 0;
}
@media only screen and (max-width: 1680px) {
    .rght-blck {
        margin-right: 246px;
    }

    .tp-bullets.custom .tp-bullet {
        left: -80px !important;
    }
    .tp-bullets.custom::after {
        right: 100px;
    }
}
@media only screen and (max-width: 1600px) {
    .rght-blck {
        margin-right: 195px;
    }


    .tp-bullets.custom .tp-bullet {
        left: -100px !important;
    }
    .tp-bullets.custom::after {
        right: 130px;
    }
}
@media only screen and (max-width: 1440px) {
    #header-secondary-outer .container {
        left: 210px;
    }


    .rght-blck {
        margin-right: 150px;
    }

    .tp-bullets.custom .tp-bullet {
        left: -150px !important;
    }
    .tp-bullets.custom::after {
        right: 180px;
    }
    .our-serv-tabs .tabbed > ul li a {
        min-height: 72px;
        line-height: 56px;
        font-size: 16.34px;
    }
    .our-serv-tabs .tabbed > ul li a::after {
        width: 194px;
        height: 194px;
        bottom: -250px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .wpb_tab.ui-tabs-panel {
        margin: 280px auto 0;
    }
}
@media only screen and (max-width: 1366px) {
    #header-secondary-outer .container {
        left: 235px;
    }
    .rght-blck {
        margin-right: 167px;
    }
    .tp-bullets.custom::after {
        right: 210px;
    }
    .tp-bullets.custom .tp-bullet {
        left: -180px !important;
    }
}

@media only screen and (max-width: 1024px) {
	.page-id-8 .contact-us .wpcf7-form p {
    float: left !important;
}

    #contact-us-main h2 {
        font-size: 27px;
    }

    #header-secondary-outer #social {
        left: 0 !important;
        right: 0 !important;
    }

    body .tp-rightarrow.tparrows.custom.noSwipe {
        top: 100% !important;
    }
    body .tp-leftarrow.tparrows.custom.noSwipe {
        top: 100% !important;
    }
    .our-serv strong {
        font-size: 30px;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(1) a::after {
        background-color: #28386a !important;
        background-size: 140%;
    }
    .our-serv-tabs .tabbed > ul li a {
        font-size: 12px !important;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(2) a::after {
        background-size: 180%;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(3) a::after {
        background-size: 100%;
        background-position: 100% 33px;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(4) a::after {
        background-color: #1c3672 !important;
        background-size: 170%;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(5) a::after {
        background-color: #1f4ca2 !important;
        background-position: 53% 50px;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(6) a::after {
        background-position: 50% 12px;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(8) a::after {
        background-position: 50%;
    }
    .our-serv-tabs {
        padding-bottom: 0 !important;
    }
    #zzzx img.img-with-animation.skip-lazy {
        height: 150px !important;
        object-fit: cover;
    }
    .our-gallery h1 {
        padding-bottom: 21px;
    }
    .our-gallery {
        padding-bottom: 40px !important;
    }
    #contact-us form.wpcf7-form p {
        background-color: transparent !important;
    }
    div#text-9 {
        margin: -1px 0;
    }
    #footer-outer #copyright p {
        text-align: center;
    }

    body #header-outer[data-lhe="animated_underline"] header#top nav > ul > li > a::after {
        bottom: -19px !important;
    }
    #header-secondary-outer .container {
        left: 85px;
    }
    #header-secondary-outer #social {
        left: 31px;
    }

    .lft-blck {
        margin-left: 280px;
        margin-top: 5px;
    }
    .rght-blck {
        margin-right: 35px;
        margin-top: 19px;
    }
    .tp-bullets.custom .tp-bullet {
        margin: 60px 0;
    }
    .tp-bullets.custom::after {
        right: 220px;
        width: 60px;
        height: 60px;
        bottom: -450px;
    }
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
    h6 {
        letter-spacing: 10px;
        font-size: 13.24px;
    }
    .serv-p {
        padding-left: 100px;
    }
    .serv-p::before {
        left: 40px;
    }
    .serv-p p {
        font-size: 16px;
        line-height: 32px;
    }
    .our-serv-tabs .tabbed > ul li a {
        min-height: 62px;
        line-height: 46px;
        font-size: 14.34px;
    }
    .our-serv-tabs .tabbed > ul li a::after {
        width: 150px;
        height: 150px;
        bottom: -200px;
    }
    .wpb_tab.ui-tabs-panel {
        margin: 220px auto 0;
    }
    .our-serv-tabs .tabbed .col.span_12 {
        padding: 0;
    }
    .tab-img-title h1 {
        font-size: 75.44px;
        line-height: 65px;
    }
    .tb-txt-blck {
        padding: 0 0 120px 70px !important;
    }
    .tb-txt-blck p {
        font-size: 16.32px;
        line-height: 28px;
        padding-right: 50px;
    }
    .owl-carousel .owl-item {
        padding: 50px 25px 60px;
    }
    .owl-item h2 {
        font-size: 16.16px;
    }
    .test-img {
        margin-right: 15px;
        width: 100px;
    }
    div#text-2 h2 {
        font-size: 42px;
    }
    div#text-3 h3 {
        font-size: 42px;
        margin-top: 8px;
    }
    #footer-outer #footer-widgets .widget {
        width: 28%;
    }
    #footer-outer #footer-widgets #text-7.widget {
        margin-left: 0;
    }
    div#text-3 {
        width: 39% !important;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .tp-bullets.custom.horizontal.nav-pos-hor-right.nav-pos-ver-top.nav-dir-horizontal.noSwipe {
        display: none;
    }
    html body.material #slide-out-widget-area-bg.slide-out-from-right {
        background-color: #1d3563 !important;
    }
    #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
        font-size: 16px !important;
        font-family: Montserrat, sans-serif !important;
        font-weight: 700 !important;
        color: #bfbfbf;
    }
    body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a::after {
        bottom: -7px !important;
    }
    body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a::after {
        border-color: #beb8af !important;
    }
    body.material[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li i {
        color: #beb8af !important;
    }
    html body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material a.slide_out_area_close::before {
        background-color: #000 !important;
    }
    #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.current_page_item a {
        color: #000;
    }

    body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.get-quote-btn a::after {
        display: none;
    }

    body #header-secondary-outer .nectar-center-text {
        max-width: 100%;
    }
    .rght-blck {
        margin-right: 0;
    }

    #slide-1-layer-1 b {
        font-size: inherit !important;
    }
    #slide-1-layer-2 b {
        font-size: 16px !important;
    }
    .tp-thumbs.inner.hades.nav-pos-hor-left.nav-pos-ver-bottom.nav-dir-horizontal {
        top: auto !important;
        bottom: -90px !important;
        left: -20px !important;
    }
    .custom.tparrows {
        top: auto !important;
        bottom: -70px !important;
    }
    .tp-bullets.custom .tp-bullet {
        margin: 35px 0;
    }
    .tp-bullets.custom .tp-bullet {
        left: -155px !important;
    }
    .tp-bullets.custom::after {
        bottom: -320px;
    }
    #header-secondary-outer .nectar-center-text {
        top: 10px !important;
    }
    .serv-p::before {
        height: 1px;
        width: 100%;
        left: 0;
    }
    .serv-p {
        padding-left: 0;
        padding-top: 90px;
    }
    .our-serv-tabs .tabbed > ul li a {
        min-height: auto;
        line-height: normal;
        font-size: 12.34px;
        padding: 15px 10px;
    }
    .our-serv-tabs .tabbed > ul li {
        float: left;
        display: inline-block;
        padding: 0 5px !important;
        width: 16.5%;
    }
    .our-serv-tabs .tabbed > ul li a.active-tab::after {
        border: 8px solid #beb8af;
    }
    .our-serv-tabs .tabbed > ul li a::after {
        width: 100px;
        height: 100px;
        bottom: -140px;
    }
    .tb-txt-blck {
        padding: 70px 0 0 !important;
    }
    .our-gallery .col.span_4:nth-child(2) .inner-wrap,
    .our-gallery .col.span_4:nth-child(5) .inner-wrap {
        margin-top: 0;
    }
    .our-gallery .col.span_4:nth-child(4),
    .our-gallery .col.span_4:nth-child(5),
    .our-gallery .col.span_4:nth-child(6) {
        margin-top: 0;
    }
    .our-gallery .col.span_4:nth-child(1) .inner-wrap,
    .our-gallery .col.span_4:nth-child(3) .inner-wrap {
        border-radius: 0 !important;
    }
    .owl-item.active.center {
        transform: none;
    }
    .owl-item p {
        font-size: 11.73px;
        line-height: 24px;
    }
    .testimonial-sec {
        padding: 20px 0 50px !important;
    }
    .contact-us form {
        padding: 0;
    }
    div#text-2 h2 {
        font-size: 32px;
    }
    div#text-3 h3 {
        font-size: 24px;
        padding-top: 5px;
    }
    #footer-outer .container {
        max-width: 90%;
    }
    body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
        padding: 80px 0 50px !important;
    }
    body #footer-outer a {
        word-break: break-all;
    }
    div#media_image-2 a {
        bottom: -87px !important;
        right: 0 !important;
    }
    #footer-outer #footer-widgets .col p {
        line-height: 20px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 414px) {
    .tp-bullets.custom.horizontal.nav-pos-hor-right.nav-pos-ver-top.nav-dir-horizontal.noSwipe {
        display: none;
    }
    #rev_slider_1_1,
    #rev_slider_1_1_wrapper {
        height: 450px !important;
    }
    .home-slider h1 {
        font-size: 24px !important;
        line-height: 32px !important;
        min-width: 280px !important;
        left: 30px;
        top: 60px;
    }
    .home-slider h1 b {
        font-size: inherit !important;
    }
    .home-slider h4 {
        top: 110px !important;
        left: 35px;
        line-height: 24px !important;
    }
    .home-slider h4 b {
        font-size: 16px !important;
    }
    .home-slider .rev-btn {
        top: 140px;
        left: 30px;
        font-size: 12px !important;
        padding: 10px 20px !important;
    }
    .home-slider .b-play-btn {
        top: 100px;
        right: 70px;
    }
    .home-slider .b-play-btn img {
        width: 70px !important;
        height: auto !important;
    }
    .home-slider .b-intro-txt {
        font-size: 12px !important;
        top: 125px;
        right: 60px;
    }

    #slide-out-widget-area .secondary-header-text {
        visibility: hidden;
        display: none;
    }
    #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
        font-size: 14px !important;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .our-serv-tabs .wpb_content_element .wpb_tabs_nav {
        display: block;
    }
    .our-serv-tabs .tabbed > ul li {
        padding: 5px !important;
        width: 50%;
    }
    .our-serv-tabs .tabbed > ul li a::after {
        display: none;
    }
    .wpb_tab.ui-tabs-panel {
        padding: 20px 50px 0;
        margin: 0 auto;
    }
    .tab-img-title h1 {
        font-size: 57.44px;
        line-height: 58px;
    }
    .owl-theme .owl-nav {
        margin-right: 0;
    }
    .contact-us .p-hlf label:first-child {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .contact-us .p-hlf label {
        float: left;
        width: 100%;
    }
    #footer-outer .container {
        max-width: 90% !important;
    }
    div#text-2 h2 {
        font-size: 24px;
    }
    div#text-3 h3 {
        font-size: 18px;
    }
    #footer-outer #footer-widgets .widget {
        width: 100%;
    }
    #footer-outer #footer-widgets div#text-7 {
        width: 100%;
        margin-left: 0 !important;
    }
    .custom.tparrows {
        left: -40px !important;
    }
    #contact-us-main h2 {
        font-size: 22px;
    }
    .cnt-us-info li {
        font-size: 15px;
    }
    .play-btn {
        top: 110px;
    }
}
.our-serv-tabs .tabbed > ul li:nth-child(2) a.active-tab::after {
    border: 8px solid #060607;
}

html body div#slide-1-layer-3 {
    padding: 7px 59px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}
.tp-thumbs.inner.hades.nav-pos-hor-left.nav-pos-ver-bottom.nav-dir-horizontal {
    display: none !important;
}
body #menu-item-268 a {
    background-color: #586067;
    border-radius: 30px;
    color: #fff !important;
    margin-left: 0 !important;
    padding: 7px 21px !important;
    text-transform: uppercase;
}
body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] header#top nav > ul.sf-menu > li:not([class*="button_"]):last-child a {
    margin: 0 !important;
}
#header-secondary-outer .nectar-center-text a {
    color: #5e6268 !important;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.tp-leftarrow.tparrows.custom.noSwipe {
    margin: 0 -302px;
    top: 91% !important;
}
.tp-rightarrow.tparrows.custom.noSwipe {
    position: absolute;
    margin-left: -307px;
    top: 91% !important;
}
.custom.tparrows.tp-leftarrow:before {
    content: "\f177" !important;
    font-family: fontawesome !important;
}
.custom.tparrows.tp-rightarrow:before {
    content: "\f178";
    font-family: fontawesome !important;
}
#zzzx img.img-with-animation.skip-lazy.animated-in {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
#zzzx .ttf {
    position: relative;
}
#zzzx .ttff {
    padding-top: 11px;
}
.vc_col-sm-4.ttff {
    position: relative;
    top: -12px;
    padding-bottom: 0 !important;
}
#zzzx img.img-with-animation.skip-lazy.animated-in {
    width: 100%;
    border-radius: 11px;
    height: 200px;
    object-fit: cover;
}
.our-gallery strong {
    font-size: 40px;
    position: relative;
    top: 50px;
}
#blogsecc img.img-with-animation.skip-lazy.animated-in {
    width: 100%;
    max-height: 510px !important;
}
#blogsecc strong {
    font-weight: 900 !important;
    color: #fff;
}
#blogsecc h1 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 48px;
    margin: 10px 0;
}
#blogsecc p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffbd;
}
div#blogsecc {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}
#blogsecc h2 {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-bottom: -6px;
}
p.textp {
    color: #a3aab5;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    width: 91%;
    padding-bottom: 9px !important;
}
#blogsecc a.resec {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.contact-us {
    padding-bottom: 0 !important;
}
.single article.post .content-inner .post-featured-img img {
    width: 50%;
    float: right;
}
div#slide-18-layer-3 {
    padding: 7px 59px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}
div#slide-19-layer-3 {
    padding: 7px 59px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}
div#slide-20-layer-3 {
    padding: 7px 59px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}
div#slide-21-layer-3 {
    padding: 7px 59px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}
body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] header#top nav > ul.sf-menu > li:not([class*="button_"]):last-child a:hover {
    color: #fff !important;
}
.page-id-90 .about-area .wpb_text_column {
    height: 460px !important;
}
.about-areaa img.img-with-animation.skip-lazy.animated-in {
    width: 100%;
    padding: 3px 0;
    border-radius: 7px;
}
#about-area img.img-with-animation.skip-lazy.midsecimg {
    width: 50% !important;
    margin: 0 auto !important;
    padding: 30px 0 40px !important;
}
#about-area h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: 48px;
    margin: -10px 0;
    font-family: Montserrat, sans-serif !important;
}
#about-area p {
    font-size: 15px;
    color: #020202;
    line-height: 31px;
    font-family: Montserrat, sans-serif;
}
#about-area li {
    font-size: 14px;
    color: #020202;
    line-height: 31px;
    font-family: Montserrat, sans-serif;
}
#about-area ul li {
    list-style-type: circle;
}
#about-area em {
    font-size: 16px;
    color: #020202;
    line-height: 31px;
    font-family: Montserrat, sans-serif;
}
#about-area h4 {
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: 28px;
    font-family: Montserrat, sans-serif !important;
}
#about-area h6 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: Montserrat, sans-serif !important;
    letter-spacing: 0;
}
#about-area b.diffsec {
    font-size: 14px;
    color: #1d3563;
    line-height: 11px !important;
}
#about-area b {
    font-size: 14px;
    color: #1d3563;
    line-height: 11px !important;
}
#about-area img.choossec {
    padding-top: 20px;
}
#about-area h5 {
    font-size: 19px;
    text-transform: uppercase;
    color: #1d3563;
    font-weight: 700;
    line-height: 28px;
    font-family: Montserrat, sans-serif !important;
}
img.img-with-animation.skip-lazy.metawheel.animated-in {
    width: 19%;
    margin: 0 auto;
}
img.img-with-animation.skip-lazy.bondsec.animated-in {
    width: 40%;
    margin: 0 auto;
}
.product-header {
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.product-menu {
    background-color: #eee;
    margin-top: 65px;
}
.product-menu p {
    font-weight: 700;
    text-align: center;
}
.product-menu ul {
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.product-menu a,
.product-menu a:visited {
    background-image: url(../images/background-product-menu.png);
    background-repeat: repeat-x;
    display: inline-block;
    height: 36px;
    width: 100%;
    padding-left: 10px;
    padding-top: 8px;
}
.product-menu a:hover {
    background-image: url(../images/background-product-menu-hover.png);
    background-repeat: repeat-x;
    display: inline-block;
    height: 36px;
    width: 100%;
    padding-left: 10px;
    padding-top: 8px;
    color: #333 !important;
}
.contact-header {
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
}
.contact-box p {
    font-weight: 700;
    text-align: center;
}
footer {
    font-size: 12px;
}
.header-container {
    background-color: #fff;
}
.headerMargin {
    margin-top: 0;
}
.headerRow {
    font-size: 16px;
}
.grid-images {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.isoDiv {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.product-header {
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.product-menu {
    background-color: #eee;
    margin-top: 65px;
}
.product-menu p {
    font-weight: 700;
    text-align: center;
}
.product-menu ul {
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.product-menu a,
.product-menu a:visited {
    background-image: url(../images/background-product-menu.png);
    background-repeat: repeat-x;
    display: inline-block;
    height: 36px;
    width: 100%;
    padding-left: 10px;
    padding-top: 8px;
}
.product-menu a:hover {
    background-image: url(../images/background-product-menu-hover.png);
    background-repeat: repeat-x;
    display: inline-block;
    height: 36px;
    width: 100%;
    padding-left: 10px;
    padding-top: 8px;
    color: #333 !important;
}
.contact-box .add-padd {
    padding-left: 10px;
    padding-right: 10px;
}
.ui-dialog {
    width: 510px !important;
}

body {
    color: #333;
    font-family: Raleway, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857;
    width: 100% !important;
}
.prod-row {
    padding-top: 20px !important;
}
.red {
    color: red;
}
.error {
    color: red;
    display: inline;
}
.errorbox {
    color: red;
    border: solid 1px red;
    padding: 10px;
}
.errorbox h5 {
    color: red;
    font-weight: 700;
    font-size: 16px;
}
.h3 {
    font-weight: 700;
}
hr {
    border: solid 1px #333 !important;
}
.navbar-default .navbar-toggle {
    border-color: #f67b21;
    background-color: #f67b21 !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}
.benefits-list {
    list-style-type: circle;
}
.bottom-shadow {
    box-shadow: 0 0 2px #000;
}
.btn-orange {
    background-color: #f67b21;
    border-color: #f67b21;
    color: #fff;
}
.btn-orange:hover {
    background-color: #ec971f !important;
    border-color: #f67b21;
    color: #fff;
}
.contact-background {
    background-color: #f67b21 !important;
    color: #fff !important;
}
.contact-background:hover {
    opacity: 0.7;
}
.contact-box {
    background-color: #eee;
    height: 590px;
}
.contact-box button {
    font-size: 16px;
}
.contact-box .add-padd {
    padding-left: 10px;
    padding-right: 10px;
}
.contact-header {
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
}
.contact-box p {
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
}
footer {
    font-size: 12px;
}
.header-container {
    background-color: #fff;
}
.headerMargin {
    margin-top: 0;
}
.headerRow {
    font-size: 16px;
}
.grid-images {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.isoDiv {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.product-header {
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px !important;
    margin-bottom: 10px;
}
.product-menu {
    background-color: #eee;
    margin-top: 5px;
}
.product-menu p {
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
}
.product-menu ul {
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.product-menu a:visited,
body .product-menu a {
    background-repeat: repeat-x;
    display: inline-block !important;
    height: 36px;
    width: 100%;
    padding-left: 10px !important;
    padding-top: 8px !important;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 34px;
}
.product-menu a:hover {
    background-repeat: repeat-x;
    display: inline-block;
    height: 36px;
    width: 94%;
    padding-left: 10px;
    padding-top: 8px !important;
    color: #333 !important;
    line-height: 34px;
    border-top: 2px solid #d4cece !important;
    border-bottom: 2px solid #d4cece !important;
}
.top-spacer {
    display: block;
    height: 10px;
}
input.btn.btn-orange.pull-right {
    float: left;
}
.fosec form {
    margin-bottom: 240px;
}
#sidebar .widget form p {
    line-height: 30px;
    padding: 10px !important;
    text-transform: uppercase;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
}
span.wpcf7-not-valid-tip {
    display: NONE !important;
}
.admin-bar #header-secondary-outer,
.logged-in.buddypress #header-secondary-outer {
    top: 21px !important;
}
.material #header-secondary-outer {
    min-height: 0 !important;
}
.linkblue a:hover {
    color: #0014ff;
}
.linkblue a:visited {
    color: #3452ff;
}

#analsec .col-md-6 {
    width: 50%;
    float: left;
    padding: 0 4px;
}
#analsec .col-sm-4.col-md-4 {
    float: left;
}
#analsec .col-sm-6.col-md-6 {
    float: left !important;
    display: contents;
}
#analsec .col-md-6.group-border {
    border-right: 2px solid #000;
}
#analsec label {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
}
#analsec span.wpcf7-list-item {
    font-size: 10px;
}
#analsec h4 {
    background-color: #20386a;
    color: #fff;
}
#analsec form.wpcf7-form {
    border: 2px solid #000;
    background: #f6fbfc;
    padding: 0 10px;
}
#analsec label.sf {
    font-size: 11px;
}
#analsec .col-sm-4.col-md-4 {
    width: 21.333333%;
    padding: 0 0 0 50px;
    float: left;
    text-align: left;
}
#analsec .ctfForm input[type="text"] {
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    border: 1px solid #000;
    background-color: #fff6e5;
}
#analsec span.wpcf7-form-control-wrap.firstName {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.lastName {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.companyName {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.address {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.city {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.state {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.zip {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.country {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.phone {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.fax {
    padding: 0 45px;
}
#analsec span.wpcf7-form-control-wrap.email {
    padding: 0 45px;
}
#analsec span.wpcf7-list-item-label {
    font-weight: 700;
}
#analsec span.wpcf7-form-control-wrap {
    padding: 7px 0;
}
#analsec .row {
    padding-bottom: 8px;
}
#analsec span.wpcf7-form-control-wrap.groupSFRYes {
    position: absolute;
    top: 81px;
}
#analsec span.wpcf7-form-control-wrap.groupSFRno {
    position: absolute;
    top: 86px;
}
#analsec span.wpcf7-form-control-wrap.groupDresserTypeNo {
    padding: 0;
}
#analsec span.wpcf7-list-item.first.last {
    font-size: 13px !important;
}
label.statesec {
    position: relative;
    left: -335px;
}
label.zipsec {
    position: relative;
    left: -336px;
}
label.faxsec {
    margin: 0 59px;
}
label.emailsec {
    margin: 0 54px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    display: table;
}
div#file-input {
    margin: -30px 0;
}
#analsec h2.appsec1 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    padding: 20px 0 0;
    color: #20386a;
}
#analsec h3.aresec {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    color: #20386a;
}
#cuttingsec h4 {
    background-color: #1e376d;
    color: #fff;
    padding: 5px 0 5px 5px;
    margin: 6px 0 9px 0;
}
#cuttingsec .row .col-sm-3.col-md-2 {
    width: 106.666667%;
    float: left;
    padding: 0 1px;
}
#cuttingsec .col-sm-3.noPaddingRight {
    width: 21.666667%;
    padding: 4px 0;
}
#cuttingsec input {
    padding: 7px 0;
    margin-top: 0;
    margin-bottom: 4px;
    border: 1px solid #e6e6e6;
}
#cuttingsec label {
    margin-left: 5px;
    font-size: 11px;
    margin: 10px 0 !important;
    font-weight: 700;
}
#cuttingsec .col-md-6 {
    width: 21%;
    float: left;
    padding: 10px 0;
    border-right: 2px solid #1e376c;
}
#cuttingsec .col-sm-3.col-md-3 {
    padding: 10px 0;
}
#cuttingsec .col-sm-3.col-md-4.noPaddingLeft {
    width: 100%;
    margin: 0 auto;
}
#cuttingsec .col-sm-3.col-md-4.noPaddingRight {
    width: 99.666667% !important;
}
#cuttingsec .vv .col-sm-3.col-md-2 {
    width: 16.666667% !important;
}
#cuttingsec .row {
    padding-bottom: 10px;
}
.col-sm-6.col-md-6 {
    float: left !important;
    display: contents;
}
#analsec .col-sm-4.col-md-4 {
    width: 21.333333%;
    padding: 0 0 0 50px;
    float: left;
    text-align: left;
}
.col-sm-4.col-md-4 {
    width: 21.333333% !important;
    padding: 0 0 0 50px;
    float: left;
    text-align: left;
}
div#wpcf7-f608-p606-o2 {
    border: 2px solid #000;
    background: #f6fbfc;
    padding: 0 10px;
}
span.wpcf7-form-control-wrap.firstName {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.lastName {
    padding: 0 44px;
}
span.wpcf7-form-control-wrap.companyName {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.address {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.city {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.state {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.state {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.zip {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.country {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.phone {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.fax {
    padding: 0 45px;
}
span.wpcf7-form-control-wrap.email {
    padding: 0 45px;
}
label.faxsec {
    position: relative;
    left: 56px;
}
label.emailsec {
    position: relative;
    left: 57px;
}
#analsec .row.bz .col-sm-4.col-md-4 {
    width: 21.333333% !important;
    padding: 0 0 0 50px;
    float: left;
    text-align: left;
}
.row3 .col-sm-4.col-md-4 {
    width: 111.333333% !important;
    padding: 0 0 0 6px;
    float: none;
    text-align: unset !important;
}
#cuttingsec h2 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    padding: 20px 0 0;
    color: #20386a;
}
label.sd2 {
    left: -2px !important;
}
label.sd1 {
    left: 3px !important;
}
.row3 .wpcf7-form-control-wrap {
    display: inline-block !important;
}
#cuttingsec input[type="radio"] {
    float: left;
}
#analsec input[type="radio"] {
    float: left;
}
body span.wpcf7-list-item-label {
    color: #000 !important;
}
body .wpcf7-form p span {
    color: #000 !important;
    background-color: #eee !important;
}
label.sd2 {
    position: relative;
    left: 56px !important;
}
label.sd1 {
    position: relative;
    left: 57px !important;
}
.sd22 {
    left: -2px !important;
}
.sd11 {
    left: 2px !important;
}
span.wpcf7-form-control-wrap.groupWheelInfo {
    padding: 12px 0;
}
span.gt {
    position: relative;
    left: 60px;
    top: 1px;
    color: #00f;
}
span.gtt {
    position: relative;
    left: -49px;
    color: #000 !important;
}
#Accessoriessec h3 {
    background-color: #586067;
    color: #fff;
    margin: 0 !important;
    padding: 16px 0;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
}
#Accessoriessec ul {
    margin: 0;
}
#Accessoriessec li {
    padding: 21px 10px 21px 38px;
    background-color: #fff;
    border: 1px solid #80808021;
    color: #586067d1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    list-style-type: none;
    text-align: left !important;
    position: relative;
}
#Accessoriessec h3 {
    background-color: #1d3563 !important;
}
#Accessoriessec h3:hover {
    background-color: #586067 !important;
    cursor: pointer;
}
#Accessoriessec li:before {
    content: "\f00c";
    position: absolute;
    left: 18px;
    font-family: Fontawesome;
    color: #586067ba;
    font-weight: 200 !important;
}
.page-id-378 div#about-area {
    padding-top: 10px !important;
}
.page-id-378 div#about-area a {
    color: #586067e0 !important;
}
.page-id-378 div#about-area a.nectar-button.small.regular.accent-color.regular-button {
    background-color: transparent !important;
    text-align: center;
    border: 1px solid #000;
    width: 100%;
    padding: 18px 0;
    font-size: 14px;
    border-radius: 70px !important;
    margin: 0 !important;
    opacity: 1;
    z-index: -9999;
}
.page-id-378 div#about-area a.nectar-button.small.regular.accent-color.regular-button:hover {
    background-color: #1d3563 !important;
    border-color: #1d3563 !important;
    color: #fff !important;
}
.page-id-378 div#contact-us {
    margin: -150px 0;
}
#about-area li a:hover {
    color: #033088 !important;
}
#zzzx h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
    color: #fff !important;
    background-color: #00000075;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
.our-serv-tabs h4 {
    font-size: 42.44px;
    line-height: 70px;
    font-weight: 900;
    font-family: Montserrat, sans-serif !important;
    color: #fff;
    position: ABSOLUTE;
    top: 468px;
    left: 10px;
}
div#header-outer {
    transform: translateY(0) !important;
}
div#header-secondary-outer {
    transform: translateY(0) !important;
}
.our-serv-tabs img.img-with-animation.skip-lazy.animated-in {
    width: 100%;
}
header#top nav ul li.get-quote-btn a:after {
    display: none !important;
}
header#top nav ul li#menu-item-268 a:after {
    display: none !important;
}
div#contact-us {
    padding-bottom: 70px !important;
}
div#custom_html-2 {
    display: none;
}
.cnt-us-info i.fa.fa-envelope-o {
    float: left;
    padding-bottom: 60px;
}
div#about-area {
    padding-top: 0 !important;
}
select#cars {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px !important;
    margin-bottom: 10px;
    cursor: pointer;
}
select#carss {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px !important;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-right {
    float: right;
}

dropdown {
    display: block;
    margin: 0;
    width: 100%;
}
dropdown label,
dropdown ul li {
    display: block;
    width: 200px;
    background: #ecf0f1;
    padding: 15px 20px;
}
dropdown label:hover,
dropdown ul li:hover {
    background: #20386a;
    color: #fff;
    cursor: pointer;
}
dropdown label {
    color: #1abc9c;
    position: relative;
    z-index: 2;
}
dropdown input ~ ul {
    position: relative;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    z-index: 1;
}
dropdown input:checked + label {
    background: #203869;
    color: #fff;
    width: 100%;
}
dropdown input:checked ~ ul {
    visibility: visible;
    opacity: 1;
    top: 0;
}
dropdown ul li:nth-child(1) {
    border-left: 4px solid #e74c3c;
}
dropdown ul li:nth-child(1) .fa {
    color: #e74c3c;
}
dropdown ul li:nth-child(1):hover {
    background: #e74c3c;
    color: #fff;
}
dropdown ul li:nth-child(1):hover .fa {
    color: #fff;
}
dropdown ul li:nth-child(2) {
    border-left: 4px solid #0072b5;
}
dropdown ul li:nth-child(2) .fa {
    color: #0072b5;
}
dropdown ul li:nth-child(2):hover {
    background: #0072b5;
    color: #fff;
}
dropdown ul li:nth-child(2):hover .fa {
    color: #fff;
}
dropdown ul li:nth-child(3) {
    border-left: 4px solid #2c3e50;
}
dropdown ul li:nth-child(3) .fa {
    color: #2c3e50;
}
dropdown ul li:nth-child(3):hover {
    background: #2c3e50;
    color: #fff;
}
dropdown ul li:nth-child(3):hover .fa {
    color: #fff;
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
label.animate {
    width: 100% !important;
    line-height: 30px;
    padding: 10px !important;
    text-transform: uppercase;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    background-color: #20386b;
    color: #fff;
    font-size: 18px;
    margin-top: 3px !important;
}
li.animate {
    width: 100%;
    background-color: transparent !important;
}
#sidebar .product-menu dropdown input:checked ~ ul.animate {
    visibility: visible;
    overflow: visible;
    height: 100%;
}
#sidebar .product-menu dropdown ul.animate {
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
/*
body .container-wrap a {
    color: indigo !important;
}

body .container-wrap a:visited {
    color: indigo;
}
*/
body .container-wrap a:hover {
    color: #696969;
    text-decoration: none;
}


.p-hlf label {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
}
.wpcf7-form label {
    padding: 0 !important;
    width: 100%;
}
.wpcf7-f5-o3 {
    background-color: #000 !important;
}
input#toggle3 {
    display: none !important;
}
input#toggle2 {
    display: none !important;
}
input#toggle4 {
    display: none !important;
}
li.animatee {
    font-size: 20px;
    color: #020202;
    line-height: 21px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    width: 100%;
    padding: 10px !important;
}
li.animatee:hover {
    background-color: #eee !important;
}
.animatee p {
    color: #000 !important;
}
.page-id-540 form.wpcf7-form p {
    background-color: transparent !important;
}
body .wpcf7-form p span {
    background-color: transparent !important;
}
#about-area a.nectar-button.medium.regular.accent-color.regular-button {
    background-color: #1d3563;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    margin-top: 20px;
    text-transform: uppercase;
}
#header-secondary-outer #social {
    left: 80px !important;
}
.our-serv-tabs .tabbed > ul li a {
    color: #fff !important;
}
body.material #header-outer #menu-item-268 a {
    color: #fff !important;
}
#about-area img.img-with-animation.skip-lazy.animated-in {
    margin-bottom: 30px !important;
}

.page-id-526 #zzzx img.img-with-animation.skip-lazy.animated-in {
    height: 180px !important;
}



    .swiper-slide h3 {
        width: 90% !important;
    }
    .our-serv-tabs h4 {
        top: 350px;
        font-size: 30px;
    }
    .our-serv-tabs .vc_col-sm-6.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-6.no-left-margin h4.vifi-sec {
        top: 210px;
        font-size: 28px;
    }
    h4.vifi-sec {
        top: 230px !important;
    }
    #footer-outer #footer-widgets div#text-7 {
        width: 100% !important;
    }
    .custom.tp-bullets {
        left: 96% !important;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(5) a::after {
        background-position: 54% 20px !important;
        background-color: #193366 !important;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(7) a::after {
        background-position: 50% !important;
    }
    .post-area.col.span_9.col_last {
        padding: 0 0 !important;
    }
}
@media (max-width: 999px) {
	body .our-serv-tabs h4 {
    top: 500px!important;
}
    .swiper-slide h4 {
        font-size: 20px !important;
    }
    html body .swiper-slide h3 {
        width: 100% !important;
        font-size: 39px !important;
        line-height: 38px !important;
        margin-bottom: 13px !important;
    }
    body .swiper-slide b {
        font-size: 28px !important;
    }
    html body .home-slider .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
        margin: 0 auto !important;
        display: table !important;
        position: absolute;
        left: 0;
        padding: 10px 57px !important;
        width: 100% !important;
        text-transform: uppercase !important;
        text-align: center !important;
    }
    .swiper-slide .buttons > div:last-child {
        margin: 0 auto !important;
    }
    .swiper-slide .content .buttons {
        padding: 0 0 !important;
        margin: 0 auto;
        display: table;
        width: 49%;
    }
    .contact-us .p-hlf label {
        width: 100%;
        padding: 6px 0 !important;
    }
    .contact-us .wpcf7-form p {
        padding-bottom: 0;
    }
    .our-serv-tabs .tabbed > ul li a::after {
        display: none !important;
    }
    body:not(.woocommerce-cart) .main-content td {
        font-size: 9px !important;
        padding: 8px !important;
    }
    .page-id-90 #page-header-bg[data-bg-pos="center"] .page-header-bg-image {
        background-position: 50% -54px !important;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(4) a::after {
        background-position: 50% -34px;
        background-size: 110%;
    }
    .our-serv-tabs .tabbed > ul li {
        width: 24.5% !important;
    }
    .custom.tp-bullets {
        left: 91% !important;
    }
    .our-serv-tabs h4 {
        top: 500px !important;
    }
    .our-serv-tabs .vc_col-sm-6.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-6.no-left-margin h4.vifi-sec {
        top: 320px !important;
    }
    h4.vifi-sec {
        top: 350px !important;
    }
    .our-gallery strong {
        font-size: 35px !important;
    }
    #blogsecc h1 {
        font-size: 35px !important;
    }
    div#contact-us {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
        padding-top: 60px !important;
    }
    #footer-outer #footer-widgets .col p {
        width: 100% !important;
    }
    div#text-3 h3 {
        padding-left: 0 !important;
    }
    div#text-2 h2 {
        font-size: 29px;
    }
    h1#slide-22-layer-1 {
        min-width: 700px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 712px !important;
    }
    div#slide-22-layer-3 {
        left: 292px !important;
    }
    div#header-outer {
        top: 34px !important;
    }
    #header-secondary-outer #social {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        display: block !important;
    }
    .lft-blck {
        margin-top: -15px;
        margin-left: 247px;
        padding-top: 31px;
    }
    .rght-blck {
        margin-top: -2px !important;
    }

    div#slide-out-widget-area {
        background-color: #1d3563 !important;
    }
    body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
        color: #fff !important;
    }
    h1#slide-18-layer-1 {
        text-align: center !important;
        width: 100% !important;
        min-width: 710px !important;
    }
    .home-slider h1 b {
        text-align: center !important;
    }
    .home-slider h1 b {
        display: block;
    }
    .home-slider h4 small {
        text-align: center !important;
    }
    h4#slide-18-layer-2 {
        text-align: center !important;
        min-width: 710px !important;
    }
    .home-slider h4 small {
        font-size: 13px !important;
    }
    b {
        font-size: 16px !important;
        line-height: 30px !important;
    }
    div#slide-18-layer-3 {
        margin: 0px AUTO !important;
    }
    .tp-mask-wrap {
        margin: 0px AUTO !important;
        display: TABLE !important;
    }
    .tp-loop-wrap {
        margin: 0px AUTO !important;
        display: TABLE !important;
    }
    div#slide-18-layer-3 {
        left: 121%;
    }
    .tp-leftarrow.tparrows.custom.noSwipe {
        margin: 0 -28px !important;
    }
    body .tp-rightarrow.tparrows.custom.noSwipe {
        margin: 0 0 !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center !important;
    }
    .btn {
        text-align: CENTER !important;
        margin: 0px AUTO;
        display: TABLE;
    }
    .our-serv {
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }
    .serv-p {
        padding: 10px 0 !important;
        text-align: center;
    }
    .serv-p::before {
        top: 0;
    }
    .our-serv-tabs .wpb_content_element .wpb_tabs_nav {
        display: block;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(1) a.active-tab::after {
        top: 100px;
        background-size: 100px !important;
    }
    .our-serv-tabs .tabbed > ul li a::after {
        top: 100px;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(7) a::after {
        top: 180px;
    }
    .our-serv-tabs .tabbed > ul li a {
        margin: 2px 0;
        font-size: 9px !important;
        text-align: center !important;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(8) a::after {
        top: 180px !important;
        background-size: 78%;
    }
    .wpb_tab.ui-tabs-panel {
        margin: 10px 0 !important;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(2) a::after {
        background-size: 152px !important;
        background-position: 10% 0 !important;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(3) a::after {
        background-position: 48% 10px;
        background-size: 51%;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(5) a::after {
        background-position: 30% -25px !important;
        top: 184px;
        background-size: 80%;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(6) a::after {
        background-position: 58% -6px;
        top: 182px;
        background-size: 70%;
    }
    .our-serv-tabs .tabbed > ul li:nth-child(7) a::after {
        background-position: 50% -36px !important;
        background-size: 110%;
    }
    .wpb_text_column.wpb_content_element.tb-txt-blck {
        padding-top: 10px !important;
    }
    .tb-txt-blck p {
        text-align: center !important;
        margin: 0 auto;
        display: table;
        width: 100% !important;
        padding: 0 0 !important;
    }
    .our-serv-tabs {
        padding-bottom: 0 !important;
        height: 1321px !important;
    }
    .our-gallery h1 {
        margin-top: -170px !important;
    }
    #zzzx img.img-with-animation.skip-lazy {
        width: 100% !important;
        height: auto !important;
    }
    #blogsec img.img-with-animation.skip-lazy {
        margin: 0 auto !important;
    }
    #blogsecc p {
        width: 100% !important;
        text-align: center !important;
        display: table;
        margin: 0 auto;
    }
    #blogsecc p {
        width: 60% !important;
    }
    div#blogsecc {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
    div#footer-outer {
        text-align: center !important;
    }
    #footer-outer #footer-widgets div#text-2 {
        width: 100% !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    div#text-3 {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin: 0 auto !important;
    }
    div#text-4 {
        width: 100% !important;
    }
    div#text-5 {
        width: 100% !important;
    }
    div#text-9 {
        width: 100% !important;
    }
    div#text-7 {
        width: 100% !important;
    }
    #footer-outer #footer-widgets .col p {
        text-align: center !important;
    }
    div#text-8 {
        padding: 0 0 !important;
    }
    body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
        background-color: #1d3563 !important;
    }
    #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li.get-quote-btn a {
        padding: 0 0 !important;
        background-color: transparent !important;
    }
    img.img-with-animation.skip-lazy {
        margin: 10px auto !important;
        display: table !important;
        width: 100% !important;
    }
    #about-area img.img-with-animation.skip-lazy.midsecimg {
        width: 100% !important;
    }
    #contact-us-main h2 {
        text-align: left !important;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
    .swiper-container .slider-pagination-wrap {
        bottom: -1px !important;
    }
    html body .swiper-slide h3 {
        font-size: 15px !important;
        margin-bottom: -4px !important;
    }
    .swiper-slide b {
        font-size: 15px !important;
    }
    .swiper-slide .content h2 {
        margin-bottom: -19px !important;
    }
    body .swiper-slide h4 {
        font-size: 11px !important;
        line-height: 14px !important;
    }
    html body .home-slider .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
        font-size: 8px !important;
        padding: 10px 35px !important;
    }
    div#header-secondary-outer {
        display: none;
    }
    .tp-bullets.custom.horizontal.nav-pos-hor-right.nav-pos-ver-top.nav-dir-horizontal.noSwipe {
        display: none !important;
    }
    .our-serv-tabs .tabbed > ul li {
        width: 100% !important;
    }
    .our-serv-tabs h4 {
        top: 200px !important;
        font-size: 25px;
    }
    .our-serv-tabs .vc_col-sm-6.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-6.no-left-margin h4.vifi-sec {
        top: 110px !important;
        font-size: 21px !important;
    }
    h4.vifi-sec {
        top: 140px !important;
    }
    h1#slide-18-layer-1 {
        min-width: 306px !important;
    }
    h1#slide-22-layer-1 {
        min-width: 289px !important;
    }
    h4#slide-18-layer-2 {
        min-width: 289px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 289px !important;
    }
    div#slide-18-layer-3 {
        left: 87px !important;
    }
    .tp-leftarrow.tparrows.custom.noSwipe {
        left: -195px !important;
    }
    .custom.tparrows {
        left: -177px !important;
    }
    .wpb_tab.ui-tabs-panel {
        margin: 0 0 !important;
    }
    .our-serv-tabs {
        height: auto !important;
    }
    body .our-gallery {
        padding-top: 160px !important;
        margin-top: 30px !important;
    }
    .our-gallery strong {
        font-size: 30px !important;
    }
    div#slide-22-layer-3 {
        left: 87px !important;
        padding: 7px 59px !important;
    }
    p.p-hlf {
        padding: 0 0 !important;
    }
    .contact-us label {
        padding: 3px 0 !important;
    }
    div#contact-us {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
}
@media (max-width: 734px) and (min-width: 734px) {

    div#header-secondary-outer {
        display: none;
    }
    .our-serv-tabs h4 {
        top: 470px !important;
    }
    .our-serv-tabs .vc_col-sm-6.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-6.no-left-margin h4.vifi-sec {
        top: 298px !important;
    }
    h1#slide-22-layer-1 {
        min-width: 698px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 709px !important;
        top: -10px;
    }
    div#slide-22-layer-3 {
        left: 259px !important;
    }
    h1#slide-18-layer-1 {
        min-width: 650px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 644px !important;
    }
    h4#slide-18-layer-2 {
        min-width: 642px !important;
    }
    div#slide-18-layer-3 {
        left: 220px !important;
    }
    .custom.tparrows.tp-rightarrow:before {
        display: none;
    }
    .custom.tparrows.tp-leftarrow:before {
        display: none;
    }
    .wpb_tab.ui-tabs-panel {
        margin-top: 20px !important;
    }
}
@media (max-width: 684px) and (min-width: 684px) {

    div#header-secondary-outer {
        display: none;
    }
    .tp-bullets.custom.horizontal.nav-pos-hor-right.nav-pos-ver-top.nav-dir-horizontal.noSwipe {
        display: none;
    }
    h1#slide-22-layer-1 {
        min-width: 698px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 709px !important;
        top: -10px;
    }
    div#slide-22-layer-3 {
        left: 259px !important;
    }
    h1#slide-18-layer-1 {
        min-width: 650px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 644px !important;
    }
    h4#slide-18-layer-2 {
        min-width: 642px !important;
    }
    div#slide-18-layer-3 {
        left: 220px !important;
    }
    .custom.tparrows.tp-rightarrow:before {
        display: none;
    }
    .custom.tparrows.tp-leftarrow:before {
        display: none;
    }
    .wpb_tab.ui-tabs-panel {
        margin-top: 20px !important;
    }
}
@media (max-width: 667px) and (min-width: 667px) {

    div#header-secondary-outer {
        display: none;
    }
    h1#slide-22-layer-1 {
        min-width: 698px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 709px !important;
        top: -10px;
    }
    div#slide-22-layer-3 {
        left: 259px !important;
    }
    h1#slide-18-layer-1 {
        min-width: 650px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 644px !important;
    }
    h4#slide-18-layer-2 {
        min-width: 642px !important;
    }
    div#slide-18-layer-3 {
        left: 220px !important;
    }
    .custom.tparrows.tp-rightarrow:before {
        display: none;
    }
    .custom.tparrows.tp-leftarrow:before {
        display: none;
    }
    .wpb_tab.ui-tabs-panel {
        margin-top: -1px !important;
    }
    h1#slide-22-layer-1 {
        min-width: 679px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 677px !important;
    }
    div#slide-22-layer-3 {
        left: 240px !important;
    }
}
@media (max-width: 600px) and (min-width: 415px) {
    div#header-secondary-outer {
        display: none;
    }
    .tp-bullets.custom.horizontal.nav-pos-hor-right.nav-pos-ver-top.nav-dir-horizontal.noSwipe {
        display: none;
    }
    h4#slide-22-layer-2 {
        min-width: 403px !important;
        top: 7px;
    }
    h1#slide-22-layer-2 {
        min-width: 409px !important;
    }
    div#slide-22-layer-3 {
        padding: 5px 41px !important;
        font-size: 9px !important;
        top: 19px;
        left: 136px !important;
    }
    div#slide-18-layer-3 {
        padding: 5px 41px !important;
        font-size: 9px !important;
        top: 19px;
        left: 130px !important;
    }
    h1#slide-22-layer-1 {
        min-width: 409px !important;
    }
    h4#slide-22-layer-1 {
        min-width: 398px !important;
        top: 5px;
    }
    h1#slide-18-layer-1 {
        min-width: 414px !important;
    }
    h4#slide-18-layer-2 {
        min-width: 398px !important;
        top: 5px;
    }
    .tp-leftarrow.tparrows.custom.noSwipe {
        display: none;
    }
    body .tp-rightarrow.tparrows.custom.noSwipe {
        display: none;
    }
    .home-slider h1 b {
        font-size: 18px !important;
    }
}
@media (max-width: 736px) and (min-width: 736px) {
    h1#slide-22-layer-1 {
        min-width: 698px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 709px !important;
        top: -10px;
    }
    div#slide-22-layer-3 {
        left: 259px !important;
    }
    h1#slide-18-layer-1 {
        min-width: 650px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 644px !important;
    }
    h4#slide-18-layer-2 {
        min-width: 642px !important;
    }
    h1#slide-22-layer-1 {
        min-width: 679px !important;
    }
    h4#slide-22-layer-2 {
        min-width: 677px !important;
    }
    div#slide-22-layer-3 {
        left: 240px !important;
    }
    div#slide-18-layer-3 {
        left: 220px !important;
    }
    .custom.tparrows.tp-rightarrow:before {
        display: none;
    }
    .custom.tparrows.tp-leftarrow:before {
        display: none;
    }
    .wpb_tab.ui-tabs-panel {
        margin-top: 20px !important;
    }
    div#header-secondary-outer {
        display: none;
    }
}
h4.vifi-sec {
    top: 335px;
}
#text-4 p {
    padding-bottom: 16px !important;
}
.our-serv-tabs .vc_col-sm-6.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-6.no-left-margin h4.vifi-sec {
    top: 290px;
}
.page-id-90 #page-header-bg[data-bg-pos="center"] .page-header-bg-image {
    background-position: 50% -226px;
}
#news-sec img.img-with-animation.skip-lazy.animated-in:hover {
    filter: brightness(0.5);
    cursor: pointer;
    transition: all ease 0.3s;
}
#news-sec img.img-with-animation.skip-lazy.animated-in {
    cursor: pointer;
    transition: all ease 0.3s;
    max-height: 520px !important;
}
img.img-with-animation.skip-lazy.lt-img.animated-in {
    height: 170px;
    object-fit: cover;
}
p.custbtn {
    padding-top: 50px;
}
.swiper-slide b {
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 8px;
}
.swiper-slide h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif !important;
    width: 50% !important;
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
}
.swiper-slide .content h2 {
    margin-bottom: -5px;
}
.swiper-slide h4 {
    font-size: 16.16px !important;
    letter-spacing: 5px !important;
    color: #fff;
    font-weight: 800 !important;
    text-transform: uppercase;
}
.home-slider .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
    padding: 11px 59px !important;
    font-weight: 600 !important;
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 50px !important;
    color: indigo !important;
    font-size: 13px;
}
.page-id-540 iframe {
    margin-top: 0 !important;
    margin: 0 auto !important;
    display: table !important;
    position: absolute;
    right: 0;
    left: 0;
    top: -13px;
}
.page-id-540 .wpcf7-form-control-wrap {
    width: 100% !important;
    z-index: -9999;
}
.page-id-540 .contact-us .wpcf7-form p {
    float: inherit;
}
.page-id-540 .contact-us .wpcf7-text {
    margin-bottom: 10px !important;
}
.page-id-540 .contact-us .wpcf7-textarea {
    margin-top: -10px !important;
}
.page-id-378 .contact-us .wpcf7-form p {
    float: inherit !important;
}
.page-id-378 #contact-us iframe {
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    display: table !important;
}
.contact-us .wpcf7-select,
.contact-us .wpcf7-textarea,
.page-id-378 .contact-us .wpcf7-text {
    margin-bottom: 10px !important;
}
.animate iframe {
    position: absolute;
    left: 10px;
}
.page-id-8 .contact-us .wpcf7-form p {
    float: inherit !important;
}
.page-id-8 #contact-us iframe {
    position: absolute;
    right: 0;
    left: 0;
    margin: -10px auto;
}
.contact-us .wpcf7-select,
.contact-us .wpcf7-text,
.contact-us .wpcf7-textarea {
    margin-bottom: 10px;
}

img.img-with-animation, .col.has-animation, .wpb_column.has-animation, .nectar_cascading_images .cascading-image .inner-wrap, .nectar-fancy-box.has-animation {
    opacity: 1;
}

.mp_login_form .mepr-login-actions {
	float: left;
}