/*--utilites--*/
body {
  background-color: red;
}

/*--abstracts--*/
/*--base--*/
html {
  font-size: 62.5%;
}

@media (min-width: 992px) {
  html {
    font-size: 75%;
  }
}

body {
  background-color: #f9f9f9;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333333;
  padding: 0;
  margin: 0;
  text-transform: inherit;
  font-size: 1.4rem;
}

.row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.space {
  width: 100%;
  height: 7.5rem;
}

.main-color {
  color: #00B5AD;
}

.custom-fluid {
  padding-left: 8%;
  padding-right: 8%;
}

.content-padding {
  padding-right: 4%;
  padding-left: 4%;
}

.pt-max {
  padding-top: 6.5rem;
}

.pl-max {
  padding-left: 7.5rem;
}

.pr-max {
  padding-right: 7.5rem;
}

.work-section {
  background-color: #ffffff;
  position: relative;
  margin-top: 5rem;
}

.testimonial-section {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 7.5rem;
}

.subscribe-section {
  position: relative;
  top: -7.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  padding: 0;
  margin: 0;
  text-transform: inherit;
  line-height: 1.4;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #222222;
}

a:hover {
  text-decoration: none;
  color: #00B5AD;
}

ul, ul li, ul.menu, ul.blank, ul.contact-address, ul.product-options {
  list-style: none;
  padding: 0;
}

a, a:visited, a:active, a:link, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

ul, ol {
  margin: 0;
}

.main-title h1, .main-title h2 {
  color: #ffffff;
}

.main-title h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.main-title h1 span {
  color: #00B5AD;
}

.title-footer h6 {
  color: #b1b1b1;
}

.subscribe-title h3 {
  color: #ffffff;
}

.subscribe-title h3 span {
  color: #00B5AD;
}

.footer-ul li {
  padding-bottom: 1rem;
}

.footer-ul li a {
  color: #b1b1b1;
}

.footer-social-ul .footer-social-li {
  display: inline;
  padding: 0 1.5rem;
}

.footer-social-ul .footer-social-li:first-child {
  padding-left: 0;
}

.footer-social-ul .footer-social-li:last-child {
  padding-right: 0;
}

.footer-social-ul .footer-social-li a {
  color: #b1b1b1;
  font-size: 2rem;
}

.rwc-ul {
  padding-left: 4rem;
}

.rwc-ul li {
  color: #ffffff;
  padding-bottom: 1.5rem;
}

.rwc-ul li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  padding-right: 1rem;
  vertical-align: middle;
  font-weight: 900;
}

.rwc-ul li:last-child {
  padding-bottom: 0;
}

.contact-info-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
}

.contact-info-ul li address {
  margin-bottom: 0;
}

.contact-info-ul li i {
  color: #00B5AD;
  padding-right: 1rem;
}

.contact-info-ul li a {
  color: #222222;
}

.social-ul li {
  display: inline;
  padding: 0 1.5rem;
}

.social-ul li:first-child {
  padding-left: 0;
}

.social-ul li:last-child {
  padding-right: 0;
}

.social-ul li a {
  color: #222222;
  font-size: 2rem;
}

.footer-contact p {
  color: #b1b1b1;
  font-size: 2rem;
}

.footer-contact p span {
  border: 1px solid #b1b1b1;
  padding: .75rem .9rem;
  border-radius: 1rem;
  font-size: 1.4rem;
}

.footer-newsletter p {
  color: #b1b1b1;
}

/*--components--*/
.main-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 1.4rem;
  position: relative;
  color: #ffffff;
  padding: 1rem 2.5rem;
  background-color: #00B5AD;
  height: 4rem;
  border-radius: 2rem;
  min-width: 10rem;
}

.main-button:hover, .main-button:focus {
  outline: none;
  background-color: #005f5a;
}

.testimonial-slider .owl-theme .ts-content {
  padding: 0 7.5rem;
}

.testimonial-slider .owl-theme .custom-nav {
  position: absolute;
  top: calc(50% - 1rem);
  left: 0%;
  right: 0;
  background-color: transparent;
  z-index: 999;
  width: 100%;
}

.testimonial-slider .owl-theme .custom-nav-con .owl-prev, .testimonial-slider .owl-theme .custom-nav-con .owl-next {
  position: absolute;
  height: auto;
  color: inherit;
  background: transparent;
  border: none;
  z-index: 100;
}

.testimonial-slider .owl-theme .custom-nav-con .owl-prev i, .testimonial-slider .owl-theme .custom-nav-con .owl-next i {
  font-family: "FontAwesome";
  font-size: 3rem;
  color: #00B5AD;
}

.testimonial-slider .owl-theme .custom-nav-con .owl-prev i:hover, .testimonial-slider .owl-theme .custom-nav-con .owl-prev i:focus, .testimonial-slider .owl-theme .custom-nav-con .owl-next i:hover, .testimonial-slider .owl-theme .custom-nav-con .owl-next i:focus {
  color: #000000;
}

.testimonial-slider .owl-theme .custom-nav-con .owl-prev:hover, .testimonial-slider .owl-theme .custom-nav-con .owl-prev:focus, .testimonial-slider .owl-theme .custom-nav-con .owl-next:hover, .testimonial-slider .owl-theme .custom-nav-con .owl-next:focus {
  outline: none;
}

.testimonial-slider .owl-theme .custom-nav-con .owl-next {
  right: 0;
}

/*--layouts--*/
.navbar {
  padding: 0;
}

.navbar .navbar-nav {
  padding: 1.5rem;
  background-color: rgba(38, 50, 56, 0.98);
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    padding: 0;
    background-color: transparent;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 1rem;
  }
  .navbar .navbar-nav .nav-item::before {
    content: '';
    height: 2rem;
    position: relative;
    top: 0;
    display: block;
    width: 0;
  }
  .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link,
  .navbar .navbar-nav .nav-item:focus .nav-link {
    color: #ffffff;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
  }
  .navbar .navbar-nav .nav-item.active::before, .navbar .navbar-nav .nav-item:hover::before,
  .navbar .navbar-nav .nav-item:focus::before {
    width: 100%;
    background-color: #00B5AD;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
  }
}

.navbar-toggler {
  padding: 1rem 1.5rem;
  background-color: rgba(0, 181, 173, 0.85);
  border: none;
  outline: none !important;
}

.header {
  width: 100%;
  min-height: 5rem;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.main-banner {
  position: relative;
  background-color: #d1d1d1;
  width: 100%;
  min-height: 5rem;
  padding-top: 40%;
  padding-bottom: 7.5%;
}

@media (min-width: 768px) {
  .main-banner {
    padding-top: 15%;
  }
}

.main-banner .overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.85)), to(black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.85), black);
  background-size: cover;
}

.sub-banner {
  position: relative;
  background-color: #d1d1d1;
  width: 100%;
  min-height: 5rem;
  padding-top: 25%;
  padding-bottom: 7.5%;
}

@media (min-width: 768px) {
  .sub-banner {
    padding-top: 15%;
  }
}

.sub-banner .overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.9));
  background-size: cover;
}

.has-hover .bg, .has-hover [class*="image-"] img {
  -webkit-transition: opacity .8s,-webkit-filter .8s,-webkit-transform .8s,-webkit-box-shadow .4s;
  transition: opacity .8s,-webkit-filter .8s,-webkit-transform .8s,-webkit-box-shadow .4s;
  transition: filter .8s,opacity .8s,transform .8s,box-shadow .4s;
  transition: filter .8s,opacity .8s,transform .8s,box-shadow .4s,-webkit-filter .8s,-webkit-transform .8s,-webkit-box-shadow .4s;
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.banner-bg {
  overflow: hidden;
}

.bg-fill {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
}

.bg {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.bg-loaded {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  -webkit-transition: opacity .6s,-webkit-transform .3s;
  transition: opacity .6s,-webkit-transform .3s;
  transition: transform .3s,opacity .6s;
  transition: transform .3s,opacity .6s,-webkit-transform .3s;
  pointer-events: none;
}

#bg-12345 .bg.bg-loaded {
  background-image: url(/image/About-Affinity.jpg);
}

#bg-12346 .bg.bg-loaded {
  background-image: url(/image/Contact-Us.jpg);
}

#bg-12347 .bg.bg-loaded {
  background-image: url(/image/OUR-SERVICES.jpg);
}

.banner-text {
  z-index: 999;
  position: relative;
}

.banner-text-con {
  padding: 10rem 0;
}

.logo-panel {
  background-color: #ffffff;
  min-height: 5rem;
  margin-bottom: 5rem;
}

.logo-panel-con {
  text-align: center;
}

.logo-panel-con img {
  width: 35%;
}

@media (min-width: 768px) {
  .logo-panel {
    background-color: transparent;
    margin-bottom: 0;
  }
  .logo-panel-con {
    text-align: left;
  }
  .logo-panel-con img {
    width: 100%;
  }
}

.footer-con {
  border-top: 1rem solid #00B5AD;
  min-height: 5rem;
  background-image: url(../image/background_footer_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
}

.footer-con-top {
  padding: 5rem 0;
}

.footer-con-bottom {
  padding-bottom: 2.5rem;
}

.footer-con-bottom .fb-txt {
  font-size: 1rem;
  color: #b1b1b1;
}

.email-box {
  width: 100%;
  position: relative;
}

.email-box input[type=email] {
  padding-right: 10rem;
}

.email-box-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 1.4rem;
  position: absolute;
  color: #ffffff;
  right: 0;
  top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #00B5AD;
  height: 4rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.email-box-button:hover, .email-box-button:focus {
  outline: none;
  background-color: #005f5a;
}

input[type=email],
input[type=text] {
  color: #666666;
  display: block;
  width: 100%;
  height: 4rem;
  border-radius: none;
  border: 1px solid #b1b1b1;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
}

input[type=email]:hover, input[type=email]:focus,
input[type=text]:hover,
input[type=text]:focus {
  outline: none;
}

textarea.form-control {
  color: #666666;
  display: block;
  width: 100%;
  border-radius: none;
  border: 1px solid #b1b1b1;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
}

textarea.form-control:hover, textarea.form-control:focus {
  outline: none;
}

.about-section {
  margin-top: -5rem;
}

.about-section .about-content {
  z-index: 99;
  position: relative;
  background-color: #ffffff;
  border-radius: 1rem;
  min-height: 25rem;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(51, 51, 51, 0.034), 0 6.7px 5.3px rgba(51, 51, 51, 0.048), 0 12.5px 10px rgba(51, 51, 51, 0.06), 0 18.3px 11.9px rgba(51, 51, 51, 0.072), 0 21.8px 23.4px rgba(51, 51, 51, 0.086), 0 10px 8px rgba(51, 51, 51, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(51, 51, 51, 0.034), 0 6.7px 5.3px rgba(51, 51, 51, 0.048), 0 12.5px 10px rgba(51, 51, 51, 0.06), 0 18.3px 11.9px rgba(51, 51, 51, 0.072), 0 21.8px 23.4px rgba(51, 51, 51, 0.086), 0 10px 8px rgba(51, 51, 51, 0.12);
  padding: 5rem;
}

.tile-wrap-con {
  border-radius: 1.5rem;
  padding: 0;
  border: 1px solid #d1d1d1;
  position: relative;
}

.tile-wrap-con:hover, .tile-wrap-con:focus {
  -webkit-box-shadow: 0 2.8px 2.2px rgba(51, 51, 51, 0.034), 0 6.7px 5.3px rgba(51, 51, 51, 0.048), 0 12.5px 10px rgba(51, 51, 51, 0.06), 0 18.3px 11.9px rgba(51, 51, 51, 0.072), 0 21.8px 23.4px rgba(51, 51, 51, 0.086), 0 10px 8px rgba(51, 51, 51, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(51, 51, 51, 0.034), 0 6.7px 5.3px rgba(51, 51, 51, 0.048), 0 12.5px 10px rgba(51, 51, 51, 0.06), 0 18.3px 11.9px rgba(51, 51, 51, 0.072), 0 21.8px 23.4px rgba(51, 51, 51, 0.086), 0 10px 8px rgba(51, 51, 51, 0.12);
}

.tile-wrap-con img, .tile-wrap-con-overlay {
  border-radius: 1.5rem;
}

.tile-wrap-con-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  padding: 2.5rem;
  color: #ffffff;
}

.tile-wrap-con-overlay .twci-icon {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  position: relative;
  top: -50px;
  left: 50px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.2), 0 6px 20px 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.2), 0 6px 20px 0 rgba(51, 51, 51, 0.19);
  border-radius: 10rem;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

@media (min-width: 992px) {
  .tile-wrap-con-overlay .twci-icon {
    width: 80px;
    height: 80px;
    top: -70px;
  }
}

.tile-wrap-con-overlay .twci-icon i {
  position: relative;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  font-size: 30px;
  color: #000000;
}

.tile-wrap-con-overlay .twci-title {
  margin-top: -4.5rem;
}

.tile-wrap-con-overlay .twci-title h3 {
  color: #ffffff;
}

.tile-wrap-con-overlay .twci-bottom-icon {
  width: 20%;
  height: 2rem;
  background-color: transparent;
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
}

.tile-wrap-con-overlay .twci-bottom-icon .cls-2 {
  fill: #ffffff !important;
}

.tile-wrap-con-overlay .twci-bottom-icon .cls-1 {
  fill: none;
}

.tile-wrap-con-overlay:hover, .tile-wrap-con-overlay:focus {
  background-color: #ffffff !important;
  opacity: 1;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  color: #000000;
}

.tile-wrap-con-overlay:hover .twci-bottom-icon .cls-2, .tile-wrap-con-overlay:focus .twci-bottom-icon .cls-2 {
  fill: #000000 !important;
  -webkit-transition: fill .4s ease-in;
  transition: fill .4s ease-in;
}

.tile-wrap-con-overlay:hover .twci-icon, .tile-wrap-con-overlay:focus .twci-icon {
  background-color: #00B5AD;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}

.tile-wrap-con-overlay:hover .twci-icon i, .tile-wrap-con-overlay:focus .twci-icon i {
  color: #ffffff;
}

.tile-wrap-con-overlay:hover .twci-title h3, .tile-wrap-con-overlay:focus .twci-title h3 {
  color: #00B5AD;
}

.strategy-content {
  min-height: 35rem;
  background-image: url(/image/High-five.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.row-wraper-con {
  padding: 2rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.2), 0 6px 20px 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.2), 0 6px 20px 0 rgba(51, 51, 51, 0.19);
  border-radius: 1.5rem;
  background-color: #ffffff;
}

.row-wraper-con .row-wcon-info span {
  width: 7rem;
  padding-right: 1.5rem;
}

.row-wraper-con .row-wcon-info h3 {
  font-size: 2rem;
}

.ws-con-overlay {
  background-color: #00B5AD;
  position: absolute;
  left: 60%;
  right: 0%;
  bottom: 0;
  top: -7.5rem;
  z-index: 0;
}

.ws-con-img {
  background: url(../image/hero_image_02.png);
  position: absolute;
  left: 0%;
  right: 60%;
  bottom: 0;
  top: -7.5rem;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-position-y: -3.5rem;
}

.round-wrap {
  min-height: 350px;
  position: relative;
  top: -5rem;
  z-index: 1;
  background-color: #00B5AD;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  -webkit-box-shadow: -6px 6px 0px #005f5a;
          box-shadow: -6px 6px 0px #005f5a;
}

.round-wrap-con {
  padding: 7.5rem 7.5rem  7.5rem 0;
}

.round-wrap-con .title h3 {
  font-size: 2rem;
}

.subscribe-row {
  background-color: #263238;
}

.subscribe-row .subscribe-con {
  padding: 7.5rem 5rem;
}

.subscribe-row .subscribe-img {
  background-image: url(/image/O6MG240.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-wrap-img img {
  border-radius: 1.5rem;
}
/*# sourceMappingURL=main.css.map */