﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;200;300;400;500;600;700;800900;1,100..900&display=swap');

body {
    font-family: "Quicksand", Arial, sans-serif !important;
    font-weight: 500;
}

 
p,h2,h1,h3,h4,h5,h6,a,li{
    font-family: "Quicksand", Arial, sans-serif !important;
    font-weight: 500;
}

 
 
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
        margin-bottom: 0;
    }
}

.nav-justified > li > a {
    text-align: center;
    color: #152b63;
}


/************************index client style**************************************/
.client .col-sm-2 {
    max-width: 20% !important;
}

.client img {
    border: 3px solid #e3e3e3;
}

/***************index Product styles****************/




.products {
    background: url(/Images/Index/pbg.PNG);
    background-size: cover;
    background-repeat: no-repeat;
}

    .products p {
        color: #fff;
        font-size: 20px;
        padding: 10px;
        text-align: center;
    }

.segments h4 {
    color: #0669b2;
    text-align: right;   font-family: "Quicksand", sans-serif;
    font-size: 30px;
}

.segments p {
    text-align: justify;
}

.segments span {
    color: #000;
}

.segments a {
    color: #0669b2;
    font-size: 18px;
    float: right;
}

.head {
    font-size: 45px;
    color: #093949;   font-family: "Quicksand", sans-serif;
}

.subhead {
    color: #0669b2;   font-family: "Quicksand", sans-serif;
    font-size: 36px;
    text-align: center;
}

p {
    font-size: 22px;
}

.carousel-control .icon-prev:before {
    content: '\2039';
    display: none;
}

.carousel-control .icon-next:before {
    display: none;
    content: '\203a';
}

.testimonial a {
    color: #000;
    text-decoration: none;
}

.testimonial p {
    color: #000 !important;
    text-decoration: none !important;
}


.icon p {
    color: #0669b2;
    text-align: center;
    font-size: 16px;
}


.client img {
    border: 3px solid #e3e3e3;
}


footer h4 {
       font-family: "Quicksand", sans-serif;
    color: #73c6e2;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

footer a {
      font-family: "Quicksand", sans-serif;
    color: #fff;
    text-decoration: none;
}

footer li {
    color: #fff;
     font-family: "Quicksand", sans-serif;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
}

footer ul {
    padding-left: 0px;
}



form {
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #c8ccce85;
    -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    overflow: hidden;
}


    form input {
        background: #ddd;
        border: 0;
        padding: 6px;
        width: 100%;
        margin-bottom: 10px;
        color: #000;
    }
    
    form textarea {
        background: #ddd;
        border: 0;
        padding: 6px;
        width: 100%;
        margin-bottom: 10px;
        color: #000;
    }


    .btns{
            background: #006bb2;
    width: 100%;
    color: #fff;
    border: 0;
    padding: 6px;

    }


 .table tbody>tr>th, .table tfoot>tr>th,{
    padding: 2px!important;
    
    line-height: 12px;
 
    border-top: 1px solid #01adee!important;
}

 .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
 padding: 2px!important;
}

 .table tbody>tr>th{
 padding: 2px!important;

}


.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #01adee;
}

    .scrubber{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
.contenthead{
        color: #283591;
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    text-align: center;
}

.scrubber p{
font-size: 18px;
}