/*
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 css */
nav ul li a {
    color: #000 !important;
    margin-right: 20px !important;
}
li#menu-item-13 a {
    position: relative !important;
    background: #BF8624 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-family: 'Rethink Sans' !important;
    font-weight: bold !important;
    color: #fff !important;
    overflow: hidden !important;
    transition: all 0.35s ease !important;
    z-index: 1 !important;
    transform:unset !important;
}
li#menu-item-13 a::before {
    content: "" !important;
    position: absolute !important;
    top: -120% !important;
    left: -120% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.4) 50%, transparent 60%) !important;
    transform: rotate(15deg) !important;
    transition: all 0.5s ease !important;
    z-index: -1 !important;
}
li#menu-item-13 a::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: #BF8624 !important;
    border-radius: 8px !important;
    z-index: -2 !important;
    transition: all 0.4s ease !important;
    transform: scale(1) !important;
}
li#menu-item-13 a:hover {
    color: #000 !important;
}
li#menu-item-13 a:hover::before {
    top: 0% !important;
    left: 0% !important;
}
li#menu-item-13 a:hover::after {
    transform: scale(1.12) !important;
    filter: brightness(1.15) !important;
}
#logo {
    position: relative !important;
    top: 80px !important;
    margin: unset !important;
}
/* banner css */
div#banner-inner h1, div#banner-inner h3 {
    color: #fff;
}
div#banner-inner h3 {
    text-transform: uppercase;
}
div#banner-inner p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}
div#main-banner {
    padding: 340px 0px 100px 0px !important;
}
#yellow-btn {
    position: relative !important;
    background: #BF8624 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-family: 'Rethink Sans' !important;
    font-weight: bold !important;
    color: #fff !important;
    overflow: hidden !important;
    transition: all 0.35s ease !important;
    z-index: 1 !important;
    transform:unset !important;
}
#yellow-btn::before {
    content: "" !important;
    position: absolute !important;
    top: -120% !important;
    left: -120% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.4) 50%, transparent 60%) !important;
    transform: rotate(15deg) !important;
    transition: all 0.5s ease !important;
    z-index: -1 !important;
}
#yellow-btn::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: #BF8624 !important;
    border-radius: 8px !important;
    z-index: -2 !important;
    transition: all 0.4s ease !important;
    transform: scale(1) !important;
}
#yellow-btn:hover {
    color: #000 !important;
}
#yellow-btn:hover::before {
    top: 0% !important;
    left: 0% !important;
}
#yellow-btn:hover::after {
    transform: scale(1.12) !important;
    filter: brightness(1.15) !important;
}
/* about css */
.main-mg {
    width: 100% !important;
}
div#about-us {
    padding: 100px 100px !important;
}
.clor-col {
    background: #fff;
    padding: 40px !important;
}
div#about-inner {
    background: #F6F6F6 !important;
    padding: 20px 20px 20px 20px !important;
    border-radius: 8px;
}
.svg-set {
    position: absolute !important;
    left: 0px;
}
.blk-one {
    padding-left: 80px;
}
.blk-trusted {
    position: absolute !important;
    bottom: 10px;
    left: 150px;
}
.blk-trusted p {
    color: #000 !important;
}
div#about-inner .divider-small-border {
    width: 100% !important;
    background: #00000038;
}
div#about-inner h3 {
    max-width: 600px;
    color: #000 !important;
}
div#about-inner h4 {
    color: #010101;
}
/* services slider  */
div#main-service.nectar-split-heading {
    margin-bottom: 0 !important;
}
div#main-service .divider-small-border {
    width: 6% !important;
    height: 1px !important;
    background-color: #ddd;
    margin: 0 auto !important;
}
div#main-service .carousel-item p {
    max-width: 640px;
    margin: 0 auto;
    color: #fff;
}
div#main-service h3, div#main-service h5 {
    color: #fff;
}
div#main-service .owl-dots {
    display: none !important;
}
div#main-service {
    padding: 100px 0 !important;
}
div#main-service .owl-stage-outer {
    overflow: unset !important;
}
div#main-service .owl-item p, div#main-service .owl-item h3 {
    display: none !important;
    transition:all 0.9s !important;
}
div#main-service .owl-item.active p, div#main-service .owl-item.active h3 {
    display: block !important;
    transition:all 0.9s !important;
}
div#main-service .owl-item.active img {
    transform: scale(0.9) !important;
}
/* testimonial css */
div#main-testimonial {
    padding: 100px 0 !important;
}
div#main-testimonial h3 {
    text-align: center;
    color: #000;
}
div#main-testimonial p {
    text-align: center;
    color: #000;
    max-width: 1050px;
    margin: 0 auto;
}
div#testimonial-inner .rating-stars {
    display: flex;
    gap: 4px;
    margin: 0 !important;
}
div#testimonial-inner .rating-stars li {
    list-style: none;
}
div#testimonial-inner .rating-stars i {
    color: #FFC107;
}
div#testimonial-inner p {
    max-width: unset !important;
    text-align: unset !important;
}
div#testimonial-inner .evan-blk img {
    margin: unset !important;
}
div#testimonial-inner .evan-blk .wpb_wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
div#testimonial-inner .evan-blk p {
    padding: unset !important;
}
div#testimonial-inner .evan-blk h5 {
    color: #000;
}
div#testimonial-inner .vc_column-inner {
    background: #F6F6F6;
    padding: 20px;
}
/* aply css */
div#apply-sec {
    padding: 100px 0 !important;
}
div#apply-sec h2, div#apply-sec h4 {
    color: #fff;
}
/* ft css */
div#copyright {
    display: none !important;
}

div#contct-details {
    background: #1F1F1F;
    padding: 30px !important;
    position: relative;
    top: 80px;
    border-radius: 8px;
}

div#contct-details li {
    list-style: none !important;
}

div#contct-details ul {
    margin: 0 !important;
}

div#contct-details i {
    background: #fff;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 33px !important;
    border-radius: 8px !important;
    color: #000;
}

div#contct-details a {
    color: #fff !important;
}

div#contct-details .heading-line {
    color: #fff;
}

div#main-ft {
    padding: 100px 100px 20px 100px !important;
}

div#main-ft a {
    color: #fff;
}

div#main-ft li {
    color: #fff;
    list-style: none !important;
    padding: 4px 0 !important;
}

div#main-ft ul {
    margin: 0;
}
div#main-ft h4, div#main-ft p {
    color: #fff !important;
}
div#ft-content .tnp-field.tnp-field-button {
    position: absolute;
    right: 177px;
    width: 20%;
    bottom: 54px;
    margin-bottom: unset !important;
}
div#ft-content input#tnp-1 {
    padding: 18px !important;
    background: unset !important;
    border-radius: 8px !important;
}
div#ft-inner label {
    display: none !important;
}
input.tnp-submit {
    background: #fff !important;
    color: #000 !important;
    border: unset !important;
}
input.tnp-submit:hover {
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}

div#ft-content {
    padding-top: 100px;
}

div#ft-content input#tnp-1::placeholder {
    color: #fff !important;
}
.qck-col .vc_column-inner {
    padding-left: 100px;
}

.ft-logo {
    margin-bottom: 20px !important;
}

.social-icons {
    display: flex;
    gap: 10px;
}

div#ft-inner {
    border-bottom: 1px solid #ffffff4a;
}

div#ft-copy {
    padding-top: 40px;
}

.pl-lied p {
    text-align: right;
}

div#ft-copy:before {
	position: absolute;
	content: '';
	left: -100px;
	right: 0;
	top: 10px;
	bottom: 0;
	background: #111111 !important;
	width: 114%;
	height: 117%;
}
/* inner pages css */
div#box-green {
    padding: 30px 100px 100px !important;
}
div#box-green h4 {
    color: #000;
}
div#box-green .vc_column-inner {
    background: #EFF5F6;
    padding: 70px 20px !important;
    margin-right: 20px;
    border-radius: 11px;
}
div#inner-page {
    padding: 220px 0 !important;
}
div#inner-page h1 {
    color: #fff;
    text-transform: capitalize !important;
}
/* form css */
div#get-quote {
    padding: 50px 0 !important;
}
div#get-quote h2 {
    text-align: center;
    color: #BF8624;
}
div#get-quote p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
div#get-quote .quote-form p {
    max-width: unset !important;
    text-align: unset !important;
}
div#get-quote .quote-form input {
    padding: 16px;
    background: unset;
    border: 1px solid #00000038;
}
div#get-quote .quote-form h4 {
    color: #000;
}
div#get-quote .quote-form textarea {
    height: 100px;
    resize: none !important;
    background: unset;
    border: 1px solid #00000038;
}
div#get-quote .quote-form ::placeholder {
    color: #000;
}
div#get-quote input.wpcf7-form-control.wpcf7-submit {
    border: unset !important;
    width: 160px;
    font-size: 20px;
    line-height: 28px !important;
    background-color:#BF8624 !important;
}
/* cred form css */
.cred-sec {
    padding: 50px 0 !important;
}
div#get-quote h2 {
    text-align: center;
    color: #BF8624;
}
div#get-quote p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.cred-sec p {
    max-width: unset !important;
    text-align: unset !important;
}
.cred-sec input {
    padding: 16px;
    background: unset;
    border: 1px solid #0000003d;
}
.cred-sec h4 {
    color: #000;
}
.cred-sec textarea {
    height: 100px;
    resize: none !important;
    background: unset;
    border: 1px solid #00000047;
}
.cred-sec ::placeholder {
    color: #000;
}
.cred-sec input.wpcf7-form-control.wpcf7-submit {
    border: unset !important;
    width: 160px;
    font-size: 20px;
    line-height: 28px !important;
    background-color:#BF8624 !important;
}
.cred-sec input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    color: #000;
}
/* contact us form css */
div#contact-form {
    padding: 100px 100px !important;
}

div#contact-form h3 {
    color: #000;
}

div#contact-form h4 {
    color: #000;
}

div#contact-form p {
    color: #474747;
}

div#contact-form a {
    color: #000;
}

div#contact-form p {
    color: #000 !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute;
    right: 177px;
    bottom: 42px;
    width: 16%;
}

div#ft-inner input#tnp-1 {
    padding: 18px !important;
    background: unset !important;
}
div#ft-inner .tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 18px 22px !important;
	 background:#fff !important;
}
div#contact-form .detail-td p {
    font-weight: bold !important;
}
div#contact-form p {
    max-width: 680px;
}
.contact-us p {
    max-width: unset !important;
}
div#contact-form .contact-us {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border: 1px solid #00000036;
}
div#contact-form .tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 18px 40px !important;
    background:#BF8624 !important;
    border:unset !important;    
}

div#contact-form .contact-us input, .contact-us textarea {
    background: unset;
    border: 1px solid #00000029;
}

/* Reposnive start */
@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
header#top .container {
    padding: 0 20px !important;
}
div#main-banner {
    padding: 130px 0px 100px 0px !important;
}
h3 {
    font-size: 38px !important;
    line-height: 46px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
.main-mg {
    width: 100% !important;
    min-height: 792px !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute !important;
    right: 37px !important;
    bottom: 42px !important;
    width: 26% !important;
}
div#ft-copy:before {
    position: absolute;
    content: '';
    left: -100px;
    right: 0;
    top: 10px;
    bottom: 0;
    background: #111111 !important;
    width: 118%;
    height: 117%;
}
div#contct-details {
    background: #1F1F1F;
    padding: 30px !important;
    position: relative;
    top: 80px;
    border-radius: 8px;
}
.qck-col .vc_column-inner {
    padding-left: 60px !important;
}
div#box-green h4 {
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#box-green .vc_column-inner {
    background: #EFF5F6;
    padding: 30px 16px !important;
    margin-right: 20px;
    border-radius: 11px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
header#top .container {
    padding: 0 20px !important;
}
div#main-banner {
    padding: 130px 0px 100px 0px !important;
}
h3 {
    font-size: 32px !important;
    line-height: 40px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
.main-mg {
    width: 100% !important;
    min-height: 862px !important;
    object-fit: cover;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute !important;
    right: 0px !important;
    bottom: 42px !important;
    width: 26% !important;
}
div#ft-copy:before {
    position: absolute;
    content: '';
    left: -100px;
    right: 0;
    top: 10px;
    bottom: 0;
    background: #111111 !important;
    width: 121%;
    height: 117%;
}
div#contct-details {
    background: #1F1F1F;
    padding: 30px !important;
    position: relative;
    top: 80px;
    border-radius: 8px;
}
.qck-col .vc_column-inner {
    padding-left: 60px !important;
}
div#about-inner h4 {
    color: #010101;
    font-size: 16px !important;
    line-height: 24px !important;
}
.main-abt .main-mg {
    min-height: 730px !important;
    object-fit: cover !important;
}
div#box-green h4 {
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#box-green .vc_column-inner {
    background: #EFF5F6;
    padding: 30px 16px !important;
    margin-right: 20px;
    border-radius: 11px;
}
div#box-green {
    padding: 30px 20px 100px !important;
}
div#contact-form h4 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#contact-form h3 {
    color: #000;
    font-size: 27px !important;
    line-height: 35px !important;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
header#top .container {
    padding: 0 20px !important;
}
div#main-banner {
    padding: 130px 0px 100px 0px !important;
}
h3 {
    font-size: 32px !important;
    line-height: 40px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
.main-mg {
    width: 100% !important;
    min-height: 862px !important;
    object-fit: cover;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute !important;
    right: 0px !important;
    bottom: 42px !important;
    width: 26% !important;
}
div#ft-copy:before {
    position: absolute;
    content: '';
    left: -100px;
    right: 0;
    top: 10px;
    bottom: 0;
    background: #111111 !important;
    width: 121%;
    height: 117%;
}
div#contct-details {
    background: #1F1F1F;
    padding: 10px !important;
    position: relative;
    top: 30px;
    border-radius: 8px;
}
.qck-col .vc_column-inner {
    padding-left: 20px !important;
}
div#about-inner h4 {
    color: #010101;
    font-size: 16px !important;
    line-height: 24px !important;
}
.main-abt .main-mg {
    min-height: 730px !important;
    object-fit: cover !important;
}
div#box-green h4 {
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#box-green .vc_column-inner {
    background: #EFF5F6;
    padding: 30px 16px !important;
    margin-right: 20px;
    border-radius: 11px;
}
div#box-green {
    padding: 30px 20px 100px !important;
}
div#contact-form h4 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#contact-form h3 {
    color: #000;
    font-size: 27px !important;
    line-height: 35px !important;
}
div#about-us {
    padding: 50px 10px !important;
}
.blk-one {
    padding-left: 80px;
    overflow-y: scroll !important;
    height: 80px;
}
div#main-service {
    padding: 30px 0 !important;
}
.qck-col .vc_column-inner {
    padding-left: 20px !important;
}
div#main-ft {
    padding: 100px 20px 20px 40px !important;
}
div#main-ft h4, div#main-ft p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

div#ft-copy p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#contact-form {
    padding: 40px 40px !important;
}
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
header#top .container {
    padding: 0 20px !important;
}
div#main-banner {
    padding: 130px 0px 100px 0px !important;
}
h3 {
    font-size: 32px !important;
    line-height: 40px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
.main-mg {
    width: 100% !important;
    min-height: 862px !important;
    object-fit: cover;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute !important;
    right: 0px !important;
    bottom: 42px !important;
    width: 26% !important;
}
div#ft-copy:before {
    position: absolute;
    content: '';
    left: -100px;
    right: 0;
    top: 10px;
    bottom: 0;
    background: #111111 !important;
    width: 121%;
    height: 117%;
}
div#contct-details {
    background: #1F1F1F;
    padding: 30px 0 !important;
    position: relative;
    top: 14px;
    border-radius: 8px;
}
.qck-col .vc_column-inner {
    padding-left: 20px !important;
}
div#about-inner h4 {
    color: #010101;
    font-size: 16px !important;
    line-height: 24px !important;
}
.main-abt .main-mg {
    min-height: 730px !important;
    object-fit: cover !important;
}
div#box-green h4 {
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#box-green .vc_column-inner {
    background: #EFF5F6;
    padding: 30px 16px !important;
    margin-right: 20px;
    border-radius: 11px;
}
div#box-green {
    padding: 30px 20px 100px !important;
}
div#contact-form h4 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#contact-form h3 {
    color: #000;
    font-size: 27px !important;
    line-height: 35px !important;
}
div#about-us {
    padding: 50px 10px !important;
}
.blk-one {
    padding-left: 80px;
    overflow-y: unset !important;
    height: unset !important;
}
div#main-service {
    padding: 30px 0 !important;
}
.qck-col .vc_column-inner {
    padding-left: 20px !important;
}
div#main-ft {
    padding: 100px 20px 20px 40px !important;
}
div#main-ft h4, div#main-ft p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
#logo {
    position: relative !important;
    top: 20px !important;
    margin: unset !important;
}
div#ft-copy p {
    font-size: 12px !important;
    line-height: 20px !important;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
 height: 100px !important;
 }
.tnp.tnp-subscription.tnp-widget {
    margin: unset !important;
}
div#footer-widgets {
    display: none !important;
}
div#contact-form {
    padding: 40px 10px !important;
}
div#contact-form .contact-us {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border: 1px solid #00000036;
    margin-top: 40px;
}
.contact-us .col.span_6, .contact-us .col.span_12 {
    margin-bottom: 10px !important;
}
.contact-us .row {
    padding: unset !important;
}
.contact-us textarea {
    height: 100px !important;
}
.contact-us input.wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
header#top .container {
    padding: 0 20px !important;
}
div#main-banner {
    padding: 130px 0px 100px 0px !important;
}
h3 {
    font-size: 32px !important;
    line-height: 40px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}
.main-mg {
    width: 100% !important;
    min-height: 862px !important;
    object-fit: cover;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute !important;
    right: 0px !important;
    bottom: 42px !important;
    width: 26% !important;
}
div#ft-copy:before {
    position: absolute;
    content: '';
    left: -40px;
    right: 0;
    top: 20px;
    bottom: 0;
    background: #111111 !important;
    width: 121%;
    height: 100%;
}
div#contct-details {
    background: #1F1F1F;
    padding: 30px 0 !important;
    position: relative;
    top: 14px;
    border-radius: 8px;
}
.qck-col .vc_column-inner {
    padding-left: 20px !important;
}
div#about-inner h4 {
    color: #010101;
    font-size: 16px !important;
    line-height: 24px !important;
}
.main-abt .main-mg {
    min-height: 730px !important;
    object-fit: cover !important;
}
div#box-green h4 {
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#box-green .vc_column-inner {
    background: #EFF5F6;
    padding: 30px 16px !important;
    margin-right: 20px;
    border-radius: 11px;
}
div#box-green {
    padding: 30px 20px 100px !important;
}
div#contact-form h4 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#contact-form h3 {
    color: #000;
    font-size: 27px !important;
    line-height: 35px !important;
}
div#about-us {
    padding: 50px 10px !important;
}
.blk-one {
    padding-left: 80px;
    overflow-y: unset !important;
    height: unset !important;
}
div#main-service {
    padding: 30px 0 !important;
}
.qck-col .vc_column-inner {
    padding-left: 0px !important;
}
div#main-ft {
    padding: 100px 20px 20px 40px !important;
}
div#main-ft h4, div#main-ft p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
#logo {
    position: relative !important;
    top: 20px !important;
    margin: unset !important;
}
div#ft-copy p {
    font-size: 12px !important;
    line-height: 20px !important;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
 height: 100px !important;
 }
.tnp.tnp-subscription.tnp-widget {
    margin: unset !important;
}
div#footer-widgets {
    display: none !important;
}
div#inner-page {
    padding: 100px 0 !important;
}

div#about-inner img {
    min-height: unset !important;
    object-fit: unset !important;
}
    div#box-green .vc_column-inner {
        background: #EFF5F6;
        padding: 20px 16px !important;
        margin-right: 20px;
        border-radius: 11px;
        margin-bottom: 20px;
    }
div#contact-form {
    padding: 40px 10px !important;
}
div#contact-form .contact-us {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border: 1px solid #00000036;
    margin-top: 40px;
}
.contact-us .col.span_6, .contact-us .col.span_12 {
    margin-bottom: 10px !important;
}
.contact-us .row {
    padding: unset !important;
}
.contact-us textarea {
    height: 100px !important;
}
.contact-us input.wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
header#top .container {
    padding: 0 20px !important;
}
div#main-banner {
    padding: 130px 0px 100px 0px !important;
}
h3 {
    font-size: 32px !important;
    line-height: 40px !important;
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.main-mg {
    width: 100% !important;
    min-height: unset !important;
    object-fit: unset !important;
}
div#ft-inner .tnp-field.tnp-field-button {
    position: absolute !important;
    right: 0px !important;
    bottom: 42px !important;
    width: 30% !important;
}
div#ft-copy:before {
    position: absolute;
    content: '';
    left: -40px;
    right: 0;
    top: 20px;
    bottom: 0;
    background: #111111 !important;
    width: 121%;
    height: 100%;
}
div#contct-details {
    background: #1F1F1F;
    padding: 30px 0 !important;
    position: relative;
    top: 14px;
    border-radius: 8px;
}
.qck-col .vc_column-inner {
    padding-left: 20px !important;
}
div#about-inner h4 {
    color: #010101;
    font-size: 16px !important;
    line-height: 24px !important;
}
.main-abt .main-mg {
    min-height: 730px !important;
    object-fit: cover !important;
}
div#box-green h4 {
    color: #000;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#box-green .vc_column-inner {
    background: #EFF5F6;
    padding: 30px 16px !important;
    margin-right: 20px;
    border-radius: 11px;
}
div#box-green {
    padding: 30px 20px 100px !important;
}
div#contact-form h4 {
    color: #000;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#contact-form h3 {
    color: #000;
    font-size: 27px !important;
    line-height: 35px !important;
}
div#about-us {
    padding: 50px 10px !important;
}
.blk-one {
    padding-left: 80px;
    overflow-y: unset !important;
    height: unset !important;
}
div#main-service {
    padding: 30px 0 !important;
}
.qck-col .vc_column-inner {
    padding-left: 0px !important;
}
div#main-ft {
    padding: 100px 20px 20px 40px !important;
}
div#main-ft h4, div#main-ft p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
#logo {
    position: relative !important;
    top: 20px !important;
    margin: unset !important;
}
div#ft-copy p {
    font-size: 12px !important;
    line-height: 20px !important;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
 height: 100px !important;
 }
.tnp.tnp-subscription.tnp-widget {
    margin: unset !important;
}
div#footer-widgets {
    display: none !important;
}
div#about-inner h3 {
    max-width: 600px;
    color: #000 !important;
    font-size: 22px !important;
    line-height: 30px !important;
}
h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}
.clor-col {
    background: #fff;
    padding: 10px !important;
}
div#about-inner {
    background: #F6F6F6 !important;
    padding: 20px 10px 20px 10px !important;
    border-radius: 8px;
}
div#ft-inner .tnp-submit, body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 18px 12px !important;
    
}
div#apply-sec {
    padding: 20px 0 !important;
}

div#apply-sec h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#apply-sec h4 {
    font-size: 15px !important;
    line-height: 23px !important;
}
div#inner-page {
    padding: 100px 0 !important;
}

div#about-inner img {
    min-height: unset !important;
    object-fit: unset !important;
}
    div#box-green .vc_column-inner {
        background: #EFF5F6;
        padding: 20px 16px !important;
        margin-right: 20px;
        border-radius: 11px;
        margin-bottom: 20px;
    }
div#contact-form {
    padding: 40px 10px !important;
}
div#contact-form .contact-us {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border: 1px solid #00000036;
    margin-top: 40px;
}
.contact-us .col.span_6, .contact-us .col.span_12 {
    margin-bottom: 10px !important;
}
.contact-us .row {
    padding: unset !important;
}
.contact-us textarea {
    height: 100px !important;
}
.contact-us input.wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
}	
}