/* .text-color-red {
    color: #B43232 !important;
}
.text-color-purple {
    color: #4C12A1 !important;
}
.bg-purple{
    background-color: #4C12A1 !important
} */
/* Default Class */

.text-color-primary {
    color: #123298;
}
  
.text-color-secondary {
    color: #FBBB6E;
}

.bg-primary{
    background-color: #123298 !important
}

.border-top {
    border-top: 1px solid #5f6fa8 !important;
}

/**/
.machine-learning-hero-bg {
    background-image: url("../images/btt/img-header-01.png");
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-bottom: 150px;
}
.about-us-bg {
    background-image: url("../images/btt/img-header-02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-info.sytle-one .contact-list-item .content .main-content .text, .contact-info.style-two .contact-list-item .content .main-content .text {
    color: #d2a98e;
    font-size: 24px;
    font-weight: 300;
    line-height: 0.4;
}

.contact-info.sytle-one .contact-list-item .content, .contact-info.style-two .contact-list-item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }

.contact-info.style-two .contact-list-item .content .main-content .text {
    color: #086AD8;
}

/* Menus */
.menu-style-four .navigation-menu > ul > li:hover > a:after, .menu-style-four .navigation-menu > ul > li.active > a:after {
    color: #123298;
}
.menu-style-four .navigation-menu > ul > li:hover > a > span, .menu-style-four .navigation-menu > ul > li.active > a > span {
    color: #123298;
}
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
    background: #123298;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
      width: 300px;
    }
  }

/* Buttons */
.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #123298;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .btn:hover, .btn:active, .btn:focus {
    font-weight: 500;
    color: #ffffff;
    background: #123298;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  
  .btn--secondary {
    background-image: none;
    background-color: #FBBB6E;
  }
  
  .btn--secondary:hover {
    background-image: none;
    background: #FBBB6E;
  }
  .btn--gray {
    background-image: none;
    background-color: #bdc3c7;
  }
  
  .btn--gray:hover {
    background-image: none;
    background: #bdc3c7;
  }