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




li#menu-item-14 a, a#cta-btn {
    background: #780606 !important;
    padding: 13px 40px !important;
    border-radius: 40px !important;
    font-size: 20px;
    line-height: 28px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans';
    font-weight: 200 !important;
}

li#menu-item-14 a:before, a#cta-btn:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    opacity:0;
    transition: all 0.5s ease;
    bottom: 0;
    right: 0;
    margin: auto;
}
.current-menu-item a {
    position: relative;
}

.current-menu-item a:before {
    content: "";
    background: #8c130a;
    height: 2px;
    width: 70%;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
li#menu-item-14 a:hover:before, a#cta-btn:hover:before{
        transform: skewY(20deg);
        opacity:1;
        height: 150%;
}

li#menu-item-14 a:hover span, a#cta-btn:hover{
    opacity:1;
    color:#8c130a;
}
li#menu-item-14 a span, a#cta-btn span {
    position: relative;
    z-index: 99;
}

/* hero section css start  */
.container-web {
    padding-left: 50px;
    padding-right: 50px;
}

div#hero h1, div#hero p {
    max-width: 1010px;
}

a#cta-btn.blue {
    background: #0A0034 !important;
}

div#hero a#cta-btn {
    margin-right: 20px;
}
div#hero .row-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* hero section css end  */


/* Serviec start  */

h5 {
    text-transform: uppercase;
    font-weight: 600 !important;
}

div#services .carousel-item img {
    margin-bottom: 20px;
}

div#services  .owl-nav.disabled {
    display: flex;
    justify-content: left;
    position: absolute;
    left: -50%;
    bottom: 13%;
}

div#services .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
    border: unset;
    background: #780606 !important;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    font-family: 'FontAwesome' !important;
}



/* Services end  */

/* Offer section start  */

div#conatiner-img .row-bg {
    position: relative;
}

div#conatiner-img .row-bg:before {
    content: "Trans Ocean";
    background: url();
    color: #fff;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 250px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 340px;
}

div#offer-text-sec {
    background: #fff;
    padding: 50px !important;
    margin-top: -100px;
    position: relative;
    z-index: 99;
}

.list-blk ul li {
    list-style: none;
    position: relative;
    color: #1C1A23;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
    display: flex;
}

.list-blk ul li:before {content: "\f058";font-family: 'FontAwesome' !important;color: #8c130a;position: absolute;left: -50px;top: 0;}

.list-blk ul {
    margin-left: 40px;
}

.nectar-scrolling-text-inner__text-chunk {
    font-size: 40px;
    line-height: 48px !important;
    color: #1C1A23 !important;
    text-transform: capitalize;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 600;
}

div#headline-sec {
    padding-bottom: 50px !important;
}

/* Offer section end  */


/* Contact section start  */

div#contact-banner h2, div#contact-banner p {
    max-width: 40%;
}



div#contact-banner a#cta-btn {padding-left: 80px !important;}

div#contact-banner a#cta-btn i {
    position: absolute;
    left: 20px;
    font-size: 22px;
}

/* Contact section end  */
/* Testimonials  */

div#test-clients {}

div#test-clients .carousel-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

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

div#test-clients .owl-item p {
    color: #454545;
}

div#test-clients .owl-item .nectar-star-rating * {
    color: #ED8A19;
}

.image-blk .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.image-blk .wpb_wrapper p {
    padding: unset;
}


div#test-head h2 {
    max-width: 500px;
}

div#test-clients .owl-dots.disabled {
    display: block;
}

/* Testimonials  */
.scrolling-headline {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.scrolling-track {
    display: flex;
    width: max-content;
    animation: scroll-left 35s linear infinite; /* slow speed */
}

.scrolling-text {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: 'Plus Jakarta Sans' !important;
    color: #1C1A23;
    text-transform: capitalize;
    white-space: nowrap;
}

.scrolling-text .star {
    font-weight: bold;
    margin: 0 30px;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.scrolling-text strong {
    font-weight: bold;
    font-family: 'Plus Jakarta Sans' !important;
}

/* get in touch  */


div#get-in-touch .col-right .vc_column-inner {
    background: #fff;
    padding: 50px;
    border-radius: 40px;
}

.form .row input, .form .row textarea {
    background: #EEEDEE;
    border-radius: 6px;
}

.form .row textarea {
    height: 140px;
}

.row.accept .wpcf7-list-item {
    margin-left: unset;
}

body[data-form-submit=regular] .container-wrap .form input[type=submit] {
        background: #780606 !important;
        padding: 13px 40px !important;
        border-radius: 40px !important;
        font-size: 20px;
        line-height: 28px !important;
        position: relative;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans';
        font-weight: 200 !important;
        width: 100%;
}

/* get in touch end */

/* Footer  */

div#ft-sec ul {
    margin: unset;
}

div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: 'DM Sans';
    font-weight: 100;
}

div#ft-sec ul li {
    list-style: none;
    margin-bottom: 20px;
}

div#ft-sec h5 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'DM Sans';
    font-weight: 300 !important;
    margin-bottom: 20px;
}

div#ft-sec .wpb_raw_code.wpb_raw_html.wpb_content_element ul {
    column-count: 2;
}

div#ft-sec ul li a i {
    font-family: 'FontAwesome' !important;
    margin-right: 10px;
}

div#ft-sec ul li a {
    display: flex;
}

div#inner-row {
    border-top: 1px solid #fff;
    padding-top: 40px;
    margin-top: 50px;
}

div#inner-row.copyright {}

div#inner-row.copyright ul {
    display: flex;
    justify-content: right;
}

div#inner-row.copyright ul li {
    margin-left: 0;
}

.tnp-field label {
    display: none;
}

input#tnp-1 {
    background: #1f0b3d !important;
    padding: 15px !important;
    border-radius: unset;
    color: #fff;
}

div.tnp-subscription {
    position: relative;
    overflow: hidden;
}

div.tnp-subscription .tnp-field.tnp-field-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30%;
}
div#ft-sec .row-bg-wrap .inner-wrap .row-bg:before {
    content: "Logistics";
    background: url();
    color: #190F40;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 350px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 360px;
}

body[data-form-submit=regular] .container-wrap .tnp input[type=submit] {
    padding: 11px 25px !important;
    border-radius: unset !important;
    font-family: 'DM Sans';
    font-weight: 200;
}

input#tnp-1::placeholder {
    color: #fff;
}

/* Footer  */

/* Contact Us Page css  */

div#get-in-touch.contact-us {
    background: #fff;
    padding: 20px !important;
    border-radius: 20px !important;
}

div#get-in-touch.contact-us h2 {
    font-size: 30px;
    line-height: 38px !important;
    max-width: 300px;
}

div#get-in-touch.contact-us .form .row textarea {
    height: 50px;
}

div#get-in-touch.contact-us img {
    border-radius: 20px;
}
/* Contact Us Page css end  */

/* Privacy Policy CSS start  */

.privac-policy h2, .privac-policy p {
    color: #000;
}



.privacy-policy header#top {
    background: url(https://stagingwebdes.com/trans-ocean-logistics/wp-content/uploads/2025/12/hero-bg.png);
    background-size: cover;
    background-position: top center;
}

#top nav ul li a, body[data-header-color=light] .mobile-header, body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label {
    color: #fff;
}
/* Privacy Policy CSS end  */
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
div#hero h1, div#hero p {
    max-width: 710px;
}
div#services .carousel-item img {
    margin-bottom: 10px;
}
h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 14px;
    line-height: 22px !important;
}
.list-blk ul li {
    list-style: none;
    position: relative;
    color: #1C1A23;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    display: flex;
}
div#conatiner-img .row-bg:before {
    background: url();
    color: #fff;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 180px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 310px;
}	
div#ft-sec .row-bg-wrap .inner-wrap .row-bg:before {
    content: "Logistics";
    background: url();
    color: #190F40;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 260px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 410px;
}	
}


@media only screen and (min-width: 1200px) and (max-width: 1365px){
div#ft-sec .row-bg-wrap .inner-wrap .row-bg:before {
    content: "Logistics";
    background: url();
    color: #190F40;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 220px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 380px;
}	
h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
div#hero h1, div#hero p {
    max-width: 710px;
}
div#services .carousel-item img {
    margin-bottom: 10px;
}
h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 14px;
    line-height: 22px !important;
}
.list-blk ul li {
    list-style: none;
    position: relative;
    color: #1C1A23;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    display: flex;
}
div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: 'DM Sans';
    font-weight: 100;
}
 a#cta-btn {
    background: #780606 !important;
    padding: 13px 40px !important;
    border-radius: 40px !important;
    font-size: 16px;
    line-height: 24px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans';
    font-weight: 200 !important;
}
div#services .owl-nav.disabled {
    display: flex;
    justify-content: left;
    position: absolute;
    left: -50%;
    bottom: 7%;
}
div#conatiner-img .row-bg:before {
    background: url();
    color: #fff;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 160px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 300px;
}

#top nav>ul>li>a {
    font-size: 18px;
    line-height: 24px;
}	
	
	
}



@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
div#ft-sec .row-bg-wrap .inner-wrap .row-bg:before {
    font-size: 160px !important;
}	
h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
div#hero h1, div#hero p {
    max-width: 710px;
}
div#services .carousel-item img {
    margin-bottom: 10px;
}
h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.list-blk ul li {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: 'DM Sans';
    font-weight: 100;
}
 a#cta-btn {
    background: #780606 !important;
    padding: 13px 40px !important;
    border-radius: 40px !important;
    font-size: 16px;
    line-height: 24px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans';
    font-weight: 200 !important;
}
div#services .owl-nav.disabled {
    display: flex;
    justify-content: left;
    position: absolute;
    left: -50%;
    bottom: 7%;
}
div#conatiner-img .row-bg:before {
    color: #fff;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 160px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 300px;
}

#top nav>ul>li>a {
    font-size: 16px;
    line-height: 22px;
}

div#hero {
    padding-top: 150px !important;
    padding-bottom: 80px !important;
}

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

.container-web {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

h5 {
    font-size: 18px !important;
    line-height: 26px !important;
}

h3 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#conatiner-img {
    padding-bottom: 100px !important;
}

div#contact-banner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

div#test-clients .carousel-item {
    min-height: 255px !important;
}

div#test-clients {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

div#get-in-touch .col-right .vc_column-inner {
    padding: 25px !important;
}

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

div#ft-sec {
    padding-top: 50px !important;
}

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

div#abt-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
}


@media only screen and (min-width: 768px) and (max-width: 999px){
	
div#ft-sec .row-bg-wrap .inner-wrap .row-bg:before {
    font-size: 130px !important;
}	
h1 {
    font-size: 45px !important;
    line-height: 53px !important;
}
div#hero h1, div#hero p {
    max-width: 710px;
}
div#services .carousel-item img {
    margin-bottom: 10px;
}
h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.list-blk ul li {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: 'DM Sans';
    font-weight: 100;
}
 a#cta-btn {
    background: #780606 !important;
    padding: 13px 40px !important;
    border-radius: 40px !important;
    font-size: 16px;
    line-height: 24px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans';
    font-weight: 200 !important;
}
div#services .owl-nav.disabled {
    display: flex;
    justify-content: left;
    position: absolute;
    left: -50%;
    bottom: 7%;
}
div#conatiner-img .row-bg:before {
    color: #fff;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 160px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 300px;
}

#top nav>ul>li>a {
    font-size: 16px;
    line-height: 22px;
}

div#hero {
    padding-top: 130px !important;
    padding-bottom: 60px !important;
}

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

.container-web {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

h5 {
    font-size: 18px !important;
    line-height: 26px !important;
}

h3 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#conatiner-img {
    padding-bottom: 100px !important;
}

div#contact-banner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

div#test-clients .carousel-item {
    min-height: 255px !important;
}

div#test-clients {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#get-in-touch .col-right .vc_column-inner {
    padding: 25px !important;
}

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

div#ft-sec {
    padding-top: 50px !important;
}

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

div#abt-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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

div#contact-banner h2, div#contact-banner p {
    max-width: 100% !important;
}

div#test-head {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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

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

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

#services img {
    width: 100% !important;
}
	
}


@media only screen and (min-width: 520px) and (max-width: 767px){
	
div#ft-sec .row-bg-wrap .inner-wrap .row-bg:before {
    font-size: 130px !important;
}	
h1 {
    font-size: 32px !important;
    line-height: 40px !important;
}
div#hero h1, div#hero p {
    max-width: 710px;
}
div#services .carousel-item img {
    margin-bottom: 10px;
}
h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.list-blk ul li {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: 'DM Sans';
    font-weight: 100;
}
 a#cta-btn {
    background: #780606 !important;
    padding: 13px 40px !important;
    border-radius: 40px !important;
    font-size: 16px;
    line-height: 24px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans';
    font-weight: 200 !important;
}
div#services .owl-nav.disabled {
    display: flex;
    justify-content: left;
    position: absolute;
    left: -50%;
    bottom: 7%;
}
div#conatiner-img .row-bg:before {
    font-size: 110px !important;
}

#top nav>ul>li>a {
    font-size: 16px;
    line-height: 22px;
}

div#hero {
    padding-top: 130px !important;
    padding-bottom: 60px !important;
}

div#services {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.container-web {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

h5 {
    font-size: 18px !important;
    line-height: 26px !important;
}

h3 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#conatiner-img {
    padding-bottom: 100px !important;
}

div#contact-banner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

div#test-clients .carousel-item {
    min-height: 255px !important;
}

div#test-clients {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div#get-in-touch .col-right .vc_column-inner {
    padding: 25px !important;
}

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

div#ft-sec {
    padding-top: 50px !important;
}

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

div#abt-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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

div#contact-banner h2, div#contact-banner p {
    max-width: 100% !important;
}

div#test-head {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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

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

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

#services img {
    width: 100% !important;
}	
	
}


@media only screen and (min-width: 300px) and (max-width: 519px){
	
div#ft-sec .row-bg-wrap .inner-wrap .row-bg:before {
    font-size: 70px !important;
    line-height: 78px;
    bottom: 0;
}	
h1 {
    font-size: 25px !important;
    line-height: 33px !important;
}
div#hero h1, div#hero p {
    max-width: 710px;
}
div#services .carousel-item img {
    margin-bottom: 10px;
}
h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.list-blk ul li {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
div#ft-sec ul li a, div#ft-sec p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: 'DM Sans';
    font-weight: 100;
}
 a#cta-btn {
    background: #780606 !important;
    padding: 13px 40px !important;
    border-radius: 40px !important;
    font-size: 16px;
    line-height: 24px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans';
    font-weight: 200 !important;
}
div#services .owl-nav.disabled {
    display: flex;
    justify-content: left;
    position: absolute;
    left: -50%;
    bottom: 7%;
}
div#conatiner-img .row-bg:before {
    font-size: 50px !important;
    line-height: 38px !important;
    bottom: 0;
}
	.scrolling-text {
    display: inline-block;
    animation: scroll-left 15s linear infinite;
    font-size: 32px;
    font-family: 'Plus Jakarta Sans' !important;
    color: #1C1A23;
    text-transform: capitalize;
}
	div#offer-text-sec {
    background: #fff;
    padding: 20px !important;
    margin-top: -30px;
    position: relative;
    z-index: 99;
    max-width: 290px;
}
div#inner-row.copyright ul li {
    margin-left: 0;
}
#top nav>ul>li>a {
    font-size: 16px;
    line-height: 22px;
}

div#hero {
    padding-top: 110px !important;
    padding-bottom: 40px !important;
}

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

.container-web {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

h5 {
    font-size: 15px !important;
    line-height: 23px !important;
}

h3 {
    font-size: 17px !important;
    line-height: 25px !important;
}

div#conatiner-img {
    padding-bottom: 100px !important;
}

div#contact-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#test-clients .carousel-item {
    min-height: 255px !important;
}

div#test-clients {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

div#get-in-touch .col-right .vc_column-inner {
    padding: 15px !important;
}

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

div#ft-sec {
    padding-top: 50px !important;
}

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

div#abt-sec {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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

div#contact-banner h2, div#contact-banner p {
    max-width: 100% !important;
}

div#test-head {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

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

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

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

#services img {
    width: 100% !important;
}

a#cta-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 30px !important;
}

#services .nectar-split-heading {
    margin-bottom: 10px !important;
}

.list-blk ul {
    margin-left: 20px !important;
}

.list-blk ul li:before {
    left: -20px !important;
}

body[data-form-submit=regular] .container-wrap .form input[type=submit] {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 30px !important;
}

div#ft-sec .wpb_raw_code.wpb_raw_html.wpb_content_element ul {
    column-count: 1 !important;
}

div#inner-row.copyright ul {
    flex-direction: column !important;
    justify-content: left !important;
}

div.tnp-subscription .tnp-field.tnp-field-button {
    position: relative !important;
    right: unset !important;
}
	
}