@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@font-face {
  font-family: title;
  src: url('../fonts/title/Wensley-Regular.otf');
  font-weight: bold;
}

@font-face {
    font-family: 'k010';
    src: url('../fonts/k010.eot');
    src: local('k010'), url('../fonts/k010.woff') format('woff'), url('../fonts/k010.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_8705">Text with this font applied</p> */
.kruti {
    font-family: 'k010' !important;
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: title;
    color: #14124C;
}

.vcs_msg
{
    padding: 10px 20px 20px 20px; margin-top: 20px; border-radius: 5px;
}
.vcs_msg h2
{
    margin-bottom: 20px;margin-top:20px;
} 
.select2-container .select2-selection--single
{
height: 38px;
border: 1px solid #ced4da;
}


/*.circle_img*/
/*{*/
/*    width: 130px;*/
/*    height: 130px;*/
/*    border: 4px solid #f9b101;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 50%;*/
/*    z-index: 10;*/
/*    padding-bottom: 8px;*/
/*}*/

/*.circle_img img*/
/*{*/
/*    width: 109px;*/
/*    z-index: 1;*/
/*    border-radius: 50%;*/
/*    padding-bottom: 6px;*/
/*}*/



body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: title;
}

ul{
    list-style: none;
}

a:hover{
    text-decoration: none;
}   

a{
    color: #12124D;
    text-decoration: none;
}

.accessiblity ul li{
    display: inline-block;
    padding-left: 20px;
}

.accessiblity a{
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    display: block;
}

.accessiblity{
    text-align: right;
    margin-top: 15px;
    margin-bottom: 30px;
}


.search{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search input{
    height: 40px;
    width: 250px;
    border-radius: 200px;
    border: 1px solid #12124D;
    padding: 0px 10px 0px 10px;
}

.search .btn{
    margin: 0px;
    margin-left: 10px;
    height: 40px;
    padding: 5px 30px;
    border-radius: 100px;
    background-color: #12124D;
    border: 0px;
    padding-top: 7px;
}

.header{
    background:rgba(255,255,255,0.6);
}

body{
    background:url('../img/webb.png');
    /*background-color: #FFF9DF;*/
    background-size: 30%;
 
}
.bg_transprents
{
      background:rgba(255,255,255,0.6);
}
.nav{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-bottom: 0px !important;
    }

.nav ul{
    list-style: none;
    margin-bottom: 0px;
    width: auto;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.nav ul li {
    display: inline-block;
    padding: 4px 8px 4px 8px;
}
.nav .nav-link
{
    text-transform: uppercase;
    font-size:13px;
    letter-spacing: 0px;
     color: white;
}

.nav .nav-link:focus, .nav .nav-link:hover {
    color: #fff;
}


.nav ul li .dropdown-item {
    /*color: inherit !important;*/
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav .dropdown-menu li
{
width: 100%;
}
.nav{
    background-color: white;
    display: flex;
}
.dropdown-toggle::after
{
    margin-left: 7px;
}
.nav .dropdown-menu > li:hover {
  background: linear-gradient(87deg, rgba(18,18,78,1) 0%, rgba(97,36,182,1) 20%, rgba(58,58,154,1) 46%, rgba(47,88,198,1) 72%, rgba(25,25,201,1) 99%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    color: #fff;
}
.arrow_right:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #14124C;
    margin-top: 7px;
    margin-right: -11px;
}

.nav .dropdown-menu li:hover>.arrow_right:after
{
    border-left-color: #fff !important;
}

.nav ul li{
    font-weight: bold;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.nav ul li:first-child{
    border-left: 1px solid rgba(255,255,255,0.2);
}
.nav .dropdown-menu
{
    background-image: url(../img/webb.png);
    background-color: rgba(255,255,255,0.6);
    color: #14124C;
}

.nav .dropdown-menu li
{
   background-color:rgba(255,255,255,0.6);
}
.sec2{
    margin-top: 50px;
}

.card{
    background-color: white;
    border-radius: 2px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);

}

.card ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding: 20px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.card.withPadding ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
/*  font-weight: 600; */
    display: grid !important;
    grid-template-columns: 2fr 10fr;
    justify-content: center;
    align-items: center;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color:inherit !important;
}

.card ul li a:hover{
    font-weight: 600;
    color: #12124E;
    z-index: 10;
    transform: translateX(5px);
    transition: all ease-in-out 0.3s;
}

.card a{
        border: 0px solid transparent !important;


}


.card h3{
    color: white;
    padding: 10px;
    border-radius: 2px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 22px;
}

.card ul li:nth-child(odd) a{
    
    width: 100%;
    display: block;
    background-color: #E7E7E8;
}

.card ul li:nth-child(even) a{
    width: 100%;
    display: block;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
   
   
/*.gradBG{*/
    /*width:100%;*/
    /*background:#12124E;*/
    /* Old browsers */
    /*background:#12124E -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);*/
    /* FF3.6+*/
    /*background:#12124E -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));*/
    /* Chrome,Safari4+*/
    /*background:#12124E -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);*/
    /* Chrome10+,Safari5.1+*/
    /*background:#12124E -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);*/
    /* Opera11.10+*/
    /*background:#12124E -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);*/
    /* IE10+*/
    /*background:#12124E linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    margin-bottom:2px;
    color:#fff;
    background-size: 400% 400%;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: gradient 15s ease infinite;*/
/*}*/

.fa{
    color: #4534A2;
    margin-right: 7px;
}


.fas{
    color: #4534A2;
    margin-right: 7px;
}




.gradBG {
background: linear-gradient(87deg, rgba(18,18,78,1) 0%, rgba(97,36,182,1) 20%, rgba(58,58,154,1) 46%, rgba(47,88,198,1) 72%, rgba(25,25,201,1) 99%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.date{
  display: inline-block;
background: linear-gradient(87deg, rgba(18,18,78,1) 0%, rgba(97,36,182,1) 20%, rgba(58,58,154,1) 46%, rgba(47,88,198,1) 72%, rgba(25,25,201,1) 99%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;  color: white;
  padding: 0px 10px;
  margin-right: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px
}

.year{
  display: none
}

.marquee {
    height: 320px;;
    width: 1000%;
    overflow: hidden;
    position: relative;
}
.marquee img {
  float: left;
width: auto;
  height:100%;
 
}


.marquee div{
  display: block;
  width: 200%;
  height: 100%;

  position: absolute;
  overflow: hidden;

  animation: marquee 50s linear infinite;
}
/*.marquee:hover*/
/*{*/
/*	animation: none;*/
/*}*/

.gallery{
    height:370px;
    overflow: hidden;
    border-radius: 2px;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}



h3{
    color: #12124E;
    font-size:40px;
}
.text-primary {
    color: #12124d!important;
}
h2{
    color: #12124E;
    font-size:40px;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #12124E;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4D209C;
}



.sec3{
    margin-top: 50px;
    margin-bottom: 50px;
}


.sec3 h3{
    font-size: 40px;
}

.sec3 h2{
    font-size: 40px;
    color: #12124E;
}

ol{
    padding-left: 0px;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
  font-size: 18px;
  padding:5px;
  border-bottom: 1px solid #3250BA;
}
ol li::before {
  content: '0'counter(my-awesome-counter) ".  ";
  color: #12124E;
  font-weight: bold;
  font-size: 40px;
  font-family: title;
}


.vision{
    font-size: 30px;
    border-bottom: 1px solid #3250BA;
    padding:30px 0px;
}
tbody, td, tfoot, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #4534a291;
}


.sec3 em{
    color: #12124E;
    font-size: 16px;
    font-family: title;
}

p{
    color: #12124E;
    font-size: 16px;
}

.sec3 .col-md-6{
    padding:50px;
}


.galeryTitle{
    display: inline-block;
    background-color: white;
    margin-left: 20px;
    transform: translateY(-20px);
    margin-bottom: 0px;
}

/*new css*/
.bottom-footer .col-md-6:nth-child(1) 
{
    text-align:left;
}
.bottom-footer .col-md-6:nth-child(2) 
{
    text-align:right;
}
.sec4 .container .d-flex-justify
{
   display: flex;align-items: center;text-align: left; flex-direction: column;
}

@media screen and (min-width:992px) and (max-width:1350px) {
            .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .1rem;
    padding-left: .1rem;
}
.nav .nav-link {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0px;
    color: white;
}
}



@media all and (min-width: 992px) {


    .dropdown-menu li{ position: relative;  }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}   
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}   