/*.sidebar_class li {*/
/*    list-style: none;*/
/*}*/

/*.sidebar_class .widget a:link, .widget a:visited, .widget a:active{*/
/*    color:none !important;*/
/*}*/
.header_text{
background: #121FCF;
background: repeating-radial-gradient(ellipse farthest-side at right center, #121FCF 0%, #CF1512 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0 10px;
    z-index: 10;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 20px;
    pointer-events: all;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #007bff;
    color: #fff;
    transform: scale(1.1);
}



.BorderGrad{
  border-top-style: solid;
  border-top-width:5px;
  border-image: linear-gradient(45deg, #060d95, #ff0000, #ffde00, #00ffea, #0012ff, #00c81c, #8203ac) 1;
}

.carouselBgN{
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(252,70,107,0) 100%);
}

.carouselBgP{
 background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
}


.carousel-caption {top:40%; text-shadow: 1px 2px 3px #000;}
.carousel-caption h5 {font-size:40px; font-weight:bold;}
.carousel-caption p{ font-size:20px;}

.card{margin-top:10px; border:1px solid #ccc; border-bottom:5px solid #ccc; border-radius:15px; box-shadow: 1px 5px 10px #888888;}
.card img{border-radius:15px; -webkit-box-shadow: 0px 10px 13px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 13px -12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 13px -12px rgba(0,0,0,0.75);}
.card-body{border:0;}
.card-title{text-align:center; font-weight:bold;}
.card-text{text-align:center;}


.BtnX {
    display: block;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    margin: 3px;
    padding: 15px 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border: none;
    transition: background 0.3s ease-in-out;
}

.BtnX:hover {
    color: #fff;
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}


/*.BtnX{*/
/*display:block;*/
/*background: rgb(3,5,61);*/
/*background: linear-gradient(90deg, rgba(3,5,61,1) 0%, rgba(1,6,125,1) 100%);  */
/*margin:3px; padding:15px 20px; font-size:18px; text-decoration:none; color:#fff;}*/

/*.BtnX:hover{color:#fff;*/
/* background: rgb(1,6,125);*/
/*background: linear-gradient(90deg, rgba(1,6,125,1) 0%, rgba(3,5,61,1) 100%); }*/


/*.Box1{background:#28324d url('../img/corner1.jpg') repeat-x bottom; padding:10px; color:#8993b0; }*/
/*.Box2{background:#e2ecf5 url('../img/corner2.jpg') repeat-x bottom; padding:10px; color:#8993b0; }*/


.Box1 {
    background: var(--primary-color);
    padding: 10px;
    color: var(--text-color);
}

.Box2 {
    /*background: var(--secondary-color) url('../img/corner2.jpg') repeat-x bottom;*/
    padding: 10px;
    color: var(--text-color);
}



.Txt1{color:#32679f;}



/*.column {*/
/*  float: left;*/
/*  width: 25%;*/
/*}*/

/* The Modal (background) */
/*.modal {*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 1;*/
/*  padding-top: 100px;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  overflow: auto;*/
/*  background-color: black;*/
/*}*/

/* Modal Content */
/*.modal-content {*/
/*  position: relative;*/
/*  background-color: #fefefe;*/
/*  margin: auto;*/
/*  padding: 0;*/
/*  width: 90%;*/
/*  max-width: 1200px;*/
/*}*/

/* The Close Button */
/*.close {*/
/*  color: white;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 25px;*/
/*  font-size: 35px;*/
/*  font-weight: bold;*/
/*}*/

/*.close:hover,*/
/*.close:focus {*/
/*  color: #999;*/
/*  text-decoration: none;*/
/*  cursor: pointer;*/
/*}*/

/*.mySlides {*/
/*  display: none;*/
/*}*/

/*.cursor {*/
/*  cursor: pointer;*/
/*}*/

/* Next & previous buttons */
/*.prev,*/
/*.next {*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  width: auto;*/
/*  padding: 16px;*/
/*  margin-top: -50px;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*  font-size: 20px;*/
/*  transition: 0.6s ease;*/
/*  border-radius: 0 3px 3px 0;*/
/*  user-select: none;*/
/*  -webkit-user-select: none;*/
/*}*/

/* Position the "next button" to the right */
/*.next {*/
/*  right: 0;*/
/*  border-radius: 3px 0 0 3px;*/
/*}*/

/* On hover, add a black background color with a little bit see-through */
/*.prev:hover,*/
/*.next:hover {*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

/* Number text (1/3 etc) */
/*.numbertext {*/
/*  color: #f2f2f2;*/
/*  font-size: 12px;*/
/*  padding: 8px 12px;*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/

/*img {*/
/*  margin-bottom: -4px;*/
/*}*/

/*.caption-container {*/
/*  text-align: center;*/
/*  background-color: black;*/
/*  padding: 2px 16px;*/
/*  color: white;*/
/*}*/

/*.demo {*/
/*  opacity: 0.6;*/
/*}*/

/*.active,*/
/*.demo:hover {*/
/*  opacity: 1;*/
/*}*/

/*img.hover-shadow {*/
/*  transition: 0.3s;*/
/*}*/

/*.hover-shadow:hover {*/
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
/*}*/

.apply-now-section {
  /*background: #f8f9fa;*/
  /*border-top: 2px solid #007bff;*/
}
.apply-now-section h2 {
  font-weight: 700;
  color: #333;
}
.apply-now-section p {
  color: #555;
}


.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  background-color: var(--primary-color);
  /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}