/* Add here all your CSS customizations */

.logo.color-white {
    color: #fff;
}

.fa-check:before {
    content: "\f046";
    font: normal normal normal 25px/1 FontAwesome !important;
}

.container.about-us.pb-100.mt-5 {
    padding-bottom: 100px;
}

.color-white {
    color: #fff;
}

.logo {
    font-family: DM Sans, Helvetica, Arial, sans-serif;

    font-size: 24px;

    color: #000;

    font-weight: 700;
}

.color-white {
    color: #fff;
}

.f-14 {
    font-size: 14px;

    /* line-height: 24px; */
}

.mx-10 {
    margin-left: 10px !important;
}

.mr-10,
.mx-10 {
    margin-right: 10px !important;
}

.mx-10 {
    margin-right: 10px;
}

.ml-10,
.mx-10 {
    margin-left: 10px;
}

.link {
    /* display: inline-block; */
}

.sp-20 {
    letter-spacing: 2px;
}

a:hover,
button:hover {
    text-decoration: none;
}

.btn.border-transparent-white:hover {
    border-color: hsla(0, 0%, 100%, 0.7);

    color: #fff;
}

.btn.sm[class*=" border-"],
.btn.sm[class^="border-"] {
    /* line-height: 36px; */
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.border-transparent-white {
    border: 2px solid hsla(0, 0%, 100%, 0.3);

    border-radius: 50%;
}

.btn.sm {
    color: white;

    height: 40px;

    line-height: 40px;

    padding: 0 15px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .text-xl-right {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;

        max-width: 25%;
    }
}

.btn.border-transparent-white {
    border: 2px solid hsla(0, 0%, 100%, 0.3);
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.socials a {
    color: white;
}

.mx-10 {
    /* margin-left: 10px!important; */
}

.mr-10,
.mx-10 {
    /* margin-right: 10px!important; */
}

.w-40 {
    width: 40px;
}

.mx-10 {
    margin-right: 10px;
}

.ml-10,
.mx-10 {
    /* margin-left: 10px; */
}

.px-0 {
    padding-right: 0;
}

.pl-0,
.px-0 {
    padding-left: 0;
}

.footer_8 {
    background: #c7233c !important;
}

.btn-primary-nga911 {
    background-color: #f28d1b;

    color: #ffffff;
}

.btn-primary-nga911-red {
    background-color: #d80034;

    color: #ffffff;
}

a:hover,
a:focus {
    color: #ccc !important;
}

.intro-3 {
    background: #fff !important;

    color: #000 !important;
}

.intro-3 p {
    color: #000 !important;

    font-weight: 800;
}

.intro-3 p span:not(.highlighted-word) {
    color: #000;
}

.contact .slotholder:after {
    background: #fff !important;
}

hr.horizontal-gray {
    background: #b4d5de;

    border: 0;

    height: 5px;

    padding: 0;

    margin: 0;
}

hr.horizontal {
    border: 0;
    /* in order to override TWBS stylesheet */

    height: 5px;

    background: -moz-linear-gradient(
        left,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* FF3.6+ */

    background: -webkit-linear-gradient(
        left,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(
        left,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* Opera 11.10+ */

    background: -ms-linear-gradient(
        left,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* IE10+ */

    background: linear-gradient(
        left,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* W3C */
}

hr.horizontal-reversed {
    border: 0;
    /* in order to override TWBS stylesheet */

    height: 5px;

    background: -moz-linear-gradient(
        right,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* FF3.6+ */

    background: -webkit-linear-gradient(
        right,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(
        right,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* Opera 11.10+ */

    background: -ms-linear-gradient(
        right,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* IE10+ */

    background: linear-gradient(
        right,
        #b4d5de 0%,
        #b4d5de 12.5%,
        #f28d1b 12.5%,
        #f28d1b 25%,
        #f28d1b 25%,
        #f28d1b 37.5%,
        #f28d1b 37.5%,
        #f28d1b 50%,
        #c7233b 50%,
        #c7233b 62.5%,
        #c7233b 62.5%,
        #c7233b 75%,
        #c7233b 75%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 87.5%,
        #c7233b 100%
    );
    /* W3C */
}

@media (min-width: 996px) {
    section#network .container {
        width: 56% !important;
    }

    section#network .container .row:nth-child(2) {
        position: relative;
        left: 10%;
    }
}

/* carousel */
.spacing2 .carousel-indicators .active {
    background-color: #d90035 !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 3px !important;
}

.slider_header {
    font-size: 35px;
    color: #c7233b;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
}

.margin-3 {
    margin-top: 20%;
}

@media (max-width: 991.98px) {
    .slider_header {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .margin-3 {
        margin-top: 0%;
    }
}

@media (max-width: 767px) {
    .slider_header,
    .slider_content {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
    }
}

/* end carousel */
/* headings */
h1.small-home,
h2.small-home {
    font-size: 42px !important;
    line-height: 52px !important;
    font-weight: 700;
}

/* build spacng */
.icon i {
    color: #1e73be !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.w-30 {
    width: 30px;
}

.ml-15,
.mx-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.f-14 {
    font-size: 14px;
    line-height: 24px;
}

.sp-20 {
    letter-spacing: 2px;
}

.semibold {
    font-weight: 600;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.title-home {
    color: #000000 !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mt-45 {
    margin-top: 45px;
}

.mb-40 {
    margin-bottom: 40px;
}

.f-18 {
    font-size: 18px !important;
    line-height: 28px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.f-heading,
.f-main {
    font-family: DM Sans, Helvetica, Arial, sans-serif !important;
    color: black !important;
}

.medium {
    font-weight: 500 !important;
}

.color-heading {
    color: black !important;
    font-family: DM Sans, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.mt-30 {
    margin-top: 30px;
}

body {
    /* font-family: DM Sans,Helvetica,Arial,sans-serif; */
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

p {
    color: #000;
}
