@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root{
    --text-color: #444444;
    --color-one: #ed7034;
    --color-two: #1878c1;
    --font-one: 'HelveticaNeue', sans-serif;
    --heading: 50px;
}
body {
    color: #081B33;
    line-height: 2;
    font-family: var(--font-one);
    font-size: 16px;
    overflow-x: hidden;
    font-weight: 300;
}
a{
    outline: 0;
    color: var(--color-one);
}
.page-id-2907 .form-btn {
    width: 50%;
}
.btn {
    background-color: var(--color-one);
    border-color: var(--color-one);
    border-width: 2px;
    color: #fff;
    padding: 12px 25px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 180px;
    font-weight: 500;
    white-space: normal;
    text-align: center;
}
.btn:hover {
    background-color: transparent;
    border-color: var(--color-one);
    color: var(--color-one);
}
.btn:after{
    display: none;
}
.form-btn:after{
    display: none;
}
img{
    max-width: 100%;
    height: auto;
}
.section-pd, .spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}
.space-m{
    margin-top: 80px;
    margin-bottom: 80px;
}
.space-mt{
    margin-top: 80px;
}
.space-mb{
    margin-bottom: 80px;
}
.form-group {
    margin-bottom: 30px;
}
.form-control{
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    max-height: 150px;
    resize: none;
    border: 0px solid #959595;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-control:focus{
    border-color: initial;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip, .wpcf7 label.error {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #f00;
    padding: 1px 3px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    background: #fff;
}
.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}
div.wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 7px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}


.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 20px;
}
.slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    margin-left: 5px;
}
.slick-dots li.slick-active {
    border-color: transparent;
}
.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #C4C4C4;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slick-dots li.slick-active button {
    background: var(--color-one)
}
.slick-arrow {
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 3px;
    border: 0px solid var(--color-two);
    font-size: 0;
    position: relative;
}
.slick-arrow svg, .slick-arrow img {
    width: 14px;
    height: 14px;
    fill: var(--color-one);
    stroke: var(--color-one);
}
.slick-arrow:hover svg, .slick-arrow:hover img {
    width: 14px;
    height: 14px;
    fill: #fff;
    stroke: #fff;
}
.slick-arrow:before{
    display: none;
}

.testimonials-slider .slick-arrow {
    border-radius: 100%;
    border: 1px solid var(--color-one);
    box-shadow: none;
}

/*=========== Header =============*/
.header {
    transition: all .3s ease-in-out;
    backdrop-filter: blur(11.25px);
    background: rgba(255, 255, 255, 0.4);
    height: auto;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.header.shrink {
    background: #fff;
    transition: all .3s ease-in-out;
    z-index: 999;
    box-shadow: 0 5px 5px -5px #555;
    padding: 5px 0;
}
.header-logo {
    width: 450px;
    display: flex;
    align-items: center;
    color: #fff;
}
.header-logo img {
    max-height: 90px;
    width: auto;
}
.header-right {
    width: calc(100% - 450px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-phone a {
    color: #fff;
    padding: 10px 12px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 30px;
    background: var(--color-one);
    border-radius: 0;
}
.header-phone .phone-title {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    margin-right: 5px;
}
.header-phone .phone-detail {
    display: flex;
    align-items: center;
}
.header-phone .phone-no {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.header-phone svg {
    fill: #fff;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.header-phone btn:hover svg, .btn:hover svg path {
    fill: var(--color-one);
}

.header .ns-logo {
    max-width: 180px;
    margin-left: 20px;
    margin-right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.header.shrink {
    background: #fff;
    transition: all .3s ease-in-out;
    z-index: 999;
    box-shadow: 0 5px 5px -5px #555;
    padding: 5px 0;
}
.home-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.home-banner .banner-content{
    z-index: 1;
}
.home-banner .banner-title{
    color: #081B33;
    position: relative;
    font-size: 50px;
    font-weight: 500 !important;
    max-width: 730px;
}
.home-banner .banner-description {
    font-size: 16px;
    line-height: 1.7;
    color: #081B33;
    letter-spacing: 0;
}

.side-banner-form .form-group {
    margin-bottom: 30px;
}

.side-banner-form .form-control {
    background-color: transparent;
    max-height: 90px;
    border-radius: 0;
    padding-left: 0;
}

.side-banner-form .form-title {
    font-size: 30px;
    color: #000;
}
.single-video .play-btn {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
.single-video .play-btn circle {
    fill: var(--color-one);
    stroke: var(--color-one);
}
.single-video:hover .play-btn circle {
    fill: #fff;
    stroke: #fff;
}
.faq-accordion .accordion-button .arrow {
    width: 35px;
    height: 35px;
}

.footer {
    background: #f6fbfb;
    font-size: 15px;
}
.footer-bottom .container {
    display: block;
}

#footer .accordion-item {
    border: none;
    border-radius: 0 !important;
    background: none;
    margin-bottom: 10px;
}
#footer .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #DADADA;
}
#footer .accordion-button {
    font-size: 15px;
    color: #000;
    border-radius: 10px !important;
    background-color: transparent;
    padding: 15px 20px 15px 0;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
}
#footer .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
#footer .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
#footer .accordion-body {
    margin: 0 0;
    border-top: none;
    padding: 10px 0;
}
#footer .accordion-button::after {
    position: absolute;
    top: 20px;
    width: auto;
    right: 0;
    content: "+";
    background: none;
    transform: none;
    color: var(--color-one);
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: normal;
}
#footer .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "-";
}
#footer .accordion-collapse {
    padding: 12px 0;
}
.nap-box {
    position: relative;
    line-height: normal;
    margin-bottom: 17px;
    padding-left: 25px;
}
.nap-box:last-child {
    margin-bottom: 0;
}
.nap-box svg, .nap-box img {
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    fill: var(--color-one);
}
.nap-box svg path {
    fill: var(--color-one);
}
.nap-address, .nap-info a {
    line-height: 1.8;
    color: var(--color--black);
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
}
.nap-address .direction-link {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #000;
    line-height: normal;
    font-size: 14px;
    text-decoration: none;
}
.nap-info a:hover,.nap-address .direction-link:hover {
    color: var(--color-one);
    border-color: var(--color-one);
}

.footer .ns-logo {
    max-width: 180px;
    margin-left: 20px;
    margin-right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}
.footer .ns-logo img{
    max-width: 100%;
    height: auto;
}
.footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
}
.page-template-tmsppc-los-angeles .btn{
	background-color:#80c9ac;
	border-color:#80c9ac;
}
.page-template-tmsppc-los-angeles .btn:hover{
	background-color:#305384;
	color:#fff;
	border-color:#305384;
}
.page-template-tmsppc-los-angeles .header-phone a:hover{
	border-color:#305384;
	color:#fff;
}
.page-template-tmsppc-los-angeles .header-phone a:hover svg path{	
    fill: #fff;
}
.page-template-tmsppc-los-angeles .nap-box svg path {
    fill: #80c9ac;
}
.page-template-tmsppc-los-angeles .side-banner-form .form-btn .btn:hover{
	border-color:#305384;
	color:#fff;
}
.page-template-tmsppc-los-angeles .cta-section p{
	color:#fff!important;
}
.page-template-tmsppc-los-angeles .faq-accordion .accordion-button[aria-expanded="true"] .arrow{
	background-color:#80c9ac;
}
 body.page-template-tmsppc-los-angeles p{
	color:#1d1d1d!important;
	 font-weight:300!important;
}
body.page-template-tmsppc-los-angeles{
	font-family:'Manrope';
}
/* body.page-template-tmsppc-los-angeles .heading{
	color:#000;
} */
.page-template-tmsppc-los-angeles .nap-info a:hover, .page-template-tmsppc-los-angeles .nap-address .direction-link:hover {
    color: #80c9ac;
    border-color: #80c9ac;
}
@media (max-width: 1199px){
    .section-pd, .spaced {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px){
    .side-banner-form .form-group {
        margin-bottom: 10px;
    }
}


@media (max-width: 767px){
    .section-pd, .spaced {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .header-logo {
        width: 70%;
    }
    .header-right {
        width: 30%;
    }
    .header-logo img {
        max-height: 70px;
        width: auto;
    }
    .header-phone .phone-detail {
        display: none;
    }
    .header-phone a {
        width: auto;
        min-width: auto;
        text-align: center;
    }
    .header-phone svg {
        margin-right: 0;
    }
}

.home-banner {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
    background-color: #000;
    padding-top: 70px;
}
.home-banner .row {
    max-width: 1000px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-banner .banner-content {
    padding-top: 100px;
}
.home-banner .banner-description {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
}
.home-banner .btn{
    margin-top: 30px;
}
.home-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-banner-form {
    max-width: 450px;
}
.side-banner-form form {
    border-radius: 20px;
    background: rgba(255,255,255,.8);
    box-shadow: 3.6px 3.6px 54px 0px rgba(0,0,0,.1);
    backdrop-filter: blur(7.5px);
    padding: 30px;
}
.side-banner-form .form-title {
    font-size: 30px;
}
.side-banner-form .form-group{
    margin-bottom: 15px;
}
.home-banner .banner-description {
        font-size: 16px;
    }
.home-banner.has-form .main-row {
    max-width: 100%;
    flex-direction: row;
}
.home-banner.has-form .banner-content {
    padding-top: 100px;
    width: calc(100% - 450px);
    padding-right: 50px;
}
.side-banner-form .form-btn .btn {
    margin-top: 0;
}

@media (min-width:1300px){
    .home-banner {
        height: 100vh;
    }
}
@media (max-width:1500px){
    .home-banner .banner-title {
        font-size: 60px;
    }
    .home-banner .banner-content {
        padding-top: 20px;
    }
    .home-banner .btn {
        margin-top: 15px;
    }
    .side-banner-form .form-group {
        margin-bottom: 15px;
    }
    .side-banner-form .form-control {
        max-height: 70px;
    }

}
@media (max-width:1400px){
    .home-banner .banner-title {
        font-size: 55px;
    }
    .home-banner .banner-description {
        font-size: 16px;
        margin-top: 10px;
    }
}
@media (max-width:1300px){
    .home-banner .banner-title {
        font-size: 50px;
    }
}
@media (max-width:1199px){
    .home-banner.has-form .banner-title {
        font-size: 45px;
    }
    .home-banner.has-form .banner-description {
        font-size: 16px;
    }
}

@media (max-width:991px){
    .home-banner.has-form .banner-content {
        width: calc(100% - 270px);
        padding-right: 20px;
    }
    .side-banner-form {
        max-width: 270px;
    }
    .side-banner-form form {
        padding: 30px 15px;
    }
    .side-banner-form .form-title {
        font-size: 20px;
    }
    .home-banner.has-form .banner-title {
        font-size: 32px;
    }
    .home-banner .banner-title {
        font-size: 45px;
    }
}

@media (max-width:767px){
    .home-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .home-banner .banner-title {
        font-size: 23px;
    }
    .home-banner .banner-description {
        font-size: 14px;
    }
    .home-banner.has-form .banner-content {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .side-banner-form {
        max-width: 100%;
    }
    .side-banner-form form {
        padding: 40px 15px;
        border-radius: 0;
        background: #f7f7f7;
    }
}

/*========== Banner Form ============*/
.banner-form form {
    padding-left: 20px;
}
.banner-form .form-row {
    border-radius: 36px;
    background: #FFF;
    box-shadow: 4px 4px 55px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-top: -110px;
    z-index: 1;
    position: relative;
}
.banner-form .heading {
    font-size: 32px;
}
.banner-form .form-group{
    margin-bottom: 20px;
}
.banner-form .form-control {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    padding: 15px;
}
.banner-form .form-btn{
    width: 100%;
}

@media (max-width:1400px){
    .banner-form .form-row {
        padding: 30px;
    }
    .banner-form .desc {
        font-size: 15px;
    }
}

@media (max-width:1199px){
    .banner-form .form-row {
        padding: 30px;
    }

    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .desc {
        line-height: 1.5;
    }

}

@media (max-width:991px){
    .banner-form .left-col {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width:767px){
    .banner-form form {
        padding-left: 0;
    }
    .banner-form .form-row {
        padding: 30px 15px;
        margin-top: -100px;
    }
    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .form-btn {
        margin-top: 20px;
    }
    .banner-form .btn {
        width: 100%;
    }
}

/*========== content-image-with-text ===========*/

.image-with-text h2{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #081b33;
}
.faqs-block h2{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #081b33;
}
.cta-section h2{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
.image-with-text p {
    color: #1d1d1d !important;
    font-weight: 300 !important;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 2;
    font-size: 18px;
}
.cta-section p{
    color: #fff !important;
    font-weight: 300 !important;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 2;
    font-size: 18px;
}
.image-with-text.image-right .row {
    flex-direction: row-reverse;
}
.image-with-text .image.image-border:before {
    content: "";
    border: 1px solid var(--color-two);
    background: rgba(30, 77, 128, 0.04);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: var(--color-two);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    opacity: 0.2;
}
.image-with-text .content-inner{
    padding-left: 30px;
}
.image-with-text.image-right .content-inner{
    padding-left: 0;
    padding-right: 30px;
}
.image-with-text.image-right .image.image-border:before {
    content: "";
    border: 1px solid var(--color-two);
    background: rgba(30, 77, 128, 0.04);
    position: absolute;
    width: 100%;
    height: 100%;
    left: auto;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: var(--color-two);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    right: auto;
    bottom: -20px;
    z-index: -1;
    opacity: 0.2;
}
.image-with-text.image-right .image.image-bg:before {
    left: auto;
    right: -30px;
}

@media (max-width: 991px){
    .image-with-text .image {
        max-width: 500px;
        margin: 0 auto 60px;
    }
    .image-with-text .content-inner {
        padding-left: 0;
    }
}

@media (max-width: 767px){
    .image-with-text .image.image-border:before{
        display: none;
    }
    .image-with-text .image.image-bg:before{
        display: none;
    }
    .image-with-text .image {
        margin: 0 auto 20px;
    }
    .image-with-text.image-right .content-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

/*============ content-faqs-block ============ */
.faq-accordion {
    border: 1px solid #CDCDCD;
}
.faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-accordion .accordion-body {
    padding: 20px 20px;
    border: none;
    border-top: 1px solid #CDCDCD;
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-header button {
    padding: 20px 70px 20px 20px;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.3;
    background: transparent;
    font-weight: 400;
    letter-spacing: .6px;
}
.faq-accordion .accordion-button{
    position: relative;
}
.faq-accordion .accordion-button:after {
    display: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 35px;
    height: 35px;
    background: transparent;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: 0px solid var(--color-one);
    z-index: 1;
}
.faq-accordion .accordion-button[aria-expanded="true"] .arrow {
    background: var(--color-one);
}
.faq-accordion .accordion-button[aria-expanded="true"] .arrow:before {
    border-color: #fff;
}
.faq-accordion .accordion-button .arrow:before {
    content: "";
    border-top: 2px solid #121212;
    text-decoration: none;
    width: calc(100% - 20px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-accordion .accordion-button .arrow:after {
    content: "";
    border-right: 2px solid #121212;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-accordion .accordion-button:not(.collapsed) .arrow:after {
    display: none;
}


@media (max-width: 1199px){
    .faq-accordion .accordion-header button {
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .faq-accordion .accordion-button  .arrow {
        width: 35px;
        height: 35px;
        right: 10px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        font-size: 18px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        padding: 15px 50px 15px 15px;
    }
}

/*========== content-cta ==========*/
.cta-section{
    padding-top: 45px;
    padding-bottom: 45px;
}

/*========== Video Section ==========*/
video#about_video {
    width: 100%;
}
.content-sec{
    padding: 0 4%;
    word-break: break-word;
}
.content-sec .description p{
    color: #1d1d1d !important;
    font-weight: 300 !important;
}

@media (max-width: 991px) {
    .footer-logo {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        width: 100%;
    }
}
#footer .accordion-button:not(.collapsed)::before {
    background-image: none;
    transform: none;
    content: "-";
}
#footer .accordion-button::before {
    position: absolute;
    top: 20px;
    width: auto;
    right: 0;
    content: "+";
    background: none;
    transform: none;
    color: var(--color-one);
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: normal;
}
.footer-desc-bottom.mt-3 {
    background: rgb(0 0 0 / 5%);
    padding: 15px;
    position: relative;
}
.wpcf7-response-output {
    display: none !important;
}
.nap-address-item {
    text-align: left;
}