/*
Theme Name: JSA Theme
Author: JSA Interactive
Text Domain: jsa_theme
Version: 1.0.3
*/

* {
    -webkit-overflow-scrolling: touch;
}
body {
    background: #fff;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
h1,
h2,
h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 20px 0;
}
h1 {
    font-size: 36px;
    line-height: 1.3;
}
h2 {
    font-size: 24px;
    line-height: 1.3;
}
h3 {
    font-size: 18px;
    line-height: 1.3;
}
/**img {
    width:100%;
    height:auto;
}**/
.row,
.col {
    margin: 0;
    padding: 0;
}
.container-fluid {
    width: 100%;
    max-width: 1200px;
}

/*Header*/
.head-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    background: #eee;
    z-index: 9999;
    width: 100%;
    top: 0;
    margin-bottom: 0px;
    padding-top: 0;
}
.logo-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    display: block;
}
.tex-light {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.tex-italic {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.main-nav li.current_page_item a {
    color: #4e9c46;
}
.head-wrapper.sticky {
    position: fixed;
    left: 0;
    right: 0;
}
.head-wrapper.sticky img {
    width: 80%;
}
.head-btn .orng {
    background-color: #df751d;
    color: #fff !important;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 17px;
    border-radius: 5px;
    line-height: 28px;
    margin-left: 10px;
    font-weight: 800;
}
/*Logo*/
.logo-container {
    position: relative;
    top: 10px;
}
.logo-container span {
    color: #fff;
    font-size: 20px;
}
.logo-container a {
    text-decoration: none;
}

.logo-container span.tex-italic {
    color: #008fc6;
}
.logo-container .logo {
    width: 100%;
    max-width: 120px;
    position: absolute;
    bottom: -10px;
    right: 0;
}

/*Top Navigation Menu*/
.main-nav {
    margin-left: auto;
    position: relative;
    top: 50px;
}
.main-nav li {
    display: inline-block;
    position: relative;
}
#menu-main-menu .sub-menu {
    position: absolute;
    width: 250px;
    padding: 10px 15px;
    background-color: #eeeeee;
    display: none;
    z-index: 99;
    box-shadow: 0px 6px 10px #4242424d;
}
#menu-main-menu .sub-menu li a {
    font-size: 16px;
}
#menu-main-menu .sub-menu li {
    padding: 4px 0px;
}
.main-nav #menu-main-menu li:hover .sub-menu {
    display: block;
}
.main-nav li a {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-decoration: none;
    color: #000000;
    margin-left: 15px;
    font-weight: 800;
    transition: all 0.2s linear;
}
.desktop-phone-btn a {
    background-color: #df751d;
    color: #fff !important;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 15px;
    border-radius: 5px;
    line-height: 28px;
    margin-left: 10px;
}
.desktop-phone-btn {
    margin-top: 14px;
}
.main-nav li a:hover,
.main-nav li a:active {
    color: #df751d;
}
.head-wrapper .container-fluid {
    width: 100%;
    max-width: 1600px;
}
#home-svg-icon {
    position: absolute;
    top: -3px;
    left: 0;
}
li#menu-item-28 a {
    color: #ff9203;
}
.no-link a {
    pointer-events: unset;
    cursor: pointer;
}
.no-link .sub-menu a {
    pointer-events: unset !important;
}
/*Content*/
.centered-content {
    width: 80%;
    margin: 0 auto;
}
.centered-content:after {
    display: block;
    clear: both;
}
#site .cta-color a {
    color: #ff9203;
    font-weight: bold;
}

/*Calendar*/
#calendar-2,
#calendar-3 {
    float: right;
}

/*Footer*/
footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: none;
}

.footer-logo-container {
    margin-right: auto;
    position: relative;
}
.footer-logo-container span {
    font-size: 20px;
}
.footer-logo-container a {
    text-decoration: none;
}
.footer-logo-container span.tex-light {
    font-size: 14px;
    position: absolute;
    bottom: -13px;
    left: 70px;
}
.footer-logo-container span.tex-italic {
    color: #008fc6;
}
.footer-logo-container .logo {
    width: 100%;
    max-width: 120px;
    position: absolute;
    bottom: -10px;
    right: 0;
}
.footer-menu {
    margin-left: auto;
    position: relative;
    top: 20px;
}
.footer-menu li {
    display: inline-block;
    margin-left: 15px;
}
.footer-menu li a {
    color: #777;
}
.copyright {
    width: 100%;
    display: flex;
    padding-bottom: 30px;
}
.content-wrap {
    position: relative;
}
.content-wrap section.content-current {
    display: block;
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1390px;
    text-align: center;
}
.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}
#top-footer h3 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
#top-footer {
    background-color: #081400;
    padding: 50px 0px 50px 0px;
}
#top-footer p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.footer-soc a {
    background-color: #102601;
    padding: 3px 10px !important;
    width: 45px;
    height: 45px;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 100px;
    margin-right: 9px;
    margin-top: 20px;
}
.footer-soc a i {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}
#top-footer h4 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
#top-footer .col-md-4 a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0px;
    display: inline-block;
}
.ft-btn a {
    background-color: #df751d;
    font-size: 18px !important;
    font-weight: 800;
    padding: 12px 15px !important;
    text-align: center;
    border-radius: 5px;
}
.ft-btn {
    margin-top: 15px;
}
footer .container-fluid {
    border-top: 1px solid #142d03;
    padding-top: 20px;
}

/* Content */
.content-wrap {
    position: relative;
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1390px;
    text-align: center;
    min-height: 320px;
}
.content-wrap section.content-current {
    display: block;
}
.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.no-flexbox nav ul {
    display: block;
}
.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

/*Page template*/
#site .pagecontent {
    min-height: 500px;
}
.row.pagecontent .col-8 {
    padding-left: 0;
}
.section-page-wrapper {
    padding: 20px;
}

/*Full Width Template*/
.centered-h1 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 50px;
}
textarea#script_injector {
    color: #000;
    font-size: 16px;
    padding: 15px;
}
.page-template-full-width .section-page-wrapper {
    padding: 50px 0 25px;
}
/** Homepage CSS **/
#home-sec1 {
    background-image: url("https://localtreeservicemarketing.com/wp-content/uploads/2023/08/home-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    text-align: center;
    padding: 85px 500px;
}
#home-sec1 h1 {
    color: #fff;
    font-size: 62px;
    line-height: 69px;
    font-weight: 800;
    margin-top: 0px;
}
#home-sec1 p {
    color: #fff;
    font-size: 22px;
    line-height: 29px;
}
.border-hm {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 15px 20px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    font-weight: 800;
}
.home-btn {
    margin-top: 30px;
}
.border-hm img {
    margin-left: 9px;
}
.hm-bg-btn {
    color: #fff;
    font-size: 20px;
    background-color: #df751d;
    display: inline-block;
    padding: 16px 20px;
    font-weight: 800;
}
.home-btn a:hover {
    text-decoration: none;
    color: #fff;
}
#home-sec2 .row {
    align-items: center;
}
#home-sec2 {
    padding: 50px 0px;
}
#home-sec2 h3 {
    font-family: "Inter", sans-serif;
    color: #18824d;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto;
}
#home-sec2 h2 {
    color: #081400;
    font-size: 48px;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 700;
}
#home-sec2 p {
    color: #757575;
    font-size: 16px;
    line-height: 23px;
}
.sec2-ck strong {
    color: #000;
}
.sec2-ck .fa.fa-check {
    color: #18824d;
    font-size: 20px;
    padding-right: 5px;
    padding-top: 2px;
}
.sec2-btn a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #df751d;
    display: inline-block;
    padding: 12px 25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 29px;
}
.sec2-btn a img {
    margin-left: 5px;
}
.sec2-btn {
    margin-top: 10px;
}
.sec2-ck div {
    display: inline-flex;
}
#home-sec3 {
    background-color: #4e9c46;
    padding-top: 60px;
}
#home-sec3 img {
    position: relative;
    bottom: -1px;
}
.green h2 {
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}
.green p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}
.orng-btn a {
    color: #fff;
    font-size: 20px;
    background-color: #df751d;
    display: inline-block;
    font-weight: 600;
    padding: 15px 25px;
    line-height: 27px;
}
.cont-padd {
    padding-top: 40px;
    padding-left: 40px;
}
#home-sec4 {
    background-color: #18824d;
    padding-top: 100px;
}
#home-sec5 {
    background-color: #4e9c46;
    padding-top: 100px;
}
#home-sec6 {
    background-color: #18824d;
    padding-top: 50px;
}
#home-sec6 img {
    width: 100%;
}
#home-sec7 {
    background-color: #4e9c46;
    padding-top: 90px;
}
#home-sec8 {
    background-color: #18824d;
    padding-top: 90px;
}
#home-sec3 img,
#home-sec4 img,
#home-sec5 img,
#home-sec6 img,
#home-sec7 img,
#home-sec8 img {
    width: 100%;
}
#home-sec9 {
    background-image: url("https://localtreeservicemarketing.com/wp-content/uploads/2023/08/sec9-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}
#home-sec9 h2 {
    text-align: center;
    color: #081400;
    font-size: 45px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0px;
}
#home-sec9 img {
    width: 55px;
}
#home-sec9 .inner-sec9 {
    box-shadow: 0px 4px 20px 0px #0000001a;
    background-color: #fff;
    padding: 30px 15px;
}
#home-sec9 .container-fluid {
    max-width: 1600px;
}
#home-sec9 .inner-sec9 {
    box-shadow: 0px 4px 20px 0px #0000001a;
    background-color: #fff;
    padding: 30px 15px;
    height: 365px;
}
.inner-sec9 h4 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-left: 10px;
}
.inner-sec9 div {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}
#home-sec9 p {
    color: #757575;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-top: 15px;
}
#home-sec9 .col-md-3 {
    padding: 0px 10px;
}
#home-sec10 {
    background-image: url("https://localtreeservicemarketing.com/wp-content/uploads/2023/08/sec10-bg-new.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0px;
}
#home-sec10 h2 {
    color: #fff;
    font-size: 45px;
    line-height: 51px;
    font-weight: 700;
    margin-top: 0px;
}
#home-sec10 p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
#home-sec11 h3 {
    font-family: "Inter", sans-serif;
    color: #18824d;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto;
    letter-spacing: 1px;
}
#home-sec11 h2 {
    color: #081400;
    font-size: 45px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0px;
}
#home-sec11 {
    background-image: url("https://localtreeservicemarketing.com/wp-content/uploads/2023/08/sec11-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding: 80px 0px;
}
.inner-sec10 {
    box-shadow: 0px 30px 30px 0px #00000014;
    background-color: #fff;
    border-radius: 10px;
}
.inner-sec10 iframe {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.inner-sec10 div img {
    position: absolute;
    bottom: -20px;
    left: 15px;
}
.inner-sec10 div {
    position: relative;
}
.inner-sec10 p {
    font-size: 16px;
    line-height: 23px;
    color: #5a5a5a;
    margin-bottom: 0px;
    margin-top: 15px;
}
.inner-sec10 p strong {
    color: #000;
}
.testimonial-cont11 {
    padding: 13px 15px 20px 15px;
    min-height: 201px;
    margin-bottom: 20px;
}
.inner-testimonial .green-icn {
    position: absolute;
    width: auto !important;
    height: auto !important;
    top: 0;
}
.inner-testimonial img {
    width: 77px;
    height: 77px;
}
.inner-testimonial {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.client-name {
    color: #081400;
    font-weight: 700;
}
.client-job {
    color: #757575;
}
.client-info {
    font-size: 16px;
    line-height: 23px;
    margin-left: 9px;
}
.bot-testimonial h3 {
    color: #757575;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
}
.testimonial-single {
    box-shadow: 0px 4px 8px 0px #0000000d;
    background-color: #fff;
    padding: 20px 15px;
    margin: 0px 10px;
    min-height: 236px;
}
#home-testimonial .slick-list.draggable {
    padding: 20px 0px !important;
}
#home-testimonial {
    background-image: url("https://localtreeservicemarketing.com/wp-content/uploads/2023/08/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}
#home-testimonial h2 {
    text-align: center;
    color: #081400;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #4e9c46;
}
.slick-dots li button::before {
    font-size: 13px;
}
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
}
.slick-next {
    right: -45px;
}
.slick-prev::before,
.slick-next::before {
    font-size: 20px;
    line-height: 27px;
    opacity: 1;
    color: #000;
    padding: 5px 6px;
    background-color: #fff;
    border-radius: 100px;
    font-weight: 400;
}
.slick-next::before {
    content: "\f061";
    font-family: "FontAwesome";
}
.slick-prev {
    left: -45px;
}
.slick-prev::before {
    content: "\f060";
    font-family: "FontAwesome";
}
#hm-top-footer {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
}

/**************************/
/******Responsive**********/
/**************************/
@media screen and (max-width: 1600px) {
    #home-sec1 {
        padding: 85px 300px;
    }
}
@media screen and (max-width: 1366px) {
    .head-wrapper .container-fluid {
        width: 100%;
        max-width: 95%;
    }
    #home-sec1 h1 {
        font-size: 55px;
        line-height: 62px;
    }
    #home-sec1 p {
        font-size: 20px;
        line-height: 27px;
    }
    .home-btn a {
        font-size: 18px;
    }
    #home-sec2 h3 {
        font-size: 19px;
        line-height: 25px;
    }
    #home-sec2 h2 {
        font-size: 45px;
        line-height: 52px;
        margin-bottom: 15px;
    }
    .sec2-btn a {
        font-size: 20px;
        padding: 12px 25px;
        line-height: 27px;
    }
    .green h2 {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .orng-btn a {
        font-size: 18px;
        padding: 15px 25px;
        line-height: 25px;
    }
    #home-sec9 h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 30px;
    }
    #home-sec9 .container-fluid {
        max-width: 95%;
    }
    #home-sec9 .inner-sec9 {
        height: 625px !important;
    }
    #home-sec10 h2 {
        font-size: 40px;
        line-height: 47px;
        margin-top: 0px;
    }
    #home-sec11 h3 {
        font-size: 19px;
        line-height: 25px;
    }
    #home-sec11 h2 {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    #home-testimonial h2 {
        font-size: 35px;
        line-height: 42px;
        width: 40%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1280px) {
    #home-sec1 {
        padding: 60px 0px;
    }
    #home-sec1 h1 {
        font-size: 50px;
        line-height: 57px;
    }
    #home-sec1 p {
        font-size: 18px;
        line-height: 25px;
    }
    .home-btn a {
        font-size: 17px;
    }
    #home-sec2 h2 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 13px;
    }
    #home-sec2 p {
        font-size: 15px;
        line-height: 22px;
    }
    .sec2-btn a {
        font-size: 18px;
        padding: 12px 25px;
        line-height: 25px;
    }
    .green h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .cont-padd {
        padding-top: 40px;
        padding-left: 0px;
    }
    .green p {
        font-size: 15px;
        line-height: 22px;
    }
    .orng-btn a {
        font-size: 17px;
        padding: 13px 23px;
        line-height: 24px;
    }
    #home-sec9 h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    #home-sec10 h2 {
        font-size: 38px;
        line-height: 45px;
        margin-top: 0px;
    }
    #home-sec11 h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    #home-sec11 {
        padding: 60px 0px;
    }
    .inner-sec10 p {
        font-size: 15px;
        line-height: 22px;
    }
    .bot-testimonial h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .client-info {
        font-size: 15px;
        line-height: 22px;
        margin-left: 9px;
    }
    #top-footer h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    #top-footer h4 {
        font-size: 18px;
        line-height: 24px;
    }
    #top-footer .col-md-4 a {
        font-size: 15px;
        line-height: 21px;
    }
}
@media screen and (max-width: 1200px) {
    .container-fluid {
        width: 100%;
        max-width: 97%;
    }
    #home-sec1 h1 {
        font-size: 48px;
        line-height: 55px;
    }
    #home-sec9 .inner-sec9 {
        height: 640px !important;
    }
}
@media screen and (max-width: 1199px) {
    #open-source-imports {
        height: 415px;
        background-size: 800px;
    }
    .head-wrapper .logo-container span.tex-light {
        bottom: -20px;
    }
    .head-wrapper .logo-container .logo {
        bottom: -17px;
    }
    .section-three-wrapper .col p {
        position: relative;
        height: initial;
        font-size: 14px;
        bottom: 0;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 1100px) {
    .main-nav li a {
        margin-right: 10px !important;
        font-size: 17px !important;
    }
    .desktop-phone-btn a {
        font-size: 20px;
        padding: 9px 15px;
        line-height: 28px;
        margin-left: 10px;
    }
    #home-sec1 h1 {
        font-size: 46px;
        line-height: 53px;
    }
    .home-btn a {
        font-size: 16px;
    }
    #home-sec2 .col-md-5 img {
        width: 100%;
    }
    #home-sec2 h2 {
        font-size: 41px;
        line-height: 48px;
        margin-bottom: 13px;
    }
    .green h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 13px;
    }
    .orng-btn a {
        font-size: 17px;
        padding: 12px 20px;
        line-height: 23px;
    }
    #home-sec3 {
        padding-top: 35px;
    }
    #home-sec4,
    #home-sec5,
    #home-sec7,
    #home-sec8 {
        padding-top: 75px;
    }
    #home-sec6 {
        padding-top: 40px;
    }
    #home-sec9 {
        padding: 60px 0px;
    }
    #home-sec9 h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 25px;
    }
    .inner-sec9 div {
        display: block;
        margin-bottom: 15px;
        position: relative;
    }
    .inner-sec9 h4 {
        font-size: 17px;
        line-height: 23px;
    }
    #home-sec9 p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 15px;
    }
    #home-sec9 .inner-sec9 {
        height: 600px !important;
    }
    #home-sec10 h2 {
        font-size: 36px;
        line-height: 43px;
        margin-top: 0px;
    }
    #home-sec10 p {
        font-size: 15px;
        line-height: 21px;
    }
    .orng-btn a {
        font-size: 16px;
        padding: 12px 20px;
        line-height: 22px;
    }
    #home-sec10 {
        padding: 35px 0px;
    }
    #home-sec11 h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 23px;
    }
    #home-testimonial h2 {
        font-size: 35px !important;
        line-height: 42px !important;
        width: 40% !important;
        margin-bottom: 20px !important;
    }
    #top-footer h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 9px;
    }
    #top-footer p {
        font-size: 15px;
        line-height: 21px;
    }
    #top-footer h4 {
        font-size: 17px;
        line-height: 23px;
    }
    #top-footer .col-md-4 a {
        font-size: 14px;
        line-height: 20px;
    }
    .ft-btn a {
        font-size: 17px !important;
        padding: 11px 13px !important;
    }
    .slick-next {
        right: -35px !important;
    }
    .slick-prev {
        left: -35px !important;
    }
    .inner-sec10 iframe {
        width: 100% !important;
        height: 300px !important;
    }
}
@media screen and (max-width: 1024px) {
    .main-nav {
        display: none !important;
    }
    #rmp_menu_trigger-24976 {
        width: 55px;
        height: 55px;
        top: 25px !important;
        right: 3% !important;
        position: fixed !important;
    }
    #rmp_menu_trigger-24918 {
        position: fixed !important;
    }
    .head-wrapper.sticky img {
        width: 100% !important;
    }
    #rmp_menu_trigger-24976 .responsive-menu-pro-inner,
    #rmp_menu_trigger-24976 .responsive-menu-pro-inner::before,
    #rmp_menu_trigger-24976 .responsive-menu-pro-inner::after {
        background-color: #4e9c46 !important;
    }
    #rmp-container-24976 {
        background-color: #4e9c46 !important;
    }
    #rmp-menu-additional-content-24976 {
        padding-left: 10px !important;
        text-align: left !important;
    }
    .inner-sec9 div {
        margin-bottom: 15px !important;
    }
    #home-sec9 p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 13px;
    }
    #home-sec9 .inner-sec9 {
        height: 585px !important;
    }
    .inner-sec9 h4 {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 980px) {
    #home-sec1 h1 {
        font-size: 42px;
        line-height: 49px;
    }
    #home-sec1 p {
        font-size: 17px;
        line-height: 24px;
    }
    .home-btn a {
        font-size: 15px;
    }
    #home-sec1 {
        padding: 50px 0px;
    }
    #home-sec2 h3 {
        font-size: 17px;
        line-height: 23px;
    }
    #home-sec2 h2 {
        font-size: 39px;
        line-height: 46px;
        margin-bottom: 11px;
    }
    #home-sec2 p {
        font-size: 14px;
        line-height: 21px;
    }
    .sec2-btn a {
        font-size: 16px;
        padding: 10px 20px;
        line-height: 24px;
    }
    .green h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .green p {
        font-size: 14px;
        line-height: 21px;
    }
    #home-sec9 .inner-sec9 {
        height: 615px !important;
    }
    #home-sec10 h2 {
        font-size: 32px;
        line-height: 39px;
        margin-top: 0px;
    }
    #home-sec10 p {
        font-size: 14px;
        line-height: 21px;
    }
    .inner-sec10 p {
        font-size: 14px;
        line-height: 21px;
    }
    .bot-testimonial h3 {
        font-size: 14px;
        line-height: 21px;
    }
    #top-footer h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    #top-footer p {
        font-size: 14px;
        line-height: 20px;
    }
    #top-footer h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .ft-btn a {
        font-size: 15px !important;
        padding: 10px 12px !important;
    }
}
@media screen and (max-width: 899px) {
    #home-sec9 .inner-sec9 {
        height: auto !important;
    }
}
@media screen and (max-width: 768px) {
    #pricing_table_shortcode {
        max-width: 100%;
    }
    #breaking-lock {
        height: 400px;
        background-size: 300px;
    }
    #open-source-imports {
        height: 290px;
        background-size: 500px;
    }
    #main-cta {
        margin-top: 300px;
        margin-left: 0;
    }
    .section-one-wrapper h1 {
        font-size: 22px;
    }
    #home-sec1 h1 {
        font-size: 40px;
        line-height: 47px;
    }
    #home-sec1 p {
        font-size: 16px;
        line-height: 23px;
    }
    #home-sec2 h2 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 10px;
    }
    #home-sec9 .inner-sec9 {
        height: auto !important;
    }
    #home-sec11 h3 {
        font-size: 17px;
        line-height: 23px;
    }
    #home-sec11 h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    #home-sec11 {
        padding: 50px 0px;
    }
    #home-testimonial h2 {
        font-size: 32px !important;
        line-height: 39px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    #home-testimonial {
        padding: 50px 0px;
    }
}
@media screen and (max-width: 760px) {
    .testimonial-cont11 {
        min-height: auto !important;
    }
}
@media screen and (max-width: 720px) {
    .inner-testimonial {
        display: block;
    }
    .client-info {
        margin-left: 0px;
    }
}
@media screen and (max-width: 700px) {
    #home-sec1 h1 {
        font-size: 35px;
        line-height: 42px;
    }
    #home-sec2 h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 10px;
    }
    #home-sec4,
    #home-sec5,
    #home-sec7,
    #home-sec8 {
        padding-top: 50px;
        display: flex;
        padding-bottom: 50px;
        text-align: center;
    }
    #home-sec4 .col-md-7 {
        order: 1;
        margin-bottom: 20px;
    }
    #home-sec4 .col-md-5 {
        order: 2;
    }
    #home-sec5 .col-md-5 {
        order: 2;
    }
    #home-sec5 .col-md-7 {
        order: 1;
        margin-bottom: 20px;
    }
    #home-sec7 .col-md-5 {
        order: 2;
    }
    #home-sec7 .col-md-7 {
        order: 1;
        margin-bottom: 20px;
    }
    #home-sec3 {
        padding-top: 20px;
        padding-bottom: 50px;
        text-align: center;
    }
    .cont-padd {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #home-sec4 {
        text-align: center;
        padding: 50px 0px;
        background-size: cover;
    }
    #home-sec6 {
        padding-top: 20px;
        padding-bottom: 50px;
        text-align: center;
    }
    #home-sec9 {
        padding: 50px 0px;
    }
    #home-sec9 h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    #home-sec10 {
        padding: 35px 0px;
        background-position: right center;
        text-align: center;
    }
    #home-sec11 h3 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    #home-sec11 h2 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 20px;
        text-align: center;
    }
    #hm-top-footer img {
        width: 100%;
    }
    #top-footer .col-md-4 a {
        margin-top: 0px !important;
    }
    .footer-soc {
        margin-bottom: 20px;
    }
    #home-sec3 .col-md-5.cont-padd {
        order: 2;
    }
    #home-sec3 .col-md-7 {
        order: 1;
    }
}
@media screen and (max-width: 640px) {
    .inner-testimonial {
        display: block;
    }
    .client-info {
        font-size: 15px;
        line-height: 22px;
        margin-left: 0px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 600px) {
    .mobile-phone-number {
        display: none !important;
    }
    .head-wrapper .row.flex-container {
        text-align: left !important;
    }
    #home-sec1 {
        padding: 40px 0px;
    }
    #home-sec1 h1 {
        font-size: 32px;
        line-height: 39px;
    }
    #home-sec2 h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    #home-sec2 h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 10px;
    }
    .green h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    #home-sec9 h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 18px;
    }
    #home-sec11 h2 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 20px;
        text-align: center;
    }
    .testimonial-cont11 {
        padding: 15px 15px 20px 15px;
        min-height: auto !important;
        margin-bottom: 20px;
    }
    #home-testimonial {
        padding: 50px 0px !important;
    }
    #home-testimonial h2 {
        font-size: 30px !important;
        line-height: 37px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .head-wrapper .mobile-phone-number {
        display: none !important;
    }
    .head-wrapper.sticky img {
        width: auto !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 580px) {
    #home-sec1 h1 {
        font-size: 30px;
        line-height: 37px;
    }
    #home-sec1 p {
        font-size: 15px;
        line-height: 22px;
    }
    .home-btn {
        margin-top: 20px;
    }
    #home-sec2 h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .green h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    #home-sec9 {
        padding: 40px 0px;
    }
    #home-sec9 h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    #home-sec10 h2 {
        font-size: 30px;
        line-height: 37px;
        margin-top: 0px;
    }
    #home-sec11 {
        padding: 40px 0px;
    }
    #home-sec11 h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
        text-align: center;
    }
    #home-testimonial {
        padding: 40px 0px !important;
    }
    #home-testimonial h2 {
        font-size: 28px !important;
        line-height: 35px !important;
        margin-bottom: 10px !important;
    }
    #home-testimonial .slick-list.draggable {
        padding: 3px 0px !important;
    }
    #top-footer h3 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    #top-footer h4 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    .footer-soc {
        margin-bottom: 10px;
    }
    .slick-dotted.slick-slider {
        padding: 0px 25px !important;
    }
    .slick-prev {
        left: -12px !important;
    }
    .slick-next {
        right: -12px !important;
    }
}
@media screen and (max-width: 540px) {
    #hm-top-footer img {
        width: auto;
        margin: 10px 0px;
    }
    .logo-container img {
        width: auto !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    .one-testimonial {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .section-one-wrapper {
        margin-top: 50px;
    }
    .section-one-wrapper h1 {
        max-width: 100%;
        font-size: 20px;
        margin-top: 80px;
        line-height: 1.5;
    }

    /* cta */
    #main-cta {
        margin-top: 185px;
        background: #000;
        padding: 30px 15px;
    }
    .cta-text {
        font-size: 13px;
        top: 0;
        left: 25px;
    }
    .cta-text span {
        font-size: 26px;
    }
    .cta-btn {
        margin-left: 0;
    }

    /* tabs */
    .tabs-style-tzoid nav ul li a span {
        font-weight: 700;
        font-size: 0.6em;
    }
    .tabs .content-wrap h2 {
        font-size: 20px;
    }
    .content-wrap section {
        padding: 0.5em;
    }

    /* grid */
    .grid-content {
        font-size: 12px;
        padding: 20px 30px;
    }

    /* section one imgs */
    #open-source-imports {
        background: url(images/oss-imports-visual-studio-code.png) left 5px
            no-repeat;
        opacity: 0.6;
    }
    #breaking-lock {
        display: none;
    }

    /* trusted */
    #trusted {
        font-size: 16px;
        bottom: -80px;
        opacity: 1;
        color: #5f5f5e;
    }
    #trusted img {
        margin-left: 0;
        padding: 0 15px;
    }
    .section-two-wrapper .col {
        flex-basis: initial;
        margin: 20px 0;
    }
    .section-two-wrapper img {
        max-width: 75px;
        margin: 0px auto 15px;
    }
    .section-two-wrapper h2 {
        font-size: 24px;
        margin: 20px 0;
    }
    .section-three-wrapper .col {
        flex-basis: initial;
        margin: 10px 0;
    }
    .section-three-wrapper .col .grid-img {
        height: 150px;
    }
    .section-three-wrapper .col p {
        font-size: 13px;
        text-align: left;
        padding: 10px 0;
    }
    .btm-btn {
        float: none;
        margin-left: 20px;
    }
    #bottom-cta button {
        top: 0;
        float: none;
        left: 0;
    }
    .copyright {
        display: block;
    }
    .footer-logo-container {
        width: 100%;
        display: block;
        margin: 0;
    }
    .footer-menu {
        width: 100%;
        display: block;
        margin: 0;
    }
    .footer-logo-container .logo {
        bottom: -20px;
        right: 0;
        left: 97px;
    }
    .footer-logo-container span.tex-light {
        bottom: -23px;
        left: 70px;
    }
    .footer-phone {
        left: 5px;
    }
    .footer-menu {
        margin-top: 45px;
    }
    .footer-menu ul {
        padding-left: 0;
    }
    .footer-menu li {
        margin-left: 5px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
    #bottom-cta h2 {
        font-size: 26px;
    }
    #bottom-cta .btm-text {
        float: initial;
        padding: 0 15px;
    }

    /*Content*/
    .centered-content {
        width: 100%;
    }
    div.gridPage div.gridDay span.gridHeaderFull {
        color: #fff;
    }
    #home-sec1 h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    #home-sec1 {
        padding: 30px 0px;
    }
    #home-sec2 {
        padding: 40px 0px !important;
    }
    #home-sec2 h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .sec2-btn a {
        font-size: 15px;
        padding: 10px 20px;
        line-height: 23px;
    }
    #home-sec3 {
        padding-top: 10px;
        padding-bottom: 30px;
        text-align: center;
    }
    #home-sec4 {
        padding: 30px 0px;
    }
    .green h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .orng-btn a {
        font-size: 15px;
        padding: 11px 20px;
        line-height: 22px;
    }
    #home-sec4,
    #home-sec5,
    #home-sec7,
    #home-sec8 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #home-sec6 {
        padding-top: 5px !important;
        padding-bottom: 30px !important;
    }
    #home-sec9 {
        padding: 30px 0px;
    }
    #home-sec9 h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .inner-sec9 div {
        margin-bottom: 6px !important;
    }
    #home-sec9 .inner-sec9 {
        margin-bottom: 20px !important;
    }
    #home-sec10 h2 {
        font-size: 28px;
        line-height: 35px;
        margin-top: 0px;
    }
    #home-sec10 {
        padding: 30px 0px;
    }
    #home-sec11 {
        padding: 30px 0px;
    }
    #home-sec11 h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .bot-testimonial .google-rating-logo {
        width: 100%;
    }
    #home-testimonial {
        padding: 30px 0px !important;
    }
    #home-testimonial h2 {
        font-size: 26px !important;
        line-height: 33px !important;
        margin-bottom: 10px !important;
    }
    #hm-top-footer img {
        width: auto;
        margin-bottom: 20px;
    }
    #hm-top-footer .col-sm-3:last-child img {
        margin-bottom: 0px !important;
    }
    #top-footer {
        padding: 30px 0px 30px 0px;
    }
}
@media screen and (max-width: 440px) {
    .home-btn a {
        font-size: 15px;
        margin-right: 0px;
        display: block;
    }
    .border-hm {
        margin-bottom: 15px !important;
    }
    .bot-testimonial .google-rating-logo {
        width: auto !important;
        text-align: center;
        margin: 0 auto;
    }
    .testimonial-single {
        padding: 20px 15px;
        margin: 0px 10px;
        min-height: auto;
        text-align: center;
    }
    .inner-testimonial {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .inner-testimonial img {
        margin: 0 auto;
    }
    .inner-testimonial .green-icn {
        position: absolute;
        width: auto !important;
        height: auto !important;
        top: 0 !important;
        left: 0 !important;
        right: 50px !important;
    }
    .slick-dots {
        left: 0 !important;
    }
}
