.footer-row,
.breadcrumbs-row {
	background: rgb(23,0,103);
background: linear-gradient(171deg, rgba(23,0,103,1) 0%, rgba(0,0,36,1) 100%);
	color: white !important;
	border-radius: 0px 0px 75px 75px;
}
.footer-row {
	border-radius: 0px !important;
}
.btnMain {
    padding: 10px 30px !important;    
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    cursor: pointer !important;
		margin: 25px 0 !important;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btnMain:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: white;
  text-decoration: none;
}

.btnMain:focus {
  outline: none;
}

.btnMain {
    background-image: linear-gradient(
      to right,
      #0dd945,
      #148033,
      #0dd945,
      #148033
    );
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
  }
.btnNoShadow {
	box-shadow: none !important;
}
.main-content {
    padding: 0 !important;
}
.home-banner {
    background-position: center !important;
    overflow: visible;
}
.hero-text h1,
.xl-head{
    font-size: 50px;
    color: white;
    line-height: 120%;
}
.hero-text strong,
.xl-head strong{
    color: #24b34b;
}
.hero-text h3 {
    letter-spacing: 1px;
    font-weight: 200;
    color: white;
}
.xl-head {
		color: #140f34;
		font-size: 50px;
	margin-bottom: 0px !important;
}
.icon-img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.main-content {
    padding: 0 !important;
}
.home-cat {
    border-radius: 0px !important;
}
.full-img {
    height: 60vh;
    background-image: url('http://www.branded.kiwi/wp-content/uploads/2021/06/MtCook_BrandedKiwi.png');
    background-position: top !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-cards {
    background-color: white;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.1);
}
.climber {
    position: absolute;
    z-index: 98;
}
.service-cards img {
	width: 40%;
	height: auto;
}

h3 {color: #140f34;}
h1{margin: 0 !important;}

.cta-row {
   	background: rgb(36,179,75);
background: linear-gradient(90deg, rgba(36,179,75,1) 0%, rgba(21,128,50,1) 100%);
    border-radius: 20px;
    padding: 35px;
    text-align: center !important;
}
.cta-row h1 {
    text-align: right !important;
}
.btnOutline {
    padding: 15px 35px;
    border: 2px solid white;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.btnOutline:hover {
    text-decoration: none;
    color: white;
}

.climber-box {
    border: 2px solid #24b34b;
    padding: 25px;
}
.climber-box p {
    font-weight: 400;
    font-size: 1rem;
    color: #c7c8ca;
}
.btnTop {
	margin-top: 5px !important;
}
h4 {
    font-weight: 500;
    letter-spacing: .5px;
    color: #140f34;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a,
.vc_tta-tab a:hover{
   background: rgb(23,0,103)!important;
background: linear-gradient(171deg, rgba(23,0,103,1) 0%, rgba(0,0,36,1) 100%) !important;
    color: white !important;
    border: 0px !important;
    box-shadow: 4px 4px 15px 0 rgba(236, 116, 149, 0.75) !important;
}
.vc_tta.vc_general .vc_tta-tab.vc_active>a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: background .2s ease-in-out,color .2s ease-in-out;
    box-shadow: none;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    background-color: white;
    color: #666;
    font-weight: 800 !important;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 25px;
}
.vc_tta-tabs-container {
    border-right: 2px solid !important;
    border-image-slice: 1;
    border-width: 5px;
    padding-right: 25px;
    border-image-source: linear-gradient(to bottom, #170067, #000024);
}
.quote-form {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.vc-active {
    padding: 14px 20px !important;
}
p{
	margin-top: 20px;
	margin-bottom: 20px;
}
.divider-row {
    height: 50vh;
    background-position: right !important;
    background-size: 50%;
}
.cta-rowContact {
    background-position: bottom !important;
}
.headingDivider {
    width: 20%;
    border-bottom: 5px solid black;
    margin: 0 auto;
    padding: 10px;
    border-image:linear-gradient(45deg,rgba(36,179,75,1), rgba(21,128,50,1)) 0 0 10 0;
}
.leftDivider {
    margin: 0;
}
.categoryCards {
    background-color: white;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    padding: 20px;
    border-radius: 0 0 20px 20px;
}
.catImage {
    height: 150px;
    width: auto;
    margin-bottom: 20px;
}
.footerMenu li:before {
    content:'\1F872';
    margin-right: 15px;
    color: #0dd945;
}
.footerMenu {
    list-style: none;
    font-weight: 600;
    font-size: 16px;

}
.footerMenu a {
    color: white !important;
}
.footer-contact a {
    color: white !important;
}
.footer-logo {
	width: 75%;
	height: auto;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner  {
	padding-top: 0px !important;
}
.tertiaryBtn {
    margin-left: 25px;
    font-size: 18px;
    color: #24b34b;
    font-weight: 700;
}
.tertiaryBtn:hover {
    text-decoration: none;
    color: #140f34;
}
.videoContent-column {
    padding-left: 50px;
    padding-right: 50px;
}
.darkRow {
    background: rgb(23,0,103);
    background: linear-gradient(171deg, rgba(23,0,103,1) 0%, rgba(0,0,36,1) 100%);
}