/*
Template Name: Style.css
Author: NIHT-INDIA
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/*
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
*/


body, html{
    margin:0;
    padding:0;
    overflow-x: hidden;
}

.niht-logo{
    width:120px;
    height:auto;
}
@media only screen and (max-width:768px){
    .niht-logo{
        width:110px;
        height:auto;
}}
.google-logo{
    width:120px;
    height:auto;
}
@media only screen and (max-width:768px){
    .google-logo{
       width:100px;
       height:auto;
}}
.dmi-logo{
    width:50px;
    height: auto;
}
@media only screen and (max-width:768px){
    .dmi-logo{
       width:50px;
       height:auto;
}}

.col{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}



p{
	font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (max-width: 768px){
	p{
		margin-bottom: .5rem;
	}
}

.topbar{
	background-color: #424242;
	padding:10px 52px 0px 52px;
	color:#fff;
}

.topBar_left{
	text-align: left;
}

.topBar_right{
	text-align: right;
}

@media only screen and (max-width:768px){
	.topBar_left, .topBar_right{
		text-align: center;
	}
}

@media only screen and (min-width: 779px){
.marginDeskLeft{
	margin-left: 200px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}}

.navbar-nav{
    padding-top:12px;
}

.bg_slider{
    background: linear-gradient(0deg,rgba(0,0,0,0.85),rgba(0,0,0,0.85)),url(../images/digital-marketing.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.bg_slider h1{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 72px;
}
.bg_slider h2{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 32px;
}
.bg_slider p{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

@media only screen and (max-width: 600px){
 .bg_slider h1{
    font-size: 33px; 
} 
 .bg_slider h2{
    font-size: 22px;
}
 .bg_slider p{
    font-size: 12px;
 }

}



.transparentbutton{
    margin: 0 auto;
    display: table;
    padding-top:16px;
}

.transparentbutton .btn-outline-info {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    width: 200px;
    padding: 10px 0;
}

.transparentbutton .btn-outline-info:hover{
    color: #131313;
    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}


.certificate_text{
    padding-top: 52px;
    padding-bottom: 22px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.certificate_text p{
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
}
@media only screen and (max-width:768px){
    .certificate_text p{
        font-size: 20px;
    }
}


.certificates_icons{
    height: 60px;
    margin:0 auto;
    display:table;
}

@media only screen and (max-width:768px){
.certificates_icons{
    height: 40px;
}}
@media only screen and (max-width:768px){
.mob-col-gap{
    padding-top: 60px;
}}



.features1, .features2{
    padding-top:16px;
    padding-bottom:32px;
}
.features2{
    background-color: #eaeaea;
}
.features3{
    background-color: #4286f3;
    padding-top: 32px;
    padding-bottom: 32px;
}
.features3 p{
    text-align: left;
    font-size: 32px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 16px;
}
.leftstyle{
    float:right;
}
@media only screen and (max-width: 768px){
    .features3 p{
        text-align:center;
    }
    .leftstyle{
        margin:0 auto;
        display:table;
        float: none;
        margin-bottom:10px;
    }
}




@media only screen and (min-width:889px){
.deskbr{
    display:block;
}}

.features_headings{
    max-width: 80%;
    margin:0 auto;
    display: table;
    padding-top: 32px;
    padding-bottom: 32px
}
@media only screen and (max-width: 768px){
      .features_headings{
        max-width:100%;
        margin:0 auto;
        display: table;
        padding:16px;
    }
}

.features_headings h2{
    font-size:40px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color:#000;
}
.features_headings p{
    font-size:18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color:#000;
}

@media only screen and (max-width: 768px){
    .features_headings h2{
        font-size: 26px;
    }
    .features_headings p{
        font-size: 16px;
    }
}




.featurebox{
    margin: 0 auto;
    display: table;
    padding: 10px;
    min-height: 280px;
}
.featurebox:hover{
    background-color: #dfdfdf;
    cursor: pointer;
    border-radius: 5px;
}
@media only screen and (max-width: 768px){
    .featurebox{
        background-color: #dfdfdf;
        border-radius: 5px;
        margin-bottom: 10px;
    }
}

.featurebox .top {
    width: 70px;
    height: 70px;
    background: transparent;
    border: 2px solid #464646;
    border-radius: 100px;
    padding: 20px 0;
    position: relative;
}
.featurebox:hover .top {
    background: #fff;
}
@media only screen and (max-width:768px){
    .featurebox .top {
        background: #fff;
    }
}



.featurebox .top i {
    font-size: 30px;
}



.featurebox .icon {
    text-align: center;
    margin: 19px auto 16px;
}

.featurebox .top:hover {
    border: 2px solid #464646;
    background: #fff;
}


.featurebox h2{
    font-size:20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color:#4286f3;
    font-weight: 700;
}
.featurebox p{
    font-size:16px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color:#000;
    font-weight: 100;
}




.featurebox1{
    margin: 0 auto;
    display: table;
    padding: 10px;
    min-height: 250px;
}

.featurebox1 h2{
    font-size:24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color:#000;
    font-weight: 400;
    padding-top: 10px;
    text-transform: uppercase;
}

.featurebox1 h4{
    font-size:18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color:#000;
    font-weight: 400;
    text-transform: uppercase;
}

.featurebox1 p{
    font-size:16px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color:#000;
    font-weight: 100;
}

.imgtop1{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/rashi-agarwal.webp);
    background-position-x: center;
    background-size: cover;
}
.imgtop2{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/arnima-shah.webp);
    background-position-x: center;
    background-size: cover;
}

.imgtop3{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/irshad-jahangir.webp);
    background-position-x: center;
    background-size: cover;
}

.imgtop4{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/usama.webp);
    background-position-x: center;
    background-size: cover;
}


.attend1{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/attend/student.webp);
    background-position-x: center;
    background-size: cover;
}
.attend2{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/attend/mba-student.webp);
    background-position-x: center;
    background-size: cover;
}

.attend3{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/attend/Working-Prof.webp);
    background-position-x: center;
    background-size: cover;
}

.attend4{
    width: 130px;
    height: 130px;
    border-radius: 360px;
    margin: 0 auto;
    display: table;
    background-image: url(../images/attend/Entrepreneur.webp);
    background-position-x: center;
    background-size: cover;
}




.view_only_mobile, .view_only_desktop{
    display: none;
}
@media only screen and (max-width:768px){
    .view_only_mobile{
        display: block;
    }
}
@media only screen and (min-width:769px){
    .view_only_desktop{
        margin:0 auto;
        display: table;
    }

    .view_only_desktop img{
        width: 200px;
        height: auto;
        margin: 0 auto;
        display: table;
    }
    .view_only_desktop_gap{
        padding-top:52px;
        padding-bottom: 16px;
    }
}

.col-4:root {
    max-width: 17.333333% !important;
}



/* Pricing Tables */
#price {
  text-align: center;
}

.plan {
  display: inline-block;
  margin: 10px 1%;
  font-family: 'Roboto Condensed', sans-serif;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position:relative;
}

.entry-title {
  background: #4286f3bf;
  height: 160px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.entry-title>h3 {
  background: #4286f3;
  font-size: 20px;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.entry-title .price {
  position: absolute;
  bottom: -42px;
  background: #4286f3;
  height: 110px;
  width: 110px;
  margin: 10px auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 100px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 20px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 14px;
  bottom: -3px;
  left: 11px;
  font-weight: 600;
  text-align: center;
}

.entry-content {
  color: #323232;
  padding-top:16px;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.btn {
  padding: 3em 0;
  text-align: center;
}

.btn.order a{
  padding: 3em 0;
  text-align: center;
  background-color: #000;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
.btn.order a:hover{
    background-color: #4286f3;
}

.btn.order_basic a{
  padding: 3em 0;
  text-align: center;
  background-color: #000;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
.btn.order_basic a:hover{
    background-color: #24bf10;
}


/*
.btn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
*/
.basic .entry-title {
  background: #53e97a;
}

.basic .entry-title > h3 {
  background: #24bf10;
}

.basic .price {
  background: #24bf10;
}

.standard .entry-title {
  background: #4484c1;
}

.standard .entry-title > h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title > h3 {
  background: #DD4B5E;
}

.ultimite .entry-title {
  background: #F75C70;
}

.ultimite .price {
  background: #DD4B5E;
}



.pricing_bg{
    background: linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url(../images/bg_001.webp);
    background-repeat: no-repeat;
    padding: 10px 0 52px 0;
    background-position: center center!important;
    background-size: cover;
}


.pricing_bg h2, .pricing_bg p{
    color:#fff;
}




input[type='submit'], input[type='button'], button[type='submit'], button{
    background-color: #fff;
    background-image: none;
    width: 100%;
    padding: 10px 20px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color:#000;
    border-color: #4286f3;
}


h1.contact-us{
    text-align:center;
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-form{
    background-color: #4286f3;
    padding:32px;
}


.footer{
    background-color:#000;
    padding:72px 0 42px 0;
}


.footer-box{
    color:#fff;
    text-align: center;
    font-size:18px;
    font-weight: 100;
}
@media only screen and (max-width: 768px){
    .footer-box{
        font-size:15px;
        margin-bottom:32px;
    }
}
.footer-box a{
    color:#fff;
    text-decoration: none;
}
.footer-box a:hover{
    color:#fff;
}
.footer-box p{
    color:#fff;
    padding-top:10px;
}

.footer-links {
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    margin: 0 3px;
}

.footer-links i {
    font-size: 25px;
    color: #e8e8e8;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 38px;
}

@media only screen and (max-width:768px){
.gmap{
    height:350px;
}}



.whatsapp{
    background-color: #28a745;
}
.call{
    background-color: #4286f3;
}

.footer-icons img{
    width:26px;
    height:auto;
}

.sticky_footer{
    padding:16px 22px;
}
.sticky_footer div a{
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin:0 auto;
    display: table;
    font-size: 15px;
}










@media only screen and (min-width:769px){
.mobileview_only{
    display: none;
}}
@media only screen and (max-width:768px){
.mobileview_only{
    display: block;
}}


@media (min-width: 768px) {
    .carousel-control-prev, .carousel-control-next{
        display: none;
    }
    /* show 4 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    /* last visible item + 1 */
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-next.carousel-item-left {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        display: block;
        visibility: visible;
    }

}


.ginfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #565656;
  z-index:100;
}

.my-ginfloat{
	margin-top:16px;
}

.getin{
	position:fixed;
	width:60px;
	height:60px;
	bottom:105px;
	right:15px;
	background-color:#4286f3;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #565656;
  z-index:100;
}

.getin-call{
	margin-top:16px;
}




























section{
    display: block;
}

.inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}


.contain {
    width: 100%;
    position: relative;
    height: auto;
}

/* History */

#history{
/*  margin:60px auto 0;
    min-height:1000px;  */
    background: linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url(../images/bg_001.webp);
    background-repeat: no-repeat;
    padding:10px 0 52px 0;
    background-position:center center!important;
    background-size: cover;
}
@media only screen and (max-width: 600px){
    #history{
        background: linear-gradient(0deg,rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url(../images/training-process-mob.webp);
        background-repeat: no-repeat;
        padding:10px 0 16px 0;
        background-position:center center!important;
        background-size: cover;
    }
}

/* Timeline */

    ul.timeline{
    /*  margin:40px auto 0;  */
        width:100%;
        background-image: url(../images/timeline-bg.webp);
        background-position: center;
        background-repeat: repeat-y;
        height:620px;
        position:relative;
        padding:0 0 80px;
    }
    @media only screen and (max-width: 600px){
        ul.timeline{
            height:916px;
            width:96%;
            margin: 0 auto;
        }
    }

/* Year icon */

    .timeline .year{
        width:75px;
        height:75px;
        border:3px solid #919191;
        border-radius:300px;
        background:white;
        clear:both;
        padding:21px 0;
        text-align:center;
        font-weight:300;
        color:#3c3d3d;
        font-size:20px;
        margin:31px auto;
    }

/* Notes */

    .timeline .note{
        float:left;
        padding:20px;
        width:47.5%;
        background: rgba(242,242,242,0.1);
        border-radius:12px;
        margin:10px 0;
        cursor:pointer;
        position:relative;
        z-index:550;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .timeline .year + .note{
        margin-top:-20px;
    }

/* Start Icon */

    .timeline .start{
        width:64px;
        height:64px;
        border:3px solid #919191;
        border-radius:300px;
        background:white;
        position:absolute;
        clear:both;
        padding:19px 0;
        text-align:center;
        color:#868586;
        font-size:24px;
        bottom:0px;
        left:50%;
        margin-left:-32px;
    }

/* Note inners */

    .timeline .note h4{
        font-size:19px;
        color:white;
        text-transform:uppercase;
        font-weight:300;
        color:#cacaca;
        margin:5px 0;
    }

    .timeline .note p{
        font-size:14px;
        color:#adadad;
        margin:8px 0;
    }

    .timeline .note span.date{
        font-size:14px;
        text-transform:uppercase;
        color:#a5a5a5;
        line-height:12px;
    }

    .timeline .note .arrow{
        color:rgba(242,242,242,0.1);
        position:absolute;
        right:-1.6%;
        left:auto;
        top:20px;
        font-size:12px;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .timeline .note:after{
        content:'';
        position:absolute;
        right:-6.8%;
        display:block;
        width:18px;
        height:18px;
        background:#343434;
        border:2px solid #d6d6d6;
        border-radius:100px;
        top:18px;
        z-index:20;
    }

    .timeline .note:nth-of-type(2n){
        float:right;
        clear:right;
    }

    .timeline .note:nth-of-type(2n):after{
        left:-6.8%;
    }

    .timeline .note:nth-of-type(2n) .arrow{
        left:-1.6%;
        right:auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/* Notes Rollover */

    .timeline .note:hover{
        background:#f2f2f2;
    }

    .timeline .note:hover h4{
        color:#3e3e3e;
        font-weight:400;
    }

    .timeline .note:hover p{
        color:#767676;
    }

    .timeline .note:hover:after{
        background:#2e609f;
        border:2px solid #2e609f;
    }

    .timeline .note:hover .arrow{
        color:#f2f2f2;
    }


.inner .features_headings h2, .inner .features_headings p{
    color:#fff;
}

.inner .features_headings p{
    font-weight: 100;
}
@media only screen and (max-width: 768px){
 .inner .features_headings{
    padding: 0 16px;
 }   
}