/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  --tab-blue: #3498E4;
  --tab-blue-hover: #4EA5E8;
  --tab-green: #51C435;
  --tab-green-hover: #51C435;
  --tab-orange: orange;
  --tab-orange-hover: orange;

  --tab-hero-h1-lg: 4.0rem;
  --tab-hero-h2-lg: 2.125rem;

  --tab-hero-h1-sm: 2.0rem;
  --tab-hero-h1-line-sm: 2.25rem;

  --tab-hero-h2-sm: 1.25rem;
  --tab-hero-h2-line-sm: 1.5rem;

  --tab-hero-vh: 100vh;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;  
}

body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}

a {
  color: var(--tab-blue);
  text-decoration: none;
}

a:hover {
  color: var(--tab-blue-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--tab-blue);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 1.75rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--tab-blue-hover);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}

#header .header-container {
  background: #fff;
}

#logo-tabsoftware.logo-tabsoftware {
  overflow: hidden;
}

#logo-tabsoftware.logo-tabsoftware h1 {
  font-size: 1.625rem;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding: 16px 30px 12px 30px;
  white-space: nowrap;
}

#logo-tabsoftware.logo-tabsoftware h1::after {
  content: "";
  display: block;
  position: relative;
  border-bottom: 3px solid var(--tab-orange);
  width: 100%;
  bottom: -2px;
}

#logo-tabsoftware.logo-tabsoftware h1 a,
#logo-tabsoftware.logo-tabsoftware h1 a:hover {
  color: #fff;
  text-decoration: none;
}

/* FLOAT */

.header-float {
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#logo-tabsoftware.logo-float {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--tab-blue);
}

#logo-tab.logo-tab-float {

  color: white;
  text-shadow: 2px 2px 2px rgba(64, 64, 64, 0.5);

}

#logo-software.logo-software-float {

  color: white;
  text-shadow: 2px 2px 2px rgba(64, 64, 64, 0.5);

}

/* SCROLLED */

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#logo-tabsoftware.logo-scrolled {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: white;
}

#logo-tab.logo-tab-scrolled {

  color: var(--tab-blue);
  text-shadow: 1px 1px 1px rgba(192, 192, 192, 0.5);

}

#logo-software.logo-software-scrolled {

  color: #666;
  text-shadow: 1px 1px 1px rgba(192, 192, 192, 0.5);

}


@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: var(--tab-blue);

    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #header.header-scrolled,
  #header .header-container {
    background: var(--tab-blue);
  }

  #logo-tabsoftware.logo-tabsoftware {
    padding-left: 0;
  }

  #logo-tabsoftware.logo-tabsoftware h1 {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #36343a;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 700;
  /* TAB WAS 500 */
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 0.75rem;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--tab-blu);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--tab-blue);
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: var(--tab-blue-hover);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
  border-top: 3px solid var(--tab-blue);
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111;
}

.navbar .dropdown ul a i {
  font-size: 0.75rem;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--tab-blue);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .header-float {
    border-radius: 0px;
    box-shadow: none;
  }

  #logo-tabsoftware.logo-float {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--tab-blue);
  }

  #logo-tabsoftware.logo-scrolled {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--tab-blue);
  }

  #logo-tab.logo-tab-float {

    color: white;
    text-shadow: 2px 2px 2px rgba(64, 64, 64, 0.5);

  }

  #logo-tab.logo-tab-scrolled {

    color: white;
    text-shadow: 2px 2px 2px rgba(64, 64, 64, 0.5);

  }

  #logo-software.logo-software-float {

    color: white;
    text-shadow: 2px 2px 2px rgba(64, 64, 64, 0.5);

  }

  #logo-software.logo-software-scrolled {

    color: white;
    text-shadow: 2px 2px 2px rgba(64, 64, 64, 0.5);

  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.0rem;
  color: #36343a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--tab-blue);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 0.75rem;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--tab-blue);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.menu-item .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-item .icon-box {
  display: inline;
  float: left;
  align-items: center;
  padding: 10px;
  background: #EEE;
  border-radius: 4px;
}

.menu-item .icon-box i {
  font-size: 2.0rem;
  padding-right: 10px;
  line-height: 1;
}

.menu-item h5 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1.0rem;
}

.menu-item span {
  font-weight: 400;
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-bg2 {
  background-color: #DCDCDC;
}

.section-bg3 {
  background-color: #EEE;
}

.section-bg-white {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--tab-blue);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 1.0rem;
  font-weight: bold;
}

.section-title-wh {
  text-align: center;
  padding-bottom: 30px;
}

.section-title-wh h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title-wh h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: white;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title-wh h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--tab-blue);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title-wh p {
  margin-bottom: 0;
  font-size: 1.0rem;
  font-weight: bold;
}


.section-title2 {
  text-align: center;
}

.section-title2 h2 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}


.section-title-left {
  text-align: left;
  padding-bottom: 30px;
}

.section-title-left h2 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title-left h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: 0
    /* calc(50% - 60px) */
  ;
}

.section-title-left h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--tab-blue);
  bottom: 0;
  left: 0
    /* calc(50% - 20px) */
  ;
}


.section-title-left p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

/* Contact Section
--------------------------------*/

.contact .contact-info {
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: center;
}

.contact .contact-info i {
  font-size: 3.0rem;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--tab-blue);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

.contact .contact-info h3 {
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--tab-orange);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.contact .contact-info a {
  color: #000;
}

.contact .contact-info a:hover {
  color: var(--tab-blue-hover)
}

.contact .contact-time,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 10px;
}

@media (min-width: 768px) {

  .contact .contact-time,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid var(--tab-blue);
    border-right: 1px solid var(--tab-blue);
  }
}


.contact .contact-form {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 6px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 1.25rem;
  color: var(--tab-blue);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--tab-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 1.0rem;
  color: #444444;
}

.contact .info:hover i {
  background: var(--tab-blue);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.0rem;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--tab-blue);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--tab-blue);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #4EA5E8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  Trademark Disclaimer
--------------------------------------------------------------*/

.trademark-disclaimer {
  font-size: 1.125rem;
  background: #FAFAFA;
  padding-top: 125px;
  padding-bottom: 200px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 1.0rem;
  background: #111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}

#footer .footer-logo {
  font-family: Poppins, sans-serif;
}

#footer .logo-color {
  color: var(--tab-blue);
}


#footer .footer-top h4 {
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--tab-orange);
  font-size: 1.125rem;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .copyright {
  font-size: .75rem;
}

#footer .credits {
  padding-top: 5px;
  font-size: 0.875rem;
  color: #fff;
}

#footer .social-links a {
  font-size: 1.125rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: var(--tab-blue);
  color: #fff;
  text-decoration: none;
}

.inline-block {
  display: inline-block;
}

.tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #666;
  text-align: left;
}

.tooltip .bottom {
  min-width: 200px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #444444;
  background-color: #EEEEEE;
  font-weight: normal;
  font-size: 0.875rem;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
}

.tooltip:hover .bottom {
  display: block;
}

.tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .bottom i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #EEEEEE;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}


.container .container-img {
  position: relative;
}

.container .absolute-img {
  position: absolute;
  width: auto;
  width: auto\9;
  /* ie8 */
}

.scale-img {
  width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}


.chevron-top-section {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(50% + 25.00px) calc(100% - 25px), 50% 100%, calc(50% - 25.00px) calc(100% - 25px), 0 calc(100% - 25px));
}

.chevron-bottom-section {
  clip-path: polygon(0 0, calc(50% - 2.07px - 25.00px) 0, 50% calc(25px + 2.07px), calc(50% + 2.07px + 25.00px) 0, 100% 0, 100% 100%, 0 100%);
  margin-top: -20px;
}

/*--------------------------------------------------------------
# Technology Links Message
--------------------------------------------------------------*/
.technology-links-message {
  background: var(--tab-blue);
  min-height: 40px;
}

.technology-links-message h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
# Technology Links
--------------------------------------------------------------*/
.technology-links {
  padding-bottom: 80px;
}

.technology-links .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
}

.technology-links .icon-box:hover {
  box-shadow: 0px 0 10px rgba(1, 41, 112, 0.25);
}

.technology-links .tech-icon {
  width: 96px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.technology-links .title {
  font-weight: 700;
  font-size: 1.125rem;
}

.technology-links .description {
  font-size: 1.125rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Technology Links 2
--------------------------------------------------------------*/
.technology-links .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.technology-links .service-box h3 {
  color: #444444;
  font-weight: 700;
  margin-top: 15px;
  font-size: 1.25rem;
}

.technology-links .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.0rem;
  padding: 8px 20px;
}

.technology-links .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.technology-links .service-box h3,
.technology-links .service-box p {
  color: #000;
}

.technology-links .service-box:hover {
  transform: translateY(-5px);
}

.technology-links .service-box.blue {
  border-bottom: 3px solid var(--tab-blue);
}

.technology-links .service-box.blue .read-more {
  color: var(--tab-blue);
}

.technology-links .service-box.blue:hover h3,
.technology-links .service-box.blue:hover p {
  color: var(--tab-blue);
}

.technology-links .service-box.orange {
  border-bottom: 3px solid var(--tab-orange);
}

.technology-links .service-box.orange .read-more {
  color: var(--tab-orange);
}

.technology-links .service-box.orange:hover h3,
.technology-links .service-box.orange:hover p {
  color: var(--tab-orange);
}



.technology-links .service-box.green {
  border-bottom: 3px solid #51C435;
}

.technology-links .service-box.green .read-more {
  color: var(--tab-green);
}

.technology-links .service-box.green:hover h3,
.technology-links .service-box.green:hover p {
  color: var(--tab-green);
}


/*
  Responsive borders  black
*/


@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid black !important;
  }

  .border-sm-right {
    border-right: 1px solid black !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid black !important;
  }

  .border-sm-left {
    border-left: 1px solid black !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }

  .border-sm-x {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-sm-y {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
  }

  .border-sm {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid black !important;
  }

  .border-md-right {
    border-right: 1px solid black !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid black !important;
  }

  .border-md-left {
    border-left: 1px solid black !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }

  .border-md-x {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-md-y {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
  }

  .border-md {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid black !important;
  }

  .border-lg-right {
    border-right: 1px solid black !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid black !important;
  }

  .border-lg-left {
    border-left: 1px solid black !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }

  .border-lg-x {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-lg-y {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
  }

  .border-lg {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid black !important;
  }

  .border-xl-right {
    border-right: 1px solid black !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid black !important;
  }

  .border-xl-left {
    border-left: 1px solid black !important;
  }

  .border-xl-top-0 {
    border-top: 0 !important;
  }

  .border-xl-right-0 {
    border-right: 0 !important;
  }

  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xl-left-0 {
    border-left: 0 !important;
  }

  .border-xl-x {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-xl-y {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
  }

  .border-xl {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
  }

  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}




/* 

  Hero Scroll Button

*/

.hero-scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.hero-scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.hero-scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #FFF;
    border-width: 0px 0 2px 2px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen {
    .hero-scroll-down {
      bottom: 90px;
    }
  }  
}


.hero-scroll-down-bl {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.hero-scroll-down-bl {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid black;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.hero-scroll-down-bl:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid black;
    border-width: 0px 0 2px 2px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen {
    .hero-scroll-down-bl {
      bottom: 60px;
    }
  }  
}


@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

