body {
    /* overflow-y: hidden; */
    width: auto !important;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
    display: none;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #B5975B;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #B5975B;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #B5975B;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #B5975B;
}

p {
    text-align: justify !important;
}


@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins-Regular.ttf") format("truetype"),
        url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
        url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Medium.woff2") format("woff2"),
        url("../fonts/Poppins-Medium.woff") format("woff"),
        url("../fonts/Poppins-Medium.ttf") format("truetype"),
        url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", serif;
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Light.woff2") format("woff2"),
        url("../fonts/Poppins-Light.woff") format("woff"),
        url("../fonts/Poppins-Light.ttf") format("truetype"),
        url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



p {
    font-weight: normal;
    font-size: 17px;
}

.header-container {
    margin: 0 40px 0 40px;
    width: 100%;
}


.social-links li a {
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.social-links ul {
    list-style: none;
}

.social-links i {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s !important;
}

.social-links svg {
    margin-right: 10px;
    border-radius: 50%;
    width: 27px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: 0.5s !important;
}

.social-links i:hover {
    text-decoration: none;
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links svg:hover {
    transform: translate(0, -8px) !important;
    transition: 0.5s !important;
}

.social-links ul {
    display: flex;
    margin-bottom: 0;
}



.social-links a:hover {
    text-decoration: none;
}

.headerRightmainAll ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}

/* header */
header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 80px;
    display: flex;
    align-items: center;
}


.navbar-expand-lg .navbar-collapse {
    justify-content: right;
    margin-right: 50px;
}

.callright {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 3px 10px;
    transition: 0.5s;
    margin: 0 5px;
    text-transform: unset;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    border-radius: 10px;


}

.navbar-light .navbar-brand img {
  width: 300px;
}

.sub-menu {
    position: relative;
}

.sub-menu:hover::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 0px;
    top: -11px;
    background: #363636;
    height: 3px;
    width: 120px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .active>.nav-link:before {
    left: 0;
    right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: #556b3d;
    transition: 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff !important;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff !important;
    transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    /* display: none; */
    padding-top: 0;
    padding-bottom: 0;
}

.desk-top-menus ul {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 35px;
}

.desk-top-menus li {
    list-style: none;
    display: inline-block;
}

.desk-top-menus a {
    margin: 10px 25px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}

/*-- Underline From Center --*/

.navbar-light .navbar-nav .active>.hvr-underline-from-center:before {
    display: block !important;
}

.desk-top-menu {
    position: relative;
    margin-top: 0px;
}

.desktop {
    display: block;
}

.phone {
    display: none;
}


.main-container {
    margin: 0 110px;
}


header .toggle {
 top: 25px;
    right: 0px;
    border-radius: 30px;
}

/* nav-bar-start */
.head-menu {
    position: absolute;
    right: 0;
    top: 35px;
}

.phone-icon {
    display: none;
}

.desk-top-menus {
    position: relative;
}

.desk-top-menus::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.menu-icon {
    cursor: pointer !important;
    transition: 0.5s;
}

.m-tags li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

#megaMenu {
    cursor: pointer;
}

.overlay-close {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    display: inline;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.overlay-menu {
    background-color: #fff;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}

.overlay-menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.overlay-close i {
    font-size: 20px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu-container {
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-radius: 20px;
    background: #ED3338;
    padding: 40px;
    scrollbar-width: none;
}

.m-contents {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.overlay-menu.active .m-contents {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.mlinks-bx {
    padding-top: 40px;
}

.m-contact h4::before {
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    content: "\f041";
    color: #fff;
}

.m-header h2 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: normal;

}

.m-header h2::before {
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.m-contact {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-contact h4 {
    font-size: 16px;

    position: relative;
    line-height: 26px;
}

.m-contact p {
    font-size: 15px;
    margin: 0;

    line-height: 25px;
}

.m-tags {
    padding-top: 0px;
}

.m-tags ul {
    padding: 0;
    margin: 0;

}

.m-links a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;

    transition: 0.5s;
    text-decoration: none;
}

.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #000;
}

.m-medias {
    align-items: center;
    gap: 30px;
}

.m-medias a i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;

}

.footer-social img {
    width: 13px;
}

/* nav-bar-end */
.book-call {
    display: none;
}

.desk-top-menu .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    z-index: 9;
    position: relative;
    padding: 0;
}

.desk-top-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #192544 !important;
    width: 220px;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    top: 100%;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content {
    display: block;
    background: #ddd !important;
    border: 1px solid #CA252B;
    border-radius: 0;
    transition: 0.5s;
}

.desk-top-menu .dropdown:hover .dropdown-content .col-lg-6 :is(.main-col1, #col1) {
    display: none;
}

.desk-top-menu .column {
    float: none;
    width: 100%;
    padding: 10px;
    height: 100%;
    padding-right: 0;
}

.desk-top-menu .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.desk-top-menu i {
    color: #FFF;
    padding-right: 10px;
    font-size: 11px;
    padding-left: 5px;
}

.howtobtn a:hover i {
    color: #779c41;
}

.desk-top-menu .bg-color a:hover {
    background: #CA252B !important;
    color: #fff;
}

/* banner */

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
}





.all-social {
    position: absolute;
    right: 25px;
    bottom: -80px;
    z-index: 9;
}

.all-social p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.social-media {
    position: absolute;
    right: 25px;
    top: -80px;
    z-index: 9;
}

.social-media p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
}

.banner .owl-dots {
    position: absolute;
    right: 50%;
    bottom: 50px;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
}

.banner .owl-dots button {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 25px 0px;
    border-radius: 10px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.banner .owl-dots button.active {
    background: #ED3338;
    border: 1px solid #ED3338;
}

.not-phone {
    display: block;
}

.phone-img {
    display: none;
}

.banner-text h1 {
    font-size: 50px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}

.banner-text a {
    font-size: 15px;
    color: #000;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    padding: 10px 30px;
    font-family: 500;

}


.banner-text p {
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    padding: 0 10%;
    margin: 0;
    text-align: center;
}

.banner-taxt-btn {
    display: flex;
    gap: 30px;
}

.banner-view a {
    background-color: #ED3338;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;

    transition: 0.5s;
}

.banner-view a:hover {
    background-color: #ED3338;
    color: #fff;
    transition: 0.5s;
}

.banner-contact {
    text-align: center;
    position: relative;
}

.banner-contact a {
    color: #F5F5F5;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    right: -100px;
    top: -5px;
}

.banner-contact::before {
    background-color: #F5F5F5;
    width: 100%;
    height: 0.5px;
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
}

.banner-contact a:hover {
    color: #fff;
    transition: 0.5s;
}

.contacttops {
    display: flex;
    gap: 20px;
}

.contact-icon a {
    color: #000;
}

/* header top */
.contact-tilil {
    background: #fff;
    padding: 5px 0;
}


.contact-icon p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    position: relative;

    font-weight: normal;
    /* display: flex;
    align-items: center; */
}

.contact-icon span {

    color: #ED3338;
}

.contact-icon img {
    padding-right: 10px;
}

.contact-number {
    text-align: right;
    display: flex;
    justify-content: end;
}

.contact-number i {
    font-size: 20px;
    color: #000;
}

.contact-number a {
    color: #000;
    margin: 0;
    font-size: 14px;
    text-align: right;
    position: relative;

    font-weight: normal;
    display: flex;
    align-items: center;
}

.contact-number img {
    padding-right: 10px;
}


/* back to top */

#button {
    display: inline-block;
    background: #556b3d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#button:hover {
    background: #556b3d;
    transition: 0.5s;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button.show {
    visibility: visible;
}

/* about */

.about-sec-2 {
    background: #FDFAFA;
    padding: 80px 0;
}

.aSec2-left h1 {
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.aSec2-left p {
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: 'arial';
    margin: 0 0 15px 0;
    line-height: 25px;
    letter-spacing: 0.42px;
    text-align: center !important;
}




.ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    background: #3b602b;
    color: #fff;
    padding: 5px 20px;
}

.ticker-wrapper-h .heading {
    background-color: #1c6547;
    color: #fff;
    padding: 5px 10px;
    flex: 0 0 auto;
    z-index: 1000;
}

.ticker-wrapper-h .heading:after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 20px solid #1c6547;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
}


.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 90%;
    z-index: 999;

    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 30s;

}

.news-ticker-h:hover {
    animation-play-state: paused;
}

.news-ticker-h li {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
}

.news-ticker-h li a {
    color: #fff;
}

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


.engwrapper {
    padding: 60px 0;
}

.engboxs h3 {
    color: #000;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}

.engboxs p {
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: 'arial';
    margin: 0 0 15px 0;
    line-height: 25px;
    letter-spacing: 0.42px;
    text-align: center !important;
    padding-bottom: 20px;
}

.engleft h6 {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
    padding-top: 10px;
}

.engleft p {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-family: 'arial';
    margin: 0 0 15px 0;
    line-height: 25px;
    text-align: center !important;
}

.btechwrapper {
    padding: 60px 0;
    background: #FDFAFA;
}

.btechmargin h2 {
    color: #000;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0;
}

.techtext h6 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    background: #3b602b;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtechmargin h2 {
    color: #000;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0;
}

.mtechwrapper {
    padding: 60px 0;
    background: #fff;
}

.btechbox {
    width: 100%;
}

.btechbox img {
    width: 100%;
}

.mtechpadding {
    padding: 0;
}

.conright {
    background: #F3F1EE 0% 0% no-repeat padding-box;
    border-radius: 21px;
    padding: 40px 20px;
}



.conright h5 {
    color: #597233;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    padding-left: 40px;
}

.conright h5::after {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius:
        30px;
    content: '';
    width: 10px;
    height: 10px;
    background: #1d4861;
    opacity: 0.96;
}

.conright a {
    color: #fff;
    padding: 8px 30px;
    font-size: 13px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 66px;
    background: #3b602b;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    text-align: center;
}

.conright .form-control::placeholder {
    color: #000;
    font-size: 14px;
}

.conright .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    border: none;
    padding: 10px 20px;
    color: #000;
}

.conright h3 {
    font-size: 22px;
    font-weight: 600;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 0;
}

.formwrapper {
    padding: 60px 0;
    background-image: url(../images/form-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    padding-top: 100px;
}

.banner-text {
    position: absolute;
    left: 0%;
    bottom: 20%;
    transform: translate(0%, 0%);
    right: 0;
    right: 40%;

}

.banner-text h1 {
    font-size: 56px;
    color: #fff;
    padding-bottom: 20px;
    padding-right: 0%;
    font-weight: bold;
}

.banner-text h1 span {
    color: #A9F700;
}

.banner-text p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-right: 13%;
    padding-bottom: 10px;
    padding-left: 0;
}

.bannerflex {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* footer */

.footerwrapper {
    background: #3B602B;
    padding: 60px 0;
    padding-bottom: 0;
}

.footermargin {
    box-shadow: 3px 3px 15px #00000029;
    border-radius: 48px;
    background: #fff;
    padding: 50px 50px;
    margin-bottom: 80px;
}


.keepleft h2 {
    color: #000;
    font-size: 28px;
    padding-bottom: 15px;
    margin: 0;
    font-weight: bold;
}

.keepright .form-control {
    color: #000;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 0 0 5px 0px;
}

.keepright .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.keepbtn {
    float: right;
}

.keepbtn a {
    border: 1px solid #B1BB37;
    color: #fff;
    font-weight: 500;
    border-radius: 66px;
    padding: 10px 35px;
}


.keepright p {
    color: #000;
    font-size: 15px;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
}


.menu-footer h5 {
    font-size: 19px;
    color: #000;
    padding-bottom: 20px;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu-footer h5::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 5px;
}

.menu-footer li {
    list-style-type: none;
    padding-bottom: 0px;
}

.menu-footer li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    opacity: 0.7;
}

.menu-footer a:hover {
    color: #000 !important;
    transition: .4s;
}

.menu-footer ul {
    padding-left: 0;
    margin: 0;
}


.menu-footer {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 9px 15px #00000059;
    border-radius: 28px;
    padding: 20px 20px;
    height: 100%;
}

.menubtn a {
    color: #000 !important;
    border-bottom: 1px solid #B1BB37;
    text-decoration: none;
    font-size: 15px;
    text-align: right;
    cursor: pointer;
}

.menubtn {
    text-align: right;
}

.menu-footer p {
    color: #000;
    opacity: 0.7 !important;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
}


.footercopy {
    padding: 30px 0;
    padding-bottom: 20px;
}

.footercopyleft p {
    font-size: 14px;
    color: #E9EAE9;
    position: relative;
    margin: 0;
    text-align: right !important;
}

.kmfooter {
    display: flex;
    gap: 10px;
}

.kmfooter a {
    color: #E9EAE9;
    font-size: 14px;
}

.kmfooter h6 {
    color: #E9EAE9;
    font-size: 14px;
}

.phone-icons {
    display: flex;
    gap: 40px;
    justify-content: end;
    margin-top: 50px;color: #fff;
}

/*----------about--------------*/
.inner-banner {
    background: url(../images/inner-banner.png) no-repeat;
    text-align: right;
    margin-top: 0px;
    padding: 35px 0;
    padding-top: 140px;
}

.inner-header {
    text-align: right;
    color: #fff;
    font-size: 25px;
}

.about-secs-2 {
    background: #EEEEEE;
    padding: 80px 0;
}

.aSec2-lefts h1 {
   color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
}

.asec2-rights span {
    font-size: 20px;
    color: #191B1D;
    font-weight: 600;
    font-family: 'Quicksand';
}

.aSec2-lefts {
    border-right: 1px solid #ccc;
    height: 100%;
}

.about-secs-3 {
    padding: 0 0 80px;
    background: #eeeeee;
}

.about-secs-3-content {
    background: #ffffffab;
    padding: 70px 50px;
    position: relative;
    margin-top: -371px
}

/* chair */

.chairleft img {
    transition: 0.6s;
}

.chairleft img:hover {
    transition: 0.6s;
    -ms-transform: scale(1.03);
    /* IE 9 */
    -webkit-transform: scale(1.03);
    /* Safari 3-8 */
    transform: scale(1.03);
}

.chairleft h4 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    padding: 10px 0;
    margin: 0;
}

.chairleft h5 {
    color: #000;
    font-weight: 600;
    font-size: 16px;

}

.chairleft {
    text-align: center;
}

.chairwrapper {
    padding: 60px 0;
}

.ar-main-left h5 {
    font-weight: 600;
  font-size: 25px;
    padding-bottom: 0px;
}

.ar-main-left h6 {
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 10px;
}

.ar-main-left p {
    padding: 0;
    color: #000;
    font-size: 17px;
    font-family: 'arial';
    margin: 0 0 15px 0;
    line-height: 25px;
    letter-spacing: 0.42px;
}

.amb-div {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.397);
}

.directorwrapper {
    padding: 60px 0;
    background: #EEEEEE;
}

.ar-row2 {
    margin-bottom: 60px;
    border-bottom: 1px solid #000;
    padding-bottom: 60px;
}

/* latest news */
.newswrapper {
    padding: 60px 0;
}
.newsmargin h2  {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 20px;
}

.newsmargin a {
font-size: 15px;
  color: #fff;
  background: #000 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 6px 20px;
}

.newsbox  {
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 9px 15px #00000059;
  border-radius: 0;
  padding: 10px 10px;
 margin-bottom: 30px;
}

.newsa {margin: 20px 0;}
.newstexts h5  {
  font-weight: 600;
  font-size: 17px;
  padding: 9px 0;
  margin: 0;height: 60px;
}
.newstexts h6  {
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 0;
  margin: 0;
}

.newsbox img {
  width: 100%;
}

.courses-section{
    position:relative;
    padding:80px 0;
    background:url("../images/programme-bg.jpg") center center/cover no-repeat;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(59, 96, 43, 0.800);
}


.sub-title{
   color: #fff;
    font-size:14px;
    letter-spacing:2px;
    display:block;
    margin-bottom:10px;
}

.courses-section h2{
    color:#fff;
   font-size: 40px;
    margin-bottom:50px;
}

.course-wrapper{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

.course-column h3{
    color:#fff;
    font-weight:500;
    letter-spacing:2px;
    margin-bottom:25px;font-size: 20px;
}

.course-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.course-grid.single{
    grid-template-columns:1fr;
}

.course-card{
    background:rgba(255,255,255,.08);
    color:#fff;
padding: 30px 30px;
  min-height: 120px;
    display:flex;
    align-items:center;
  font-size: 19px;
    font-weight:400;
    border-bottom:2px solid rgba(255,255,255,.25);
    transition:.3s;
    cursor:pointer;
}

.course-card:hover{
    background:#8b5a16;
}



.programmemargin {z-index: 99;
  position: relative;}

/* contact */
.contact-section{
    padding:40px 0;
}



.contact-wrapper{
    background:#fff;
    border:1px solid #ececec;
    border-radius:25px;
    padding:70px;
    display:flex;
    gap:50px;
    position:relative;
    overflow:hidden;background: #F9F9F9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
}

.bg-text{
    position:absolute;
    top:20px;
    left:50%;
    transform:translateX(-50%);
    font-size:120px;
    font-weight:700;
    color:#f3f3f3;
    z-index:0;
    white-space:nowrap;
}

.contact-left{
    position:relative;
    z-index:1;
}

.contact-tag{
    display:inline-block;
    border:1px solid #bfbfbf;
    padding:10px 28px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:25px;
}

.contact-left h2{
   font-size: 30px;
    font-weight:700;
    margin-bottom:20px;font-weight: 600;
  color: #111
}

.contact-left p{
   font-size: 14px;
  color: #000000;
  margin-bottom: 15px;padding-right: 15%;
}

.info-card{
    background:#fff;
    border-radius:18px;
    padding:20px;
    display:flex;
    align-items:center;
    margin-bottom:18px;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
}

.icon{
    width:58px;
    height:58px;
    border-radius:14px;
  background: #f3f3f3;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#3B602B;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.info-content{
    flex:1;
    margin-left:18px;
}

.info-content h4{
font-size: 20px;
  margin-bottom: 4px;
  font-weight: 500;
}

.info-content span{
    color:#555;
    font-size:15px;
}

.arrow{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#9f9f9f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-form-box{

    background:#f8f8f5;
    border:1px solid #d8d8d8;
    border-radius:18px;
    padding:15px;
    position:relative;
    z-index:1;
}

.contact-form-box input,
.contact-form-box textarea{
    width:100%;
    border:1px solid #d5d5d5;
    background:#fff;
    padding:18px 20px;
    border-radius:12px;
    margin-bottom:15px;
    outline:none;
    font-size:15px;
}

.contact-form-box textarea{
    resize:none;
}

.contact-form-box button{
    width:100%;
background-color: #3B602B;
    color:#fff;
    border:none;
    padding:20px;
    border-radius:10px;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
}

.contact-form-box button span{
    width:35px;
    height:35px;
    background:#e4b84d;
    color:#000;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:10px;
}

.mapwrapper .map-box {
  border: 2px solid #3B602B;
  border-radius: 20px;
  overflow: hidden;
}
.mapwrapper .map-box iframe {
  width: 100%;

  border: none;  border-radius: 20px;
}
.mapwrapper {padding-bottom: 60px;}

.chairmargin h2  {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
}
.chairmargin p {
  text-align: center !important;
  padding: 0 20%;
  margin-bottom: 60px;
}

/* Responsive */




@media (max-width: 1259.5px) {}

@media (max-width: 991.5px) {
    .chairmargin h2 {
  font-size: 25px;}
    .chairwrapper {
  padding: 30px 0;
}
    .chairmargin p {
  text-align: center !important;
  padding: 0 0%;
  margin-bottom: 25px;
  font-size: 15px;
}
.desktop {    display: none;}
.phone {  display: block;  }
.navbar-toggler {    display: none; }
.banner-text { right: 0%;}
.banner-text h1 { font-size: 38px;}
.phone-icons{display: none;}
.banner-text p { font-size: 14px; padding-right: 0;}
header .toggle { top: 20px;}
.navbar-light .navbar-brand img { width: 190px;}
.banner-container {margin: 0 40px !important;}
.about-sec-2 {
  padding: 40px 0;
}
.aSec2-left h1 {
  font-size: 22px;
  padding-bottom: 15px;
  margin: 0;
}
.aSec2-left p {
  padding: 0;
  font-size: 15px;
  margin: 0 0 0px 0;}
.main-container {
  margin: 0 50px;
}
.engwrapper {
  padding: 40px 0;
}
.engleft h6 {
  font-size: 18px;
  padding-bottom: 10px;
  margin: 0;
  padding-top: 15px;
}

.engleft p {
  font-size: 14px;
  margin: 0 0 0px 0;
  line-height: 22px;
}
.btechwrapper {
  padding: 40px 0;}
.btechmargin h2 {
  font-size: 25px;
  padding-bottom: 25px;}
.mtechwrapper {
  padding: 40px 0;}

.mtechmargin h2 {
  font-size: 25px;
  padding-bottom: 25px;}

.formwrapper {
  padding: 60px 0;
  height: auto;
}
.menu-footer {margin-bottom: 25px;height: auto;}
.footercopyleft p {
  text-align: left !important;
}
.footercopy { padding-top: 0;}
.menu-footer h5 img {height: 80px;}

/* programme */
  .course-wrapper{
        grid-template-columns:1fr;
    }

    .course-grid{
        grid-template-columns:1fr;
    }

    .courses-section h2{
     font-size: 28px;margin-bottom: 10px;
    }
.inner-header h1 {font-size: 19px;}
    .course-card{
        font-size:15px;min-height: 100%;
        padding:22px;
    }
    .courses-section {
  padding: 40px 0;}
  .course-column h3 {
  font-size: 17px;
}

.inner-banner {
  padding: 20px 0;
  padding-top: 100px;
}



  /* contact */
   .contact-wrapper{
        flex-direction:column;
        padding:30px;
    }

    .contact-left,
    .contact-form-box{
        width:100%;padding-top: 0px;
    }

    .bg-text{
        font-size:60px;
    }

    .contact-left h2{
      font-size: 25px;
    }
    .contact-section {
  padding: 30px 0;
}
  .bg-text {
    font-size: 40px;
  }
  .contact-left p {
  padding-right: 0;
}
.contact-form-box {margin-top: 0;
    padding-top: 20px;
  }
  .contact-form-box input, .contact-form-box textarea {
  padding: 12px 20px;
  font-size: 14px;
}
.contact-form-box button { padding: 15px; font-size: 15px}
.mapwrapper {
  padding-bottom: 40px;
}



}

@media (max-width: 768px) {
    

.asec2-rights p {
  font-size: 15px;
}
    .aSec2-lefts h1 {
  font-size: 22px;}
    .about-secs-2 {
  padding: 30px 0;
}
    .directorwrapper {
  padding: 30px 0;}
    .ar-main-left p { font-size: 15px ; margin: 0;}
    .ar-row2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
  .aSec2-left p {
    font-size: 14px;
  }
.main-container {
    margin: 0 20px;
  }
.about-sec-2 {
    padding: 30px 0;
  }
.engboxs h3 {
  font-size: 22px;}

.engwrapper {
    padding: 30px 0;
  }
.btechwrapper {
    padding: 30px 0;
  }
 .mtechwrapper {
    padding: 30px 0;
  }
 .mtechmargin h2 {
    font-size: 22px;}
 .btechmargin h2 {
    font-size: 22px;}

 .formwrapper {
    padding: 30px 0;}

.conright {
  padding: 20px 20px;
}
.footerwrapper {
  padding: 30px 0;
  padding-bottom: 0;
}
.menu-footer h5 img {
    height: 50px;
  }
  .banner-text h1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
 .banner-container {
    margin: 0 20px !important;
  }
.header-container {
  margin: 0 20px 0 20px;}
  .navbar-light .navbar-brand img {
    width: 160px;
  }
 header .toggle {
    top: 10px;
  }
.inner-banner {
  padding: 20px 0;
  padding-top: 80px;
}
header {
  top: 50px;
  height: auto;}
 /* contact */

.mapwrapper {
  padding-bottom: 30px;
}
.contact-form-box button { padding: 10px; font-size: 15px}
  .contact-left h2 {
    font-size: 22px;margin: 0;padding-bottom: 10px;
  }
 .contact-wrapper {
    padding: 20px;
  }
.mapwrapper .map-box iframe { height: 100%;}

}






