/*==================================================
    Custom Theme
    1. Initialize
    2. Header
    3. Footer 
    4. Home
    5. About Us
    6. Careers
    7. Contact
==================================================*/
/*==================================================
    1. Initialize
==================================================*/
html {
    font-size: 10px;
    overflow-x: hidden;
  }
  body {
    font-family: 'Roboto', sans-serif !important;
    color: #666;    
    overflow-x: hidden;
  }
  .no-padding {
    padding: 0px!important;
  }
  .theme-bg-color {
    background-color: #1d9dd8;
  }
  .gray-bg-color {
    background-color: #454e59;
  }
  .btn-style-primary,
  .btn-style-gray,
  .btn-style-white,
  .btn-style-secondary {
    background-color: #1d9dd8;
    color: #fff;
    padding: 1.5rem 2.5rem;
    font-size: 1.4rem;
    border-radius: 0;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
  }
  .btn-style-primary:hover,
  .btn-style-gray:hover,
  .btn-style-white:hover,
  .btn-style-secondary:hover {
    color: #fff;
    background-color: #9ebdc6;
    text-decoration: none;
  }
  .btn-style-gray {
    background-color: #454e59;
  }
  .btn-style-white {
    background-color: #fff;
    color: #1d9dd8;
  }
  .btn-style-secondary {
    background-color: #9ebdc6;
  }
  .btn-style-secondary:hover {
    background-color: #fff;
    color: #1d9dd8;
  }
  .btn-submit {
    border: 0;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.5rem 2.5rem;
    background-color: #009bd6;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.7;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
  }
  .btn-submit:hover {
    background-color: #454e59;
  }
  .page-title h1 {
    font-weight: 800;
    color: #1d9dd8;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 1.3;
    margin: 0;
  }
  .page-title h2 {
    margin-left: 2.5rem;
    color: #9ebdc6;
    font-weight: 800;
    line-height: 1.1;
    font-size: 4rem;
    text-transform: uppercase;
  }
  /*==================================================
       2. Header
  ==================================================*/
  .theme-navbar {
    padding: 0 3rem;
    min-height: 9rem;    
    z-index: 9999!important;
  }
  .is-sticky .theme-navbar{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    background: #fff;
}
  .theme-navbar .navbar-brand img {
    height: 50px;
  }
  .theme-navbar .navbar-toggler {
    background: #454e59;
    height: 5.1rem;
    width: 6.5rem;
    border-radius: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-left: 2rem;
  }
  .theme-navbar .navbar-toggler span {
    display: block;
    height: 1px;
    background-color: #fff;
    margin: 5px auto;
    max-width: 2rem;
  }
  .theme-navbar .navbar-nav-theme .nav-link {
    color: #454e59;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    padding-right: 2rem;
    padding-left: 2rem;
    height: 9rem;
    line-height: 8rem;
    transition: all 0.3s cubic-bezier(0, 0, 0, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1) 0s;
  }
  .theme-navbar .navbar-nav-theme .nav-link:hover {
    background-color: #1d9dd8;
    color: #fff;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown {
    position: relative;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    border-top: 4px solid #1d9dd8;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
    padding: 1.5rem 1.5rem 0.5rem;
    min-width: 21rem;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item .dropdown-links {
    padding: 0;
    margin: 0 0 1rem;
    list-style: none;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item .dropdown-links a {
    color: #454e59;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1rem;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item .dropdown-links a:hover {
    background-color: #1d9dd8;
    color: #fff;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item.mega-menu {
    width: 100vw;
    max-width: 610px;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item.mega-menu .dropdown-links a {
    font-weight: 500;
    padding: 0.8rem;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item h4 a {
    background: #f1f1f1;
    padding: 2rem;
    display: block;
    color: #454e59;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item h4 a:hover {
    background-color: #1d9dd8;
    color: #fff;
  }
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .nav-link:hover + .dropdown-menu-item,
  .theme-navbar .navbar-nav-theme .nav-item-dropdown .dropdown-menu-item:hover {
    display: block;
    -webkit-animation: up-position 0.2s ease-in-out;
    animation: up-position 0.2s ease-in-out;
  }
  .theme-navbar .navbar-nav-btn {
    margin-left: 2.5rem;
  }
  .theme-navbar .navbar-nav-btn .nav-item .nav-link {
    padding: 1.5rem 2.5rem;
  }
  @-webkit-keyframes up-position {
    0% {
      opacity: 0;
      -webkit-transform: translateY(10px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes up-position {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .main-menu-modal{
    z-index: 9999;
  }
  .main-menu-modal .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }
  .main-menu-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
  }
  .main-menu-modal .modal-dialog .modal-content .modal-body {
    padding: 5rem 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .main-menu-modal .modal-dialog .modal-content .modal-body img {
    opacity: 0.7;
    height: 2.6rem;
  }
  .main-menu-modal .modal-dialog .modal-content .modal-body ul {
    margin-top: 5rem;
  }
  .main-menu-modal .modal-dialog .modal-content .modal-body ul li a {
    padding: 2.5rem 0.5rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
  }
  .main-menu-modal .modal-dialog .modal-content .modal-body ul li.active {
    background: #1d9dd8;
  }
  .main-menu-modal .modal-dialog .modal-content .modal-body ul li.active a {
    color: #ffffff;
  }
  /*==================================================
       3. Footer
  ==================================================*/
  .theme-footer {
    padding: 6.5rem 5rem;
    background-color: #454e59;
    color: #fff;
  }
  .theme-footer h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .theme-footer h5 {
    font-size: 2.6rem;
    line-break: 1.4;
    font-weight: 800;
    text-transform: uppercase;
  }
  .theme-footer p {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 300;
    text-decoration: none;
  }
  .theme-footer .footer-contact-info .footer-logo {
    margin-bottom: 3rem;
  }
  .theme-footer .footer-contact-info .footer-logo img {
    height: 60px;
  }
  .theme-footer .footer-contact-info a {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 300;
    text-decoration: none;
    color:#fff; 
  }
  .theme-footer .footer-contact-info .footer-address,
  .theme-footer .footer-contact-info .footer-phone,
  .theme-footer .footer-contact-info .footer-email {
    margin-bottom: 1.5rem;
  }
  .theme-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .theme-footer .footer-links ul li a {
    padding: 0.65rem 0px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6rem;
    color: #FFF;
    line-height: 1.4;
    display: inline-block;
  }
  .copyright {
    background-color: #23282F;
    padding: 3rem 0 2rem;
  }
  .copyright .footer-social {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
  }
  .copyright .footer-social li {
    display: inline-block;
  }
  .copyright .footer-social li a {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    margin: 0 0.5rem;
    background-color: rgba(69, 78, 89, 0.9);
    font-size: 1.4rem;
    color: #999;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
  }
  .copyright .footer-social li a.facebook-icon:hover {
    background-color: #3B5998;
    color: #fff;
  }
  .copyright .footer-social li a.youtube-icon:hover {
    background-color: #F00;
    color: #fff;
  }
  .copyright .footer-social li a.vimeo-icon:hover {
    background-color: #1AB7EA;
    color: #fff;
  }
  .copyright .footer-social li a.linkedin-icon:hover {
    background-color: #8A3AB9;
    color: #fff;
  }
  .copyright .footer-social li a.twitter-icon:hover {
    background-color: #1DA1F2;
    color: #fff;
  }
  .copyright p,
  .copyright a {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #999;
    text-decoration: none;
    margin: 0;
  }
  /*==================================================
       4. Home
  ==================================================*/
  .home-slider-carousel {
    padding: 0 1.5rem 3rem;
  }
  .home-slider-carousel .home-slider-carousel-item {
    position: relative;
  }
  .home-slider-carousel .home-slider-carousel-item img {
    max-height: 650px;
    object-fit: cover;
    width: 100%;
  }
  .home-slider-carousel .home-slider-carousel-item .home-slider-carousel-overlay {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 10rem;
  }
  .home-slider-carousel .home-slider-carousel-item .home-slider-carousel-overlay .home-slider-carousel-content {
    width: 650px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6.5rem;
    border-left: 4px solid #1d9dd8;
  }
  .home-slider-carousel .home-slider-carousel-item .home-slider-carousel-overlay .home-slider-carousel-content h1 {
    font-size: 3.5rem;
    line-height: 1.4;
    color: #1d9dd8;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
  }
  .home-slider-carousel .home-slider-carousel-item .home-slider-carousel-overlay .home-slider-carousel-content h2 {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 600;
    color: #9ebdc6;
    text-transform: uppercase;
    margin: 0;
  }
  .home-slider-carousel .home-slider-carousel-item .home-slider-carousel-overlay .home-slider-carousel-content p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #666;
    margin: 3rem 0 0;
    font-weight: 300;
  }
  .home-slider-carousel .carousel-control-next,
  .home-slider-carousel .carousel-control-prev {
    top: 50%;
    margin-top: -20px;
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .home-slider-carousel .carousel-control-prev {
    left: 2rem;
  }
  .home-slider-carousel .carousel-control-next {
    right: 2rem;
  }
  .home-slider-carousel .home-banner-mobile-content {
    text-align: center;
  }
  .home-slider-carousel .home-banner-mobile-content h1 {
    font-size: 3.5rem;
    line-height: 1.4;
    color: #1d9dd8;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
  }
  .home-slider-carousel .home-banner-mobile-content h2 {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 600;
    color: #9ebdc6;
    text-transform: uppercase;
    margin: 0;
  }
  .home-slider-carousel .home-banner-mobile-content p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #666;
    margin: 3rem 0 0;
    font-weight: 500;
  }
  .home-who-we-are {
    background-color: #1d9dd8;
  }
  .home-who-we-are .who-we-are-content {
    color: #fff;
    padding: 6.5rem 6.5rem 16.5rem;
  }
  .home-who-we-are .who-we-are-content h3 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
  }
  .home-who-we-are .who-we-are-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 300;
  }
  .home-who-we-are .who-we-are-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .home-what-we-do {
    padding: 0 5rem;
  }
  .home-what-we-do .what-we-do-content {
    padding: 6.5rem 0 2rem 6.5rem;
  }
  .home-what-we-do .what-we-do-content h3 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    color: #1d9dd8;
  }
  .home-what-we-do .what-we-do-content p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 2rem 0;
    font-weight: 300;
  }
  .home-what-we-do .what-we-do-video {
    margin-top: -10rem;
    width: calc(100% + 30px);
  }
  .home-what-we-do .what-we-do-video img {
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.4);
    border-bottom: 4px solid #1d9dd8;
  }
  .home-our-solutions {
    padding: 10rem 3.5rem;
  }
  .home-our-solutions .our-solutions-content {
    padding: 6.5rem 6.5rem 6.5rem 3rem;
  }
  .home-our-solutions .our-solutions-content h3 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    color: #1d9dd8;
  }
  .home-our-solutions .our-solutions-content h4 {
    margin-left: 2.5rem;
    color: #9ebdc6;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.3;
  }
  .home-our-solutions .our-solutions-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 300;
  }
  .home-our-solutions .our-solutions-content a {
    margin-top: 2rem;
  }
  .home-our-solutions .our-solutions-img img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top right;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid #1d9dd8;
  }
  .home-key-sectors {
    padding: 3.5rem 2rem 3.5rem;
  }
  .home-key-sectors h3 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 800;
    margin: 0 0 2rem;
    color: #1d9dd8;
  }
  .home-key-sectors .key-factors-item {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 3rem;
    overflow: hidden;
  }
  .home-key-sectors .key-factors-item.bottom-border {
    border-bottom: 4px solid #1d9dd8;
  }
  .home-key-sectors .key-factors-item .key-factors-item-img {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home-key-sectors .key-factors-item .key-factors-item-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .home-key-sectors .key-factors-item .key-factors-item-content .key-factors-item-info {
    max-width: 300px;
    color: #fff;
    padding: 3.5rem 1.5rem;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
  }
  .home-key-sectors .key-factors-item .key-factors-item-content .key-factors-item-info h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.3;
  }
  .home-key-sectors .key-factors-item .key-factors-item-content .key-factors-item-info p {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 300;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .home-key-sectors .key-factors-item .key-factors-item-content .key-factors-item-info a {
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .home-key-sectors .key-factors-item:hover .key-factors-item-img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
  .home-key-sectors .key-factors-item:hover .key-factors-item-content .key-factors-item-info {
    background-color: #1d9dd8;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .home-key-sectors .key-factors-item:hover .key-factors-item-content .key-factors-item-info p {
    opacity: 1;
  }
  .home-key-sectors .key-factors-item:hover .key-factors-item-content .key-factors-item-info a {
    opacity: 1;
  }
  .home-client-spotlight {
    padding: 0 2rem;
  }
  .home-client-spotlight .client-spotlight-img-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
  }
  .home-client-spotlight .client-spotlight-img-container .client-spotlight-img {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
  }
  .home-client-spotlight .client-spotlight-img-container .client-spotlight-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  .home-client-spotlight .client-spotlight-content {
    background-color: #454e59;
    color: #fff;
    padding: 6.5rem;
    width: 600px;
    position: absolute;
    top: 12.5rem;
    right: 6.5rem;
  }
  .home-client-spotlight .client-spotlight-content h3 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
  }
  .home-client-spotlight .client-spotlight-content h4 {
    margin-left: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.3;
  }
  .home-client-spotlight .client-spotlight-content p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 2rem 0 0;
    font-weight: 300;
  }
  .home-client-spotlight .client-spotlight-content a {
    margin: 2rem 0;
  }
  .home-client-spotlight .client-spotlight-content .case-study-logo {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
  }
  .home-client-spotlight .client-spotlight-content .case-study-logo img {
    height: 85px;
  }
  .home-our-client {
    padding: 10.5rem 2rem 10rem;
  }
  .home-our-client .our-client-content {
    padding: 0 0 6.5rem;
  }
  .home-our-client .our-client-content h3 {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    color: #1d9dd8;
    text-transform: uppercase;
  }
  .home-our-client .our-client-content h4 {
    margin-left: 2.5rem;
    color: #9ebdc6;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.3;
  }
  .home-our-client .our-client-logos {
    padding: 1.5rem 0;
  }
  .home-our-client .our-client-logos .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .home-our-client .our-client-logos .row [class*="col-xl-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .home-our-client .our-client-logos .our-client-logos-img {
    background-color: #eee;
    padding: 1.5rem;
    margin-top: 1rem;
  }
  .home-our-client .our-client-logos .our-client-logos-img img {
    width: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s;
  }
  .home-our-client .our-client-logos .our-client-logos-img:hover img {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale();
  }
  /*==================================================
       5. About Us
  ==================================================*/
  .about-us-page {
    padding: 10rem 2rem 3.5rem;
  }
  .about-us-page .theme-color-section {
    margin-top: 10rem;
    padding: 0 1.5rem;
  }
  .about-us-page .gray-color-section {
    margin-top: 3.5rem;
    padding: 0 1.5rem;
  }
  .about-us-page .about-us-content {
    color: #fff;
    padding: 6.5rem 6.5rem;
  }
  .about-us-page .about-us-content h4 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.3;
    margin: 0;
  }
  .about-us-page .about-us-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
  }
  .about-us-page .about-us-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .about-us-page .vision-advantages {
    padding: 10rem 3.5rem;
    background: #f1f1f1;
    margin-top: 3.5rem;
  }
  .about-us-page .vision-advantages .nav-pills .nav-item {
    padding-right: 3.5rem;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
  }
  .about-us-page .vision-advantages .nav-pills .nav-item .nav-link {
    color: #454e59;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0.8rem;
  }
  .about-us-page .vision-advantages .nav-pills .nav-item .nav-link:after {
    content: '';
    background-color: #ddd;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .about-us-page .vision-advantages .nav-pills .nav-item .nav-link:hover:after {
    width: 30px;
  }
  .about-us-page .vision-advantages .nav-pills .nav-item .nav-link.active {
    color: #454e59;
    background-color: transparent;
  }
  .about-us-page .vision-advantages .nav-pills .nav-item .nav-link.active:after {
    width: 100%;
  }
  .about-us-page .vision-advantages .tab-content {
    padding: 6.5rem;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .about-us-page .vision-advantages .tab-content h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.3;
    color: #1d9dd8;
    margin: 0 0 2rem;
  }
  .about-us-page .vision-advantages .tab-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
    margin: 0;
  }
  .about-us-page .vision-advantages .tab-content ul {
    padding: 0;
    list-style: none;
  }
  .about-us-page .vision-advantages .tab-content ul li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
  }
  .about-us-page .vision-advantages .tab-content ul li:before {
    content: "\e64c";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.4rem;
    margin-top: -0.7rem;
    color: #1d9dd8;
  }
  /*==================================================
       6. Careers
  ==================================================*/
  .careers-page {
    padding: 10rem 2rem 6rem;
  }
  .careers-page .careers-block {
    padding: 0 1.5rem;
    margin-top: 10rem;
  }
  .careers-page .careers-block .careers-content {
    background-color: #1d9dd8;
    color: #fff;
    padding: 6.5rem;
  }
  .careers-page .careers-block .careers-content h3 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
  }
  .careers-page .careers-block .careers-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
  }
  .careers-page .careers-block .careers-content h5 {
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .careers-page .careers-block .careers-form {
    background-color: #f1f1f1;
    padding: 6.5rem;
  }
  .careers-page .careers-block .careers-form .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .careers-page .careers-block .careers-form .row [class*="col-xl"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .careers-page .careers-block .careers-form h3 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 0 2rem;
    text-transform: uppercase;
    color: #1d9dd8;
  }
  .careers-page .careers-block .careers-form .form-group {
    margin-bottom: 1.5rem;
  }
  .careers-page .careers-block .careers-form .form-group .form-control {
    height: 4.6rem;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0.6rem 1.2rem;
    color: #555555;
  }
  .careers-page .careers-block .careers-form .form-group .form-control[type="file"] {
    height: auto;
  }
  .careers-page .careers-block .careers-form .form-group .control-label {
    font-weight: 300;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 1.6rem;
  }
  .careers-page .careers-block .careers-form .btn-submit {
    margin-top: 1.5rem;
  }
  /*==================================================
       7. Contact
  ==================================================*/
  .contact-page {
    padding: 10rem 2rem 6rem;
  }
  .contact-page .contact-block {
    padding: 0 1.5rem;
    margin-top: 10rem;
    margin-bottom: 3.5rem;
  }
  .contact-page .contact-block .contact-content {
    background-color: #1d9dd8;
    color: #fff;
    padding: 6.5rem;
  }
  .contact-page .contact-block .contact-content h3 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
  }
  .contact-page .contact-block .contact-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
  }
  .contact-page .contact-block .contact-content h5 {
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact-page .contact-block .contact-content a {
    text-transform: lowercase;
  }
  .contact-page .contact-block .contact-content a span {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
  }
  .contact-page .contact-block .contact-form {
    background-color: #f1f1f1;
    padding: 6.5rem;
  }
  .contact-page .contact-block .contact-form .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .contact-page .contact-block .contact-form .row [class*="col-xl"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact-page .contact-block .contact-form h3 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 0 2rem;
    text-transform: uppercase;
    color: #1d9dd8;
  }
  .contact-page .contact-block .contact-form .form-group {
    margin-bottom: 1.5rem;
  }
  .contact-page .contact-block .contact-form .form-group .form-control {
    height: 4.6rem;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0.6rem 1.2rem;
    color: #555555;
  }
  .contact-page .contact-block .contact-form .form-group .form-control.height-auto {
    height: 10.7rem;
  }
  .contact-page .contact-block .contact-form .form-group .control-label {
    font-weight: 300;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 1.6rem;
  }
  .contact-page .contact-block .contact-form .btn-submit {
    margin-top: 1.5rem;
  }
  .contact-page .contact-address-block {
    padding: 3.5rem 0;
    width: 90%;
    margin-left: auto;
  }
  .contact-page .contact-address-block .contact-address-details {
    width: 50rem;
    padding: 6.5rem;
    background-color: #1d9dd8;
    color: #fff;
    top: 200px;
    position: absolute;
    left: -5%;
  }
  .contact-page .contact-address-block .contact-address-details h3 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 0 2rem;
    text-transform: uppercase;
  }
  .contact-page .contact-address-block .contact-address-details h4 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.3;
    margin: 3rem 0 2rem;
  }
  .contact-page .contact-address-block .contact-address-details a {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 3rem;
    text-decoration: none;
    color: #fff;
  }
  .contact-page .contact-address-block .contact-address-map {
    width: 80%;
    margin-left: auto;
  }
  /*==================================================
       5. About Us
  ==================================================*/
  .life-at-page {
    padding: 10rem 2rem 6rem;
  }
  .life-at-page .gray-color-section {
    margin-top: 10rem;
    padding: 0 1.5rem;
  }
  .life-at-page .life-at-content {
    color: #fff;
    padding: 6.5rem 6.5rem;
  }
  .life-at-page .life-at-content h4 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.3;
    margin: 0;
  }
  .life-at-page .life-at-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
  }
  .life-at-page .life-at-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /*==================================================
       5. Privacy Policy Page
  ==================================================*/
  .privacy-policy-page {
    padding: 10rem 2rem 4.5rem;
  }
  .privacy-policy-page .page-title {
    margin-bottom: 10rem;
  }
  .privacy-policy-page .privacy-policy-block p,
  .privacy-policy-page .privacy-policy-block li {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
    color: #666;
  }
  /*==================================================
       8. Solutions
  ==================================================*/
  .solutions-page {
    padding: 10rem 2rem 3.5rem;
  }
  .solutions-page .page-title {
    margin-bottom: 7rem;
  }
  .solutions-page .solutions-sub-item {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 3rem;
    overflow: hidden;
  }
  .solutions-page .solutions-sub-item.bottom-border {
    border-bottom: 4px solid #1d9dd8;
  }
  .solutions-page .solutions-sub-item .solutions-sub-item-img {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .solutions-page .solutions-sub-item .solutions-sub-item-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .solutions-page .solutions-sub-item .solutions-sub-item-content .solutions-sub-item-info {
    max-width: 300px;
    color: #fff;
    padding: 3.5rem 1.5rem;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
  }
  .solutions-page .solutions-sub-item .solutions-sub-item-content .solutions-sub-item-info h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.3;
  }
  .solutions-page .solutions-sub-item .solutions-sub-item-content .solutions-sub-item-info p {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 300;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .solutions-page .solutions-sub-item .solutions-sub-item-content .solutions-sub-item-info a {
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .solutions-page .solutions-sub-item:hover .solutions-sub-item-img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
  .solutions-page .solutions-sub-item:hover .solutions-sub-item-content .solutions-sub-item-info {
    background-color: #1d9dd8;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .solutions-page .solutions-sub-item:hover .solutions-sub-item-content .solutions-sub-item-info p {
    opacity: 1;
  }
  .solutions-page .solutions-sub-item:hover .solutions-sub-item-content .solutions-sub-item-info a {
    opacity: 1;
  }
  .solutions-page .solutions-lists {
    margin-top: 10rem;
  }
  .solutions-page .solutions-lists .solutions-block {
    position: relative;
    height: 65rem;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid #1d9dd8;
    overflow: hidden;
    margin-bottom: 3.5rem;
  }
  .solutions-page .solutions-lists .solutions-block.consulting {
    background: url(../images/solutions/1.jpg) center center no-repeat / cover;
  }
  .solutions-page .solutions-lists .solutions-block.business-consulting {
    background: url(../images/solutions/business-consulting.jpg) center center no-repeat / cover;
  }
  .solutions-page .solutions-lists .solutions-block.technology-consulting {
    background: url(../images/solutions/technology-consulting.jpg) center center no-repeat / cover;
  }
  .solutions-page .solutions-lists .solutions-block .solutions-block-content {
    position: absolute;
    bottom: -15rem;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 2rem;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 400px;
  }
  .solutions-page .solutions-lists .solutions-block .solutions-block-content h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.5;
    margin: 0 ;
  }
  .solutions-page .solutions-lists .solutions-block .solutions-block-content h4 img {
    height: 35px;
  }
  .solutions-page .solutions-lists .solutions-block .solutions-block-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
  }
  .solutions-page .solutions-lists .solutions-block .solutions-block-content .btn-style-white {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 4rem;
  }
  .solutions-page .solutions-lists .solutions-block:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95)) repeat scroll 0 0;
    content: " ";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .solutions-page .solutions-lists .solutions-block:hover .btn-style-white {
    opacity: 1;
  }
  .solutions-page .solutions-lists .solutions-block:hover:after {
    opacity: 0;
  }
  .solutions-page .solutions-lists .solutions-block:hover .solutions-block-content {
    bottom: 0px;
    background: #1d9dd8;
  }
  .solutions-page .solutions-lists-style {
    margin-top: 10rem;
  }
  .solutions-page .solutions-lists-style .solutions-block {
    position: relative;
    height: 50rem;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-bottom: 3.5rem;
  }
  .solutions-page .solutions-lists-style .solutions-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .solutions-page .solutions-lists-style .solutions-block.application-development:before {
    background: url(../images/solutions/solutions.jpg) center center no-repeat / cover;
  }
  .solutions-page .solutions-lists-style .solutions-block.ai-and-machine-learning:before {
    background: url(../images/solutions/ai-and-machine-learning.jpg) center center no-repeat / cover;
  }
  .solutions-page .solutions-lists-style .solutions-block .solutions-block-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 3.5rem;
    z-index: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .solutions-page .solutions-lists-style .solutions-block .solutions-block-content h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.5;
    margin: 0 ;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .solutions-page .solutions-lists-style .solutions-block .solutions-block-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 1rem 0 2rem;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .solutions-page .solutions-lists-style .solutions-block .solutions-block-content a {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    line-height: 3rem;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .solutions-page .solutions-lists-style .solutions-block:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95)) repeat scroll 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .solutions-page .solutions-lists-style .solutions-block:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  .solutions-page .solutions-lists-style .solutions-block:hover .solutions-block-content {
    background-color: #fff;
  }
  .solutions-page .solutions-lists-style .solutions-block:hover .solutions-block-content h4 {
    color: #1d9dd8;
  }
  .solutions-page .solutions-lists-style .solutions-block:hover .solutions-block-content p {
    color: #666;
  }
  .solutions-page .solutions-lists-style .solutions-block:hover .solutions-block-content a {
    color: #1d9dd8;
    border-color: #1d9dd8;
  }
  .solutions-page .solutions-lists-style .solutions-block:hover .solutions-block-content a:hover {
    background-color: #1d9dd8;
    color: #fff;
  }
  .solutions-page .request-demo {
    margin-top: 6.5rem;
    padding: 0 1.5rem;
  }
  .solutions-page .request-demo .request-demo-form {
    color: #fff;
    padding: 6.5rem;
  }
  .solutions-page .request-demo .request-demo-form h2 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 ;
    text-transform: uppercase;
    color: #fff;
  }
  .solutions-page .request-demo .request-demo-form h4 {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.3;
    margin: 0 0 4rem;
    margin-left: 2.5rem;
  }
  .solutions-page .request-demo .request-demo-form p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
  }
  .solutions-page .request-demo .request-demo-form p a {
    color: #fff;
  }
  .solutions-page .request-demo .request-demo-form .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .solutions-page .request-demo .request-demo-form .row [class*="col-xl"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .solutions-page .request-demo .request-demo-form .row .form-group {
    margin-bottom: 1.5rem;
  }
  .solutions-page .request-demo .request-demo-form .row .form-group .form-control {
    height: 4.6rem;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0.6rem 1.2rem;
    color: #555555;
  }
  .solutions-page .request-demo .request-demo-form .row .form-group .form-control.height-auto {
    height: 10.7rem;
  }
  .solutions-page .request-demo .request-demo-form .row .form-group .control-label {
    font-weight: 300;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 1.6rem;
  }
  .solutions-page .request-demo .request-demo-form .btn-submit {
    margin-top: 1.5rem;
    background-color: #fff;
    color: #1d9dd8;
  }
  .solutions-page .request-demo .request-demo-form .btn-submit:hover {
    background-color: #454e59;
    color: #fff;
  }
  .solutions-page .request-demo .request-demo-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .solutions-page .solution-inner-page .page-title {
    margin-left: 9rem;
  }
  .solutions-page .solution-inner-page .page-title .page-title-left {
    display: inline-block;
    vertical-align: middle;
  }
  .solutions-page .solution-inner-page .page-title .page-title-right {
    display: inline-block;
    margin-left: 5rem;
    border-left: 1px solid #ccc;
    padding-left: 3.5rem;
  }
  .solutions-page .solution-inner-page .page-title .page-title-right img {
    height: 12rem;
  }
  .solutions-page .solution-inner-page .solution-overview {
    position: relative;
    width: 90%;
    margin-left: auto;
  }
  .solutions-page .solution-inner-page .solution-overview .solution-overview-img {
    text-align: right;
  }
  .solutions-page .solution-inner-page .solution-overview .solution-overview-img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }
  .solutions-page .solution-inner-page .solution-overview .solution-overview-content {
    background: #1d9dd8;
    padding: 6.5rem;
    position: absolute;
    top: 50px;
    left: -5%;
    width: 700px;
    color: #fff;
  }
  .solutions-page .solution-inner-page .solution-overview .solution-overview-content h2 {
    font-weight: 800;
    line-height: 1.5;
    font-size: 4rem;
    text-transform: uppercase;
    margin: 0;
  }
  .solutions-page .solution-inner-page .solution-overview .solution-overview-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem 0;
    font-weight: 300;
  }
  .solutions-page .further-information {
    padding: 10rem 3.5rem;
    background: #f1f1f1;
    margin-top: 3.5rem;
  }
  .solutions-page .further-information .nav-pills .nav-item {
    padding-right: 3.5rem;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
  }
  .solutions-page .further-information .nav-pills .nav-item .nav-link {
    color: #454e59;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0.8rem;
  }
  .solutions-page .further-information .nav-pills .nav-item .nav-link:after {
    content: '';
    background-color: #ddd;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .solutions-page .further-information .nav-pills .nav-item .nav-link:hover:after {
    width: 30px;
  }
  .solutions-page .further-information .nav-pills .nav-item .nav-link.active {
    color: #454e59;
    background-color: transparent;
  }
  .solutions-page .further-information .nav-pills .nav-item .nav-link.active:after {
    width: 100%;
  }
  .solutions-page .further-information .tab-content {
    padding: 6.5rem;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .solutions-page .further-information .tab-content h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.3;
    color: #1d9dd8;
    margin: 0 0 2rem;
  }
  .solutions-page .further-information .tab-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
    margin: 0 0 1rem;
  }
  .solutions-page .further-information .tab-content ul {
    padding: 0;
    list-style: none;
  }
  .solutions-page .further-information .tab-content ul li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
  }
  .solutions-page .further-information .tab-content ul li:before {
    content: "\e64c";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.4rem;
    margin-top: -0.7rem;
    color: #1d9dd8;
  }
  /*==================================================
       9. Solutions Inner Pages
  ==================================================*/
  