@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    border: none;
    border-radius: 38px;
    color: #ffffff !important;
    z-index: 1;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    height: 50px !important;
    width: 165px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: rgb(24, 177, 252);
    background: linear-gradient(90deg, rgba(24, 177, 252, 1) 0%, rgba(59, 252, 255, 1) 69%);
}

.theme_btn:hover {
    background: linear-gradient(90deg, rgba(59, 252, 255, 1) 37%, rgba(24, 177, 252, 1) 100%);
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    /* position: relative; */
    /* list-style: none; */
    /* padding: 0; */
    /* margin: 0; */
    /* text-align: right; */
    /* text-transform: capitalize; */
    display: flex;
    margin-bottom: 0;
    justify-content: start;
    align-items: center;
}

.menuSec ul li {
    /* position: relative; */
    /* display: inline-block; */
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
}

.menuSec ul li a:after {
    /* content: ''; */
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    color: #fff;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #18b1fc;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    /* content: " "; */
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/* custom start */

.topSec {
    background: #18b1fc;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topSec p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.menuSec ul li.active a {
    color: #18b1fc;
}

.banner_text h1 {
    font-weight: 600;
}

.banner_text p {
    margin-left: 12%;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
}

.bnr-btns {
    display: flex;
    margin-top: 4%;
    padding-left: 11%;
    gap: 5%;
    align-items: center;
}

.bnr-btns a.theme_btn {
    font-size: 15px;
    font-weight: 400;
}

.bnr-btns a {
    color: #fff;
    display: flex;
    align-items: center;
}

.bnr-btns a i {
    margin-left: 16px;
    font-size: 18px;
}

header {
    position: sticky;
    top: 0;
    z-index: 111;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000042;
}


/* custom end */


/* utube start */

section.utube iframe {
    width: 100%;
    height: 400px;
}

section.utube {
    padding: 5% 0;
}


/* utube end */


/* srvs start */

section.srvss h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5%;
}

.srvs-bx h5 {
    color: #000;
    font-size: 26px;
    margin: 5% 0;
}

.srvs-bx p {
    font-weight: 400;
    font-size: 17px;
    color: #888888;
    line-height: 36px;
}

.srvs-bx a {
    color: #18b1fc !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.srvs-bx img {
    width: 100%;
    height: 381px;
    object-fit: cover;
}

section.srvss.inr {
    padding: 7% 0;
}


/* srvs end */


/* visio start */

section.vision {
    padding: 7% 0;
}

.vision-txt ul:not(li ul) {
    display: flex;
    margin-bottom: 7%;
    gap: 1%;
}

.vision-txt ul p {
    font-size: 23px;
    color: #000;
    margin-bottom: 10px;
}

.vision-txt ul li {
    color: #888888;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
}

.vision-txt ul li:first-child:not(li ul li) {
    width: 10%;
}

.vision-txt ul li:nth-child(2):not(li ul li) {
    width: 90%;
    border-bottom: 1px solid #0000002b;
    padding-bottom: 5%;
}

.vision-txt ul li ul {
    display: flex;
    flex-wrap: wrap;
}

.vision-txt ul li ul li {
    width: 25%;
    margin-bottom: 3%;
}

.vision-txt ul li ul li i {
    color: #18b1fc;
    margin-right: 3px;
}

section.we-ofr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.we-ofr-txt {
    position: absolute;
}

.we-ofr-txt h3 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.we-ofr-txt h3 span {
    display: block;
}


/* visio end */


/* pramod start */

section.pramod {
    padding: 5% 0;
}

section.pramod .row {
    align-items: center;
}

.pramod-txt h3 {
    color: #080f1e;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 3%;
}

.pramod-txt h6 {
    font-size: 18px;
    color: #000;
}

.pramod-txt p {
    font-weight: 300;
    font-size: 17px;
    color: #888888;
    line-height: 30px;
}

.pramod-txt a {
    margin-top: 4%;
}


/* pramod end */


/* home contct start */

section.contact h3 {
    color: #080f1e;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
}

section.contact {
    padding: 3% 0;
}

.get-touch h5 {
    color: #080f1e;
    font-size: 20px;
    font-weight: 400;
}

.get-touch ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
}

.get-touch ul li {
    margin-bottom: 2%;
}

.get-touch ul {
    margin-bottom: 6%;
}

.cntct-form input,
.cntct-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #00000029;
    margin-bottom: 30px;
    padding: 15px;
}

.cntct-form input {
    height: 55px;
}

.cntct-form textarea {
    height: 200px;
    resize: none;
}

.cntct-form button {
    color: #fff !important;
    float: right;
    border: none;
    width: 20% !important;
    height: 53px !important;
}


/* modal start */

.modal-backdrop {
    z-index: 1;
}

.modal {
    background: #000000d6;
}

.modal-dialog {
    height: 580px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: inherit;
    overflow: hidden !important;
}

.modal-content {
    height: 100%;
    width: 100%;
    border-radius: 0;
    background: #f7f7f7;
}

.modal-header {
    border: none;
}

.modal-body {
    padding: 3% 10%;
    text-align: center;
}

.modal-body h3 {
    font-size: 38px;
    color: #000;
    margin-bottom: 32px;
    font-weight: 500;
}

.modal-body input,
.modal-body textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #0000002e;
    resize: none;
    margin-bottom: 20px;
    padding: 2% 3%;
}

.modal-body input {
    height: 55px;
}

.modal-body textarea {
    height: 185px;
}

.modal-body button {
    float: right;
}


/* modal start */


/* home contct end */


/* footer start */

footer {
    background: #060814;
    padding: 4% 0;
}

footer h3 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

footer form {
    position: relative;
    border-bottom: 1px solid #ffffff54;
    display: flex;
    align-items: center;
    height: 80px;
}

footer form input {
    width: 100%;
    background: transparent;
    border: none;
    padding-left: 15px;
}

footer form button {
    position: absolute;
    right: 60px;
    font-size: 13PX;
    font-weight: 400;
}

footer form input::placeholder {
    color: #ffffff54;
    font-weight: 400;
}

footer ul {
    display: flex;
    justify-content: space-between;
    padding: 1% 2%;
    margin: 2% 0;
}

footer ul li a {
    color: #72768d;
    font-size: 18px;
    font-weight: 400;
}

footer ul li {
    position: relative;
}

footer ul li:after {
    content: '';
    position: absolute;
    right: -31px;
    width: 1px;
    height: 20px;
    background: #72768d;
    top: 3px;
}

footer ul li:last-child:after {
    display: none;
}

footer ul li a:hover {
    color: #18b1fc;
    transition: .0s;
}

footer p {
    font-weight: 500;
    font-size: 16px;
    color: #72768d;
    letter-spacing: 0.3px;
    margin-top: 4%;
}

footer p span {
    color: #18b1fc;
}


/* footer end */


/* about-pg satrt */

.about-pg-txt h2 {
    color: #080f1e;
    font-size: 34px;
    line-height: 60px;
    font-weight: 600;
}

.about-pg-txt p {
    font-weight: 300;
    font-size: 18px;
    color: #888888;
    line-height: 28px;
    margin-bottom: 5%;
}

section.about-pg .container {
    padding: 0 3%;
}

.about-pg-txt ul li {
    font-weight: 300;
    font-size: 18px;
    color: #888888;
    margin-bottom: 1%;
}

.about-pg-txt ul li i {
    color: #18b1fc;
    margin-right: 10px;
}

section.vision.abt-pg {
    padding-top: 5%;
    padding-bottom: 0;
    background: #f2f2f2;
}

section.about-pg {
    padding: 5% 0;
}


/* about-pg end */


/* ledsrship start */

section.leadership {
    padding-top: 10%;
}

section.leadership h1 {
    font-weight: 600;
    font-size: 174px;
    color: #f1f1f1;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
}

.ledrship-bx ul {
    display: flex;
    margin-bottom: 40px;
    align-items: baseline;
    gap: 3%;
}

.ledrship-bx ul img {
    border-radius: 50%;
    object-fit: cover;
    width: 160px;
    height: 160px;
}

.ledrship-bx ul p {
    font-size: 23px;
    color: #45bcf9;
}

.ledrship-bx ul span {
    color: #353535;
    font-size: 36px;
    font-weight: 600;
}

.ledrship-bx p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 29px;
}

.ledrship-bx {
    border-bottom: 1px solid #0000003b;
    padding-bottom: 2%;
    margin-bottom: 3%;
}

.ledrship-bx ul {
    display: flex;
    margin-bottom: 40px;
    align-items: baseline;
    gap: 3%;
}

.ledrship-bx ul img {
    border-radius: 50%;
    object-fit: cover;
    width: 160px;
    height: 160px;
}

.ledrship-bx ul p {
    font-size: 23px;
    color: #45bcf9;
}

.ledrship-bx ul span {
    color: #353535;
    font-size: 36px;
    font-weight: 600;
}

.ledrship-bx p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 29px;
}

.ledrship-bx {
    border-bottom: 1px solid #0000003b;
    padding-bottom: 2%;
    margin-bottom: 3%;
}

.leadership h2 {
    font-size: 24px;
    color: #353535;
    font-weight: 600;
}

.leadership ul li {
    font-weight: 400;
    font-size: 22px;
    color: #353535;
    text-transform: capitalize;
}

.leadership ul li i {
    color: #18b1fc;
    margin-right: 10px;
    margin-bottom: 9px;
}

.leadership ul li ul {
    padding-left: 4%;
}

section.leadership ul li ul li {
    font-weight: 400;
    font-size: 16px;
    color: #848484;
    margin-bottom: 1%;
}

.ldrship-prfsinl {
    border-right: 1px solid #00000026;
}

.ldrship-eduction {
    padding-left: 15px;
}

.ledrship-bx.btm {
    padding-top: 4%;
    border-bottom: none;
}


/* ledsrship end */


/* news satrt */

section.news {
    padding: 7% 0;
}

.news-left h3 a {
    font-size: 34px;
    color: #080f1e;
    margin-top: 3%;
    display: block;
    padding-bottom: 2%;
    border-bottom: 1px solid #00000029;
}

.news-left p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f2021;
}

.news-left p a {
    color: blue;
}

.news-left a:not(h3 a,
p a) {
    background: linear-gradient(90deg, rgba(24, 177, 252, 1) 0%, rgba(59, 252, 255, 1) 69%);
    color: #fff;
    width: 20%;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.news-rit input {
    width: 100%;
    border: 1px solid #0003;
    border-radius: 5px;
    height: 40px;
    padding: 0 5%;
}

.news-rit h2 {
    color: #080f1e;
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.news-rit a {
    color: #000;
    text-decoration: underline;
    font-size: 17px;
    text-transform: capitalize;
}

.news-rit {
    padding-left: 20px;
}


/* news end */


/* cntct pag start */

.map {
    margin-top: 4%;
    filter: grayscale(1);
}

.map iframe {
    width: 100%;
    height: 600px;
}

section.contact.pg {
    background: #f8f8f8;
}

section.contact.pg .row .col-lg-4 {
    background: #18b1fc;
}

.get-touch.pg * {
    color: #fff;
}

.get-touch.pg h5 {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15%;
}

.get-touch.pg ul li a {
    font-size: 16px;
}

.get-touch.pg {
    padding: 15% 10%;
}

.cntct-form.pg {
    padding: 8% 10%;
}

section.contact.pg .col-lg-11.centerCol .row:not(.cntct-form.pg .row) {
    margin-top: -15%;
    position: relative;
}

section.contact.pg .row .col-lg-8 {
    background: #fff;
}

.cntct-fol h2 {
    font-size: 35px;
}

.cntct-fol {
    margin-top: 15%;
}

.cntct-fol ul {
    display: flex;
    gap: 5%;
}

.cntct-fol ul li {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cntct-fol ul li i {
    font-size: 25px;
}


/* cntct pag end */


/* srvs learn more modal  */

.srvs-bx a {
    cursor: pointer;
}

.modal-header.tw {
    position: absolute;
    right: 0;
    z-index: 1;
}

.modal-body.tw {
    padding: 0;
    text-align: start;
    background: #fff;
}

.modal-body.tw .container {
    padding: 0;
}

.modal-body.tw img {
    width: 100%;
    object-fit: cover;
    height: 620px;
    object-position: right;
}

.modal-dialog.tw {
    width: 50%;
    height: 620px;
}

.modal-tw-txt {
    padding-top: 9%;
}

.modal-tw-txt h3 {
    font-size: 26px;
    color: #080f1e;
    margin-bottom: 20px;
}

.modal-tw-txt ul li {
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    margin-bottom: 6px;
}

.modal-tw-txt ul li i {
    color: #1dbbfc;
    margin-right: 10px;
}

.modal-tw-txt ul li ul {
    padding-left: 21px;
}

.modal-tw-txt.two {
    padding-top: 23%;
}

.modal-tw-txt.two h3 {
    width: 90%;
    line-height: 39px;
}

.modal-tw-txt.two ul li {
    display: flex;
    align-items: baseline;
}

.news-rit a:hover {
    color: #18b1fc;
    transition: .0s;
    text-decoration: none;
}

.cntct-fol ul li:hover {
    background: #fff;
}

.cntct-fol ul li:hover i {
    color: #18b1fc;
}


/* srvs learn more modal end */

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}

@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1661px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    section.we-ofr img {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    section.we-ofr img {
        width: 50%;
    }
    .vision-txt ul li ul li {
        width: 33%;
    }
    .srvs-bx h5 {
        font-size: 20px;
    }
    .menuSec ul {
        justify-content: space-between;
    }
    .menuSec ul li a {
        padding: 0;
    }
    .menuSec ul li a.theme_btn {
        width: 100px !important;
        height: 44px !important;
    }
    footer ul li:after {
        right: -22px;
    }
    footer p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .modal-dialog.tw {
        width: 70%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.we-ofr img {
        width: 50%;
    }
    .vision-txt ul li ul li {
        width: 33%;
    }
    .srvs-bx h5 {
        font-size: 20px;
    }
    .banner_text h1 {
        font-size: 50px;
    }
    .menuSec ul {
        justify-content: space-between;
    }
    .menuSec ul li a {
        padding: 0;
    }
    .menuSec ul li a.theme_btn {
        width: 100px !important;
        height: 44px !important;
    }
    footer ul {
        padding: 2% 0;
    }
    footer ul li:after {
        right: -13px;
    }
    footer p {
        text-align: center;
    }
    footer form button {
        right: 0;
    }
    section.leadership h1 {
        font-size: 147px;
    }
    .news-rit h2 {
        font-size: 27px;
    }
    .get-touch.pg ul li a {
        font-size: 14px;
    }
    .modal-dialog.tw {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.we-ofr img {
        width: 50%;
        object-fit: cover;
        height: 400px;
    }
    .banner_text h1 {
        font-size: 38px;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .banner_text p {
        width: 73%;
        margin: 0 auto;
        text-align: center;
    }
    .bnr-btns {
        justify-content: center;
    }
    .srvs-bx h5 {
        height: 50px;
    }
    footer p {
        font-size: 15px;
    }
    .menuSec ul li a {
        padding: 0 0px;
    }
    .menuSec ul li a.theme_btn {
        width: 100px !important;
        height: 44px !important;
    }
    .menuSec ul {
        justify-content: space-between;
    }
    section.leadership h1 {
        font-size: 117px;
    }
    .ldrship-prfsinl {
        border: none;
    }
    .news-rit {
        padding: 0;
    }
    .news-left a:not(h3 a,
    p a) {
        margin-bottom: 7%;
    }
    .modal-dialog {
        width: 55%;
    }
    .modal-dialog.tw {
        width: 94%;
    }
    section.contact.pg .col-lg-11.centerCol .row:not(.cntct-form.pg .row) {
        margin: 0;
    }
    .get-touch ul li a {
        font-size: 17px;
    }
    .ldrship-eduction {
        padding-left: 0;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    section.we-ofr {
        flex-wrap: wrap;
        text-align: center;
    }
    .we-ofr-txt h3 {
        font-size: 40px;
        line-height: 60px;
        filter: drop-shadow(2px 4px 6px black);
    }
    .banner_text h1 {
        font-size: 40px;
        line-height: 55px;
    }
    .carousel-inner img.img-fluid {
        height: 500px;
        object-fit: cover;
    }
    img.lgo {
        object-fit: cover;
    }
    .banner_text p {
        margin: 0;
    }
    .bnr-btns {
        padding: 0;
    }
    .bnr-btns a.theme_btn {
        width: 40% !important;
        height: 43px !important;
    }
    .bnr-btns {
        margin-top: 8%;
    }
    .srvs-bx {
        margin-bottom: 10%;
    }
    .vision-txt {
        margin-top: 5%;
    }
    .vision-txt ul li:first-child:not(li ul li) {
        width: 20%;
    }
    .vision-txt ul li:nth-child(2):not(li ul li) {
        width: 80%;
    }
    .vision-txt ul li ul {
        display: block;
    }
    .vision-txt ul li ul li {
        width: 100%;
    }
    .pramod-img {
        margin-top: 7%;
    }
    .cntct-form button {
        width: 40% !important;
    }
    footer form button {
        right: 0;
    }
    footer ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 9px;
    }
    footer ul li:after {
        display: none;
    }
    footer p {
        text-align: center;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    section.leadership h1 {
        font-size: 50px;
    }
    .ledrship-bx ul {
        display: block;
        text-align: center;
    }
    .ledrship-bx ul p {
        font-size: 18px;
        margin: 4% 0;
    }
    .ledrship-bx ul span {
        font-size: 24px;
    }
    .ldrship-prfsinl {
        border: none;
    }
    .leadership ul li {
        font-size: 14px;
    }
    .news-left a:not(h3 a,
    p a) {
        width: 44%;
        margin-bottom: 7%;
    }
    .news-rit {
        padding: 0;
    }
    .get-touch.pg {
        padding: 15% 0;
    }
    .cntct-form.pg {
        padding: 8% 0;
    }
    section.contact.pg .col-lg-11.centerCol .row:not(.cntct-form.pg .row) {
        margin: 0;
    }
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .modal-body {
        padding: 1% 0;
    }
    .modal-body textarea {
        height: 117px;
    }
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .modal-body {
        padding: 2% 3% !important;
    }
    .modal-body textarea {
        height: 117px;
    }
    .modal-dialog.tw {
        width: 100%;
        height: 100%;
    }
    .modal-body.tw img {
        object-position: center;
    }
    .modal-tw-txt h3 {
        font-size: 19px;
    }
    .modal-body.tw .col-lg-6.col-md-6 img {
        display: none;
    }
    .modal-tw-txt ul li:not( ul li ul) {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .ldrship-eduction {
        padding: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    section.we-ofr {
        flex-wrap: wrap;
        text-align: center;
    }
    .we-ofr-txt h3 {
        font-size: 25px;
        line-height: 48px;
        filter: drop-shadow(2px 4px 6px black);
    }
    .banner_text h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .carousel-inner img.img-fluid {
        height: 500px;
        object-fit: cover;
    }
    img.lgo {
        object-fit: cover;
    }
    .banner_text p {
        margin: 0;
    }
    .bnr-btns {
        padding: 0;
    }
    .bnr-btns a.theme_btn {
        width: 40% !important;
        height: 43px !important;
    }
    .bnr-btns {
        margin-top: 8%;
    }
    .srvs-bx {
        margin-bottom: 10%;
    }
    .vision-txt {
        margin-top: 5%;
    }
    .vision-txt ul li:first-child:not(li ul li) {
        width: 20%;
    }
    .vision-txt ul li:nth-child(2):not(li ul li) {
        width: 80%;
    }
    .vision-txt ul li ul {
        display: block;
    }
    .vision-txt ul li ul li {
        width: 100%;
    }
    .pramod-img {
        margin-top: 7%;
    }
    .cntct-form button {
        width: 40% !important;
    }
    footer form button {
        right: 0;
    }
    footer ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 9px;
    }
    footer ul li:after {
        display: none;
    }
    footer p {
        text-align: center;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    section.leadership h1 {
        font-size: 50px;
    }
    .ledrship-bx ul {
        display: block;
        text-align: center;
    }
    .ledrship-bx ul p {
        font-size: 18px;
        margin: 4% 0;
    }
    .ledrship-bx ul span {
        font-size: 24px;
    }
    .ldrship-prfsinl {
        border: none;
    }
    .leadership ul li {
        font-size: 14px;
    }
    .news-left a:not(h3 a,
    p a) {
        width: 44%;
        margin-bottom: 7%;
    }
    .news-rit {
        padding: 0;
    }
    .get-touch.pg {
        padding: 15% 0;
    }
    .cntct-form.pg {
        padding: 8% 0;
    }
    section.contact.pg .col-lg-11.centerCol .row:not(.cntct-form.pg .row) {
        margin: 0;
    }
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .modal-body {
        padding: 2% 3% !important;
    }
    .modal-body textarea {
        height: 117px;
    }
    .modal-dialog.tw {
        width: 100%;
        height: 100%;
    }
    .modal-body.tw img {
        object-position: center;
    }
    .modal-tw-txt h3 {
        font-size: 19px;
    }
    .modal-body.tw .col-lg-6.col-md-6 img {
        display: none;
    }
    .modal-tw-txt ul li:not( ul li ul) {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .leadership ul li ul {
        padding-left: 6%;
    }
    .ldrship-eduction {
        padding: 0;
    }
}