@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gudea&display=swap');




.container {
    width: 90%;
    margin: auto;
    padding: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* website header start */
.top-options {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 100px;
}

.top-options a {
    color: #0a40028f;
    margin-left: 28px;
    margin-right: -10px;
    font-size: 20px;
    text-decoration: none;
    /* padding: 0 10px; */
}

.top-options a:hover i {
    color: #6dbd43;
    /* transform: rotateY(180deg); */
    transition: .3s;
}

.head {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo1 {
    align-items: flex-start;
    width: 80px;
    height: 120px;
}

#logo2 {
    align-items: flex-end;
    width: 130px;
    height: 130px;
}

.container header {
    padding: 20px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.container header h1 {
    color: rgb(86, 109, 1);
    font-weight: 800;
}

.container header h2 {
    color: rgb(86, 109, 1);
    font-weight: 700;
}

.container header #iso {
    color: rgb(161, 106, 4);
    font-weight: 500;
    font-size: 20px;
}

/* website header end */
.cardsection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    padding-right: 0;
}

.cardsection .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    /* border-top: 1px solid rgb(237, 240, 237); */
    cursor: pointer;
    border-radius: 10px;
    font-family: 'poppins', sans-serif;
    transition: .3s;
    height: 200px;
    color: rgb(1, 77, 87);

    border: 1px solid rgb(230, 230, 230);
}

.cardsection a .card {
    color: rgb(1, 77, 87);
    text-decoration: none;
}

.cardsection a {
    text-decoration: none;
}

.cardsection a .card h6::after {
    text-decoration: none;
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(1, 77, 87);
    display: block;
    margin: auto;
    transition: .5s;
}

.cardsection a .card:hover h6::after {
    width: 100%;
    margin-top: 4px;
}

.cardsection .card:hover {
    /* box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); */
    transition: .4s ease;
    border-radius: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.cardsection .card h5 {
    text-align: center;
    font-size: 19px;
}

.cardsection .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* .cardsection .card:hover img {
    border-radius: 0;
} */

/* navbar start */
.navbar {

    margin-top: 20px;
    background-color: rgb(255, 255, 255);
}

.navbar ul {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}

.navbar ul li {
    margin-left: 10px;
}

.navbar ul li .dropbtn {
    margin-top: 0px;
}

.navbar ul li a {
    color: black;
}

/* .dropdown-content .dropdown-divider{
    color: red;
} */
.navbar ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(76, 122, 2);
    display: block;
    margin: auto;
    transition: .5s;
}

.navbar ul li:hover::after {
    width: 100%;
}

.navbar ul :hover {
    color: rgb(25, 41, 1);
}


/**submenu css start**/
.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    background-color: rgba(255, 255, 255, 0.956);
    /* border-radius: 8px; */
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 15px;


}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    background-color: rgba(255, 255, 255, 0.956);
    /* border-radius: 8px; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;


}

.dropdown-menu>li>a::after {
    font-weight: 600;
    margin-left: 30px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    /* text-decoration: underline; */
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
    margin-left: 30px;
}

/**submenu css ends**/


/* dropdown style1 */
.dropdown ul {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 2px;
    background-color: #fcf8f8;
}

/* dropdown style2 */
.dropbtn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 16px;
    border: none;
    margin: 0;
    font-weight: 500;
    border-radius: 4px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1f1;
    min-width: max-content;
    /* max-width: 300px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dropdown-content a {
    color: black;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 15px;
    /* border-bottom: #bdbdbb 1px solid;  */
}

/* .dropdown-content i {
    margin: auto;
    padding: 0 10px;
} */
.dropdown-content a:hover {
    background-color: rgb(249, 248, 248);
    transition: all .3s ease;
    /* transform: scaleX(1.1); */
    /* border-left: 4px solid rgb(6, 75, 1); */
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: .5s;
}

/* .dropdown:hover .dropbtn {background-color: #ced2ce;} */
/* navbar end here */


.carousel-item {
    height: 500px;
}
.carousel-item2 {
    height: 300px;
}
.carousel {
    width: 100%;
    height: 100%;
}

#carouselExampleCaptions {
    margin-bottom: 0;
}

.w-100 {
    width: 100% !important;
    height: 75vh;
}

.col-9 {
    padding: 10px;
    margin-left: 20px;
}

.col-2 {
    padding: 0 10px;
    margin: 0;
    /* width: 300px; */
}

.container .news marquee {
    height: 500px;
}

.news {
    margin-top: 0px;
    padding: 0px;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 680px;
    width: 18rem;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  */
    /* border-radius: 10px; */
}

.news h5 {
    color: rgb(245, 234, 231);
    background-color: rgb(206, 84, 47);
    padding: 20px;
    border-radius: 0px;
}

.news ul {
    /* height: 300px; */
    padding: 0px 20px;
    margin-left: 15px;
}

.news li {
    color: rgb(233, 111, 74);
    /* text-align: justify; */
}

.news li a {
    color: rgb(206, 84, 47);
    text-decoration: none;
    font-family: 'calibri', sans-serif;
}

.news li a:hover {
    color: rgb(175, 46, 6);
    text-decoration: none;
    font-family: 'calibri', sans-serif;
    transition: .3s;
}

.news li:hover {
    color: rgb(175, 46, 6);
    /* text-decoration: underline; */
}

.news .btn {
    color: rgb(230, 90, 47);
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 150px;
    border: 1px solid rgb(230, 90, 47);
    background: transparent;
    border-radius: 0px;
 }

.news .btn:hover {
    background-color: rgb(175, 46, 6);
    color: rgb(213, 208, 208);
    border: 1px solid rgb(175, 46, 6);
    transition: .3s;
}

/* director message (home page) start*/
.cardsection .card {
    align-items: center;
    justify-content: center;

}

.cardsection .card img {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    /* border-radius: ; */

}

.ddesk {
    display: flex;
    margin-top: 50px;
    padding: 15px;
}

.ddesk img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: 50px 40px;
    /* border: 8px solid white; */
}

.ddesk h5 {
    font-size: 30px;
    font-family: 'antonio', sans-serif;
    font-weight: bolder;
    color: #262525dd;
}

.ddesk h2 {
    font-size: 25px;
    font-family: 'antonio', sans-serif;
    font-weight: bold;
    color: #3d3c3c;
    margin-top: 15px;
}

.ddesk h3 {
    font-size: 20px;
    font-family: 'antonio', sans-serif;
    color: #585757;
    margin-top: 20px;
    padding-bottom: 10px;
}

.ddesk #instname {
    margin-top: 2px;
}

.ddesk p {
    text-align: justify;
    font-family: 'calibri';
    color: #585757;
    font-size: 18px;
}

.ddesk .btn {
    color: rgb(54, 77, 7);
    background-color: rgb(113, 156, 26);
    border: 0px;
    border-radius: 0px;
    border: 1px solid rgb(113, 156, 26);
    margin-left: 470px;
    width: 110px;
    margin-top: 2px;
    background: transparent;
}

.ddesk .btn:hover {
    background-color: rgb(69, 103, 3);
    color: #e0f5d9;
    transition: .3s ease;
    border: 1px solid rgb(113, 156, 26);
}

.sidecolor {
    display: block;
    background-color: yellowgreen;
    height: 350px;
    width: 150px;
}

#dmessage {
    margin-top: 0px;
    margin-left: 60px;
    padding: 10px;
    width: 600px;
}

/* director message (HOME) end*/

/* goverment icons start*/
#icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    margin-top: 30px;
}

#icons img {
    width: 150px;
    height: 120px;
    margin: 30px 10px;
    border: #cccaca 1px solid;
    padding: 10px;
    border-radius: 5px;
}

/* goverment icons end*/

/* footer code start */
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('images/footerbg.jpg');
    background-position: center;
    background-size: cover;
    color: #cacaca;
    font-family: 'poppins';
    margin-bottom: 0;

}

footer .Copyright {
    margin-bottom: 0;

}

footer a {
    color: #bbb8b8;
    text-decoration: none;
    /* font-size: 14px; */

}

footer a:hover {
    color: #7dc793;
    text-decoration: none;
}

section a i {
    font-size: 20px;
}

.footer p {
    font-size: 14px;

}

section span {
    font-family: 'poppins';
    font-weight: 300;
    padding-top: 20px;
    color: #abeabe;
}

/* <!-- Section: Social media --> */
section .fab {
    margin-top: 0px;
    color: #8adca2;
    border: 1px solid #8adca2;
    background: transparent;
    padding: 10px 10px;
    border-radius: 50%;
}

section .fab:hover {
    color: #ffffff;
    transition: all .1s linear;
}

.footer input {
    margin-top: 30px;
    width: 300px;
    border-radius: 0;
    background-color: #bfc2c0;
}

footer .footertext {
    color: #c2cfc0;

}

.footer p {
    color: rgb(171, 170, 170);
}

.form {
    display: flex;

}

.form .form-control {
    font-size: 14px;

}

.form .btn {
    margin-top: 30px;
    height: 40px;
    border-radius: 0;
}

.footer .vcounter {
    margin-top: 45px;
    width: 260px;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 300;

}

.footer .vcounter span {
    padding: 8px 15px;
    color: #dad9d9;
    margin-left: 20px;
    padding: 10px;
    background-color: #bfc2c0;
    border-radius: 4px;
    border: 1px solid #bfc2c0;
    background: transparent;

}

/* footer code end */


/* Publication page code start */
.pheaderimg .pheader {
    height: 300px;
    margin: 0px 0px;
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 100px 280px;
    background-image: url('images/banner_bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pheader h1 {
    font-size: 60px;
    color: #74a01c;
}

.psection {
    padding: 30px 40px;
}

/* accordion header */
.accordion-item h4 {
    text-decoration: none;
    color: #0b3f01;
    font-weight: 500;
    font-size: 19px;
}

.accordion-item .accordion-body {
    background-color: #fdfdfd;
}

.accordion .accordion-item {
    border-radius: 4px;
}

/* collapse1/accordion1 start */
.accordion .accordion-item #collapseOne .accordion-body .card {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px auto;
    border: none;
}

.accordion .accordion-item #collapseOne .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion .accordion-item #collapseOne .accordion-body .card img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.accordion-item #collapseOne .card img {
    margin-left: 50px;
}

.accordion-item #collapseOne .accordion-body .card h5 {
    text-align: center;
    font-size: 16px;
    font-family: 'poppins';
}

/* collapse1/accordion1 end */


/* collapse2/accordion2 start */
.accordion .accordion-item #collapseTwo .accordion-body .card {
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px auto;
    border: none;
}

.accordion .accordion-item #collapseTwo .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion .accordion-item #collapseTwo .accordion-body .card img {
    margin-bottom: 6px;
    width: 80px;
    height: 80px;
    margin-top: 30px;
}

.accordion-item #collapseTwo .accordion-body .card h5 {
    text-align: center;
    font-size: 15px;
    font-family: 'poppins';
}

/* accordion2 end */
/* collapse3/accordion3 start */
.accordion .accordion-item #collapseThree .accordion-body .card {
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px auto;
    border: none;
}

.accordion .accordion-item #collapseThree .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion .accordion-item #collapseThree .accordion-body .card img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.accordion-item #collapseThree .card img {
    margin-left: 30px;
}

.accordion-item #collapseThree .card #darpan1 img {
    margin-left: 20px;
}

.accordion-item #collapseThree .accordion-body .card h5 {
    text-align: center;
    font-size: 16px;
    font-family: 'poppins';
}

/* accordion3 end */
/* collapse4/accordion4 start */
.accordion .accordion-item #collapsefour .accordion-body .card {
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 15px;
    /* height: 200px;  */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 30px 20px;
    border: none;
}

.accordion .accordion-item #collapsefour .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion-item #collapsefour .accordion-body .card h5 {
    text-align: left;
    font-size: 36px;
    font-family: 'poppins';
}

.accordion-item #collapsefour .accordion-body .card h4 {
    padding: 10px 15px;
    border-left: 1px solid #4b4d4b;
    border-right: 1px solid #4b4d4b;
    color: #4b4d4b;
    width: fit-content;
    margin-top: 10px;
    /* border-radius: 4px; */
}

.accordion-item #collapsefour .accordion-body .card h4:hover {
    background-color: #e6e8e6;
    transition: .3s;
    color: #000000;
}

/* accordion4 end */
/* collapse5/accordion5 start */
.accordion .accordion-item #collapsefive .accordion-body .card {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px;
    border: none;
}

.accordion .accordion-item #collapsefive .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion .accordion-item #collapsefive .accordion-body .card img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.accordion-item #collapsefive .card .card-body img {
    margin-left: 80px;
}

.accordion-item #collapsefive .accordion-body .card h5 {
    text-align: center;
    font-size: 16px;
    font-family: 'poppins';
}

/* collapse5/accordion5 end */
/* collapse6/accordion6 start */
.accordion .accordion-item #collapsesix .accordion-body .card {
    /* align-items: center;
    justify-content: center; */
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 15px;
    /* height: 200px;  */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px 20px;
    border: none;
    /* width: 900px; */
}

.accordion .accordion-item #collapsesix .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion-item #collapsesix .accordion-body .card .card-body {
    margin-left: 0px;
}

.accordion-item #collapsesix .accordion-body .card h5 {
    /* text-align: left; */
    /* font-size: 18px; */
    font-family: 'poppins';
}

.accordion-item #collapsesix .accordion-body .card h4 {
    padding: 10px 10px;
    border-left: 1px solid #4b4d4b;
    border-right: 1px solid #4b4d4b;
    color: #4b4d4b;
    width: fit-content;
    margin-top: 0px;
    font-size: 14px;
}

.accordion-item #collapsesix .accordion-body .card h4:hover {
    background-color: #e6e8e6;
    transition: .3s;
    color: #000000;
}

.accordion-item #collapsesix .accordion-body .card img {
    height: 80px;
    width: 80px;
    margin-left: 17px;
    margin: 20px;
    opacity: 0.95;
}

/* accordion6 end */

.accordion .accordion-item #collapseseven .accordion-body .card {
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px auto;
    border: none;
    width: 16rem;
}

.accordion .accordion-item #collapseseven .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion .accordion-item #collapseseven .accordion-body .card img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.accordion-item #collapseseven .card img {
    margin-left: 10px;
}

.accordion-item #collapseseven .accordion-body .card h5 {
    text-align: center;
    font-size: 16px;
    font-family: 'poppins';
}


.accordion .accordion-item #collapseeight .accordion-body .card {
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px auto;
    border: none;
    width: 25rem;
}

.accordion .accordion-item #collapseeight .accordion-body .card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion .accordion-item #collapseeight .accordion-body .card img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.accordion-item #collapseeight .card img {
    margin-left: 50px;
}

.accordion-item #collapseeight .accordion-body .card h5 {
    text-align: center;
    font-size: 16px;
    font-family: 'poppins';
}


/* common accordion card css start */
.accordion-item .accordion-body .card a {
    text-decoration: none;
    color: rgb(80, 74, 74);
    /* margin: 20px; */
}

.accordion-body .card a h5 {
    padding: 10px 15px;
    border-left: 1px solid #b1b4b0;
    border-right: 1px solid #b1b4b0;
    /* transition: all 0.3s ease-in-out; */
}

.accordion-body .card a h5:hover {
    background-color: #d3d5d3;
    transition: .3s;
    /* transform: scaleX(1.1); */
}

.accordion-body .card a:hover {
    color: #000000;
    transition: .3s;
}

.accordion-item button i {
    margin-right: 20px;
}

/* common accordion card css end */
.accordion .accordion-item #collapseTwo .card {
    width: 16rem;
}

#collapseThree .accordion-body .card {
    width: 16rem;
}

/* Publication page code end */


/* announcement page css start */
.announcementsection .col {
    padding: 10px 40px;
}

.announcement .aheader {
    height: 300px;
    margin: 0px 0px;
    margin-top: -20px;
    margin-bottom: -40px;
    padding: 100px 280px;
    background-image: url('images/banner_bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.announcement .aheader h1 {
    font-size: 60px;
    color: #74a01c;
}

.announcementsection .tab-content h4 {
    color: #34621b;
    margin-top: 0;
}

.announcementsection .col-md-9 .tab-content h5 {
    color: #3d3d3c;
    font-weight: 500;
    font-size: 17px;
}

.announcementsection .tab-content .tab-pane {
    border: #96e9af 2px solid;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    border: #96e9af 2px solid;
}

.announcementsection .tab-content .card {
    border-radius: 10px;
    /* width: 12rem; */
    background-color: #f2f4f0;
    /* border: 1px solid rgb(56, 57, 55); */
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}

/* announcement page, tenders tab table start code */
.styled-table {
    border-collapse: collapse;
    /* margin: 25px 15px; */
    font-size: 0.9em;
    font-family: sans-serif;
    /* width: 850px; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: center;
}

.styled-table th,
.styled-table td {
    padding: 20px 10px;
    font-family: 'Poppins';
    text-align: center;
}

/* .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px;
} */
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

/* TABLE END */
.nav-pills-custom .nav-link.active {
    background: rgb(226, 246, 216);
}

.announcementsection span {
    color: #45b649;
    font-weight: 500;
    font-size: 18px;
}

.announcementsection .ml-2 i {
    color: #5ec261;
    margin: 0 4px;
}

.announcementsection a span:hover {
    color: #136516;
    font-weight: 500;
}

/* announcement page Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        /* border-left: 10px solid #96e9af; */
        border-left: 10px solid #96e9af;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -12px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/* employment tab code start */
.list-group li {
    margin-bottom: 12px;
}

/* .list-group-item {
  } */
.list li {
    list-style: none;
    padding: 10px;
    border: 1px solid #e3dada;
    margin-top: 12px;
    border-radius: 5px;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}

.announcementsection .nav-link i {
    color: #45b649;
    margin-right: 10px;
}

.tab-pane .list li span {
    font-weight: 400;
    font-size: 14px;
}

.tab-pane .list li a {
    text-decoration: none;
}

.tab-pane .date-time {
    text-decoration: none;
    /* margin-right: 8px; */
}

.tab-pane img {
    margin-left: 20px;
    width: 30px;
}

.tab-pane .list h5 {
    font-size: 18px;
}

/* announcement page css end */
/* director message (DIRECTOR PAGE) start*/
.dirheader {
    height: auto;
    margin: 0px 0px;
    margin-top: -20px;
    margin-bottom: -40px;
    padding: 100px 280px;
    background-image: url('images/banner_bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #dffbe0; */
}

.directorheader h1 {
    font-size: 60px;
    color: #74a01c;
}


.directorpage #dmessage {
    margin-top: 0px;
    margin-left: 10px;
    padding: 10px;
    width: fit-content;
    /* margin-bottom: 50px; */
}

.directorpage .ddesk .card-text {
    /* background-color: #009879; */
    margin-top: -20px;
}

.directorpage .ddesk {
    display: flex;
    margin: 0px;
    /* margin-top: 50px; */
    /* padding: 15px ; */
    background-image: url('images/ddeskbg.png');
    background-size: cover;
    background-position: center;
}

.directorpage .ddesk img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: 50px 40px;
    width: auto;
    height: 400px;
    border: 10px solid white;
}

.directorpage .sidecolor {
    display: block;
    background-color: yellowgreen;
    height: 500px;
    width: 150px;
}

.directorpage .ddesk h5 {
    font-size: 30px;
    font-family: 'antonio', sans-serif;
    font-weight: bolder;
    /* color: yellowgreen; */
    color: rgb(116, 160, 28);
    margin-bottom: 40px;
}

.directorpage .ddesk h2 {
    font-size: 25px;
    font-family: 'antonio', sans-serif;
    font-weight: bold;
    color: rgb(127, 173, 35);
    margin-top: 85px;
    justify-content: right;
}

.directorpage .ddesk h3 {
    font-size: 20px;
    font-family: 'antonio', sans-serif;
    color: rgb(117, 154, 41);
    margin-top: 20px;
    padding-bottom: 10px;
    justify-content: right;
}

.directorpage .ddesk #instname {
    margin-top: 2px;
}

.directorpage .ddesk h5,
h2,
h3 {
    display: flex;
    justify-content: left;
    align-items: flex-end;
}

.directorpage .ddesk p {
    text-align: justify;
    font-family: 'Gudea', sans-serif;
    color: #575857;
    font-size: 17px;
}

.directorpage .nextpara {
    font-family: 'Gudea', sans-serif;
    margin: 15px 10px;
}

/* director message (DIRECTORSPAGE) end*/



/* farm implements & machinery code start */
.farmimplementheader .farmheader {
    height: 300px;
    margin: 0px 0px;
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 100px 180px;
    background-image: url('images/banner_bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.farmimplementheader .farmheader h1 {
    font-size: 45px;
    text-align: center;
    color: #74a01c;
}
.farmimplementheader .farmheader h2 {
    font-size: 35px;
    margin-top: -50px;
    padding-left: 60px;
    text-align: center;
    color: #74a01c;
}

.row .visit {
    display: flex;
    justify-content: right;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 25px;
}

.row .visit a {
    background-color: #74a01c;
    padding: 10px 15px;
    /* color: #74a01c; */
    border-radius: 2px;
    text-decoration: none;
    /* background: transparent; */
    border-left: 1px solid #74a01c;
    border-right: 1px solid #74a01c;
    font-size: 16px;
    color: #fff;
    font-family: 'poppins';
}

.row .visit a:hover {
    background-color: #628815;
    transition: all .5s ease;
    color: #fff;
}

/* .farmimplementsection .farmtabs{
    width: auto;
} */

.farmimplementsection .farmtabs #myTab1Content {
    margin: -50px 0px;
}

.farmimplementsection .farmtabs #myTab1Content #aicrp img {
    width: auto;
    height: 250px;
    margin-left: 0;
    object-fit: cover;
    border-radius: 0;
    object-position: center;
}

.farmimplementsection .farmtabs #myTab1Content #aicrp .card {
    border-bottom: none;
    border-radius: 0;
}

.farmimplementsection .farmtabs ul a {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 500;
    border: #bdf99d 1px solid;
}

.farmimplementsection .farmtabs #myTab1Content #aicrp p {
    margin-left: 15px;
    margin-top: 10px;
    text-align: justify;
}

.farmimplementsection .farmtabs ul a:hover {
    background-color: #bdf99d;
}

.farmimplementsection .farmtabs .nav-link {
    color: #4b9523;
}

.farmimplementsection .farmtabs h4 {
    border-left: #4b9523 4px solid;
    padding: 0 10px;
    color: #3d3c3c;
    margin-top: 30px;
}

.farmimplementsection .farmtabs .farmcontactsection h3 {
    border-left: #4b9523 4px solid;
    padding: 0 10px;
    margin-top: 80px;
    color: #4b4a4a;
}

.farmimplementsection .farmtabs .farmcontactsection h5 {
    font-family: 'poppins';
}

.farmimplementsection .farmtabs .farmcontactsection .details {
    color: #3d3c3c;
    margin-left: 20px;
    margin-top: 20px;
}

.farmimplementsection .farmtabs .farmcontactsection img {

    border: #ecedeb 10px solid;
    border-radius: 20px;
    width: 200px;
    height: 100px;
}

.farmimplementsection .farmtabs #centers h4 {
    border-left: #4b9523 4px solid;
    padding: 0 10px;
    margin-top: 50px;
    color: #4b4a4a;
}

.farmimplementsection .farmtabs #centers h5 {
    padding: 0 10px;
    margin: 40px 0px;
    color: #4b4a4a;
}

.farmimplementsection .farmtabs #centers table {
    margin-top: 60px;
    background-color: #f5faf5;
    border-top: #cccfce 1px solid;
    width: 100%;
    text-align: left;
}

.farmimplementsection .farmtabs #centers table th,
tbody {
    padding: 10px 20px;
    font-family: 'poppins';
    font-size: 14px;
}

.farmimplementsection .farmtabs #technologies .card {
    margin: 50px 0;
    border: 1px solid #dedddd;
    border-radius: 0;
    border-bottom: none;
}

.farmimplementsection .farmtabs #technologies .card .card-body {
    margin-top: 20px;
    width: auto;
}

.farmimplementsection .farmtabs #technologies .card p {
    text-align: justify;
}

.farmimplementsection .farmtabs #technologies .card img {
    margin: 10px;
    margin-left: 10px;
    height: 280px;
    width: 400px;
}

.farmimplementsection .farmtabs #technologies .card h4 {
    margin-top: 30px;
    color: #323232;
}

.farmimplementsection .farmtabs #technologies .card h5 {
    color: #4b4a4a;
    margin-top: 0px;
    /* margin-left: 15px; */
    border-left: 4px solid #4b9523;
    padding-left: 10px;
}

.with-arrow .nav-link.active {
    position: relative;
    background-color: #bdf99d;
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #bdf99d;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

/* @media (min-width: 576px) {
    .rounded-nav {
      border-radius: 50rem !important;
    }
  }
  @media (min-width: 576px) {
    .rounded-nav .nav-link {
      border-radius: 50rem !important;
    }
  }
   */
/* farm implements & machinery code end */



/* publicinfo page code start */
.publicinfo .header {
    height: 300px;
    margin: 0px 0px;
    margin-top: -20px;
    margin-bottom: -40px;
    padding: 100px 280px;
    background-image: url('images/banner_bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.publicinfo .header h1 {
    font-size: 60px;
    color: #74a01c;
}

.publicinfosection .tab-content h4 {
    color: #356c45;
    margin-bottom: 30px;
    text-align: left;
    padding: 0px 8px;

}

.publicinfosection .tab-content #cpio h5 {
    margin-top: 40px;
    text-align: center;
    color: #323232;
}

.publicinfosection .tab-content #cpio .office p {
    margin-top: -25px;
}

.publicinfosection #myTab1Content #cpio .table {
    background-color: #f0f3f3;
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
}

.publicinfosection #myTab1Content #cpio table td {
    padding: 15px;
}

.publicinfosection #myTab1Content #cpio .table tbody {
    padding-top: 50px;
}

.publicinfosection #myTab1Content #cpio #fno .col {
    color: #3d3c3c;
}

.publicinfosection #myTab1Content #cpio .table p strong {
    color: #3d3c3c;
    margin-top: 50px;
}

.publicinfosection #myTab1Content #circulars ul li a {
    background-color: #ffffff;
    text-decoration: none;
    border: none;
    color: #5d9f70;
    transition: all .5s ease;
}

.publicinfosection #myTab1Content #circulars ul li a:hover {
    color: #356c45;
    transition: all .3s ease;
}

.publicinfosection #myTab1Content #circulars ul li {
    color: #5d9f70;
}

.publicinfosection #myTab1Content #suo a i {
    font-size: small;
}

.publicinfosection #myTab1Content #suo a {
    background-color: #ffffff;
    text-decoration: none;
    border: none;
    color: #478458;
    transition: all .5s ease;
    font-weight: 500;
}

.publicinfosection #myTab1Content #suo a:hover {
    color: #356c45;
    transition: all .3s ease;
}

.publicinfosection #myTab1Content #suo {
    color: #5d9f70;
}

.publicinfosection #myTab1Content #suo h5 {
    color: #3d3c3c;
}

.publicinfosection #myTab1Content #suo p {
    color: #3d3c3c;
    text-align: justify;
}

.publicinfosection #myTab1Content #suo table {

    background-color: #f0f3f3;
    border-radius: 10px;
    margin-top: 30px;
}

.publicinfosection #myTab1Content #suo table .theader {

    color: #3d3c3c;
}

.publicinfosection #myTab1Content #suo table td {
    padding: 15px;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    border: #96e9af 2px solid;
}

.publicinfosection .col {
    padding: 10px 20px;
}

.publicinfosection .tab-content h5 {
    color: #34621b;
}

.publicinfosection #v-pills-Vigilance {
    border-radius: 0px;
    background-color: #03516d;
}

.publicinfosection .tab-content .farmtabs {
    border: #96e9af 2px solid;
    margin-top: -18px;
}

.publicinfosection .Vigilance {
    border: #96e9af 2px solid;
}

.publicinfosection .Vigilance1 {
    /* border: #d0d0d0 1px solid; */
    padding: 15px 20px;
    width: fit-content;
    background-color: #eaeded;
    color: #292828;
    font-family: 'poppins';
}

.publicinfosection .tab-content .tab-pane a {
    background-color: #356c45;
    color: #d9f8e2;
    font-weight: 500;
    border: #539265 1px solid;
}

.publicinfosection span {
    color: #45b649;
    font-weight: 500;
    font-size: 18px;
}

.publicinfosection .ml-2 i {
    color: #5ec261;
    margin: 0 4px;
}

.publicinfosection a span:hover {
    color: #136516;
    font-weight: 500;
}

.publicinfosection .nav-link i {
    color: #45b649;
    margin-right: 10px;
}

/* publicinfo page Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .publicinfosection .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        /* border-left: 10px solid #96e9af; */
        border-left: 10px solid #96e9af;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -12px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.publicinfosection .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/* tab arrow  start*/
.publicinfosection .with-arrow .nav-link.active {
    position: relative;
    background-color: #96e9af;
    color: #045544;
    border: #96e9af 1px solid;
}

.publicinfosection .with-arrow .nav-link.active::after {
    content: '';
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #96e9af;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

/* tab arrow  end*/
/* publicinfo page code end */



/* kvk page code start */

.kvkheader .kheader {
    height: 300px;
    margin: 0px 0px;
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 100px 250px;
    background-image: url('images/banner_bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.kvkheader .kheader h1 {
    font-size: 60px;
    color: #74a01c;
}
.kvkheader .kheader h2 {
    font-size: 36px;
    color: #74a01c;
}
.kvkheader .kheader h5 {
    font-size: 22px;
    color: #5f2c03;
    text-align: center;
}
.kvksection .kvk {
    margin: 0px 0px;
}

.kvksection .kvk .kvkslide {
    height: 320px;

}

.kvksection .kvk .kvkslide .carousel-item img {
    object-fit: cover;
    object-position: center;
}


.kvksection .kvk .card1 img {
    /* width: 800px; */
    height: 350px;
    /* margin-left: 200px; */
    object-fit: cover;
    border-radius: 0;
    object-position: center;

}

.kvksection .kvk .card1 {
    border: 1px solid gainsboro;
    border-bottom: none;
    border-radius: 0;

}

.kvksection .kvk .card1 .card-body {
    padding: 0px 20px;
}

.kvksection .kvk .card .card-body {
    padding: 0px 20px;
}

.kvksection .kvk .card {
    border-bottom: none;
    border-radius: 0;

}

.kvksection .kvk ul a {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 500;
    border: #bdf99d 1px solid;
}

.kvksection .kvk p {
    margin-left: 15px;
    margin-top: 10px;
    text-align: justify;
}

.kvksection .kvk .drds {


    padding: 15px 0px;
    width: fit-content;
    background-color: #f1f0f0;
    margin-left: 0px;
    margin-top: 100px;
    border-bottom: none;
    /* border-radius: 10px; */

}

.kvksection .kvk .drds h5,
p {
    margin: 0;
    color: #353635;
}

.kvksection .kvk .drds img {
    width: 200px;
    border: 8px solid rgb(255, 255, 255);
    padding: 0;
    margin-left: 15px;


}

.kvksection .kvk ul a:hover {
    background-color: #bdf99d;
}

.kvksection .kvk .nav-link {
    color: #4b9523;
}

.kvksection .kvk .card h4 {
    border-left: #4b9523 4px solid;
    padding: 0 10px;
    color: #3d3c3c;
    margin-top: 0px;
}

.kvksection .kvk h3 {
    border-left: #4b9523 4px solid;
    padding: 0 10px;
    margin-top: 80px;
    color: #4b4a4a;
}

.kvksection .kvk h5 {
    font-family: 'poppins';
}

.kvksection .kvk .details {
    color: #3d3c3c;
    margin-left: 20px;
    margin-top: 20px;
}

.kvksection .kvk h4 {
    border-left: #4b9523 4px solid;
    padding: 0 10px;
    margin-top: 50px;
    color: #4b4a4a;
}

.kvksection .kvk h5 {
    padding: 0 10px;
    margin: 40px 0px;
    color: #4b4a4a;
}


.kvksection .kvk .card {
    margin: 50px 0;
    border: 1px solid #dedddd;
    border-radius: 0;
    border-bottom: none;
}

.kvksection .kvk .card .card-body {
    margin-top: 20px;
    width: auto;
}

.kvksection .kvk .card p {
    text-align: justify;
}

.kvksection .kvk .card img {
    margin: 10px;
    margin-left: 10px;
    height: 280px;
    width: 400px;
}

.kvksection .kvk .card h4 {
    margin-top: 30px;
    color: #323232;
}

.kvksection .kvk .card h5 {
    color: #4b4a4a;
    margin-top: 0px;
    /* margin-left: 15px; */
    border-left: 4px solid #4b4a4a;
    padding-left: 10px;
}

/* kvk page code end */

/* farm page code */
.farm {
    object-fit: cover;
    object-position: top;
    height: 300px;
}

/* atic page code */
.atic {
    object-fit: cover;
    object-position: center;
    height: 300px;
}



/* web services page code start */
.servicessection {
    padding: 40px 30px;


}

.servicessection .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    border: 0;
    margin-bottom: 30px;
    padding: 10px 0px;
    border: 1px solid rgb(214, 214, 214);

}

.servicessection .card img {
    width: 360px;
    height: 200px;
    border-radius: 6px;
    margin-bottom: 0px;
    border: 1px solid rgb(227, 227, 227);
    object-fit: cover;

}

.servicessection .card a {
    text-decoration: none;
}

.servicessection .card h5 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'poppins';
    padding: 8px 8px;
    border-left: 1px solid #6a6b6a;
    border-right: 1px solid #6a6b6a;
    color: #4b4d4b;

}

.servicessection .card h5:hover {
    background-color: #e6e8e6;
    transition: .3s;
    color: #080808;
}

/* web services page code end */



/* history/vision/objective  page code start */

.historypage h5 {
    font-size: 30px;
    font-family: 'antonio', sans-serif;
    font-weight: bolder;
    /* color: yellowgreen; */
    color: rgb(116, 160, 28);
    margin-top: 20px;
    margin-left: auto;

}

.historypage {
    margin-top: -10px;
    padding: 10px 30px;
    width: fit-content;
    text-align: justify;
}

.historypage .card {

    border-radius: 0;
    border-bottom: none;

}

.historypage img {

    margin-top: 0px;
    height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    object-position: center;


}

.historypage #historyp {
    margin: 10px 20px;
    padding: 10px;
    width: fit-content;
}


/* history/vision page code end */



/* organogram code end */

.Organogram {
    margin-top: 10px;
    padding: 10px 30px;
    width: fit-content;
    text-align: justify;
}

.Organogram .card {

    border: 0px;
    border-bottom: none;


}

.Organogram img {

    margin-top: 0px;
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    object-position: center;
}

/* Previous Directors  code start */
.predirectors {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;

}

.predirectors img {
    height: 180px;
    width: 150px;
    /* object-fit: cover; */


}

.predirectors .card h4,
p {
    color: #4f4e4e;

}

.predirectors .card h4 {
    font-size: 20px;

}

.predirectors .card p {
    font-size: 16px;

}

.testimonial-card .card-up {
    height: 150px;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;

}

.predirectors .card {
    width: 300px;
    margin-bottom: 50px;
    /* margin-right: 50px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-family: 'poppins';
}

.testimonial-card .avatar {
    /* width: 120px; */
    margin-top: -100px;
    overflow: hidden;
    border: 3px solid #def5b5;
    border-radius: 10px;
}

/* Previous Directors  code end */


/* sitemap code start */

.sitemapsection .sitemap .card ul {

    text-decoration: none;
    /* font-weight: 500; */


}

.sitemapsection .sitemap .card ul li a {
    color: #037445;
    text-decoration: none;

}

.sitemapsection .sitemap .card a:hover {
    color: #035734;
    text-decoration: underline;
    transition: all .3s ease;

}


/* sitemap code end */



/* Homepage @media query code start */



/* 1399px*************************************/
@media (max-width: 1399px) {
    .container .top-options {
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 50px;
    }

    .navbar a {
        font-size: 16px;
    }

    .cardsection {
        padding: 20px 10px;
    }

    .cardsection .news {
        width: 17rem;
        height: 570px;
    }

    .container .news marquee {
        height: 400px;
    }

    .cardsection .col-md-3 {
        padding: 0 5px;
    }

    .cardsection .card {
        width: 200px;
    }

    .cardsection .card h6 {
        font-size: 16px;
        text-align: center;
    }

    .col-md-9 #cardsection {
        width: 102%;
    }

    #icons {
        padding: 20px 5px;
        margin-top: 30px;
    }

    #icons img {
        width: 145px;
        margin: 30px 5px;
    }

    .head {
        padding: 10px 40px;
    }

    .head h1 {
        font-size: 35px;
    }

    .head h2 {
        font-size: 28px;
    }
}

/* 1366px*************************************/

@media (max-width: 1366px) {
    .container .top-options {
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 50px;
    }

    .cardsection {
        padding: 20px 10px;
    }

    .cardsection .news {
        width: 17rem;
        height: 570px;
    }

    .container .news marquee {
        height: 400px;
    }

    .cardsection .col-md-3 {
        padding: 0 5px;
    }

    .cardsection .card {
        width: 200px;
    }

    .cardsection .card h6 {
        font-size: 16px;
        text-align: center;
    }

    .col-md-9 #cardsection {
        width: 102%;
    }

    #icons {
        padding: 20px 5px;
        margin-top: 30px;
    }

    #icons img {
        width: 145px;
        margin: 30px 5px;
    }

    .head {
        padding: 10px 40px;
    }

    .head h1 {
        font-size: 35px;
    }

    .head h2 {
        font-size: 30px;
    }
}


/* 1305px*************************************/
@media (max-width: 1305px) {
    .cardsection .col-md-3 .news {
        width: 60rem;
        margin-left: 20px;
    }

    .cardsection .col-md-9 {
        width: 98%;
    }

    .cardsection .col-md-9 .card {
        width: 100%;
    }

    .cardsection .col-md-9 .card h5 {
        font-size: 21px;
    }

    .govtcard1 {
        width: 80%;
    }

    .head {
        padding: 10px 40px;
    }

    .head h1 {
        font-size: 35px;
    }

    .head h2 {
        font-size: 30px;
    }
}


/* 1208px*************************************/
@media (max-width: 1208px) {
    .navbar {
        font-size: 16px;
    }
}

@media (max-width: 1047px) {
    .navbar {
        padding: 0%;
        box-sizing: border-box;
        
    }
    .navbar .navbar-nav a{
        font-size: 13px;
        
    }
}


/* 1024px*************************************/
@media (max-width: 1024px) {
    .cardsection .col-md-3 .news {
        width: 51rem;
    }
}


/* 1025px*************************************/
@media (max-width: 1025px) {
    .navbar a {
        font-size: 14px;
    }

    #icons {
        margin: auto 30px;
    }
}

@media (max-width: 1021px) {
    .navbar a {
        font-size: 13px;
    }

}


/* 992px*************************************/
@media only screen and (max-width: 992px) {
    .navbar ul li .dropbtn {
        font-size: 13px;
    }
}


/* 1199px*************************************/
@media (max-width: 1199px) {
    .navbar ul li a {
        font-size: 14px;
    }

    .cardsection .col-md-3 .news {
        width: 56rem;
    }
}


@media (max-width: 1042px) {
    #dmessage p {
        margin-right: 15px;
    }

    .news {
        width: 55rem;
    }

    .ddesk .btn {
        margin-left: 0px;
    }
}


/* 1034px*************************************/
@media (max-width: 1034px) {
    .cardsection h5 {
        font-size: 16px;
    }

    .ddesk h5 {
        font-size: 24px;
    }

    .ddesk h2 {
        font-size: 20px;
    }

    #dmessage {
        margin-left: 80px;
        width: 100%;
    }
}


/* 991px*************************************/
@media (max-width: 991px) {
    .cardsection .col .card {
        width: 160px;
        
    }

    .cardsection .card h6 {
        font-size: 15px;
    }

    .cardsection .card img {
        width: 100px;
    }

    .ddesk h5 {
        font-size: 24px;
    }

    .ddesk h2 {
        font-size: 20px;
    }

    #dmessage {
        margin-left: 80px;
        width: 90%;
    }

    .form {
        margin-top: 15px;
    }

    .vcounter {
        margin-left: 70px;

    }
}

/* 1003px*************************************/
@media (max-width: 1003px) {
    .cardsection .col-md-3 .news {
        width: 50rem;
    }
    .cardsection .col .card img {
        width: 110px;
    }
}

@media (max-width: 991px) {
    .cardsection .col-md-3 .news {
        width: 40rem;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {

    #logo1,
    #logo2 {
        width: 80px;
        height: 80px;

    }

    #logo1 {
        margin-left: -30px;
    }

    #logo2 {
        margin-right: -30px;
    }

    .head {
        padding: 10px 20px;
        width: fit-content;
    }

    .head h1 {
        font-size: 22px;
    }

    .head h2 {
        font-size: 20px;
    }

    .head header #iso {
        font-size: 16px;
    }

    #cardsection {
        padding: 10px 10px;

    }

    #cardsection .card {
        margin-bottom: 20px;
        width: 300px;
        height: auto;
        padding: 20px;
        margin-left: 90px;
    }

    #cardsection .card img {
        height: auto;
        width: 150px;
    }

    .cardsection .card h6 {
        font-size: 18px;
    }

    .cardsection .col-md-3 .news {
        width: 25rem;
        margin: auto;
    }

    .my-5 footer .sociallinks {
        /* width: 150px; */
        margin-right: 130px;
        /* background-color: #080808; */

    }

    .footer .form {
        width: 150px;
        margin-left: 130px;

    }

    .footer .vcounter {
        width: 250px;
        margin-left: 150px;

    }

    .my-5 section i {
        font-size: 15px;
    }

    .my-5 .me-5 {
        font-size: 13px;
    }
}

/* Homepage @media query code end */


/* director page @media query code start */
@media (max-width: 1366px) {

    .directorpage .ddesk #dmessage {
        margin-top: -10px;
        margin-left: 40px;
    }

    .directorpage .ddesk #dmessage h3 {
        text-align: right;
    }


}

@media (max-width: 1219px) {

    .directorpage .ddesk #dmessage {
        margin-top: 10px;
        margin-left: 40px;
    }

    .directorpage .ddesk #dmessage h3 {
        text-align: right;
    }

    .dirheader h1 {
        font-size: 40px;
    }



}

@media (max-width: 1199px) {

    .directorpage .ddesk #dmessage {
        margin-top: -15px;
        margin-left: 90px;
    }

    .directorpage .ddesk #dmessage h3 {
        text-align: right;
    }

    .directorpage .ddesk .col-md-4 {
        margin-top: 50px;
    }


}

@media (max-width: 1025px) {

    .directorpage .ddesk #dmessage {
        margin-top: 50px;
        margin-left: 140px;
    }

    .directorpage .ddesk #dmessage h3 {
        text-align: right;
    }

    .directorpage .ddesk .col-md-4 {
        margin-top: 50px;
    }

    .directorheader h1 {
        font-size: 40px;
    }
}



@media (max-width: 991px) {

    .directorpage .ddesk #dmessage {
        margin-top: -15px;
        margin-left: 100px;
    }

    .directorpage .ddesk #dmessage h3 {
        text-align: right;
    }

    .directorpage .ddesk .col-md-4 img {
        width: 250px;
        height: auto;
    }

    .directorheader h1 {
        font-size: 40px;
    }
}

/* director page @media query code end */


/* Farm Implements and Machinery page @media query code start */
@media (max-width: 1199px) {

    .farmimplementheader .farmheader h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {

    .farmimplementheader .farmheader h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .farmimplementheader .farmheader h1 {
        font-size: 22px;
        text-align: left;
    }

    .farmimplementheader .farmheader {
        padding: 120px 90px;
    }
}

/* Farm Implements and Machinery page @media query code end */


/* kvk page @media query code start */
@media (max-width: 1199px) {

    .kvkheader .kheader h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {

    .kvkheader .kheader h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .kvkheader .kheader h1 {
        font-size: 25px;

    }

    .kvkheader .kheader {
        padding: 120px 100px;
    }
}

/* kvk page @media query code end */


/* announcement page @media query code start */
@media (max-width: 1199px) {

    .kvkheader .kheader h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {

    .kvkheader .kheader h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .kvkheader .kheader h1 {
        font-size: 25px;

    }

    .kvkheader .kheader {
        padding: 120px 100px;
    }
}

/* announcement page @media query code end */

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}



/* 480px  ******************************/
@media (max-width: 480px) {
    .container {
        width: 90%;
    }

    .container .top-options {
        margin-top: 10px;
        margin-left: 62px;
        /* margin-left: 0px; */

    }

    .container .top-options a i {
        font-size: 16px;
    }

    #logo1,
    #logo2 {
        width: 60px;
        height: 60px;

    }

    #logo1 {
        margin-left: -30px;
    }

    #logo2 {
        margin-right: -30px;
    }

    .head {
        padding: 10px 20px;
        width: fit-content;
    }

    .head h1 {
        font-size: 24px;
    }

    .head h2 {
        font-size: 22px;
    }

    .head header #iso {
        font-size: 18px;

    }

    .cardsection #cardsection {
        padding: 20px 90px;
    }

    /* .cardsection .col-md-3 {
        padding: 0 5px;
    } */

    #cardsection .col .card {
        width: 300px;
        margin-left: 0px;
    }

    #cardsection .col .card img {
        width: 130px;

    }

    .cardsection .card h6 {
        font-size: 18px;
    }

    /* .col-md-9 #cardsection {
        width: 102%;
    } */

    .ddesk .sidecolor {
        width: 250px;
        margin-left: 80px;
        height: 300px;
    }

    .ddesk .sidecolor img {
        width: 230px;
        margin-top: 20px;
    }

    .ddesk #dmessage h5 {
        color: white;
        font-size: 0%;
    }

    .ddesk #dmessage {
        width: 350px;
        margin-top: -10px;
        margin-left: 70px;
    }

    .container .col-md-3 .news {
        width: 22rem;
        height: 570px;
    }

    .container .news marquee {
        height: 400px;
    }

    .my-5 footer .sociallinks {
        /* width: 150px; */
        margin-right: 80px;
        /* background-color: #080808; */

    }

    .footer .form {
        width: 100px;
        margin-left: 90px;

    }

    .footer .vcounter {
        width: 220px;
        margin-left: 100px;

    }

    .footer .vcounter label {
        width: 150px;
        /* margin-left: 50px; */

    }

    #icons {
        padding: 20px 5px;
        margin-top: 30px;
        margin-left: 90px;
    }

    #icons img {
        width: 165px;
        height: 140PX;
        margin: 20px;
    }


}


/* 364px *******************************/
@media (max-width: 394px) {
    .container {
        width: 90%;
    }

    .container .top-options {
        margin-top: 10px;
        margin-left: 62px;
        /* margin-left: 0px; */

    }

    .container .top-options a i {
        font-size: 16px;
    }

    #logo1,
    #logo2 {
        width: 50px;
        height: 50px;

    }

    #logo1 {
        margin-left: -30px;
    }

    #logo2 {
        margin-right: -30px;
    }

    .head {
        padding: 10px 20px;
        width: fit-content;
    }

    .head h1 {
        font-size: 20px;
    }

    .head h2 {
        font-size: 18px;
    }

    .head header #iso {
        font-size: 16px;

    }


    #cardsection .col .card {
        width: 250px;
        margin-left: 0px;
    }

    #cardsection .col .card img {
        width: 130px;

    }

    .cardsection .card h6 {
        font-size: 16px;
    }


    .ddesk .sidecolor {
        width: 250px;
        margin-left: 50px;
        height: 300px;
    }

    .ddesk .sidecolor img {
        width: 230px;
        margin-top: 20px;
    }

    .ddesk #dmessage h5 {
        color: white;
        font-size: 0%;
    }

    .ddesk #dmessage {
        width: 280px;
        margin-top: -10px;
        margin-left: 50px;
    }

    .container .col-md-3 .news {
        width: 18rem;
        height: 570px;
    }

    .container .news marquee {
        height: 400px;
    }

    .my-5 footer .sociallinks {
        /* width: 150px; */
        margin-right: 30px;
        /* background-color: #080808; */

    }

    .footer .form {
        width: 100px;
        margin-left: 40px;

    }

    .footer .vcounter {
        width: 220px;
        margin-left: 50px;

    }

    .footer .vcounter label {
        width: 150px;
        /* margin-left: 50px; */

    }

    #icons {
        padding: 20px 5px;
        margin-top: 30px;
    }

    #icons img {
        width: 145px;
        margin-left: -10px;
    }


}

.neon span {
    font-size: small;
    margin-top: -1rem;
    animation: neon 1s ease infinite;
}
@keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 10px #800e0b, 0 0 20px #800e0b, 0 0 20px #800e0b, 0 0 20px #800e0b, 0 0 2px #fed128, 2px 2px 2px #806914;
        color: #f5efcb;
    }
    50% {
        text-shadow: 0 0 2px #800e0b, 0 0 5px #800e0b, 0 0 5px #800e0b, 0 0 5px #800e0b, 0 0 2px #800e0b, 4px 4px 2px #40340a;
        color: #eda0d3;
    }
}


/* Center child elements */

.website-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/* Styles for website counter container */
.website-counter {
  color: white;
  font-weight: 700;
  font-size: 15px;
 }

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: #008cba;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 20px;
  color: white;
  border: 0;
}
#sMedia{
    background-color: #025f0f
      }
    #emp_corner{
        color: #ffffff;
        height:100px; 
        margin-bottom: 10px;
    }
    #dmessage{
        margin-top: 60px;
        margin-left: 30px;
        width:200px;
         height:220px;
    }
    #uae{
        align-items: center; 
        float: left;
      }
      #img-fluid{
        margin-top: 50px;
        width: 50px; /* You can set the dimensions to whatever you want */
        height: 50px;
        object-fit: cover; 
  
      }
    .left-align{
        text-align: left;
        padding: 20px;
    }
    .marquee2-container {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        padding: 1px; 
        font-size: 12px;
       line-height: 1em;
        
    }
    .marquee2 {
        /* display: inline-block; */
        color: rgb(220, 20, 20);
        font-style: italic;
        font-family: cursive;
        animation: marquee 30s linear infinite;
    }
    @keyframes marquee2 {
        from { transform: translateX(100%); }
        to { transform: translateX(-100%); }
    }