@font-face {
    font-family: astrix;
    src: url('./fonts/raleway/Raleway-VariableFont_wght.ttf');
}

@font-face {
    font-family: astrixBold;
    src: url('./fonts/raleway/static/Raleway-Bold.ttf');
}

@font-face {
    font-family: astrixExtraBold;
    src: url('./fonts/raleway/static/Raleway-ExtraBold.ttf');
}

@font-face {
    font-family: astrixBoldItalic;
    src: url('./fonts/raleway/static/Raleway-BoldItalic.ttf');
}

/* Font sizes */

.font-size-fourty {
    font-size: 40px!important;
}

.font-size-fourteen {
    font-size: 14px !important;
}

/* background colors*/

.background-clor-white{
    background-color: #fff;
}

/* Color classes */

.color-white{
    color: #fff!important
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.base-styles {
    font-family: astrix;
}

.border-radius-five {
    border-radius: 5px;
}

.border-radius-ten {
    border-radius: 10px;
}

.overflow-hidden {
    overflow: hidden;
}

.top-actions-container {
    border: 1px solid #dee0e2;
    padding: 10px 0;
    background-color: #017DC5;
}

.social-actions {
    text-align: right;
}

.astrix-icon {
    padding-left: 8px;
    padding-right: 8px;
}

/* margin values */

.margin-bottom-fifty {
    margin-bottom: 50px;
}

.margin-bottom-five {
    margin-bottom: 5px;
}

.margin-bottom-ten {
    margin-bottom: 10px;
}

.margin-bottom-zero {
    margin-bottom: 0;
}

.float-right {
    margin-top: 20px;
}

.center-align {
    margin: 0 auto;
}

.margin-top-twenty {
    margin-top: 20px;
}

/* padding values */

.padding-zero {
    padding: 0;
}

.padding-five {
    padding: 5px;
}

.padding-eight {
    padding: 8px;
}

.padding-fifteen {
    padding: 15px;
}

.padding-top-bottom-seventy {
    padding: 50px 0;
}

.padding-top-bottom-fifteen {
    padding: 15px;
}

/* color values */

.color-gray {
    /* color: #565758; */
    color: #FFFFFF;
}

/* logo and menus section */

.logo-with-menuitems {
    border-bottom: 1px solid #dee0e2;
}

.navbar-brand {
    height: 100px;
    width: 310px;
}

.log-image{
    width: 100%;
    height: 100%;
}

.astrix-navbar {
    background-color: transparent!important;
    height: 90px;
}

.contact-details {
    display: block;
}

.float-right {
    float: right;
}

.selected-menuitem {
    border-bottom: 2px solid #017DC5;
    color: #017DC5;
    font-family: astrixBold;
    font-weight: bold;
}

.selected-link {
    color: #017DC5!important;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    border-bottom: 2px solid #017DC5;
    color: #017DC5;
}

.nav-item {
    font-weight: bold;
}

/* slider images */

.slide-image {
    width: 100%;
    height: 500px;
}

.banner-text {
    padding: 20px;
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 20%;   
}

.banner-text > .about-content {
    color: #fff;
    line-height:2;
}

/* About container styles*/

.about-container {
    padding: 100px 0;
}

.about-image {
    border-radius: 5px;
    height: 500px!important;
}

.about-title {
    border-bottom: 3px solid #c7c7c7;
    padding-bottom: 5px;
    width: fit-content;
    color: #017DC5;
    font-weight: bold;
    font-size: 20px;
    font-family: astrixExtraBold;
}

.about-sub-title {
    font-weight: bold;
    font-family: astrixBold;
    font-size: 50px;
}

.about-content {
    color: #6e6d6d;
}

.about-service-container {
    border-radius: 50% !important;
    background-color: #f8fafc !important;
    padding: 15px;
    height: 150px;
    text-align: center;
}

.about-service-icon {
    font-size: 30px;
    color: #017DC5;
}

.service-text  {
    margin-bottom: 5px!important;
}

.service-frist-name {
    font-weight: bold;
    font-family: astrixBold;
    font-size: 20px;
}

.service-last-name {
    font-weight: bold;
    font-size: 13px;
    color: #017DC5;
    font-family: astrixBold;
}

/* our services section */

.service-item-container {
    padding: 40px;
    height: 390px;
    background-color: #e5f0fc !important;
}

.service-icon-container {
    margin: 0 auto;
    border-radius: 100px 50px 100px 50px;
    padding-top: 40px;
    width: 150px;
    height: 150px;
    background-color: #017DC5;
    text-align: center;
    color: #fff;
}

.service-title {
    margin-top: 20px;
    font-family: astrixExtraBold;
    color: #555757;
}

/* Our Products Section */

.products-item-container {
    padding: 40px;
    height: 390px;
    background-color: #e5f0fc !important;
}

.products-icon-container {
    margin: 0 auto;
    padding-top: 20px;
    width: 200px;
    height: 100px;
    background-color: #017DC5;
    text-align: center;
    color: #fff;
    padding: 5px;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
}

.products-title {
    margin-top: 20px;
    font-family: astrixExtraBold;
    color: #555757;
}

.sub-product-title {
    color: #017DC5;
    font-family: astrixExtraBold;
}

.btn-view-more {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}

.btn-view-more:hover {
    color: #fff;
    text-decoration: none;
}

/* Our team section */

.team-member-image {
    height: 315px
}

.team-member-details-container {
    background-color: #f8fafc !important;
}

.primary-title {
    font-family: astrixExtraBold;
    font-size: 30px;
    display: block;
}

.secondary-title {
    font-family: astrixBoldItalic;
    font-size: 18px;
    color: #017DC5;
    display: block;
}

.core-text {
    font-family: astrix;
    font-size: 14px;
    display: block;
}

.my-social-icon {
    font-size: 25px;
}

/* Footer section */

.footer-container {
    margin-top: 50px;
    height: auto;
    background: #000;
    padding: 50px 0;
}

.footer-item-title {
    text-align: left;
    border-bottom: 3px solid #c7c7c7;
    padding-bottom: 5px;
    width: fit-content;
    color: #017DC5;
    font-weight: bold;
    font-size: 20px;
    font-family: astrixExtraBold;
}

.links-list {
    margin: 0;
    padding-left: 15px;
    margin: 0;
    list-style-type: none;
}

.links-list li {
    color: #fff;
    padding: 10px 0;
}

.links-list li a {
    color: #fff;
    text-decoration: none;
    font-family: astrix;
}

.footer-social-icons {
    color: #fff;
    padding: 0;
    margin:0;
    padding-top: 20px;
}

.address-block {
    margin-top: 20px;
    color: #fff;
}

.footer-divider {
    height: 1px;
    background-color: #fff;
    color: #fff;
}

.copyright-message {
    color: #fff;
    text-align: right;
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
}