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

#top nav ul li a span {
    color: #000;
}
.owl-dots {
    display: none !important;
}
#top nav ul li a {
    opacity: 1 !important;
}

#top nav ul li#menu-item-15 a {
    background: #D5863D;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    color: #fff !important;
}

#top nav ul li#menu-item-15 a span {
	color: #fff;
}

/* header CSS end */

/* banner section CSS end */

div#main-banner h1 {
    color: #fff;
    max-width: 790px;
}

div#main-banner h6 {
    color: #D5863D;
	font-weight: bold;
}

div#main-banner p {
    color: #fff;
    max-width: 800px;
}

#orange-btn {
    background: #D5863D !important;
    padding: 12px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
    border-radius: 50px !important;
    transition: all 0.5s !important;
    transform: unset !important;
}

#orange-btn:hover {
    background: #fff !important;
    color: #000 !important;
    transition: all 0.5s !important;
    box-shadow: 18px 10px 0px 0px #D5863D !important;
}

/* banner section CSS end */

/* who section CSS start */

h6 {
	color: #D5863D;
}

#who-we h2 {
    color: #fff;
}

#who-we .number, #who-we .symbol {
    color: #fff;
    font-size: 85px !important;
    line-height: 93px !important;
}

#who-we .subject {
    color: #fff;
    font-size: 21px;
    line-height: 29px;
}

#who-we .col-rt {
    border-right: 1px solid #D5863D;
}

#who-we-are h4, #who-we-are p {
    color: #fff;
}

div#who-inr {
    border-bottom: 1px solid #D5863D;
    padding-bottom: 30px;
}

/* who-we section CSS end */

/* hire section CSS start */

h2 {
    color: #151515;
}

p {
    color: #151515;
}

h4 {
    color: #151515;
}

#hire-inr .vc_column-inner {
    background: #F2F4F8;
    padding: 30px 30px;
    border-radius: 26px;
    transition: all 0.5s;
}

#hire-inr .vc_column-inner:hover {
    transform: translateY(15px);
	background: #D5863D;
}

#hire-inr .vc_column-inner:hover a {
	color: #fff;
}

#hire-inr p {
    font-size: 21px;
    line-height: 29px;
}

#hire-inr a {
    color: #D5863D;
    font-weight: 600;
}

/* hire section CSS end */

/* work section CSS start */

#work-inr h3 {
    font-size: 40px;
    line-height: 48px;
}

h3 {
    color: #151515;
}

#work-inr .border-blk {
    padding-bottom: 20px;
    border-bottom: 1px solid #D5863D;
}

#inr-work .type-blk {
    border-left: 6px solid #D5863D;
    padding-left: 30px;
}

#inr-work .type-blk p {
    font-size: 21px;
    line-height: 29px;
}

/* work section CSS end */

/* feature section CSS start */

#feature-inr .vc_column-inner {
    border: 1px solid #E0E3EA;
    padding: 30px 30px;
}

#feature-inr .vc_col-sm-4 {
    padding: unset;
}

#feature-inr .no-radius .vc_column-inner {
    border-radius: unset !important;
}

#feature-inr .right-radius .vc_column-inner {
    border-radius: 0px 16px 16px 0px;
}

#feature-inr .left-radius .vc_column-inner {
    border-radius: 16px 0px 0px 16px;
}

#feature-inr p {
    font-size: 21px;
    line-height: 29px;
}

div#feature-inr {
    padding-top: 50px;
}

#feature-inr h6 {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #E0E3EA;
    padding: 5px 30px;
    border-radius: 50px;
}

/* feature section CSS end */

/* testimonial section CSS start */

#testimonial-inr .review {
    display: flex;
    align-items: center;
    gap: 20px;
}

#testimonial-inr .vc_column-inner {
    background: #fff;
    padding: 30px 30px;
    border-radius: 26px;
	transition: all 0.5s;
}

#testimonial-inr .vc_column-inner:hover {
	transform: translatey(15px);
}

#testimonial-inr p {
    font-size: 21px;
    line-height: 29px;
}

#testimonial-inr h4 {
    font-size: 30px;
    line-height: 38px;
}

#testimonial-inr i {
    color: #FFCC00;
    font-size: 30px;
    line-height: 38px;
}

#testimonial-inr span.review-star {
    color: #151515;
    font-size: 21px;
    line-height: 29px;
}

#inr-testimonial .right-col {
    text-align: right;
}

/* testimonial section CSS end */

/* footer CSS start */

#footer ul li {
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    list-style: none;
}

#footer ul li a {
    color: #fff;
}

#footer p {
    color: #fff;
    font-size: 21px;
}

#footer h5 {
    color: #fff;
}

#footer ul {
    margin: unset;
}

#footer-inr ul li {
    padding-bottom: 15px;
}

#inr-footer ul li {
    font-size: 16px;
    line-height: 24px;
}

#inr-footer ul {
    display: flex;
    gap: 20px;
}

#inr-footer ul.terms {
    justify-content: end;
}

#inr-footer ul.terms li, #inr-footer ul.copy li.orange {
    color: #D5863D;
}

div#inr-footer {
    padding-top: 30px;
    border-top: 1px solid #D5863D;
}

#footer ul.social-icons {
    display: flex;
    gap: 20px;
}

#footer ul.social-icons li a i {
    font-size: 30px;
    line-height: 38px;
}

#footer-inr .tnp-field label {
    display: none;
}

#footer-inr .tnp-field.tnp-field-button {
    position: absolute;
    right: -10px;
    bottom: 43px;
    width: 45%;
}

#footer-inr input#tnp-1 {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 30px;
    border-radius: 50px;
    color: #BBBDC3;
}

#footer-inr input#tnp-1::placeholder {
    font-size: 20px;
    line-height: 28px;
    color: #BBBDC3;
}

#footer-inr input.tnp-submit {
    font-size: 20px;
    line-height: 28px;
    border: unset;
    padding: 16px 10px !important;
    border-radius: 0px 50px 50px 0px !important;
    opacity: 1 !important;
}

#footer-inr input.tnp-submit:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

div#footer-outer {
    display: none;
}

/* footer CSS end */

/* inr-banner CSS start */

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

/* inr-banner CSS end */

/* contact section CSS start */

#contact .vc_column-inner {
    padding: 50px 50px;
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#contact h2, #contact p {
    text-align: center;
}

#contact input, #contact textarea {
    background: #F5F7F9;
    border: 1px solid #D4D4D4;
    padding: 15px 20px;
    border-radius: 15px !important;
    font-size: 25px;
    line-height: 33px;
    color: #5F5F5F;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 25px;
    line-height: 33px;
    color: #5F5F5F;
}

#contact input.wpcf7-submit {
    background: #D5863D;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 50px !important;
    color: #fff;
    border-radius: 50px !important;
    opacity: 1 !important;
}

#contact .btn {
    padding: unset;
}

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

#contact input.wpcf7-submit:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

/* contact section CSS end */

/* terms section CSS start */

#terms p, #terms h2, #terms ul li, #terms h3, #terms h4, #terms ol li {
    color: #151515;
}

/* terms section CSS end */




@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
div#inr-banner {
    padding: 200px 0px !important;
}
	
div#contact {
	padding: 80px 0px !important;
}
	
h1 {
    font-size: 70px !important;
    line-height: 78px !important;
}

p {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#who-we {
    padding-top: 80px !important;
}

h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}

div#who-we-are {
    padding: 80px 0px !important;
}

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

h4 {
    font-size: 28px !important;
    line-height: 36px !important;
}

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

#work-inr h3 {
    font-size: 38px !important;
    line-height: 46px !important;
}

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

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

#footer p {
    font-size: 19px !important;
    line-height: 27px !important;
}

#footer-inr ul li {
    font-size: 19px !important;
    line-height: 27px !important;
}

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

div#inr-footer {
    padding-top: 25px !important;
}	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
h1 {
    font-size: 64px !important;
    line-height: 72px !important;
}

p {
    font-size: 19px !important;
    line-height: 27px !important;
}

div#who-we {
    padding-top: 60px !important;
}

h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

div#who-we-are {
    padding: 60px 0px !important;
}

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

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

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

#work-inr h3 {
    font-size: 30px !important;
    line-height: 38px !important;
}

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

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

#footer p {
    font-size: 17px !important;
    line-height: 25px !important;
}

#footer-inr ul li {
    font-size: 17px !important;
    line-height: 25px !important;
}

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

div#inr-footer {
    padding-top: 20px !important;
}

#top nav ul li a {
    font-size: 19px !important;
    line-height: 27px !important;
}

#who-we .number, #who-we .symbol {
    font-size: 65px !important;
    line-height: 73px !important;
}

#who-we .subject {
    font-size: 19px !important;
    line-height: 27px !important;
}

#hire-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#inr-work .type-blk {
    padding-left: 20px !important;
}

#inr-work .type-blk p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#feature-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 20px 20px !important;
}	
	
div#inr-banner {
    padding: 170px 0px !important;
}
	
div#contact {
	padding: 60px 0px !important;
}

#contact .vc_column-inner {
    padding: 30px 30px !important;
}

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

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
h1 {
    font-size: 64px !important;
    line-height: 72px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#who-we {
    padding-top: 60px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#who-we-are {
    padding: 60px 0px !important;
}

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

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

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

#work-inr h3 {
    font-size: 18px !important;
    line-height: 26px !important;
}

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

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

#footer p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#footer-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

div#inr-footer {
    padding-top: 20px !important;
}

#top nav ul li a {
    font-size: 19px !important;
    line-height: 27px !important;
}

#who-we .number, #who-we .symbol {
    font-size: 65px !important;
    line-height: 73px !important;
}

#who-we .subject {
    font-size: 19px !important;
    line-height: 27px !important;
}

#hire-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#inr-work .type-blk {
    padding-left: 20px !important;
}

#inr-work .type-blk p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#feature-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 20px 20px !important;
}	
	
div#inr-banner {
    padding: 170px 0px !important;
}
	
div#contact {
	padding: 60px 0px !important;
}

#contact .vc_column-inner {
    padding: 30px 30px !important;
}

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

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

div#main-banner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#who-we .number {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .subject {
    font-size: 13px !important;
    line-height: 21px !important;
}

#who-we h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we-are h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#who-we-are p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#inr-hire h2 br {
    display: none !important;
}

div#feature-inr p {
    min-height: 70px;
}
#testimonial-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
#footer h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
#footer-inr ul li {
    padding-bottom: 4px;
}
#inr-footer ul {
    display: flex;
    gap: 3px;
}
#inr-footer ul li {
    font-size: 14px;
    line-height: 22px;
}
#footer-inr input#tnp-1 {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 20px;
    border-radius: 50px;
    color: #BBBDC3;
}
#footer-inr input.tnp-submit {
    font-size: 20px;
    line-height: 28px;
    border: unset;
    padding: 13px 10px !important;
    border-radius: 0px 50px 50px 0px !important;
    opacity: 1 !important;
}
#footer-inr .tnp-field.tnp-field-button {
    position: absolute;
    right: -10px;
    bottom: 37px;
    width: 45%;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
h1 {
    font-size: 64px !important;
    line-height: 72px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#who-we {
    padding-top: 60px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#who-we-are {
    padding: 60px 0px !important;
}

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

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

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

#work-inr h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

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

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

#footer p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#footer-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

div#inr-footer {
    padding-top: 20px !important;
}

#top nav ul li a {
    font-size: 19px !important;
    line-height: 27px !important;
}

#who-we .number, #who-we .symbol {
    font-size: 65px !important;
    line-height: 73px !important;
}

#who-we .subject {
    font-size: 19px !important;
    line-height: 27px !important;
}

#hire-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#inr-work .type-blk {
    padding-left: 20px !important;
}

#inr-work .type-blk p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#feature-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 20px 20px !important;
}	
	
div#inr-banner {
    padding: 170px 0px !important;
}
	
div#contact {
	padding: 60px 0px !important;
}

#contact .vc_column-inner {
    padding: 30px 30px !important;
}

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

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

div#main-banner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#who-we .number {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .subject {
    font-size: 13px !important;
    line-height: 21px !important;
}

#who-we h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we-are h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#who-we-are p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#inr-hire h2 br {
    display: none !important;
}

div#feature-inr p {
    min-height: 70px;
}
#testimonial-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
#footer h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
#footer-inr ul li {
    padding-bottom: 4px;
}
#inr-footer ul {
    display: flex;
    gap: 3px;
}
#inr-footer ul li {
    font-size: 14px;
    line-height: 22px;
}
#footer-inr input#tnp-1 {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 20px;
    border-radius: 50px;
    color: #BBBDC3;
}
#footer-inr input.tnp-submit {
    font-size: 20px;
    line-height: 28px;
    border: unset;
    padding: 13px 10px !important;
    border-radius: 0px 50px 50px 0px !important;
    opacity: 1 !important;
}
#footer-inr .tnp-field.tnp-field-button {
    position: absolute;
    right: -10px;
    bottom: 37px;
    width: 45%;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }
#who-we .col-rt {
    border-right: unset !important;
}

div#inr-hire img {
    width: 100%;
}

div#work-inr img {
    width: 100%;
}
#testimonial-inr p {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#newsletterwidget-2 {
    margin-right: 190px;
}	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
h1 {
    font-size: 48px !important;
    line-height: 56px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#who-we {
    padding-top: 60px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#who-we-are {
    padding: 60px 0px !important;
}

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

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

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

#work-inr h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

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

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

#footer p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#footer-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

div#inr-footer {
    padding-top: 20px !important;
}

#top nav ul li a {
    font-size: 19px !important;
    line-height: 27px !important;
}

#who-we .number, #who-we .symbol {
    font-size: 65px !important;
    line-height: 73px !important;
}

#who-we .subject {
    font-size: 19px !important;
    line-height: 27px !important;
}

#hire-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#inr-work .type-blk {
    padding-left: 20px !important;
}

#inr-work .type-blk p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#feature-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 20px 20px !important;
}	
	
div#inr-banner {
    padding: 170px 0px !important;
}
	
div#contact {
	padding: 60px 0px !important;
}

#contact .vc_column-inner {
    padding: 30px 30px !important;
}

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

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

div#main-banner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#who-we .number {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .subject {
    font-size: 13px !important;
    line-height: 21px !important;
}

#who-we h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we-are h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#who-we-are p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#inr-hire h2 br {
    display: none !important;
}

div#feature-inr p {
    min-height: 70px;
}
#testimonial-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
#footer h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
#footer-inr ul li {
    padding-bottom: 4px;
}
#inr-footer ul {
    display: flex;
    gap: 3px;
}
#inr-footer ul li {
    font-size: 14px;
    line-height: 22px;
}
#footer-inr input#tnp-1 {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 20px;
    border-radius: 50px;
    color: #BBBDC3;
}
#footer-inr input.tnp-submit {
    font-size: 20px;
    line-height: 28px;
    border: unset;
    padding: 13px 10px !important;
    border-radius: 0px 50px 50px 0px !important;
    opacity: 1 !important;
}
#footer-inr .tnp-field.tnp-field-button {
    position: absolute;
    right: 10px;
    bottom: 37px;
    width: 45%;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }
#who-we .col-rt {
    border-right: unset !important;
}

div#inr-hire img {
    width: 100%;
}

div#work-inr img {
    width: 100%;
}
#testimonial-inr p {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#newsletterwidget-2 {
    margin-right: 190px;
}
.contact-form .row {
    padding: unset !important;
}
input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    font-size: 12px !important;
    padding: unset !important;
}

#contact textarea {
    height: 100px;
}
    #contact input, #contact textarea {
        padding: 12px 12px !important;
        font-size: 15px !important;
        line-height: 23px !important;
    }
    #contact .vc_column-inner {
        padding: 20px 10px !important;
    }

.contact-form {
    margin-top: 30px;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
h1 {
    font-size: 36px !important;
    line-height: 44px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#who-we {
    padding-top: 60px !important;
}

h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}

div#who-we-are {
    padding: 60px 0px !important;
}

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

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

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

#work-inr h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

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

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

#footer p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#footer-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

div#inr-footer {
    padding-top: 20px !important;
}

#top nav ul li a {
    font-size: 19px !important;
    line-height: 27px !important;
}

#who-we .number, #who-we .symbol {
    font-size: 65px !important;
    line-height: 73px !important;
}

#who-we .subject {
    font-size: 19px !important;
    line-height: 27px !important;
}

#hire-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#inr-work .type-blk {
    padding-left: 20px !important;
}

#inr-work .type-blk p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#feature-inr .vc_column-inner {
    padding: 20px 20px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 20px 20px !important;
}	
	
div#inr-banner {
    padding: 170px 0px !important;
}
	
div#contact {
	padding: 60px 0px !important;
}

.contact-form .row {
    padding: unset !important;
}
input.wpcf7-form-control.wpcf7-file {
    width: 100%;
    font-size: 12px !important;
    padding: unset !important;
}

#contact textarea {
    height: 100px;
}
    #contact input, #contact textarea {
        padding: 12px 12px !important;
        font-size: 15px !important;
        line-height: 23px !important;
    }
    #contact .vc_column-inner {
        padding: 20px 10px !important;
    }
#contact input::placeholder, #contact textarea::placeholder {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#main-banner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#who-we .number {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

#who-we .subject {
    font-size: 13px !important;
    line-height: 21px !important;
}

#who-we h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#who-we-are h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#who-we-are p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 1px !important;
}
div#inr-hire h2 br {
    display: none !important;
}

div#feature-inr p {
    min-height: 70px;
}
#testimonial-inr h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}
#footer h5 {
    color: #fff;
    font-size: 15px !important;
    line-height: 23px !important;
}
#footer-inr ul li {
    padding-bottom: 4px;
}
#inr-footer ul {
    display: flex;
    gap: 2px;
}
#inr-footer ul li {
    font-size: 12px;
    line-height: 20px;
}
#footer-inr input#tnp-1 {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 20px;
    border-radius: 50px;
    color: #BBBDC3;
    width: 170%;
}
#footer-inr input.tnp-submit {
    font-size: 16px;
    line-height: 24px;
    border: unset;
    padding: 10px 6px !important;
    border-radius: 0px 50px 50px 0px !important;
    opacity: 1 !important;
}
#footer-inr .tnp-field.tnp-field-button {
    position: absolute;
    right: 10px;
    bottom: 28px;
    width: 33%;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 74px !important;
    }
#who-we .col-rt {
    border-right: unset !important;
}

div#inr-hire img {
    width: 100%;
}

div#work-inr img {
    width: 100%;
}
#testimonial-inr p {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#newsletterwidget-2 {
    margin-right: 190px;
}	
}







