.nav_bar {
    background-color: #103f4e;
}

.nav_bar li a {
    color: white !important;
}

.nav_bar img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_bar_name {
    color: white;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.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: '';
    display: block;
    margin: 0 auto;
    width: 7%;
    padding-top: 10px;
    border-bottom: 6px solid #103f4e;
    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/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;
}

.galleryContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 20px 0 20px;
    /* height: 100vh; */
}

.galleryContainer .heading {
    width: 50%;
    padding-bottom: 50px;
}

.galleryContainer .heading h3 {
    font-size: 3em;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    color: black;
    /* border-bottom: 3px solid #222; */
}

.galleryContainer .heading h3:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    padding-top: 10px;
    border-bottom: 6px solid #103f4e;
    border-radius: 3px;
}

.galleryContainer .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.galleryContainer .box .dream {
    display: flex;
    flex-direction: column;
    width: 32.5%;
}

.galleryContainer .box .dream img {
    width: 100%;
    padding-bottom: 15px;
    border-radius: 5px;
}

.galleryContainer .btn {
    margin: 40px 0 70px 0;
    background: #222;
    padding: 15px 40px;
    border-radius: 5px;
}

.galleryContainer .btn a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bolder;
    letter-spacing: 3px;
}

@media only screen and (max-width: 769px) {
    .galleryContainer .box {
        flex-direction: column;
    }
    .galleryContainer .box .dream {
        width: 100%;
    }
}

@media only screen and (max-width: 643px) {
    .galleryContainer .heading {
        width: 100%;
    }
    .galleryContainer .heading h3 {
        font-size: 2em;
    }
}


/* 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 */

.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;
    zoom: normal;
    scroll-behavior: smooth;
}

nav {
    margin-bottom: -13px !important;
}

.Content ul a {
    text-decoration: none;
    color: #fff;
}

.home-content {
    height: 100vh;
    background-image: url('../assets/images/web images/g1.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;
}


/*Home Style*/


/*Departments*/

.departments {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../assets/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: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #2c5c6c;
    /* border-radius: 5px; */
    /* ; */
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #4badce;
    color: #003242;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #003242;
}


/* 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 #103f4e;
    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: #103f4e;
    /* height: 625px;*/
    width: 100%;
}

.footer-section p,
li {
    font-size: 13px;
}

.footer-section h4 {
    margin-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 30px;
    color: white;
    font-weight: 600;
}

.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;
}

.social-icons i {
    margin: 0px 10px;
}

.copyright {
    margin-top: 18px;
    padding: 20px 0;
    height: auto;
    width: 100%;
    color: #000;
    text-align: center;
    background-color: #c2d8f0;
}


/* 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/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;
}

.navbar-nav li a {
    font-size: 16px;
    text-align: center;
}