@font-face {
    font-family: "Noto Sans", sans-serif;
    src: url(fonts/NotoSans-Regular.ttf);
  }
html{scroll-behavior: smooth;}
body{background:#fff;font-family: "Noto Sans", sans-serif;width:100%;margin:0px auto;overflow-x:hidden!important;box-shadow:none;background:url(../images/Homepage.png) no-repeat;background-size:cover;}
*{padding:0px;margin:0;box-sizing: border-box;}
a,a:hover{text-decoration: none;}
img{transition: .3s ease;max-width: 100%;height: auto;object-fit: cover;}
ul,li,ol{padding: 0;margin: 0;list-style: none;}
.fal, .far, .fad{font-family:"Font Awesome 5 Free"!important;}
.fab{font-family:"Font Awesome 5 Brands"!important;}
figure{margin: 0px;}
@media (min-width: 1300px) {
  .container {
    max-width: 1438px;
}
}
/*-----------------------------------socialMedia-start----------------------------------------------*/
.socialMedia { background: rgba(23, 9, 70,0.5); margin-top: -110px; padding: 20px 10px; position: fixed; right: 0; text-align: center; top: 50%; width: 60px; z-index: 10; }
.socialMedia ul { list-style: outside none none; margin: 0; padding: 0; }
.socialMedia li { margin-bottom:15px; }
.socialMedia li:last-child { margin-bottom:0; }
.socialMedia li a {height: 25px;text-align: center;text-indent: -9999px;width: 25px;position:relative;background: url(../images/spriteIcons.png);display: inline-block;}
.socialMedia li a.fb { background-position: 100% -637px; }
.socialMedia li a.twitter { background-position: 100% -687px; }
.socialMedia li a.youtube { background-position: 100.1% -746px; }
.socialMedia li a.linkedin { background-position: 100% -806px; }
.socialMedia li a.blog { background-position: 100% -864px; }
.socialMedia li a.google { background-position: 100% -926px; }
.socialMedia li a.fb:before { background-color: #4a6ea9; color: #ffffff; content: "Facebook"; height: 30px; left: -130px; position: absolute; top: 0; width: 100px; text-indent: 0; line-height: 30px; display: none; -webkit-transition: 350ms ease; transition: 350ms ease; }
.socialMedia li a.fb:after { border-bottom: 8px solid rgba(0, 0, 0, 0); border-left: 9px solid #4a6ea9; border-top: 8px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: -30px; position: absolute; top: 7px; width: 0; display: none; }
.socialMedia li a.fb:hover:before, .socialMedia li a.fb:hover:after { display: block; }
.socialMedia li a.twitter:before { background-color: #29b1e9; color: #ffffff; content: "Twitter"; height: 30px; left: -130px; position: absolute; top: 0; width: 100px; text-indent: 0; line-height: 30px; display: none; -webkit-transition: 350ms ease; transition: 350ms ease; }
.socialMedia li a.twitter:after { border-bottom: 8px solid rgba(0, 0, 0, 0); border-left: 9px solid #29b1e9; border-top: 8px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: -30px; position: absolute; top: 7px; width: 0; display: none; }
.socialMedia li a.twitter:hover:before, .socialMedia li a.twitter:hover:after { display: block; }
.socialMedia li a.youtube:before { background-color: #F00; color: #ffffff; content: "YouTube"; height: 30px; left: -130px; position: absolute; top: 0; width: 100px; text-indent: 0; line-height: 30px; display: none; -webkit-transition: 350ms ease; transition: 350ms ease; }
.socialMedia li a.youtube:after { border-bottom: 8px solid rgba(0, 0, 0, 0); border-left: 9px solid #F00; border-top: 8px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: -30px; position: absolute; top: 7px; width: 0; display: none; }
.socialMedia li a.youtube:hover:before, .socialMedia li a.youtube:hover:after { display: block; }
.socialMedia li a.linkedin:before { background-color: #4a6ea9; color: #ffffff; content: "LinkedIn"; height: 30px; left: -130px; position: absolute; top: 0; width: 100px; text-indent: 0; line-height: 30px; display: none; -webkit-transition: 350ms ease; transition: 350ms ease; }
.socialMedia li a.linkedin:after { border-bottom: 8px solid rgba(0, 0, 0, 0); border-left: 9px solid #4a6ea9; border-top: 8px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: -30px; position: absolute; top: 7px; width: 0; display: none; }
.socialMedia li a.linkedin:hover:before, .socialMedia li a.linkedin:hover:after { display: block; }
.socialMedia li a.blog:before { background-color: #F90; color: #ffffff; content: "Blog"; height: 30px; left: -130px; position: absolute; top: 0; width: 100px; text-indent: 0; line-height: 30px; display: none; -webkit-transition: 350ms ease; transition: 350ms ease; }
.socialMedia li a.blog:after { border-bottom: 8px solid rgba(0, 0, 0, 0); border-left: 9px solid #F90; border-top: 8px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: -30px; position: absolute; top: 7px; width: 0; display: none; }
.socialMedia li a.blog:hover:before, .socialMedia li a.blog:hover:after { display: block; }
.socialMedia li a.google:before { background-color: #dc4a38; color: #ffffff; content: "Google+"; height: 30px; left: -130px; position: absolute; top: 0; width: 100px; text-indent: 0; line-height: 30px; display: none; -webkit-transition: 350ms ease; transition: 350ms ease; }
.socialMedia li a.google:after { border-bottom: 8px solid rgba(0, 0, 0, 0); border-left: 9px solid #dc4a38; border-top: 8px solid rgba(0, 0, 0, 0); content: ""; height: 0; left: -30px; position: absolute; top: 7px; width: 0; display: none; }
.socialMedia li a.google:hover:before, .socialMedia li a.google:hover:after { display: block; }
/*-----------------------------------socialMedia-END----------------------------------------------*/

/*-----------------------------------top-header-start----------------------------------------------*/
.top-header {
    border-bottom: 1px solid #170946;
    padding: 4px 0;
    background:#f5f4f4;
}
.top-header ul{display:flex;}
.top-header li{position:relative;padding:0px 5px;    
}
.top-header li:before {
    position: absolute;
    content: '|';
    top: -2px;
    right: -3px;
    color: #cecece;

}
.top-header li:last-child:before{display:none;}

div#accessControl .fontScaler {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    float: left;
    padding: 0;
    font-size: 13px;
    padding: 0px 8px;
    border-right: 1px solid #cecece;
    margin-top: 3px;
}
div#accessControl .fontScaler:hover, div#accessControl .fontScaler.current {
    background: #2c67b7;
    color: #fff;
}
div#accessControl .fontScaler:last-child{border:none;}
.top-header a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.5s ease;
    position: relative;
}
.top-header li span{color: #000;
    font-size: 12px;}
.top-header a:hover {

    color: #e7a558;

}

.fa-bars:before {
    content: "\f0c9";
    color: #fff;
}
.hindi.cmf_lan.d-hide {
    padding: 1px 0px 2px 25px;
    border: 1px solid #000;
    border-radius: 25px;
    position: relative;d
}
.cmf_lan label {
    padding-right: 0px;
    padding-top: 0px;
    display: inline-block;margin:0px;
}
.de-lag span {
    display: none;
}
select.language {
    border: none;
    background-color: transparent;
    font-size: 14px;
    outline: none;
    color: #000;
}
.hindi.cmf_lan.d-hide:before {
    background: url(../images/name.png) no-repeat;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.middle-header {
    padding: 0.7em 0px;
}

.fixed-header .nit-nav-main {
    background:#fff;
}
.middle-header {
    justify-content: space-between;
}

.logos {
    text-align: right;
}

/*-----------------------------------header-css-start----------------------------------------------*/

.logo.navbar-light img {
    width: 345px;
}
.nit-nav-main .nit-flex {
        align-items: center;
        background-color: #fff;

}

header.fixed-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
            z-index: 9999;
        animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes slideInDown{
0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
.navbar-toggler {
    display: none;
}
.nit-nav-main .nit-navigation .nit-close-btn {
    display: none;
}
.nit-nav-main .nit-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    background: #170946;
    border-bottom: 1px solid #198b2b52;
}
.nit-nav-main .nit-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;

}
.nit-nav-main .nit-navigation ul li {
    position: relative;
}
.nit-nav-main .nit-navigation ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 13px 30px;
    position: relative;
    background: transparent;
    border-right: 1px solid #8d8d8f;
}

.nit-nav-main .nit-navigation ul li a.is-active, .nit-nav-main .nit-navigation ul li:hover a {
     background: #F7931E;

       color: #fff;
}

.nit-row, .nit-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*-----------------------------------header-css-end----------------------------------------------*/
/*----------------------------------slider-start----------------------------------------------*/
.slider {position:relative;
}
.slider img{transform:unset;}

.slider .owl-theme .owl-nav .owl-prev {
    left:2%;
}
.slider .owl-theme .owl-nav .owl-next {
    right:2%;
}
.slider .owl-theme .owl-nav .owl-prev, .slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    background: #000000;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    border-radius: 3%;
    text-align: center;
       transform: translateY(-50%);

}
.slider .owl-theme .owl-nav .owl-prev:hover, .slider .owl-theme .owl-nav .owl-next:hover{color:#fff;background:#F7931E;}

/*----------------------------------slider-start----------------------------------------------*/
/* Latest News css start */
.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    right: 0px;
    z-index: 20;
}

.news {
    width: 100%;
    background: #fff;
    height: 41px;
    border-bottom: 1px solid #c3dbff;
}

.news-title {
    width: 158px;
    text-align: center;
    background:#F7931E;
    position: absolute;
    z-index: 10;
    height: 41px;
    color: #fff;
    padding: 9px;

}



.news-title:after {
    position: absolute;
    content: "";
    right: -39px;
    border-left: 20px solid #F7931E;
    border-top: 22px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 19px solid transparent;
    top: 0px;
}


.news marquee {
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: -7px;
}


.play {
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9.6px solid #000;
    margin: 9px auto 8px auto;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    left: 1.6px;
    top: 3px;
}

.play:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -18.4px;
    bottom: -12px;
    right: -5.6px;
    border-radius: 50%;
    border: 1.6px solid #000;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.play:after {
    content: '';
    opacity: 0;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
}

.play:hover:before,
.play:focus:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.play.active {
    border-color: transparent;
}

.play.active:after {
    content: '';
    opacity: 1;
    width: 8px;
    height: 12.8px;
    right: 0.8px;
    top: -6.4px;
    position: absolute;
    background: #ffffff;
    border-left: 3.2px solid #ffffff;
    box-shadow: inset 4.8px 0 0 0 #f9f9f9;
}

.button_position {
    width: 4%;
    float: right;
    margin-top: -30px;
    position: relative;
    background-color: #a7a4a4;
    margin-right: 0px;
    height: 40px;
}

.dot {
    height: 10px;
    width: 10px;
    margin-left: 15px;
    margin-right: 8px;
    margin-top: 7px !important;
    background-color: #170946;
    border-radius: 50%;
    display: inline-block;
}

.marquee_text_color {


    color: #170946 !important;
}
/*-----------------------------------about-section-start----------------------------------------------*/
.about-section{padding:2em 0;}
.about-section .text {
    width: 85%;margin-top: 2.7em;
}
.about-section h6{
    text-transform: uppercase;
    font-size: 20px;
    color: #F7931E;margin-bottom: 16px;
}
.about-section h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2em;
    color: #170946;text-align: center;
}
.about-section p {
    font-size: 15px;
    line-height: 1.7;
    padding-bottom: 0px;

}

/*-----------------------------------about-section-end----------------------------------------------*/
/* Slideshow container */
.about-section .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.about-section .video{margin:10px 0;}
.about-section .video h5{    text-align: center;
    font-size: 21px;
    color: #170946;
    font-weight: 700;    margin-bottom:0.8em;
}
.about-section .video iframe {
    width: 100%;
    height: 425px;
}
.about-section .newsletter iframe {
    width: 100%;
    height: 600px;
}
.about-section .direction  .btn.btn-download {
    border: 1px solid;
    background: #F7931E;
    color: #fff;
    padding: 7px 18px;
    margin: auto;
    display: block;
    width: fit-content;
    margin-bottom: 3em;
}
.about-section .direction  .btn.btn-download:hover{background:#000;}
.about-section .direction iframe{ width: 100%;
    height: 337px;}
.carousel-indicators [data-bs-target]{display:none;}

.inside .box {
    background: #b56100;
    padding: 10px;
    margin: 2em 0;
}
.inside .row .text {
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0px;
    flex-direction: column;
}
.inside .box h2, .inside .box h4 {
    color: #fff;
    margin-bottom: 4px;
}
.inside .row:nth-child(odd) .col-lg-6.col-md-6.img {
    order: 1;
}
.inside .row:nth-child(odd) .col-lg-6.col-md-6 {
    order: 2;
}
.inside .box h4 {
    font-size: 17px;
    text-align: center;
}/*-----------------------------------gallery-section-start----------------------------------------------*/
.gallery-section{padding:3em 0;}

.gallery-section .row {
    width: 87%;
    margin: auto;
}
.gallery-section .box .thumb:after {
    left: 0px;
    right: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: url(../images/iconZoom-wh.png) no-repeat 50% hsl(0deg 0% 0% / 50%);
    content: '';
    z-index: 1;
    transform: scale(0);
    transition: .5s;
}
.gallery-section .box{    margin-bottom: 12px;
}
.gallery-section .box .thumb {
    border-radius: 0px;
    display: block;
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.gallery-section .box .thumb:hover:after {
    transform: scale(1);
}
.gallery-section .box h2 {
    text-align: center;
    font-size: 20px;
    color: #2f09af;
    font-weight: 700;
}
.gallery-section .box .text{text-align: center;
    background: #919191;
    color: #fff;    min-height: 90px;

    padding: 12px 10px;}
.gallery-section .box h5 {
    font-size: 16px;
    margin: 0px;text-decoration: underline;
}
.gallery-section .box h6 {
    font-size: 15px;
    margin-top: 10px;margin-bottom: 0px;
}
.gallery-section .box .thumb img {
    width: 100%;
    height: 460px;
    object-fit: fill;
}
.contact .row{    justify-content: center;
}
.contact a{color:#000;}
.contact a:hover{color:#F7931E;text-decoration:underline;}
.contact iframe{width:100%;height:400px;}
.contact{padding: 3em 0;}
h4.contact-detail-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.8rem;
    margin-top: 0.8em;
}
.text-muted {
    color: #646e83;
}
.reveal {
    position: relative;
    display: inline-block;
}
ul.followus li {
    list-style: none;
    float: left;
    padding-right: 5px;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
/*-----------------------------------gallery-section-end----------------------------------------------*/

.footer {
    background: #e5e5e5;
    position: relative;padding:2em 0;
}
.footer img {
    text-align: center;
    width: 14%;
    margin: auto;
    display: block;
}

.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;margin-top: 1em;
}
.footer ul li {
    padding: 0px 11px;
}
.footer ul li a {
    color:#170946;
}
.footer ul li a:hover{color:#F7931E;}
/*-----------------------------------copyright----------------------------------------------*/
.copyright{background:#170946;padding:.5em 0;}
.copyright p{margin-bottom:0px;color:#fff;font-size:12px;}
.copyright span a{color:#fff;font-size:12px;}
.copyright span a:hover{color:#F7931E;}
#back2Top {
    position: fixed;
    bottom: 84px;
    right: 15px;
    background: #170946;
    color: #fff;
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 15;
    border-radius: 100%;
}
#back2Top:hover{background:#009688;}
#back2Top i {
    margin: 0;
    position: relative;
    left: 50%;
    top: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}
.siteInfo {
    color: #fff;
    font-size: 12px;
}
/*-----------------------------------media-css----------------------------------------------*/
:root {
    scrollbar-width: thin;
}

@media(max-width:1299px){}
@media(max-width:1199px){}

@media (max-width: 1024px){
.nit-nav-main .nit-navigation ul li ul li {
    padding-left: 0;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.navbar-light .navbar-toggler {
    display: block;
    margin-left: auto;
}
.nit-nav-main .nit-navigation {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -85%;
       z-index: 1111111;
    height: 100%;
    background-color: #000f33;
    border-left: 1px solid #2c2c2c;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    width: 220px;
}
.nit-nav-main .nit-navigation .nit-close-btn {
    display: block;
    padding-right: 1em;
    color: #fff;
}
.nit-close-btn {
    text-align: right;
    margin-top: 1em;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.nit-mobile-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    -webkit-transition: none;
    transition: none;
}
.nit-close {
    font-weight: bold;
    font-family: verdana;
    font-size: 25px;
    line-height: 1.5;
    padding: 0px 15px;
    border: 2px solid #dddd;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 5px;
    padding: 5px 10px;
}
.menu-main-menu-container {
    width: 100%;
}
.nit-nav-main .nit-navigation ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nit-nav-main .nit-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-right: 0;
    padding: 0;
    padding-left: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nit-nav-main .nit-navigation ul li:hover a, .nit-nav-main .nit-navigation ul li.active a {
    color: #000;
    background: #fff;
}
.nit-nav-main .nit-navigation ul li a {
    display: inline-block;
    color: #fff;
    padding: 13px 0;
    padding-left:1em;
        width: 100%;
}
.navbar-light .navbar-toggler{
    color: #000;
    border-color: #000;
}
.nit-nav-main .tbtn {
    width: 100%;
    display: none;
}
.logo.navbar-light {
    background: transparent;
}
.logo.navbar-light img {
    width: 62%;
}
.nit-nav-main .nit-navigation .container {
    padding: 0px;
}
.nit-nav-main .nit-navigation ul li a {
    padding: 11px 9px;
    padding-left: 9px;
    font-size: 14px;
}

.nit-nav-main .nit-navigation ul li.current-menu-item a, .nit-nav-main .nit-navigation ul li:hover a {
    background: #fff;
    border-right: none;
}
}
@media(max-width:991px){
.container {max-width: 100%;} }
@media(max-width:767px){


}
@media(max-width:640px){
    .footer ul {
    display: block;
    text-align: center;
}
.footer img {
    text-align: center;
    width: 59%;
}
.logo.text-end {
    display: none;
}
.top-header ul {
    display: block;
}
.top-header .d-flex {
    display: block !important;
    text-align: center;
}
.about-section .text {
    width: 100%;
    margin-top: 2.7em;
}
.about-section h2 {
    font-size: 19px;
    margin-bottom: 1em;
}
.copyright .d-flex.justify-content-between {
    display: block !important;
    text-align: center;
}
.top-header li:before{display:none;}
.slider .owl-theme .owl-nav .owl-prev, .slider .owl-theme .owl-nav .owl-next {
    width: 26px;
    height: 26px;
    font-size: 9px;
}
}
@media(max-width:480px){#return-to-top {bottom:14px;}}
@media(max-width:320px){}


