/*************************
*******Theme******
**************************/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif !important;
    min-height:100vh;
    max-height:100vh;
    background-image: url("images/bgrandom.png");
    font-family: 'Open Sans', sans-serif;
    color:#4e4e4e;
    line-height: 22px;
    font-weight:500;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color:#4e4e4e;
}
h1 {
    font-size: 28px;
    color:#fff;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}
h4 {
    font-size: 16px;
}
a {
    color: #003582;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}
a:hover, a:focus {
    color: #d43133;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.btn-primary {
    border-bottom: 3px solid #006698;
    padding: 8px 20px;
    background: #003582;
    color: #fff;
    border-radius: 4px;
    border:none;
    margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
    background: #000000;
    outline: none;
    box-shadow: none;
}
.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}
.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}
.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.media>.pull-left {
    margin-right: 20px;
}
.pull-left i {
    font-size: 60px;
    color: #27AE60;
}
.media>.pull-right {
    margin-left: 20px;
}
body > section {
    padding-top: 10px;
    padding-bottom:20px;
}
.center {
    text-align: left;
    padding-bottom: 25px;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}
.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

.blue-divider {
    width: 100%;
    height: 2px;
    background-color: #003582;
    margin: 0px 0px 30px 0px;
}

#companyModal{
    backdrop-filter: blur(20px);
}


@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
header {
    margin-bottom:30px;
}
#header .search {
    display:inline-block;
    font-weight: bold;
    font-size: 15px;
}
#header .search p{
    margin-bottom: 0px;
}
.navbar>.container .navbar-brand {
    margin-left: 25px;
    margin-bottom:10px;
    color:#003582;
    text-transform:uppercase;
    font-weight:bold;
    font-size:28px;
}
.top-bar {
    padding: 8px 0px 8px 0px;
    line-height: 25px;
}
.top-number {
    color: #9D9D9D;
    font-size:16px;
}
.top-number p {
    margin: 0
}
.top-number p i {
    margin:0px 10px
}
.social {
    text-align: right;
}
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li {
    display: inline-block;
}
ul.social-share li a {
    display:inline-block;
    color: #fff;
    background:#003582;
    width:40px;
    height:25px;
    line-height: 25px;
    text-align:center;
    border-radius: 2px;
}
ul.social-share li a:hover {
    background: #003582;
    color: #fff;
}
.search i {
    color: #8E8E8E;
}
input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #8E8E8E;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
input.search-form::-webkit-input-placeholder {
    color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
    color: #8E8E8E;
}
input.search-form:hover {
    width: 180px;
}
.navbar-brand {
    padding: 0;
    margin:0;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0px 0;
    padding-bottom: 0;
    border-bottom: 3px solid #003582;
}
.navbar-nav {
    margin-top: 12px;
}
.navbar-nav>li {
    margin-left: 0px;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size:15px;
    padding: 5px 16px;
    margin: 0;
    border-radius: 3px;
    color: #222;
    line-height: 24px;
    display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #003582;
    color: #fff;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin:6px 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #003582;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top:0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #003582;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}

section.cnt {
    color:#fff;
    background-color:#003582;
}
section.cnt h2{
    color:#fff;
    margin-bottom:20px;
}
section.cnt .title{
    font-size:18px;
    font-weight: bold;
}
section.cnt p{
    font-size:16px;
}

#footer {
    /*background: #003582 !important*/
    display:none;
}
#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px !important;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.social-footer{
    text-align: center;
    font-size:25px !important;
}

.copy{
    color:#fff;
    font-size:1em;
}

@media (max-width:767px){
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}




.highlight {
    margin-top: 40px;
}
.h-caption {
    text-align: center;
}
.h-caption i {
    display: block;
    font-size: 54px;
    color: #fff;
    margin-bottom: 36px;
}
.h-caption h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.jumbotron p {
    font-size: inherit;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
}
.h-body {
    text-align: justify;
}
.jumbotron {
    background-color: #be0003;
}
.page-title {
    margin-top: 20px;
    font-weight: 300;
    color: #4295FF;
}
.text-muted {
    color: #888;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}
ul.list-spaces li {
    margin-bottom: 10px;
}
.bgColor1 {
    background-color: #323a47;
    color: #fff;
}
.bgColor1 .fa {
    color: #fff;
}

/**************
Testimonial
**************/
section.testimonial{
    height:350px;
}
/* carousel */
#quote-carousel
{
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
    background: #333333;
}
#quote-carousel img
{
    width: 250px;
    height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.dashboard{
    font-size:15px;
    text-transform:capitalize;
}
.dashboard h4{
    font-size:14px;
    text-align: center;
    background-color:#003582;
    color:#fff;
    padding:5px;
}
.dashblock{
    border-bottom:1px solid lightgray;
}
#prodsel{
    margin-bottom:25px;
}
#prodsel tr td{
    padding:5px;
}
#prodsel i, #tbody i{
    color:#033683;
}
#prodsel i:hover, #tbody i:hover{
    color:#003582;
}
#tbody input[type="text"]{
    box-shadow:none !important;
    border:none !important;
    background-color:#fff;
    font-size:14px;
}
#tbody input[type="text"]:active, #tbody input[type="text"]:focus{
    border-bottom:1px solid #27AE60 !important;
}

.dt-buttons button{
    background-color: #003582 !important;
    color:#fff !important;
    box-shadow: none;
    border:none;
    padding:5px 10px;
    float:left;
    margin:0px 3px;
}


/* Input Elements */
input.form-control, select.form-select, textarea.form-control {
    border: none; /* No borders */
    border-bottom: 2px solid #ccc; /* Bottom border */
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
}

/* Remove Box Shadow on Focus */
input.form-control:focus, select.form-select:focus, textarea.form-control:focus {
    border-color: #007bff; /* Focus border color */
    outline: none;
    box-shadow: none; /* Remove box-shadow */
}

/* Floating Labels */
.form-floating {
    position: relative;
    margin-bottom: 30px; /* Space for label */
}

.form-floating > label {
    position: absolute;
    top: 50%;
    left: 12px;
    padding: 0 4px;
    background-color: #fff;
    font-size: 16px;
    color: #6c757d;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

/* When Input is Focused or Filled */
.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label,
.form-floating select:focus ~ label,
.form-floating select:not(:placeholder-shown) ~ label,
.form-floating textarea:focus ~ label,
.form-floating textarea:not(:placeholder-shown) ~ label {
    top: 10px;
    left: 12px;
    font-size: 12px;
    color: #007bff; /* Focus color */
}

/* Input Placeholder */
input::placeholder, select::placeholder, textarea::placeholder {
    color: transparent; /* Hide placeholder text */
}
