﻿@charset "UTF-8";

body {
    color: #404040;
    font-family: 'Poppins-Light';
    padding: 0;
    margin: 0;
    font-weight: 500;
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

.bold {
    font-weight: 600;
}
a {
    text-decoration: none;
}

li {
    list-style-type: none;
}
.form-control:focus,
.form-select:focus,
.btn:focus{
    box-shadow: none !important;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #ddd;
    box-shadow: inset 0 0 5px #ddd;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    background: #f93;
    border-radius: 2px;
}

h1,
h2,
h3 {
   
    font-weight: 600;
    font-family: 'Poppins-Bold';

}
.font-bold{ font-weight: 600;}


.menu {
    background: #fff !important;
    box-shadow: 8px 3px 30px 5px rgb(0 0 0 / 8%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
       padding: 5px;
}
.menu .navbar-nav .dropdown-menu li a {
    border-bottom: 1px solid #ccc;
}
.menu .navbar-nav .dropdown-menu li a:before {
    content: '\f054';
    margin-right: 8px;
    position: relative;
    font-family: 'FontAwesome';
    font-size: 12px;
}
.menu .navbar-nav a {
    text-transform: uppercase;
    color: #000 !important;
    padding: 12px 25px !important;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.menu .navbar-nav .nav-link:hover {
    color: #ff9933 !important;
    border-bottom: 2px solid #ff9933;
}
.dropdown-content {
    border-radius: 12px;
    /* display: none; */ 
    opacity: 0; /* here */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
    transition: all 0.25s ease-in; /* here */
    transform: translateY(-10px); /* here */
  }
  .dropdown:hover .dropdown-content {
    display: block; 
    transform: translateY(0); 
    opacity: 1; 
    background: #ffffff;
    border-radius: 0;
    margin-top: 0px;
    }
.menu.navbar-light .navbar-brand {
    padding: 0;
}

.menu img {
    width: 75%;
}

.menu .navbar-nav .dropdown-menu {
    padding: 0;
}

.menu .dropdown-item:hover,
.menu .dropdown-item:active {
    background-color: #3d4094;
    color: #fff !important;
}

.menu .dropdown-menu ul {
    padding: 0;
}

.menu .dropdown-menu li a {
    font-size: 13px;
}

.applicationSec .inner h4 {
    background: #0097a7;
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
    padding-left: 25px;
}
.applicationSec .inner .col-lg-3.col-md-4 {
    border: 1px solid #ccc;
    border-left: 4px solid #f93;
    padding-left: 10px;
    font-weight: 600;
    margin-left: -1px;
}
.applicationSec .inner .title6 {
    font-weight: 500;
    font-size: 14px;
}
.themeBtn1 {
    color:#fff;
    background: #0097a7;
    border-color: #0097a7;
    padding: 6px 40px;
    border-radius: 0;
    box-shadow: 0 0 5px #858282;
}
.backBtn {
    color: #fff;
    background: #878787;
    border-color: #878787;
    padding: 6px 40px;
    border-radius: 0;
    box-shadow: 0 0 5px #858282;
}
footer.footer-sec {
    background: #0097a7;
    padding: 40px 0 15px;
    color: #fff;
}

footer.footer-sec h4 {
    color: #fff;
    margin-bottom: 25px;
}

footer.footer-sec ul {
    padding-left: 0;
}

footer.footer-sec .fo-last-sec ul li {
    padding-bottom: 15px;
    display: inline-block;
    font-size: 17px;
    margin-right: 20px;
}

footer.footer-sec ul li {
    padding-bottom: 15px;

}

footer.footer-sec ul li a {
    color: #fff;
}

footer.footer-sec ul li a {
    color: #fff;
}

footer.footer-sec p {
    margin-right: 20px;
}

.footer-bottom {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 20px;
}
#topMove {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #fb9632;
    color: white;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    box-shadow: 0px 2px 5px #141414;
}
.mt-80{
    margin-top: 80px;
}
.design1 {
    box-shadow: 0 0 10px #ccc;
    padding: 30px;
}
/* .basic-info .left {
    left: 30%;
    float: left;
}
.basic-info .right {
    left: 70%;
    float: left;
} */
.basic-info {
    display: inline-block;
    width: 100%;
}
.basic-info img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
}
.registration h5 {
        background: #0097a7;
        color: #fff;
        padding: 10px;
    }
    .registration .card {
        box-shadow: 0 0 10px #ccc;
        border: none;
    }
    .banner {
        padding: 40px 0;
    }
    .banner .login {
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 0 5px #ccc;
        margin-left:30px
    }
    .banner .login .card{
        padding: 25px;
        border: none;
    }
    .banner .login  h4 {
        background: #0097a7;
        color: #fff;
        margin-bottom: 0;
        padding: 10px;
        text-align: center;
    }
    .banner .login  a{
        color: #0097a7;
    }
    .themeBtn1 {
        background: #0097a7;
        border-color: #0097a7;
        padding: 6px 40px;
        border-radius: 0;
        box-shadow: 0 0 5px #858282;
    }

    .themeBtn1:hover, .themeBtn1:active, .themeBtn1:focus{
        background: #00838f;
        border-color: #00838f;
    }




    .sidebar {
        margin: 0;
        padding: 0;
        width: 250px;
        background-color: #f1f1f1;
        position: fixed;
        height: 100%;
        overflow: auto;
      }
      
      .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
        border-top: 1px solid #ccc;
      }
       
      .sidebar a.active {
        background-color: #04AA6D;
        color: white;
      }
      
      .sidebar a:hover:not(.active) {
        background-color: #555;
        color: white;
      }
      
      div.main-content {
        margin-left: 250px;
        padding: 1px 16px;
        height: 1000px;
      }
      .fixed-top.menuInn{  
        background: #fff !important;
        box-shadow: 8px 3px 30px 5px rgb(0 0 0 / 8%);
        padding: 5px;
        margin-left: 250px;}



        .homeSlide {
            height: 200px;
    margin-top: 50px;
    background: #fff;
    overflow-x: hidden;
        }
        .carousel-control-prev-icon:before {
            content: "\f053";
            color: red;
            font: normal normal normal 30px/1 FontAwesome;
        }
        .carousel-control-next-icon:before {
            content: "\f054";
            color: red;
            font: normal normal normal 30px/1 FontAwesome;
        }
        .carousel-inner {
            overflow: inherit;
        }
        
        
          .carousel-inner{
            height: 100px;
          }
          .carousel-caption{
            color: #000;
            top: 50%;
            width: 80%;
            left: 10%;
            background: #ffff;
            padding: 20px;
            box-shadow: 0 0 10px #ccc;
            border-radius: 5px;
            display: table;
          }
          .report .card {
            border: 0;
            box-shadow: 0 0 5px #ccc;
        }
        .report .card h4{
            background: #0097a7;
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
        }
        .report .card ul li{padding-bottom: 10px;}
        .report .card ul li a{ color: #000}
        .report .card ul li a:hover{ color: #0097a7}
      @media screen and (max-width: 700px) {
        .sidebar {
          width: 100%;
          height: auto;
          position: relative;
        }
        .sidebar a {float: left;}
        div.main-content {margin-left: 0;}
      }
      
      @media screen and (max-width: 400px) {
        .sidebar a {
          text-align: center;
          float: none;
        }
      }