/** @format */
/** @format */
/** @format */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
.text-danger-error{
    color:#07294d !important;
        font-weight: 700;
}
body {
  font-size: 1.4rem;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color:#07294d ;
}

h3 {
  font-size: 3.2rem;
  font-weight: 600;
    color:#07294d ;
}

h4 {
  font-size: 16px;
  font-weight: 600;
    color:#07294d ;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.6rem;
  color:rgba(80,92,127,.7);
  letter-spacing:0.5px;
}

button:focus,
.btn:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flex-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-65{
    width: 65%!important;
}

.sec_padding {
  padding: 5rem 0;
}

.sec_title {
  color: #07294d;
  text-transform: capitalize;
}

.sec_title + p{
    margin: 2rem 0 3rem;
}

.bgLight{
    background-color: #f8faff;
}

.main_content {
  margin-top: 3.5rem;
}

.btn_default_lg {
  padding: 0;
  width: 19.6rem;
  line-height: 5.2rem;
  border-radius: 0.4rem;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #22316a;
  background-color: #22316a;
  position: relative;
  z-index: 1;
  transform-origin: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default_lg::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-color: #ffffff;*/
  z-index: -1;
  border-radius: 0.4rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default_lg::after {
  content: "";
  font-weight: 600;
  margin-left: 0.8rem;
  width: 11px;
  height: 11px;
  transform-origin: left;
  background-image: url(../images/home/icons/arrow_next.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_default_lg:hover {
  /*color: #22316a;*/
  color: #fff;
      transform: scaleX(1);
    margin-left: 1rem;

  transform-origin: left;
}

.btn_default_lg:hover::before {
  width: 100%;
  height: 100%;
}

.btn_default_light {
  padding: 0;
  width: 14.5rem;
  line-height: 4rem;
  border-radius: 0.4rem;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid #3a4b8c;
  background-color: #3a4b8c;
  position: relative;
  z-index: 1;
   transform-origin: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default_light::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-color: #ffffff;*/
  z-index: -1;
  border-radius: 0.4rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default_light::after {
  content: "";
  font-weight: 600;
  margin-left: 0.8rem;
  width: 11px;
  height: 11px;
  background-image: url(../images/home/icons/arrow_next.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_default_light:hover {
  /*color: #3a4b8c;*/
  color: #fff;
      transform: scaleX(1);
    margin-left: 1rem;

  transform-origin: left;
}

.btn_default_light:hover::before {
  width: 100%;
  height: 100%;
}

.btn_default_sm {
  padding: 0;
  width: 13.4rem;
  line-height: 4rem;
  border-radius: 0.4rem;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid #22316a;
  background-color: #22316a;
  position: relative;
  z-index: 1;
  transform-origin: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default_sm::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-color: #ffffff;*/
  z-index: -1;
  border-radius: 0.4rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default_sm::after {
  content: "";
  font-weight: 600;
  margin-left: 0.8rem;
  width: 11px;
  height: 11px;
  background-image: url(../images/home/icons/arrow_next.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_default_sm:hover {
  /*color: #22316a;*/
  color: #fff;
      transform: scaleX(1);
    margin-left: 1rem;

  transform-origin: left;
}

.btn_default_sm:hover::before {
  width: 100%;
  height: 100%;
}

.btn2 {
  padding: 0;
  width: 13.4rem;
  line-height: 4rem;
  border-radius: 0.4rem;
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  color: #22316a;
  font-weight: 600;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn2::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 49, 106, 0.15);
  z-index: -1;
  border-radius: 0.4rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn2::after {
  content: "";
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.8rem;
  width: 11px;
  height: 11px;
}

.btn2:hover {
  color: #ffffff;
  font-weight: 500;
}

.btn2:hover::before {
  background-color: #22316a;
  width: 100%;
}

.nav-toggle {
  display: block;
  padding: 15px 0;
  width: 25px;
  height: 2px;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-clip: content-box;
  -webkit-transition: background-color 500ms ease-in-out 250ms;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #ffffff;
}

.nav-toggle::before, .nav-toggle::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.nav-toggle::before {
  top: -8px;
}

.nav-toggle::after {
  bottom: -6px;
}

.nav-toggle--active {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-toggle--active::before {
  -webkit-transform: translateY(8px) rotate(-225deg);
  transform: translateY(8px) rotate(-225deg);
}

.nav-toggle--active::after {
  -webkit-transform: translateY(-8px) rotate(225deg);
  transform: translateY(-8px) rotate(225deg);
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: #22316a;
}

.menu_right_toggle {
  top: 0;
  right: 0;
  position: absolute;
  width: 10rem;
  height: 5rem;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition: 0.5s margin ease-in-out;
  transition: 0.5s margin ease-in-out;
}

.menu_right_toggle .menuText {
  color: #fff;
  margin-top: 13px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.menu_right_toggle span {
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu_right_toggle span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}

.menu_right_toggle span:nth-child(2) {
  margin-top: 18px;
}

.menu_right_toggle span:nth-child(3) {
  margin-top: 26px;
}

.menu_right_toggle span .sub-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(34, 49, 106, 0.73);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
  cursor: default;
}

.menu_right_toggle span .sub-menu ul li {
display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -16rem;
    text-align: right;
    opacity: 0;
    margin-bottom: 1rem;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu_right_toggle span .sub-menu ul li:first-child {
  margin-top: 20rem;
}

.menu_right_toggle span .sub-menu ul li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.menu_right_toggle span .sub-menu ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.menu_right_toggle span .sub-menu ul li:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.menu_right_toggle span .sub-menu ul li:nth-child(4) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.menu_right_toggle span .sub-menu ul li:nth-child(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.menu_right_toggle span .sub-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.menu_right_toggle span .sub-menu ul li a:hover {
  font-weight: 600;
}
.menu_right_toggle span .sub-menu ul li .sub-menu-list{
    display:none;
}
.menu_right_toggle span .sub-menu ul li:hover .sub-menu-list{
    display:block;
}
.sub-menu-list a {
    font-size: 12px !important;
}
.menu_right_toggle.toggle--active {
  opacity: 0.8;
}

.menu_right_toggle.toggle--active span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}

.menu_right_toggle.toggle--active span:nth-child(1),
.menu_right_toggle.toggle--active span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_right_toggle.toggle--active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
  transform: rotate(45deg) translateY(8px) translateX(8px);
}

.menu_right_toggle.toggle--active span:nth-child(2) {
  margin-top: 22px;
}

.menu_right_toggle.toggle--active span:nth-child(2) {
  overflow: visible;
}

.menu_right_toggle.toggle--active span:nth-child(2) {
  height: 68.5rem;
  width: 42rem;
  right: -16rem;
  top: -16rem;
  border-radius: 50%;
  background-color: rgb(0 95 153);
}

.menu_right_toggle.toggle--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
  transform: rotate(-45deg) translateY(-8px) translateX(8px);
}

.menu_right_toggle.toggle--active .sub-menu {
  opacity: 1;
  height: 70rem;
  width: 38rem;
}

.menu_right_toggle.toggle--active .sub-menu li {
  margin-right: 168px;
  opacity: 1;
}

.web_logo {
  width: 240px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.web_logo img {
  max-width: 100%;
}

.scr_navbar .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
.scr_navbar li{
    position: relative;
}
.scr_navbar li::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: .5s ease-in-out;
}
.scr_navbar li:hover::before{
    transform: scale(1); 
}

/*CUSTOM NAVBAR*/
.right .top_right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right .top_right a{
    text-transform: capitalize;
    font-size: 14px;
}
.right .top_right .menu_search {
    position: relative;
    height: 35px;
    
}
.right .top_right .menu_search input{
    /*background-color: #f8faff;*/
    background-color: #22316a66;
    padding-left: 25px;
    border: none;
    border-radius: 5px;
    height: 100%;
    font-size: 12px;
    /*color: rgba(80,92,127,.7);*/
    color: #fff;
    transition: .5s ease-in-out;
}
.sticky .right .top_right .menu_search input{
    background-color: #f8faff;
}
.right .top_right .menu_search input::placeholder{
    color: #fff;
}
.right .top_right .searchBtn{
    background: none;
    border: none;
    position: absolute;
    /*color: #22316a;*/
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}
.sticky .right .top_right .searchBtn{
    color: #22316a;
}
.sticky .right .top_right .menu_search input::placeholder{
    color: initial;
}
.sticky .right .top_right .menu_search input{
    color: initial;
}
.right .top_right .menu_item {
    line-height: inherit;
    margin-left: 2rem;
}
.scr_navbar .right .submenu{
    width: 100vw;
    
}
.desktop_dropdown{
    position: fixed;
    top: 76px;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,.3);*/
    z-index: 0;
    height: max-content;
    pointer-events: none;
}
.desktop_dropdown .desktop_dropdown_inner {
    padding: 2rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.desktop_dropdown .container{
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    /*width: 1110px;*/
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    /*padding: 0 10px 10px 15px;*/
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.desktop_dropdown .inner .inner_image img{
   border-radius: 1rem;
}
.desktop_dropdown .inner .content {
    padding: 1rem 1rem 0;
}
.desktop_dropdown .inner .content p{
    font-size: 12px;
    line-height: 2rem;
    font-weight: 600;
    max-height: 8rem;
    overflow: hidden;
    transition: .5s ease-in-out;
}
.desktop-navLink .linebar{
    background-color: #fff7e7;
    height: 5rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.desktop-navLink .inner{
    width: 90%;
}
.desktop-navLink .inner .menu_item{
    color: rgb(34 49 106 / 86%);
    line-height: inherit;
    margin-bottom: 1rem;
}
.desktop-navLink .inner .menu_item:hover{
    color: #ed9529;
}
.desktop_dropdown .inner .entry_title {
    font-size: 14px;
    transition: .5s ease-in-out;
}
.desktop-navLink .inner:hover .entry_title{
    color: #ed9529;
}
.desktop-navLink .inner:hover p{
    color:rgba(34, 49, 106, 0.9);
}
.scr_navbar .right .desktop_dropdown  li {
    position: unset;
}
.custom_header{
    padding: 0;
    position: fixed;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.custom_navbar .list-inline-item:not(:last-child) {
    margin-right: 1.2rem;
}
.desktop-navLink > a{
    padding-bottom: 0rem;
}
.desktop-navLink:hover > .menu_item{
    color:  #ed9529;
}
.desktop-navLink:hover .desktop_dropdown {
    visibility: visible;
    z-index: 9;
    pointer-events: inherit;
  
}
.desktop-navLink:hover .desktop_dropdown_inner{
    background: #ffff;
    -webkit-box-shadow: inset 0 10px 8px 0px rgb(0 0 0 / 5%);
    box-shadow: inset 0 10px 8px 0px rgb(0 0 0 / 5%);
}
.desktop-navLink:hover .container {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    pointer-events: auto;
}
.custom_navbar .btn:hover{
    margin-left: 0;
        /*margin-top: -1rem;*/
    opacity: .9;
    transform: scaleX(1.1);
}
.gallery_menu .inner_image {
    display: flex;
    flex-wrap: wrap;
} 
.gallery_menu .inner_image img{
    max-width: 30%;
    border-radius: 5px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    transition: 1s ease-in-out;
    display: block;
}
.gallery_menu .inner_image img:hover{
    /*border: 1px solid #fff;*/
    transform: scale(1.05);
}
.sticky .right .btn{
    border: 1px solid #fff;
}
.menu_item{
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    font-weight: 600;
    line-height: 35px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: .5s ease-in-out;
}
.menu_item:hover {
    /*color: #22316a;*/
    color: #ed9529;
    border-color: #ed9529;
}
.sticky .menu_item:hover{
    color: #ed9529;
    opacity: 1;
}
header .btn{
    font-size: 14px;
    padding-right: 1rem;
    width: 12rem;
    background: transparent;
    border-color: #fff;
    border-width: 1px;
}

@media (min-width: 992px){
   .submenu{
	position: absolute;
    width: 220px;
    left: 0;
    top: auto;
    margin: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    z-index: 9;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    background-color: #fff;
}
.submenu li{
	padding: 0;
	position: relative;
}
.submenu li:not(:last-child)::after{
	content: '';
    width: 80%;
    left: 10%;
    right: 10%;
    position: absolute;
    background-color: #dadada;
    height: 1px;
}
.submenu li::before{
	content: '';
    width: 5px;
    height: 100%;
    background-color: #22316a;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transition: .3s transform ease-in-out;
    transform-origin: left;
}
.submenu li:hover::before{
	transform: scaleX(1);
}
.submenu li a{
	text-decoration: none;
	color: #181818;
	display: block;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    padding: 1.5rem 2rem;
    font-family: "Montserrat", sans-serif;
    font-size: .9em;
    letter-spacing: 1px;
    transition: .5s ease-in-out;
}
.submenu li a:hover,
.sticky .submenu li a:hover{
	color: #22316a;
}
.dropdown-link{
	position: relative;
}

.dropdown-link:hover .submenu{
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 1;
    pointer-events: unset;
} 
}





header {
  padding: 1.5rem 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: rgb(34 49 106 / 13%)
}

header .container {
  position: relative;
}

@-webkit-keyframes slideInWdth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes slideInWdth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes slideInOpacity {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInOpacity {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slideIn {
  -webkit-animation-name: slideInWdth;
          animation-name: slideInWdth;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#banner_slider .owl-nav {
  position: absolute;
  max-width: 1140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

#banner_slider .owl-nav .owl-prev,
#banner_slider .owl-nav .owl-next {
  font-size: 50px;
  background-color: #22316a66;
  color: #fff;
  font-weight: 300;
  padding: 2rem 0.8rem 3rem !important;
  display: inline-block;
  border-radius: 3px;
  width: 36px;
  height: 145px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
}

#banner_slider .owl-nav .navImg {
  position: absolute;
  width: 20rem;
  height: 12rem;
  border-radius: 5px;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1;
  opacity: 0;
}

#banner_slider .owl-nav .navImg:hover ~ .span_text {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: rotatex(0deg);
          transform: rotatex(0deg);
}

#banner_slider .owl-nav .span_text {
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 20rem;
  background: #22316ad9;
  padding: 0.8rem 2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  z-index: -1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#banner_slider .owl-nav .owl-prev .navImg {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#banner_slider .owl-nav .owl-prev .span_text {
  left: 100%;
}

#banner_slider .owl-nav .owl-prev:hover {
  width: 0;
  padding: 0 !important;
  font-size: 0;
}

#banner_slider .owl-nav .owl-prev:hover .navImg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
  opacity: 1;
}

#banner_slider .owl-nav .owl-next .navImg {
  right: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#banner_slider .owl-nav .owl-next .span_text {
  right: 100%;
}

#banner_slider .owl-nav .owl-next:hover {
  width: 0;
  padding: 0 !important;
  font-size: 0;
}

#banner_slider .owl-nav .owl-next:hover .navImg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
  opacity: 1;
}

.banner_main {
  height: 765px;
  position: relative;
}

.banner_main > img {
  height: 100%;
}

.banner_main .scr_slider_top {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #07294d;
  opacity: 0.5;
  -webkit-transition: 10s ease-in-out;
  transition: 10s ease-in-out;
}

#banner_slider.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.banner_main::before,
.banner_main::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10rem;
    bottom: -10rem;
    z-index: -1;
    background-repeat: no-repeat;
}
.banner_main::before{
    left: 0;
    background-image: url(../images/home/header-curve-shape1.png);
    background-size: cover;
    bottom: -4.3rem;
}
.banner_main::after{
    right: 0;
    background-image: url(../images/home/header-curve-shape2.png);
    background-size: cover;
    bottom: -4.6rem;
}
.banner_main .banner_caption {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner_main .banner_caption .main_title {
  font-size: 4.4rem;
  line-height: 4.8rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.banner_main .btn_default_lg {
  margin-top: 5rem;
}

.why_choose_us .sec_title {
  color: #07294d;
  font-weight: 600;
}

.why_choose_us .content {
  padding-right: 15%;
  padding-bottom: 5rem;
}

.why_choose_us .btn_default_sm {
  margin-top: 2rem;
}

.why_choose_us .image_container {
  height: 33.6rem;
}

.why_choose_us .image_container > img {
  height: 100%;
  border-radius: 1rem;
}

.why_choose_us .owl-dots {
  bottom: 2rem;
  position: absolute;
  width: 100%;
}

.why_choose_us .right_cont {
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.08));
  background-color: #ffffff;
  height: 28rem;
  -webkit-transition: 500ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: 500ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.why_choose_us .right_cont > a {
  text-decoration: none;
  display: block;
  padding: 3rem;
}

.why_choose_us .right_cont::after {
  /*content: "";*/
  /*position: absolute;*/
  /*width: 10px;*/
  /*height: 11px;*/
  /*background-image: url(../images/home/icons/arrow_next.png);*/
  /*background-size: contain;*/
  /*right: 2rem;*/
  /*background-repeat: no-repeat;*/
  /*bottom: 3rem;*/
  /*opacity: 0;*/
  /*-webkit-transition: 0.5s ease-in-out;*/
  /*transition: 0.5s ease-in-out;*/
}

.why_choose_us .right_cont .icon {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  /*background-color: rgba(34, 49, 106, 0.15);*/
  text-align: center;
  margin-bottom: 2rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.icon-bg-blue{
    background-color: rgba(0, 90, 169, 0.1);
}
.icon-bg-green{
     background-color: rgba(165, 205, 57, 0.098);
}
.icon-bg-sky{
     background-color: rgba(0, 173, 238, 0.1);
}
.icon-bg-yellow{
     background-color: rgba(246, 146, 30, 0.1);
}
.why_choose_us .right_cont .icon > img {
  margin: 1.2rem 0;
}

.why_choose_us .right_cont .entry_title {
  color: #07294d;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.why_choose_us .right_cont p {
  font-size: 13px;
  line-height: 2rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.why_choose_us .right_cont:hover {
  background-color: #22316a;
  margin-top:-15px;
    -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.why_choose_us .right_sky_blue:hover {
  background-color: #00adee;
}

.why_choose_us .right_sky_yellow:hover {
  background-color: #f6921e;
}

.why_choose_us .right_sky_green:hover {
  background-color: #a5cd39;
}
.why_choose_us .right_cont:hover p,
.why_choose_us .right_cont:hover .entry_title {
  color: #ffffff;
}

.why_choose_us .right_cont:hover .icon {
  background-color: #ffffff;
}


.why_choose_us .right_cont:hover::after {
  opacity: 1;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active {
  opacity: 1;
}

.owl-carousel.dots_center .owl-dots {
  text-align: center;
}

/*IMAGE - VECToR*/
.image_section{
        margin-bottom: -1px;
}

.world_possibilities {
  position: relative;
}

.world_possibilities .shape1,
.world_possibilities .shape2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.world_possibilities .shape1 {
  bottom: 2rem;
}

.world_possibilities .shape1::after {
  content: "";
  width: 12px;
  left: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #e8eaf0;
}

.world_possibilities .shape2::before {
  content: "";
  width: 2px;
  left: 0;
  bottom: 0;
  height: 99%;
  position: absolute;
  background-color: #22316a;
}

.world_possibilities .video_container {
  position: relative;
  height: 38.6rem;
  border-radius: 1rem;
  background-color: #000;
}

.world_possibilities .video_container #player,
#player_video{
 width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.world_possibilities .video_container video{
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: none;
}

.world_possibilities .video_container .video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.world_possibilities .video_container .video_overlay > img {
  border-radius: 0.8rem;
}

.world_possibilities .video_container .btn_default_light {
  position: absolute;
  bottom: -2rem;
  left: 2rem;
}

.video_container .stop_video {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    background: #0000005e;
    color: #fff;
    display: inline-block;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    right: -2rem;
    top: -2rem;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    cursor: pointer;
}

/*VIDEO MODAL*/
#videoModal iframe {
    width: 100%;
    height: 100%;
 }
 #videoModal  .modal-body {
    padding: 0;
    height: 50rem;
  }
#videoModal  .modal-content {
    border-radius: 0;
    border: none;
    background: #000;
    padding: 0;
    box-shadow: 0px 0px 10px 0px #000;
  }
#videoModal  .btn-close {
    right: 0;
    position: absolute;
    background: none;
    padding: 0;
    top: -3rem;
    color: #fff;
    opacity: 0.8;
    font-size: 22px;
    box-shadow: none;
    outline: none;
    border: none;
    
}
#videoModal .btn-close::before {
      content: "\f00d";
      font-weight: 600;
      font-family: "Font Awesome 5 Free";
}
@media (min-width: 1200px){
    .modal-xl {
        max-width: 885px;
    }
}

.our_highlights .left {
  padding: 15% 0 0;
  background: #fff;
}
.carousel-fade .carousel-item{
    transition: none;
}

.our_highlights .left .count {
  font-size: 12.2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #07294d;
}

.our_highlights .left p {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #07294d;
}

.our_highlights .right {
  background-image: url("../images/home/section4-bg-image.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 7% 3% 5% 8%;
  background-position: center top;
}

.our_highlights .right .right_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our_highlights .right .right_inner .highlight_div {
  width: 15rem;
  height: 12.8rem;
  position: relative;
  margin: 2rem;
  cursor: pointer;
}
#highlightCarousel{
    overflow: hidden;
}

.our_highlights .right .right_inner .highlight_div .highlight_bg {
  background-color: #9da5ca;
  width: 100%;
  height: 100%;
  padding: 3.5rem 0;
  border-radius: 0.8rem;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.our_highlights .right .right_inner .highlight_div .highlight_overlay {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -12%;
  right: -12%;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}

.our_highlights .right .right_inner .highlight_div:nth-child(1) .highlight_overlay {
  background-color: #3a4b8c;
}

.our_highlights .right .right_inner .highlight_div:nth-child(2) .highlight_overlay {
  background-color: #2192e0;
}

.our_highlights .right .right_inner .highlight_div:nth-child(3) .highlight_overlay {
  background-color: #fcbc40;
}

.our_highlights .right .right_inner .highlight_div:nth-child(4) .highlight_overlay {
  background-color: #87227e;
}

.our_highlights .right .right_inner .highlight_div:nth-child(5) .highlight_overlay {
  background-color: #ec4b6a;
}

.our_highlights .right .right_inner .highlight_div:nth-child(6) .highlight_overlay {
  background-color: #1dbd27;
}

.our_highlights .right .right_inner .highlight_div:nth-child(7) .highlight_overlay {
  background-color: #29aea9;
}

.our_highlights .right .right_inner .highlight_div:hover .highlight_overlay,
.our_highlights .right .right_inner .highlight_div.active .highlight_overlay {
  top: 0;
  right: 0;
  opacity: 0;
}

.school_level_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}

.school_level_bottom .level_div {
  width: 25%;
  height: 10rem;
  line-height: 10rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  color: #ffffff;
  border-radius: 1rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.school_level_bottom .level_div a {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  text-decoration: none;
  color: #fff;
}

.school_level_bottom .level_div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.school_level_bottom .level_div:nth-child(1) {
  background-color: #50bdd4;
}

.school_level_bottom .level_div:nth-child(1)::before {
  background-color: #74cfe4;
}

.school_level_bottom .level_div:nth-child(2) {
  background-color: #dfa739;
  margin-top: -4rem;
}

.school_level_bottom .level_div:nth-child(2)::before {
  background-color: #fcbc40;
}

.school_level_bottom .level_div:nth-child(3) {
  background-color: #b4344d;
  margin-top: -8rem;
}

.school_level_bottom .level_div:nth-child(3)::before {
  background-color: #ec4b6a;
}

.school_level_bottom .level_div:nth-child(4) {
  background-color: #5c1055;
  margin-top: -12rem;
}

.school_level_bottom .level_div:nth-child(4)::before {
  background-color: #87227e;
}

.school_level_bottom .level_div:hover:nth-child(1) {
  -webkit-box-shadow: 0px 0px 10px 0px #74cfe4;
          box-shadow: 0px 0px 10px 0px #74cfe4;
}

.school_level_bottom .level_div:hover:nth-child(2) {
  -webkit-box-shadow: 0px 0px 10px 0px #fcbc40;
          box-shadow: 0px 0px 10px 0px #fcbc40;
}

.school_level_bottom .level_div:hover:nth-child(3) {
  -webkit-box-shadow: 0px 0px 10px 0px #ec4b6a;
          box-shadow: 0px 0px 10px 0px #ec4b6a;
}

.school_level_bottom .level_div:hover:nth-child(4) {
  -webkit-box-shadow: 0px 0px 10px 0px #87227e;
          box-shadow: 0px 0px 10px 0px #87227e;
}

.school_level_bottom .level_div:hover::before {
  height: 92%;
}

.scr_differentiator .left p{
    margin: 2rem 0 4rem;
}

.scr_differentiator .right {
  background-image: url(../images/home/section6-bg-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 8% 0 18%;
  background-size: cover;
  background-position: center;
}

.scr_differentiator .image_div img {
  border-radius: 0.8rem;
}

.scr_differentiator .image_div.div1 {
  position: relative;
  width: 34.2rem;
  height: 25.2rem;
  margin-left: auto;
}

.scr_differentiator .image_div.div1 .video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.scr_differentiator .image_div.div1 .btn {
  margin-top: -2rem;
  margin-left: 2rem;
}
.scr_differentiator .image_div.div1 .btn:hover{
     margin-left: 3rem;
}
/*.scr_differentiator .image_div.div1 .btn:hover{*/
/*    transform: scaleX(1.1) scaleY(1.05);*/
/*}*/

.scr_differentiator .image_div.div2 {
  width: 24.4rem;
  height: 20.8rem;
  margin-left: auto;
  margin-top: 4rem;
}

.scr_differentiator .differentiator_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 2rem;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  margin-top: -8rem;
  background-color: #fff;
  position: relative;
}

.scr_differentiator .differentiator_bottom .inner_div {
  text-align: center;
  font-size: 13px;
  color: rgba(56, 56, 56, 0.8);
  text-transform: capitalize;
  width: 9%;
}

.scr_differentiator .differentiator_bottom .inner_div .icon {
  height: 64px;
  margin-bottom: 1.5rem;
}

.student_life .inner_div a {
  text-decoration: none;
}

.student_life .inner_div img {
  width: 100%;
  border-radius: 1rem;
}

.student_life .inner_div .entry_title {
  color: #07294d;
  -webkit-text-emphasis: capitalize;
          text-emphasis: capitalize;
}

.student_life .inner_div p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  padding-right: 10%;
}

.student_life .inner_div .image_div {
  margin-bottom: 2rem;
}

.scr_diaries {
  background-image: url(../images/home/section8-bg-image.png);
  background-repeat: no-repeat;
  background-position: center;
}

.scr_diaries .diaries_div {
  position: relative;
  padding: 0 0 5% 5%;
}

.scr_diaries .diaries_div::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  bottom: 0;
  left: 0;
  background-color: #3a4b8c;
  border-radius: 1rem;
}

.scr_diaries .diaries_div p {
  font-size: 13px;
  font-weight: 600;
  line-height: 2rem;
}

.scr_diaries .diaries_div img {
  border-radius: 1rem;
}

.scr_diaries .diaries_div .inner_div {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.28);
  min-height: 40rem;
  position: relative;
}

.scr_diaries .diaries_div.post_div .inner_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
}

.scr_diaries .diaries_div.post_div .inner_div .image_thumbnail {
  margin-right: 1.5rem;
}

.scr_diaries .diaries_div.post_div .inner_div .date {
  color: rgba(19, 19, 19, 0.6);
  position: absolute;
  bottom: 20%;
  font-weight: 600;
}

.scr_diaries .diaries_div.post_div .inner_div .content {
  width: 75%;
}

.scr_diaries .diaries_div.post_div .inner_div .bottom_view {
  width: 85%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scr_diaries .diaries_div.post_div .inner_div .bottom_view a {
  text-decoration: none;
  color: #0758cf;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
}

.scr_diaries .diaries_div.post_div .inner_div .bottom_view .left {
  background-color: #22316a0f;
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
}

.scr_diaries .diaries_div.post_div .inner_div .bottom_view .left i {
  color: rgba(19, 19, 19, 0.6);
}

.scr_diaries .diaries_div.post_div .inner_div .bottom_view .left li:not(:last-child) {
  margin-right: 1rem;
}

.scr_diaries .diaries_div.blog_div .blog_image img {
  width: 100%;
}

.scr_diaries .diaries_div.blog_div .content {
  padding: 1.5rem 2rem;
}

.scr_diaries .diaries_div.blog_div .content .date {
  color: #07294d;
  font-weight: 700;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}

.scr_diaries .diaries_div.event_div .inner_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #74cee4;
  padding: 0 10%;
}

.scr_diaries .diaries_div.event_div .inner_div .date {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 5.6rem;
  line-height: 5.8rem;
  margin-bottom: 1.8rem;
}

.scr_diaries .diaries_div.event_div .inner_div .event_content {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.scr_diaries .btn {
  margin-top: 1.5rem;
  padding: 0;
  width: 11.8rem;
  line-height: 4rem;
  border-radius: 0.4rem;
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  color: #22316a;
  font-weight: 600;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.scr_diaries .btn::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 49, 106, 0.15);
  z-index: -1;
  border-radius: 0.4rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.scr_diaries .btn::after {
  content: "";
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.8rem;
  width: 11px;
  height: 11px;
}

.scr_diaries .btn:hover {
  color: #ffffff;
  font-weight: 500;
}

.scr_diaries .btn:hover::before {
  background-color: #3a4b8c;
  width: 100%;
}

.scholarship,
.scholarship-high-school{
    display: none;
}

.scholarship .slider_div .container {
  position: relative;
  margin: 4rem auto;
}

.scholarship .slider_div .left_image {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38rem;
}

.scholarship .slider_div .left_image img {
  border-radius: 1rem;
}

.scholarship .slider_div .scholar_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  -webkit-filter: drop-shadow(0px 3px 19px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 19px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 4rem 5rem 5rem;
  width: 90%;
  margin-left: auto;
  padding-left: 21%;
}

.scholarship .slider_div .scholar_main .right_content {
  padding-left: 7rem;
}

.scholarship .slider_div .scholar_main .right_content .bottom_div {
  padding: 4rem 0 0;
  border-top: 1px dashed rgba(19, 19, 19, 0.3);
  margin-top: 3rem;
}

.scholarship .slider_div .scholar_main .right_content .bottom_div .label {
  color: rgba(19, 19, 19, 0.6);
  font-size: 13px;
  text-transform: capitalize;
}

.scholarship .slider_div .scholar_main .right_content .bottom_div .value {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #07294d;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.scholarship .slider_div .scholar_main .right_content .bottom_div .link {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.scholarship .slider_div .scholar_main .right_content .bottom_div .link a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #22316a;
  position: relative;
}

.scholarship .slider_div .scholar_main .right_content .bottom_div .link a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 0.8rem;
}

.scholarship .slider_div .scholar_main .right_content .btn {
  margin-right: 1rem;
}

.scholarship .owl-carousel button.owl-dot {
  background: #3a4b8c;
}

.right_fixed {
  position: fixed;
  top: 50%;
  z-index: 9;
  right: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.18));
  transition: .5s ease-in-out;
}

.right_fixed a {
  text-decoration: none;
  padding: 16% 30%;
}
.right_fixed a img{
    transition: .8s ease-in-out;
}

.right_fixed span {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  margin-top: 1rem;
}

.right_fixed .inner:hover img{
    transform: scale(1.1);
}

.right_fixed .inner {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    transition: .5s ease-in-out;
}
/*.right_fixed .inner:hover{*/
/*       opacity: .5;*/
/*}*/

.right_fixed .inner:nth-child(1) {
  background-color: #fee8b7;
  border-top-left-radius: 1rem;
}

.right_fixed .inner:nth-child(1) span {
  color: #07294d;
}

.right_fixed .inner:nth-child(2) {
  background-color: #ee6e27;
}

.right_fixed .inner:nth-child(3) {
  background-color: #005f99;
}

.right_fixed .inner:nth-child(4) {
  background-color: #5fa533;
  border-bottom-left-radius: 1rem;
}

footer {
  background-color: #22316a;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  line-height: 2rem;
  position: relative;
  margin-top: 7rem;
}

.footer_school_info {
    font-size: 15px;
    line-height: 4rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-end;
    padding: 7rem 0 0;
    letter-spacing: .2px;
    flex-direction: column;
}

.footer_school_info .school_info:not(:last-child){
    border-bottom: 1px solid #ffffff38;
}

footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8rem;
  top: -6rem;
  left: 0;
  background-image: url(../images/home/footer_curve_shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

footer p {
  font-size: 13px;
  color: #ffffff;
}

footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer a:hover {
  color: #ffffff;
}

footer .footer_top {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .web_logo {
  margin-bottom: 2rem;
}

footer .newsletter_cont .entry_title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}

footer .newsletter_cont p {
  font-size: 1.6rem;
  opacity: 0.5;
  font-weight: 300;
  color: #ffffff;
}

footer .newsletter_cont .form-control {
  height: 5rem;
  border: none;
  outline: none;
  font-size: 13px;
  padding-left: 1.5rem;
}

footer .newsletter_cont .form-control::-webkit-input-placeholder {
  opacity: 0.9;
  text-transform: capitalize;
}

footer .newsletter_cont .form-control:-ms-input-placeholder {
  opacity: 0.9;
  text-transform: capitalize;
}

footer .newsletter_cont .form-control::-ms-input-placeholder {
  opacity: 0.9;
  text-transform: capitalize;
}



footer .newsletter_cont .form-control::placeholder {
  opacity: 0.9;
  text-transform: capitalize;
}

footer .newsletter_cont .btn_default_light {
  margin-top: 2rem;
}

footer .newsletter_cont .btn_default_light::after {
  display: none;
}

footer .footer_content {
  padding: 5rem 0;
}

footer .footer_content li:not(:last-child) {
  margin-bottom: 1.2rem;
}

footer .footer_content .contact_detail i {
  margin-right: 1.5rem;
  margin-top: 0.6rem;
  font-size: 1.6rem;
}

footer .footer_content .contact_detail:not(:last-child) {
  margin-bottom: 1.5rem;
}

footer .footer_content .contact_detail a {
  color: #ffffff;
  line-height: 2.5rem;
}

footer .footer_title {
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #fff;
}

footer .footer_bottom {
  padding: 2rem 0;
  background-color: #3a4b8c;
}

footer .footer_bottom .left {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
}

footer .footer_bottom .btn{
    width: 30rem;
    background-color: #fff;
    border-color: #fff;
    color: #22316a;
    font-weight: 700;
    margin-right:10px;
    font-size: 14px;
}

footer .footer_bottom .btn i{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 8px;
    color: #22316a;
}
footer .footer_bottom .btn:hover{
        margin-left: 0;
        color: #22316a;
}
footer .footer_bottom .btn::after{
    margin-left: -1rem;
    opacity: 0;
    color: #22316a;
    filter: brightness(1) invert(.7);
    transition: .5s ease-in-out;
}
footer .footer_bottom .btn:hover::after{
   margin-left: 1rem;
   opacity: 1;
}

footer .footer_bottom .social_icons a {
  font-size: 2rem;
}

footer .footer_bottom .social_icons li:not(:last-child) {
  margin-right: 2rem;
}

/*# sourceMappingURL=style.css.map */
.thankyou_main .thankyou-body img {
    width: 45%;
}
.thankyou-body a.btn.btn2 {
    width: 11em;
    margin-bottom: 2em;
}
.thankyou-body {
    text-align: center;
}
#thankyoumodal .modal-body {
    padding: 0;
}
.thankyou-body .content {
    padding: 10px 30px;
}
.thankyou-body img {
    width: 73%;
    padding-top: 30px;
}

#thankyoumodal button.close {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: transparent;
    border: 0;
    font-size: 23px;
    z-index: 9;
    color: #111935;
    font-weight: 500;
    transition: all 0.5s;

}
#thankyoumodal button.close:hover{
    font-weight: 500;
}
/*co - curricular activity*/
section.sec_padding.co-curricular-2 {
    position: relative;
    background-color: #f8faff;
    padding-top: 42px;
    margin-top: 10em;
}
section.sec_padding.co-curricular-2::before {
    content: '';
    background-image: url(https://srcpublic.88gravity.com/website/assets/images/activity/student%20life-co-curricular-activities/section2-shape.png);
    width: 100%;
    height: 250px;
    /* object-fit: cover; */
    position: absolute;
    z-index: -1;
    top: -140px;
}
.co-curricalr-act .section-img .sec-img-outer-bg{
    background-image: url('https://srcpublic.88gravity.com/website/assets/images/activity/student life-co-curricular-activities/section1-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 400px;
    width: 100%;
    position: relative;
}
.co-curricalr-act .section-img .sec-img-outer-bg img {
    position: absolute;
    top: 50%;
    /* left: 69%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    right: 0;
    border-radius: 1rem;
}
.co-activity-head h5 {
    width: 80%;
    margin: auto;
    line-height: 1.8;
    margin-top: 25px;
}
.activity_box_main {
    width: 95%;
    text-align: center;
    border: 1px solid #f1f1f1;
    padding: 46px;
    border-radius: 10px;
    margin-bottom: 27px;
    height: 250px;    
    background: #fff;
}
.activity_box_main:hover{
   box-shadow: rgb(0 0 0 / 23%) 0px 1px 10px 0px; 
}
.activity_box_main h5.text-center {
    color: #999;
    margin-top: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.activ-icon img {
    width: 90px;
    height: 90px;
    margin-top: -20px;
}
.activity_box_main h4.text-center {
    margin-top: 20px;
}
/*school-premises*/ 

.school-premises .section-img .sec-img-outer-bg{
    background-image: url('https://srcpublic.88gravity.com/website/assets/images/activity/student-life-facilities/section1-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 400px;
    width: 100%;
    position: relative;
}
.school-premises .section-img .sec-img-outer-bg img {
    position: absolute;
    top: 50%;
    /* left: 69%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    right: 0;
    border-radius: 1rem;
}
.school-premises .activity_box_main {
    width: 95%;
    text-align: center;
     border: 0px solid #d0cece; 
    padding: 46px;
    border-radius: 10px;
    margin-bottom: 27px;
    height: 250px;
    background: transparent;
}
.school-premises .activity_box_main:hover {
    box-shadow: initial;
}
.school-pre-bottom {
    margin-top: 6em;
}
section.sec_padding.school-premises-bottom-all {
    background-color: #22316a;
    color:#fff;
}
.school-pre-bottom .sec_title{
    color:#fff  !important;
}
.school-pre-bottom p{
    color:#fff;
}

.school-pre-bottom .section-img .add-pro-step-1-img {
    left: 61%;
    border-radius: 10px;
}
.school-pre-bottom .content {
    width: 90%;
}

/*student happiness*/
.school-happy .section-img .sec-img-outer-bg{
    background-image: url('../images/activity/student-life-happiness/section1-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 400px;
    width: 100%;
    position: relative;
}
.school-happy .section-img .sec-img-outer-bg img {
    position: absolute;
    top: 50%;
    /* left: 69%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    right: 0;
    border-radius: 1rem;
}
section.sec_padding.happiness-2 {
    position: relative;
    background-color: #f8faff;
    padding-top: 42px;
    margin-top: 10em;
}
section.sec_padding.happiness-2::before {
    content: '';
    background-image: url('../images/activity/student%20life-co-curricular-activities/section2-shape.png');
    width: 100%;
    height: 250px;
    /* object-fit: cover; */
    position: absolute;
    z-index: -1;
    top: -140px;
}
.happiness-2 .container {
    display: flex;
    flex-flow: column;
}
span.happiness-sub-cont {
    width: 70%;
    color: #999;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 10px 0px 25px;
}
.happibnes-list{
    margin-bottom: 0;
}
.happibnes-list li {
    margin-bottom: 2.2rem;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 5rem;
}
.happibnes-list li::before{
    content: '';
    background-image: url(../images/activity/student-life-happiness/happy.png);
    background-size: contain;
    height: 32px;
    left: 0;
    top: -3px;
    width: 32px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
section.sec_padding.student-happiness {
    background-color: #22316a;
}
.school-happy-bottom {
    margin-top: 6em;
}
.school-happy-bottom .sec_title{
    color:#fff  !important;
}
.school-happy-bottom p{
    color:#fff;
}

.school-happy-bottom .section-img .add-pro-step-1-img {
    left: 61%;
    border-radius: 10px;
}
.school-happy-bottom .content {
    width: 90%;
}
.student-happiness .sec_title {
    color: #ffffff !important;
}
.student-happiness span {
        display: block;
    color: #ffffff !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.testi_happiness_main {
    width: 80%;
    margin: auto;
    margin-top: 6em;
}
.testimonial_main_tab {
    background-color: #f6f7f9;
    padding: 3em 4em;
    border-radius: 10px;
    margin-top: 6em;
    text-align: center;
    padding-top: 5em;
    position: relative;
    color: #000;
    min-height: 38rem;
}
.testi_parent_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width:90px;
    height:90px;
}

.testi_parent_img img {
    border-radius: 50%;
    border: 4px solid #fff;
        width:90px;
    height:90px;
}
.testimonial_main_tab h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 2em;
}
.testimonial_main_tab span {
    color: #999 !important;
}
p.testi_test_happiness {
    position: relative;
}
p.testi_test_happiness::before {
    content: '';
    background-image: url('../images/activity/student-life-happiness/quote-icon.png');
    background-size: contain;
    height: 33px;
    left: 0;
    top: -34px;
    width: 50px;
    position: absolute;
}
p.testi_test_happiness::after {
    content: '';
    background-image: url(../images/activity/student-life-happiness/quote-icon.png);
    background-size: contain;
    height: 33px;
    right: 0;
    bottom: -15px;
    width: 50px;
    position: absolute;
    transform: rotate(180deg);
}

div#testimonials {
    position: relative;
}
#testimonials .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
} 
#testimonials .owl-carousel .owl-nav button.owl-prev{
     position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}




#testimonials  .owl-prev {
    position: absolute;
    top: 50%;
    left: -87px;
    transform: translate(-50%, -32%);
    border-radius: 50%;
    font-size: 37px;
    background-color: #ffffff69 !important;
    width: 40px;
    height: 135px;
    z-index: 9;
    /* padding: 1em 5em; */
        border-radius: 5px !important;
}
#testimonials .owl-prev span {
    font-size: 55px;

}
#testimonials  .owl-next {
    position: absolute;
    top: 50%;
    right: -130px;
    transform: translate(-50%, -32%);
    border-radius: 50%;
    font-size: 37px;
    background-color: #ffffff69 !important;
    width: 40px;
    height: 135px;
    z-index: 9;
    /* padding: 1em 5em; */
       border-radius: 5px !important;
}
#testimonials .owl-next span {
    font-size: 55px;

}
#testimonials .owl-carousel button.owl-dot {
    display: none;
}

select.form-control.phone_num_code {
    width: 9em;
}




/*parent engagement*/
.parent-engement .section-img .sec-img-outer-bg{
    background-image: url('https://srcpublic.88gravity.com/website/assets/images/activity/student-life-parent-engagement/section1-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 400px;
    width: 100%;
    position: relative;
}

.parent-engement .section-img .sec-img-outer-bg img {
    position: absolute;
    top: 50%;
    /* left: 69%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    right: 0;
    border-radius: 1rem;
}
.parent-engement .activity_box_main {
    width: 100%;
    text-align: center;
    border: 0px solid #d0cece;
    padding: 26px;
    border-radius: 10px;
    margin-bottom: 27px;
    height: 180px;
    background: transparent;
}
.parent-engement .activity_box_main:hover {
    box-shadow: inherit;
}
.engangent-event {
    margin: 3em 0em;
    display: flex;
    flex-flow: column;
}
.engangent-event h2.sec_title.text-center {
    margin-bottom: 1em;
}
.engangent-event h5.contact-h5.text-center {
    width: 80%;
    text-align: center;
    margin: auto;
    line-height: 30px;
}
.calandar-img.text-center {
    margin-bottom: 22px;
}
.engangent-event a.btn.btn2 {
    text-align: center;
    margin: auto;
}
/*pre primary*/
.pre-primary-video-main.text-center {
    margin-top: 4em;
    margin-bottom: 2em;
}
.yt-video-pre iframe {
    border: 0;
    width: 75%;
    margin-bottom: 25px;
    border-radius: 10px;
    height: 450px;
}
.pre-primary-video-main p.text-center {
    width: 75%;
    margin: auto;
    margin-top: 25px;
    font-size: 2rem;
    line-height: 3rem;
}
.age-pre-primary h2.sec_title.text-center {
    margin-bottom: 1.3em;
}
.pre-primary-tags {
    margin-top: 4em;
}
.pre-primary-tags .activity_box_main {
    width: 95%;
    text-align: center;
    /*border: 1px solid #d0cece;*/
    padding: 20px 46px;
    border-radius: 10px;
    margin-bottom: 27px;
    height: inherit;
    box-shadow: 0px 0px 8px 0px #eaeaea;
    transition: .5s ease-in-out;
}
.pre-primary-tags .activity_box_main:hover{
    background-color: #22316a;
    color:#fff;
    cursor:pointer;
}
.pre-primary-tags .activity_box_main:hover h4{
    color: #fff;
}
/*.pre-primary-tags*/
.pre-primary-tags .activity_box_main:hover > .activ-icon{
    background-color: #fff;
} 
.pre-primary-tags .activ-icon {
    position: relative;
    width: 7rem;
    height: 7rem;
    padding: 3rem 0;
    background-color: #efeeee;
    border-radius: 50%;
    transition: .5s ease-in-out;
}
.pre-primary-tags .activ-icon img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.pre-primary-bottom {
    padding: 0 0em 2em;
    color: #fff;
    border-bottom: 1px solid #ffffff63;
}
.pre-primary-bottom img {
    margin-bottom: 1.5em;
}
.school-pre-bottom {
    margin-top: 6em;
    padding-bottom: 4em;
    /*border-bottom: 1px solid #ffffff63;*/
}
.pre-primary-tags h4 {
    margin-top: 1.5em;
    transition: .5s ease-in-out;
}
.act-box-text {
    display: flex;
    /* justify-content: stretch; */
}
.act-box-text span {
font-size: 28px;
    text-align: left;
    /* width: 24%; */
    line-height: 59px;
    padding-left: 7px;
    /*transition: .5s ease-in-out;*/
}
.pre-primary-bottom h2.sec_title.text-center {
    color: #fff;
}
.pre-primary-bottom p.text-center {
    color: #fff;
}

.testi_happiness_main h2.sec_title.text-center {
    color: #fff;
}
/*school level primary*/
.book-meeting-primary {
    display: flex;
    justify-content: space-between;
    /*border: 2px solid #cecaca;*/
    border-radius: 1rem;
    overflow: hidden;
    align-items: center;
}
.book-meeting-prime-img {
    width: 85rem;
    padding-right: 30px;
}
.book-meeting-prime-img img{
    width:100%;
}
.book-meeting-prime-text h3.sec_title {
    margin-bottom: 25px;
    margin-top: 18px;
    padding-right: 40px;
}
.book-meeting-prime-text .btn_default_sm{
    margin-top: 0.5rem;
    width: 17.8rem;
}

.primary-cbse-grade {
    text-align: center;
    background-color: #22316a;
    color: #fff;
    padding: 22px;
    border-radius: 7px 7px 0px 0px;
}
.primary-cbse-grade h2.sec_title {
    color: #fff;
}
.primary-cbse-grade-list span {
    color: #999;
    text-transform: uppercase;
}
.primary-cbse-grade-list .counterN {
    color: #22316a;
}
.primary-cbse-grade-list ul {
    display: flex;
    justify-content: space-between;
    padding: 28px 47px;
    list-style-type: none;
    text-align: center;
    color: #22316a;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-radius: 0px 0px 7px 7px;
}

.grade-list-main{
    text-align: center;
   padding: 28px 10px;
   /*margin: 0 10px;*/
   border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-radius: 0px 0px 7px 7px;
}

.extra-curricular-primary {
    border-bottom: 1px solid #b7b4b4;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
}
.extra-curricular-primary_img {
    text-align: center;
    padding-bottom: 15px;
    /*margin-bottom: 35px;*/
    border: 1px solid #f1efef;
    border-radius: 1rem;
    /*margin-top: 15px;*/
    cursor: pointer;
    overflow: hidden;
    transition: .5s ease-in-out;
}
.extra-curricular-primary_img:hover {
    background-color: #fff;
    box-shadow: 2px 2px 16px #c1c1c17a;
}

.extra-curricular-primary_img img {
    width: 100%;
}
.extra-curricular-primary_img span {
    /* padding: 14px 0px; */
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    padding-top: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.book-meeting-primary.meeting-primary-bottom {
    margin: 6em 0em;
    border: 0;
}
.meeting-primary-bottom .book-meeting-prime-text h3.sec_title {
    color: #fff;
}
.meeting-primary-bottom .book-meeting-prime-text .btn_default_sm {
    margin-bottom: 25px;
    width: 17.8rem;
    background-color: #ffffff36;
}
.meeting-primary-bottom  .book-meeting-prime-img {
    width: 55em;
    padding-right: 0px;
    border-radius: 1rem;
    overflow: hidden; 
}
.meeting-primary-bottom .book-meeting-prime-text {
    border-top: 1px solid #ffffff61;
    border-right: 1px solid #ffffff61;
    border-bottom: 1px solid #ffffff61;
    padding-left: 25px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    height: 100%;
}
.primary-cbse-grade.orange-bg {
    background-color: #ee6e27;
}
.curricular-primary .activity_box_main {
    background-color: #fff;
}
.secondry-scholarship  #scholar_slider{
    padding-bottom: 6em;
}
.scholarship.secondry-scholarship {
    margin-bottom: 6em;
    
}
.secondry-event .btn_default_sm {
    background-color: #ffffff2e;
    width: 17.4rem;
}
.secondry-event  h2.sec_title.text-center {
    margin-bottom: 1em;
    color: #fff;
}
.secondry-event  h5.contact-h5.text-center {
    color: #fff;
}

/*contact*/
.contact-us-main .section-img .sec-img-outer-bg{
    background-image: url('https://srcpublic.88gravity.com/website/assets/images/activity/student-life-parent-engagement/section1-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 400px;
    width: 100%;
    position: relative;
}
.contact-us-main .section-img .sec-img-outer-bg img {
    position: absolute;
    top: 50%;
    /* left: 69%; */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    right: 0;
    border-radius: 1rem;
}
#contact_msg {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    height: 120px !important;
    resize: none;
}
.contact-us-form .mb-2.col-6 {
    margin-bottom: 2em !important;
}
.map-contact iframe {
    width: 100%;
    margin-top: 1em;
}
.map-main h2 {
    color: #fff !important;
}
.map-main {
    background-color: #24316a;
    margin-top: -1px;
    color: #fff;
    padding: 36px 0px;
    /* height: 19em; */
    padding-bottom: 7em;
}


/*high school*/

.hight-school-cbse {
    display: flex;
    flex-flow: column;
    box-shadow: 1px 5px 20px #c1c1c1;
    padding: 37px;
    border-radius: 10px;
    width: 93%;
}
.hight-school-cbse-logo {
    width: 100px;
    padding-right: 18px;
}

.hight-school-cbse-logo img {
    width: 100%;
}
.hight-school-cbse-cont {
    display: flex;
    flex-flow: column;
    color: #999;
}
.hight-school-cbse {
    display: flex;
    flex-flow: column;
}
.hight-school-cbse-inner {
    display: flex;
    margin-bottom: 5em;
}
.hight-school-cbse-btn {
    display: flex;
    justify-content: space-between;
}

.highschool-able.text-center {
background-color: #f7faff;
    padding: 5em 7em;
    border-radius: 10px;
}

.highschool-able img.img-fluid {
    background-color: #f9f9f9;
    border-radius: 50%;
    /* width: 35%; */
    padding: 11px;
    margin-bottom: 2em;
}
section.sec_padding.scholarship-high-school {
     margin-bottom: 13em; 
}
section.sec_padding.co-curricular-high::before {
    content: '';
    background-image: url(https://srcpublic.88gravity.com/website/assets/images/activity/student%20life-co-curricular-activities/section2-shape.png);
    width: 100%;
    height: 250px;
    /* object-fit: cover; */
    position: absolute;
    z-index: -1;
    top: -140px;
}
section.sec_padding.co-curricular-high {
    position: relative;
    background-color: #f8faff;
    padding-top: 42px;
    /* margin-top: 10em; */
}

.hight-school-councling.text-center {
    color: #fff;
}
.hight-school-councling h2.sec_title.text-center {
    color: #fff;
    margin-bottom: 15px;
}

.hight-school-councling h5.contact-h5.text-center {
    color: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 0em;
    line-height: 3.5rem;
}
.high-school-councling-list {
    margin-top: 3em;
    margin-bottom: 6em;
}


.high-school-councling-list .quality_policy_inner {
    border-radius: 1rem;
    padding: 3rem 1rem;
    background-color: #3a4b8c;
    height: 100%;
}
.high-school-councling-list .quality_policy_inner img {
    margin-bottom: 2rem;
}
.high-school-councling-list .quality_policy_inner p{
        color: #ffffff;
}
/*blog*/
.blog-main {
    margin-bottom: 4em;
}
.blog-main  .blog-img img {
    width: 100%;
    border-radius: 10px;
}
.blog_list ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 10px 5px;
    margin: 0;
}
.blog_list li {
    display: flex;
}
.blog_list .blog-list-icon {
    margin-right: 10px;
}
.blog-main .blog_list {
    border-bottom: 1px solid #cccaca;
    margin-bottom: 25px;
}
.right-side-blog h4.blog-side-bar-title {
    border-bottom: 2px solid #b5b3b3;
    padding: 10px 0px;
    margin-bottom: 15px;
    padding-top: 0px;
}
.side-post-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side-post-main ul li a{
    display: flex;
    justify-content: start;
    margin-bottom: 14px;
    text-decoration: none
}
.side-post-main .side-blog-conyt {
    padding-top: .5rem;
}
.side-post-main .blog-side-title {
    color: #22316a;
    opacity: .5;
    font-size: 15px;
    margin-bottom: .5rem;
    transition: .5s ease-in-out;
}
.side-post-main li:hover .blog-side-title{
    opacity: 1;
}
.side-post-main ul .side-blog-img img {
    width: 9rem;
    border-radius: 10px;
    margin-right: 15px;
}

.side-post-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.side-post-main a.side-blog-tags {
        width: 100px;
    /* display: flex; */
    background-color: #ffffff;
    color: #22316a8f;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #d0cccc;
    text-align: center;
    transition: .5s ease-in-out;
    font-size: 16px;
}
.side-post-main a.side-blog-tags:hover{
    background-color: #22316a;
    color:#fff;
}
.blog-side-yt-video iframe {
    width: 100%;
    height: 160px;
}
.right-side-blog {
    margin-left: 35px;
}
.blog-bottom-btns {
    display: flex;
    justify-content: space-between;
}

.blog-main .blog-bottom-btns .btn_default_sm{
        width: 17.4rem;
}
.blog-main .blog-bottom-btns .btn2 {
    line-height: 4.5rem;
    height: 3em;
    margin-top: 1em;
}
.blog_listing_section .pagination.gallery_pagination {
    margin-top: 1rem;
    justify-content: center;
}

.share_dropdown {
    position: absolute;
    border: 1px solid #22316a;
    border-radius: 5px;
    padding: 5px 15px;
    right: 0;
    display: flex;
    align-items: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-in-out;
}

.share_dropdown a{
    text-decoration: none;
    color: #22316a;
    padding: 0 5px;
}
.share_list{
    cursor: pointer;    
}

.blog-list-text:hover .share_dropdown{
    opacity: 1;
    visibility: visible;
}

/*blog detail comment css*/
.blog-detail-comments h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
}
.blog-detail-comment-part {
    display: flex;
}
.blog-detail-comment-part-img img {
    width: 6.4rem;
    border-radius: 10px;
    margin-right: 15px;
}
.blog-detail-comment-part-cont h5 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.side-blog-date {
    display: flex;
}
.blog-list-icon {
    margin-right: 10px;
}
.comment-text {
    padding: 10px 0px;
}
.blog-list-text {
    color: #999;
    letter-spacing: 0.5px;
    position: relative;
}
.blog-detail-comment-part a {
    color: #999;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.blog-detail-comment-rply {
    margin-left: 107px;
    margin-top: 15px;
}

/*leave comment*/
.blog-detail-leave-comment {
    margin-top: 6em;
}
.blog-detail-leave-comment .form_container.row.gx-md-5 {
    padding: 0;
    margin-top: 2em;
}
.blog-detail-leave-comment textarea.leave-coment-textarea {
    width: 100%;
    height: 9em !important;
    resize: none;
    border: 1px solid #d8d6d6;
    border-radius: 10px;
}

/*BANK DETAILS*/
.bank_detail {
    padding: 4rem;
    font-size: 22px;
}
.bank_detail .flex-head:not(:last-child){
    margin-bottom: 2rem;
}
.bank_detail .flex-head{
    justify-content: start;
}
.bank_detail .flex-head b{
        width: 32%;
}
.bank_linking {
    margin: 2rem 0 0;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    overflow: hidden;
}
.bank_linking .sec_title {
    padding: 1.5rem 2.5rem 1.5rem 4rem;
    color: #fff;
    background-color: #22316a;
}

/*CAREER*/
.job_description .job_desc {
    margin: 0;
    padding: 2rem;
    font-size: 15px;
    letter-spacing: .5px;
        color: rgba(0,0,0,0.7);
}
.job_description .job_desc dd:not(:last-child){
    margin-bottom: 1rem;
}

.job_description .job_desc dd{
    position: relative;
    padding-left: 2rem;
}

.job_description .job_desc dd::before{
    margin-top: 7px;
    content: '\f0c8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 7px;
}
.job_description .job_desc b{
    color: rgba(0,0,0,1);
    margin-right: .5rem;
}
.job_description .job_desc h5{
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
    padding-bottom: 1rem;
}

/*STUDENT CORNER*/
.why_choose_us.stud_corner .right_cont .entry_title{
    font-size: 3rem;
    text-align: center;
    margin: 4rem 0 0;
}
.why_choose_us.stud_corner .right_cont .icon {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*HOMEWORK*/
.homework_main .form_container{
    padding: 2rem 0rem;
}
.homework_main .form_container label {
    font-size: 16px;
    color: #22316a;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-weight: 600;
}

.cbse_main .circular_list{
    font-size: 18px;
    color: #22316ab0;
    letter-spacing: .5px;
}
/*CIRCULAR*/
.circular_list {
    padding: 3rem 4rem;
}
.circular_list a{
    text-decoration: none;
    color: initial;
    font-size: 15px;
}
.circular_list .title{
    font-size: 18px;
    color: #22316a;
    font-weight: 600;
    transition: .5s ease-in-out;
}
.circular_list i{
    color: #22316a;
    transition: .5s ease-in-out;
}
.circular_list .list:hover  .title,
.circular_list .list:hover i{
    color: #ed9529;
}
.circular_list .list:not(:last-child){
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgb(34 49 106 / 15%);
}


/*thank admission*/
.sec_padding.thank-add-top {
    position: relative;
}
.thank-add-bg img {
    width: 50%;
}
.thankyou-admission {
    position: relative;
}
.thankyou-admission {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62%;
    height: 400px;
    background-color: #9996;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}


#enquiryformfixed button.close {
    float: right;
    border: 0;
    font-size: 25px;
    background-color: transparent;
}
#enquiryformfixed  .modal-dialog {
    min-width: 60%;
}
#enquiryformfixed form {
    padding: 0;
}
#enquiryformfixed  .form_container .form-control {
    border-radius: 5px;
    height: 4.6rem;
    font-size: 13px;
    padding: 1rem 1rem;
}
#enquiryformfixed #contact_msg {
    border-radius: 5px;
    padding: 1rem;
}
#enquiryformfixed .form_container label {
    font-size: 14px;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .8s ease-out;
    -webkit-transition: -webkit-transform .8s ease-out;
    -o-transition: transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
    transition: transform .8s ease-out,-webkit-transform .8s ease-out;
}


/*CUSTOM CHECKBOX*/
/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  opacity: 1;
     background-color: #fff;
    border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #3a4b8c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*LATEST AT SCR*/
.scr_sticky_button{
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    color: #fff;
    text-decoration: none;
    background: #22316a;
    display: block;
    padding: 1rem 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: .5s ease-in-out, 1s bottom ease-in-out, 1s right ease-in-out;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 10px 0px #ccc;
    z-index: 9;
}
.scr_sticky_button:hover{
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    transform: scale(1.1);
}


@-webkit-keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
@keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}

.glow{ 
    background: rgb(255,255,255); 
    width:40px; 
    height:100%; 
    z-index:1; 
    position:absolute;
    -webkit-animation: flow 1.5s linear infinite;
    -moz-animation: flow 1.5s linear infinite;
    -webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ 
    border-left:1px solid #fff;
    
}

.latest_at_SCR .label span{
    display: inline-block;
    margin-bottom: -3.5rem;
}
.latest_at_SCR .inner_container {
    background: #fff;
    padding: 3rem 1rem;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 4px 8px 13px 0px #ccc;
}
/* width */
.latest_at_SCR .inner_container ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
.latest_at_SCR .inner_container ::-webkit-scrollbar-thumb {
  background: #22316a; 
  border-radius: 5px;
}

/* Handle on hover */
.latest_at_SCR .inner_container ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.latest_at_SCR .inner_container_main {
    max-height: 18rem;
    overflow: auto;
    padding: 0 3rem;
}

.latest_at_SCR .inner_container a{
    text-decoration: none;
    color: #22316a;
    display: block;
    border-top: 1px dashed;
    padding: 1rem 0;
}

.latest_at_SCR .inner_container a:hover,
.latest_at_SCR .inner_container a:focus{
    color: #ed9529;
}

.latest_at_SCR .inner_container .title{
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    letter-spacing: .2px;
}

.latest_at_SCR .tag {
    background: #22316a;
    border-radius: 3px 0 0 3px;
    color: #fff;
    padding: 0 5rem 0 2.5rem;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    height: 55px;
    line-height: 55px;;
}


.latest_at_SCR .tag::after {
    background: #f8faff;
    border-bottom: 27.55px solid white;
    border-left: 42px solid #22316a;
    border-top: 27.5px solid #f8faff;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.latest_at_SCR {
    padding: 0 2rem;
}



