<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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
*/

/* Enter Your Custom CSS Here */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&amp;display=swap');

@media only screen and (max-width: 600px) {
table#cta-img{
	display: none;
}

table#cta-txt{
	width: 100% !important;
}
}

.page-id-17166 {
    background: none;
}
.page-id-17166 header#top #logo{
	display:inline-block;
  vertical-align: middle;
  margin:0 25px 0 0;
}
.page-id-17166 .container-wrap{
    padding: 0 !important;
}
.page-id-17166 #header-space{
    background: none !important;
}
.page-id-17166 #header-outer{
    background: none;
    box-shadow: none;
    padding: 45px 0 0;
}
.page-id-17166 header .col_last{
    display:none;
}
.home-banner {
  padding-right: 7%;
}
.home-banner .row-bg{
    background-size: contain;
}
.home-banner .banner-content{
    max-width:550px;
    float: right;
}
.home-banner .banner-content h2{
    font-size:72px;
    line-height: 74px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
 		position: relative;
   padding: 25px 0 0;
}
.home-banner .banner-content h2:before{
    content: '';
    width: 200px;
    height: 5px;
    background: #00B4DF;
    position: absolute;
    left: 0;
    top: 0;
}
.home-banner .banner-content p{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 75px !important;
}

#trade-logo{
  max-width: 185px;
  display:inline-block;
}
#trade-logo img{
	max-width:100%;
  margin:0;
}

@media only screen and (max-width: 767px) {
  
    .page-id-17166 .main-content{
      max-width:100% !important;
    }

    .home-banner{
        padding: 115px 0 0 !important;
        margin: 0 !important;
    }
  	.home-banner .row-bg-wrap{
      display:none;
  	}
    .home-banner .banner-content{
        padding: 0 20px 0;
      	text-align: center;
       margin: 0 auto !important;
      	float: none;
      max-width: 100% !important;
    }
  
		.home-banner img{
      width: 100% !important;
 		}
  
  .home-banner .banner-content h2{
      font-size:36px;
      line-height: 40px;
      margin-bottom: 10px;
    	text-align: center !important;
  }
  .home-banner .banner-content h2:before{
   		width:80px;
      left:0;
    	right:0;
    	margin: 0 auto;
  }
  .home-banner .banner-content p{
    	font-size:16px;
    	line-height:24px;
    	margin-bottom:25px !important;
  }
  
   .page-id-17166 #top .col.span_3{
        display: flex;
        justify-content: space-between;
    }
  .page-id-17166 #top .col.span_3:after{display:none;}
    .page-id-17166 #top .col.span_3 a img{
        max-width: 100% !important;
        height: auto !important;
    }
    .page-id-17166 #top .col.span_3 a:first-child,
		.page-id-17166 #top .col.span_3 a:first-child img{
        width: 169px !important;
        height: 19px !important;
    }
    .page-id-17166 #top .col.span_3 a:last-child{
        width: 106px;
        height: 28px;
    }
  
  
}

@media (min-width:768px) and (max-width:1023px) {
	.home-banner{
    padding-top: 250px !important;
    padding-bottom: 150px !important;
  }
  .home-banner .banner-content {
      width: 60% !important;
      background: rgba(255,255,255,0.5);
      padding: 25px;
      margin: 0 !important;
  }
}
</pre></body></html>