
:root {
  --color-c1: #C80815;
  --color-c2: #336699;
  --color-c3: #00ccff;
  --color-c4: #2454a1;
  --color-c5: #19c3f1;
  --color-c6: #e0e0ff;
}
.text-c1{
    color: var(--color-c1); 
}
.text-c2{
    color: var(--color-c2); 
}
.text-c3{
    color: var(--color-c3); 
}
.bg-c1{
    background-color: var(--color-c1); 
}
.bg-c2{
    background-color: var(--color-c2); 
}
.bg-c3{
    background-color: var(--color-c3); 
}
.bg-c6{
    background-color: var(--color-c6); 
}

.bg-dark-50 {
      background-color: rgba(0, 0, 0, 0.7) !important;
    }
.text-justify{
    text-align: justify;
}
.bg-new{
    background: rgb(217,239,249);
    background: -moz-linear-gradient(0deg, rgba(217,239,249,1) 0%, rgba(190,229,246,1) 47%, rgba(217,239,249,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(217,239,249,1) 0%, rgba(190,229,246,1) 47%, rgba(217,239,249,1) 100%);
    background: linear-gradient(0deg, rgba(217,239,249,1) 0%, rgba(190,229,246,1) 47%, rgba(217,239,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9eff9",endColorstr="#d9eff9",GradientType=1);
}
.bg-box{
    background: rgb(142,216,248);
    background: -moz-linear-gradient(0deg, rgba(142,216,248,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,216,248,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(142,216,248,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed8f8",endColorstr="#ffffff",GradientType=1);
}
.bg-2c{
  background-color: #e0e0ff;
  background-image: -webkit-linear-gradient(100deg, #e0e0ff 50%, #ffffff 45%);

}
b{
    color: #00008B!important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.text-h-u{
    text-underline-offset: 10px;
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 3px;
    margin-bottom: 15px;
}
/*    Menu    */

/* Navbar link styles */
.navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: black; /* Set the initial link color */
  transition: color 0.3s; /* Add a smooth transition effect for color change */
}

/* Navbar link hover styles */
.navbar-nav .nav-link:hover {
  color: var(--color-c3); /* Change the link color on hover */
  font-weight: 600;
}

/* Dropdown menu styles */
.navbar-nav .dropdown-menu {
  font-size: 15px;
  font-weight: 500;
  color: #110;
}

/* Dropdown menu item styles */
.navbar-nav .dropdown-item {
  
  font-weight: 500;
  color: #110;
  transition: color 0.3s; /* Add a smooth transition effect for color change */
}

/* Dropdown menu item hover styles */
.navbar-nav .dropdown-item:hover {
  color: var(--color-c3); /* Change the dropdown item color on hover */
}
.dropdown-menu li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.border-red-5{
    border-bottom: 5px solid red;
}
.border-autonavcom{
    border: 3px solid #8ed8f8;
}
.notification{
    margin-top: -150px;
}
.notification-box{
    height: 300px;
}
@media (max-width:1120px){
    .notification{
        margin-top: -8px;
    }
}
.heading{
    
    position: relative;
    margin-bottom: 40px;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: -20px; /* Adjust this value as needed */
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  width: 40px; /* Width of the first underline */
  height: 2px;
  background-color: var(--color-c3);
}

.heading::before {
  content: "";
  position: absolute;
  bottom: -25px; /* Adjust this value as needed */
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  width: 100px; /* Width of the second underline */
  height: 2px;
  background-color: var(--color-c3);
}

.heading-w{
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.heading-w::after {
  content: "";
  position: absolute;
  bottom: -20px; /* Adjust this value as needed */
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  width: 40px; /* Width of the first underline */
  height: 2px;
  background-color: #fff;
}

.heading-w::before {
  content: "";
  position: absolute;
  bottom: -25px; /* Adjust this value as needed */
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  width: 100px; /* Width of the second underline */
  height: 2px;
  background-color: #fff;
}


.bg-container {
    background: url("../img/backgrounds/welcome-section-bg.jpg") no-repeat fixed;
    
    background-size: cover;
}
.bg-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity here */
    z-index: -1;
}
.content {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.services-w a h4{
    color: #fff;
    padding: 50px 0px;
    
}
.services-w a{
    text-underline-offset: 18px;
}
/*   footer   */
.footer{
    background-color: #01010e;
}

.footer hr{
    border: 1px solid #00000e;
    opacity: 1;
    
}

.footer ul li a{
    color: #ededf2;!important;
    text-decoration: none !important;
    font-weight: 600;
}
.footer ul li a:hover{
    color: #ff6533!important;
}
.footer ul li a i{
    color: #ffc600;
}
.footer-border-line{
    border-top: 1px solid rgb(255, 255, 255, 0.4);
}
.footer-address p{
    color: #ffe;
}

/*   ABout    */

.about {
    margin-top: -100px;
    padding-top: 120px;
    height: 300px;
    background-image: url('../img/backgrounds/head-section-bg.jpg');
    background-size: cover;
    background-position: center;
}


.about h3 {
    margin-top: 20px; /* Adjust this value to center the text vertically */
}

.breadcrumb .breadcrumb-item a.red {
    color: red;
}

.breadcrumb .breadcrumb-item.active.white {
    font-weight: bold;
    color: white;
}
.breadcrumb-item + .breadcrumb-separator::before {
            color: white;
            }

.gradient-text {
  font-size: 36px;
  background: linear-gradient(to right, #FF416C, #FF4B2B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rotateGradient 5s linear infinite; /* Change the rotation angle every 5 seconds */
}

@keyframes rotateGradient {
  0% {
    background: conic-gradient(from 0deg at center, #FF416C, #FF4B2B);
  }
  100% {
    background: conic-gradient(from 360deg at center, #FF416C, #FF4B2B); /* Rotate 360 degrees */
  }
}

.heading-text{
    font-weight: 900;
           
   background: #fff;
   color: #00008B;
   padding: 5px;
   line-height: 1.7em;
   box-shadow: 0 2px 10px 0 #cac9c9;
   text-align: center;
   user-select: none;
   cursor: pointer;
   border-left: 20px solid #ff5f00;
   border-right: 20px solid #ff5f00;
   border-radius: 5px 55px 5px 55px;
}
.heading-text-s{
    font-weight: 700;
           
   background: #fff;
   color: #00008B;
   padding: 5px;
   line-height: 1.7em;
   box-shadow: 0 2px 10px 0 #cac9c9;
   text-align: center;
   user-select: none;
   cursor: pointer;
   border-left: 20px solid #ff5f00;
   border-right: 20px solid #ff5f00;
   border-radius: 5px 55px 5px 55px;
}
.btn-3db {
    --c: #fff;
    /* text color */
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat, #004dff;
    /* background color */
    color: #0000;
    border: none;
    transform: perspective(500px) rotateY(calc(10deg*var(--_i,-1)));
    text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0 var(--c), calc(var(--_i,-1)*-0.08em) .01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
    padding: 10px 40px;
}

    .btn-3db:hover,
    .btn-3db:focus-visible {
        background-color: #deebf3;
        padding: 1px 40px;
        border: 2px solid #004dff;
        --_p: 0%;
        --_i: 1;
    }

    .btn-3db:active {
        text-shadow: none;
        color: var(--c);
        box-shadow: inset 0 0 9e9q #0005;
        transition: 0s;
    }

.btn-3db {
    font-family: system-ui, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
    cursor: pointer;
    padding: .1em .3em;
}
card{
    border-radius: 20px;
    box-shadow:  -20px 20px 60px #bebebe,
                 20px -20px 60px #ffffff;
}

.btn-123 {
  border-radius: 4px;
  background-color: #004dff;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.btn-123{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-123:after {
    content: '»';
    position: absolute;
    opacity: 0; 
    font-weight: 900; 
    top: 10px;
    right: -20px;
    transition: 0.5s;
}

.btn-123:hover{
    background: #deebf3;
    border: 2px solid #004dff;
    padding-right: 40px;
    padding-left:15px;
}

.btn-123:hover:after {
    opacity: 1;
    right: 10px;
}