.my-button{
    padding: 0.8em 1.8em;
    border: 2px solid white !important;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    border-radius: 40px;
}



.my-button a{
    text-decoration: none;
    color: #f4fcfb !important;

}
.my-button:hover a{
    text-decoration: none;
    color: red !important;

}


 .mainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
}

.mainDiv a {
    text-decoration: none;
    width: 15%;
}

.mainDiv .btn-pdf:hover {
    color: white !important;
}

.btn-pdf {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c20303;
    color: white;
    padding: 5px 20px;
    border: none;
    font-size: 13px;
}

.btn-pdf img {
    margin-top: 5px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer !important;
}

@media only screen and (max-width: 600px) {
    .pdftext {
        margin-right: 0 !important;
    }
    .mainDiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 30px;
        width: 100% !important;
        font-size: 12px;
    }
    .btn-pdf {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 30px;
        font-size: 10px;
        cursor: pointer !important;
    }
    .btn-pdf img {
        width: 13px;
        height: 13px;
        cursor: pointer !important;
    }
}
 

   

.logo
{
    margin-left:40px ;
 width:250px;
}
 .header-icons{
    margin-top: 4rem

 }
 .Heading{
   margin-top:2rem;
    color:#000080;
     font-size: 58px; 
     font-family: Times New roman; 
     font-weight:bold;
     margin-right: 11rem;
 }
 .subHeading{
    font-family: Times New roman;
     color:#c20303; 
     font-size: 55px;
      margin-top:-30px; 
      margin-right: 11px;
       letter-spacing: 5px;
 }

 /* side navbar */
 
 #mySidenav a {
   position: fixed;
   /* Position them relative to the browser window */
   left: -80px;
   /* Position them outside of the screen */
   transition: 0.3s;
   /* Add transition on hover */
   padding: 15px;
   /* 15px padding */
   width: 135px;
   height: 55px;
   /* Set a specific width */
   text-decoration: none;
   /* Remove underline */
   font-size: 20px;
   /* Increase font size */
   color: white;
   /* White text color */
   border-radius: 0 25px 25px 0;
   z-index: 100;
   padding: 10px;
   /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
   left: 0;
   /* On mouse-over, make the elements appear as they should */
   width: 40%;
   height: 90%;
   background-image: url('assets_2/images/certificate.jpg');
   background-size: 100% 100%;
   background-repeat: no-repeat;
   color: #638eff00;
}
#about {
   top: 20px;
   background-color: #BD0F0F;
}

#about img {
   margin-left: 10px;
}

/* sidenavbar end */
/* image slider */



/* about section start */

.about-us-section {
   text-align: center;
   margin-top: 2px;
   /* margin-bottom: -px; */
   
}

.about-us-section-content {
   margin-top: 50px;
   height: 600px;
}

.about-us-section h1 {
   color: #000000;
   margin: 30px 0px -12px 0px;
}

.about-us-section h1:after {
   content: "";
   /* This is necessary for the pseudo element to work. */
   display: block;
   /* This will put the pseudo element on its own line. */
   margin: 0 auto;
   /* This will center the border. */
   width: 7%;
   /* Change this to whatever width you want. */
   padding-top: 10px;
   /* This creates some space between the element and the border. */
   border-bottom: 6px solid #bd0f0f;
   /* This creates the border. Replace black with whatever color you want. */
   border-radius: 3px;
}

.about-us-btn:hover {
   background-color: #fff;
   color: red;
}

.see-all-btn:hover {
   background-color: #fff;
   color: #bd0f0f;
}

.items i {
   width: 300px;
}

.about-content {
   text-align: center;
   /*	text-align: justify-all;*/
   color: black;
   text-align: left;
   line-height: 1.6;
   font-size: 16px;
   margin-right: 20px;
   margin-top: 0px;
}
/* Gallery Css */

.testimonia {
   /* float: left; */

   padding: 50px 50px;
   /* margin-top: auto; */
   /* margin-bottom: auto; */
   display: flex;
   flex-wrap: wrap;
   text-align: center;
   justify-content: center;
   background: url('assets_2/images/web images/testimonoal.jpg') no-repeat 0, 0;
   height: auto;

   width: 100%;
   background-attachment: fixed;
   background-size: cover;
   position: relative;
 }

 .testimonia h1 {
   font-family: 'Poppins';
   font-size: 30px !important;
   font-weight: bolder !important;
   color: #fff;
   /* position: absolute;
 z-index: 5; */

 }
 .testimonia img {
    width: 100% !important;
    height: 300px !important;
 }

 .testimonia h1:after {
   text-align: center;
   padding-top: 6px;
   content: "";
   /* This is necessary for the pseudo element to work. */
   display: block;
   /* This will put the pseudo element on its own line. */
   margin: 0 auto;
   /* This will center the border. */
   width: 70%;
   /* Change this to whatever width you want. */
   /* This creates some space between the element and the border. */
   border-bottom: 6px solid #666666;
   /* This creates the border. Replace black with whatever color you want. */
   border-radius: 5px;
 }
 /* Gallery css End */
 
 /* Our Services*/
 .Services {
    text-align: center;
    align-items: center;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 0px;
 }
 
 
 
 .card-row{
    display: flex;
    
    flex-wrap: wrap;
 
    justify-content: center;
    align-items: center;
    margin: auto;
 }
 .card-main-body{
    border: 0px solid rgb(0, 0, 0);
    padding: 10px 10px ;
    border-radius: 5px;
    margin: 10px 10px;
    border-radius: 20px;
    background-color: white;
 }
 .card-content h3{
     font-size: 20px;
     font-family: popins;
     font-weight: bold;
     
 }
 .card-content a{
     text-decoration: none;
     color: #000;
 
 }
 .card-content p{
     width: 300px;
     text-align: justify;
     height: auto;
 }
 
 .heading-icon h1:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 20%;
    margin-bottom: 2rem;
    /* Change this to whatever width you want. */
    padding-top: 10px;
    /* This creates some space between the element and the border. */
    border-bottom: 6px solid #bd0f0f;
    /* This creates the border. Replace black with whatever color you want. */
    border-radius: 3px;
 }
 /* Services section End */
 
/* Services section End */

/* Services section End */

.video{
    height:22rem ;
    display:flex;
    align-self: center;
    /* margin-top: 3rem; */
}
/* Department CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background-color: #ffffff;
}

nav {
    margin-bottom: -13px !important;
}

.Content ul a {
    text-decoration: none;
    color: #fff;
}

.home-content {
    height: 100vh;
    background-image: url('assets_2/images/Department-Bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.header-icons {
    margin-right: 50px;
}

.header-icons i {
    color: #C20303;
    margin-right: 10px;
}

.header-icons a:hover {
    font-size: 30px;
}

.navi {
    border-top-left-radius: revert;
}

.navi ul {
    text-align: center;
}

.navi ul li {
    margin: 2px;
    display: inline-block;
}

.header-social ul {
    margin-right: 100px;
    text-align: right;
}

.header-social ul li {
    margin: 10px;
    color: #bd0f0f;
    margin-top: 30px;
    display: inline-block;
}

.carousel-caption form {
    margin-left: -120px;
    position: static;
    margin-bottom: 50px
}

.search-field {
    width: 255px;
    height: 60px;
    border: none;
    border-radius: 20px;
    outline: none;
}


/*business{
	width:250px ;
}*/

.opd {
    margin: 0px 8px;
}

.search-button {
    height: 60px;
    width: 180px;
    font-size: 13px !important;
    background-color: #bd0f0f;
    border: none;
    color: #fff;
    border-style: none;
    border-radius: 20px;
}

.form-box {
    margin-top: 300px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 0px;
    border-radius: 20px;
    margin-right: 50px;
}

.form-box input {
    width: 15px;
    margin: 20px 5px 20px 20px;
    height: 60px;
    border: none;
    border-radius: 20px;
    outline: none;
}

.header img{

    background-image: url('assets_2/images/web images/Department-Bg.png');
}


/*Home Style*/




/*Departments*/

.departments {
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('assets_2/images/web images/Department-Bg.png');
    width: 100% !important;
    height: 950px;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 80px;
    background-size: cover;
}

.departments:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    background-color: #000;
}

.departments .row {
    margin-top: 200px;
    margin-bottom: 100px !important;
}

.departments h1 {
    margin: 0px 0px 710px 0px;
    color: #fff;
    z-index: 5;
}

.departments h1:after {
    text-align: center;
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 80%;
    /* Change this to whatever width you want. */
    padding-top: 0px;
    /* This creates some space between the element and the border. */
    border-bottom: 6px solid red;
    /* This creates the border. Replace black with whatever color you want. */
    border-radius: 5px;
    margin-top: 10px;
}

.departments .row {
    margin-top: 200px;
    margin-bottom: 100px;
    position: absolute;
    z-index: 5;
}

.departments .Container {
    text-align: center;
   
    border-radius: 20px;
}

.departments .content-text-box {
    background-color: #fff;
    text-align: center;
    width: 800px;
    height: 600px;
    border-radius: 20px;
    margin-left: 3rem !important ;
}

.Content {
    height: 500px;
    color: white;
    overflow-y: auto;
    text-align: left;
    margin-bottom: 50px;
}

.Content-text h3 {
    font-weight: bold;
    color: black;
    margin-top: 30px;
    float: left;
    font-size: 20px;
    margin-left: 30px;
}

.Content-text h3:after {
    text-align: center;
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 80%;
    /* Change this to whatever width you want. */
    padding-top: 0px;
    /* This creates some space between the element and the border. */
    border-bottom: 6px solid #c20303;
    /* This creates the border. Replace black with whatever color you want. */
    border-radius: 5px;
    margin-top: 10px;
}

.Content-text .row {
    margin-top: 80px;
    margin-left: 35px;
    text-align: center;
    align-content: center;
    width: 700px;
}

.department-content-text {
    font-size: 13px;
    margin-left: 20px;
    color: black;
    text-align: justify;
}

.Flipped {
    opacity: 0.9;
    background-color: #bd0f0f;
    direction: rtl;
    padding-top: 40px;
    border-radius: 20px;
}

.Content ul li {
    font-weight: lighter;
    opacity: 1.5;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}


/* Designing for scroll-bar */

::-webkit-scrollbar {
    width: 6px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #F57B7B;
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #fff;
    color: red;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}



/* Department section end */



/* News and events */
.news-events{
   text-align: center;
   margin-top: 70px;
   margin-bottom: 0px;
}


.news-events h1 {
   color: #000000;
   margin: -25px -1px 35px
}

.news-events h1:after {
    text-align: center;
    padding-top: 6px;
    content: "";
    display: block;
    margin: 0px auto;
    width: 25%;
    border-bottom: 6px solid rgb(139, 57, 57);
    border-radius: 5px;
}

.news-card-main-body{
    border:10px solid #bd0f0f;
    padding: 10px 10px ;
    border-radius: 5px;
    margin: 10px 10px;
    /* border-radius: 20px; */
    background-color: white;
 }
 .news-card-content h3{
     font-size: 20px;
     font-family: popins;
     font-weight: bold;
     
 }
 .news-card-content a{
     text-decoration: none;
     color: #000;
 
 }
 .news-card-content p{
     width: 500px;
     text-align: justify;
     height: auto;
 }


/* parim cSS */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.our-webcoderskull {
    height: 680px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    /* background:#fff; */
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0px 15px 50px 0px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}

.our-webcoderskull .cnt-block figure {
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.cnt-block figure .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.our-webcoderskull .cnt-block img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.our-webcoderskull .cnt-block h3 {
    /*   color:#2a2a2a;*/
    font-weight: bold;
    font-size: 15px;
    /* font-weight:500; */
    padding: 6px 0;

    text-transform: uppercase;
}

.our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: black;
}

.our-webcoderskull .cnt-block p {
    color: black;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
/* Department code */
/*.Content ul li:hover{
    background-color: #fff;
    color: black;
    width: 90%;
    margin-left: -30px !important;
    text-align: center;
    border-radius: 20px;

  }*/
  /* footer Css parim */
  .footer-section {
    float: left;
    margin: 0px;
    color: #fff;
    justify-content: center;
    align-items: center;
    background-color: #666666;
    /* height: 625px;*/
    width: 100%;
}

.footer-section p,
li {
    font-size: 13px;
}

.footer-section h4 {
    font-size: 15px;
    margin-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer-section .container {
    margin-top: 100px;
}

.footer .container .footer-logo {
    align-content: center;
}

.footer-form input {
    width: 253px;
    border-radius: 50px;
    height: 45px;
    text-align: center;
    background-color: #696969;
}

.footer-form textarea {
    text-align: center;
    border-radius: 20px;
    margin-top: 10px;
}

.footer-form input,
textarea {
    border: none;
    background-color: #d1d1d1;
}

.footer-form form {
    text-align: center;
}

.footer-form img {}

.social-icons i {
    margin: 0px 10px;
}

.copyright {
    margin-top: 18px;
    padding-top: 10px;
    height: 40px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #bd0f0f;
}

/* Praim css end */

/* messages CSS */
.testimonial {
    

    padding:50px 50px ;
    margin-top: auto;
    /* display: flex; */
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
   background: url('assets_2/images/web images/testimonoal.jpg') no-repeat 0, 0;

    height: auto;

    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.testimonial h1{
    font-family: 'Poppins';
    font-size: 30px !important;
    font-weight: bolder !important;    
    color: #fff;
    text-align: center;
    /* position: absolute;
    z-index: 5; */
  
}

.testimonial h1:after {
    text-align: center;
    padding-top: 6px;
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 10%;
    /* Change this to whatever width you want. */
    /* This creates some space between the element and the border. */
    border-bottom: 6px solid #666666;
    /* This creates the border. Replace black with whatever color you want. */
    border-radius: 5px;
}
/* parim css end */

.dropdown-item:hover{
color: red !important;
}


/* Director message */
/* .director-message {
    text-align: center;
    margin-top: 2px;
    margin-bottom: -9rem;
 } */
 
 .director-message-content {
    margin-top: 50px;
    height: 600px;
 }
 
 .director-message h1 {
    color: #000000;
    margin: -2px -10px -12px 0px;
    font-size: 41px;
 }
 

.director-message-abc{
    text-align: center;
   /*	text-align: justify-all;*/
   color: black;
   text-align: left;
   line-height: 1.6;
   font-size: 17px;
   margin-right: 20px;
   margin-top: 0px;
}