@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0 !important;
    position: relative;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    cursor: pointer !important;
}

* {
    transition: all 0.4s ease-in-out;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    --fancybox-scrollbar-compensate: 0px !important;
}

html {
    scroll-behavior: smooth;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
figure {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}

section,
footer {
    position: relative;
}

a,
button {
    transition: 0.4s all;
}

a {
    text-decoration: none;
    display: inline-block;
}

span {
    display: inline-block;
}

li {
    list-style: none;
}

h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

h2 {
    font-size: 64px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
}

h3 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
}

p {
    font-size: 17px;
    font-weight: 400;
    color: #424242;
    line-height: 27px;
}

.content {
    flex: 1;
}

.cmn-sec {
    padding: 50px 0;
}

/* .cmn-sec-1 {
    padding: 30px 0;
} */

.container {
    max-width: 100%;
    padding: 0 200px;
}

/* header */
.toggle-icon {
    position: absolute;
    right: 20px;
    visibility: hidden;
    z-index: 9;
}

.toggle-icon i {
    color: #fff;
}

.header.header {
    height: 60px;
    background: rgb(26 26 26 / 0.5);
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 0;
}


.head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.logo img {
    width: 260px;
}

/* nav.nav_bar {
    position: absolute;
    right: 50px;
} */

.nav_bar ul {
    display: flex;
    gap: 30px;
}

nav.nav_bar li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

nav.nav_bar li a:hover {
    opacity: 0.7;
}


/* banner-sec */
.banner-sec {
    height: 800px;
}

.banner-sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.bann_cont {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80%;
    display: table;
    margin: auto;
    background: rgb(26 26 26 / 0.5);
    padding: 20px 180px;
    text-align: center;
}

/* about-sec */
.about-sec {
    padding: 100px 0 120px;
}

.abt-im {
    position: relative;
    left: 70px;
}

.abt-im::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    height: 280px;
    width: 8px;
    background: #EB2625;
}

.abt-bg-im {
    position: relative;
}

.abt-bg-im::after {
    content: "";
    position: absolute;
    bottom: -32px;
    right: 144px;
    height: 200px;
    width: 200px;
    background: #E3E3E3;
    z-index: -1;
}

.abt-bg-im::before {
    content: "";
    position: absolute;
    bottom: -123px;
    left: -56px;
    height: 405px;
    width: 442px;
    background: #fff;
}

.abt-bg-im img {
    max-width: 100%;
}

.side-im {
    position: absolute;
    bottom: -130px;
    left: -70px;
}

.side-im img {
    max-width: 100%;
}

.rd-txt {
    font-size: 30px;
    color: #E4241B;
    font-weight: 700;
}

.abt-com-txt {
    position: relative;
    padding-top: 30px;
    max-width: 545px;
}

.abt-com-txt::before {
    content: "";
    position: absolute;
    top: 37px;
    left: -40px;
    height: 167px;
    width: 20px;
    background: url(../images/line.png)no-repeat center / contain;
}

.abt-innr {
    padding-bottom: 30px;
}

.abt-innr:last-child {
    padding-bottom: 0px;
}

.abt-innr h4 {
    font-size: 27px;
    color: #1B1B1B;
    font-weight: 600;
    margin-bottom: 8px;
}

/* technology-sec */
.tech-list {
    padding: 15px 0;
}

.tech-txt {
    max-width: 650px;
}

.tech-list li {
    position: relative;
    font-weight: 600;
    margin-bottom: 8px;
    color: #424242;
    padding-left: 18px;
}

.tech-list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #424242;
}

.tech-rit iframe {
    height: 370px;
    width: 94%;
}

.tech-rit {
    position: relative;
}

.tech-rit::before {
    content: "";
    position: absolute;
    top: -43px;
    left: -43px;
    height: 250px;
    width: 250px;
    background: #E3E3E3;
    z-index: -1;
}

.tech-rit::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 1px;
    height: 200px;
    width: 200px;
    background: #F28500;
    z-index: -2;
}

.ifrm {
    position: relative;
}

.ifrm::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 28px;
    height: 385px;
    width: 578px;
    background: #fff;
    z-index: -1;
}

.ifrm::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -15px;
    height: 60px;
    width: 60px;
    background: #E3E3E3;
    z-index: -1;
}

.rd-lin {
    position: absolute;
    right: 21px;
    top: 35px;
    height: 147px;
    width: 8px;
    background: #EB2625;
}


/* agriculture-sec */
.agri-info {
    padding: 30px 0;
}

.technology-sec p {
    line-height: 30px;
}

.edu-info {
    padding-bottom: 50px;
}

/* partner-sec */
.part-dtls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3C3C3C;
    margin-bottom: 50px;
}

.part-dtls h2 {
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    padding-bottom: 0;
}

.part-info {
    position: relative;
    padding: 20px 50px;
    background: #242424;
}

.part-info::after {
    content: "";
    position: absolute;
    top: 0;
    right: -58px;
    bottom: 0;
    height: 107px;
    width: 100px;
    background: url(../images/tri-im.png)no-repeat center / contain;
}

.part-logo {
    display: flex;
    gap: 15px;
    padding-right: 12px;
}

.part-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 200px;
    background: #fff;
}

.part-logo a img {
    width: 150px;
    max-width: 100%;
}

/* company-sec */
.comp-in {
    background: #2C395B;
    color: #fff;
    height: 820px;
}

.co-hd {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #003594;
    padding: 8px 20px;
}

.co-hd h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}

.co-hd figure {}

.co-hd figure img {
    width: 28px;
    max-width: 100%;
}

.comp-in ul {
    padding: 15px 20px;
    max-width: 260px;
}

.comp-in ul li {
    position: relative;
    padding-bottom: 10px;
}

.comp-in ul li a {
    color: #fff;
    padding-left: 12px;
}

.comp-in ul li:last-child {
    padding-bottom: 0;
}

.comp-in ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

/* major-sec */
.major-sec {
    background: #F3F0ED;
}

.major-sec h2 {
    margin-bottom: 20px;
}

.sub-fl {
    display: flex;
    justify-content: space-between;
}

.maj-info {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    list-style: none;
    padding-left: 0;
}

.sub-in {
    /* width: 16.66%;
    flex: 0 0 auto; */
    background: #fff;
    text-align: center;
    border-radius: 12px;
    /* margin: 24px; */
    padding: 20px;
    transition: 0.5s all;
}

.sub-in:hover {
    transform: translateY(-3px);
}

.sub-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-in p {
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
}

.sb-fig {
    max-width: 60px;
}

.sb-fig img {
    max-width: 100%;
}

/* gallry-sec */
.gall-dtls {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gall-info {
    display: flex;
    gap: 5px;
}

.galll-fig a {
    position: relative;
}

.galll-fig img {
    max-width: 100%;
}

.galll-fig a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.5s all;
}

.galll-fig a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    opacity: 0;
    background: url(../images/sh-im.png)no-repeat center / contain;
}

.galll-fig:hover.galll-fig a::before {
    opacity: 1;
}

.galll-fig:hover.galll-fig a::after {
    opacity: 1;
}

/* footer */
footer {
    background: #000;
}

footer {
    background: #323131;
    padding-top: 30px;
}

.foot_logo img {
    width: 300px;
}

.social {
    margin-top: 20px;
}

.social a {
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #686868;
    display: inline-block;
    text-align: center;
}

.social a:hover {
    opacity: 0.6;
    transform: translateY(-2px);
}

.links h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.links li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 2px;
    display: inline-block;
    transition: 0.4s all;
}

.links li a:hover span {
    letter-spacing: 1px;
}

.links li {
    list-style-type: disc;
    color: #fff;
    list-style-position: inside;
}

footer p {
    font-size: 12px;
    color: #B0B0B0;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #cccccc52;
}

.foot_main {
    padding-bottom: 15px;
}

/* ======== */
/* about-us */
.inner-banner {
    height: 350px;
}

.inner-banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: -100px;
    height: 350px;
    width: 821px;
    background: rgb(26 26 26 / 0.5);
    transform: skew(-26deg);
    z-index: 1;
}

.in-banner-hd {
    position: relative;
    top: 150px;
    left: 0;
    z-index: 4;
}

.about-content {
    padding: 50px 0;
}

.abt-lt {
    max-width: 800px;
    padding-bottom: 50px;
}

.abt-lt .rd-txt {
    font-size: 16px;
    padding-bottom: 5px;
}

.abt-lt h4 {
    font-weight: 700;
    font-size: 30px;
}

.abt-rt {
    max-width: 350px;
}

.abt-rt img {
    max-width: 100%;
}

.abt-para {
    font-size: 15px;
    color: #7D7D7D;
    padding-bottom: 20px;
}

.abot-para {
    padding-bottom: 20px;
}

.abot-para:last-child {
    padding-bottom: 0;
}

/* experience-sec */
.experience-sec {
    padding: 70px 0 40px;
    background: #FF9600;
    z-index: 1;
}

.experience-sec p {
    color: #000;
}

.experience-sec .abt-bg-im::before {
    display: none;
}

.experience-sec .abt-bg-im::after {
    background: #f1b972;
}

.experience-sec .abot-para:first-child {
    padding-top: 50px;
}

.exp-list {
    height: 330px;
    padding: 30px 40px;
    background: #E98900;
}

.exp-list h4 {
    font-size: 25px;
    position: relative;
    font-weight: 600;
    color: #1B1B1B;
    padding-left: 20px;
}

.exp-list h4::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
}

.exp-list p {
    padding-top: 10px;
}

.exp-list ul {
    padding-top: 10px;
}

.exp-list ul li {
    position: relative;
    padding-left: 12px;
    padding-bottom: 6px;
    color: #000;
}

.exp-list ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #000;
}

/* collaboration-sec */
.collaboration-sec {
    padding: 120px 0;
}

.collaboration-sec .ifrm {
    max-width: 560px;
}

.collaboration-sec .ifrm img {
    max-width: 100%;
}

.collaboration-sec .ifrm::before {
    top: -8px;
    right: -9px;
    height: 549px;
    width: 577px;
}

.collaboration-sec .ifrm::after {
    bottom: -17px;
    left: -20px;
    height: 50px;
    width: 50px;
}

.collaboration-sec .tech-rit::after {
    right: 0;
    bottom: -33px;
    width: 207px;
}

/* Agri & Solar */
.row-mb .col-md-6 {
    margin-bottom: 20px;
}

.row-mb .col-md-6:last-child {
    margin-bottom: 0px !important;
}

.new-banner.inner-banner::after {
    width: 100%;
    left: 0;
    transform: initial;
}

.inner-sec {
    padding: 50px 0;
}

.inner-sec h2 {
    font-size: 40px;
}

.pt {
    padding-top: 15px;
}


.bef-aft-im {
    padding-top: 30px;
}

.bef-aft-im img {
    max-width: 100%;
    width: 100%;
}

.uni-agri-sec {
    padding-bottom: 50px;
}

.agri-cnt {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.agr-txt {
    padding: 15px 20px;
}

.agr-txt h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #000;
}

.agri-cnt figure {}

.agri-cnt figure img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.agri-list li {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    padding-bottom: 2px;
}

.agri-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #000;
}

.uni-agri-sec h3 {
    font-size: 38px;
    padding-bottom: 18px;
}

.agri-eqip .agr-txt {
    padding: 0;
}

.agri-eqip img {
    max-width: 100%;
    border-radius: 10px;
}

.agri-eqip .agri-list li {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 22px;
}

.agri-eqip .agri-list li::before {
    top: 10px;
    height: 7px;
    width: 7px;
}

.agri-hdr .agr-txt {
    padding: 30px;
}

.agri-hdr .agri-list li {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 17px;
}

.agri-hdr .agri-list li::before {
    top: 9px;
    height: 7px;
    width: 7px;
}

.agri-hdr .agri-list {
    padding-top: 16px;
}

.agri-hdr h3 {
    font-size: 34px;
    padding-bottom: 10px;
}

.agri-hdr h5 {
    font-size: 18px;
    line-height: 22px;
}

.agri-hdr .pt-li {
    padding-top: 0;
}

.social-lists a {
    font-size: 18px;
    font-weight: 600;
    color: #1b2644;
}

.social-lists a+a {
    border-left: 2px solid black;
    margin-left: 18px;
    padding-left: 18px;
}

.social-lists {
    padding-top: 20px;
}

.social-lists a:hover {
    opacity: 0.7;
}

/* media-sec */
.media-sec {
    padding: 50px 0;
}

.media-banner.inner-banner {
    height: 400px;
}

.media-banner.inner-banner::after {
    height: 300px;
    width: 100%;
    left: 0;
    transform: initial;
    display: none;
}

.media-banner.banner-sec::before {
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: -1;
}

.media-sec .uni-agri-wrapper h2 {
    text-align: center;
    padding-bottom: 25px;
}

.media-sec .agri-cnt figure {
    overflow: hidden;
}

.media-sec .agri-cnt figure img {
    height: 180px;
    max-width: 100%;
    transition: 0.5s all;
}

.media-sec .agri-cnt figure img:hover {
    transform: scale(1.1);
}

.med-info {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 15px;
    line-height: 22px;
}

.med-info img {
    width: 20px;
    position: relative;
    top: -3px;
    margin-right: 2px;
}

/* TIU-SRIC */
.nw-banner {
    height: 500px;
}

.nw-banner::after {
    position: absolute;
    content: "";
    top: 0;
    left: -100px;
    height: 500px;
    width: 821px;
    background: rgb(26 26 26 / 0.5);
    transform: skew(-26deg);
    z-index: 1;
}

.nw-banner .in-banner-hd {
    max-width: 862px;
}

.res-in {
    display: flex;
    background: #fff;
}

.research-sec {
    padding: 30px 0 50px;
    background: #2F71DF;
}

.research-sec .edu-info {
    padding-bottom: 38px;
}

.research-sec .edu-info h2,
.research-sec .edu-info p {
    color: #fff;
}

.res-para {
    padding-top: 25px;
    font-weight: 600;
}

.res-cont {
    padding: 20px;
}

.res-cont h4 {
    color: #323232;
    font-weight: 700;
    max-width: 375px;
    line-height: 31px;
}

.res-cont p {
    font-size: 18px;
    padding-top: 10px;
}

.fig {
    flex: none;
}

.fig img {
    width: 225px;
    max-width: 100%;
}

.event-sec h2 {
    padding-bottom: 0;
}

.event-sec .rd-txt {
    font-size: 25px;
    color: #E41E15;
    padding: 10px 0;
}

.msg-box {
    margin: 5px 0;
}

.rd-msg {
    background: #FF0000;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
}

.rd-msg:hover {
    background: #E41E15;
    color: #fff;
}

.event-sec {}

.evt-info {
    height: 100%;
    background: #fff;
    border: 1px solid #D0C7C7;
}

.evt-info figure {
    overflow: hidden;
}

.evt-info figure img:hover {
    transform: scale(1.1);
}

.evt-info img {
    max-width: 100%;
    width: 100%;
}

.evt-cont {
    padding: 10px 10px 20px;
}

.evt-cont h4 {
    color: #323232;
    font-weight: 700;
    line-height: 31px;
    max-width: 300px;
    padding-bottom: 5px;
}

.campus-sec {
    background: #F7ECEC;
}

.campus-sec h2 {
    padding-bottom: 5px;
}

.campus-sec .evt-info {
    background: none;
    border: none;
}

.campus-sec .evt-cont {
    padding: 10px 0 0;
}

.campus-sec .edu-info {
    padding-bottom: 40px;
}

/* TGL-sec */
.content-main {
    display: flex;
    flex-wrap: wrap;
}

.image-box img {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.image-new-bx.image-new-bx img {
    float: left;
    max-width: 550px;
    margin: 0 50px 50px 0;
}
.img-rit.img-rit img {
    float: right;
    max-width: 550px;
    margin: 0 0 0 50px;
}

.tgl-hdrr.tgl-hdrr {
    display: table;
}

.content-box h2 {
    margin-top: 0;
    font-size: 32px;
    position: relative;
    padding-left: 42px;
}

.content-box h2:before {
    position: absolute;
    content: '';
    top: 0;
    left: -5px;
    width: 46px;
    height: 46px;
    background: url(../images/logo-tg.png) no-repeat;
    background-size: contain;
}

.content-box p strong {
    font-size: 17px;
    margin: 6px 0;
    display: block;
    color: #ec262a;
}

.content-box p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.content-box ul {
    padding-left: 20px;
}

.content-box li {
    list-style: disc;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #000;
}


a.con_us {
    background: #ed2529;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    margin-top: 12px;
    display: inline-block;
    text-transform: capitalize;
}
.cmn-bg{
        background: #dddddd78;
}


.modal-body img{
    width: 100%;
}

.new-modal .close {
    position: absolute;
    right: 0;
    margin: -15px;
    background: #f92b36 !important;
    opacity: 0.9;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    z-index: 9;
}

.modal-body {
    padding: 5px;
}
.new-modal .close span{
        font-size: 23px;
    position: relative;
    top: -8px;
}

.new-modal.new-modal{
    padding-right: 0 !important;
}

.new-modal .modal-dialog {
    max-width: 700px;
}

.convo-img {
    max-width: 650px;
    margin: auto;
    /* margin-top: 30px; */
}

.convo-wrapper{
    padding-top: 50px;
}

.convo-img img{
    width: 100%;
}

.convo-img img {
    width: 100%;
    border-radius: 10px;
}

.convo-img a{
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 7px;
    border-radius: 10px;
    background: #fff;
}

.convo-23 a{
    display: block;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* padding: 6px; */
    background: #fff;
    border-radius: 10px;
}

.convo-23 a img{
    width: 100%;
    border-radius: 10px;
}

.convo-23 {
    position: relative;
    /* overflow: hidden; */
    border-radius: 10px;
}

/* .convo-23::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
} */

.vido-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.4);
    /* opacity: 0; */
    transition: 0.4s all;
    border-radius: 10px;
}

.ply {
    font-size: 60px;
    color: #ff0000;
    height: 30px;
    width: 33px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: white;
}

.leader-innfo figure img{
    width: 100%;
}

.leader-innfo {
    position: relative;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s all;
    height: 100%;
}

.leader-innfo:hover{
    transform: translateY(-4px);
}

.ldr-info-dtlls{
    padding: 14px 6px 12px 15px;
}

.ldr-info-dtlls h4{
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 600;
}

.leader-innfo figure{
    overflow: hidden;
    transition: 0.4s all;
}

.leader-innfo figure:hover img{
    transform: scale(1.01);
}

.founder-frame {
    height: 500px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    margin-top: 40px;
}

.founder-frame img{
    display: block;
}



@media only screen and (max-width: 1560px) {

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    p {
        font-size: 13px;
        line-height: 23px;
    }

    .container {
        padding: 0 140px;
    }

    /* header */
    nav.nav_bar li a {
        font-size: 14px;
    }

    /* banner-sec */
    .banner-sec {
        height: 600px;
    }

    .bann_cont {
        padding: 20px 128px;
    }

    /* about-sec */
    .about-sec {
        padding: 50px 0;
    }

    .rd-txt {
        font-size: 17px;
    }

    .abt-innr h4 {
        font-size: 18px;
    }

    .abt-com-txt::before {
        top: 34px;
        left: -36px;
        height: 138px;
        width: 20px;
    }

    .abt-im::before {
        height: 190px;
        width: 6px;
    }

    .abt-bg-im {
        max-width: 400px;
    }

    .side-im {
        bottom: -90px;
        left: -70px;
        max-width: 340px;
    }

    .abt-bg-im::before {
        bottom: -81px;
        left: -57px;
        height: 302px;
        width: 332px;
    }

    .abt-bg-im::after {
        bottom: -22px;
        right: -21px;
        height: 180px;
        width: 180px;
    }

    .abt-com-txt {
        max-width: 430px;
    }

    /* technology-sec */
    .tech-txt {
        max-width: 515px;
    }

    .technology-sec p {
        line-height: 25px;
    }

    .tech-list li {
        font-size: 13px;
        padding-left: 14px;
    }

    .tech-list li::before {
        top: 8px;
        height: 5px;
        width: 5px;
    }

    .tech-rit iframe {
        height: 310px;
    }

    .tech-rit::before {
        top: -32px;
        left: -37px;
        height: 200px;
        width: 200px;
    }

    .ifrm::before {
        top: -5px;
        right: 22px;
        height: 320px;
        width: 447px;
    }

    .tech-rit::after {
        bottom: -21px;
        right: 0px;
        height: 170px;
        width: 170px;
    }

    .rd-lin {
        right: 16px;
        top: 35px;
        height: 114px;
        width: 6px;
    }

    .ifrm::after {
        height: 50px;
        width: 50px;
    }

    /* paetner-sec */
    .part-dtls h2 {
        font-size: 38px;
    }

    .part-info::after {
        right: -56px;
        height: 88px;
    }

    .part-logo a {
        height: 76px;
    }

    .co-hd h4 {
        font-size: 22px;
    }

    .co-hd figure img {
        width: 25px;
    }

    .co-hd {
        padding: 8px 12px;
    }

    /* comp-sec */
    .comp-in {
        height: 740px;
    }

    .comp-in ul {
        padding: 12px;
        max-width: 225px;
    }

    .comp-in ul li {
        font-size: 13px;
    }

    .comp-in ul li::before {
        top: 7px;
        height: 5px;
        width: 5px;
    }

    /* major-sec */
    .sb-fig {
        max-width: 40px;
    }

    .sub-in p {
        font-size: 13px;
    }


    /* about-us */
    .inner-banner {
        height: 300px;
    }

    .in-banner-hd {
        top: 135px;
    }

    .inner-banner::after {
        height: 300px;
        width: 734px;
    }

    .abt-lt {
        max-width: 640px;
        padding-bottom: 20px;
    }

    .abt-rt {
        max-width: 290px;
    }

    .abt-lt h4 {
        font-size: 20px;
    }

    .abt-para {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .abt-lt h4 {
        font-size: 22px;
    }

    .abt-lt .rd-txt {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .exp-list {
        height: 250px;
        padding: 20px 30px;
    }

    .exp-list h4 {
        font-size: 18px;
        padding-left: 16px;
    }

    .exp-list ul li {
        font-size: 12px;
    }

    .exp-list h4::before {
        top: 5px;
        height: 10px;
        width: 10px;
    }

    .exp-list ul li::before {
        top: 8px;
    }

    /* collaboration-sec */
    .collaboration-sec {
        padding: 80px 0;
    }

    .collaboration-sec .ifrm {
        max-width: 440px;
    }

    .collaboration-sec .ifrm::before {
        top: -4px;
        right: -5px;
        height: 428px;
        width: 450px;
    }

    .collaboration-sec .tech-rit::after {
        right: 0;
        bottom: -24px;
        width: 170px;
        height: 150px;
    }

    .rd-lin {
        right: 13px;
    }

    .tech-rit::before {
        top: -24px;
        left: -29px;
        height: 170px;
        width: 170px;
    }

    /* Agri & Solar Innovation */
    .inner-sec {
        padding: 40px 0;
    }

    .inner-sec h2 {
        font-size: 30px;
    }

    .uni-agri-sec h3 {
        font-size: 28px;
    }

    .agr-txt h4 {
        font-size: 16px;
    }

    .agri-list li {
        position: relative;
        padding-left: 15px;
        font-size: 14px;
        padding-bottom: 1px;
    }

    .agri-list li::before {
        top: 8px;
        height: 5px;
        width: 5px;
    }

    .agr-txt {
        padding: 12px 18px;
    }

    .agri-eqip .agri-list li {
        font-size: 15px;
        padding-bottom: 6px;
        padding-left: 15px;
    }

    .agri-eqip .agri-list li::before {
        top: 7px;
        height: 6px;
        width: 6px;
    }

    .agri-hdr h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .agri-hdr .agr-txt {
        padding: 25px;
    }

    .agri-hdr h5 {
        font-size: 15px;
    }

    .agri-hdr .agri-list li {
        font-size: 14px;
    }

    .agri-hdr .agri-list li::before {
        top: 8px;
        height: 6px;
        width: 6px;
    }

    .med-info {
        font-size: 14px;
    }

    /* TIU-SRIC */
    .nw-banner,
    .nw-banner::after {
        height: 430px;
    }

    .nw-banner .in-banner-hd {
        max-width: 690px;
    }

    .fig img {
        width: 171px;
    }

    .res-cont h4 {
        font-size: 18px;
        max-width: 290px;
        line-height: 25px;
    }

    .res-cont p {
        font-size: 13px;
        line-height: 20px;
    }

    .res-para {
        padding-top: 18px;
    }

    .research-sec .edu-info {
        padding-bottom: 30px;
    }

    .event-sec .rd-txt {
        font-size: 18px;
    }

    .evt-cont h4 {
        font-size: 18px;
        max-width: 230px;
        line-height: 21px;
    }

    .rd-msg {
        font-size: 11px;
    }

    .campus-sec .edu-info {
        padding-bottom: 30px;
    }


    /* tgl-sec */
    .image-new-bx.image-new-bx img {
        max-width: 420px;
    }

    .content-box p {
        font-size: 14px;
        line-height: 25px;
    }

    .content-box li {
        font-size: 14px;
    }

    a.con_us {
        font-size: 15px;
    }

    .convo-img {
        max-width: 550px;
        /* margin-top: 10px; */
    }

    .ply {
        font-size: 46px;
    }

    .ldr-info-dtlls h4 {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .ldr-info-dtlls {
        padding: 12px 4px 11px 12px;
    }

    .founder-frame {
        height: 450px;
        margin-top: 40px;
    }

}

@media only screen and (max-width: 1390px) {

    /* about-sec */
    .abt-bg-im {
        max-width: 330px;
    }

    .side-im {
        max-width: 273px;
    }

    .abt-bg-im::before {
        height: 243px;
        width: 266px;
    }

    .abt-bg-im::after {
        height: 160px;
        width: 160px;
    }

    .abt-im::before {
        height: 175px;
        width: 5px;
    }

    /* technology-sec */
    .ifrm::before {
        right: 24px;
        height: 320px;
        width: 470px;
    }

    .tech-rit::before {
        top: -32px;
        left: -30px;
        height: 160px;
        width: 160px;
    }

    .tech-rit::after {
        bottom: -18px;
        right: 4px;
        height: 140px;
        width: 140px;
    }

    .rd-lin {
        right: 18px;
        height: 145px;
        width: 6px;
    }

    /* partner-sec */
    .part-dtls h2 {
        font-size: 35px;
    }

    .part-info::after {
        height: 84px;
    }

    .part-logo a {
        height: 65px;
    }

    .part-logo a img {
        width: 120px;
    }

    /* company-sec */
    .co-hd figure img {
        width: 20px;
    }

    .co-hd h4 {
        font-size: 20px;
    }

    .comp-in ul li {
        font-size: 12px;
    }

    .collaboration-sec .tech-lft {
        max-width: 400px;
    }

    .collaboration-sec .ifrm {
        max-width: 466px;
    }

    .collaboration-sec .ifrm::before {
        top: -6px;
        right: -6px;
        height: 455px;
        width: 478px;
    }

    .rd-lin {
        right: 10px;
    }

    .tech-rit::before {
        top: -28px;
        left: -28px;
    }

    /* agri-solar */
    .social-lists a {
        font-size: 15px;
    }

    /* tiu-sric */
    .rd-msg {
        font-size: 9px;
    }

    /* About-us */
    .inner-banner::after {
        width: 550px;
    }

}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .container {
        padding: 0 70px;
    }

    .cmn-sec {
        padding: 40px 0;
    }

    a.logo img {
        width: 200px;
    }

    nav.nav_bar li a {
        font-size: 12px;
    }

    /* banner */
    .rd-txt {
        font-size: 16px;
    }

    .bann_cont {
        width: 87%;
        padding: 20px 60px;
    }

    .abt-bg-im {
        max-width: 300px;
    }

    .side-im {
        max-width: 250px;
    }

    .abt-bg-im::before {
        height: 221px;
        width: 242px;
    }

    .abt-bg-im::after {
        height: 120px;
        width: 137px;
        bottom: -17px;
        right: -17px;
    }

    .abt-im::before {
        height: 160px;
    }

    .abt-com-txt::before {
        height: 132px;
    }

    .ifrm::before {
        right: 20px;
        height: 320px;
        width: 416px;
    }

    .rd-lin {
        right: 16px;
        height: 130px;
        width: 6px;
    }

    .tech-rit::before {
        top: -20px;
        left: -22px;
        height: 135px;
        width: 135px;
    }

    /* partner-sec */
    .part-dtls h2 {
        font-size: 28px;
    }

    .part-info {
        padding: 20px 30px;
    }

    .part-info::after {
        height: 76px;
    }

    .part-logo {
        gap: 5px;
    }

    .part-logo a {
        height: 60px;
    }

    /* subsidiries-sec */
    .sub-in p {
        font-size: 12px;
    }

    .social a {
        font-size: 15px;
        width: 32px;
        height: 32px;
        line-height: 31px;
    }

    /* experience-sec */
    .experience-sec .abot-para:first-child {
        padding-top: 30px;
    }

    .exp-list {
        height: 290px;
    }

    .collaboration-sec .ifrm {
        max-width: 408px;
    }

    .collaboration-sec .ifrm::before {
        top: -5px;
        right: -6px;
        height: 398px;
        width: 420px;
    }

    .rd-lin {
        right: 14px;
    }

    .collaboration-sec .ifrm::after {
        bottom: -15px;
        left: -18px;
        height: 42px;
        width: 45px;
    }

    .collaboration-sec .tech-rit::after {
        bottom: -22px;
        width: 154px;
        height: 140px;
    }

    /* agri-solar */
    .social-lists {
        padding-top: 10px;
    }

    .social-lists a {
        font-size: 12px;
    }

    /* TIU_SRIC */
    .nw-banner .in-banner-hd {
        max-width: 575px;
    }

    .res-cont {
        padding: 15px;
    }

    .res-cont h4 {
        font-size: 15px;
        line-height: 19px;
    }

    .res-cont p {
        font-size: 11px;
        line-height: 16px;
    }

    .evt-cont h4 {
        font-size: 15px;
        line-height: 18px;
    }

    .rd-msg {
        font-size: 7px;
    }

    .msg-box {
        margin: 0 0 5px;
    }

}

@media only screen and (max-width: 991px) {

    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 28px;
        padding-bottom: 16px;
    }

    .mt {
        margin-top: 20px;
    }

    .mrb {
        margin-bottom: 20px;
    }

    a.logo img {
        width: 200px;
    }

    .toggle-icon {
        visibility: visible;
    }

    nav.nav_bar li a {
        font-size: 14px;
    }

    .nav_bar ul {
        gap: 5px;
        flex-direction: column;
    }

    .header.header {
        height: 65px;
        padding: 0;
    }

    .nav_list {
        display: block;
        position: fixed;
        top: 0;
        right: -920px;
        background: #000;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        z-index: 2;
        padding: 23px 13px 10px;
        transition: 0.5s ease-in-out;
    }

    .nav_list.active {
        right: 0;
    }


    /* bannert-sec */
    .banner-sec {
        height: 400px;
    }

    .abt-im {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: table;
        margin: auto;
    }

    .abt-info {
        padding-top: 125px;
    }

    .rd-txt {
        font-size: 13px;
    }

    .abt-com-txt {
        max-width: 100%;
    }

    .abt-com-txt::before {
        height: 112px;
    }

    .abt-innr h4 {
        font-size: 16px;
    }

    /* about-sec */
    .about-sec {
        padding: 50px 0 0;
    }

    .abt-com-txt::before {
        height: 108px;
    }

    /* partner-sec */
    .part-logo a {
        height: 50px;
        width: 120px;
    }

    .part-info::after {
        height: 67px;
    }

    .edu-info {
        padding-bottom: 30px;
    }

    .part-dtls h2 {
        font-size: 22px;
    }

    /* Subsidiaries-sec */
    .maj-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* technology-sec */
    .tech-lft {
        padding-bottom: 20px;
    }

    .ifrm::before,
    .tech-rit::before,
    .ifrm::after,
    .tech-rit::after,
    .rd-lin {
        display: none;
    }

    .tech-rit iframe {
        width: 100%;
        height: 270px;
    }

    .ifrm::before {
        right: 120px;
        height: 280px;
        width: 388px;
    }

    .tech-rit::after {
        bottom: -25px;
        right: 102px;
        height: 140px;
        width: 140px;
    }

    .tech-rit::before {
        left: 99px;
    }

    /* about-us */
    .inner-banner {
        height: 250px;
    }

    .inner-banner::after {
        height: 250px;
        width: 450px;
    }

    .inner-banner .in-banner-hd {
        top: 120px;
    }

    .about-content {
        padding: 20px 0;
    }

    .abt-lt h4 {
        font-size: 18px;
    }

    .abt-lt .rd-txt {
        font-size: 11px;
    }

    .abt-para {
        font-size: 11px;
    }

    .abt-rt {
        margin: 20px auto;
    }

    .experience-sec {
        padding: 40px 0;
    }

    .experience-sec .abt-info {
        padding-top: 40px;
    }

    .exp-list {
        height: 230px;
    }

    .collaboration-sec {
        padding: 30px 0;
    }

    .collaboration-sec .tech-lft {
        max-width: 100%;
    }

    .tech-txt {
        max-width: 100%;
    }

    .in-banner-hd {
        top: 90px;
    }

    .collaboration-sec .ifrm {
        max-width: 300px;
        margin: auto;
    }

    /* agri-solar */
    .inner-sec {
        padding: 20px 0;
    }

    .inner-sec h2 {
        font-size: 23px;
    }

    .uni-agri-sec h3 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .agr-txt h4 {
        font-size: 15px;
    }

    .agri-list li::before {
        top: 6px;
    }

    .agri-list li {
        font-size: 12px;
    }

    .agr-txt {
        padding: 12px;
    }

    .agri-cnt figure img {
        height: 170px;
    }

    .agri-eqip .agri-list li::before {
        height: 5px;
        width: 5px;
    }

    .agri-eqip .agri-list li {
        font-size: 13px;
    }

    .uni-agri-sec {
        padding-bottom: 30px;
    }

    /* media-sec */
    .media-banner.inner-banner {
        height: 300px;
    }

    .media-sec {
        padding: 10px 0;
    }

    .media-sec .uni-agri-wrapper h2 {
        padding-bottom: 0;
    }

    .uni-agri-sec {
        padding-bottom: 20px;
    }

    /* TIU_SRIC */
    .nw-banner {
        height: 250px;
    }

    .nw-banner::after {
        height: 250px;
        width: 650px;
    }

    .nw-banner .in-banner-hd {
        max-width: 434px;
    }

    /* tgl-sec */
    .image-new-bx.image-new-bx img {
        max-width: 100%;
    }

    .image-new-bx.image-new-bx img {
        margin: 0 0 20px 0;
    }

    .content-box p {
        font-size: 12px;
        line-height: 22px;
    }

    .content-box li {
        font-size: 12px;
    }

    .content-box p strong {
        font-size: 15px;
    }

    .content-box ul {
        padding-left: 16px;
    }
    .content-box h2 {
    font-size: 28px;
}
}

@media only screen and (max-width: 767px) {
    .mt {
        margin-top: 20px;
    }

    .mrb {
        margin-bottom: 0;
    }

    .exp-list {
        height: 270px;
    }

    /* media-sec */
    .media-sec .agri-cnt {
        height: auto;
        margin-top: 10px;
    }

    /* TIU-sric */
    .evt-info {
        height: auto;
        margin-bottom: 20px;
    }

    /* ================ */

    .convo-wrapper {
        padding-top: 10px;
    }

    .convo-img {
        margin-top: 12px;
    }

}

@media only screen and (max-width: 575px) {

.new-modal.new-modal{
    padding: 25px !important;
}

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    h3 {
        font-size: 20px;
        padding-bottom: 5px;
    }

    p {
        font-size: 12px;
    }

    .mb {
        margin-bottom: 20px;
    }

    .container {
        padding: 0 10px;
    }

    .cmn-sec {
        padding: 20px 0;
    }

    .header.header {
        height: 50px;
        padding-top: 5px;
        display: block;
    }

    a.logo img {
        width: 160px;
    }

    /* banner-sec */
    .banner-sec {
        height: 250px;
    }

    .bann_cont {
        width: 97%;
        padding: 20px 6px;
    }

    /* about-sec */
    .inner-banner {
        height: 150px;
    }

    .inner-banner .in-banner-hd {
        top: 75px;
    }

    .about-sec {
        padding: 30px 0 0;
    }

    .abt-bg-im {
        max-width: 250px;
    }

    .side-im {
        max-width: 200px;
    }

    .abt-bg-im::before {
        height: 176px;
        width: 192px;
    }

    .abt-im::before {
        width: 4px;
    }

    .abt-com-txt {
        max-width: 100%;
        padding-top: 20px;
    }

    .abt-innr {
        padding-bottom: 20px;
    }

    .abt-info {
        padding-top: 100px;
    }

    .tech-lft {
        padding-bottom: 0;
    }

    /* technology-sec */
    .tech-txt {
        max-width: 100%;
    }

    .technology-sec p {
        line-height: 20px;
    }

    .tech-list {
        padding: 10px 0;
    }

    .tech-list li::before {
        top: 6px;
    }

    .tech-list li {
        font-size: 12px;
    }

    /* partner-sec */
    .part-dtls h2 {
        font-size: 18px;
    }

    .comp-in ul li {
        font-size: 13px;
    }

    /* comp-sec */
    .comp-in ul {
        padding: 12px;
        max-width: 100%;
    }

    .comp-in {
        height: auto;
    }

    /* major-sec */
    .sub-in {
        padding: 10px;
    }

    .sub-in p {
        font-size: 11px;
    }

    .sb-fig {
        max-width: 35px;
    }

    .edu-info {
        padding-bottom: 20px;
    }

    .agri-info {
        padding: 20px 0;
    }

    .part-dtls {
        flex-direction: column;
        gap: 10px;
        padding: 10px 0;
        margin-bottom: 30px;
    }

    .part-info {
        padding: 0;
        background: none;
    }

    .part-logo a {
        height: 30px;
        width: 100px;
    }

    .part-logo a img {
        width: 85px;
    }

    .part-info::after {
        display: none;
    }

    /* footer */
    footer {
        padding-top: 20px;
    }

    .foot_logo img {
        width: 180px;
    }

    .social a {
        font-size: 11px;
        width: 28px;
        height: 28px;
        line-height: 26px;
    }

    footer p {
        font-size: 10px;
        padding: 5px 0;
    }

    /* about-us */
    .inner-banner::after {
        height: 150px;
        width: 310px;
    }

    .about-content {
        padding: 12px 0;
    }

    .experience-sec {
        padding: 20px 0;
    }

    .exp-list {
        height: auto;
        padding: 12px;
    }

    .in-banner-hd {
        top: 70px;
    }

    .abt-lt {
        max-width: 100%;
        padding-bottom: 0;
    }

    .collaboration-sec {
        padding: 15px 0;
    }

    /* agri-solar */
    .inner-sec {
        padding: 10px 0 0;
    }

    .agri-eqip img {
        margin-bottom: 10px;
    }

    .bef-aft-im {
        padding-top: 10px;
    }

    .inner-sec h2 {
        font-size: 18px;
    }

    .agri-hdr .agr-txt {
        padding: 15px;
    }

    .agri-hdr .agri-list li {
        font-size: 11px;
        padding-left: 12px;
    }

    .uni-agri-sec h3 {
        font-size: 18px;
        padding: 12px 0 10px;
    }

    .agri-hdr h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .agri-hdr {
        margin: 10px 0;
    }

    .agri-hdr h3 {
        padding: 0 0 10px;
    }

    .agri-cnt {
        height: auto;
    }

    .social-lists {
        padding-top: 5px;
    }

    .social-lists a {
        font-size: 11px;
    }

    .uni-agri-sec {
        padding-bottom: 10px;
    }

    .agri-hdr .agri-list {
        padding-top: 10px;
    }

    .agri-hdr .agri-list li::before {
        top: 5px;
        height: 5px;
        width: 5px;
    }

    /* TIU_SRIC */
    .nw-banner {
        height: 200px;
    }

    .nw-banner::after {
        height: 200px;
        width: 100%;
    }

    .nw-banner .in-banner-hd {
        max-width: 345px;
    }

    .research-sec .edu-info {
        padding-bottom: 20px;
    }

    .research-sec {
        padding: 20px 0;
    }

    .event-sec, .campus-sec {
        padding: 20px 0 0;
    }

    .evt-cont h4 {
        max-width: 100%;
    }

    .campus-sec .edu-info {
        padding-bottom: 20px;
    }

    .event-sec .rd-txt {
        font-size: 15px;
        padding: 0 0 5px;
    }

    /* media */
    .media-banner.inner-banner {
        height: 150px;
    }

/* tgl-sec */
    .content-box h2 {
        font-size: 20px;
        padding-left: 30px;
    }

    .content-box h2:before {
        width: 33px;
        height: 33px;
    }

    .small-margin.small-margin{
        margin-bottom: 10px !important;
        padding-bottom: 0;
    }

    .convo-infoo-wrap.convo-infoo-wrap{
        margin-top: 20px !important;
    }

    .ply {
        font-size: 34px;
        height: 14px;
        width: 14px;
    }

    .leader-innfo{
        height: auto;
        margin-bottom: 15px;
    }

    .leader-wrapper.leader-wrapper{
        margin-top: 13px;
    }

    .founder-frame {
        height: 250px;
        margin-top: 30px;
    }

}

@media only screen and (max-width: 390px) {
    a.logo img {
        width: 165px;
    }

    nav.nav_bar li a {
        font-size: 12px;
    }

    h1 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    /* about-sec */
    .abt-bg-im {
        max-width: 200px;
    }

    .side-im {
        max-width: 160px;
    }

    .abt-bg-im::before {
        height: 140px;
        width: 152px;
    }

    .abt-im::before {
        height: 140px;
    }

    /* .abt-info {
        padding-top: 105px;
    } */
    /* about-us */
    .inner-banner {
        height: 130px;
    }

    .inner-banner::after {
        height: 130px;
        width: 290px;
    }

    .abt-lt h4 {
        font-size: 16px;
    }

    /* tiu-sric */
    .nw-banner, .nw-banner::after {
        height: 180px;
    }

    .nw-banner .in-banner-hd {
        max-width: 312px;
    }

    .fig img {
        width: 120px;
    }

    .res-cont {
        padding: 7px;
    }

    .res-cont h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 340px) {
    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    .side-im {
        max-width: 130px;
        bottom: -60px;
        left: -40px;
    }

    .abt-bg-im::before {
        height: 120px;
        width: 134px;
        bottom: -60px;
        left: -40px;
    }

    .abt-im::before {
        left: -40px;
    }

    .abt-info {
        padding-top: 70px;
    }

    .exp-list {
        height: 370px;
        padding: 15px 13px;
    }

    /* solar-sec */
    .inner-sec h2 {
        font-size: 16px;
    }

    .social-lists a {
        font-size: 8px;
    }


    /* tiu-sric */
    .nw-banner .in-banner-hd {
        max-width: 268px;
    }

    .fig img {
        width: 110px;
    }

    .res-cont h4 {
        font-size: 12px;
    }

    .res-cont p {
        font-size: 10px;
        line-height: 15px;
        padding-top: 0;
    }

    .event-sec .rd-txt {
        font-size: 13px;
    }
}