/*
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
*/




/* Header Section css start  */
/* Navigation link text color and transition */
header#top nav ul li a span {
    color: #031D36;
    transition: all 0.5s;
}

/* Remove default after element */
header#top nav ul li a span:after {
    display: none !important;
}

/* Add relative positioning to nav links */
header#top nav ul li a {
    position: relative;
}

/* Decorative circle under nav links */
header#top nav ul li a:before {
    content: "";
    background: #080A6D;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    transform: scale(0.6);
    opacity: 0;
    transition: all 0.5s;
}

/* Show circle on hover */
header#top nav ul li a:hover:before {
    opacity: 1;
}

/* Button styling for menu-item-37, CTA button, and form submit */
header#top li#menu-item-37 a,
a#cta-btn,
body[data-form-submit=regular] .container-wrap .btn-row input[type=submit] {
    background: linear-gradient(360deg, #080a6d, #5349a1);
    padding: 13px 50px !important;
    border-radius: 30px !important;
    text-align: center;
    font-size: 18px;
    line-height: 26px !important;
    font-family: 'DM Sans';
    transition: all 0.5s;
    overflow: hidden !important;
    border: 2px solid #080a6d00 !important;
}

/* White text for specific menu item */
header#top li#menu-item-37 a span {
    color: #fff;
}

/* Hover state for menu item and CTA */
header#top li#menu-item-37 a:hover,
a#cta-btn:hover {
    transform: unset !important;
    opacity: 1 !important;
    box-shadow: unset !important;
    background: linear-gradient(360deg, #080a6d, #5349a1);
    color: #080a6d;
    border: 2px solid #080a6d;
}

/* Change span text color on hover */
header#top li#menu-item-37 a:hover span {
    color: #080a6d;
}

/* Remove before pseudo on CTA button */
a#cta-btn:before {
    display: none !important;
}

/* Hover underline animation */
header#top li#menu-item-37 a:after,
a#cta-btn:after {
    content: "";
    background: #fff;
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

/* Animate width on hover */
header#top li#menu-item-37 a:hover:after,
a#cta-btn:hover:after {
    width: 100%;
}

/* Position span above pseudo elements */
header#top li#menu-item-37 a span,
a#cta-btn span {
    position: relative;
    z-index: 9;
}
/* Header Section css end  */

/* hero Section css start  */

body[data-form-submit=regular] .container-wrap .btn-row input[type=submit] {
    width: 100%;
    border-radius: 10px !important;
    font-weight: 400;
    border: unset !important;
}

h1 {
    color: #151D28;
}

h2 {
    color: #031D36;
}

p {
    color: #151D28;
}

.nectar-split-heading strong, h2 strong {
    background: linear-gradient(360deg, #080a6d, #5349a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    color: transparent;     /* Fallback */
}


#hero .right-col .vc_column-inner {
    background: #fff;
    padding: 40px 50px;
}

.form .row input, .form .row select {
    background: #EDF4F9 !important;
    color: #5C728E;
    padding: 12px !important;
    border: 1px solid #EDF4F9 !important;
}
.form .row input::placeholder, .form .row select::placeholder{
     color: #5C728E;
}
.form .row input:active, .form .row select:active, .form .row input:focus, .form .row select:focus, .form .row input:focus-visible, .form .row select:focus-visible{
    outline: unset !important;
   box-shadow: unset !important;
}
div#hero .row-bg {
    position: relative;
}

div#hero .row-bg:before {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/hero-image.png);
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.grad-text {
    background: #44ecfc30;
}
/* hero Section css End  */




/* About Section css start  */
 a#cta-btn.tagline {
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 40%;
    right: -24%;
    bottom: 0;
    height: 60px;
    text-align: center;
    display: flex;
    transform: rotate(270deg);
	 pointer-events: none;
}


div#about .vc_column-inner {
    position: relative;
}

@keyframes flutter {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-10px) rotate(-2deg) scale(1.05);
    }
    50% {
        transform: translateY(0px) rotate(2deg) scale(1);
    }
    75% {
        transform: translateY(-8px) rotate(-1deg) scale(1.03);
    }
}

div#about .row-bg:before {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/cropped-bird.png);
    height: 20%;
    width: 20%;
    position: absolute;
    left: -50px;
    top: 30px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 9;
    animation: flutter 4s ease-in-out infinite;
}

/* About Section end start  */

/* Services section start  */



div#serv-inr .vc_column-inner {
    background: #fff;
}

div#serv-inr .vc_column-inner h3 {
    color: #151D28;
}

div#serv-inr .vc_column-inner p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

div#serv-inr a#cta-btn {
    background: #3D3C8A !important;
    border-radius: 10px !important;
    font-weight: 700;
}

div#services .inner-wrap .row-bg:before {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/Group-26.png);
    height: 30%;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
     animation: flutter 4s ease-in-out infinite;
}
div#services .inner-wrap .row-bg:after {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/Group-26.png);
    height: 30%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    animation: flutter 4s ease-in-out infinite;
}
/* Services section end  */

/* Testimonials  section start  */

div#Testimonials h2 {
    color: #fff;
}

div#Testimonials .carousel-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
}

div#Testimonials .owl-item {
    padding: 0 10px;
}

div#Testimonials .carousel-item p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

div#Testimonials .carousel-item strong {
    color: #031D36;
    font-weight: 800;
}

div#Testimonials .carousel-item  .title-blk {
    margin-bottom: unset;
    margin-top: 20px;
}

div#Testimonials .owl-dots.disabled {
    display: flex;
    justify-content: center;
}

div#Testimonials .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    height: 10px !important;
    width: 20px;
    background: #ffffff69;
}

div#Testimonials .owl-theme[data-desktop-cols] .owl-dots .owl-dot.active span {
    transform: unset !important;
    background: #fff !important;
    width: 40px !important;
}

/* Testimonials  section end  */


/* get-in-touch section start  */
div#get-in-touch h2, div#get-in-touch p {
    color: #fff;
}

div#get-in-touch .right-col .vc_column-inner {
    text-align: center;
    position: relative;
}

div#get-in-touch .right-col .vc_column-inner img {
    display: inline;
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 50%;
    min-height: 290px;
    max-width: 290px;
    object-fit: contain;
}

div#get-in-touch .right-col .vc_column-inner .nectar_video_lightbox.play_button {
    position: absolute;
    top: 20px;
    left: 23%;
    width: 70px;
    height: 70px;
}

div#get-in-touch  .span_12.dark .nectar_video_lightbox.play_button:before {
    border: unset;
    background: linear-gradient(360deg, #080a6d, #5349a1);
}
div#get-in-touch  .span_12.dark .nectar_video_lightbox path {
    fill: #ffffff;
}
div#get-in-touch  .nectar_video_lightbox svg {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 99;
}
/* get-in-touch section end  */






/* blogs  section start  */
div#blogs h2 {
    text-align: center;
}


div#blogs .nectar-post-grid-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px !important;
    position: relative;
}

div#blogs .nectar-post-grid-item span.meta-category {
    position: absolute;
    top: -250px;
    background: #432d8b;
    padding: 0 7px !important;
    border-radius: 6px;
}

div#blogs .nectar-post-grid-item span.meta-category a.medical.style-underline {
    color: #fff;
    font-size: 12px;
    line-height: 30px !important;
    margin: unset;
}

div#blogs .nectar-post-grid .meta-category a:before {
    display: none !important;
}



div#blogs h3.post-heading a span {
    color: #151D28 !important;
}

/* blogs  section end  */

/* Footer section start  */

div#footer h3 {
    color: #fff;
}

div#footer ul {
    margin: 20px 0 0 0;
}

div#footer ul li {
    list-style: none;
    margin-bottom: 15px;
}

div#footer ul li a, div#footer p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}



ul.copyright {
    display: flex;
    justify-content: right;
    margin: unset !important;
}

ul.copyright li {
    margin: 0 0 0 20px;
}

div#footer  p {
    max-width: 280px;
}

div#copyright {
    padding-top: 30px;
    border-top: 1px solid #ffffff52;
    margin-top: 60px;
}

/* Footer section end  */

/* inr-banner section CSS start */

#inr-banner h1 {
    color: #fff;
}

/* inr-banner section CSS end */

/* service-inr section CSS start */

#service-inr .vc_column-inner {
    background: #E6E5FF;
    border-radius: 10px;
    padding-bottom: 10px;
}

#service-inr .wpb_text_column {
    padding: 0px 90px;
}

#service-inr h3 {
    font-size: 35px;
    line-height: 43px;
}

#service-inr #cta-btn {
    border-radius: 10px !important;
    background: #3D3C8A !important;
    padding: 10px 50px !important
}

#service-inr p {
    color: #666666
}

#service-inr h3 {
    color: #151D28;
}

/* service-inr section CSS end */

/* service-detail section CSS start */

div#about.service .row-bg:before {
    background-size: 30%;
    left: -70px;
}

div#about.service .inner-wrap .row-bg:after {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/Group-26.png);
    height: 30%;
    width: 40%;
    position: absolute;
    right: -5%;
    bottom: 25%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
     animation: flutter 4s ease-in-out infinite;
}

div#services.serv-main .inner-wrap .row-bg:before {
    display: none !important;
}

/* service-detail section CSS end */

/* portfolio section CSS start */

#Projects.portfolio .row-bg {
    position: relative;
}

#Projects.portfolio .inner-wrap .row-bg:before {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/Group-26.png);
    height: 30%;
    width: 40%;
    position: absolute;
    right: -5%;
    top: 0%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    animation: flutter 4s ease-in-out infinite;
    background-size: 50%;
}

#Projects.portfolio .inner-wrap .row-bg:after {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/Group-26.png);
    height: 30%;
    width: 40%;
    position: absolute;
    left: -25%;
    bottom: 2%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    animation: flutter 4s ease-in-out infinite;
    background-size: 50%;
}

/* portfolio section CSS end */

/* contact section CSS start */

#contact h2 {
    text-align: center;
}

#contact input, #contact textarea {
    background: #fff !important;
    color: #0F0F0F;
    font-size: 25px;
    line-height: 33px;
    border: unset !important;
    border-bottom: 1px solid #D0D0D0 !important;
    font-weight: 600;
}

#contact input::placeholder, #contact textarea::placeholder {
    color: #0F0F0F;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
}

#contact input.wpcf7-submit {
    background: linear-gradient(360deg, #080a6d, #5349a1) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 15px 50px !important;
    position: relative;
    left: 70px;
	transition: all 0.5s !important;
	border: 1px solid #080A6D !important;
}

#contact input.wpcf7-submit:hover {
	color: #080A6D !important;
	background: #fff !important;
	border: 1px solid #080A6D !important; 
	box-shadow: unset !important;
	transform: unset !important;
}

#contact .btn {
    padding: unset;
    text-align: right;
}

/* contact section CSS end */

/* blog-inr section CSS start */

#blog-inr .row-bg {
    position: relative;
}

#blog-inr .row-bg:before {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/Group-26.png);
    height: 30%;
    width: 40%;
    position: absolute;
    right: -5%;
    top: 0%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    animation: flutter 4s ease-in-out infinite;
    background-size: 50%;
}

#blog-inr .row-bg:after {
    content: "";
    background: url(https://franklinsforevercare.com/wp-content/uploads/2025/07/Group-26.png);
    height: 30%;
    width: 40%;
    position: absolute;
    left: -25%;
    bottom: 2%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    animation: flutter 4s ease-in-out infinite;
    background-size: 50%;
}

div#author-bio {
    display: none !important;
}

.comment-wrap {
    display: none !important;
}

/* blog-inr section CSS end */

/* privacy section CSS start */

#privacy h2, #privacy h3, #privacy p, #privacy ul li {
    color: #031D36;
}

/* privacy section CSS end */




@media only screen and (min-width: 1366px) and (max-width: 1599px){
	h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}
a#cta-btn.tagline {
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 40%;
    right: -27%;
    bottom: 0;
    height: 60px;
    text-align: center;
  
}
}
div#footer ul li a, div#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
div#about .row-bg:before {
    content: "";
  
    height: 20%;
    width: 20%;
    position: absolute;
    left: -130px;
    top: 40px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  
}
div#hero .row-bg:before {
    content: "";
  
    height: 100%;
    width: 60%;
    position: absolute;
    right: -90px;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

div#privacy {
	padding: 80px 0px !important;
}
	
}


@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
	
h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}
a#cta-btn.tagline {
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 43%;
    right: -26%;
    bottom: 0;
    height: 50px;
    text-align: center;
}
#hero .right-col .vc_column-inner {
    background: #fff;
    padding: 20px 30px;
    max-width: 80%;
}
div#footer ul li a, div#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
header#top li#menu-item-37 a, a#cta-btn, body[data-form-submit=regular] .container-wrap .btn-row input[type=submit] {
    background: linear-gradient(360deg, #080a6d, #5349a1);
    padding: 11px 40px !important;
    border-radius: 30px !important;
    text-align: center;
    font-size: 16px;
    line-height: 24px !important;
    font-family: 'DM Sans';
    transition: all 0.5s;
    overflow: hidden !important;
    border: 2px solid #080a6d00 !important;
}
div#serv-inr .vc_column-inner p {
    color: #666666;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#about .row-bg:before {
    content: "";
    height: 20%;
    width: 20%;
    position: absolute;
    left: -130px;
    top: 40px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 9999;
}
div#hero .row-bg:before {
    content: "";
  
    height: 100%;
    width: 60%;
    position: absolute;
    right: -90px;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
a#cta-btn.tagline {
    right: -32% !important;
}

div#about {
    padding: 60px 0px !important;
}

div#services {
    padding: 60px 0px !important;
}

div#serv-inr .vc_column-inner p br {
    display: none !important;
}

div#Testimonials {
    padding: 60px 0px !important;
}

div#Testimonials .carousel-item {
    padding: 15px !important;
}

div#Projects {
    padding: 60px 0px !important;
}

div#blogs {
    padding: 60px 0px !important;
}

div#footer ul li a, div#footer p {
    font-size: 13px !important;
    line-height: 21px !important;
}

#service-inr .wpb_text_column {
    padding: 0px 50px !important;
}

div#services .inner-wrap .row-bg:after {
    background-size: 30% !important;
}

div#services .inner-wrap .row-bg:before {
    background-size: 40% !important;
}

div#inr-banner {
    padding: 140px 0px !important;
}

div#contact {
    padding: 60px 0px !important;
}

#contact input, #contact textarea {
    font-size: 20px !important;
    line-height: 28px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	

div#privacy {
	padding: 60px 0px !important;
}	
	
}


@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

h2 {
    font-size: 28px !important;
    line-height: 36px !important;
}
a#cta-btn.tagline {
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 43%;
    right: -26%;
    bottom: 0;
    height: 50px;
    text-align: center;
}
#hero .right-col .vc_column-inner {
    background: #fff;
    padding: 10px 20px;
    max-width: 80%;
}
div#footer ul li a, div#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
header#top li#menu-item-37 a, a#cta-btn, body[data-form-submit=regular] .container-wrap .btn-row input[type=submit] {
    background: linear-gradient(360deg, #080a6d, #5349a1);
    padding: 10px 30px !important;
    border-radius: 30px !important;
    text-align: center;
    font-size: 15px;
    line-height: 23px !important;
    font-family: 'DM Sans';
    transition: all 0.5s;
    overflow: hidden !important;
    border: 2px solid #080a6d00 !important;
}
div#serv-inr .vc_column-inner p {
    color: #666666;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#about .row-bg:before {
    content: "";
    height: 20%;
    width: 20%;
    position: absolute;
    left: -130px;
    top: 40px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 9999;
}
div#hero .row-bg:before {
    content: "";
  
    height: 100%;
    width: 60%;
    position: absolute;
    right: -90px;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
	
a#cta-btn.tagline {
    right: -32% !important;
}

div#about {
    padding: 50px 0px !important;
}

div#services {
    padding: 40px 0px !important;
}

div#serv-inr .vc_column-inner p br {
    display: none !important;
}

div#Testimonials {
    padding: 40px 0px !important;
}

div#Testimonials .carousel-item {
    padding: 12px !important;
}

div#Projects {
    padding: 40px 0px !important;
}

div#blogs {
    padding: 40px 0px !important;
}

div#footer ul li a, div#footer p {
    font-size: 10px !important;
    line-height: 19px !important;
}

#service-inr .wpb_text_column {
    padding: 0px 5px !important;
}

div#services .inner-wrap .row-bg:after {
    background-size: 30% !important;
}

div#services .inner-wrap .row-bg:before {
    background-size: 40% !important;
}

div#inr-banner {
    padding: 120px 0px !important;
}

div#contact {
    padding: 40px 0px !important;
}

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}	

div#get-in-touch {
    padding: 50px 0px !important;
}

div#get-in-touch p br {
    display: none !important;
}

div#footer {
    padding: 40px 0px 15px !important;
}

div#copyright {
    padding-top: 20px !important;
    margin-top: 30px !important;
}

div#footer ul li {
    margin-bottom: 8px !important;
}

header#top nav ul li a {
    margin: 0px 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}	
	

div#privacy {
	padding: 50px 0px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

h2 {
    font-size: 28px !important;
    line-height: 36px !important;
}
a#cta-btn.tagline {
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 43%;
    right: -26%;
    bottom: 0;
    height: 50px;
    text-align: center;
}
#hero .right-col .vc_column-inner {
    background: #fff;
    padding: 10px 20px;
    max-width: 80%;
}
div#footer ul li a, div#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
header#top li#menu-item-37 a, a#cta-btn, body[data-form-submit=regular] .container-wrap .btn-row input[type=submit] {
    background: linear-gradient(360deg, #080a6d, #5349a1);
    padding: 10px 30px !important;
    border-radius: 30px !important;
    text-align: center;
    font-size: 15px;
    line-height: 23px !important;
    font-family: 'DM Sans';
    transition: all 0.5s;
    overflow: hidden !important;
    border: 2px solid #080a6d00 !important;
}
div#serv-inr .vc_column-inner p {
    color: #666666;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#about .row-bg:before {
    content: "";
    height: 20%;
    width: 20%;
    position: absolute;
    left: -130px;
    top: 40px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 9999;
}
div#hero .row-bg:before {
    content: "";
  
    height: 100%;
    width: 60%;
    position: absolute;
    right: -90px;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
	
a#cta-btn.tagline {
    right: -4% !important;
}

div#about {
    padding: 40px 0px !important;
}

div#services {
    padding: 40px 0px !important;
}

div#serv-inr .vc_column-inner p br {
    display: none !important;
}

div#Testimonials {
    padding: 30px 0px !important;
}

div#Testimonials .carousel-item {
    padding: 12px !important;
}

div#Projects {
    padding: 40px 0px !important;
}

div#blogs {
    padding: 40px 0px !important;
}

div#footer ul li a, div#footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#service-inr .wpb_text_column {
    padding: 0px 5px !important;
}

div#services .inner-wrap .row-bg:after {
    background-size: 30% !important;
}

div#services .inner-wrap .row-bg:before {
    background-size: 40% !important;
}

div#inr-banner {
    padding: 100px 0px !important;
}

div#contact {
    padding: 40px 0px !important;
}

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}	

div#get-in-touch {
    padding: 50px 0px !important;
}

div#get-in-touch p br {
    display: none !important;
}

div#footer {
    padding: 40px 0px 15px !important;
}

div#copyright {
    padding-top: 20px !important;
    margin-top: 30px !important;
}

div#footer ul li {
    margin-bottom: 8px !important;
}

header#top nav ul li a {
    margin: 0px 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 80px !important;
}

div#hero {
    padding: 60px 0px !important;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

div#serv-inr .vc_column-inner {
    min-height: 440px !important;
}

div#footer-widgets {
    display: none !important;
}

#contact .form .row {
    padding: unset !important;
}
	

div#privacy {
	padding: 40px 0px !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
h1 {
    font-size: 32px !important;
    line-height: 40px !important;
}

h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}
a#cta-btn.tagline {
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 43%;
    right: -26%;
    bottom: 0;
    height: 50px;
    text-align: center;
}
#hero .right-col .vc_column-inner {
    background: #fff;
    padding: 10px 20px;
    max-width: 80%;
}
div#footer ul li a, div#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
header#top li#menu-item-37 a, a#cta-btn, body[data-form-submit=regular] .container-wrap .btn-row input[type=submit] {
    background: linear-gradient(360deg, #080a6d, #5349a1);
    padding: 10px 30px !important;
    border-radius: 30px !important;
    text-align: center;
    font-size: 15px;
    line-height: 23px !important;
    font-family: 'DM Sans';
    transition: all 0.5s;
    overflow: hidden !important;
    border: 2px solid #080a6d00 !important;
}
div#serv-inr .vc_column-inner p {
    color: #666666;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#about .row-bg:before {
    content: "";
    height: 20%;
    width: 20%;
    position: absolute;
    left: -130px;
    top: 40px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 9999;
}
div#hero .row-bg:before {
    content: "";
  
    height: 100%;
    width: 60%;
    position: absolute;
    right: -90px;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
	
a#cta-btn.tagline {
    right: -29% !important;
}

div#about {
    padding: 30px 0px !important;
}

div#services {
    padding: 30px 0px !important;
}

div#serv-inr .vc_column-inner p br {
    display: none !important;
}

div#Testimonials {
    padding: 30px 0px !important;
}

div#Testimonials .carousel-item {
    padding: 12px !important;
}

div#Projects {
    padding: 30px 0px !important;
}

div#blogs {
    padding: 40px 0px !important;
}

div#footer ul li a, div#footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#service-inr .wpb_text_column {
    padding: 0px 5px !important;
}

div#services .inner-wrap .row-bg:after {
    background-size: 30% !important;
}

div#services .inner-wrap .row-bg:before {
    background-size: 40% !important;
}

div#inr-banner {
    padding: 70px 0px !important;
}

div#contact {
    padding: 40px 0px !important;
}

#contact input, #contact textarea {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}	

div#get-in-touch {
    padding: 50px 0px !important;
}

div#get-in-touch p br {
    display: none !important;
}

div#footer {
    padding: 40px 0px 15px !important;
}

div#copyright {
    padding-top: 20px !important;
    margin-top: 30px !important;
}

div#footer ul li {
    margin-bottom: 8px !important;
}

header#top nav ul li a {
    margin: 0px 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 80px !important;
}

div#hero {
    padding: 60px 0px !important;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

div#serv-inr .vc_column-inner {
    min-height: unset !important;
}

div#footer-widgets {
    display: none !important;
}

#contact .form .row {
    padding: unset !important;
}

#hero .form .row {
    padding: unset !important;
}

.form .row input, .form .row select {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.form .row input::placeholder, .form .row select::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#about.service .inner-wrap .row-bg::after {
    background-size: 60% !important;
    bottom: 38% !important;
}

#contact input.wpcf7-submit {
    padding: 10px 30px !important;
}
	

div#privacy {
	padding: 30px 0px !important;
}	
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}

h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}
a#cta-btn.tagline {
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    position: absolute;
    top: 43%;
    right: -26%;
    bottom: 0;
    height: 50px;
    text-align: center;
}
#hero .right-col .vc_column-inner {
    background: #fff;
    padding: 10px 15px !important;
    max-width: 90% !important;
}
div#footer ul li a, div#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
header#top li#menu-item-37 a, a#cta-btn, body[data-form-submit=regular] .container-wrap .btn-row input[type=submit] {
    background: linear-gradient(360deg, #080a6d, #5349a1);
    padding: 8px 25px !important;
    border-radius: 30px !important;
    text-align: center;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: 'DM Sans';
    transition: all 0.5s;
    overflow: hidden !important;
    border: 2px solid #080a6d00 !important;
}
div#serv-inr .vc_column-inner p {
    color: #666666;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#about .row-bg:before {
    content: "";
    height: 20%;
    width: 20%;
    position: absolute;
    left: -130px;
    top: 40px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 9999;
}
div#hero .row-bg:before {
    content: "";
  
    height: 100%;
    width: 60%;
    position: absolute;
    right: -90px;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
	
a#cta-btn.tagline {
    right: -34% !important;
}

div#about {
    padding: 20px 0px !important;
}

div#services {
    padding: 20px 0px !important;
}

div#serv-inr .vc_column-inner p br {
    display: none !important;
}

div#Testimonials {
    padding: 20px 0px !important;
}

div#Testimonials .carousel-item {
    padding: 12px !important;
}

div#Projects {
    padding: 20px 0px !important;
}

div#blogs {
    padding: 30px 0px !important;
}

div#footer ul li a, div#footer p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#service-inr .wpb_text_column {
    padding: 0px 5px !important;
}

div#services .inner-wrap .row-bg:after {
    background-size: 30% !important;
}

div#services .inner-wrap .row-bg:before {
    background-size: 40% !important;
}

div#inr-banner {
    padding: 50px 0px !important;
}

div#contact {
    padding: 30px 0px !important;
}

#contact input, #contact textarea {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}	

div#get-in-touch {
    padding: 30px 0px !important;
}

div#get-in-touch p br {
    display: none !important;
}

div#footer {
    padding: 40px 0px 15px !important;
}

div#copyright {
    padding-top: 20px !important;
    margin-top: 30px !important;
}

div#footer ul li {
    margin-bottom: 8px !important;
}

header#top nav ul li a {
    margin: 0px 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 80px !important;
}

div#hero {
    padding: 40px 0px !important;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

div#serv-inr .vc_column-inner {
    min-height: unset !important;
}

div#footer-widgets {
    display: none !important;
}

#contact .form .row {
    padding: unset !important;
}

#hero .form .row {
    padding: unset !important;
}

.form .row input, .form .row select {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.form .row input::placeholder, .form .row select::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

h3 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#about.service .inner-wrap .row-bg::after {
    background-size: 60% !important;
    bottom: 38% !important;
}

#contact input.wpcf7-submit {
    padding: 10px 30px !important;
}

#hero p br {
    display: none !important;
}

div#get-in-touch .right-col .vc_column-inner .nectar_video_lightbox.play_button {
    top: -20px !important;
    left: 18% !important;
}

div#blogs .nectar-post-grid-item span.meta-category {
    left: 10px !important;
}

div#footer ul {
    display: unset !important;
}

div#copyright {
    text-align: center !important;
}

div#copyright ul li {
    margin: unset !important;
}
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 25px !important;
    line-height: 33px !important;
}	
	
div#privacy {
	padding: 20px 0px !important;
}	
	
}