
:root{
    --primary-color:var(--primary-color);
    --secondary-color: #3B2A98;
    --white-color: #ffffff;
}

body{    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: white;
    text-decoration: none;
}
.topnav{
    background-color:#3B2A98;
    color: var(--white-color);
    align-items: center;
    padding: 6px 0px 2px;
    box-shadow: 0px 0px 2px 0px #3B2A98;
}
#sub-dropdown a .fas{position: absolute; right: 10px;}

.top-nav-phone-mail{
    align-items: center;
}
.top-nav-phone-mail li{
    align-items: center;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}
.top-nav-phone-mail i{
    margin: 0px 7px;
    font-size: 17px;
}
.top-mail{
    margin-right: 7rem;
}
.top-nav-social-icon{
    margin: 0;
}
.top-nav-social-icon i{
    font-size: 14px;
    background-color:#3B2A98;
    padding: 0.4em;
    border-radius: 50%;
    margin:0 5px;
}
.main-logo{
    height: 100px;
    width: 100px;
    
}
.ajay-kumar{
    margin-top: 0rem;
    width: 100%;
    border-radius: 0px;
}
.middlehead-btn{
    margin: 18px 0px;
}
.mdhd-btn{
    border-bottom: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    color: var(--white-color);
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    background-color: #05696B;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    padding: 7px 5px;
}
.modal-input input{
    width: 90%;
    padding: 0.75rem 4rem 0.75rem 0.75rem;
    margin: 1rem;
}
.modal-head{
    padding: 1rem ;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.modal-dialog{
    text-align: center;
    background-color: var(--primary-color);
}
.modal-send{
    border: none;
    background-color:#3b2a98 ;
    color: var(--white-color);
    width: 90%;
    margin: 1rem;
    padding: 0.75rem 0rem;
    cursor: pointer;
}
#course{
    margin: 0;
}
.bor-1{
    border-bottom: 1px solid white;
}
nav{
    background-color: #3B2A98;
}
#myNavbar #course{
    transition: all 0.3s ease-in-out;
}
#myNavbar #course:hover{
    background-color: #8B0000;
    color: var(--white-color);
}
.dropdown-menu{
    display: none;
    position: absolute;
    color: var(--white-color);
    background-color:#3B2A98;
    z-index: 1;
}
#sub-dropdown-menu{
    display: none;
    position: absolute;
    color: var(--white-color);
    background-color: #3B2A98;
}
#sub-dropdown-menu a,
.dropdown-menu a{
    width: 100%;
    background-color:#3B2A98;
    color: var(--white-color);
}
.dropdown:hover .dropdown-menu{
    display: grid;
    /* display: block; */
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    padding: 0.5rem 8rem 0.5rem 2rem;
    color: var(--white-color);
    text-decoration: none;
}
#sub-dropdown-menu{
    margin-top: -3rem;
    left:100%;
}
.dropdown .fas{position:absolute;}
.dropdown .dropdown-menu a{ 
    color: var(--white-color);
    background-color: #3B2A98;
}
.dwn-btn{
    padding: 1px;
}
#sub-dropdown:hover #sub-dropdown-menu{
    display: block;
}
.navbar{
    padding: 0;
    justify-content: space-around;
}
.navbar .active{
    background-color: #8B0000;
}
.nav-item,
.nav-item a{
    display: inline;
    padding: 13px 7px;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
}
.nav-item:hover{
    background-color: #8B0000;
}
.nav-item a:hover{
    text-decoration: none;
    background-color: #8B0000 !important;
}
.dropbtn {
    background-color: #3B2A98;
    color: var(--white-color);
    border: none;
    text-transform: uppercase;
    margin: 0;
  }
  .news-section {
      height: 400px !important;
      background-color: #3B2A98;
      color: var(--white-color);
      height: auto;
      margin-left: 3rem;
      margin-top: 5rem;
      border-top: 1px solid rgb(160, 110, 110);
      border-radius: 5px;
      font-family: "Roboto Condensed", Sans-serif;
}
.news-icon{
    margin: 1rem 0rem;
    padding: 0.7rem;
    color: var(--primary-color);
    background-color: #681515;
}
  
.dropdown-content {
    width: max-content;
    margin-top: 13px;
    display: none;
    position: absolute;
    background-color: var(--white-color);
    min-width: auto;
    box-shadow: 0px 8px 16px 0px #3B2A98;
    z-index: 1;
  }
  .dropdown-content a {
    border-bottom: 1px solid var(--white-color);
    color: var(--white-color);
    background-color: #3B2A98;
    padding: 9px 20px;
    text-decoration: none;
    display: block;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content a:hover {background-color: #000000;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #8B0000;}
.slider{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
}

.sec-2head{
    color: var(--primary-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.hrl-2{
    height: 4px !important;
    width: 9%;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    opacity: 1;
}
.hrl-3{
    height: 4px !important;
    width: 30%;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    opacity: 1;
}
.sec-2img{
    margin:76px 0px;
    border: 1px solid var(--primary-color);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 6px 0px var(--primary-color);
    width: 313px;
    height: 208px;
}
.sec-2readmore{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    border-color: var(--primary-color);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 3px 0px var(--secondary-color);
    padding: 9px 30px 9px 30px;
}
.sec-2para{
    margin-bottom: 2rem;
}
.sec-3box{
    width: 33%;
    height: 350px;
    box-shadow: 0px 10px 5px 0px rgb(0 0 0 / 50%);
    margin: 20px 20px 20px 20px;
    padding: 15px 15px 15px 15px;
}
.sec-3box1{
    width: 30%;
    height: 350px;
    box-shadow: 0px 10px 5px 0px rgb(0 0 0 / 50%);
    margin: 20px 20px 20px 20px;
    padding: 15px 15px 15px 15px;
}
.sec-3i{
    width: 200px;
    height: auto;
}
.sec-3readmore{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    border-color: var(--primary-color);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 3px 0px var(--secondary-color);
    padding: 5px 20px 5px 20px;
}
.sec-3head{
    color: var(--primary-color);
    margin: 1rem;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.sec-3para{
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
}
.sec-4b{
    width: 21%;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
}
.sec-4{
    display: flex;
    margin: 4rem 0rem;
}
.sec-4b i{
    color: var(--white-color);
    font-size: 29px;
    width: 6.6rem;
    padding: 2rem;
    background-color: black;
    border-radius: 50%;
}
.sec-4num{
    color: var(--primary-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.sec-4subh{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 32px;
    /* background-color: black; */
}
sec-5{
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}
.sec-5head{
    color: var(--primary-color);
}
.sec-5b{
    text-align: center;
    width: 45%;
    background-color: var(--secondary-color);
    color: --w;
    box-shadow: 0px 0px 4px 0px var(--primary-color);
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
}
.sec-5{
    background-size: cover;
    padding: 2rem 0rem;
}
.sec-5input{
    width: 97%
}
.sec-5b h2 {
	color: var(--primary-color);
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 25px 0 50px;
}
.sec-5 .carousel {
    text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}
.sec-5input{
    color: #666;
    padding: 0.75em;
    margin: 1rem;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--white-color);
    border-radius: 2px;
    background: var(--white-color);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.sec-5head{
    color: var(--primary-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.send-btn{
    color: var(--white-color);
    background-color: var(--primary-color);
    border: var(--primary-color);
}
.input-sec{
    line-height: 1.4rem;
    font-size: 15px;
    min-height: 40px;
}
.carousel .item {
    width: 100%;
	color: var(--white-color);
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 100%;
}
.carousel .testimonial {	
	padding: 10px 0px;
     height: 150px;    
    overflow-y: auto;
    text-align: justify;
}
.testimonial-client{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 1rem 2rem;
}
.sec-5b .designation{
    color: var(--primary-color);
}
.sec-6{
    background-color: var(--primary-color);
    border-radius: 100px;
}
.sec-6 .text h2{
    margin-bottom: 14px;
    color: var(--white-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    padding: 0px 15px;
    text-decoration: none;
}
.sec-6 i{
    margin: 0 1rem;
    color: var(--white-color);
    background-color: var(--secondary-color);
    padding: 1rem 1.2rem;
    border-radius: 50%;
    font-size: 24px;
}
.sec-6 .phone{
    font-size: 28px;
    font-weight: 600;
}
.footer-bg{
    padding: 2rem 0 5rem;
    background-color: #F17E00;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white-color);
}


/* Media query for mobile devices */
@media (max-width: 768px) {
    .testt {
        padding: 20px; /* Adjust padding as needed */
    }
    
    .footer-bg {
        padding: 20px; /* Adjust padding as needed */
    }
    .topnav{
        display: flex;
    }
    
  
    
  
}

/* media query for table documnebt section uploading*/

@media (max-width: 768px) { /* Tablets and below */
  .tablee .container .row .col-xl-12 {
    text-align: center; /* Optionally center align the heading */
  }
  .tablee .container .row .col-12 {
    padding: 0;
    overflow-x: auto; /* Enable horizontal scrolling on small screens if needed */
  }
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .top-nav-phone-mail {
        text-align: center; /* Center align items */
        margin-bottom: 10px; /* Add margin bottom for spacing */
    }
    
    .top-nav-social-icon {
        text-align: center; /* Center align items */
    }
    
    .top-nav-social-icon ul {
        justify-content: center; /* Center align social icons */
    }
    
    .top-nav-phone-mail ul,
    .top-nav-social-icon ul {
        padding-left: 0; /* Remove default padding */
    }
    
    .top-nav-phone-mail li,
    .top-nav-social-icon li {
        margin-right: 10px; /* Add margin between list items */
    }
}





.footer-logo{
    margin: 2rem 0rem 2rem;
    height: 74px;
    width: auto;
}
.box-2 i{
    color: var(--primary-color);
    margin: 0 1rem 0rem 0;
    font-size: 1.25em;
}
.box-2 li{
    line-height: 2;

}
.footer-touch{
    color: var(--white-color);
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    background-color: var(--secondary-color);
    border-radius: 100px;
    outline: 2px solid var(--primary-color);
    padding: 7px 25px;
    box-shadow: 0px 0px 3px 0px var(--secondary-color);
}
.footer-bg p{
    margin: 1rem 0rem 1.75rem;
}

.footer-social i{
    font-size: 17px;
    color: var(--secondary-color);
    background-color: var(--white-color);
    padding: 0.4em;
    margin: 3rem 0.5rem;
    border-radius: 50%;
}
.footer-social i:hover{
    font-size: 17px;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 0.4em;
    border-radius: 50%;
}
.box-1 p{
    font-size: 14px;
    font-weight: 400;
}
.box-2{
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.box-2 h3{
    color: var(--white-color);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0px 0px 4px #3B2A98}
.copyright-sec{
    background-color: #3B2A98;
    color: var(--white-color);
}
.copyright-sec{
    background-color:#3B2A98;
    color: var(--white-color);
}
@media only screen and (min-width: 950px) {
    .fa-bars{
        display: none;
    }
    .sec-3{
        display: flex;
    }
    .col-md-4{
     width: 31%;
 }
 .col-md-2{
     width: 18%;
 }
     
 }
 @media only screen and (max-width: 950px) {
	 .dropdown-content a{width:100%  !important;}
	 .dropdown-menu{width:100%; position: relative !important; left:  auto !important; top:19% !important}
	 .dropdown-content{position: relative !important; width: 100%}
	 .nav-item{display: none}
     .topnav{
         display: flex;
     }
     .logo{
         display: flex;
     }
     .logosec{
         display: inline;
     }
     .logosec .mdhd-btn{
         display: inline-block;
     }
      .nav-item{
         display: none;
     }
     .fa-bars{
        margin-top: 2rem;
         color: white;
     }
     .navbar{
         min-height: 10px;
         justify-content: end;
     }
     .sec-5b{
         width: 90%;
     }
     .sec-3box{
         width: 100%;
         display: block !important;
         height: auto;
         margin: 0;
     }
     .sec-3{
         display: block;
     }
     .sec-3box1{
         margin: 0;
         width: 100%;
         height: auto;
     }
     .sec-4b{
         width: 44%;
         margin: 10px;
         padding: 10px;
     }
     .sec-4b i {
        color: var(--white-color);
        font-size: 15px;
        width: 3.6rem;
        padding: 1rem;
        background-color: black;
        border-radius: 50%;
    }
    .sec-4num{
        font-size: 21px;
    }
     .sec-6{
         border-radius: 10px;
     }
     .box-2{
         width: 50%;
     }
     .socialsec{
         width: 100%;
     }
     .nav-item{
         width: 100%;
        
     }
     .nav-item a{
         color: var(--white-color);
     }
     .dropbtn i{
         text-align: end;
     }
    p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .dropdown-content a{
        width: 38rem;
        position: relative;
    }
    .dropdown-menu>li>a{
        width:100%;
        padding: 13px 17px;
    }
    #sub-dropdown-menu a, .dropdown-menu a{
        padding: 1rem 11rem 1rem 1rem;
    }

    .dottedHorizontal {
        background-color: #fff;
        border-top: 1px dashed #d49645;
    }
    
}


/*.main-red-button {
    display: inline-block;
    background-color: hsl(60, 61%, 44%);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 17px;
    padding: 12px 25px;
    border-radius: 0px 60px 0 60px;
    letter-spacing: 0.25px;
    
  }*/


/* MOBILE NO */
 .main-red-button {
    display: inline-block;
    background-color: #3B2A98;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 17px;
    padding: 12px 25px;
    border-radius: 0px 60px 0 60px;
    letter-spacing: 0.25px;
    
  }

  
  @media only screen and (max-width: 768px) {
.num1 {
    display:flex;
    justify-content: flex-end;
        background-color: #3B2A98;
    font-size:14px;
    font-weight: 600;
    width: 50%;
    color: #fff;
    margin-top: 17px;
    margin-left: 30%;
    border-radius: 0px 60px 0 60px;
    text-align: center;


 }
}

  /*VIDEO CARD*/

.row-cards {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;

}



.latest {
    margin-top: 5%;
    font-size: 40px;
    font-style: italic;
}




@media (min-width: 768px) {
    .card-container {
        width: 100%;
    }
}


@media only screen and (max-width: 600px) {
    .gif {
        width: 50%;

    }
}



.mobileshow {
    display:none;

}

@media screen and (max-width: 500px) {
    .mobileshow {
        margin-bottom: 10px;
        display: block;
        font-size: 13px;
        color: #0c2f29;

        font-weight: 10px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
}


/* VIEW MORE*/

.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;

    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

/*.button-85:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}