/* Background Image */
.Contact-page-title.title-color-light {
  color: var(#ffffff);
}
.Contact-page-title.title-align-center {
  text-align: center;
}
.Contact-page-title {
  background-color: #0046c0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-image: url(../images/contact/7.jpg);
  background-size: cover;
}
.gallery {
  background-image: url(../images/image/gallery/1.jpg);
}
.blog {
  background-image: url(../images/gallery/footer-bg.jpg);
}
.aboutbg {
  background-image: url(../images/image/5.jpg);
}
.Contact-page-title {
  position: relative;
}
.Contact-page-title::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0046c0;
  opacity: 0.8;
}
.Contact-page-title.header-layout-1 .Contact-page-title-layer {
  padding: 120px 0;
  z-index: 1;
  width: 100%;
}

/* Title font */
.Contact-page-title .page-title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  color: #ffffff;
}
.page-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb li,
.breadcrumb a {
  padding-left: 8px;
  color: #ffffff;
}
.breadcrumb .current {
  color: #ffffff;
}

.contact {
  margin-top: 40px;
  margin-bottom: 50px;
}
.sci {
  position: relative;
  padding-left: 15px;
  display: flex;
  gap: 30px;
  margin: 20px 0;
}
.sci li {
  list-style: none;
}
.sci li a {
  color: #142959;
  font-size: 2em;
  align-items: flex-start;
  transition: 0.5s;
}
.sci li a:hover {
  color: #0046c0;
}

.contact-info {
  position: relative;

  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.contact-info .box {
  position: relative;
  padding: 20px 0;
  display: flex;
  cursor: pointer;
}
.contact-info .box .icon {
  min-width: 60px;
  height: 60px;
  background-color: #ee1c25;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  transition: 0.5s;
}
.contact-info .box .icon a{
  color: #fff;
}
.contact-info .box:hover .icon {
  background-color: #0046c0;
  color: #ffffff;
}
.contact-info .box .text {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  font-size: 1.1em;
  color: #9ba4b5;
  font-weight: 300;
}
.contact-info .box .text h3 {
  font-weight: 500;
  color: #142959;
}
.map {
  width: 100%;
}
.instructor {
  padding: 60px;
}
.img-box {
  border-radius: 15px;
  width: 100%;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  margin-bottom: 25px;
}
.img-box img {
  width: 100%;
  border-radius: 10px;
}
.vsnmsn {
  overflow: hidden;
  position: relative;
}

.vsnmsn::before {
  content: "";
  background-image: url(../images/about/why-us-shape-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.vsncontainer {
  padding: 55px 0;
}

.vision,
.mission {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: white;
  width: 100%;
  padding: 50px 40px 52px;
  border-radius: 20px;
  box-shadow: 0px 19px 54px 0px rgb(181 27 65 / 5%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.vision {
  background: url("../images/about/1.png") no-repeat;
  background-color: #ee1c25;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 20px;
}
.vision h3,
.mission h3 {
  color: white;
  margin-bottom: 15px;
}

.mission {
  background: #0046c0 url("../images/about/2.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 20px 0px;
}
/* .mission::after {
  content: "";
  background-color: rgba(131, 12, 18, 0.486);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
.vkings {
  border-radius: 20px 0px 20px 20px;
}
.vkings h4 {
  color: white;
  margin-bottom: 20px;
}
.integ {
  background: #ee1c25 url("../images/about/asset5.png") no-repeat;
  background-size: cover;
  border-radius: 0px 20px 20px 20px;
}
/* .history {
  background-color: #000000;
  overflow: hidden;
  position: relative;
}

.history::before {
  content: "";
  background-image: url(../images/image/6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 20%;
} */
.history i {
  /* background: #ee1c25; */
  padding: 20px;
  font-size: 35px;
  border-radius: 99px;
}
.colorblue i {
  background: #0046c0;
}
.history h3 {
  color: white;
  margin-left: 20px;
  font-size: 35px;
}
.history h6 {
  color: white;
  font-weight: 400;
  margin-left: 20px;
  font-size: 20px;
}
.historycontent {
  padding: 25px 0;
  z-index: 2;
  color: white;
  position: relative;
}
.historycontent h2 {
  color: #ee1c25;
  margin-bottom: 20px;
}
.historycontent p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.historycard {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.rescontent {
  padding: 80px 0;
}
.rescontent h4 {
  color: #ea1b29;
  margin-bottom: 20px;
}
.parallax-item,
.parallax-item2,
.parallax-item3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  width: 100%;

  position: relative;
  overflow: hidden;
}

.parallax-item::before,
.parallax-item2::before,
.parallax-item3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
  z-index: 1;
}

.aboutbannerImage {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  background: url("../images/about/8.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

.historyimage {
  background: url("../images/about/6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}
.resourcesat {
  background: url("../images/about/2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}

.aboutcontainer {
  z-index: 1;
  position: relative;
}
.aboutimage {
  width: 100%;
}
.aboutpage-content {
  position: relative;
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.aboutpage-content p {
  font-size: 18px;
  font-weight: 500;
}
.whychoose {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.whychoose::before {
  content: "";
  background-image: url(../images/about/why-us-shape-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
}
.whychoose h2 {
  margin-bottom: 35px;
}
.whychoosecard {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  color: white;
}
.whychoosecard i {
  font-size: 40px;
  color: white;
  margin-bottom: 30px;
  margin-top: 20px;
}
.whychoosecard h3 {
  font-size: 25px;
  color: white;
  margin-bottom: 20px;
}
.whychoosecard p {
  font-size: 16px;
}
.color1 {
  /* background: #ee1c25 url("../images/about/asset5.png") no-repeat; */
  background: url(../images/about/1.png) no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 100%; */
}
.color2 {
  background: url(../images/about/2.png) no-repeat;
  /* background: #0046c0 url("../images/about/asset6.png") no-repeat; */
  /* background: linear-gradient(to right,#0575e6,#0046c0); */
  background-size: cover;
  width: 100%;
  /* height: 100%; */
}
.choose{
  text-align: center;
  background-color: #142959;
  padding-top: 50px;
  padding-bottom: 50px;
}

.choose h2{
  margin-bottom: 25px;
  color: #fff;
}
.chooseBox{
  flex: 1 0 auto;
  height: 100%;
}
.chooseBox img{
  margin-bottom: 15px;
}
.chooseBox h3{
  font-size: 25px;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
}
.chooseBox p{
  font-size: 16px;
  text-align: justify;
  color: #fff;
}
.chooseContent{
  border: 1px solid #fff;
  padding: 10px
}
.success {
  margin-top: 30px;
  margin-bottom: 40px;
}
.success h2 {
  margin-bottom: 20px;
  text-align: center;
}
.values {
  border-radius: 20px;
}

.values h4 {
  color: white;
  margin-bottom: 30px;
}
/* .colorbalanced {
  background: white;
} */
.colorbalanced h3,
.colorbalanced p {
  color: #ffffff;
}

.redicon i,
.redicon2 i {
  background: linear-gradient(to right, #ee1c25, #b72e33);
  padding: 25px 20px;
  border-radius: 99px;
}
.blueicon i {
  background: #0046c0;
  padding: 25px 25px;
  border-radius: 99px;
}
.redicon2 i {
  padding: 25px;
}

.whybalanced {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.gallerycontentback {
  background: url(../images/gallery/gallerybg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.gallerycontent {
  position: relative;
  z-index: 2;
}
.whychosseBox h3 {
  font-size: 20px;
}
.whychosseBox {
  text-align: left;
}
.whychosseBox img {
  border-radius: 10px;
}
.whychooseContent {
  padding: 20px 15px;
  border-radius: 10px;
  margin-top: 15px;
  min-height: 250px;
  max-height: 250px;
}
.whychooseContent p,
.whychooseContent h3 {
  color: #fff;
}

.blogContent, .blogSlider{
  margin: 15px;
  padding: 10px;
}
.blogpara h6{
  margin: 15px 0;
}
.blogpara h2{
  margin-top: 15px;
  border-top: 1px solid #E6EFFF;
  padding-top: 10px;
}
.blogpara p{
  text-align: justify;
}
.tagshare{
  margin-top: 15px;
  border-top: 1px solid #E6EFFF;
  padding-top: 10px;
}
.tagshare li{
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  line-height: 30px;
  color: #142959;
}
.tagshare li a{
  color: #666666;
}
.tags li a{
  padding-left: 15px;
}
.socialmedia li a{
    display: inline-block;
    background: #E6EFFF;
    box-shadow: 0px 4px 8px rgba(4, 99, 250, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    color: #0463FA;
    position: relative;
}

