/* ----------------------------------------------- */
				/* BASIC SETUP */
/* ----------------------------------------------- */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	
}
html,
body{
	background-color:#fff;
	font-family: sans-serif;
	font-size:15px;
	font-weight:100;
	overflow-x:hidden;
}


/* ----------------------------------------------- */
			/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */

.contaner{
	width:80%;
	margin:0 auto;
}

.btn-1{
	background-color: #007FB8;
	color: #fff;
}
.btn-1:hover {
	background-color: #fff;
	color: #007FB8;
	border: 1px solid #00cccc;
}
.btn-2{
	background-color: #fff;
	color: #007FB8;
	border: 1px solid #007FB8;
}
.btn-2:hover {
	background-color: #00cccc;
	color: #fff;
	
}

@media(max-width:767px){
  .min-text {
    font-style: normal;
    font-size: 0.6rem;
  }
}

.page-hight{
    height: 55vh;
    display: grid;
    place-items: center;
}

/* ----------------------------------------------- */
				/* HEADINGS */
/* ----------------------------------------------- */
.top{
	padding: 15px 0;
}

@media(max-width:767px){
  .top {
    padding: 0;
  }
}


.logo-img {
  background-image: url('assets/logo.png');
  background-size: 36%;
  background-position: left;
  background-repeat: no-repeat;
  width: 50%;
  height: 50px;
}

@media(max-width:767px){
	.logo-img{
  background-image: url('assets/logo_sm.png');
  }

}


.nav-link {
	color:#007FB8;
}
.nav-link:hover {
	color:#00cccc;
}


.navbar-collapse {
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
  }
  
  .navbar-nav .nav-item {
	display: block; 
  }
  
  .navbar-collapse.show .navbar-nav .nav-item {
	display: block;
  }



  .main-Carousel {
    background-image: url('assets/img/teach.png');
    background-size: 31%;
    background-repeat: no-repeat;
    margin-left: 12%;
}

.main-Carousel-text{
    width: 70%;
    text-align: left;
    font-size: 30px;
    margin: auto;
    padding-left: 19%;
    text-transform: uppercase;
}
@media(max-width:767px){
  .main-Carousel{
    margin: 0;
    background-size: 60%;
  }
	.main-Carousel-text{
	font-size: 0.8rem;
}

.carousel-content h2 {
  font-size: 0.6rem;
  font-weight: bold;
}

.carousel-content h3 {
  font-size: 0.5rem;
}
}



 /* Industry-Leading Insights Section  */



  #insights-section h2 {
    font-weight: bold;
    font-size: 2rem;
  }
  @media(max-width:767px){
    #insights-section h2 {
        margin-top: 20px;
    }
}


  
  #insightsTabs .nav-link.active {
    background-color: #007FB8;
    color: #fff;
    border-color: #007FB8;
  }

  .tab-content .row img {
    max-height: 300px;
    object-fit: cover;
  }
  
  .text-primary {
    text-decoration: none;
  }
  
  .text-primary:hover {
    text-decoration: underline; 
  }
  

