@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;


}
body{
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

input,
textarea {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
a:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
button {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.f-bold{
    font-weight: 900;
}
.medium{
    font-weight: 500;
}
.thin{
  font-weight: 300;
}

p,a{
    line-height: 2;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
p{
  color: #000;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
span,
button{
  font-family: 'Ubuntu', sans-serif;
}

.color2 {
  color: #EF4A22;
}

.btn1{
  color: #EF4A22;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
}

.btn2{
  width: 100%;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    border: none;
    transition: all 0.5s ease;
}

.btn2:hover{
  background-color: #fff;
  color : #000;
  transition: all 0.5s ease;
  /* border: 1px solid #000; */

}

.btn3{
  padding: 10px 50px;
  color: #fff;
  background-color: #EF4A22;
  border-radius: 5px;
  border: none;
  transition: all 0.5s ease;
}
.btn3:hover{
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  transition: all 0.5s ease;
}


/* Navbar */
.logo-adjust{
  width: 170px;
}
section.nav-bar .navbar .navbar-nav .nav-item a{
  color : #000;
  /* font-size: 18px; */
  font-size: 16px;
}
section.nav-bar .navbar .navbar-nav .nav-item a:hover{
  color: #EF4A22;
}
section.nav-bar .navbar .navbar-nav .nav-item{
  padding: 0px 10px;
}

.active{
  color: #EF4A22 !important;
  display : inline-block;
  padding: 8px 8px;
}

.fixed-top{
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}


/* Dropdown */
/* .dropdown:hover .dropdown-menu {
  display: block;
}



.btn {
  background-color: green;
} */

/* #navbarTogglerDemo li.active{
  margin-left: 15px;
} */

/* #navbarTogglerDemo li a:hover{
  transform: scale(1.1);
  transition: all 0.5s ease;
} */


/* Banner */
.carousel-inner .carousel-item img{
  height: 80vh;
  object-fit: cover;
}
.carousel-inner .carousel-item .caption{
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-inner .carousel-item .caption h1{
color: #fff;
text-transform: uppercase;
}

/* All Items */

section.all-item .btn-pos{
  position: absolute;
  bottom: 3rem;

}

input,select{
  padding: 5px 5px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 7px;
  border: none;
}

.dropdown-menu>li>.dropdown-submenu{
  display: none !important;
  left: 100%;
  top: -1px;
}

.dropdown-menu>li:hover>.dropdown-submenu{
display: block !important;
}






/* About Us */
 /* .all .heading{
  border-left: 8px solid #EF4A22;
  padding-left: 40px;
}

 .all .heading .inner{
  font-weight: 400;
  color: #1C448D;
}
 .all .heading .outer{
  color: #1C448D;
} */


/* Number */
section.number{
  background-image: url('../images/number.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

section.number .detail{
  border-right: 1px solid #fff;
}

section.number .detail h1{
  color: #fff;
}

section.number .detail h4{
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
}

section.Study-area .card {
  border: 1px solid transparent;
  border-radius: 0;
}

/* Testimonials */
.testimonials .owl-carousel .item{
  border: 3px solid #1B4997;
}

.testimonials .designation{
  border-left: 6px solid #EF4A22;
}
.testimonials .designation p{
  color: #767676;
}


/* Footer */
section.footer .links ul li{
  color: #fff;
  line-height: 30px;
}
section.footer .links ul li a{
  color: #fff;
  line-height: 30px;
}
section.footer .links ul li a:hover{
  color: #EF4A22;
}

section.bottom-footer a{
  color: #000;
}






/* Return to top */
span{
  border-style: none;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1B4997;
  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;
z-index:9999;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 23%;
  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;
   z-index:9999;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i{
  color: #fff;
  top: 5px;
}


/* Other Pages Banner*/
section.otherbanner{
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
}

/* about Us */
section.mission-vision .vision{
  margin-top: 70px;
}

.list li{
  list-style-type: circle !important;
  line-height: 30px;
}


/* Courses Page */
.accordion-item{
  border: 0;
}

.accordion-button:not(.collapsed){
  color: #EF4A22 !important;
  font-weight: bold;
  background-color: unset;
}
.accordion-button{
  font-weight: 500;
  border-bottom: 1px solid #D9DBE9;
}
.accordion-button::after{
  background-image: url('../images/plus.png');
}
.accordion-button:not(.collapsed)::after{
  background-image: url('../images/minus.png');
}

table, th, td {
  border:1px solid black;

}
td{
  padding: 30px;
  font-family: 'Roboto', sans-serif !important;
}
th{
  font-size: 20px;
  padding: 30px;
  font-family: 'Ubuntu', sans-serif !important;
  color: #1B4997;
}
.link{
  color: #EF4A22;
}


/* arriving page */


/*all heading */
.all .heading {
  gap: 19px;
}

.all .heading .inner {
  font-weight: 400;
  color: #1C448D;
  font-size: 23px;
}

.all .heading .vr {
  background-color: #EF4A22;
  opacity: 1;
  width: 6px;
  min-height: 98px;
  border: 1px solid transparent;
}

.all .heading .outer {
  color: #1C448D;
  font-size: 36px;
}

/*vibrant cities */

section.vibrant .card {
  background-color: #1C448D;
  padding: 10px;
}

/*arriving */

section.arriving {
  background-image: url(../images/arriving.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 66vh;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

section.arriving .card {
  background-color: transparent;
  padding: 20px;
  border: 2px solid white;
}

/* know more */

.color1 {
  color: #1C448D;
}

section.know .accordion-button {
  font-size: 20px;
  font-weight: 500;
  background-color: #E3E3E3;
  border: 1px solid transparent;
  border-radius: 8px !important;
}

section.know .accordion-button:focus {
  border: 1px solid transparent;
  box-shadow: none;
}

section.know .accordion-button:not(.collapsed) {
  color: #EF4A22;
}

section.know .accordion-body ul li {
  list-style: disc;
  color: black;
  margin-left: 1.2rem;
}

/******************esos framework page */

section.tuition .main_ul li {
  font-family: 'Roboto', sans-serif;
  list-style: disc;
  margin-left: 1.2rem;
  color: black;
}

section.tuition .child_ul li {
  list-style: lower-alpha;
}

/******************all forms page */

section.aboutus .pdf_box {
  background-color: #1C448D;
  transition: all 0.8s ease;
}

section.aboutus .pdf_box:hover {
  background-color: #EF4A22;
}


/* General endlish table */

section.Table .wrapper_outer h6{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 144px;
}

section.Table .wrapper_outer{
  background-color: #fff;
  height: 144px;
  width: 144px;
  border-radius: 100px;
}

section.Table .tableflex{
  align-items: center;
    justify-content: center;
    display: flex;
}

.arrow{
  position: absolute;
  bottom: -43px;
  align-items: center;
  justify-content: center;
  display: flex;

}

.layer{

  border-radius : 6rem;
  position : relative;
  margin-bottom : 60px !important;
}



/* Blogs */

  /* Blog-single */
  .blog-image{
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  

  .latest-blogs{
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 4px;
  }
  
  .blog-logo-height{
    height: 40px;
    border-radius: 5px;
  }
  .latest-blogs ul a{
    color: #212529;
    padding: 5px 10px;
      display: inline-block;
      font-size: 14px!important;
      border: 1px solid #ddd
  }
  .latest-blogs h6{
    color: #212529;
  }

  section.career{
    overflow-x: initial !important;
    position: relative;
  }

  section.career .wrapper{
    position: sticky;
    top: 15%;
    overflow: auto;
 
  }


  /* Blog */
.blog-caption{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

h5.card-title{
  line-height: 28px;
}

