.line-clamp-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.active-page span {
    color: #940515!important;
}
.glhb-nav-item:hover * {
    color: #940515!important;
    transition: all 0.4s;
}


/**
   Helpers & Global
 **/
body {
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.9)),url("https://dev6.masterdev.co.za/inc/img/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    font-family:roboto;
    position:relative;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family:roboto;
    text-transform:uppercase;
    color: #182750;
    font-weight:900;
}

input, input::placeholder{
    font-family:roboto;
}

.line-clamp-3-lines{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.multi-it-red-blue-gradient-background h2{
    color:#fff;
}
h1{font-size:34px!important;}
h2{font-size:30px!important;}
h3{font-size:24px!important;}
img{
    max-width:100%;
}

.gradient-text-1{
    background: -webkit-linear-gradient(90deg,#2c2e73,#a33034);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error {
    border: red solid;
}
#form-error {
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: center;
    align-items: center;
    background: red;
    color: white;
    margin-top: 30px;
}
#form-error span {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.background-flat-grey {
    /* background-color:#1b1a1a; */
    background-color:#373435;
}

.background-flat-grey-light {
    background-color:#cccacf;
}

.background-green-gradient {
    /* background: linear-gradient(#C3D964, #6E9239); */
    background:linear-gradient(#7BC242, #5A9B26);
}

.background-blue-gradient {
    background: radial-gradient(#1a92cb, #182750);
}


.green-text {
    /* color: #4CAF50; */
    color: #7BC242;
}

.blue-text {
    color: #182750;
}

.box-shadow-1 {
    /* box-shadow: 0px 0px 8px 0 black; */
    box-shadow: 0px 25px 18px -8px rgba(0,0,0,.15);
}

.cut-hexagon-polygon-1 {
    width: 45px;
    height: 45px;
    clip-path: polygon(
	50% 0%,
	100% 25%,
	100% 75%,
	50% 100%,
	0% 75%,
	0% 25%
    );
}

.multi-it-blue-background{
    background: #2c2e73;
}
.multi-it-red-background{
    background: #a33034;
}
.multi-it-turquoise-background{
    background: #81b6b9;
}
.multi-it-dark-grey-background{
    background: #515252;
}
.multi-it-light-grey-background{
    background: #dddddd;
}

.multi-it-blue-red-gradient-background {
    background: linear-gradient(180deg,#2c2e73,#a33034);
}

.multi-it-red-blue-gradient-background {
    background: linear-gradient(180deg,#a33034,#2c2e73);
}

.multi-it-blue-text{
    color: #2c2e73!important;
}
.multi-it-red-text{
    color: #a33034!important;
}
.multi-it-turquoise-text{
    color: #81b6b9!important;
}
.multi-it-dark-grey-text{
    color: #515252!important;
}
.multi-it-light-grey-text{
    color: #dddddd!important;
}

.drop-down-icon .fa-caret-down {
    color: #2c2e73;
}

.center-text{
    text-align:center;
    margin:auto;
}

.white-text{
    color:#fff!important;
}

@media only screen and (max-width:470px){
    .gl-hide-on-mobile{
	display:none!important;
    }
}

@media only screen and (min-width:471px){
    .gl-hide-on-desktop{
	display:none!important;
    }
}

/*container css*/
.container{
    margin:auto;
}
@media only screen and (min-width:1300px){
    .container{
	max-width:1200px;
    }
}
@media only screen and (min-width:471px) and (max-width:1299px){
    .container{
	padding:0 60px;
    }
}
@media only screen and (max-width:470px){
    .container{
	padding:0 30px;
    }
}

/*scroll bar*/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #d3d3d3; 
}
::-webkit-scrollbar-thumb {
    background: #eee; 
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    
    background: #a33034; 
} 

/* slick slider fixes */
/* the slides */
.slick-slide {
    margin: 0 27px;
    height:auto;
}
/* the parent */
.slick-list {
    margin: 0 -27px;
}

/*buttons*/
.btn-1 {
    position: relative;
    padding: 14px 43px;
    line-height: 24px;
    text-transform: uppercase;
    color: #a33034;
    border: 2px solid #a33034;
    font-size: 14px;
    font-weight: 800;
    border-radius: 50px;
    background: none;
    display: block;
    width: fit-content;
    height: fit-content;
    cursor:pointer;
}

.btn-2{
    position: relative;
    padding: 14px 43px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #a33034;
    font-size: 14px;
    font-weight: 800;
    border-radius: 50px;
    background:  #a33034;
    display: block;
    width: fit-content;
    height: fit-content;
    cursor:pointer;
}

.btn-3 {
    color: #ff4e00;
    font-weight: 900;
    font-size: 16px;
}

.btn-white {
    border-radius: 15px;
    background: white!important;
    padding: 5px 20px;
    color:#000!important;
    text-align:center;
}
/* .btn-white span {
   color:#000!important;
   text-align:center;
   } */

.btn-red {
    border-radius: 15px;
    background: #a33034!important;
    padding: 5px 20px;
    color: #fff!important;
    text-align: center;
    border: unset;
}
.btn-red span {
    color:#fff!important;
    text-align:center;
}

.multi-btn-1 {
    border-radius: 15px;
    color: #a23035;
    cursor: pointer;
}

*[class^="btn-"] {
    background: #182750!important;
    color: #fff!important;
}
*[class^="btn-"] * {
    color: #fff!important;
}
*[class^="btn-"]:hover {
    background: #a23035!important;
    color: #fff!important;
}

@media only screen and (max-width:470px){
    .btn-1, .btn-2, .btn-3 {
	width: -webkit-fill-available;
	text-align: center;
    }
}


/**
   Header
 **/
#gl-header-top {
    padding: 20px 0;
    background: linear-gradient(180deg, #a33034, #2c2e73);
}
#gl-header-top * {
    color: white;
}
#glht-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
}
#glht-socials {
    display: flex;
    gap: 10px;
}
div#glht-cta-btns {
    display: flex;
    gap: 30px;
}
.glht-social-item {
    max-width: 33px;
}



#glht-ci {
    display: flex;
    gap: 20px;
}
.glht-ci-item > a {
    display: flex;
    gap: 10px;
}

#gl-header-bottom {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index:999;
}
#glhb-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width:470px){
    div#glhb-grid {
	justify-content: space-between!important;
    }
}
#glhb-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    margin-left:10%;
}

.drop-down-icon {
    display: inline-block;
    /* transform: rotate(90deg); */
    padding-left: 0px;
    margin-left: 8px;
}

.glhb-nav-item span {
    font-size: 20px;
}
.glhb-nav-item:hover span {
    color:#a33034!important;
}

.glhb-nav-item {
    position: relative;
}
.dropdown-menu-main-nav {
    display:none;
    position: absolute;
    padding-top: 30px;
    background: #eeeeee;
    padding: 0;
    min-width: 170px;
    gap: 20px;
    flex-direction: column;
    left: -20px;
}

/* div[class*="glhb-nav-item"][class*="active"] > .dropdown-menu-main-nav {
   display:flex;
   } */

.glhb-nav-item:hover > .dropdown-menu-main-nav {
    display:flex;
    padding: 50px 20px 20px 20px;
}

#header-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dropdown-menu-main-nav-mobile {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.glhb-nav-item-mobile {
    padding: 5px 10px;
}
.dropdown-menu-main-nav-mobile {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
@media only screen and (max-width:470px){
    #glht-ci, #glht-grid {
	flex-direction: column;
	gap: 10px;
    }
    div#glht-cta-btns {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
    }
}

/***
   Footer
 ***/
#gl-footer {
    padding: 20px 0;
}
#gl-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
#glf-contact {
    display: grid;
}
.glfc-item {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

#gl-footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
#glfb-nav {
    display: flex;
    gap: 20px;
}

/**
   Footer v2
 **/
#gl-footer-grid-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#glf2-1 {
    display: flex;
    gap: 30px;
}
#glf2-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    color: white;
}
#glf2-copyright span {
    color: white;
}
span.contact-us-extra {
    font-size: 16px;
}
@media only screen and (max-width:470px){
    #gl-footer-grid-2 {
	flex-direction: column;
	gap: 20px;
	/* align-items: flex-end; */
	text-align: center;
    }
    #glf2-nav, #glf2-1 {
	flex-direction: column;
    }
}

/**
   V2
 **/
div#glfv2-grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.glfv2-g-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}
span.glfv2-title {
    font-size: 20px;
    /* text-align: center; */
}
div#gl-footer-v2 {
    padding: 60px 0;
    background: white;
}
div#glfv2-g-col-inner-1 {
    display: grid;
    grid-template-columns: 40px 40px 40px 40px 40px;
    grid-gap: 5px;
}

.footer-grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.footer-grid-1 div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}
.footer-grid-1 {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-gap: 10px;
}

@media only screen and (max-width:470px){
    #glfv2-grid-1, .footer-grid-1{
	grid-template-columns:100%!important;	
    }
}


/**
   Home
 **/
/*slider*/
#home-top-slider {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1920/500;
}
div#hts-slides {
    
}
#hts-slides .slick-list.draggable {
    aspect-ratio: 1920 / 500;
}

ul.slick-dots {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* margin: -35px 0; */
    padding: 0;
    gap: 10px;
    bottom: 20px;
}
ul.slick-dots li {
    color: black;
    z-index: 99;
    list-style-type: none;
}
.slick-dots button {
    background: #244e6e!important;
    border-radius: 50%!important;
    width: 10px!important;
    height: 10px!important;
    font-size: 0!important;
    border: unset!important;
}
.slick-dots .slick-active button {
    background: #a33034!important;
    border-radius: 50%!important;
    width: 10px!important;
    height: 10px!important;
    font-size: 0!important;
    border: unset!important;
}
#home-top-slider a{
    aspect-ratio: 1920/1080;
}
#home-top-slider img {
    min-width: 100%;
}
#hts-prev, #hts-next {
    position: absolute;
    top: calc(50% - 50px);
    background: black;
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}
#hts-prev {
    left:50px;
}
#hts-next {
    right:50px;
}

/*about*/
#ha-grid {
    display: grid;
    /* grid-template-columns: 1fr 500px; */
    grid-template-columns: 500px 1fr;
    grid-gap: 30px;
}
#ha-1 {
    position: relative;
}
div#ha-2 {
    border-radius: 15px;
    overflow: hidden;
}
.secton-vertical-text {
    position: absolute;
    top: 3%;
    left: -40px;
    transform: rotate(90deg);
    transform-origin: left;
    text-transform: uppercase;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.vt-line {
    border: 2px solid;
    width: 30px;
    margin-left: 10px;
}


/*services*/
#home-services {
    padding: 60px 0;
}
#home-services h2 {
    /* max-width: 500px; */
    font-size: 34px;
}
.hsi-grid {
    display: grid;
}
.hsi-grid h3::after {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    max-width: 30px;
    margin: 20px auto;
}
#hs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.hsi-grid img {
    margin: auto;
}
#hs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    grid-row-gap: 60px;
}

#hs-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 60px;
}
.hsi-grid-v2 {
    display: grid;
    grid-template-columns: 115px 1fr;
    grid-gap: 20px;
}
.hsi-grid-v2 img {
    filter: brightness(0) invert(1);
}
.hsi-grid-v2-inner-1 {
    text-align: left;
    min-height: 260px;
    padding-bottom:20px;
}
.hsi-grid-v2-inner-1 > div {
    color:#fff;
}
.hsi-grid-v2-inner-1 > h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 400;
}
@media only screen and (max-width:470px){
    .hsi-grid-v2-inner-1 {
	min-height: 300px!important;
    }
}

/*cta 1*/
#home-cta-1 {
    padding: 60px 0;
}
#hcta1-grid {
    display: grid;
    grid-template-columns: 1fr 500px;
    grid-gap: 30px;
}
#hcta1-item-1 {
    /* display: grid; */
    gap: 20px;
}

/*testimonials*/
#home-testimonials {
    background-position: top;
    background-attachment: fixed;
    padding-bottom:60px;
    padding-top:60px;
}
#home-testimonials h2 {
    /* margin-top: 60px; */
}
#ht-slides-wrapper {
    margin-top: 60px;
}
#ht-slides {
    max-width: 700px;
    margin: auto;
}
.ht-slides-v2{
    max-width:unset!important;
}
#home-testimonials > .container {
    display: flex;
    flex-direction: column;
}
.ht-i-inner-grid-1 {
    margin-top: 30px;
    display: grid;
    gap: 10px;
    grid-template-columns: 80px 1fr;
}
.htiig-title, .htiig-subtitle {
    display: block;
}
.htiig-title{
    font-weight:900;
    font-size:18px;
}
#home-testimonials h2, #home-testimonials p, #home-testimonials span{
    color:#fff;
}

.ht-item-v2 {
    position: relative;
}
.htiig-v2-inner-container-1 {
    /* margin-top: -60px; */
    background: white;
    border-radius: 15px;
    min-height: 240px;
    padding: 20px 20px 20px;
    position:relative;
}
.htiig-image-v2 {
    text-align: center;
    margin: auto;
    z-index: 999;
    position: relative;
}
.htiig-image-v2 img {
    display:unset;
}
.htiig-image-v2-wrapper {
    max-width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #ddd;
    overflow: hidden;
    margin: auto;
    border: 2px solid #ddd;
}
.htiig-v2-inner-container-1 .ht-i-inner-grid-1 {
    grid-template-columns: 100%!important;
    position: absolute;
    bottom: 20px;
}
span.htiig-title {
    margin-bottom: 10px;
}


/*latest news*/
.hln-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
#hlni-content {
    position: relative;
    padding: 20px 60px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.hlni-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.hlni-title * {
    font-size: 20px;
    font-weight: 900;
}
.hlni-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#home-latest-news {
    padding: 0 0 60px 0;
}
.hlni-image img {
    height: auto!important;
}

div#hln-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
div#hlni-content-v2 {
    position:relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom:60px;
    
}
.hlni-inner-content-v2 p {
    margin: 5px 0;
}
.hlni-inner-content-v2 {

}
.hlni-more {
    position: absolute;
    bottom: 10px;
    right: calc(50% - (95px / 2));
}
.hlni-image img {
    /* aspect-ratio: 1/1; */
    border-radius: 15px;
}

/*certification and partners*/
div#certification-and-partners {
    padding: 0 0 60px 0;
}
#certification-and-partners h3 {
    font-size: 34px;
    margin-bottom: 30px;
}
#caa-slides img {
    /* border-radius: 15px; */
}

#home-page-view #certification-and-awards {
    display: none;
}

#home-page-view #certification-and-partners {
    padding: 0 0 60px 0;
    margin-top: -60px;
}

@media only screen and (max-width:470px){
    #ha-grid, #hs-grid, #hcta1-grid, .hln-item {
	display: grid!important;
	grid-template-columns: 100%!important;
    }
    .hlni-image img {
	height: auto!important;
    }
    div#hlni-content {
	padding: 0 0 60px 0!important;
    }
    #hts-prev {
	left: 10px;
    }
    #hts-next {
	right: 10px;
    }

    div#hs-grid-v2 {
	grid-template-columns: 100%!important;
    }

    div#hln-grid {
	grid-template-columns: 100%!important;
    }
    .partners-item img {
	text-align: center;
	margin: auto;
    }
}

/**
   Blog
 **/
#top-image-wrapper {
    margin-bottom: 60px;
}
#services-page-view-page-content-wrapper #top-image-wrapper {
    margin: 0;
}
#page-top-image {
    position: relative;
}
#page-top-image img {
    min-width: 100%;
}
#top-text {
    display:none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(50% - 50px);
}
#top-breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    padding: 20px;
    /* background: rgba(255,255,255,0.4); */
    display: flex;
    gap: 10px;
}
#top-text *, #top-breadcrumb *  {
    color: #fff;
}
/* #blv-outer-grid {
   display: grid;
   grid-template-columns: 1fr 400px;
   grid-gap:60px;
   } */

.blog-list-item {
    border-radius: 15px;
    padding: 10px;
    background: #f1f1f1
}

.blog-list-odd .blog-list-item .bli-image-wrapper {
    grid-column: 2/3;
}
.blog-list-odd .blog-list-item .bli-content-wrapper {
    grid-column: 1/2;
    grid-row: 1/1;
}
@media only screen and (max-width:470px){
    .blog-list-item {
	grid-template-columns: 100%!important;
    }
}
.bli-image-wrapper img {
    min-width: -webkit-fill-available;
    aspect-ratio:16/9;
    border-radius:15px;
}
.bli-content-wrapper {
    position: relative;
    padding: 20px 20px 80px;
    /* border-left: 2px solid #eee;
       border-right: 2px solid #eee;
       border-bottom: 2px solid #eee;
       border-top: 2px solid #eee; */
}
.bli-meta-wrapper {
    display: flex;
    gap: 10px;
}
.bli-title-wrapper * {
    font-size: 22px;
}
.bli-btn-wrapper {
    padding: 20px;
    position: absolute;
    right: 10px;
    border: 2px solid;
    bottom:0;
}
#blv-paginate {
    padding: 20px 20px 60px;
}
#blv-paginate .pagination {
    display: flex;
    gap: 0px;
}
.pagination .page_current {
    color: #a33034;
    font-weight: 900;
    border-color: #a33034;
}
.pagination * {
    border: 1px solid #000;
    padding: 7px;
}

.blvs-form-group input[type="search"] {
    padding: 14px;
    width: calc(100% - 52px);
}
.blvs-form-group button {
    width: 48px;
    height: 48px;
    background: #a33034;
    border: unset;
}
#blvsb-categories-wrapper {
    margin-top: 60px;
    background: #fafafa;
    padding: 20px;
}
#blvsb-categories-wrapper h2 {
    font-size: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}
.blv-category-item {
    margin-top: 15px;
}
.blv-category-item a {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}

#list-view-article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
#blog-page-view #list-view-article-grid {
    grid-template-columns: 100%!important;
}

@media only screen and (max-width:470px){
    .bli-image-wrapper img {
	height: auto!important;
    }
}

/**
   Blog - page view
 **/
#blog-page-view .bli-title-wrapper {
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
#blog-page-view .bli-content-wrapper {
    border: unset!important;
    padding: 20px!important;
}

/**
   Services (List View)
 **/
#video-with-text-wrapper {
    padding: 60px 0;
}
#vwt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
#vwt-video {
    border-radius: 15px;
    overflow: hidden;
}
.cta-1-btn-grid {
    display: flex;
    gap: 30px;
}
.faq-item {
    margin-bottom: 20px;
}
/* .faq-question {
   padding: 20px;
   border: 1px solid #000;
   cursor: pointer;
   } */

.faq-question {
    padding: 20px;
    /* border: 1px solid #000; */
    cursor: pointer;
    background: #eee;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.faq-question.active {
    background: #2c2e73;
}
.faq-item span {
    color: #000;
}
.faq-question.active span {
    color: #fff;
}

span.drop-icon {
    transition: all 0.4s;
}
.faq-question.active span.drop-icon {
    transform: rotate(-89deg);
    transition: all 0.4s;
}

.faq-answer {
    padding: 20px;
}
#service-faq-wrapper {
    padding-bottom: 60px;
}

form#ssform {
    padding: 20px;
    background: #fafafa;
}
#sf-grid {
    /*
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:30px;
    */
}

div#text-below-form-2 {
    padding: 60px 0;
    color: #fff;
}

#service-form-wrapper {
    padding: 0 0 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div#service-form {
    width: 100%;
}

form#ssform input, form#ssform select {
    padding: 20px;
}
#ssf-grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
#ssf-grid-1 > .fg1 {
    display: grid;
    gap: 10px;
}
#pf-btn-group {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

#hcta1-item-2 {
    /* padding-top: 77px; */
}

.faq-item:nth-of-type(odd) {
    background: #eee;
}
.faq-item:nth-of-type(even) {
    background: #fff;
}

@media only screen and (max-width:470px){
    #vwt-grid {
	grid-template-columns: 100%!important;
    }
    div#top-breadcrumb {
	display: none!important;
    }
    .container .container {
	padding: unset!important;
    }
    #services-page-view #service-form-wrapper {
	padding-top: unset!important;
	margin-top: -30px;
    }
    #services-page-view #service-faq-wrapper {
	margin-top: 60px;
	padding-bottom: 30px!important;
    }
    div#ssf-grid-1 {
	grid-template-columns: 100%!important;
    }
}


/**
   Cars (list view)
 **/
/*general styles*/
.cic-title h2 {
    font-size: 20px;
}
span.cicm1 {
    color: #7b7b7b;
}
.cic-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
span.cic-price1 {
    font-size: 24px;
    color: #e85800;
}

#items-sort-bar {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
}
select#isb-select-elem {
    padding: 10px;
}
#isb-grid-list-group {
    display: flex;
    gap: 10px;
}
.isbglg-item {
    padding: 10px;
    border: 1px solid;
    cursor: pointer;
}

/*list layout styles*/
.list-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}
.list-layout .cars-item-wrapper {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 30px;
}
.list-layout .ci-content {
    position: relative;
}
.list-layout .cic-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.list-layout .cicm-group2 {
    position: absolute;
    right: 10px;
    top: 50%;
}

/*grid layout styles*/

/*side bar items*/
#cars-list-view #blvsb-categories-wrapper {
    margin-top: 30px;
}
#cars-refine-search {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
#cars-refine-search select {
    width: 100%;
    padding: 20px 10px;
}
#crf-price-range-group {
    display: flex;
    gap: 10px;
}
#crfp-min, #crfp-max {
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
}
input#price {
    width: 100%;
}
#crfp-min::before, #crfp-max::before {
    content: "R";
}

@media only screen and (max-width:470px){
    #blv-outer-grid, .list-layout .cars-item-wrapper {
	grid-template-columns: 100%!important;
    }
    #blv-outer-grid #side-bar-wrapper {
	grid-row: 1/2;
    }
    #cars-refine-search select {
	border: unset!important;
    }
    span#isbni-text {
	font-size: 12px;
    }
}


/**
   Cars page view
 **/
#cars-page-view #blv-outer-grid {
    grid-template-columns: 800px 1fr;
}
#cg-main-slider {
    position: relative;
}

#cgms-prev, #cgms-next {
    position: absolute;
    top: 50%;
    border: 1px solid;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    cursor:pointer;
}
#cgms-prev{
    left:-20px;
}
#cgms-next{
    right:-20px;
}

#cg-second-slider {
    padding: 30px 0;
}

#ct-tabs {
    display: flex;
    gap: 30px;
    margin-bottom:30px;
    margin-top:30px;
    
}

#ct-tab-content {
    margin-bottom: 60px;
}
.car-tab-content h2, #enquire-form-cars h2 {
    font-size: 22px;
}

#enquire-form-cars {
    margin-top: 30px;
    /* padding-top: 30px; */
}
#efc-form input, #efc-form textarea {
    padding: 20px 10px;
    width: 100%;
}
form#efc-form {
    display: grid;
    gap: 30px;
}
#efcf-grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

#car-single-sidebar-meta {
    border: 1px solid #eee;
    padding: 20px;
}
#car-single-sidebar-meta h2 {
    font-size: 22px;
}
.cssm-group1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}
.cssm-group2 {
    border: 1px solid #eee;
    margin: 0 -20px -20px;
    padding: 20px;
}
.cssm-group2 {
    border: 1px solid #eee;
    margin: 0 -20px -20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cssmg1-2, .cssmg3-2 {
    color: #a33034;
}
a#car-sidebar-book-now {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
a#car-sidebar-book-now {
    margin-top: 30px;
    width: -webkit-fill-available;
    text-align: center;
}
.car-tab:not(.active) {
    border-color: grey;
    color: grey;
}
#cg-second-slider img {
    height: auto!important;
}

@media only screen and (max-width:470px){
    div#ct-tabs {
	flex-direction: column;
	align-items: center;
    }
    #cg-main-slider img {
	height: auto!important;
    }
    #top-text {
	top: calc(50% - 45px)!important;
    }
    #top-text * {
	width: 90vw;
	margin: auto;
	text-align: center;
	font-size: 24px;
    }
    #glht-ci, #glht-grid {
	align-items: center;
    }
}

/**
   About us
 **/
#about-page-view #service-form {
    margin: 60px 0;
}
#service-form h2 {
    font-size: 24px;
}
#sf-1 {
    /* display: flex; */
    display:none;
    flex-direction: column;
    /* justify-content: center; */
}

#scb-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#scbtb-group1 {
    display: flex;
    gap: 10px;
}
#scbtb-group1 .btn-1:not(.active) {
    border-color: grey;
    color: grey;
}
#select-car-by-wrapper {
    margin: 60px 0;
}

#testimonials-and-news-row #home-testimonials h2,
#testimonials-and-news-row #home-testimonials p,
#testimonials-and-news-row #home-testimonials span,
#testimonials-and-news-row #home-testimonials div {
    color: unset;
}

#testimonials-and-news-row {
    display: grid;
    grid-template-columns: 550px 550px;
    grid-gap: 30px;
    padding-top: 30px;
}
#testimonials-and-news-row #hlni-content {
    padding: unset;
}
#testimonials-and-news-row .hlni-inner-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#testimonials-and-news-row .hlni-more {
    position: unset;
    margin-top: 10px;
}
#testimonials-and-news-row #home-testimonials {
    height: auto;
}
#logo-carousel {
    padding: 60px;
    background: #fafafa;
}

div#select-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.ssg-item {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
}
.ssg-item img{
    max-width:100%;
}

div#gl-a-vmv-grid-1 {
    text-align: center;
    margin-bottom: 60px;
}

p.gl-a-vmv-g-item-text {
    display: flex;
    gap: 20px;
}
span.cv-set {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
span.cv1 {
    font-size: 60px;
    margin-top: -35px;
}

@media only screen and (max-width:470px){
    #page-top-image img {
	height: auto!important;
	min-height: 175px;
    }
    #services-page-view img {
	min-height: unset!important;
    }
    #sf-grid, #testimonials-and-news-row, #select-service-grid {
	grid-template-columns: 100%!important;
    }
    div#scb-top-bar {
	flex-direction: column;
    }
    form#ssform input, form#ssform select {
	padding: 20px;
	border: unset!important;
    }
    div#pf-btn-group {
	flex-direction: column;
    }
    #gl-fix-1 > div {
	width: unset!important;
    }
}

/**
   Contact us page
 **/
div#ef-grid-1 {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    grid-gap: 10px;
}
div#enquire-form {
    padding: 10px;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto 30px;
}
#e-form input, #e-form select {
    height: 54px;
    /* border-radius: 15px; */
    border: 1px solid #D5D6D8;
    border-radius: 10px;
    padding-left: 10px;
    color:#757575;
    font-family: Roboto;
}
#e-form textarea {
    height: 200px;
    border: 1px solid #D5D6D8;
    border-radius: 10px;
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 20px;
    font-family: Roboto;
}

/* .location-entry-wrapper:nth-of-type(odd) {
   background: #eee;
   } */
.le-grid-1 {
    display: grid;
    grid-template-columns: 300px 1fr;
    padding: 30px 0;
}
.le-map-wrapper {
    width: 100%;
    height: 300px;
}
.leg-grid-1 {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 10px;
    grid-gap: 10px;
}

#loc2, #loc3 {
    display: flex;
    gap:30px;
    margin-bottom:60px;
    justify-content:center;
    flex-wrap: wrap;
}
.loc2card {
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    max-width: 230px;
    width:230px;
    min-width:230px;
}

#gl-contact-map-wrapper {
    height: 400px;
}


.locv3card {
    background: #eee;
    padding: 20px;
    border-bottom: 4px solid #a22f37;
    width:300px;
}

.locv3card h3 {
    margin-top: 0;
    font-size: 18px!important;
}


@media only screen and (max-width:470px){
    div#ef-grid-1, .le-grid-1, #loc2, #loc3 {
	grid-template-columns: 100%!important;
    }
    #loc2, #loc3{
	flex-direction:column;
    }
}

/**
   Video Hub
 ***/
#video-hub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
select#vh-filter {
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 18px;
}
.vh-item {
    border: 1px solid;
    border-radius: 15px;
    padding: 10px;
    background: #f1f1f1;
}
.vh-item img {
    border-radius: 15px;
}
@media only screen and (max-width:470px){
    #video-hub-grid {
	grid-template-columns: 100%!important;
    }
}


/*general important overrides...*/
.secton-vertical-text {
    display: none;
}

/***
   Important styles; keep at bottom of file!
 ***/
ul:not(.slick-dots){
    list-style-type: none!important;
}
li:not(.slick-dots > li):not(.splide__slide){
    padding-left:30px;
    /* background-image: url('https://dev6.masterdev.co.za/inc/img/Hexagon.svg'); */
    /* background-image: url('https://dev6.masterdev.co.za/inc/img/bullet-icon-dark.svg'); */
    background-image: url('https://dev6.masterdev.co.za/inc/img/Bullet Icon.png');
    background-repeat: no-repeat;
    background-size: 20px;
}

.multi-it-red-blue-gradient-background li{
    padding-left:30px;
    /* background-image: url('https://dev6.masterdev.co.za/inc/img/bullet-icon-light.svg'); */
    background-image: url('https://dev6.masterdev.co.za/inc/img/Bullet Icon.png');
    background-repeat: no-repeat;
    background-size: 20px;
}

/*fix heading/section padding*/
#home-about h1 {
    margin-bottom: 60px!important;
}
#about-page-view #certification-and-awards h2 {
    margin-top: 60px!important;
}
#global-footprint h2 {
    margin-bottom: 60px!important;
}
#tail1-content h2 {
    margin: 0!important;
}
#contact-page-view h2 {
    margin: 60px 0!important;
}

/*master form styles*/
#service-form form, #contact-page-view form {
    background: #fff!important;
    box-shadow: 0px 0px 16px 0px #00000073!important;
}


@media only screen and (max-width:470px){
    .stack-on-mobile {
	flex-direction: column!important;
	grid-template-columns: 100%!important;
    }

}

/*about us touchups*/
#about-page-view .hsi-grid-v2-inner-1 {
    min-height: unset;
}
