
/*Glimps page style begins*/
/*Banner section begins*/

.Banner-glimps .WBS-In-60-Sec ul
{
	   margin-top: 20px;
    padding-left: 0px;
}

.Banner-glimps.WBS-In-60-Sec ul li
{
	display: inline-block;
}


.Banner-glimps .WBS-In-60-Sec .btn1
{
    background: #071685;
}

.Banner-glimps .WBS-In-60-Sec .btn2
{
    background: #ffbc19;
    color: #000;
	margin-left: 0%; 
	border-radius: 0;
}
.Banner-glimps .WBS-In-60-Sec .btn2:hover{
    background: #fff;
    color: #000;
	border-radius: 0;
}




.Banner-glimps {
    position: relative;
}
.Banner-glimps .Image-glimps {
    z-index: 5;
    position: relative;
}
.Banner-glimps .Image-glimps img {
}
.Banner-glimps .Content-glimps {
    font-family: inherit;
    position: absolute;
    top: 23%;
    width: 100%;
}
.Banner-glimps .Content-glimps .Outer-Box {
        position: absolute;
        z-index: 30;
        left: 0;
        right: 0;
        margin: auto;
        top: 30px;
}
.Banner-glimps .Content-glimps .Outer-Box .first-white{
    text-transform: uppercase;
    color: #fff;
    font-size: 29px;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
	position: Relative;
    
}
.Banner-glimps .Content-glimps .Outer-Box .first-white:after{
    content: "";
        position: absolute;
    /* left: 5%; */
    /* bottom: -25%; */
    /* width: 91%; */
    /* border-bottom: 2px solid #fff; */
    height: 90%;
    
    border-left: 3px solid #fff;
    right: 0%;
    top: 12%;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-large{
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    text-align: left;
    font-weight: 900;
    line-height: 0.7;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-small{
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    display:block;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-medium{
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    text-align: left;
    font-weight: 900;
    line-height: 0.9;
    display: block;
}

@media (min-width: 1920px){

    .Banner-glimps .Content-glimps .Outer-Box .first-white {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
    position: Relative;
}
.Banner-glimps .Content-glimps .Outer-Box .first-white:after {
    content: "";
    position: absolute;
    /* left: 5%; */
    /* bottom: -25%; */
    /* width: 91%; */
    /* border-bottom: 2px solid #fff; */
    height: 90%;
    border-left: 3px solid #fff;
    right: 0%;
    top: 12%;
}
}



@media screen and (min-width: 800px) and (max-width: 1280px)
{
    .Banner-glimps .Content-glimps .Outer-Box {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    margin: auto;
    
}
    .Banner-glimps .Content-glimps .Outer-Box .first-white {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
    position: Relative;
}
    .Banner-glimps .Content-glimps .Outer-Box .first-white:after {
    content: "";
    position: absolute;
    /* left: 5%; */
    /* bottom: -25%; */
    /* width: 91%; */
    /* border-bottom: 2px solid #fff; */
    height: 90%;
    border-left: 3px solid #fff;
    right: -3%;
    top: 12%;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-large {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    text-align: left;
    font-weight: 900;
    line-height: 0.7;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-small {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-medium {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    text-align: left;
    font-weight: 900;
    line-height: 0.9;
    display: block;
}
}
@media screen and (min-width: 1024px) and (max-width: 1366px)
{
    .Banner-glimps .Content-glimps .Outer-Box {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    
}
    .Banner-glimps .Content-glimps .Outer-Box .first-white {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
    position: Relative;
}
    .Banner-glimps .Content-glimps .Outer-Box .first-white:after {
    content: "";
    position: absolute;
    /* left: 5%; */
    /* bottom: -25%; */
    /* width: 91%; */
    /* border-bottom: 2px solid #fff; */
    height: 90%;
    border-left: 3px solid #fff;
    right: -3%;
    top: 12%;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-large {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    font-weight: 900;
    line-height: 0.7;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-small {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}
.Banner-glimps .Content-glimps .Outer-Box .second-yellow-medium {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    font-weight: 900;
    line-height: 0.9;
    display: block;
}
}
@media (min-width: 769px) {
    .Banner-glimps .Mobile-Banner {
        display: none;
    }
}
@media (max-width: 768px){
	
	.Banner-glimps .WBS-In-60-Sec .btn2
	{
	margin-left: 19%;
	}
	.Banner-glimps .Content-glimps .Outer-Box .first-white:after{
	content: "";
    position: absolute;
    left: 20% !important;
    bottom: -6% !important;
	height: 0px !important;
    border-bottom: 2px solid #fff;
    top:150px;
    right: 5% !important; 
    width: 58% !important;		
	}
	
	.Banner-glimps .Content-glimps .Outer-Box .second-yellow-large
	{
		text-align: center !important;
        font-size: 30px;
        padding-top: 10px;
	}
	.Banner-glimps .Content-glimps .Outer-Box .second-yellow-medium
	{
		text-align: center !important;
        font-size: 30px;
	}
	.Banner-glimps .Content-glimps .Outer-Box .second-yellow-small
	{
		text-align: center !important;
        font-size: 30px;
	}
    .Banner-glimps .Desktop-Banner {
        display: none;
    }
    .Banner-glimps .Content-glimps {
        top: 15%;
    }
	

    .Banner-glimps .Content-glimps .Outer-Box .first-white {
        font-size: 24px;
        line-height: 1.2;
		margin-bottom: 25px;
		 text-align: center !important;
         padding: 0px 25px 0px 25px;
    }
    .Banner-glimps .Content-glimps .Outer-Box .first-white:after {
        bottom: -18px;
        width: 80%;
        left: 10%;
    }
    .Banner-glimps .Content-glimps .Outer-Box .second-yellow {
        font-size: 33px;
    }
}
/*Banner section ends*/

/*Our reach section begins*/
.Counters-Section-Glimps {
    padding: 50px 0px 30px 0px;
    background: #000;
}
.Counters-Section-Glimps .Main-Heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 36px;
}
.Counters-Section-Glimps .Outer-Box {
    width: 100%;
}
.Counters-Section-Glimps .Outer-Box ul {
    padding: 0px;
    display: flex;
    justify-content: center;
    margin: 0px;
}
.Counters-Section-Glimps .Outer-Box .top-rw.first {
    margin-bottom: 50px;
}
.Counters-Section-Glimps .Outer-Box .top-rw {
    margin-bottom: 0px;
}
.Counters-Section-Glimps .Outer-Box ul li {
    list-style-type: none;
    width: 20%;
    float: left;
    color: #fff;
}
.Counters-Section-Glimps .Outer-Box .Border-Right {
    border-right: 2px solid #ffffff5e;
}
.Counters-Section-Glimps .Outer-Box .Count {
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}
.Counters-Section-Glimps .Outer-Box .Count span{
    color: inherit;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
}
.Counters-Section-Glimps .Outer-Box .Title {
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

@media (max-width: 768px){
    .Counters-Section-Glimps {
        padding: 40px 0px;
    }
    .Counters-Section-Glimps .Main-Heading {
        font-size: 27px;
    }
    .Counters-Section-Glimps .Outer-Box ul {
        display: block;
        justify-content: unset;
    }
    .Counters-Section-Glimps .Outer-Box .Border-Right {
        border: none;
        padding-bottom: 40px;
    }
    .Counters-Section-Glimps .Outer-Box ul li {
        width: 50%;
        float: left;
    }
    .Counters-Section-Glimps .Outer-Box .Count span {
        font-size: 36px;
    }
    .Counters-Section-Glimps .Outer-Box .Title {
        font-size: 13px;
    }
    .Counters-Section-Glimps .Outer-Box .Border-Right {
        border: none;
        padding-bottom: 40px;
    }
    .Counters-Section-Glimps .Outer-Box ul li.Margin-Li-Mobile.first {
        width: 100% !important;
        float: unset;
    }
}
/*Our reach section ends*/


/*Government support section begins*/
.gov-support-sec{
    background: #fff;
    padding: 60px 0px;
}
.gov-support-sec .gov-logos{
    margin-bottom: 60px;
}
.gov-support-sec .gov-logos img{
    
}
.gov-support-sec .support{

}
.gov-support-sec .support .support-text{
    text-align: center; 
    font-size: 22px;
    padding: 0px 21% 3%;
    margin: 0px;
}

.gov-support-sec .Heading{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
    margin-bottom: 20px;
    color: #2a2a2a;
}
.gov-support-sec .support .left-side{
    z-index: 10;
}
.gov-support-sec .support .left-side .ajay-img{
    padding: 10% 0px;
}
.gov-support-sec .support .left-side .ajay-img img{
    
}
.gov-support-sec .support .right-side{
    margin-left: -17%;
    background: #f3f3f4;
    z-index: 9;
    padding: 3% 3% 3% 18%;
}
.gov-support-sec .support .right-side .ajay-content{
}
.gov-support-sec .support .right-side .ajay-content .text{
    font-size: 26px;
    color: #000;
    font-weight: 600;
    width: 97%;
	font-style: italic;
}
.gov-support-sec .support .right-side .ajay-content .text-name{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0%;
    color: #083797
}
.gov-support-sec .support .right-side .ajay-content .text-designation{
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}

.gov-support-sec .support .right-side hr{
    
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
	width:90%;
	margin-left: 0%;
    border-top: 2px solid #000;
    
}
.gov-support-sec .gov-logos .mob-mar{
    display:none;
}
.gov-support-sec .gov-logos .desk-mar{
    display:block;
    text-align: center;
}
@media(max-width: 768px){
    .gov-support-sec .Heading{
        font-size: 27px;
    }
    .gov-support-sec .support .support-text{
        padding: 0px 3% 3%;
    }
    .gov-support-sec .support .right-side{
        margin-left: 0%;
        margin-top: -50%;
        padding: 48% 4% 10%;
    }
    .gov-support-sec .support .right-side .ajay-content .text {
        font-size: 22px;
    }
    .gov-support-sec .support .right-side .ajay-content .text-name {
        font-size: 22px;
        padding-top: 3%;
    }
    .gov-support-sec .gov-logos .mob-mar{
        margin-bottom: 6%;
        display:block;
    }
    .gov-support-sec .gov-logos .desk-mar{
        display:none;
    }
    .gov-support-sec {
        background: #fff;
        padding: 35px 0px 0px;
    }
    .gov-support-sec .gov-logos {
        margin-bottom: 0px;
    }
}
/*Government support section ends*/

/*Highlightssection style begins*/
.heighlights-sec1 {
    /*padding: 60px 0px;*/
    padding: 50px 0px 0px 0px;
}
.heighlights-sec1 .Main-Heading {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
    margin-bottom: 20px;
}
.heighlights-sec1 .Outer-Box {
    margin-bottom: 0px;
}
.heighlights-sec1 .Content {
    padding: 10px 30px 10px 30px;
}
.heighlights-sec1 .Content .Text {
    font-size: 19px;
    line-height: 1.5;
    color: #020923;
    text-align: left;
}
.heighlights-sec1 .Content .H-Heading {
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    color: #020923;
    padding: 16px 0 4px 0;
    text-transform: uppercase;
    text-align: left;
}
.heighlights-sec1 .video-head{
    margin-top: 50px;
}
.heighlights-sec1 .video-sec{

}
.heighlights-sec1 .video-sec .after-movie{

}
.heighlights-sec1 .video-sec .after-movie iframe{
    width: 100%;
}
.Hap-Eq-Heights
{
	height:725px;
}
#happenings-carousel-glimps .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 10px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}

#happenings-carousel-glimps .item
{
     padding: 0px 0px;
     margin: 13px;
     color: #fff;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     text-align: center;
     cursor: move;
     box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
     background: #fff;
}

#happenings-carousel-glimps .owl-dots
{
    margin-top: 10px;
}

#happenings-carousel-glimps .owl-nav 
{
       display: none;
}

#happenings-carousel-glimps .owl-dots .owl-dot.active span, #happenings-carousel-glimps .owl-dots .owl-dot:hover span {
    background: #d5ad07;
    outline: none;
}

#happenings-carousel-glimps .owl-item img {
    display: block;
    width: auto;
}
#happenings-carousel-glimps button:focus{
    outline: none;
}

@media(max-width: 768px){
    .heighlights-sec1 {
        padding: 60px 0px 10px 0px;
    }
    .heighlights-sec1 .Main-Heading
    {
        font-size: 27px;
    }
        .Happenings 
    {
    padding: 50px 0px 30px 0px;
    }
    #happenings-carousel-glimps .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0px 7px;
    }
}
/*Highlightssection style begins*/


/*Sponsor section style begins*/
.Glimps-Sponsors-Section {
    background: #fff;
    padding: 60px 0px 60px 0px;
}
.Glimps-Sponsors-Section .Glimps-Govt-Logos .Main-Heading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 36px;
}
.Glimps-Sponsors-Section .Glimps-Govt-Logos .B-Right {
    border-right: 1px solid #e0e0e0;
}
.Glimps-Sponsors-Section .Glimps-Govt-Logos .B-Bottom {
    border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px){
    .Glimps-Sponsors-Section {
        padding: 40px 0px 10px 0px;
    }
    .Glimps-Sponsors-Section .Glimps-Govt-Logos .Main-Heading {
        margin-bottom: 0px;
        font-size: 27px;
    }
    .Glimps-Sponsors-Section .Glimps-Govt-Logos .B-Right {
        border-right: none;
    }
    .Glimps-Sponsors-Section .Glimps-Govt-Logos .B-Bottom {
        border-bottom: none;
    }
}
/*Sponsor section style ends*/

/*Photo Gallery Begins*/
.Glimps-Photos-carousel
{
    padding: 50px 0px 50px 0px;
    background-image: url(../img/bg-interview.jpg);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.Glimps-Photos-carousel .Main-Heading
{
        text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 36px;
}


#Glimps-Photos-carousel .hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#Glimps-Photos-carousel .hovereffect .overlay {
     width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #ffffff78;
}

#Glimps-Photos-carousel .owl-item.active.center .hovereffect .overlay {
    background-color: #4606a500;
}



#Glimps-Photos-carousel .item{
  margin: 10px;
}
#Glimps-Photos-carousel .item img
{
  display: block;
  width: 100%;
  height: auto;
  cursor: grab;
}

#Glimps-Photos-carousel .fa
{
    font-size: 40px;
    line-height: 30px;
    padding: 2px 10px 4px 8px;
    background: #fff;
    color: #000;
    font-weight: 600;
     -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#Glimps-Photos-carousel .fa:hover
{
    background: #ffbc19;
    color: #fff;
}
#Glimps-Photos-carousel .owl-dots .owl-dot.active span, #Glimps-Photos-carousel .owl-dots .owl-dot:hover span{
    background: #df182b;
    outline: none;
}
#Glimps-Photos-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 10px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.Glimps-Photos-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.Glimps-Photos-carousel .owl-theme .owl-nav 
{
    text-align: center;
    
}

.Glimps-Photos-carousel .owl-theme .owl-dots
{
    padding-top: 10px;
	display: none;
}

.Glimps-Photos-carousel .owl-theme button:focus {
    outline: none;
    outline: none;
}



@media(max-width: 768px)
{
	
	
    .Glimps-Photos-carousel 
    {
    padding: 50px 0px 40px 0px;
    }
    .Glimps-Photos-carousel .Main-Heading 
    {
        font-size: 27px;
    margin-bottom: 20px;
    }
    #Glimps-Photos-carousel .item 
    {
    margin: 0px 10px;
    }
    .Glimps-Photos-carousel .owl-theme .owl-nav 
    {
    margin-right: 25px;
    }
    #Glimps-Photos-carousel .owl-dots .owl-dot span{
        width: 10px;
        height: 10px;
        margin: 8px 3px;
    }
}
/*Photo Gallery Ends*/
/*Glimps page style ends*/
