/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



.p-set p {
    color: #fff;
    text-align: center;
    max-width: 1130px;
    margin: 0 auto;
}
div#inner-pages p {
    color: #fff;
}
.work-txt strong {
    color: #262476;
}
.work-txt h4 {
    color: #000;
}
.work-txt li {
    color: #111111;
    padding: 10px 0;
}
.how-txt {
    text-align: center;
}
.how-txt h2 {
    color: #000;
}
div#ser-inner.white-boxes .vc_column-inner {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.5s !important;
}
div#ser-inner.white-boxes .vc_column-inner h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
div#ser-inner.white-boxes .vc_column-inner:hover {
    box-shadow: 0px 0px 4px #2b2a76 !important;
    transform: scale(1.1) !important;
    transition: all 0.5s !important;
}
/* header  css */
#menu-item-14 a {
    background: #000 !important;
    padding: 15px 40px !important;
    border-radius: 20px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
}
#menu-item-14 a::before,
#menu-item-14 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: -1;
}
#menu-item-14 a::before {
    background: linear-gradient(120deg, #757575, #212A7B);
    transform: scaleX(0);
    transform-origin: right;
}
#menu-item-14 a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
#menu-item-14 a:hover {
    color: #fff !important;
    box-shadow: 0 0 20px #757575 inset, 0 0 20px #212A7B inset;
}
#menu-item-14 a:hover span {
    color: #fff !important;
}
nav ul li a {
    color: #000 !important;
}
/* main banner css */

div#main-banner {
    padding: 460px 0 210px !important;
}
div#main-banner h1 {
    color: #fff;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
div#main-banner p {
    color: #fff;
    text-align: center;
    font-size: 23px !important;
    line-height: 31px !important;
    max-width: 1240px;
    margin: 0 auto;
}
div#main-banner {
    text-align: center;
}
#white-btn {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 14px 20px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
    transform:unset !important;
}
#white-btn::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: #000 !important;
    transition: all 0.6s ease !important;
    z-index: -1 !important;
    border-radius: 20px !important;
}
#white-btn::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0% !important;
    height: 0% !important;
    background: #212A7B !important;
    transition: all 0.9s ease !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    z-index: -1 !important;
}
#white-btn:hover {
    color: #fff !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
}
#white-btn:hover::before {
    left: 0 !important;
}
#white-btn:hover::after {
    width: 300% !important;
    height: 300% !important;
}

/* about css */
div#about h5 {
    color: #272F7B;
}
div#about h2 {
    color: #1E1E1E;
}
div#about p {
    color: #000000c4;
}
#white-btn.black {
    background: #000 !important;
    color: #fff !important;
    padding: 16px 40px !important;
}
/* services css */
div#ser-inner h5 {
    color: #272F7B;
}
div#ser-inner h2 {
    color: #1E1E1E;
}
div#ser-inner p {
    max-width: 1050px;
}
.gllery-txt p {
    margin: 0 auto;
}
.cnt-txt p {
    margin: 0 auto !important;
}
div#services .row-bg {
    background: #E9EDFA;
}
div#services {
    padding: 100px 0 !important;
}
div#services-content .vc_column-inner {
    background: #fff;
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
div#services-content .vc_column-inner img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.left-blk {
    padding: 20px;
}
div#services-content #white-btn::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0% !important;
    height: 0% !important;
    background: #000 !important;
    transition: all 0.9s ease !important;
    transform: translate(-50%, -50%) !important;
    border-radius: unset !important;
    z-index: -1 !important;
}
div#services-content h5 {
    color: #000;
}
div#services-content #white-btn {
    text-align: center;
    margin: 0 auto !important;
    width: 90%;
    margin-left: 24px !important;
    margin-bottom: 30px !important;
    border-radius: 6px !important;
    padding: 14px 10px !important;
    background: #212A7B !important;
}
/* why css */
div#why-us {
    padding: 100px 0 !important;
}
.features-list {
    column-count: 2;
    margin-left: 40px;
}
.features-list li {
    padding: 20px 0 !important;
    list-style: none !important;
    position: relative;
    font-size: 26px !important;
    line-height: 34px !important;
    font-family: 'Poppins';
    color: #1E1E1E;
}
.features-list li:before {
    position: absolute;
    content: '';
    left: -40px;
    right: 0;
    top: 13px;
    bottom: 0;
    background-image: url('https://demo-clienttesting.com/best-mother/wp-content/uploads/2026/02/Star-1.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px !important;
}
div#why-inner h5 {
    color: #272F7B;
}
div#client-sec.monial {
    position: unset !important;
    padding: 100px 0 !important;
}
div#client-sec.monial h2 {
    color: #000;
}
div#client-sec.monial p {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
.testimonial-card p {
    max-width: unset !important;
    text-align: unset !important;
}
div#why-inner h2 {
    color: #1E1E1E;
}
div#why-inner p {
    color: #000000bd;
}
div#policy-sec h2, div#policy-sec h3, div#policy-sec p, div#policy-sec li {
    color: #000;
}
/* monial css */
.testimonial-card {
    max-width: unset !important;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.testimonial-header img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ddd;
}
.testimonial-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.stars {
    margin-top: 5px;
    color: #C76620;
    font-size: 14px;
}
.testimonial-card p {
    font-size: 18px;
    color: #000000d4;
    line-height: 26px !important;
    margin: 0;
}
.testimonial-info h3 {
    font-size: 30px !important;
    line-height: 38px !important;
    color: #000000;
}
div#client-sec h2 {
    text-align: center;
    color: #fff;
}
div#client-sec {
    position: absolute;
    bottom: 0;
}
div#inner-pages h1 {
    color: #fff;
}
div#contact-sec h2 {
    text-align: center;
    color: #1E1E1E;
}
div#contact-sec p {
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}
div#contact-sec .best-form p {
    max-width: unset !important;
    margin: unset !important;
}
div#contact-sec input.wpcf7-form-control.wpcf7-submit.black-btn {
    background: #000;
    width: 100%;
}
div#form-sec {
    padding: 50px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 33px !important;
}
div#contact-sec .best-form input, div#contact-sec .best-form textarea {
    background: unset;
    border: 1px solid #0000002b;
    padding: 20px;
    border-radius: 20px;
}
div#contact-sec .best-form textarea {
    height: 190px;
    resize: none;
}

/* ft css */
div#main-ft .row-bg {
    background: #000;
}
div#main-ft {
    padding: 100px 0 !important;
}
div#main-ft h4 {
    color: #fff;
}
div#main-ft li {
    list-style: none !important;
    padding: 2px 0 !important;
}
div#main-ft ul {
    margin: 0;
}
div#main-ft a {
    color: #fff;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#main-ft p {
    color: #fff;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#footer-outer {
    display: none !important;
}
div#newsletter-inner h3 {
    color: #000;
}
div#newsletter-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    border-radius: 25px;
}
div#newsletter-inner label {
    display: none !important;
}
div#newsletter-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 200px;
    bottom: 42px;
    width: 20%;
}
div#newsletter-inner input#tnp-1 {
    padding: 15px !important;
    background: unset !important;
    border: 1px solid #000;
}
div#newsletter-inner input.tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    border: unset !important;
    border-radius: 20px !important;
    font-size: 20px;
    line-height: 28px !important;
    padding: 14px 10px !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#policy-sec h1 {
    text-align: center;
    color: #000;
}
/* responsive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
div#main-banner {
    padding: 350px 0 20px !important;
}
h2 {
    color: #1E1E1E;
    font-size: 50px !important;
    line-height: 58px !important;
}
div#ser-inner p {
    max-width: 740px;
}
#white-btn.black {
    background: #000 !important;
    color: #fff !important;
    padding: 16px 20px !important;
}
div#services {
    padding: 50px 0 !important;
}
div#services-content h5 {
    color: #000;
    font-size: 18px !important;
    line-height: 26px !important;
}
.testimonial-info h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #000000;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft h4 {
    color: #fff;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#main-ft {
    padding: 50px 0 !important;
}
div#newsletter-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    border-radius: 25px;
}
div#services-content .vc_column-inner {
    background: #fff;
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 600px;
}
div#services-content p {
    min-height: 70px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
div#main-banner {
    padding: 350px 0 20px !important;
}
h2 {
    color: #1E1E1E;
    font-size: 50px !important;
    line-height: 58px !important;
}
div#ser-inner p {
    max-width: 740px;
}
#white-btn.black {
    background: #000 !important;
    color: #fff !important;
    padding: 16px 20px !important;
}
div#services {
    padding: 50px 0 !important;
}
div#services-content h5 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
.testimonial-info h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft h4 {
    color: #fff;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#main-ft {
    padding: 50px 0 !important;
}
div#newsletter-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    border-radius: 25px;
}
.features-list li {
    padding: 20px 0 !important;
    list-style: none !important;
    position: relative;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Poppins';
    color: #1E1E1E;
}
#white-btn {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 14px 20px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
    transform: unset !important;
}
.testimonial-header img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: unset !important;
}
.testimonial-card p {
    font-size: 14px !important;
    color: #000000d4;
    line-height: 22px !important;
    margin: 0;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 24px;
}
div#services-content .vc_column-inner {
    background: #fff;
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 565px;
}
div#services-content p {
    min-height: 70px;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
div#main-banner {
    padding: 110px 0 20px !important;
}
h2 {
    color: #1E1E1E;
    font-size: 50px !important;
    line-height: 58px !important;
}
div#ser-inner p {
    max-width: 740px;
}
#white-btn.black {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 18px !important;
}
div#services {
    padding: 50px 0 !important;
}
div#services-content h5 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
.testimonial-info h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft h4 {
    color: #fff;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft {
    padding: 50px 0 !important;
}
div#newsletter-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    border-radius: 25px;
}
.features-list li {
    padding: 6px 0 !important;
    list-style: none !important;
    position: relative;
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Poppins';
    color: #1E1E1E;
}
#white-btn {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
    transform: unset !important;
}
.testimonial-header img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: unset !important;
}
.testimonial-card p {
    font-size: 14px !important;
    color: #000000d4;
    line-height: 22px !important;
    margin: 0;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 84px;
}
div#services-content .vc_column-inner {
    background: #fff;
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 465px;
}
div#services-content p {
    min-height: 50px;
}

header#top .container {
    padding: 0 20px !important;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-banner h1 {
    color: #fff;
    text-align: center;
    max-width: 1990px;
    margin: 0 auto;
    font-size: 46px !important;
    line-height: 54px !important;
}
div#main-banner p {
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    line-height: 26px !important;
    max-width: 1240px;
    margin: 0 auto;
}
h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}
div#about {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#services-content #white-btn {
    text-align: center;
    margin: 0 auto !important;
    width: 80%;
    margin-left: 18px !important;
    margin-bottom: 30px !important;
    border-radius: 6px !important;
    padding: 14px 10px !important;
    background: #212A7B !important;
}
.features-list li:before {
    position: absolute;
    content: '';
    left: -25px;
    right: 0;
    top: 4px;
    bottom: 0;
    background-repeat: no-repeat;
    width: 23px !important;
    height: 23px !important;
    background-size: 84%;
}

p {
    padding: unset !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#newsletter-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 100px;
    bottom: 42px;
    width: 20%;
}
.p-set p {
    color: #fff;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}
.testimonial-card {
    max-width: unset !important;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#newsletter-sec {
    margin-top: 300px !important;
}
div#main-ft p {
    color: #fff;
    font-size: 11px !important;
    line-height: 19px !important;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
div#main-banner {
    padding: 110px 0 20px !important;
}
h2 {
    color: #1E1E1E;
    font-size: 50px !important;
    line-height: 58px !important;
}
div#ser-inner p {
    max-width: 740px;
}
#white-btn.black {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 18px !important;
}
div#services {
    padding: 50px 0 !important;
}
div#services-content h5 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
.testimonial-info h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft h4 {
    color: #fff;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft {
    padding: 50px 0 !important;
}
div#newsletter-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    border-radius: 25px;
}
.features-list li {
    padding: 6px 0 !important;
    list-style: none !important;
    position: relative;
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Poppins';
    color: #1E1E1E;
}
#white-btn {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
    transform: unset !important;
}
.testimonial-header img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: unset !important;
}
.testimonial-card p {
    font-size: 14px !important;
    color: #000000d4;
    line-height: 22px !important;
    margin: 0;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 64px !important;
    }
div#services-content .vc_column-inner {
    background: #fff;
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 465px;
}
div#services-content p {
    min-height: 50px;
}

header#top .container {
    padding: 0 20px !important;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-banner h1 {
    color: #fff;
    text-align: center;
    max-width: 1990px;
    margin: 0 auto;
    font-size: 46px !important;
    line-height: 54px !important;
}
div#main-banner p {
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    line-height: 26px !important;
    max-width: 1240px;
    margin: 0 auto;
}
h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}
div#about {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#services-content #white-btn {
    text-align: center;
    margin: 0 auto !important;
    width: 95%;
    margin-left: 17px !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    padding: 14px 10px !important;
    background: #212A7B !important;
}
.features-list li:before {
    position: absolute;
    content: '';
    left: -25px;
    right: 0;
    top: 4px;
    bottom: 0;
    background-repeat: no-repeat;
    width: 23px !important;
    height: 23px !important;
    background-size: 84%;
}

p {
    padding: unset !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#newsletter-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 50px;
    bottom: 42px;
    width: 20%;
}
.p-set p {
    color: #fff;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}
.testimonial-card {
    max-width: unset !important;
    background: #fff;
    padding: 50px 26px !important;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#newsletter-sec {
    margin-top: 130px !important;
}
div#main-ft p {
    color: #fff;
    font-size: 11px !important;
    line-height: 19px !important;
}
div#client-sec{
    position: relative !important;
    bottom: 220px !important;
}
div#services img {
    width: 100%;
}
div#newsletter-inner h3 {
    color: #000;
    font-size: 30px !important;
    line-height: 38px !important;
}
div#client-sec.monial {
    position: unset !important;
    padding: 100px 0 !important;
    margin-bottom: 100px;
}
	.best-form .row {
    padding: unset !important;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
div#main-banner {
    padding: 110px 0 20px !important;
}
h2 {
    color: #1E1E1E;
    font-size: 50px !important;
    line-height: 58px !important;
}
div#ser-inner p {
    max-width: 740px;
}
#white-btn.black {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 18px !important;
}
div#services {
    padding: 50px 0 !important;
}
div#services-content h5 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
.testimonial-info h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft h4 {
    color: #fff;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft {
    padding: 50px 0 !important;
}
div#newsletter-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    border-radius: 25px;
}
.features-list li {
    padding: 6px 0 !important;
    list-style: none !important;
    position: relative;
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Poppins';
    color: #1E1E1E;
}
#white-btn {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
    transform: unset !important;
}
.testimonial-header img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: unset !important;
}
.testimonial-card p {
    font-size: 14px !important;
    color: #000000d4;
    line-height: 22px !important;
    margin: 0;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 64px !important;
    }
div#services-content .vc_column-inner {
    background: #fff;
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 465px;
}
div#services-content p {
    min-height: 50px;
}

header#top .container {
    padding: 0 20px !important;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-banner h1 {
    color: #fff;
    text-align: center;
    max-width: 1990px;
    margin: 0 auto;
    font-size: 46px !important;
    line-height: 54px !important;
}
div#main-banner p {
    color: #fff;
    text-align: center;
    font-size: 18px !important;
    line-height: 26px !important;
    max-width: 1240px;
    margin: 0 auto;
}
h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}
div#about {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#services-content #white-btn {
    text-align: center;
    margin: 0 auto !important;
    width: 95%;
    margin-left: 17px !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    padding: 14px 10px !important;
    background: #212A7B !important;
}
.features-list li:before {
    position: absolute;
    content: '';
    left: -25px;
    right: 0;
    top: 4px;
    bottom: 0;
    background-repeat: no-repeat;
    width: 23px !important;
    height: 23px !important;
    background-size: 84%;
}

p {
    padding: unset !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#newsletter-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: -10px;
    bottom: 42px;
    width: 30%;
}
.p-set p {
    color: #fff;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    font-size: 12px !important;
    line-height: 20px !important;
}
.testimonial-card {
    max-width: unset !important;
    background: #fff;
    padding: 50px 26px !important;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#newsletter-sec {
    margin-top: 130px !important;
}
div#main-ft p {
    color: #fff;
    font-size: 11px !important;
    line-height: 19px !important;
}

div#services img {
    width: 100%;
}
div#newsletter-inner h3 {
    color: #000;
    font-size: 30px !important;
    line-height: 38px !important;
}
div#client-sec {
    position: relative;
    bottom: 240px;
}
div#client-sec h2 {
    text-align: center;
    color: #fff;
    max-width: 350px;
    margin: 0 auto;
}
div#client-sec.monial {
    position: unset !important;
    padding: 100px 0 !important;
    margin-bottom: 100px;
}
	.best-form .row {
    padding: unset !important;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
div#main-banner {
    padding: 110px 0 20px !important;
}
h2 {
    color: #1E1E1E;
    font-size: 50px !important;
    line-height: 58px !important;
}
div#ser-inner p {
    max-width: 740px;
}
#white-btn.black {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 18px !important;
}
div#services {
    padding: 50px 0 !important;
}
div#services-content h5 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
.testimonial-info h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft h4 {
    color: #fff;
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-ft a {
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#main-ft {
    padding: 50px 0 !important;
}
div#newsletter-inner {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px 20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    border-radius: 25px;
}
.features-list li {
    padding: 6px 0 !important;
    list-style: none !important;
    position: relative;
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Poppins';
    color: #1E1E1E;
}
#white-btn {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.4s ease !important;
    transform: unset !important;
}
.testimonial-header img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: unset !important;
}
.testimonial-card p {
    font-size: 14px !important;
    color: #000000d4;
    line-height: 22px !important;
    margin: 0;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 64px !important;
    }
div#services-content .vc_column-inner {
    background: #fff;
    border-radius: 20px 20px 0px 0px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 465px;
}
div#services-content p {
    min-height: 50px;
}

header#top .container {
    padding: 0 20px !important;
}

nav ul li a {
    font-size: 18px !important;
    line-height: 26px !important;
}
div#main-banner h1 {
    color: #fff;
    text-align: center;
    max-width: 1990px;
    margin: 0 auto;
    font-size: 26px !important;
    line-height: 34px !important;
}
div#main-banner p {
    color: #fff;
    text-align: center;
    font-size: 12px !important;
    line-height: 20px !important;
    max-width: 1240px;
    margin: 0 auto;
}
h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}
div#about {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#services-content #white-btn {
    text-align: center;
    margin: 0 auto !important;
    width: 90%;
    margin-left: 17px !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    padding: 14px 10px !important;
    background: #212A7B !important;
}
.features-list li:before {
    position: absolute;
    content: '';
    left: -25px;
    right: 0;
    top: 4px;
    bottom: 0;
    background-repeat: no-repeat;
    width: 23px !important;
    height: 23px !important;
    background-size: 84%;
}

p {
    padding: unset !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#newsletter-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: -10px;
    bottom: 42px;
    width: 43%;
}
.p-set p {
    color: #fff;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    font-size: 12px !important;
    line-height: 20px !important;
}
.testimonial-card {
    max-width: unset !important;
    background: #fff;
    padding: 50px 26px !important;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#newsletter-sec {
    margin-top: 130px !important;
}
div#main-ft p {
    color: #fff;
    font-size: 11px !important;
    line-height: 19px !important;
}

div#services img {
    width: 100%;
}
div#newsletter-inner h3 {
    color: #000;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#client-sec {
    position: relative;
    bottom: 180px;
}
div#client-sec h2 {
    text-align: center;
    color: #fff;
    max-width: 320px;
    margin: 0 auto;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#newsletter-inner input.tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    border: unset !important;
    border-radius: 20px !important;
    font-size: 20px;
    line-height: 28px !important;
    padding: 13px 4px !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#client-sec.monial {
    position: unset !important;
    padding: 100px 0 !important;
    margin-bottom: 80px;
}
.best-form .row {
    padding: unset !important;
}	
}