	
.navbartop a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}	
.dropdowntop .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: -10px 0 ;
    /* padding: 10px 10px; */
    width: 160px;
    height: 40px;
    display: block;
    position: relative;
    background: #221885;
}
.navbar-fostrap { padding: 0;
}
.top_bar .row{align-items: center;}
.navbartop a:hover, .dropdowntop:hover .dropbtn {
  /*background-color: red;*/
}
.college-links {
    background:#211d53;
    padding: 30px 15px;display: none;
}


.college-links-list {
    margin: 0;
    font-family: 'Montserrat';
}
.tk-icon-close.dropbtn {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 40px;
    border-radius: 10px 0 0 10px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
   /* background: #f05a22;*/
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
/*.tk-icon-close.dropbtn i{transform: rotate(45deg); transition: 0.3s;   display: block;}*/

.college-links-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}
.college-links-list li a:hover {
    color: #f05a22;
}
.college-links-list li {
    list-style: none;
    color: #fff;
}
.submenu {
    float: left;
    z-index: 1000;
}

.dropdown-content {
  display: none;
  z-index: 999 !important;
  position: absolute;
  background-color: #f9f9f9;
  max-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdowntop:hover .dropdown-content {
  display: block;
}
.top_bar {
	background-color: #221885;
}
.top_bar a{color: #fff}
.top_bar a:hover{color:#ffca05}
.align-midle {
	vertical-align: middle;

}

.banner_image {
	min-height: 90vh;
	background-size: cover !important;
	background-image: url('/images/LBS/website/images-index/banner.png');
	text-align: right;
}

.topnav a:hover {
    border-bottom: 3px solid red;
}

.OPPORTUNITIES {
	color: #ffca05;
	font-weight: 800;
	
	vertical-align: bottom;
}

.inner_opportunity {
	width: 30%;
    position: absolute;
	top: 60%;
	right: 20% !important;
  
}

.log_radius {
	width: 380px;
	position: absolute;
	z-index: 998;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}

.font-mons {
      font-family: 'Montserrat';
      font-weight: 700;
}

.font-mons-general {
    font-family: 'Montserrat';
}

.sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size:17px;
}

.learnmore {
	text-align: right;
}

.menubar {
	background-color: rgb(241,239,229);
	opacity: 0.8;
	height: 40px;
	margin-top: 30px;
}

.list-inline-menu{
	text-align: right;
    margin-right: 15px;
}

.list-inline-menu li {
	list-style-type: none;
	display: inline;
	margin-right: 2px;
    align-items: center;
    vertical-align: middle;
  

}

.apply_now {
    background-color: #f05a22;
    height: 86px;
    padding-bottom: 16px;
    padding-right: 18px;
    padding-top: 3px;
    opacity: 1;
}

.list-inline-menu li a{
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
    margin-top: 40px;
        align-items: center;
    vertical-align: middle;
	
 }

 .apply_now a {
    color: #ffffff !important;
 }

 .list-inline-menu li a:first-child{
 	margin-left: 20px;
 }

.aboutus_bg {
	background-image: url('/images/LBS/website/images-index/building.png');
	background-size: cover;
	height: 95vh;
	color: #ffffff;
    overflow: hidden;
    
}
.aboutus_bg2 {
    background-image: url('/images/LBS/building-new.webp');
    background-size: cover;
    height: 105vh;
    color: #ffffff;
	display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;

}
.startsInsights {
    padding-top: 0px;
    padding-bottom: 0px;
}

.aboutus_text2 {
    margin-top: 40px;
    background-color: rgb(53 44 44);
    opacity: 0.9;
    padding: 30px 30px;
}
.aboutus_text2 p {
    font-size: 18px;
    color: #fff;line-height: 30px;
}

.about_us_heading {
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 30px;
}

.aboutus_text {
    margin-top: 20px;
    background-color: #000000;
    opacity: 0.6;
    height: 95vh;
    padding: 20px 20px;
}

.aboutus_text h5 {
	padding-top: 20px;
	vertical-align: middle;
}
.aboutus_text p {
    padding-top: 0 !important;
		    font-size: 12px;
}



.testvertical {
    writing-mode: tb-rl;
    white-space: nowrap;
    display: block;
    bottom: 0;
    width: auto;
    height: auto;
    line-height: 40px;
    margin-top: 0;
    font-size: 30px;
    margin-left: 0;
    transform: rotate(
180deg
);
}
.testvertical a{color: #fff}

.aboutus_text p {
	font-size: 15px;
}

.float_r {
	float: right;
}
.map {
    color: #fff;
    text-decoration: none;
    display: flex;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    align-items: center;
}
.map:hover{color: #fff}

.map i img {
    width: 35px;
}
.map a {
    width: 60px;
    display: block;
    background: #393a3d;
    padding: 5px;
    margin-right: 10px;transition: 0.3s ease;

}	
.map a:hover{transform: scale(1.03);}
.useful_a a {
	text-decoration: none;
	
}
.aboutus_text2 a {
    color: #ed6a47; font-weight:  600;
}	
.scroll-to-top {
    position: fixed;
    bottom: 56px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #1B1464;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    /* display: none; */
    -webkit-box-shadow: 0 23px 42px rgb(0 0 0 / 20%);
    box-shadow: 0 23px 42px rgb(0 0 0 / 20%);
}
.scroll-to-top:hover{background: #bd1b47; color: #fff	}
.useful_a a:hover, .useful_a a:focus{color: #f05a22!important}
.useful_a,
.follow_us {
	text-align: left !important;
}

.footer_bg{
	background-color: #58595b;
}

.bottom_bar {
	background-color: #393a3d;
}

.contact_us {
	text-align: left;
}

.subscribe {
	background-color: #f05a22 !important;
	border: 0;
	color: #ffffff;
	width: 183px;
	padding: 4px 0;
}


html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.Insights p{
	font-size: 11px;
}

.Eminent {
	color: #bd1b47;
}

.Lloyd {
	color: #f05a22;
}

.Conclaves {
	color: #54c6c7;
}

.Industrial{
	color: #72be44;
}

.column {
  float: left;
  width: 25%;
 /* margin-bottom: 16px;*/
  padding: 0 8px;
}
.stickybar{position:fixed;right:0px;z-index:9999;width:50px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.stickybar.fixed{position:fixed;right:0px;top:600px;}
.stickybar.out{width:330px;}
.stickybar .inner1{height:100%;position:relative;width:100%;right:-5px;}
div.stickybar ul{margin:0;padding:0px;}
.stickybar ul li{list-style:none;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;outline:none;right:0px;}
.stickybar li a{background-color:#221885;display:inline-block;font-size:10px;height:60px;font-weight:600;line-height:14px;padding:8px 0 0px;text-transform:uppercase;width:60px;text-align:center;color:#fff;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;outline:none;border-bottom:1px solid #bf4d2f;position:relative;right:10px; transition: 0.3s;}
.stickybar li a:hover{box-shadow: 0 -60px 0 0 inset #494198;}
   
.stickybar li:last-child a{border: 0;}
.stickybar li a i { display: block;  font-size: 15px;  margin-bottom: 5px;}
.stickybar .content{background-color:#f1f1f1;border:1px solid #02bed7;color:#676767;left:50px;padding-left:10px;padding-right:10px;position:absolute;top:0;width:280px;display:none;}
.stickybar li.active > .content{display:block;}
.stickybar li.chat.active > .content{background-color:rgba(0, 0, 0, 0);display:block;padding:0;}
.stickybarArrow{position:absolute;left:-29px;top:101px;background:#221885;color:#fff;padding:5px;font-size:16px;border-radius:0;transform:rotate(-90deg);margin-left:-140px;width:300px;text-align:center;text-transform:uppercase;z-index:99;line-height:27px;height:38px;margin-top:30px; }
.form-control {
    border: 0;
    border-radius: 0;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    padding: 0 20px;
    margin: 0;appearance: auto;
    border-radius: 3px;
    -webkit-box-shadow: -13px 5px 35px 0px rgb(0 118 208 / 25%);
    -moz-box-shadow: -13px 5px 35px 0px rgba(0,118,208,0.25);
    box-shadow: 0px 4px 60px 0px rgb(189 166 161 / 0%);
	margin-bottom: 5px;
}
.form-group{margin-bottom: 5px;}
.stickybar{right:-50px;}
.stickybar.hover{right:10px;}
.stickybar.out{right:0;}
	.stickybar.slide {
    right: 300px;
}
.enq-form{
         position: fixed;
         top: 0px;
         right: -300px;
         background: #221885;
         z-index: 9999;
         width: 300px;
         padding: 20px;
         transition:.2s;
         -webkit-transition:.2s;
         -moz-transition:.2s;
         -ms-transition:.2s;
         }
         .enq-form-open{
         right: -10px;
         }
         .enq-form .x-column{
         width: 100%;
         }
      
         .enq-form select{
         width: 100% !important;
         border-radius: 0;
         padding: 10px;
         height: 45px;
         }
         .enq-form input[type="submit"]{
         background: #eab83a;
         box-shadow: none;
         border-radius: 0;
         width: auto !important;
         color: #fff;
			 border:0;
         text-shadow: none;
         text-transform: uppercase;
         font-weight: bold;
         padding: 9px 27px;
         margin: 0 !important;
         }
         .enq-form h3{
         text-shadow: none;
         color: #fff;
         font-size: 22px;
         font-weight: bold;
         margin-top: 0;
         margin-bottom: 7px;
         }
         .enquire-btn{
         position: absolute;
         margin-left: -68px;
         margin-top: 40px;
         border-radius: 15px 0 0 15px;
         cursor: pointer;
         }
         .enquire-btn img{
         border-radius: 15px 0 0 15px;
         }
         .enquire-btn span{
         display:block;
         width:48px;
         height:40px;
         /*background-color:#543a6a;*/
         background-color:#5e456f;
         margin-top:-20px;
         border-bottom-left-radius:10px;
         position:relative;
         }
         .enquire-btn span:after{
         content:'\f053';
         display:block;
         width:100%;
         height:40px;
         font-size:16px;
         color:#FFF;
         line-height:40px;
         position:absolute;
         left:0;top:0;
         font-family: Open Sans;
         text-align:center;
         }
         .enq-form-open .enquire-btn span:after{
         content:'\f054';
         }
@media screen and (max-width: 950px) {
  .column {
    width: 50%;
    display: block;
  }	.ftr-logo {position: relative;
	left: -12px;}

	
}
@media screen and (min-width: 1400px) {
 .owl-carousel.testi-slider .owl-dots { right: 170px;}
}

@media screen and (max-width: 768px) {
  .column {
    width: 100%;
    display: block;
  }
}



.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.card {
	border: 0 !important;
}

.circle1,
.circle2,
.circle3,
.circle4{
	border-radius: 50%;
	width: 200px;
	height: 200px;
	opacity: 0.8;
}

.circle1{
	background-color: #25bcbd;
}

.circle2{
	background-color: #72be44;
}

.circle3{
	background-color: #f05a22;
}

.circle4{
	background-color: #bd1b47;
}

.circle1 img,
.circle1 p,
.circle2 p,
.circle3 p,
.circle4 p{
	color: #ffffff;
	font-weight: 500;
}

.width_allprograms {
	width: 70%;
	margin: 0 auto;
	padding-left: 5%;
}

.col-md-circle {
	width: 180px;
}

.testimonial{
    padding: 70px 13px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #cecece;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
}

.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial .description{
    font-size: 12px;
    color: #5e595b;
    line-height: 27px;
    text-align: left;
    margin: 0;
    position: relative;
}

.testimonial h6,
.testimonial span{
 text-align: center !important;
}

.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}

.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #cecece;
    font-size: 20px;
    font-weight: 700;
    color: #c7373c;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}

.testimonial .post{
    font-size: 15px;
    color: #671a36;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

 
@media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
	  
}


/*  page 2 extra sections css */

/* ////////////////////////////////// */
.hdr-top {
	    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
 
.banner-slider.owl-carousel img{width:100%; object-fit: cover; object-position: top left; }
 
.banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.navigation {
    transform: translateY(calc(-100%));
    position: absolute;
    right: 0;
    z-index: 2;
}
.bgImg_Banner_page2 {
    background-image: url('/images/LBS/website/images-index/images/banner.png');
    background-size: cover;
    height: 600px;
}
.column-link{display: block;color: #ffffff;}
.column-link:hover{color: #ffffff;}
.page2_logoBg{
  width: 160px;
    text-align: center;
	
 
}
html{scroll-behavior: smooth}
.page2_logoBg  img{width: 160px;  height: auto;}

.banner_text2 {
    color: #ffffff;
    width: 282px;
    padding:75px 0;

}

.banner_text2 h3{
    font-weight: 800;
}

.banner_div1 {
    background-color: #bd1b47;
    color: #ffffff;
    width: auto;
    /* height: 200px; */
    float: right;
}

.banner_div2 {
    background-color: #f05a22;
    color: #ffffff;
    width: 40px ; 
    height: 237px;
    float: right;
    display: flex;
    align-items: center;
}

.banner_div3 {
    background-color: #ffca05;
    color: #ffffff;
    width: 50px;
    height: 237px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    box-sizing: border-box;
}

.robot-family {

}

.display_light {
    font-weight: 400;
    letter-spacing: 2px;
}

.banner_text3 {
    padding: 18px 0 0 18px;
}
.banner_text3 a {
    font-size: 14px;
    padding: 0 5px 5px 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    display: block; transition: 0.3s ease;
    text-transform: uppercase;
}
.banner_text3 a:hover, .banner_text3 a:focus{color: #ffca05;}

.icons_banner_list{
    padding-top: 50px;
    padding-bottom: 40px;
}

.icons_banner_list li{
    padding-bottom: 5px;
}

.green{
    background-color: #72be44;
    position: absolute;
    width: 150px;
    height: 182px;
    top: 1px;
    left: 0;
    
}

.pl-0 {
    padding-left: 0;
}

.yellow {
    background-color: #ffdb01;
    position: absolute;
    top: 73px;
    margin-right: 10px;
    width: 145px;
    height: 165px;
    opacity: 0.8;
    left: 109px;
    z-index: 3;
}

.center_div_border {
    border: 2px solid #ffffff;
}

.blue {
    background-color: #25bcbd;
    position: absolute;
    width: 160px;
    height: 170px;
    z-index: 2;
    opacity: 0.8;
    top: 130px;
    left: 5%;
}

.orange {
    background-color: #f05a22;
    position: absolute;
    width: 185px;
    height: 210px;
    z-index: 2;
    opacity: 0.9;
    top: 183px;
    left: 123px;
}

.green2{
    background-color: #72be44;
    position: absolute;
    width: 125px;
    height: 205px;
    
}

.yellow2 {
    background-color: #ffdb01;
    position: absolute;
    top: 32px;
    width: 172px;
    height: 190px;
    opacity: 0.8;
    left: 49px;
    z-index: 4;
}

.blue2 {
    background-color: #25bcbd;
    position: absolute;
    width: 165px;
    height: 205px;
    z-index: 3;
    opacity: 0.7;
    top: 162px;
    left: 16px;
}

.orange2 {
    background-color: #f05a22;
    position: absolute;
    width: 90px;
    height: 195px;
    z-index: 2;
    opacity: 0.8;
    top: 133px;
    left: 143px;
}

.grey-clip {
    background-image: url('/images/LBS/website/images-index/images/grey-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 50%;

}

.width_allprograms {
    margin-left: 20% ;
    margin-right: 20% ;
    width: 60%;

}

.customm_height {
    min-height: 400px;
}


.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0;
}


/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 16.66%;
  max-width: 16.66%;
  padding: 0;
}

.column .img {
 
  vertical-align: middle;
  width: 100%;
}
.column a{font-size:16px;font-weight:600;text-decoration:none; }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 50%;
  }

}

.row_col1, .row_col2, .row_col3, .row_col4 {
    color: #ffffff;
    height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row_col1 {
  background-color: #2b7171;
  padding: 20px 0;
}

.row_col2 {
  background-color: #5a7f43;
  padding: 38px 0;
}

.row_col3 {
    background-color: #217899;
    padding: 38px 0;
}
.row_col4 {
    background-color: #8b7318;
    padding: 38px 0;
}

.bg_black {
    background-image: url('/images/LBS/website/images-index/bg-black.png');
    background-size: cover;

}

.C1 {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding-top: 45px;
    margin: 0  auto;
}

.C1_row {
    width: 70%;
    margin: auto;
    padding: 20px 0 !important;
}

.C1 p{
    font-size: 12px;
    text-align: center;
    transform: translateX(20%);
    width: 130px;
	color: #FFF;
}

.C1 h5 {
    /* transform: translateX(50%); */
    width: auto;
    text-align: center;
    color: #FFF;
    font-weight: 700;
	font-size:20px;
}
.my-3 {margin-top:4px!important; margin-bottom:4px!important;}

.div_insights {
    background-color: #682c3c;
    width: 100%;
    height: 250px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10%;
}

.div_newcoming {
    width: 100%;
    height: 250px;
    color: #ffffff;
    background-color:#823b20;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding: 15px 10%;
}
.div_newcoming	
.div_insights.workshop h3{padding-right: 10% ; padding-left: 15px; text-align:right}
.workshop-wrap h5 a, .workshop-wrap h5{color: #fff; text-decoration: none;}

.div_newcoming h3 {
    padding-left: 0;
	color:#fff;
}
.main_div_newcoming h3  a{color: #fff}
a{text-decoration: none;}
.div_insights.workshop {
    background-color: #a9923d;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}	.div_insights.workshop h3 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    padding-top: 0;
    width: 100%;
	color:#fff;
}	
.div_insights h3,
.insights_eachdiv_text h5 {
    padding-left: 0;
    padding-top: 0;
	color:#fff;
}

.insights_eachdiv_text h5 a{color: #fff}
.insights_eachdiv img {
    height: 250px;
}

.div_insights p,
.insights_eachdiv_text p {
  padding-left: 0;margin: 0;
}

.insights_eachdiv_text p {
    font-size: 12px;
	color:#FFF;
}

.insights_eachdiv,
.insights_eachdiv_text {
    width: 25%;
    float: left;
    height: 250px;
}

.insights_eachdiv img{
    float: left;
    width: 100%;
}

.insights_eachdiv_text {
    background-color: #a6a8ab;
    color: #ffffff;
}

.insights_eachdiv_text:hover{color: #fff}
.insights_eachdiv_text {
    background-color: #51453d;
    color: #ffffff;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 25px;
}
.insights_eachdiv_text h5 {
    font-size: 20px;
    /*font-weight: 700;*/
	margin-bottom:10px;
	
}

.insights_eachdiv_text p {
    font-size: 14px;
	line-height:22px;
    
}
.news-update {background-color:#1c1c90; color:#fff;}
.news-update h4{ font-size:22px;padding:10px;}
.news-update a {color:#fff;}

.cont_link a{color: #fff; }
.cont_link a:hover{color: #f05a22; }
.ftr-logo {
    text-align: left;
   
    border-radius: 0 40px 40px 0;
    padding-right: 30px;
    position: relative;
    left: -15px;
    
}
.ftr-logo img{max-width: 100%}
.testimonial-bg {
   background-image: url('/images/LBS/website/images-index/footer.png'); 
    background-size: cover;
    position: relative;
	min-height: 85vh;padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mail_box {
    width: 183px;
}

.width_testimonal {
    width: 70%;
}

.Div_testimonial-para {
     padding-top: 10px;
}

.textimonal-para {	
   max-width: 100%;
   font-size: 18px; 
   font-weight: 350;padding-right: 15px;
   
}

.lac {
    background-color: #d0d2d3;
}

.circle_green {
    width: 200px;
    height: 200px;
    align-items: center;
    background-color: #72be44;
    border-radius: 50%;

}

.circle_green h3 {
    margin-top: 45px;
}

.cirle_green_girl {
    position: absolute;
    bottom: -23px;
    right: 0;
}

.margin-left-about {
    margin-left: 40px;
}

.top-bar-icons li a {
    margin-right: 0;
    padding: 0 !important;

}

.FloatRight-img img {
    float: right;
	border-radius: 50%;
		
}

.textimonal-para,
.textimonal-span,
.textimonal-h5 {
    margin-left: 0px;
}


.fotr-position-relative {
    position: relative;z-index: 2;

}

.negative_margin {
    margin-top: -70px;
}


.owl-carousel.testi-slider .row{align-items: center;margin: 15px 0px}	

.owl-carousel.testi-slider 	.owl-dots .owl-dot span{width: 20px; height: 20px;  display: block; background: #b1b4b9; border-radius: 50%; margin:8px 0;}
.owl-carousel.testi-slider 	.owl-dots .owl-dot.active span{ background: #f05a22; }
.owl-carousel.testi-slider .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
.textimonal-h5 {
    margin-top: 35px;
    font-size: 22px;
}

.textimonal-span {
    font-weight: 300;
    letter-spacing: 1px;
}


.color_muted {
    color: #58595b;

}
.color_muted.sub-heading{	display: block; text-align: center;}

.testimonial-heading {
    color: #2f2a28;
}

.girl_pic_Absolute {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 313px;
    z-index: 1000;   
/*z-index: -1;   */
}

.text-left {
    text-align: left;
}
.testimonial .description:before  {
    content: "" !important;
}

.padding-card {
    padding-right: .25rem!important;
    padding-left: .25rem!important;
}


@media (max-width: 1126px){
    .col-sm-0 {
        display: none;
    }
    .width-courses {
        width: 100%;
    }
    .Div_testimonial-para {
    padding-top: 30px;
}
}

@media (max-width: 1238px){
    .C1_row {
        width: 85% !important;
        margin: auto;
    }
    .girl_pic_Absolute {
    
    width: 244px;
    }
      .testimonial-bg {
    padding-bottom: 5rem!important;
}

}
@media(max-width: 991px){
    .email-address{
        display: block;
    }
    .C1 {
        margin-top: 20px;
    }

    .width_testimonal {
        width: 60%;
    }
}

@media (max-width: 1262px){
    .negative_margin {
    margin-top: -60px;
    }

    .log_radius,
    .inner_opportunity {
        position: static;
    }

    .list-inline-menu li a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .list-inline-menu li a:first-child{
        margin-left: 0;
    }

    .log_radius-width,
    .log_radius-width2,
    .inner_opportunity {
        width: 100%;
        display: block;
    }

    .inner_opportunity {
        margin-top: 20%;
    }

    .list-inline-menu {
        text-align: center;
    }
}

@media (max-width: 831px){
    .list-inline-menu li a {
        font-size: 12px;
    }
    .width_testimonal {
        width: 55%;
    }

  }

@media (max-width: 768px){
    .mail_box,
    .email-address,
    .subscribe {
        width: 40%;
        display: block;
    }
 .main_div_newcoming {
    width: 100%;
    padding: 0px !important;
    display: block;
}
    .negative_margin {
    margin-top: -70px;
    }

    .Div_testimonial-para {
        padding-top: 20px;
     }

    .width_testimonal {
        width: 70%;
    }

    /*.column {
        padding: 10px;
    }*/

    

   /* .inner_row {
        width: 80%;
        margin: auto;
    }*/

    .div_newcoming,
    .div_insights,
    .main_insight_newcoming{
        width: 90% !important;
    margin-left: 5% !important;
    }
    .div_newcoming, .div_insights {
    margin-bottom: 15px;
}
    .insights_eachdiv,
    .insights_eachdiv_text {
        width: 50%;
        margin-bottom: 20px;
    }.div_newcoming {height: 150px;}

    .div_newcoming h3 {
    width: 100%;
    padding: 40px;margin: 0;
}
.div_insights.workshop, .div_insights {
   
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
	flex-direction: column;
    justify-content: center;
}
    .div_insights h3 {
    margin-top: 0;   padding: 0
}.div_insights.workshop h3 {  padding-left: 10%;
    text-align: left;
}
.navigation {
	transform: translateY(calc(-100% - 42px));}	
	.aboutus_text2 p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
	.owl-carousel.testi-slider .owl-dots{display: 
	none;}
    .C1_row {
        width: 100% !important;
    }

    .C1_row .col-md-6{
        width: 26%;
        margin-left: 12%;
    }

    .C1 {
        margin-left: auto;
    margin-right: auto;
    }

    .fotr-position-relative {
        position: static;
    }

    .testimonial-bg {

    }

    .girl_pic_Absolute {
        display: none;
    }
    .startsInsights {
    padding-top: 0;
    padding-bottom: 0;
}
}

@media (max-width: 767px){
    .top-bar-container {
        max-width: 735px;
    }
    .top-bar-icons {
        text-align: left !important;
    }

    .banner_text2 {
        margin: auto;display: none;
    }

    .FloatRight-img img {
        float: none;
     }

     .FloatRight-img{
        text-align: center;
     }
     .width_testimonal {
        width: 65%;
    }
    .textimonal-para {
        font-size: 17px;
    }
    .aboutus_bg2 {
    height: 100%;
}
.aboutus_text2 {
    margin-top: 0;
    height: 100%;
}
.insights_eachdiv {
    margin-bottom: 0 !important;
	}
	.bottom_bar{margin-bottom: 60px;font-size: 13px;}
	.insights_eachdiv img, .insights_eachdiv, .insights_eachdiv_text {
    height: 300px;
}
}

@media (max-width: 730px){
    .list-inline-menu li a {
        margin-left: 8px;
        margin-right: 8px;
    }

    .list-inline-menu li a {
        font-size: 10px;
    }
    .list-inline-menu {
        margin-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 615px){
    .C1_row .col-md-6{
        width: 80%;
        margin-left: 12%;
    }
}

@media (max-width: 575px){
.negative_margin {
    margin-top: -83px;
    }
	
}
@media (max-width: 564px){
    

    .menubar {
        background-color: transparent;
    }

    .negative_margin {
    margin-top: -83px;
    }

    .margin-left-about {
        margin-right: 0;
        margin-left: 0;
    }

    .width-at-564 {
        width: 100%;
        padding: 0;
    }


/*
    .column .card {
        width: 80% !important;
        margin-left: 10% !important;
        margin-right: 10% !important;
    }*/

    .grey-clip  {
        display: none;
    }

}

	.navigation-mob {display: none;}
@media(max-width: 425px) {
    /*.div_newcoming,
    .div_insights {
        width: 100% !important;
    }*/
    .insights_eachdiv,
    .insights_eachdiv_text {
        width: 100%;
    }

    .width_testimonal {
        width: 45%;
    }
    .mail_box, .email-address, .subscribe {
    width: 60%;
}

}
  
@media(max-width: 351px) {
   .log_radius {
        width: 304px;
   } 
   .width_testimonal {
        width: 40%;
    }
}

/*responsive*/
@media screen and (max-width: 1400px) {
	
	.aboutus_text2 p {font-size: 16px;}
	.owl-carousel.testi-slider .owl-dots .owl-dot span {  width: 15px;		height: 15px;}
	.cont_link a { font-size: 13px;
    white-space: nowrap;
}
}
@media screen and (max-width: 1199px) {
	.dropdowntop .dropbtn {	
		font-size: 13px; width: 116px;}
	.page2_logoBg img {
		width: 116px;}
	.page2_logoBg {
		width: 116px;}
	
}
@media screen and (max-width: 991px) {
	
	.page2_logoBg img, .page2_logoBg {
		width:120px;		}
.navbar-fostrap {
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 7px;
    z-index: 9999;
}
	.navbar-fostrap.open span:nth-child(1) {
    transform: rotate(
45deg
);
    margin-bottom: -2px;
}
	.navbar-fostrap.open span:nth-child(2), .navigation li a:after {
    display: none;
}
	.navbar-fostrap.open span:nth-child(3) {
    transform: rotate(
-45deg
);
    margin-top: -2px;
}
	.dropdowntop .dropbtn { font-size: 14px;width: 120px;	height: 35px;}
	.social_icon li {
    display: inline-block;
    margin-right: 5px;
}
.social_icon li:hover i{background: #000;}
.social_icon i {
    width: 32px;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #bd522a;
    color: #fff;
}
	.navbar-fostrap span {
        height: 2px;
        background: #fff;
        margin: 5px;
        display: block;
        width: 20px;
    }
	.social_icon {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 50px;
    top: 11px;
}
	.navbar-fostrap span {
        height: 2px;
        background: #fff;
        margin: 5px;
        display: block;
        width: 20px; transition: 0.3s;
    }.top_bar {
		position: relative;}
	.navigation-mob {
    background: #d85828;
    display: none;
    padding: 15px;
 }.navigation{display: none;}
	.navbar-fostrap.open {top: 15px;}
	.default_btn{margin-top:0;background: #bd522a;color:#fff;font-size: 14px;border:none;text-transform: uppercase;width: auto;display:inline-block;padding: 8px 30px;transition: .5s;border-radius: 30px;font-weight:500;}
.default_btn:hover{color:#fff;box-shadow: 0 55px 0 #111534 inset;border-radius:50px;letter-spacing: 1.5px;}
	.navigation-mob ul{margin: 0;padding: 0;}
	.navigation-mob ul li{display: block;padding: 5px 0;list-style: none;border-bottom: 1px solid #ab5333;}
	.navigation-mob ul li:last-child{border-bottom: none;}
	.navigation-mob ul li a{color: #fff; text-transform: uppercase;}
 .open_menu .navbar-fostrap span:nth-child(2),.navigation li a:after {
        display: none
    }
	.aboutus_text2 p {
    font-size: 14px;
    text-align: center;
}
	.div_insights, .div_newcoming {  width: 100%;display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
	.div_insights.workshop h3  {
    padding-right: 0;
    padding-left: 0px;
    text-align: center;
    width: 100%;
}
	.row_col1, .row_col2, .row_col3, .row_col4 {
    color: #ffffff;
    height: 142px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}	
	.work-insight{order: -1;}
	.div_insights.workshop {margin: 20px 0 0 auto;    justify-content: center;}
	.div_insights h3, .div_insights p, .div_newcoming h3{margin: 0; padding: 0;text-align: center;}
	.girl_pic_Absolute{display: none}
}
@media screen and (max-width: 767px) {

	
	.banner-caption { right: 0;
    left: 0;
    text-align: center;
}
	.div_insights { width: 100%;
		height: 150px;}
	.div_newcoming, .div_insights, .main_insight_newcoming {
    width: 100% !important; margin: 0!important;
    padding: 0 15px !important;
}
	.textimonal-para {
    font-size: 15px;
}
	.textimonal-h5 {
    margin-top: 18px;
    font-size: 18px;
}.navigation-mob ul li a {
		font-size: 14px;}
	.dropdowntop .dropbtn {
    font-size: 14px;
    width: 134px;  border-radius: 30px;
}
	.py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.college-links-list {
    margin: 0;
	padding: 0;}
	.color_muted { font-size: 14px;
}.FloatRight-img img {
    float: none;
    width: 150px !important;
    margin: 0 auto 10px auto;
}.owl-carousel.testi-slider .row {margin: 0;
	}.navigation-mob ul li a br{display: none;}
	.fotr-position-relative {
    position: static;
    font-size: 14px;
}
	.stickybar {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 9999999999;
}
.stickybar .inner1 { right: 0;}
	.stickybar ul {
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
}

.stickybar ul li {
    width: 20%;
}
	.college-links-list li a {font-size: 12px ;}

.stickybar ul li a {
    width: 100%;
    right: 0;border-right: 1px solid #bf4d2f; border-bottom: 0;
}
	.enq-form{ top: inherit;bottom: 59px;}
	.stickybar.slide .enq-form{right: 0; top: inherit;bottom: 59px;}
	.scroll-to-top {
    position: fixed;
		bottom: 112px;}
	.bottom_bar .row.d-flex.align-items-center.px-5.pt-3 {
    padding: 1rem 5px 0 5px !important;
}
	.tk-icon-close.dropbtn { font-size: 20px; width: 35px; height: 36px;	line-height: 35px;}
	.map { font-size: 16px;margin-top: 10px;}
	.map a {
    width: 42px;  padding: 5px;
		margin-right: 10px;}
	.map i img {
    width: 22px;
}
}	
@media screen and (max-width: 575px) {
.top_bar {
    position: relative;
    padding-bottom: 50px;
    box-shadow: 0 -50px 0 inset #984729;
}.page2_logoBg img, .page2_logoBg {
    width: 70px;

}
	.aboutus_text2 { padding: 15px;
}.aboutus_text2 p {
    font-size: 14px; line-height: 22px;
}.about_us_heading { font-size: 20px;
    margin-bottom: 10px;
}
	.div_insights h3,  .div_newcoming h3 {
    margin: 0;
		font-size: 28px;}
.navbar-fostrap.open {
    top: 67px;
}.div_insights h3, .insights_eachdiv_text h5 {font-size: 35px; margin-bottom:10px;}
	.testimonial-heading { font-size: 22px;
}
.textimonal-para, .Div_testimonial-para { padding: 0; overflow: visible !important;
    text-align: center;
}
.dropdowntop .dropbtn { margin: 2px 0;}
.top_bar .default_btn{position: absolute; 
	bottom: 7px}
.social_icon {  right: 0;
}
.navbar-fostrap { top: 59px; padding: 7px;
}
.news-update h4{ font-size:16px;padding:6px;}
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*    popup next buttons  start*/
.btt-left {
    top: 45%;
    position: absolute;
    left: 10px;
    padding: 2px;
    background: #dadada;
    border: 1px solid #e6e6e6;
    font-weight: bold;
}

.btt-right {
    top: 45%;
    position: absolute;
    right: 10px;
    padding: 2px;
    background: #dadada;
    border: 1px solid #e6e6e6;
    font-weight: bold;
}

/*    popup next buttons  end*/

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.model-box img{width:100%;}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cnt223 {
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 5px 10px;
    border-radius: 5px;
	float:right;
}

.close a {
    background: #dadada;
    padding: 3px 11px;
    color: black;
    height: 10px;
    line-height: 11px;
    /* float: right; */
    /* font-size: 13px; */
}

.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.red-pop-more {
    width: 100%;
    float: left;
}

 .red-pop-more a{
 color: #ffffff;
    float: right;
    font-size: 16px;
    background: #ed6a47;
    padding: 2px 10px;
    margin-top: 10px;
    font-weight: 400;
	}
	
.cnt223 .x {
    /* float: left; */
    height: auto;
    /* left: 5px; */
    position: relative;
    /* top: -9px; */
    /* width: 5px; */
    width: 100%;
    text-align: right;
    font-size: 22px;
}

.cnt223 .x:hover{
cursor: pointer;
}
.modelbox {
    right: 40px;
    bottom: 10px;
    position: absolute;
    margin: 0;
}
@media (max-width:576px){
.cnt223 {width:100%; min-width:auto;}
.cnt223 b{color: #d91900;float:right;font-size:15px}
.modelbox {float: right;margin-right:-40px;margin-bottom:150px;}

}



.bcon_bt a {
    background-color: #1b1464!important;
    text-align: center;
    height: 25px;
    width: 90px;
    font-weight: 400;
    font-size: 14px;
    padding: 6px;
    color: white;
}
.bcon_bt a:hover{color:white;}
.bcon_bt {
    float: right;
}


@media screen and (max-width: 991px){
.mobile-abst {
    position: absolute;
    right: 25%;
    top: 29%;
    z-index: 99;
}
}

@media screen and (max-width: 670px){
.mobile-abst {
    position: absolute;
    right: 49px;
    top: 67px;
}
}
a {text-decoration:none!important;}

.video_main iframe{width:100%;}