
  /*Margin & Padding */
  .pt-0 {
    padding-top: 0;
  }
  
  .pb-0 {
    padding-bottom: 0;
  }
  
  .pt-20 {
    padding-top: 20px;
  }
  
  .pb-20 {
    padding-bottom: 20px;
  }
  
  .pt-30 {
    padding-top: 30px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .pt-40 {
    padding-top: 40px;
  }
  
  .pb-40 {
    padding-bottom: 40px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pb-50 {
    padding-bottom: 50px;
  }
  
  .pt-60 {
    padding-top: 60px;
  }
  
  .pb-60 {
    padding-bottom: 60px;
  }
  
  .pt-70 {
    padding-top: 70px;
  }
  
  .pb-70 {
    padding-bottom: 70px;
  }
  
  .pt-80 {
    padding-top: 80px;
  }
  
  .pb-80 {
    padding-bottom: 80px;
  }
  
  .pt-90 {
    padding-top: 90px;
  }
  
  .pb-90 {
    padding-bottom: 90px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  
  .pt-120 {
    padding-top: 120px;
  }
  
  .pb-120 {
    padding-bottom: 120px;
  }
  
  .pt-150 {
    padding-top: 150px;
  }
  
  .pb-150 {
    padding-bottom: 150px;
  }
  
  .pt-180 {
    padding-top: 180px;
  }
  
  .pb-180 {
    padding-bottom: 180px;
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .mt-15 {
    margin-top: 15px;
  }
  
  .mb-15 {
    margin-bottom: 15px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mb-20 {
    margin-bottom: 20px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mb-30 {
    margin-bottom: 30px !important;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mb-30 {
    margin-bottom: 40px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .mb-60 {
    margin-bottom: 60px;
  }
  
  .mt-70 {
    margin-top: 70px;
  }
  
  .mb-70 {
    margin-bottom: 70px;
  }
  
  .mt-80 {
    margin-top: 80px;
  }
  
  .mb-80 {
    margin-bottom: 80px;
  }
  
  .mt-90 {
    margin-top: 90px;
  }
  
  .mb-90 {
    margin-bottom: 90px;
  }
  
  .mt-100 {
    margin-top: 100px;
  }
  
  .mb-100 {
    margin-bottom: 100px;
  }
  
  .mt-120 {
    margin-top: 120px;
  }
  
  .mb-120 {
    margin-bottom: 120px;
  }
  
  .mt-150 {
    margin-top: 150px;
  }
  
  .ml-10 {
    margin-left: 10px;
  }
  
  .ml-20 {
    margin-left: 20px;
  }
  
  .ml-30 {
    margin-left: 30px;
  }
  
  .ml-40 {
    margin-left: 40px;
  }
  
  .ml-50 {
    margin-left: 50px;
  }
  
  .mr-10 {
    margin-right: 10px;
  }
  
  .mr-20 {
    margin-right: 20px;
  }
  
  .mr-30 {
    margin-right: 30px;
  }
  
  .mr-40 {
    margin-right: 40px;
  }
  
  .mr-50 {
    margin-right: 50px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pb-50 {
    padding-bottom: 50px;
  }
  
  .pl-50 {
    padding-left: 50px;
  }
  
  .pr-50 {
    padding-right: 50px;
  }
  
  .pl-60 {
    padding-left: 60px;
  }
  
  .pr-60 {
    padding-right: 60px;
  }
  
  .pl-100 {
    padding-left: 100px;
  }
  
  .pr-50 {
    padding-right: 100px;
  }
  
  .ml-auto {
    margin-left: auto !important;
  }
  
  .mr-auto {
    margin-right: auto !important;
  }
  
/*---------------------------------------- BANNER ICONS ----------------------------------------*/
.card-button-banner {
	width: 85px;
	height: 85px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100&0.9+0,1+100;Grey+Gloss+%231 */
	background: -moz-linear-gradient(45deg,  rgba(226,226,226,0.9) 0%, rgba(219,219,219,0.95) 50%, rgba(209,209,209,0.95) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(226,226,226,0.9) 0%,rgba(219,219,219,0.95) 50%,rgba(209,209,209,0.95) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(226,226,226,0.9) 0%,rgba(219,219,219,0.95) 50%,rgba(209,209,209,0.95) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 5px 0px 5px 0px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;
    margin: 0 2px 0 2px;
    border-radius: 3px;
    text-align: center;
	border-top: 3px solid #488cca;
	cursor: pointer;
	transition-duration: 0.5s;
}

.card-button-banner:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 3px solid #ffcb05;
	transition-duration: 0.5s;
}

.card-button-banner .icon1 {
    background: url("../img/svg/locate-us.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .icon2 {
    background: url("../img/svg/calculator.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .icon3 {
    background: url("../img/svg/pickup.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
	top: -3px;
}

.card-button-banner .icon4 {
    background: url("../img/svg/inquiry.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .icon5 {
    background: url("../img/svg/dublicate.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
	top: -3px;
}

.card-button-banner .icon6 {
    background: url("../img/svg/cod.svg");
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner .button-tab-text{
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0px;
    transition-duration: 0.5s;
    line-height: 14px;
    white-space: initial;
    height: 30px;
    place-items: center;
    display: grid;
    position: absolute;
    width: 100%;
    padding: 0 5px 0 5px;
    text-align: center;
    bottom: 5px;
}

.card-button-banner .h4 {
    font-weight: 700;
}

.card-button-banner:hover .icon1 {
    background: url("../img/svg/locate-us-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon2 {
    background: url("../img/svg/calculator-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon3 {
    background: url("../img/svg/pickup-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon4 {
    background: url("../img/svg/inquiry-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon5 {
    background: url("../img/svg/dublicate-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .icon6 {
    background: url("../img/svg/cod-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner:hover .button-tab-text {
    color: #ffffff;
	transition-duration: 0.5s;
}
  
.card-button-banner .tooltiptext {
	visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    top: -37px;
    font-size: 11px;
    left: 0px;
    font-weight: 600;
  }

  .card-button-banner:hover .tooltiptext {
	visibility: visible;
  }

  .card-button-banner-highlight {
	width: 85px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 5px 5px 5px 5px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 1px;
    margin: 0 2px 0 2px;
    border-radius: 3px;
    text-align: center;
	border-top: 3px solid #ffcb05;
	cursor: pointer;
	transition-duration: 0.5s;
}

.card-button-banner-highlight:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%, rgba(56,56,56,0.8) 13%, rgba(78,78,78,0.8) 24%, rgba(13,13,13,0.8) 46%, rgba(1,1,1,0.8) 50%, rgba(10,10,10,0.8) 53%, rgba(78,78,78,0.8) 76%, rgba(56,56,56,0.8) 87%, rgba(27,27,27,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(27,27,27,0.8) 0%,rgba(56,56,56,0.8) 13%,rgba(78,78,78,0.8) 24%,rgba(13,13,13,0.8) 46%,rgba(1,1,1,0.8) 50%,rgba(10,10,10,0.8) 53%,rgba(78,78,78,0.8) 76%,rgba(56,56,56,0.8) 87%,rgba(27,27,27,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b1b1b', endColorstr='#cc1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top: 3px solid #ffcb05;
	transition-duration: 0.5s;
}

.card-button-banner-highlight .icon1 {
    background: url("../img/svg/dublicate-hover.svg");
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 0px;
	transition-duration: 0.5s;
	position: relative;
	top: -3px;
}

.card-button-banner-highlight .icon2 {
    background: url("../img/svg/cod-hover.svg");
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	margin-bottom: 9px;
	transition-duration: 0.5s;
	position: relative;
}

.card-button-banner-highlight .button-tab-text{
	font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0px;
    transition-duration: 0.5s;
    line-height: 14px;
	color: #ffffff;
}

.card-button-banner-highlight .h4 {
    font-weight: 700;
}

.card-button-banner-highlight:hover .icon1 {
    background: url("../img/svg/dublicate-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner-highlight:hover .icon2 {
    background: url("../img/svg/cod-hover.svg");
	transition-duration: 0.5s;	
}

.card-button-banner-highlight:hover .button-tab-text {
    color: #ffffff;
	transition-duration: 0.5s;
}
  
.card-button-banner-highlight .tooltiptext {
	visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    top: -37px;
    font-size: 11px;
    left: 0px;
    font-weight: 600;
  }

  .card-button-banner-highlight:hover .tooltiptext {
	visibility: visible;
  }

  /*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/

.card {
  display: block; 
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s; 
}
.card:hover {
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
width: 100%;
height:auto;
border-top-left-radius:2px;
border-top-right-radius:2px;
display:block;
  overflow: hidden;
}
.img-card img{
width: 100%;
height: auto;
object-fit:cover; 
transition: all .25s ease;
} 
.card-content {
padding:14px;
text-align:left;
}
.card-content-text{
font-size: 14px;
text-align: justify;
}
.card-title {
margin-top:0px;
font-weight: 500;
font-size: 1.2em;
color: #000000;
}
.card-title a {
color: #000;
text-decoration: none !important;
}
.card-read-more {
border-top: 1px solid #D4D4D4;
}
.card-read-more a {
text-decoration: none !important;
padding:10px;
font-weight:600;
text-transform: uppercase
}

/*----------------------------------------------------------------------------------------------*/


.button-71 {
  background-color: #000000;
  /* border: 0; */
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  /* display: inline-block; */
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
    text-decoration: none;
    color: #ffffff;
}

@media (min-width: 768px) {
  .button-71 {
    padding: 12px 35px;
    margin-left: 20px;
  }
}

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*---------------------------------------- CONTACT COMM & SUGG ---------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.content-SG {
  width: 100%;
  min-width: 260px;
  margin-top: 4%;
  transition: 0.3s ease;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 512px) {
  .content-SG {
    margin: 0 4%;
    margin-top: 5%;
  }
}

/* Tabs menu */
.tabs {
  margin: 0;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 80px;
  border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 512px) {
  .tabs {
    height: 40px;
  }
}

/* Tab Links */
.tablinks {
  background: #eeeeee;
  background-image: linear-gradient(90deg, transparent 80%, rgb(72 140 202 / 28%) 100%);
  border: none;
  outline: none;
  cursor: pointer;
  width: 50%;
  /*change depending on the number of tabs*/
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 512px) {
  .tablinks {
    height: 40px;
    font-size: 12px;
  }
}

.tablinks:before {
  background-image: linear-gradient(135deg, #488cca 0%, #8cc8ff 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 512px) {
  .tablinks:hover::before {
    height: 0;
  }
}

/* Tab active */
.tablinks.active {
  background-color: #ffffff;
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  height: 95px;
  bottom: 0px;
  overflow: hidden;
}
@media screen and (max-width: 512px) {
  .tablinks.active {
    height: 60px;
  }
}

.tablinks.active:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
  opacity: 1;
  background: -webkit-linear-gradient(90deg, #488cca7a 0%, #004f97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tablinks p {
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: #686868;
  backface-visibility: hidden;
  font-weight: 400;
}

.tablinks:hover p {
  color: white;
  opacity: 1;
}
@media screen and (max-width: 512px) {
  .tablinks:hover p {
    color: #686868;
    opacity: 0.6;
  }
}

/* Tabs text bigger */
.tablinks p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: #828282;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  font-size: 40px;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 100%;
}
@media screen and (max-width: 512px) {
  .tablinks p:before {
    display: none;
  }
}

.tablinks:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}

/* tab content */
.wrapper_tabcontent {
  background-color: #ffffff;
  margin-top: 0px;
  /*z-index: -3;*/
  position: relative;
  opacity: 1;
  padding: 40px 60px;
  overflow: hidden;
  transition: all 1s ease;
  top: 0;
}

.tabcontent {
  display: none;
  min-height: 180px;
}

@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}
.tabcontent.active {
  transition: all 1s ease;
  display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(135deg, #ffcb05 0%, #b08b00 100%);
  left: 0;
  bottom: 0;
  z-index: -2;
  transition: all 1s ease;
}

/* Title */
.tabcontent h3 {
  font-size: 40px;
  top: 130px;
  transform: rotate(90deg);
  position: absolute;
  left: -90px;
  opacity: 0.1;
  width: 220px;
  height: 60px;
  background: -webkit-linear-gradient(90deg, #488cca7a 0%, #004f97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  animation: city 1s ease;
}
/*@media screen and (max-width: 512px) {
  .tabcontent h3 {
    top: 65px;
  }
}*/

@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}
/* Text*/
.tabcontent div {
  margin: 0;
  transition: all 1s;
  animation: fadeEffect 0.6s;
  width: 100%;
}
@media screen and (max-width: 512px) {
  .tabcontent p {
    font-size: 14px;
    line-height: 26px;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

.field-lable {
  font-size: 14px;
  margin-bottom: 2px;
  color: #488cca;
  font-weight: 400;
}

.field-style {
  display: block;
  width: 100%;
  height: 45px;
  padding: 7px 10px 8px 10px;
  font-size: 13px;
  font-weight: 400;
  /* line-height: 1.5; */
  color: #444444;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid #dadada;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/

.img-wrapper
{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.img-wrapper:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 180%;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.3);
	z-index: 1;
	transform: skew(45deg);
	transition: .5s;
}

.img-wrapper:hover:before
{
	left: -180%;
}

.img-wrapper img
{
	height: auto;
	width: 100%;
	filter: grayscale(100%);
	transition: 2s;
}
.img-wrapper:hover img
{
	filter: grayscale(0%);
	transform: scale(1.1);
}

.img-wrapper h2
{
  background: #488cca;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: perspective(400px) rotateY(90deg);
  transform-origin: right;
  transition: 1s;
  font-size: 20px;
  font-weight: 500 !important;
}

.img-wrapper:hover h2
{
	transform: perspective(400px) rotateY(0deg);
}

.img-wrapper ul
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li
{
	background: #333;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	transform: perspective(800px) rotateY(90deg);
	transition: .5s;
	transform-origin: left;
}

.img-wrapper:hover ul li
{
	transform: perspective(800px) rotateY(0deg);
}

.img-wrapper:hover ul li:nth-child(1)
{
	transition-delay: .2s;
}

.img-wrapper:hover ul li:nth-child(2)
{
	transition-delay: .6s;
}

.img-wrapper:hover ul li:nth-child(3)
{
	transition-delay: .8s;
}

.img-wrapper:hover ul li:nth-child(4)
{
	transition-delay: 1s;
}

.img-wrapper ul li a
{
	color: tomato;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i
{
	color: tomato;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i:hover
{
	color: #fff;
	background: rgba(255,255,255,0);
}

.service-image-top{
  display: flex;
  align-self: flex-start;
}

.read-more-service{
    border: none;
    background: none;
    color: #488cca;
    padding: 0;
}

.read-more-service:hover{
  color: #00509a;
}

