html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'MyriadPro-Light';
}

@font-face {
  font-family: 'MyriadPro-Light';
  src: url(fonts/MyriadPro-Light.otf);
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url(fonts/MyriadPro-Bold.otf);
}


/*,
*::before,
*::after {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}*/
a {
  text-decoration: none !important;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}
img, svg {
  vertical-align: middle;
}
.form-control {
  color:  white;
}

.form-icon .icons img {
  position: absolute;
  top: 13px;
  left: 18px;
  height: 16px;
  width: 16px;
}

.agg-title .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}

section {
  display: block;
  width: 100%;
}
/*.container {
  max-width: 1570px !important;
}*/

.agg-sinservices-btn {  
  padding: 8px 26px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  color: white !important;
  font-size: 17px;
  font-weight: 600;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  border-left: 6px solid white;
  border-top: 6px solid white;
  border-right: 6px solid white;
  background-color: #007C8B;
}
.agg-sinservices-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 6px solid white;
}
.agg-sinservices-btn:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 6px solid white;
}

.agg_services-btn {  
  padding: 8px 26px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  color: white !important;
  font-size: 17px;
  font-weight: 600;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  border-left: 6px solid #007C8B;
  border-top: 6px solid #007C8B;
  border-right: 6px solid #007C8B;
  background-color: #57C7DF;
}
.agg_services-btn:hover {  
 background-color: white;
color: #007C8B !important;
}
.agg_services-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 6px solid #007C8B;
}
.agg_services-btn:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 6px solid #007C8B;
}

.agg-services-border {
  width: 100%;
  position: relative;
  border-left: 6px solid #57C7DF;
  border-top: 6px solid #57C7DF;
  border-right: 6px solid #57C7DF;
  border-bottom: 6px solid #ffffff00;
}
.agg-services-border:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 0px;
  width: 77%;
  border-bottom: 6px solid #007C8B;
}
.agg-services-border:after {
  content: '';
  position: absolute;
  z-index: 99;
  right: 0px;
  bottom: 0px;
  width: 10%;
  border-bottom: 6px solid #007C8B;
}

.agg-sinbg {
  width: 100%;
  height: 120px;
  background-image: url(img/sin-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.agg-topbar-section {
  position: relative;
  z-index: 115;
  box-sizing: border-box;
  background-color: #007C8B;
}
.agg-topbar-body {
  display: flex;
  align-items: center;
  justify-content: end;
}
.agg-topbar-contact-list {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
.agg-topbar-contact-list li {
  margin-left: 20px;
}

.agg-header-contact {
  display: flex;
  align-items: center;
  justify-content: end;
}
.agg_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.agg_header_content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.agg_logo {
  max-width: 320px;
  margin: 0;
  text-align: center;
}
.agg_logo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.header-contacts {
  float: right;
  margin-top: 11px;
  font-size: 17px;
}
.header-mail {
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  font-size: 21px;
  font-family: 'MyriadPro-Light';
}
.header-tel {
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 21px;
  font-family: 'MyriadPro-Bold';
}
.header-tel span {
  font-size: 17px;
  font-weight: 200;
  font-family: 'MyriadPro-Light';
}
.header-whatsapp {
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 21px;
  font-family: 'MyriadPro-Bold';
}
.header-whatsapp span {
  font-size: 17px;
  font-weight: 200;
  font-family: 'MyriadPro-Light';
}

.header-mail a:hover, .header-tel a:hover, .header-whatsapp a:hover {
  color: #57C7DF !important;
}

.agg-main-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  border-bottom: solid 3px #007C8B;
}
.agg-main-slide img {
  width: 100%;
  height: auto;
  min-height: 550px;
  max-height: 650px;
  object-fit: cover;	
}
.agg-bg-overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(0,0,0,0.0);
}

.slide-content .row {
  height: 630px;
}

.agg_contacthead_flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 30px;
}

.agg_waabox_item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin: auto 30px;
}
.agg_waabox_waa {
  width: 38px;
  height: 38px;
  position: relative;
  background: #FFF;
  text-align: center;
  color: #fff;
  border:none;
  cursor: pointer;
  font-size: 38px;
  border-radius: 50%;
  margin-right: -34px;
  float: left;
  z-index: 1;
  order: 1;
}
.agg_waabox {
  width: 160px;
  position: relative;
  border: 1px solid #fff;
  padding: 1px;
  padding-left: 33px;
  border-radius: 20px;
  outline: none;
  color: #fff;
  order: 2;
}
.agg_waabox p {
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 14px;
  text-align: left;
  color: white;
  margin: 0;
  padding: 0;
}

.font-awesome {
  display: inline-block;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 21px;
  z-index: 1;
  text-rendering: auto;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.agg-utp {
  color: white;
  text-align: left;
}
.agg-utp h1 {
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 48px;
  text-align: left;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.agg-utp p {
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-style: normal;
  font-size: 36px;
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

.agg_general_slide {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.agg-btn_slider {  
  padding: 10px 40px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  color: white !important;
  font-size: 27px;
  font-weight: 600;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0px !important;
  white-space: nowrap;
  --bs-btn-border-width: 0px !important;
  border-left: 8px solid #007C8B;
  border-top: 8px solid #007C8B;
  border-right: 8px solid #007C8B;
  background-color: #57C7DF;
  transition: all 0.5s;
}
.agg-btn_slider:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 8px solid #007C8B;
  transition: all 0.5s;
}
.agg-btn_slider:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 8px solid #007C8B;
  transition: all 0.5s;
}
.agg-btn_slider:hover {
  background-color: #007C8B !important;
border-left: 8px solid white;
border-top: 8px solid white;
border-right: 8px solid white;
}
.agg-btn_slider:hover:before, .agg-btn_slider:hover:after  {
  border-bottom: 8px solid white;
}

.agg-btn {  
  padding: 10px 40px;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
  color: white !important;
  font-size: 27px;
  font-weight: 600;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0px !important;
  white-space: nowrap;
  --bs-btn-border-width: 0px !important;
  border-left: 8px solid #007C8B;
  border-top: 8px solid #007C8B;
  border-right: 8px solid #007C8B;
  background-color: #57C7DF;
}
.agg-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 8px solid #007C8B;
}
.agg-btn:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 8px solid #007C8B;
}
.agg-btn:hover {
  background-color: #007C8B !important;
border-left: 8px solid white;
border-top: 8px solid white;
border-right: 8px solid white;
}
.agg-btn:hover:before, .agg-btn:hover:after  {
  border-bottom: 8px solid white;
}


.agg-product-section {
  padding-top:40px;
  padding-bottom:80px;
}
.agg-seo-section {
  padding-top:40px;
  padding-bottom:40px;
}
.agg-services-section {
  padding-top:40px;
  padding-bottom:80px;
}
.agg-infograph-section {
  margin-top: -50px;
  padding-bottom: 100px;
}
.agg-request-section {
  padding: 40px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.agg-single-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.border-none-left {
  border-left: none;
}
.border-none-top {
  border-top: none;
}
.border-none-right {
  border-right: none;
}
.border-none-bottom {
  border-bottom: none;
}

.agg-news {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.agg-news-row {
  flex: 0 0 auto;
  max-width: 23%;
  padding-left: 10px;
  padding-right: 10px;
}
.agg-news-item {
  display: flex;
  position: relative;
  flex-direction: column;
  text-align: center;
  height: 90%;
  margin-bottom: 20px;
}
.agg-news-item:hover img{
  filter: blur(2px);
}
.agg-news-item:hover .agg-news-txt {
  border: solid 8px #007C8B;
  transition: all 0.2s ease-in-out;
  border-bottom:none;
}
.agg-news-item:hover .agg-news-txt:before {
  content: '';
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 8px solid #007C8B;
}
.agg-news-item:hover .agg-news-txt:after {
  content: '';
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 8px solid #007C8B;
}
.agg-news-item img {
  max-width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  object-fit: cover;
  transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out;
}
.agg-news-txt {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: left;
}
/*drop-item*/
.newsdown-menu {
  width: 100%;
  align-items: center;
  text-align: left;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  display: block;
  position: absolute;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
.agg-news-item:hover .newsdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 13px;
}
.newsdown-item {
  position: relative;
}
.newsdown-link {
  display: block;
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  white-space: nowrap;
  font-size: 21px;
  text-decoration: none;
  color: #007C8B;
  padding: 0px 12px;
}
.newsdown-link:hover {
  color: black;
}
.newsdown-link .newsdown-link-icon {
  position: relative;
  top: -1px;
  left: 0px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
  vertical-align: middle;
}
/*.newsdown-link .newsdown-link-iconcircle {
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}*/
.newsdown-link:hover .newsdown-link-icon {
  left: 2px;
  transition: transform 0.3s ease;
}
/*.newsdown-link:hover .newsdown-link-iconcircle {
  stroke-dashoffset: 0;
}*/

.agg-news-txt p {
  font-family: MyriadPro-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  color: #FFF;
  text-transform: uppercase;
  word-wrap: break-word;
  text-shadow: 1px 1px 2px black;
  padding: 0;
  margin: 0;
}
.agg-news-txt small {
  font-family: MyriadPro-Light;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #434343;
}

.agg-bg-section-1 {
  background-image: url(./img/mini_give_bg.jpg);
}
.agg-bg-section-2 {
  background-image: url(./img/sin-bg.jpg);
}

.agg-request-text {
  text-align: left;
}
.agg-request-text h2 {
  font-weight: 400;
  font-size: 42px;
  color: white;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: block;
}
.agg-request-text p {
  font-weight: 200;
  text-decoration: none;
  font-family: 'MyriadPro-Light';
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  text-align: center;
}

.agg_fu_bootsrap {
text-align: center;
}

.agg-select-box {
display: inline-block;
}
.agg_select_form {
border: solid 4px white;
background-color: rgba(255, 255, 255, 0.3);
padding: 15px 15px;
color: white;
box-sizing: border-box;
margin: 0px 0px 30px 0px;
width: 100%;
font-family: 'MyriadPro-Light';
font-size: 17px;
}
.agg_select_form  option {
color: black;
}
.agg_select_form  option[disabled] {
color: gray;
}

.agg-request-text p span {
  text-decoration: none;
  font-family: 'MyriadPro-Bold';
  color: white;
}

.agg-char-list {
  list-style-type: square;
  padding-left: 20px;
}
.agg-char-list li {
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  color: #007d8b;
}

.agg-seo p {
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  color: #007d8b;
}

.product_menu {
  display: block;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.agg-breadcrumb-border {
  position: relative;
  border-bottom: 1px solid #007d8bde;
  padding-top: 30px;
  padding-bottom: 10px;
}
.breadcrumb {
  padding: 0;
  background: none;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  color: black;
  font-weight: 700;
}
.breadcrumb-item {
  display: inline-block;
  font-weight: 200;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
}
.breadcrumb a:hover {
  color: #007d8b;
}

/*NAVBAR*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
/*NAVBAR*/
.agg-navbar-section {
  border-bottom: solid 3px #007C8B;
}
.agg-navbar-fixed {
  position: fixed !important;
  z-index: 999;
  background-color: white;
  top: 0;
  border-bottom: solid 2px #007C8B !important;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/*agg-nav-item*/
.navbar {
  padding: 0px !important;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-item {
  margin-left:40px;
  position: relative;
}
.nav-link {
  display: block;
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-size: 23px;
  text-decoration: none;
  color: black;
  padding: 20px 15px;
}
.nav-link:hover {
  color: #007C8B;
}
.nav-link .nav-link-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
/*.agg-nav-link .agg-nav-link-iconcircle {
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}*/
.nav-link:hover .nav-link-icon {
  transform: rotate(180deg);
}
/*.agg-nav-link:hover .agg-nav-link-iconcircle {
  stroke-dashoffset: 0;
}*/
.nav-link:before {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  height: 100%;
  content: "";
  opacity: 0;
  border-bottom: 4px solid #007C8B;
}
.nav-link:hover:before {
  opacity: 1;
}
.nav-link::after {
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 100;
  border: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #007C8B;
  bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.nav-link:hover:after {
  opacity: 1;
}
/*drop-item*/
.dropdown-menu {
  border: 2px solid #007C8B;
  border-top: 3px solid #007C8B;
  align-items: center;
  text-align: left;
  z-index: 99;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: white;
  border-radius: 0px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}

.drop-item {
  margin-left:5px;
  position: relative;
}
.drop-link {
  display: block;
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  white-space: nowrap;
  font-size: 24px;
  text-decoration: none;
  color: black;
  padding: 12px 15px;
}
.drop-link:hover {
  color: #007C8B;
}
/*NAVBAR END*/
.agg-sbrand_btn-up {
  margin-bottom: 10px;
}
.agg-sbrand-btn {  
  
  padding: 6px 16px 6px 46px;
  position: relative;
  text-align: left;
  color: #007C8B !important;
  font-size: 17px;
  font-weight: 600;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: inline-block;
  box-shadow: none;
  overflow: hidden;
  border-radius: 12px !important;
  --bs-btn-border-width: 0px !important;
  border: 4px solid #007C8B;
  background: url(./img/wiew.png) 6px center/30px auto no-repeat;
}

.alug_partnes_otz_add {
width: 100%;
overflow-x: hidden;
}

/*NAVBAR END*/
.agg-woocommerce-topbar {
  margin-bottom: 30px;
}
.agg-woocrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  background: none;
  border-radius: 0;
  margin: 0;
  color: black;
  font-weight: 700;
}
.agg-woocrumb-item {
  display: block;
  position: relative;
  background-color: white;
  border: none;
  border-radius: 0;
  color: #007C8B;
  font-size: 21px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 4px 10px;
  padding-bottom: 8px;
  border-left: 4px solid #007C8B;
  border-top: 4px solid #007C8B;
  border-right: 4px solid #007C8B;
}
.agg-woocrumb-item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 4px solid #007C8B;
}
.agg-woocrumb-item:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 4px solid #007C8B;
}
.agg-woocrumb-item:hover  {
  border-left: 4px solid #007C8B;
  border-top: 4px solid #007C8B;
  border-right: 4px solid #007C8B;
}
.agg-woocrumb-item:hover:before, .agg-woocrumb-item:hover:after  {
  border-bottom: 4px solid #007C8B;
}
.agg-woocrumb-item:hover {
  background-color: #57C7DF;
}

.agg-woocrumb-item.active_btn {
  background-color: #57C7DF;
}

.agg-woocrumb-item:hover a {
  color: #007C8B;
}

.agg-shop-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}
.agg-single-products {
  position: relative;
  width: 100%;
  border: 1px solid grey;
}
.agg-products-image {
  position: relative;
}
.agg-products-content {
  text-align: center;
}

.agg-products-content span {
  display:block;
  text-align: left;
  color: #007C8B;
  font-size: 19px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  padding: 5px;
  padding-left: 15px;
}

.agg-products-name {
  background: #007C8B;
  margin-top: 0;
  padding: 5px;
}
.agg-products-name h3 {
  color: white;
  font-size: 24px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.agg-products-btns {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.agg-shop-btn {
  display: block;
  position: relative;
  width: 100%;
  background-color: #57C7DF;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 24px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-left: 4px solid #007C8B;
  border-top: 4px solid #007C8B;
  border-right: 4px solid #007C8B;
}
.agg-shop-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 4px solid #007C8B;
}
.agg-shop-btn:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 4px solid #007C8B;
}
.agg-shop-btn:hover  {
  border-left: 4px solid black;
  border-top: 4px solid black;
  border-right: 4px solid black;
}
.agg-shop-btn:hover:before, .agg-shop-btn:hover:after  {
  border-bottom: 4px solid black;
}

.agg-product-image {
  position: relative;
}

.agg-product-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.agg-product-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.agg-product-thumb {
  width: 33%;
  padding-right: 16px;
}
.agg-product-thumb img {
  border: solid 6px #ffffff;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.agg-product-thumb img:hover {
  border: solid 6px #007C8B;
}

.opacity-1 {
  opacity: 1 !important;
}

.contact-info-box {
  text-align: left;
  padding: 30px;
}
.contact-info-box h3 {
  font-size: 21px;
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  margin: 25px 0 15px;
  color: #007C8B;
}
.contact-info-box p {
  margin-bottom: 0;
  color: #007C8B;
  line-height: 1.9;
  font-weight: 400;
  font-size: 17px;
  font-family: 'MyriadPro-Light';
}

.agg-cert-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.agg-cert-image {
  margin-bottom: 10px;
}

.agg-contact-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 10px solid #007C8B;
}

.mini-box {
  width: auto;
  margin-bottom: 10px;
}

.big-box {
  width: auto;
}

.agg-product-detail {
  position: relative;
}

.agg-product-detail h2 {
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #007C8B;
  margin: 0;
}
.agg-product-detail span {
  display: block;
  text-align: left;
  color: #007C8B;
  font-size: 19px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.agg-product-detail-btn {
  padding: 2px 16px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
  color: white !important;
  font-size: 27px;
  font-weight: 600;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0px !important;
  white-space: nowrap;
  --bs-btn-border-width: 0px !important;
  border-left: 4px solid #007C8B;
  border-top: 4px solid #007C8B;
  border-right: 4px solid #007C8B;
  background-color: #57C7DF;
}
.agg-product-detail-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 4px solid #007C8B;
}
.agg-product-detail-btn:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 4px solid #007C8B;
}
.agg-product-detail-btn:hover  {
  border-left: 4px solid black;
  border-top: 4px solid black;
  border-right: 4px solid black;
}
.agg-product-detail-btn:hover:before, .agg-product-detail-btn:hover:after  {
  border-bottom: 4px solid black;
}
.agg-product-detail-btn:hover {
  background-color: #007C8B;
}
.agg-product-detail-btn:hover a {
  color: #007C8B !important;
}

.agg-product-detail .agg-char-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.agg-product-detail .agg-char-list li {
  color: #007C8B;
  font-weight: 200;
  font-size: 21px;
  font-family: 'MyriadPro-Light';
  padding: 5px;
}


.bg-color-57C7DF {
  background-color: #57C7DF;
}
/*PROJECT SLIDE*/
.agg-project-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.agg-project-box {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
.agg-project-name {
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 20px;
  background: #007d8baf;
  padding: 4px 10px;
}
.agg-project-name h2 {
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
}
.agg-project-desc {
  position: absolute;
  opacity: 0;
  width: 80%;
  right: 0px;
  bottom: 20px;
  background: #ffffffaf;
  padding: 4px 10px;
}
.agg-project-desc p {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  font-family: MyriadPro-Light;
}
.agg-project-section .owl-carousel .owl-item .agg-project-box {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  padding: 10px 0px;
  transition: all 0.5s;
}
.agg-project-section .owl-carousel .owl-item.center .agg-project-box {
  transform: scale(1.3);
  z-index: 100;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.agg-project-section .owl-carousel .owl-item.center .agg-project-desc, .owl-carousel .owl-item.center .agg-project-name {
  opacity: 1;
  transition: all 0.5s;
}
/*PROJECT SLIDE END*/

.arrow-review-l {
  content: '';
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 5%;
  background-image: url(./img/brslarrl_green.png);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.arrow-review-r {
  content: '';
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 5%;
  background-image: url(./img/brslarrr_green.png);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.arrow-cert-l {
  content: '';
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 5%;
  background-image: url(./img/brslarrl_green.png);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.arrow-cert-r {
  content: '';
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 5%;
  background-image: url(./img/brslarrr_green.png);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.arrow-project-l {
  content: '';
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 5%;
  background-image: url(./img/brslarrl_green.png);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.arrow-project-r {
  content: '';
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 5%;
  background-image: url(./img/brslarrr_green.png);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.agg-singlebrand-con {
  background-color: #E0F9FF;
  position: relative;
}
.agg-singlebrand-item .agg-singlebrand-client-info {
  position: relative;
  text-align: center;
}
.agg-singlebrand-item p {
  margin-bottom: 0;
  color: #007C8B;
  font-size: 21px;
  font-family: 'MyriadPro-Light';
}
..agg-singlebrand-client-info img {
  padding: 5px;
  display: inline-block!important;
}
.agg-singlebrand-pic {
  position: relative;
  border-left: 8px solid #57C7DF;
  border-top: 8px solid #57C7DF;
  border-right: 8px solid #57C7DF;
  padding: 6px;
  padding-bottom: 16px;
  display: inline-block!important;
  margin-left: -10px;
  background-color: white;
}
.agg-singlebrand-pic:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 8px solid #57C7DF;
}
.agg-singlebrand-pic:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  border-bottom: 8px solid #57C7DF;
}

.agg-sb-item-pb {
  padding: 20px;
}

.agg-singlebrand-item .agg-singlebrand-client-info h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 24px;
  color: #007C8B;
  font-family: 'MyriadPro-Bold';
  float: left;
}
.agg-singlebrand-item h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 24px;
  color: #007C8B;
  font-family: 'MyriadPro-Bold';
  float: right;
}
.agg-singlebrand-item .agg-singlebrand-client-info span {
  display: block;
  color: #c679e3;
  margin-top: 5px;
  font-size: 13px;
}

.agg-singlebrand-section {
  padding-top:40px;
  padding-bottom: 40px;
  position: relative;
}


.agg-brand-section {
  padding-top:40px;
  padding-bottom: 40px;
}
.agg_brand_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:space-between;
}
.agg_brand_item {
  padding: 20px 10px;
}
.agg_brand_item img {
  object-fit: contain;
}

.agg-footer-section {
  display: block;
  border-top: 10px solid #007C8B;
  border-bottom: 10px solid #007C8B;
  width: 100%;
  text-align: center;
  background-color: #E0F9FF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.agg-footerone {
  text-align: left;
  padding-left: 3rem !important;
}
.agg-flogo {
  margin: 5px 5px 5px 0px;
  display: inline-block;
  position: relative;
  z-index: 50;
}
.agg-flogo img {
  width: 280px;
}
.agg-footerone h3 {
  margin: 5px 0px;
  font-size: 21px;
  color: black;
  font-family: 'MyriadPro-Bold';
}
.agg-footerone p {
  color: #007C8B;
  font-family: 'MyriadPro-Light';
  font-size: 19px;
}
.agg_copy {
  display: block;
  margin: 20px 0px 5px 0px;
  color: #007C8B;
  font-family: 'MyriadPro-Light';
}
.agg_razrab {
  display: block;
  margin: 10px 0px 15px 0px;
  color: #9D9E9E;
  font-family: 'MyriadPro-Light';
  text-decoration: none;
}
.agg-footertwo {
  text-align: left;
  padding-left: 3rem !important;
}
.agg-footertwo h2, .agg-footerthr h2, .agg-footerfou h2 {
  color: #007C8B;
  font-family: MyriadPro-Bold;
  font-size: 30px;
  margin: 10px 0px 20px 0px;
  text-transform: uppercase;
}
.agg-footertwo a {
  display: block;
  font-size: 19px;
  font-family: MyriadPro-Light;
  text-decoration: none;
}
.agg-footerthr {
  text-align: left;
  padding-left: 3rem !important;
}
.agg-footerthr a {
  display: block;
  font-size: 19px;
  font-family: MyriadPro-Light;
  text-decoration: none;
}
.agg-footerfou {
  text-align: left;
  padding-left: 3rem !important;
}
.agg-footerfou {
  display: block;
  font-size: 19px;
  font-family: MyriadPro-Light;
  text-decoration: none;
}
.hol_fhoterfone {
  display: inline-block;
  text-transform: uppercase;
  font-size: 29px;
  margin: 10px 0px;
  text-decoration: none;
  text-align: left;
}

.agg-request_box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.agg-request_left {
  width: 60%;
  box-sizing: border-box;
  text-align: left;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.agg-request_left h2 {
  font-weight: 400;
  font-size: 19px;
  font-family: 'MyriadPro-Light';
  display: block;
}
.agg_botdzzattl {
  font-weight: 600;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  color: #007C8B;
  margin: 20px 0px 30px 0px;
}
.agg-request_right {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33%;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.agg-request_right p {
  width:360px;
  text-decoration: none;
  font-family: 'MyriadPro-Light';
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}
.agg-request_right p span {
  text-decoration: none;
  font-family: 'MyriadPro-Light';
  color: #FFFFFF;
  font-size: 15px;
}
.agg-request_r_title {
  position: relative;
  font-family: MyriadPro-Bold;
  text-transform: none;
  font-size: 36px;
  color: #FFFFFF;
  z-index: 1;
}
.agg-request_l_contact {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: flex-start;
}
.agg-request_l_contact-item {
  margin-right: 60px;
}
.agg-request_l_contact-item h1 {
  font-weight: 400;
  font-size: 27px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: block;
}
.agg-request_l_contact-item a {
  text-decoration: none;
  font-size: 21px;
  font-family: 'MyriadPro-Light';
  color: white;
  display: block;
  max-width: 200px;
}


.agg-request_box2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
}
.agg-request_left2 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.agg-request_left2 h2 {
  font-weight: 400;
  font-size: 24px;
  font-family: 'MyriadPro-Light';
  display: block;
}
.agg-request_left2 p {
  text-decoration: none;
  text-align: center;
  font-family: 'MyriadPro-Light';
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.agg_botdzzattl2 {
  font-weight: 600;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  color: #007C8B;
  margin: 20px 0px 30px 0px;
}
.agg-request_right2 {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.agg-request_right2 p {
  width:360px;
  text-decoration: none;
  font-family: 'MyriadPro-Light';
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}
.agg-request_right2 p span {
  text-decoration: none;
  font-family: 'MyriadPro-Light';
  color: #FFFFFF;
  font-size: 15px;
}
.agg-request_r_title2 {
  position: relative;
  font-family: MyriadPro-Bold;
  text-transform: none;
  font-size: 36px;
  color: #FFFFFF;
  z-index: 1;
}
.agg-request_l_contact2 {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: flex-start;
}
.agg-request_l_contact-item2 {
  margin-right: 60px;
}
.agg-request_l_contact-item2 h1 {
  font-weight: 400;
  font-size: 27px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: block;
}
.agg-request_l_contact-item2 a {
  text-decoration: none;
  font-size: 21px;
  font-family: 'MyriadPro-Light';
  color: white;
  display: block;
  max-width: 200px;
}

article{margin:10px;}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title .bar {
  height: 6px;
  width: 50%;
  margin: 20px auto;
  position: relative;
}
.section-title .bar:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 65%;
  left: 0;
  background: #007C8B;
}
.section-title .bar:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 25%;
  right: 0;
  background: #007C8B;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.agg-cert-box {
  margin-bottom: 20px;
}

.request-title {
  text-align: left;
}


.request-title .bar {
  height: 6px;
  width: 50%;
  margin: 20px auto;
  margin-top: 0px;
  position: relative;
}
.request-title .bar:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 65%;
  left: 0;
  background: white;
}
.request-title .bar:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 25%;
  right: 0;
  background: white;
}

.agg-single-service p {
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  color: #007d8b;
}
.agg-single-img {
  width: 90%;
  margin-bottom: 40px;
}

.agg-service-margin-l {
  margin-left: -2px;
}
.agg-service-margin-r {
  margin-right: -2px;
}

.agg-service-pic {
  max-width:100%;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  align-items: center;
}
.agg-service-pic img {
  max-width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  object-fit: cover;
  transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out;
}
.agg-service-pic-border {
  content: '';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-left: 4px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
}
.agg-service-pic-border:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 10%;
  border-bottom: 4px solid #FFFFFF;
}
.agg-service-pic-border:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80%;
  border-bottom: 4px solid #FFFFFF;
}
.agg-service-txt {
  flex: 0 0 auto;
  height: auto;
  padding: 12px;
  text-align: left;
  border: 2px solid #57C7DF;
}
.agg-service-txt p {
  display: block;
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  text-decoration: none;
  color: black;
  padding: 2px 12px;
}


.agg-services-pic {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  align-items: center;
}
.agg-services-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agg-services-pic-border {
  content: '';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-left: 4px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
}
.agg-services-pic-border:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 10%;
  border-bottom: 4px solid #FFFFFF;
}
.agg-services-pic-border:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80%;
  border-bottom: 4px solid #FFFFFF;
}
.agg-services-txt {
  flex: 0 0 auto;
  height: auto;
  padding: 12px;
  text-align: left;
  border: 2px solid #57C7DF;
}
.agg-services-txt p {
  display: block;
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  text-decoration: none;
  color: black;
  padding: 2px 12px;
}
.agg-services-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.agg-services-name  {
  display: flex;
  position: absolute !important;
  left: 0;
  top: 35%;
  right: 0;
  justify-content: center;
}
.agg-services-pic h1  {
  background-color: white;
  position: absolute !important;
  color:#007C8B;
  font-size: 27px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  padding:10px;
}
.agg-services-btn {
  display: block;
  position: relative;
  width: 100%;
  background-color: #57C7DF;
  border: none;
  border-radius: 0;
  color:white;
  font-size: 24px;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  padding-bottom: 16px;
}
.agg-services-btn:hover {
  color:#007C8B;
}
.agg-services-btn:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 0px;
  width: 10%;
  border-bottom: 8px solid #007C8B;
}
.agg-services-btn:after {
  content: '';
  position: absolute;
  z-index: 99;
  right: 0px;
  bottom: 0px;
  width: 77%;
  border-bottom: 8px solid #007C8B;
}

.agg-sservices-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.agg-sservice_btn-up {
  margin-bottom: 10px;
}
.agg-sservices-btn {  
  padding: 4px 40px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
  color: white !important;
  font-size: 19px;
  font-weight: 600;
  font-family: 'MyriadPro-Bold';
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0px !important;
  white-space: nowrap;
  --bs-btn-border-width: 0px !important;
  border-left: 4px solid white;
  border-top: 4px solid white;
  border-right: 4px solid white;
  background-color: #007C8B;
}
.agg-sservices-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 4px solid white;
}
.agg-sservices-btn:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 4px solid white;
}
.agg-sservices-btn:hover {
  background-color: #57C7DF !important;
  border-left: 4px solid white;
  border-top: 4px solid white;
  border-right: 4px solid white;
}
.agg-sservices-btn:hover:before, .agg-btn:hover:after  {
  border-bottom: 4px solid white;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.agg-form-item {
  margin-bottom: 30px;
}
.agg-form-border {
  width: 100%;
  border-left: 4px solid #FFFFFF;
  border-top: 4px solid #ffffff00;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
}
.agg-form-border:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 0px;
  width: 77%;
  border-top: 4px solid #FFFFFF;
}
.agg-form-border:after {
  content: '';
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 0px;
  width: 10%;
  border-top: 4px solid #FFFFFF;
}
.agg-form-item img {
  content: '';
  position: absolute;
  width: 38px;
  right: 11%;
  top: 0;
  margin-top: -16px;
}
.agg-form-item label {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: -10px;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  font-size: 17px;
  line-height: 26px;
  padding: 13px 20px;
  font-family: 'MyriadPro-Light';
  border: none;
  border-radius: 0;
} 
.form-control::-webkit-input-placeholder {
  color: white !important;
}
.form-control:-moz-placeholder {
  color: white !important;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: white !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: white !important;
}
.form-control::-ms-input-placeholder {
  color: white !important;
}
.form-control::placeholder {
  color: white !important;
}

.request-btn {  
  width: 100%;
  font-size: 30px;
  position: relative;
  padding: 5px 20px;
  padding-bottom: 2px;
  height: auto;
  border: none;
  text-transform: uppercase;
  color: white;
  font-family: 'MyriadPro-Bold';
  background-color: #007C8B !important;
  border-radius: 0;
  transition: all 0.5s;
}
.request-btn:hover {
  background-color: #57C7DF !important;
}

.agg_contacts_form-item2 img {
  content: '';
  position: absolute;
  width: 31px;
  right: 50px;
  top: -14px;
}
.agg_contacts_form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  height: 100%;
  text-align: center;
}
.agg_contacts_form2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0 10px;
  height: 100%;
  text-align: center;
}
.agg_contacts_form-item2 {
  display: flex;
  position: relative;
  margin: 20px 20px;
}
.agg_contacts_form-item2 label {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: -10px;
}
.agg_contacts_form-item2 select[class="form-control"] {
  /*background: transparent url(./img/useric.png) no-repeat;
  background-position: 10px center;*/
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 20px auto;
  border: none;
  padding: 14px 10px 14px 40px;
  width: 280px;
  border: 4px solid #FFFFFF;
  color: white;
}
.agg_contacts_form-item2 option[class="form-control"] {
  /*background: transparent url(./img/useric.png) no-repeat;
  background-position: 10px center;*/
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 20px auto;
  border: none;
  padding: 14px 10px 14px 40px;
  width: 280px;
  color: white;
}
.agg_contacts_form-item2 input[class="form-control"] {
  /*background: transparent url(./img/useric.png) no-repeat;
  background-position: 10px center;*/
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 20px auto;
  border: none;
  padding: 14px 10px 14px 40px;
  width: 280px;
  color: white;
}
.agg_contacts_form-item2 input[class="form-control"] {
  /*background: transparent url(./img/phoneic.png) no-repeat;
  background-position: 10px center;*/
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 20px auto;
  border: none;
  padding: 14px 10px 14px 40px;
  width: 280px;
  color: white;
}
.agg_contacts_form-item2 input[type="submit"] {  
  font-size: 30px;
  padding: 10px 20px;
  position: relative;
  border: none;
  width: 310px;
  background-color: #007C8B;
}
.agg_contacts_form-item2 textarea {
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px #252429;
  padding: 14px 10px 14px 10px;
  border-radius: 15px;
  min-width: 310px;
  max-width: 310px;
  min-height:90px;
  max-height: 150px;
  color: white;
}

.agg-conmap {
  position: relative;
}

.agg_feedback_box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  position: relative;
}
.agg_feedback_item-left {
  width: 55%;
  padding: 40px 20px 40px 0px;
  box-sizing: border-box;
  text-align: left;
  color: white;
}
.agg_feedback_item-left h1 {
  text-transform: uppercase;
  font-size: 31px;
  font-family: 'MyriadPro-Bold';
  margin-top: 0px;
  display: block;
}
.agg_feedback_item-left h2 {
  font-weight: 400;
  font-size: 27px;
  font-family: 'MyriadPro-Light';
  margin: 20px 0px 30px 0px;
}
.agg_feedback_item-right {
  width: 45%;
  padding: 40px 20px 40px 20px;
  box-sizing: border-box;
  text-align: center;
  color: white;
}

@keyframes pro_subbtn_anim {
	from {
    	background-position: 0% 0px;
	}
	to {
	background-position: 200% 0px;
	}
}

.agg_portfolio_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom:50px;
}
.agg_portfolio_card {
  position: relative;
  height: 280px;
  width: 280px;
  margin: 10px;
  border-radius: 5px;
  transform: scale(1);
  transition: all .3s ease-out;
  z-index: 0;
}
.agg_portfolio_card:hover .agg_portfolio_card-info {
  transform: scale(1.1);
  transition: all .3s ease-out;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
.agg_portfolio_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 5px;
}
.agg_portfolio_card-info {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  border-radius: 5px;
}
.agg_portfolio_card-info h2 {
  font-family: 'MyriadPro-Bold';
  font-weight: 900;
  color: #ffffff;
}
.agg_portfolio_card-info span {
  color: #cfcfcf;
  font-family: 'MyriadPro-Bold';
  font-style: italic;
  font-size: 0.9em;
  padding-top: 5px;
}

.agg_infograph_box {
  margin: 50px 0px 50px 0px;
  display: flex;
  justify-content: space-between;
}
.agg_infograph_item {
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.agg_infograph_item h1 {
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 27px;
  text-align: center;
  color: #007C8B;
  margin-bottom: 12px;
  height: 76px;
  text-transform: uppercase;
}
.agg_infograph_item p {
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-style: normal;
  font-size: 19px;
  text-align: center;
  color: black;
  margin-bottom: 12px;
}
.agg_infograph_item .agg-info-icon {
  margin-bottom: 25px;
  width: 160px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.agg_infograph_item .agg-info-icon img {
  -webkit-transition: .5s;
  transition: .5s;
  max-width: 100%;
}

.agg_sservice_title {
  position: relative;
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left:20px;
  padding-top: 20px;
  margin-bottom: 25px;
}

.agg_price_title {
  position: relative;
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  color: #007C8B;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.agg_price_title h2 {
  position: relative;
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-style: normal;
  font-size: 27px;
  text-transform: uppercase;
  color: #007C8B;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.agg_price_title p {
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-size: 17px;
  color: #007d8b;
}

.agg_service_title {
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  color: #007C8B;
  margin-top: 0;
  margin-bottom: 0;
}

.agg_price_wtitle {
  font-weight: 400;
  font-family: 'MyriadPro-Bold';
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 50px;
  margin-top: 0;
  position: relative;
}

.agg_pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.agg_pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}

.agg_pricing-title {
  color: #000000;
  /*background: #e95846;*/
  padding: 10px 0;
  margin: 10px;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.agg_textitle_font {
  position: relative;
  font-family: MyriadPro-Bold;
  text-transform: none;
  font-size: 34px;
  color: #007C8B;
  z-index: 1;
}

.textalign_left {
  text-align: left;
}
.textalign_right {
  text-align: right;
}
.text-center {
  text-align: center;
}


.agg_card_toleft {
  margin-right: auto;
}

.agg_card_toright {
  margin-left: auto;
}

.agg_footer {
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 10px 0px;
  z-index:3000;
  background-color: #00020f;
  border-top: solid 1px #17161c;
  border-bottom: solid 1px #17161c;
  box-shadow: 0px -10px 5px 0px rgb(0 0 0 / 50%);
}
.agg_footer_content {
  display: flex;
  width: 80%;
  margin-bottom: 20px;
}
.agg_footer_card {
  width: 60%;
  display: inline-block;
  position: relative;
}
.agg_footer_title {
  font-weight: 400;
  font-family: 'MyriadPro-Light';
  font-style: normal;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.65);
}
.agg_footer .menu ul {
  display: flex;
  flex-direction: column;
  align-self: center;
  list-style-type: none;
  padding: 0;
  margin: auto;
}
.agg_footer .menu ul li {
  margin: 5px 0px;
}
.agg_footer .menu ul a {
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}
.agg_footer .menu ul a:hover {
  color: blue;
}

/*dantes css*/
.agg-about-flex-slider {
width: 100%;
display: flex;
justify-content: space-between;
}
.agg_about_left_flex {
order: 1;
width: 20%;
}
.agg_about_right_flex {
order: 3;
width: 20%;
}
.agg_about_center_flex {
order: 2;
width: 58%;
background-size: cover;
background-position: center center;
border: solid 6px white;
box-sizing: border-box;
}
.agg_about_right_flex  div{
margin-bottom: 10px;
width: 100%;
height: 150px;
background-size: cover;
background-position: center center;
cursor: pointer;
box-sizing: border-box;
border: solid 6px white;
}
.agg_about_right_flex  div:last-child{
margin-bottom: 0px;
}
.agg_about_left_flex  div{
margin-bottom: 10px;
width: 100%;
height: 150px;
background-size: cover;
background-position: center center;
cursor: pointer;
box-sizing: border-box;
border: solid 6px white;
}
.agg_about_left_flex  div:last-child{
margin-bottom: 0px;
}
.agg_about_right_flex  div:hover,.agg_about_left_flex  div:hover{
border: solid 6px #007C8B;
}
.agg_about_prev.active{
border: solid 6px #007C8B;
}
.hyst_custom_modal {
border: solid 2px #007c8b;
}

.agg_modal_btn{
display: block;
position: relative;
width: 100%;
background-color: #57C7DF;
border: none;
border-radius: 0;
color: white;
font-size: 18px;
font-family: 'MyriadPro-Bold';
text-transform: uppercase;
margin-bottom: 5px;
border-left: 4px solid #007C8B;
border-top: 4px solid #007C8B;
border-right: 4px solid #007C8B;
}
.agg_modal_submit_btn {
width: 100%;
font-size: 18px;
position: relative;
padding: 5px 20px 9px 20px;
height: auto;
border: none;
text-transform: uppercase;
color: white;
font-family: 'MyriadPro-Bold';
background-color: #57C7DF;
border-radius: 0;
transition: all 0.5s;
}
.agg_modal_submit_btn:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 10%;
height: 4px;
background-color: #007C8B;
}
.agg_modal_submit_btn:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 80%;
height: 4px;
background-color: #007C8B;
}
.agg_modal_submit_btn:hover {
background-color: white;
color: #007C8B;
}

.hyst_custom_modal input[type="text"],.hyst_custom_modal input[type="email"] {
width: 100%;
box-sizing: border-box;
margin-bottom: 20px;
border: 4px solid #007C8B;
padding: 5px 10px;
}

/*dantes css*/