body {
 //   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2c4c5b;
}

/*Hover Style */
.dropbtn {
  background-color:#1f3540;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  min-width: 160px;
}

.dropdown-new {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1f3540;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 100%;
  top: -2px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.dropdown-content a:hover {background-color: #1f3540;}
.dropbtn:hover .dropdown-content {display: block;}

/* end of hover styles */


.yell-nav {
  background-color: #f6a220;
  font-size: 18px;
}

.mega-menu-new {
  position: relative;
  left: 0;
  /*width: 100%;
  right: 0;*/
  background-color: rgb(22 56 72 / 96%);
}


h1 {
         font-size: 37px;
}

.home-buttons > .home-button-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
    bottom: 0;
left: 0;
}

.course-inner-section > img {
width: 100%;
    border-radius: 30px;
}

.inside-div {
    padding: 20px;
}

.fa-solid {
    min-width: 70px;
}

.inside-div {
    padding: 20px;
}

.map {
    /*background-color: #e9e9e9;*/
    background-color: #e9e9e930;
}

.min-p-high {
    min-height: 105px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.home-icon {
    border-radius: 88%;
    background-color: #f6a220;
    padding: 15px;
    font-size: 35px;
    color: #ffffff;
}

.directors > div > p > .collapsed {
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 20px;
    background-color: #ffffff;
    min-width: 180px;
    min-height: 155px;
}

.directors > div > p > button {
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 20px;
    background-color: #d2d2d2;
    min-width: 180px;
    min-height: 155px;
}

.directors {
    background-color: #e9e7e7;
    padding-top: 45px;
    padding-bottom: 45px;
}

.flip-box {
  background-color: transparent;
  height: 320px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #fff;
    color: black;
    border: 1px solid #eda021;
    padding: 20px;
}

.flip-box-back {
  background-image: linear-gradient(to bottom right, #386379, #203642);
  color: white;
    padding: 20px;
  transform: rotateY(180deg);
}

.course-name2 {
padding-top: 20px;
padding-bottom: 20px;
    text-align: center;
min-height: 136px;
}

.course-inner-section {
margin: 5px 10px;
    border-radius: 30px;
    border: 2px solid #eda021;
    padding: 15px 15px;
    background-image: linear-gradient(to bottom right, #eaeaea, white);
}

.page {
padding-top: 25px;
}

.directors2 > div > p > .collapsed {
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 20px;
    background-color: #d2d2d2;
    min-width: 180px;
    min-height: 155px;
}

.directors2 > div > p > button {
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 20px;
    background-color: #ffffff;
    min-width: 180px;
    min-height: 155px;
}

.directors2 > div > p > button:hover {
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 20px;
    background-color: #d2d2d2;
    min-width: 180px;
    min-height: 155px;
}



.directors > div > p > .collapsed {
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 20px;
    background-color: #ffffff;
    min-width: 180px;
    min-height: 155px;
}

.directors > div > p > button {
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 20px;
    background-color: #d2d2d2;
    min-width: 180px;
    min-height: 155px;
}

.directors {
    background-color: #e9e7e7;
    padding-top: 45px;
    padding-bottom: 45px;
}

.dropdown-item:hover {
    color: #eda021 !important;
    background-color: rgb(240 248 255 / 0%);
}

.yellow-dropdown {
background-color: rgb(31 53 64 / 97%);
}

.fa-solid {
    min-width: 70px;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.navbar-nav > .nav-item {
	list-style-type: none;
}

    .top-section {
        background-color: #2c4c5b;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding-top: 5px;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin: 5px 5px 0px;
    }

    .top-section img {
        width: 100%;
    }

    .top-section > h6 {
        margin-top: 10px;
        font-size: 18px;
        color: #fff;
	padding: 0px 5px;
	min-height: 85px;
    }

    .bottom-section {
        background-color: #eda021;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding-bottom: 5px;
        text-align: center;
	border-radius: 30px;
    	background-image: linear-gradient(to bottom right, #f1b859, #eda021);
        margin: 0px 5px 15px 5px;
    }

    .bottom-section-filters {
        background-color: #2c4c5b;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding-bottom: 5px;
        text-align: center;
		border-radius: 30px;
		background-image: linear-gradient(to bottom right, #2c4c5b, #2c4c5b);
        margin: 0px 5px 15px 5px;
    }

#exTab1 {

            margin-top: 0px;

        }

.nav-pills {

            display: flex;

                padding-top: 10px;
    border-bottom: 1px solid #2c4c5b;

                     

        }




        .nav-pills li {

            list-style: none;

                margin-right: 5px;
    background-color: #e7e7e7;
    color: #2c4c5b !important;
    border-radius: 15px 15px 0px 0px;
         

        }




        .nav-pills a {

            display: block;

            padding: 10px 15px;

            text-align: center;

            font-size: 1rem;

            text-decoration: none;

            border-radius: 15px;

            transition: background-color 0.3s ease;

        }




        .nav-pills a.active {




            background-color:#2c4c5b;

            color: #fff;

            border: 1px solid #2c4c5b;
border-radius: 15px 15px 0px 0px;


        }

.tab-content {

            background-color: #fff;

            padding: 15px;

            border-radius: 5px;

           

        }

    .bottom-section a {
        display: inline-block;
        margin-top: 10px;
        padding-bottom: 5px;
        color: #1f3540;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .bottom-section-filters a {
        display: inline-block;
        margin-top: 10px;
        padding-bottom: 5px;
        color: #FFFFFF;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
   

    .bottom-section a:hover {
        color: #fff;
    }

.row {
    --bs-gutter-x: 0;
}

.bottom-section:hover {
            background-image: linear-gradient(to bottom right, #d7901a, #d7901a);
    }
.course-fee {
    background-color: #f7f7f7;
    box-shadow: 1px 1px 4px #b1b1b1;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fa {
    font-size: 18px;
    padding: 5px;
    border-radius: 360px;
    color: #000000;
    border: 2px solid #000000;
    min-width: 30px;
    text-align: center;
}

.fa:hover {
    color: #f7ab2e;
}

.btn-primary {
    background-color: #1f3540;
    color: #ffffff;
    border: 0;
}

.btn-primary:hover {
    background-color: #eda021;
    color: #ffffff;
    border: 0;
}

.number {
    text-align: right;
    padding-right: 30px;
    font-size: 18px;
}

.number > p {
    border-right: 3px solid #2c4c5b;
    padding-right: 30px;
    margin-top: 3px;
}

.fa-icon {
    padding-right: 5px;
}

.mega-menu {
  position: fixed;
  top: 45px; /* Adjust this value based on your design */
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add shadow for the mega menu */
  padding: 20px; /* Add some padding to the mega menu */
  max-height: calc(100vh - 80px); /* Set the maximum height for the mega menu */
  overflow-y: auto; /* Add vertical scroll if needed */
  display: none; /* Hide the mega menu by default */
  opacity: 1; /* Set the initial opacity to fully visible */
  transition: opacity 0.2s ease; /* Add a transition for smooth fading */
    margin-top: 58px;
}

/* Show the mega menu when its parent dropdown is hovered 
.nav-item.dropdown:hover .mega-menu {
  display: block;
}*/

.mega-menu2 {
  position: fixed;
  top: 80px; /* Adjust this value based on your design */
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add shadow for the mega menu */
  padding: 20px; /* Add some padding to the mega menu */
  max-height: calc(100vh - 80px); /* Set the maximum height for the mega menu */
  overflow-y: auto; /* Add vertical scroll if needed */
  display: none; /* Hide the mega menu by default */
  opacity: 1; /* Set the initial opacity to fully visible */
  transition: opacity 0.2s ease; /* Add a transition for smooth fading */
    margin-top: 58px;
}

/* Show the mega menu when its parent dropdown is hovered */
.nav-item.dropdown:hover .mega-menu2 {
  display: block;
}

.mega-menu3 {
  position: fixed;
  top: 80px; /* Adjust this value based on your design */
  
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add shadow for the mega menu */
  padding: 20px; /* Add some padding to the mega menu */
  max-height: calc(100vh - 80px); /* Set the maximum height for the mega menu */
  overflow-y: auto; /* Add vertical scroll if needed */
  display: none; /* Hide the mega menu by default */
  opacity: 1; /* Set the initial opacity to fully visible */
  transition: opacity 0.2s ease; /* Add a transition for smooth fading */
    margin-top: 58px;
}

/* Show the mega menu when its parent dropdown is hovered 
.nav-item.dropdown:hover .mega-menu3 {
  display: block;
}*/



.top-nav {
    padding-top: 20px;
    padding-bottom: 30px;
}

.fa-search {
	color:#ffffff;
	border : 0px;
}

.blue-nav {
    background-color: #1f3540;
    font-size: 18px;
}

.form-control {
    display: initial;
}

.search-section {
    background-color: rgb(255 255 255 / 63%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-link {
    color: #ffffff;
}

.nav-link:hover {
    color: #eda021;
}

.nav-link-new {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-item {
    padding-right: 15px;
    font-size: 15px;
    padding-top: 25px;

}

.nav-item-new {
    padding-right: 15px;
    font-size: 17px;
    padding-top: 25px;

}

.navbar-brand > img {
    width: 60%;
}

.colored {
    color: #2c4c5b;
}
.colored-new {
   color: #101010;
}

.mega-menu {
    position: fixed !important;
    left: 0;
    width: 100%;
    right: 0;
    background-color: rgb(22 56 72 / 96%);
}

.mega-menu > .row > div > a {
    color: #ffffff !important;
}


.mega-menu2 {
    position: fixed !important;
    left: 0;
    width: 100%;
    right: 0;
    background-color: rgb(22 56 72 / 96%);
}

.mega-menu2 > .row > div > a {
    color: #ffffff !important;
}

.mega-menu3 {
    position: fixed !important;
    left: 0;
    width: 100%;
    right: 0;
    background-color: rgb(22 56 72 / 96%);
}

.mega-menu3 > .row > div > a {
    color: #ffffff !important;
}

.colored {
    font-size: 18px;

}





.dropdown > .nav-link {
    font-size: 15px;
}

.navigation-background {
    background-image: url(../images/shutterstock_505651462.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.top-nav {
    background-color: rgb(255 255 255 / 78%);
}

.main-nav {
    background-color: rgb(247 171 46 / 89%);
    padding-left: 45px;
}

.mega-menu > .row > div > a:hover {
    color: #eda021 !important;
    background-color: rgb(240 248 255 / 0%);
}

.mega-menu > .row > div > a:focus {
    color: #eda021 !important;
    background-color: rgb(240 248 255 / 0%);
}

.mega-menu > .row > div {
    border-right: 1px solid rgb(255 255 255 / 39%);
    padding: 10px 15px;
}


.mega-menu2 > .row > div > a:hover {
    color: #eda021 !important;
    background-color: rgb(240 248 255 / 0%);
}

.mega-menu2 > .row > div > a:focus {
    color: #eda021 !important;
    background-color: rgb(240 248 255 / 0%);
}

.mega-menu2 > .row > div {
    border-right: 1px solid rgb(255 255 255 / 39%);
    padding: 10px 15px;
}

.mega-menu3 > .row > div > a:hover {
    color: #eda021 !important;
    background-color: rgb(240 248 255 / 0%);
}

.mega-menu3 > .row > div > a:focus {
    color: #eda021 !important;
    background-color: rgb(240 248 255 / 0%);
}

.mega-menu3 > .row > div {
    border-right: 1px solid rgb(255 255 255 / 39%);
    padding: 10px 15px;
}


.nav-h {
    color: #eda021;
    border-bottom: 1px solid rgb(255 255 255 / 39%);
}



.dropdown-item {
    font-size: 14px;
color: #ffffff;
}

.home-h1 {
	color: #1f3540;
}

.running-numbers {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.gray-background {
    background: #eeeeee;
    padding: 20px;
    text-align: center;
    margin: 1px 20px;
}

.yellow-background {
    background-color: #eda021;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    border-radius: 25px;
    z-index: 2;
}

.left-space {
    padding-left: 5px;
}

.grey-section {
background-color: #e9e7e7;
padding-top : 45px;
padding-bottom : 45px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #2c4c5b;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    background-color: #2c4c5b;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
        border-radius: 15px;
}

.course-link > img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.course-name {
        background-color: #2c4c5b;
    color: white;
    padding: 5px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.enquire-section {
    padding: 20px;
        box-shadow: 1px 1px 6px #848484;

}

.boarder {
    border-right: 1px solid #ffffff;
}


.border-right {
    border-right: 1px solid rgb(255 255 255 / 46%);
}

.course-top-section {
    color: #ffffff;
}

.course-top-section > p {
    font-size: 18px;
    font-weight: bold;
}


.art {
    padding: 30px;
    box-shadow: 1px 1px 5px #bbbaba;
    margin-bottom: 25px;
}


#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}





.home-slider {
    margin-top: 30px;
}

.bigger-p {
    font-size: 21px;
    text-align: center;
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rounded-img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 100%;
min-height: 165px;
}

.home-course-p {
    background-color: #2c4c5b !important;
    color: #ffffff !important;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: block;
    text-decoration: none;
}

.home-course-p:hover {
    background-color: #203f4e !important;
    color: #eda021 !important;
}

.shaddow {
    box-shadow: 5px 2px 10px #00000080;
    border-radius: 35px;
}

.hr {
    position: relative;
    top: 0px;
    border: none;
    height: 7px;
    background: #f7ab2e;
    opacity: 100%;
    margin: 0;
}

.home-testimonials {
    background-image: url(/images/shutterstock_1769468648.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.center-text {
    text-align: center;
}

.padding {
    padding-top: 20px;
    padding-bottom: 15px;
}

.testimonials-icons > .fa {
    border: 0;
}

.test-section {
    background-color: #fee29b;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
}

.small-padding {
    padding: 5px;
}

.padding-top {
    padding-top: 20px;
}

.space-right {
    padding-right: 10px;
}

.smalles-p {
    font-size: 12px;
}

a {
    color: #2c4c5b ;
    text-decoration: none;
}

a:hover {
    /*color: #f7ab2e ;*/
    text-decoration: none;
}

footer {
    padding-top: 25px;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 26%);
    z-index: 11;
    position: absolute;
    width: 100%;
color: #000000;
    background-color: #c5c5c5;
}

.box-shadow {
    box-shadow: 0px 0px 10px #c2c2c2;
    border-radius: 5px;
    padding: 5px 10px;
    min-height: 112px;
    text-align: center;
}

.inner-padding {
    padding: 5px;
}

.inner-padding2 {
    padding: 5px 15px;;
}

.light-background {
	background-color: #ecede5;
    box-shadow: 1px 1px 3px #919191;
    border-radius: 10px;
    min-height: 530px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.partners {
    box-shadow: 1px 1px 5px rgb(44 76 91 / 78%);
    border-radius: 20px;
    min-height: 295px;
}

.director-padding-top {
padding-top : 17px;
}

.partner-padding {
	    padding: 10px 5px;
}

.partner-padding-director {
	    padding: 10px 25px;
}

.carousel-item {
transition: transform .12s ease-in-out;
}


.directors {
    box-shadow: 1px 1px 5px rgb(44 76 91 / 78%);
    border-radius: 20px;
padding: 0px 15px;
}

.white-text {
    color: #ffffff;
}

.tfyears {
	width: 5%;
}

.mancom-shadow {
    box-shadow: 1px 1px 5px #949494;
    border-radius: 10px;
}

@media (max-width: 991px) {
	.navbar-brand > img {
		width: 14% !important;
	}

	.number {
		display: none;
	}

	.enquire-top {
		display: none;
	}

	.social-icons {
		text-align: right;
	}

	.mega-menu3 {
		top: 342px;
	}

	.mega-menu2 {
		top: 300px;
	}

	.mega-menu {
		top: 100px;
	}

}

@media (max-width: 620px) {
	.navbar-brand > img {
		width: 25% !important;
	}

}

@media (max-width: 768px) {
	.offset-2 {
    		margin-left: 0%;
	}
	.offset-1 {
    		margin-left: 0%;
	}

	.offset-3 {
    		margin-left: 0%;
	}

}

.tooltip1 > a > img {
width: 100%;
}



@media (max-width: 1200px) {
	.dropdown > .nav-link {
    		font-size: 16px;
	}

	.nav-link {
    		font-size: 16px;
	}

}

a {
   color: #30a7df;
   text-decoration: underline;
}




@media (max-width: 991px) {
.home-buttons > .home-button-container {
    position: relative !important;
}

.tooltip1 {
display: none !important;
}
}

