body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  color: #00244D;
  font-weight: 800;
  font-size: 40px;
}

h3 {
  font-weight: 700;
  font-size: 20px;
  color: #00244D;
  margin-bottom: 14px;
}


p {
  color: #707070;
  font-size: 15px;
  line-height: 25.5px;
}

a:hover {
  color: #ffffff;
}

header {
  position: relative;
}

img.whitelogo {
  width: 190px;
}

.originallogo {
  display: none;
}

.sticky-bar .originallogo {
  display: revert !important;
  width: 120px;
}

.sticky-bar .navbar-toggler {
  font-size: 18px;
}

.sticky-bar a.nav-link {
  font-size: 14px !important;
  padding: 0 14px !important;
}

.sticky-bar .main-button a {
  font-size: 16px;
  padding: 12px;
}

/* .sticky-bar .navbar-light .navbar-toggler-icon {
  background-image: url(../img/hamberger.png) !important;
}
.sticky-bar .navbar-light .navbar-toggler-icon2 {
  background-image: url(../img/hamberger-white.png) !important;
}*/

.hamberger {
  display: none;
}

.hamberger {
  display: revert !important;
  border: 1px solid #ababab;
  padding: 8px 14px;
  border-radius: 5px;
}

.sticky-bar .hamberger-white {
  display: none;
}

.sticky-bar .whitelogo {
  display: none;
}


/* .sticky-bar .navbar-collapse{
 
} */


.navbar-light .navbar-toggler-icon {
  color: rgba(255, 255, 255, .55);

}

.navbar-light .navbar-toggler {
  color: #ffffff;
  padding: 8px 14px;
  border: none;
}



.sticky-bar {
  position: fixed !important;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999999999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown !important;
  transition: .5s !important;
  -webkit-transition: .3s !important;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 11%);

}

.sticky-bar .main-button a {
  color: #00244D;
  border: 1px solid #00244D;
}


.sticky-bar .nav-link {
  color: #00244D !important;
  font-weight: 500 !important;
}

.active {
  background: linear-gradient(135deg, #990066, #330066);
}

.sticky-bar .active {
  		-webkit-background-clip: text;
}

.common-container-sec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.custom-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  /* height: 700px; */
  object-fit: cover;
}

.hero-banner::after {
  /* background-image: url(../img/overlay.png);
  background-repeat: no-repeat; */
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

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



.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 15px
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
}

.main-button a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 14px 24px;
  border-radius: 5px;
  margin-left: 15px;
  /* transition: 1s; */
}

.main-button a:hover {
  		background: linear-gradient(135deg, #990066, #330066);

  color: #ffffff;
  border: 1px solid #482543;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content h6 {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
}

.hero-content p {
  margin-bottom: 25px;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
}

.hero-content p:first-child {
  margin-bottom: 14px;

}

.hero-content h1 {
  font-size: 65px;
  font-family: Montserrat;
  font-weight: 800;
  color: #ffffff;
}

.hero-btn-container {
  display: flex;

}

.hero-btn {
  cursor: pointer;
  /* width: 200px; */
  /* height: 54px; */
  padding: 16px;
  text-decoration: none;
  color: #ffffff;
  		background: linear-gradient(135deg, #990066, #330066);

  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  border-radius: 5px;
  transition: 1s;
}

.hero-btn:hover {
  background-color: #ff5100;
  color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
}

.hero-btn-stoke {
  cursor: pointer;

  /* display: flex; */


}

.hero-secondry-btn {
  cursor: pointer;
  width: 200px;
  /* height: 54px; */
  padding: 16px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  border-radius: 5px;
  transition: 1s;

}

.hero-secondry-btn:hover {
  		background: linear-gradient(135deg, #990066, #330066);

  color: #ffffff;
  border: 1px solid #341c2f;
}

.hero-specific-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-specific-content a {
  text-decoration: none;
}


.spec-box-cont {
  cursor: pointer;
  width: 100%;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border: 0.2px solid #00000026;
  font-size: 15px;
  transition: 1s;
}

.spec-box-cont:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


/* ----------home-aboutus-sec-starts------------ */

#home-aboutus-sec {
  padding: 80px 0 0 0;
  margin-bottom: 80px;
}

.common-title {
  text-align: center;
  margin-bottom: 60px;
}

.common-title h6 {
  font-size: 20px;
  color: #622852;
  font-weight: 500;
  margin-bottom: 16px;

}

.common-title p {
  margin-top: 15px;
  font-size: 18px;

}

.common-title h4 {
  font-size: 33px;
  color: #00244D;
  font-weight: 700;
  margin-bottom: 23px;

}

#home-aboutus-sec img {
  margin-bottom: 30px;
  width: 45px;
}

#home-aboutus-bottom-sec {
  text-align: center;
  padding-top: 50px;
}




/* ----------home-aboutus-sec-ends------------ */



/* ----------home reachus-sec-starts------------ */

#journey-sec {
  margin-bottom: 80px;
  background-color: #F2F6F7;
  padding: 60px 0px;


}

#journey-sec .journey-sec-img {
  max-height: 570px;
  overflow-y: hidden;
}

#journey-sec h3 {
  font-weight: 700;
  font-size: 20px;
  color: #00244D;
  margin-bottom: 14px;
}

.btn-primary {
  		background: linear-gradient(135deg, #990066, #330066);

  border: none;
  border-radius: 30px;
  padding: 10px 15px;
}

#journey-sec .text-content {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
}

#journey-sec .text-content p {
  margin-bottom: 0;
}





/* ----------home journey-sec-ends------------ */


/* ----------home famous-courses-sec-starts------------ */
#famous-courses-sec {
  margin-bottom: 80px;
}

#famous-courses-sec .outer-box {
  position: relative;
  margin-bottom: 25px;
}

#famous-courses-sec img {
  border-radius: 10px;
}

#famous-courses-sec .outer-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  object-fit: cover;
  border-radius: 10px;
}

#famous-courses-sec .content {
  position: absolute;
  bottom: 8px;
  left: 24px;
  z-index: 999;
}

#famous-courses-sec h5 {
  color: #ffffff;
  font-size: 20px;
}

#famous-courses-sec p {
  color: #ffffff;
  font-size: 16px;
}




/* ----------home famous-courses-sec-ends------------ */


/* ----------reachus-sec-starts------------ */

#reachus-sec {
  height: 500px;
  background-image: url(../img/reachus-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  margin-bottom: 100px;
}

#reachus-sec::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000;
  inset: 0;
  opacity: 0.40;
  z-index: -1;
}

#reachus-sec .content-sec {
  text-align: center;
}

#reachus-sec .content-sec h2 {
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 40px;
}

#reachus-sec .content-sec p {
  color: #ffffff;
  font-size: 16px;
}




/* ----------reachus-sec-ens------------ */



/* ----------home future-sec-starts------------ */
#future-sec h3{
font-size: 15px;
}

#future-sec {

  margin-bottom: 100px;
}


#future-sec .right-sec img {
  margin-bottom: 20px;
}

#future-sec .right-sec .container-box {
  text-align: center;
}

#future-sec .right-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 140px 0 20px;
}




/* ----------home future-sec-ends------------ */




/* ----------home The our-testimonial-sec-starts------------ */
/* #our-testimonial-sec {
  margin-bottom: 100px;
  background-color: #F2F6F7;
  padding: 100px 0px;
}


#our-testimonial-sec .container-box{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
}

#our-testimonial-sec .content{
  padding: 0px 80px;

}
#our-testimonial-sec .img-box{
  max-height: 300px;
  overflow-y: hidden;
}

#our-testimonial-sec .tes-icon{
  position: absolute;
  top: 30px;
  left: 64px;
} */
#testimonial-sec {
  padding: 80px 0px;
  background: #FAFBFF;
  margin-bottom: 80px;
}

#testimonial-sec .outer-box {
  background-color: #f9f9f9;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
}

#testimonial-sec .inner-content-sec {
  display: flex;
  margin-bottom: 15px;
}

#testimonial-sec img.testim-profile {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
}

img.testim-quotes {
  right: 17px;
  top: 9px;
  position: absolute;
}

#testimonial-sec .inner-content-sec h3 {
  font-size: 20px;
  margin-bottom: 2px;

}


#testimonial-sec .inner-title-sec {
  padding-left: 120px;
}

#testimonial-sec .inner-title-sec {
  padding-left: 120px;
  padding-top: 30px;
}


.owl-carousel .owl-item img {
  display: block;
  width: 10%;
}
p.test {
  border-bottom: 1px solid #444;
}



/* ----------home The our-testimonial-sec-ends------------ */


/* ---------- home-our-team-sec-start------------ */

#our-team-sec .card {
  text-align: center;
  margin-bottom: 30px;

}

/* ---------- home-our-team-sec -ends------------ */



.top-common-banner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.top-common-banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  object-fit: cover;
}


.common-heading {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.common-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-heading h1 {
  margin-bottom: 0;
  color: #ffffff;
}

.active {
  		-webkit-text-fill-color: transparent;
}

.common-heading .breadcrumb {
  margin-bottom: 0;
}

.top-common-banner {
  margin-bottom: 100px;
}







/* ----------home footer section Starts------------ */
.footer {
  background-color: #00244D;
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
}

.footer h2 {
  font-size: 28px;
  font-weight: 500;
  color: #FAFAFA;
  margin-bottom: 20px;

}


.footer-aboutus-sec p {
  color: #BDC2CB;
  font-size: 14px;
  font-weight: 200;
}

.footer-aboutus-sec,
.footer-Links-sec,
.footer-cu-sec {
  margin-bottom: 30px;
}

.footer-Links-sec ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 0;
  font-weight: 200;
}

.footer-Links-sec ul {
  padding: 0;
}

.footer hr {
  color: #ffffff;
}

.footer-cu-sec address {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 200;
}

.footer-cu-sec p {
  color: #BDC2CB;
  margin-bottom: 23px;
  font-weight: 200;
}

.footer-cu-sec-align,
.footer-Links-sec-align {
  display: flex;
  justify-content: center;
}



.copy-rights {
  color: #ffffff;
  font-size: 14px;
}

.copy-rights p {
  text-align: start;
}

.footer-bt-sec {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
}
.footer-bt-sec p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 200;
}

.design p {
  text-align: end;
}



.footer a {
  text-decoration: none;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
}

.footer a:hover {
  text-decoration: none;
  position: relative;
  color: #fff;
}

.social-links {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.social-links a {
  border-radius: 30px;
  font-size: 21px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
}


/* ----------home footer section ends------------ */

/* ---------- About-section-page-start------------ */
#about-sec {
  margin-bottom: 100px;
}

#about-sec .content-box {
  margin-bottom: 50px;
}

#about-sec .content-box:last-child {
  margin-bottom: 0px;
}

#about-sec .right-sec .abt-img-sec {
  max-height: 440px;
  overflow-y: hidden;
  object-fit: cover;
}



/* ---------- About-section-page-end------------ */

/* ---------- About-page-Our gallery-start------------ */
#gallery-sec {
  margin-bottom: 100px;
  background-color: #F2F6F7;
  padding: 60px 0px;
}

#gallery-sec .card-img-top {
  margin-bottom: 20px;
  border-radius: 5px;
}

/* ---------- About-page-Our gallery-ends------------ */



/* ---------- gallery-page-sec -Starts------------ */

#gallery-page-sec .outer-box {
  position: relative;
  margin-bottom: 25px;
}

#gallery-page-sec img {
  border-radius: 10px;
}

#gallery-page-sec .outer-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  object-fit: cover;
  border-radius: 10px;
}

#gallery-page-sec .content {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 999;
}

#gallery-page-sec h5 {
  color: #ffffff;
  font-size: 20px;
}

#gallery-page-sec p {
  color: #ffffff;
  font-size: 16px;
}

/* ---------- gallery-page-sec -ends------------ */
#contact-sec .left-sec {
border: 1px solid #ddd;
padding: 20px;
margin-bottom: 20px;
}
#contact-sec .right-sec {
  padding: 0px 40px;
  }

#contact-sec {
  padding: 50px 0px;
}
#contact-sec .common-title {
 text-align: left;
 margin-bottom: 20px;
}
#contact-sec .common-title h4 {
margin-bottom: 0;
 }
 #contact-sec .common-title p {
  font-size: 16px;
   }


#contact-sec .icon-box {
  margin-right: 20px;
  width: 130px;
  height: 130px;
  background-color: #FAFBFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-sec i {
  font-size: 28px;
}

#contact-sec .container-box {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 50px;

}
#contact-sec .container-box:last-child{
  margin-bottom: 20px;
}

#contact-sec h6 {
  margin-bottom: 10px;
}

#contact-sec p {
  margin-bottom: 5px;
}


.form-control {
  padding: 0.6rem 0.75rem;
  border-radius: 3px;
  border: none;
  background-color: #F2F6F7;
}

.map-sec iframe {
  width: 100%;
  height: 500px;
}