html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}
:root{
	--color-theme1:#DB2517;
	--color-theme2:#29176D;
	--color-theme3:#FFFDD6;
	--color-white:#fff;
	--color-black:#222;	
}
.awardsss{
    position: fixed;
    bottom: 47px;
    left: 41px;
    z-index: 10;
    height: 70px;
}
.fixed .navbar h2 {
    color: #fff;
}
.navbar h2{padding-left: 104px;font-weight: 800;color: #438816;font-size: 19px;}
.navbar  h2 span{
    display: block;
}
.hightligh .boxsbox{
   color: #fff;
    /* box-shadow: 0 0 3px #000; */
    border-radius: 8px;
    padding: 13px;
    /* background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%); */
    margin: 60px 0 30px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
    background:#438816;
}
.hightligh .boxsbox:hover{
   background:red;
   color: #fff;
}
.hightligh .boxsbox:hover h5{
    color: #fff;
}
.hightligh .boxsbox h5{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
body::-webkit-scrollbar {
    width: .8rem;
    background: var(--color-theme3);
	border-radius:1px;
}

body::-webkit-scrollbar-thumb {
   background: var(--color-theme2);
   border-radius:1px;
}
p {
    font-size: 1.4rem;
    color: #fff
}
a {
    outline: 0;
    text-decoration: none;
    color: #222
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

figure {
    margin: 0;
    padding: 0
}

dl ol ul {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 0
}

ul {
    margin-bottom: 0%
}

ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

a img {
    border: none;
    max-width: 100%
}

img,
svg {
    max-width: 100%;
    vertical-align: middle;
    border: none
}

table,
td,
th {
    border-collapse: collapse
}

table tbody tr td {
    padding: .8rem;
    color: #222;
    font-size: 1rem
}

p {
    padding: 0;
    margin: .6rem 0;
    font-size: 1.5rem;
    color: #222
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    padding: 0
}

button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

input,
textarea,
select,
button {
    border: 0.1rem solid #222;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.5rem
}

textarea {
    resize: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form{
    background: #fefefe;
    box-shadow: 0 0 95px 0px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 0.25rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: center;
    position: relative;
}
.contact-form input{
	height: 50px;
	border: 1px solid #cccccc;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #222;
	transition: all 0.3s ease-in-out;
	margin-bottom: 26px !important;
	background: #4711370f;
}

.contact-form textarea{
		height: 100px;
		border: 1px solid #cccccc;
		padding: 10px 20px;
		font-size: 15px;
		font-weight: 400;
		color: #888;
		transition: all 0.3s ease-in-out;
		background: #4711370f;
		margin-bottom: 26px !important;
}
.contact-form select{
	border-radius: 4px;
	height: 50px !important;
	border: 1px solid #cccccc;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	color: #888;
	transition: all 0.3s ease-in-out;
	background: #4711370f;
	margin-bottom: 26px !important;
	padding-right: 20px;
}

/* New CSS */

.scroll-news {
  background: var(--color-theme2);
  /* border-bottom: 1px solid #e7f4f5; */
  }

.news-box {
  border-radius: 3px;
}

.news-box h5 {
  background: var(--color-theme2);
  color: #fff;
  margin: 0px;
  padding: 7px 20px;
  position: relative;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 3px;
  text-align: center;
  font-weight: 700;
}


.scrollerWrapper {
  background: #fff;
  padding: 2px 13px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7f4f5;
  }
#lnews-link{
   font-size: 14px;
    font-weight: 600;
    margin-left: 31px;
}
.scrollerWrapper marquee span {
  margin-right: 60px;
}

.scrollerWrapper span a {
  color: #222;
  text-decoration: none;
  font-size: 18px;
}

.scrollerWrapper span i {
  font-size: 20px;
  margin-top: 0px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  color: var(--color-theme-blue);
}

.blink {
  text-decoration: blink;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
  color: var(--color-black);
}

@keyframes Color {
  0% {
    color: #a0d468;
  }

  20% {
    color: #4fc1e9;
  }

  40% {
    color: #ffce54;
  }

  60% {
    color: #fc6e51;
  }

  80% {
    color: #ed5565;
  }

  100% {
    color: #ac92ec;
  }
}

.heading::before {
    content: "";
    width: 100%;
    top: 1.5rem;
    height: .2rem;
    display: block;
    background-color: #ebeaea;
    position: absolute
}

.heading h3 {
    padding: 0 0 0.5rem;
    margin: 0;
    position: relative;
    font-size: 2.3rem;
    font-weight: 600;
    display: inline-block;
    padding-right: 2rem;
    background-color: #fff;
    color: #222
}

.heading h3 span {
    font-weight: 400;
    padding-left: 0.6rem
}

.title-header {
    position: relative
}

.title-header .title-center {
    position: relative
}

.title-header .title-center::before {
    display: block;
    content: "";
    position: absolute;
    height: 6px;
    margin-left: 0;
    width: 32px;
    bottom: -24px;
    background-color: #081528;
    left: 64px;
    margin: 0 auto;
    right: 30px
}

.title-header .title-center::after {
    margin: 0 auto;
    right: 30px
}

.title-header::before {
    display: block;
    content: "";
    position: absolute;
    height: 4px;
    left: 32px;
    margin-left: 0;
    width: 32px;
    bottom: -13px;
    background-color: #ee2025
}

.title-header::after {
    background-color: #fe982f;
    display: block;
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    margin-left: 0;
    width: 32px;
    bottom: -13px
}

.title-header .title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'Nunito Sans', sans-serif;
}

.title-header .title span {
    color: #febf7d
}

.navigations {box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);/* background: var(--color-theme3); */background: url(../images/section-bg.jpg);}

.fixed {
    padding: 20px 0px;
    position: fixed;
    top: -67px;
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
    -webkit-transition: background-position 1s .6s, -webkit-transform .6s;
    transition: background-position 1s .6s, -webkit-transform .6s;
    transition: transform .6s, background-position 1s .6s;
    transition: transform .6s, background-position 1s .6s, -webkit-transform .6s;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}
.fixed .navbar-links li a{
	color:#fff;
}
.header-nav {
	padding: 7px 0 !important;
	background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}
.header-left ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.header-left ul li a {
    font-size: 1.5rem;
    color: #fff
}
.header-left ul{
	padding-left:0;
}
.header-left ul li a i {
    padding-right: 6px;
    font-size: 1.5rem
}
 
  /* Button  */
 .button-custom {justify-content: end;display: flex;}
.button-custom span:last-child {
   margin-right: 0;
}
.button-custom span {
   color: #fff;
   font-size: 11px;
   text-transform: capitalize;
   background: var(--color-theme1);
   padding: 7px 23px;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   position: relative;
   z-index: 2;
   border-radius: 3px;
   font-family: var(--heading-font);
   background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}
.button-custom span:before {
   content: "";
   position: absolute;
   top: -4px;
   left: 9px;
   right: 9px;
   bottom: -4px;
   border-radius: 10px;
   -webkit-transform: translateZ(-1px);
   transform: translateZ(-1px);
   border: 1px solid var(--color-theme1);
   z-index: -1;
   background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}


.contai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right
}

.contai ul li {
    display: inline-block;
    list-style: none;
    padding-left: 10px
}

.contai ul li:nth-child(1)a {
    color: #3b5988
}

.contai ul li:nth-child(2)a {
    color: #00aced
}

.contai ul li:nth-child(3)a {
    color: #dd4b39
}

.contai ul li:nth-child(4)a {
    color: #007bb6
}

.contai ul li:nth-child(5)a {
    color: #00aff0
}

.contai ul li a {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 18px;
    border-radius: 10px 5px;
    overflow: hidden;
    border: 1px solid #fff
}

.contai ul li a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #231f20
}

.contai ul li a:hover::before {
    left: 0;
    color: #fff
}

.contai ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1) rotateY(0deg);
    transform: translate(-50%, -50%) scale(1) rotateY(0deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff
}


.navbars-menus {
    position: relative
}

.fixedheader a img {
    height: 70px;
    position: absolute;
    top: -11px;
    z-index: 99;
    background: red;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--color-theme2);
}

.menusbars {
    padding: 0;
    position: relative
}

.navbar-links li {
    padding: 0px 1px;
}

.navbar-links li a {
    padding: 10px 5px !important;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    color: #222;
    font-weight: bold;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-radius: 2px;
    margin: 0 8px;
}

.navbar-links li a:hover::before{
	    opacity: 1;
    bottom: 3px;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-links li a:hover::after {
      opacity: 1;
    width: 100%;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-links li a::before {
   content: '';
   position: absolute;
   left: 50%;
   bottom: 0;
   margin-left: -9px;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-bottom: 7px solid #0a1c26;
   opacity: 0;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
.navbar-links li a::after{
      content: "";
      position: absolute;
      width: 0%;
      height: 4px;
      bottom: -0;
      left: 50%;
      opacity: 0;
      background: #0a1c26;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
}
.navbar-links li .inner-menus a {
    padding: 5px 8px !important;
    background-color: var(--color-theme2);
    color: #fff;
    border-bottom: 1px solid #d5c4c4;
    margin: 0;
    font-size: 13px;
}

.navbar-links li .inner-menus a::before {
    display: none
}

.navbar-links li .inner-menus a::after {
    display: none
}

.navbar-links li .inner-menus {
   display: block !important;
   top: 100%;
   left: 0;
   width: 250px;
   z-index: 9;
   text-align: left;
   white-space: nowrap;
   text-align: left;
   border-radius: 0 0 3px 3px;
   border: none;
   visibility: hidden;
   opacity: 0;
   -webkit-box-shadow: 0 3px 12px rgb(27 31 35 / 15%);
   -moz-box-shadow: 0 3px 12px rgba(27,31,35,.15);
   box-shadow: 0 3px 12px rgb(27 31 35 / 15%);
   -webkit-transition: opacity .35s,-webkit-transform .35s;
   -moz-transition: opacity .35s,-webkit-transform .35s;
   -ms-transition: opacity .35s,-webkit-transform .35s;
   -o-transition: opacity .35s,-webkit-transform .35s;
   transition: opacity .35s,-webkit-transform .35s;
   -webkit-transform: translate3d(0,-15px,0);
   -moz-transform: translate3d(0,-15px,0);
   -o-transform: translate3d(0,-15px,0);
   transform: translate3d(0,-15px,0);
   padding: 0;
}

.navbar-links li:hover .inner-menus {
       display: block;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

.get-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right
}

.get-btn .comman-btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
    padding: 8px 39px;
    border-radius: 5px;
    color: #fff;
    background: var(--color-theme1);
    overflow: hidden;
    position: relative
}

	
/*---------------------------------------
   Sliders      
 -----------------------------------------*/
.slider-main .carousel-control-next, .carousel-control-prev{
	width: 0%;
	}
.slider-main .carousel-control-prev,
.slider-main .carousel-control-next {
   opacity: 1;
   width: auto;
   bottom: 50%;
   top: auto;
}
.slider-main .carousel-control-prev {
   left: 50px;
}
.slider-main .carousel-control-next {
   right: auto;
   /* left: 110px; */
   right: 50px;
   }
.slider-main .carousel-control-prev span {
   height: 50px;
   width: 50px;
   line-height: 50px;
   font-size: 25px;
   border-radius: 50px;
   transition: all 300ms ease;
   color: #fff;
   background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}
.slider-main .carousel-control-next span {
   height: 50px;
   width: 50px;
   line-height: 50px;
   font-size: 25px;
   border-radius: 50px;
   transition: all 300ms ease;
   color: #fff;
   background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}

.slider-area .slider-content .item-subtitle {
   font-size: 15px;
   font-weight: 700;
   color: #ff9933;
   width: 40%;
   padding-left: 20px;
   font-family: "Barlow", sans-serif;
}

#slider-section .carousel-item {
    position: relative
}
#slider-section .carousel-item img{
    height: 430px;
    background-size: cover !important;
    background-position: center center;
}
#slider-section .carousel-control-next,
#slider-section .carousel-control-prev {
    opacity: 1
}

#slider-section .slider-main .carousel-control-prev {
    left: 50px
}

#slider-section .slider-main .carousel-control-prev span,
#slider-section .slider-main .carousel-control-next span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 3px;
    background-color: #0eabe3;
    color: #fff
}

#slider-section .slider-main .carousel-control-prev,
#slider-section .slider-main .carousel-control-next {
    opacity: 1
}

#about-sec {
    padding: 50px 0;
    background: #e2ecf5;
}

#about-sec .about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#about-sec .about-img img {
    border-width: 2px;
    border-style: solid;
    border-color: #ebebeb;
    padding: 7px;
    position: relative;
}

.about-para p {
    margin: 15px 0;
    text-align: justify
}

.about-para a {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
    padding: 8px 22px;
    border-radius: 5px;
    color: #fff;
    background: #231f20;
    overflow: hidden;
    position: relative
}

#course-sec {
    background: url(../images/section-bg.jpg);
    background-position: center center;
    background-repeat: repeat;
    padding: 40px 0 30px
}

.course-boxs .course-boxs-inner {
    overflow: hidden;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    position: relative;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.course-boxs .course-boxs-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7e2827;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    z-index: -1
}

.course-boxs .course-boxs-inner .thumb-images {
    background: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 6px 0px #d3c6c6;
    box-shadow: 0px 0px 6px 0px #d3c6c6
}

.course-boxs .course-boxs-inner .thumb-images img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.course-boxs .course-boxs-inner .thumb-images img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.course-boxs .course-boxs-inner:hover:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.course-boxs .course-boxs-inner .details-text {
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #231f20
}

.course-boxs .course-boxs-inner .thumb-images img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover
}

.course-boxs .course-boxs-inner .details-text .title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-bottom: 13px
}

.course-boxs .course-boxs-inner .details-text p {
    font-size: 15px
}

.course-boxs .course-boxs-inner .details-text a {
    color: #645959;
    padding: 5px 9px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 700;
    background: #fff
}

.choice-section {
    position: relative;
    padding: 60px 0px 0px
}

.choice-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 15%;
    height: 100%;
    display: block;
    background-color: #d4b2dc
}

.choice-section:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 71px;
    height: 100%;
    display: block;
    background: url(../images/pattern-1.png) no-repeat;
    background-size: cover
}

.choice-section .image-column {
    position: relative
}

.choice-section .image-column .inner-column {
    position: relative
}

.choice-section .image-column .inner-column .image {
    position: relative;
    z-index: 1
}

.choice-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 50px;
    bottom: 50px;
    width: 100px;
    border: 10px solid rgba(255, 255, 255, 0.15)
}

.choice-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 428px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    position: relative;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.choice-section .content-column {
    position: relative
}

.choice-section .content-column .inner-column {
    position: relative;
    padding-left: 75px
}

.choice-section .content-column .inner-column .sec-title {
    margin-bottom: 30px
}

.choice-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 30px
}

.choice-section .content-column .inner-column .text p {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 20px
}

.list-style-two {
    position: relative;
    padding-left: 0
}

.list-style-two li {
    position: relative;
    color: #000048;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 22px;
    border: 1px solid #92278f;
    border-radius: 5px;
    padding: 7px 13px;
    background: #fceeff
}

.list-style-two li img {
    height: 29px;
    padding-right: 11px
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffb200;
    font-size: 46px;
    line-height: 1em;
    font-weight: 300
}

.choice-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px
}

#topres-sec {
    position: relative;
    padding: 50px 0 0
}

#topres-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/striples-bg.svg) no-repeat top center;
    background-size: cover;
    -webkit-animation: floating2 7s infinite;
    animation: floating2 7s infinite
}

.our-team {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    overflow: hidden;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #ebebeb;
    position: relative;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.our-team .team_img {
    position: relative;
    overflow: hidden
}

.our-team .team_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(157, 60, 190, 0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.our-team:hover .team_img:after {
    bottom: 0
}

.our-team img {
    width: 232px
}

.our-team .social {
    padding: 10px 0 10px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 30px;
    background: #cea676;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.our-team:hover .social {
    top: 0
}

.our-team .social li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff
}

.our-team:hover .social li a:hover {
    color: #ffdb3e
}

.our-team .team-content {
    padding: 20px 0;
    background: #fff
}

.our-team .title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative
}

.our-team .title:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -7px;
    right: 50%;
    margin-right: 9px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.our-team .title:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: 9px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.our-team:hover .title:before,
.our-team:hover .title:after {
    width: 50px
}

.our-team .post {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    margin-top: -12px
}

.our-team .post:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: -1px
}

.our-team.ico-team .team-content {
    padding: 10px 0;
    background: #231f20
}

.our-partners .team-member {
    border: 2px solid #eaeaea
}

.our-partners .team-member {
    display: inline-block;
    padding: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 0 30px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: 2px solid #eaeaea
}

.our-partners .team-member:hover {
    cursor: pointer;
    border-color: #1d66f6
}

.testimonial {
    padding: 23px;
    background: #fff;
    color: #434343;
    text-align: center;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    -khtml-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.testimonial img {
    border: 2px solid var(--color-theme2);
    padding: 3px;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    -khtml-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 51px;
}

.testimonials .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.text-para {
    font-size: 15px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222 !important;
}

.name {
    font-size: 17px;
    text-transform: uppercase;
    margin: 7px 0;
    font-family: 'Fredoka One', sans-serif;
}

.desigination {
    margin-top: -6px;
    margin-bottom: 11px;
    font-size: 15px
}

.stars {
    color: #f0932b;
    margin-bottom: 20px
}

.counter-area {
    background-image: url(../images/counter.png)
}

.counterr-inner {
    padding-top: 55px
}

.counterr-inner .col-md-3 {
    padding-bottom: 25PX
}

.counter-content {
    padding-left: 90px;
    position: relative;
    margin-bottom: 30px
}

.counter-content i {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    font-size: 55px;
    line-height: 1;
    color: white;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

i[class^=flaticon-]:before,
i[class*=" flaticon-"]:before {
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.counter-content i::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -19px;
    right: -15px;
    width: 43px;
    height: 40px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: #00a4ff;
    opacity: .7
}

.counter-content i:hover {
    font-size: 60px;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.counter-content h3 {
    color: white;
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.counter-content p {
    color: white;
    font-size: 17px;
    font-weight: 700
}

.counter-content h3 .odometer {
    font-weight: 500
}

.odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.top-bnr {
    background-image: url(../images/banners.jpg)
}

.top-bnr .banner-title {
    margin: 28px 0
}

.banner-title h2 {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 23px;
    line-height: 1.5;
    font-family: 'Nunito', sans-serif
}

.banner-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-title .banner-list {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #666;
    font-weight: 500;
    margin-left: 0;
    list-style: none
}

.banner-title .banner-list a {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    color: #666
}

.banner-title .banner-list a:hover {
    color: #92278f
}

.icn {
    margin-top: 3px;
    font-size: 11px
}

.banner-title .banner-list-sec {
    margin-right: 0;
    color: #92278f;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
    font-weight: 600
}

.banner-img {
    position: relative;
    z-index: 1
}

.banner-img img {
    display: block;
    margin: 0 auto;
    display: none
}

.second-section {
    position: relative;
    z-index: 1;
    padding: 50px 0
}

.second-section .image-section {
    padding-right: 45px
}

.second-image {
    position: relative;
    z-index: 1
}

.about-content-title {
    margin-bottom: 25px;
    position: relative
}

.title-header {
    position: relative
}

.title-header::before {
    display: block;
    content: "";
    position: absolute;
    height: 6px;
    left: 32px;
    margin-left: 0;
    width: 32px;
    bottom: -13px;
    background-color: #081528
}

.title-header::after {
    background-color: #92278f;
    display: block;
    content: "";
    position: absolute;
    height: 6px;
    left: 0;
    margin-left: 0;
    width: 32px;
    bottom: -13px
}

.about-content-title h2 {
    margin: 0;
    line-height: 1.4;
    font-size: 31px;
    font-weight: 700
}

.about-content-title p {
    padding-right: 32px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-top: 19px
}

.about-content .feature-content {
    margin-bottom: 35px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none
}

.about-content .feature-content li {
    font-weight: 500;
    font-size: 17px;
    color: #030734;
    padding-left: 40px;
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
    list-style: none
}

.about-content .feature-content span {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 169, 164, 0.1);
    text-align: center
}

.about-content .feature-content span i {
    position: relative;
    font-size: 14px;
    line-height: .8;
    margin: 0 auto;
    top: 0;
    left: 0;
    color: #00a9a4
}

.about-content .feature-content h6 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    line-height: 26px
}

.about-button {
    background-color: #92278f;
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 13px 35px 15px;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap
}

.about-button::before {
    background: #010647;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about-button::after {
    background: #010647;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-section {
    position: relative;
    padding-top: 54px;
    background: #efefef
}

.service-top {
    margin-left: 16.66666667%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-title {
    position: relative;
    margin-bottom: 40px !important
}

.service-title h2 {
    font-size: 29px;
    margin: 0;
    font-weight: 700;
    text-align: center
}

.service-card {
    -webkit-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
    padding: 22px 25px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 1
}

.service-card .service-icon {
    margin-bottom: 20px;
    display: block
}

.service-icon img {
    max-width: 40px;
    margin-bottom: 12px
}

.service-card h3 {
    margin-bottom: 12px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #000
}

.service-card a {
    text-decoration: none;
    color: #030734;
    font-size: 21px
}

.service-card p {
    margin: 0;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px;
    font-weight: bold;
    color: #666
}

.service-card::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    content: "";
    z-index: -1;
    background-color: #030734;
    -webkit-transition: .4s;
    transition: .4s
}

.service-card:hover::after {
    height: 100%;
    color: #fff
}

.service-card:hover p,
.service-card:hover a {
    color: #fff
}

.next-section {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px
}

.app-section {
    position: relative;
    z-index: 1;
    background-color: #030734;
    padding: 41px 0
}

.app-content {
    position: relative
}

.app-content h2 {
    color: #fff;
    font-size: 31px;
    margin: 0;
    font-weight: 700
}

.btn-box {
    background: #fcfcfc38;
    padding: 14px 3px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px
}

.button-app {
    text-decoration: none;
    color: #fff
}

.button-app:hover {
    color: #fff
}

.btn-box:hover {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px
}

.goal-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.goal-ul {
    -webkit-columns: 2;
    columns: 2;
    margin: 0;
    padding: 0;
    list-style: none
}

.goal-img img {
    max-width: 93%
}

.goal-ul li {
    font-size: 17px;
    font-weight: 500;
    color: #030734;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
    list-style: none
}

.goal-ul li span {
    width: 26px;
    height: 26px;
    background-color: #92278f;
    border-radius: 5px
}

.goal-ul li span i {
    font-size: 12px;
    line-height: .8;
    color: #fff;
    top: 0;
    padding: 11px 6px 5px
}

.blog-section {
    margin-top: 100px;
    margin-bottom: 100px
}

.blog-wrap {
    margin-bottom: 24px
}

.blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.blog-img img {
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.blog-date {
    background: #92278f;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: inline-block;
    font-family: rubik, sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 9px 15px
}

.blog-date i {
    margin-right: 5px;
    font-size: 14px;
    color: white
}

.blog-content {
    font-family: rubik, sans-serif;
    padding: 20px;
    background: #f2eefa;
    border-radius: 0 0 10px 10px
}

.blog-meta {
    font-weight: 400;
    color: #070728;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 21px;
    justify-content: space-between
}

.blog-meta span {
    margin-left: 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-meta i {
    font-size: 14px;
    color: #92278f
}

.blog-content h5 {
    margin-top: 15px;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 1.25rem
}

.blog-content h5:hover {
    color: #92278f
}

.blog-content h5 a {
    font-size: 18px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight: 700
}

.blog-button {
    -webkit-transition: .4s;
    transition: .4s
}

.blog-button a {
    font-size: 14px;
    color: white;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    background-color: #92278f;
    padding: 9px;
    border-radius: 5px
}

.top-bnr .blog-detail-section {
    margin-top: 100px
}

.blog-details-wrap {
    margin-bottom: 40px
}

.blog-details-wrap h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px
}

.blog-details-wrap p {
    margin-bottom: 0
}

.blog-wrap {
    margin-bottom: 24px
}

.blog-details-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.blog-details-img img {
    width: 100%
}

.blog-details-date {
    background: #92278f;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: inline-block;
    font-family: rubik, sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 9px 15px
}

.blog-details-date i {
    margin-right: 5px;
    font-size: 14px
}

.blog-details-content {
    padding: 20px 0 0;
    background: 0 0
}

.blog-details-meta {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-details-content h5 {
    margin-bottom: 14px;
    margin-top: 15px
}

.blog-details-content h5 a {
    font-size: 18px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight: 700
}

.blog-details-content p {
    margin-top: 0;
    margin-bottom: 0
}

.second-blog-detail {
    margin-bottom: 40px
}

.blog-details-box {
    position: relative;
    -webkit-box-shadow: 0 0 25px #0d344f;
    box-shadow: 0 0 25px #0d344f;
    border-radius: 10px;
    padding: 46px 38px 61px
}

.blog-details-box p {
    font-weight: 600;
    color: #868686;
    font-size: 20px;
    margin-bottom: 0
}

.third-blog-details {
    margin-bottom: 40px
}

.third-blog-title h3 {
    font-size: 20px;
    font-weight: 600
}

.blog-details-first-img {
    margin-bottom: 10px
}

.blg-dtls-para {
    margin-top: 30px
}

.blog-search .form-control {
    font-size: 30px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #92278f
}

.blog-search .btn {
    margin-left: -6px;
    padding-right: 32px;
    padding-left: 32px;
    background-color: black;
    border: 1px solid black;
    border-radius: 6px
}

.blog-search i {
    color: white;
    font-size: 28px
}

.right-boxx {
    padding-left: 40px
}

.new-post-section {
    margin-bottom: 24px
}

.new-post-section .right-service {
    border-radius: 5px;
    padding: 11px;
    background: #231f20;
    margin-bottom: 14px
}

.new-post-section .right-service h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.post-wrap .blog-single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.single-blog-img {
    width: 100%;
    max-width: 100px;
    overflow: hidden
}

.single-blog-img img {
    border-radius: 3px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.new-post-content {
    padding-top: 7px
}

.new-post-content a {
    text-decoration: none;
    color: black
}

.new-post-content a:hover {
    color: #92278f
}

.new-post-content h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px;
    -webkit-transition: .4s;
    transition: .4s
}

.new-blg-pst-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.left-side-meta {
    display: inherit
}

.left-side-meta i {
    font-size: 12px;
    margin-right: 5px
}

.left-side-meta h6 {
    font-size: 10px;
    font-weight: 400;
    color: #747474;
    margin-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 15px;
    font-weight: 700
}

.right-side-meta {
    display: inherit
}

.right-side-meta i {
    font-size: 12px;
    margin-right: 5px;
    font-weight: 400
}

.right-side-meta h6 {
    font-size: 10px;
    font-weight: 400;
    color: #747474;
    margin-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.catogry-detail {
    margin-bottom: 24px;
    margin-top: 21px
}

.catogry-service-detail {
    border-radius: 5px;
    padding: 11px;
    background: #231f20;
    margin-bottom: 14px
}

.catogry-service-detail h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ffff
}

.catogry-detail-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.catogry-detail-content li {
    background: #fff;
    color: #212856;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 16px 10px 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 0 2px 0px;
    border-bottom: 1px solid #0000001a
}

.catogry-detail-content li:hover {
    border-left: 6px solid #92278f;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s
}

.catogry-detail-content .active {
    border-left: 6px solid #92278f;
    background: #fff;
    color: #212856;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 16px 10px 16px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 0 2px 0px;
    border: 1px solid #f1e3e7;
    margin-bottom: 12px
}

.catogry-detail-content a {
    text-decoration: none;
    color: black;
    font-weight: 600
}

.catogry-detail-content span {
    float: right;
    font-weight: 400
}

.top-heading {
    text-align: center
}

.top-heading h1 {
    padding-top: 60px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px
}

.top-heading h1::after {
    display: block;
    content: '';
    width: 90px;
    height: 2px;
    background: #ccd6dd;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.images-admission {
    padding-top: 0;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 45px;
    margin-bottom: 45px
}

.steps {
    margin-bottom: 38px
}

.step-content h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: none;
    /* background: #92278f; */
    /* color: #fff; */
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    clear: both
}

.step-content h3 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 600;
}

.admission-eligibility-section {
    padding: 50px 0
}

.admission-eligibility-section .tab-content {
    border: 1px solid #0000001c;
    -webkit-box-shadow: 5px 5px 7px -2px #1413131c;
    box-shadow: 5px 5px 7px -2px #1413131c;
    padding: 27px 25px
}

.slide-bar ul {
    display: inherit
}

.slide-bar ul li a {
    text-decoration: none;
    color: #222
}

.slide-bar {
    border: 1px solid #0000001c;
    -webkit-box-shadow: 5px 5px 7px -2px #1413131c;
    box-shadow: 5px 5px 7px -2px #1413131c;
    padding: 7px
}

.slide-bar li {
    border: 1px solid #00000017;
    background-color: #80008014
}

.slide-bar .nav-tabs .nav-link {
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 17px;
    font-weight: 600
}

.slide-bar .nav-tabs .nav-link.active {
    font-weight: 600;
    background-color: #ee2025;
    color: #fff;
    padding-bottom: 11px;
    -webkit-box-shadow: 5px 5px 7px -2px #1413131c;
    box-shadow: 5px 5px 7px -2px #1413131c
}

.slide-bar .nav-tabs .nav-link:hover {
    background-color: #92278f;
    color: white
}

.our-campus {
    padding: 40px 0;
    font-family: 'Fredoka One',sans-serif;
}

.btn-Download {
    border: 1px solid;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 16px;
    transition: all .3s;
    border-color: unset;
    background: #92278f;
    border: none
}

.modal-dialog {
    max-width: 480px;
    -webkit-box-shadow: 0 4px 12px 0 #000;
    box-shadow: 0 4px 12px 0 #000
}

.modal-dialog .close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 34px;
    height: 34px;
    z-index: 1;
    background: #92278f;
    color: #fff;
    opacity: 1;
    border-radius: 0 5px 0 26px;
    padding-left: 5px;
    text-shadow: none
}

.table td {
    color: #222;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 12px
}

.mobile-nav-overlay {
    display: none
}

.youtube-video-box {
    position: fixed;
    left: 70px;
    width: 300px;
    bottom: 0;
    z-index: 999;
    padding: 10px
}

.youtube-video {
    position: relative
}

.youtube-video:after {
    content: '';
    position: absolute;
    background: #92278f;
    top: -70px;
    left: -10px;
    width: 105%;
    height: 120%;
    z-index: -1;
    display: block;
    border-radius: 11% 0%
}

.youtube-video:before {
    content: '';
    position: absolute;
    background: #92278f;
    top: -96px;
    left: -15px;
    width: 110%;
    height: 174%;
    z-index: -2;
    display: block;
    border-radius: 11% 0%
}

.youtube-close {
    position: absolute;
    right: -2px;
    top: -98px;
    font-size: 20px;
    color: #fff4f4;
    cursor: pointer;
    z-index: 99999
}

.custom-md {
    width: 20%
}

.table-tittles {
    margin-bottom: 0px;
    border-radius: 10px;
}

table,
td,
th {
    border: 1px solid #e9dcdc;
    border-collapse: collapse
}

.table-tittles thead tr th {
    background: var(--color-theme2);
    color: #fff;
    padding: 11px;
}

.table-fees thead th {
    vertical-align: middle !important;
    border-bottom: 2px solid #dee2e6;
    font-size: 14px
}

.table th {
    border-top: 1px solid #dee2e6;
    font-size: 15px;
    /* background: red; */
    background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
    color: #fff;
    font-weight: 300;
}

th {
    font-weight: 700
}

.table-tittles tbody tr td {
    color: #222;
    padding: 8px;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: capitalize
}

.table-tittles tbody td {
    vertical-align: middle
}

.heading-bg {
    text-align: center;
    background: #00984b;
    color: #fff !important;
    padding: 11px !important
}

.strct {
    background-color: #00984b
}

.contact-box-first {
    padding: 40px 25px 40px 25px;
    background-color: #92278f !important;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 49px
}

.icon-contact a {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #111;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 70px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 70px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px !important
}

.icon-contact i {
    font-size: 36px;
    line-height: 75px
}

.icon-text h4 {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
    font-size: 2.5rem
}

.content-contact p {
    margin-bottom: 0;
    color: #fff !important
}

.contact-full-box:hover a {
    color: black;
    background-color: white
}

.contact-us-section {
    margin-top: 100px;
    margin-bottom: 60px
}

.contact-us-box h1 {
    font-weight: 800;
    font-size: 35px;
    background-color: purple;
    color: white;
    text-align: center;
    padding: 29px
}

.main-ct-bx {
    -webkit-box-shadow: 0px 16px 28px 0px #000;
    box-shadow: 0px 16px 28px 0px #000
}

.contact-us-main-box {
    padding-left: 69px;
    padding-right: 69px;
    border: 2px solid #80008012;
    margin-top: -7px;
    -webkit-box-shadow: 5px 5px 5px 5px #80808040;
    box-shadow: 5px 5px 5px 5px #80808040;
    padding-bottom: 41px;
    background-color: #80008017
}

.cntct-hdng {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 28px
}

.cntct-hdng h3 {
    font-size: 20px;
    font-weight: 600
}

.form-cntct .form-label {
    font-size: 15px
}

.form-cntct .form-control {
    margin-bottom: 26px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    border: 1px solid #92278f
}

.contact-us-button {
    text-align: center;
    margin-top: 31px
}

.contact-us-button .btn-one {
    background-color: #92278f;
    color: white;
    padding: 10px;
    border-radius: 5px
}

.contact-us-button .btn-one:hover {
    background-color: black
}

iframe {
    height: 625px
}

.media-section {
    padding-bottom: 30px;
    position: relative
}

.media-item {
    margin-bottom: 30px;
    position: relative
}

.media-item .media-overlay {
    background-color: #92278fd6;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.media-item:hover .media_overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.media-item .media-overlay a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 35%;
    text-align: center
}

.media-item .media-overlay i {
    color: #ffffff;
    font-size: 50px
}

.course-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 20px
}

.course-image-box img {
    width: 100%
}

.course-bottom-left {
    text-align: left !important
}

.course-bottom-left h6 {
    font-size: 20px;
    color: #333333;
    line-height: 27px;
    font-weight: 700;
    padding-top: 10px
}

.course-bottom-left ul {
    padding: 10px 0px;
    list-style: none;
    margin: 0
}

.course-bottom-left ul li {
    display: inline-block;
    list-style: none
}

.course-bottom-left i {
    color: #92278f
}

.course-bottom-left ul li i p {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0px;
    margin-left: 10px
}

.course-bottom-right {
    margin-top: -96px;
    float: right !important
}

.course-right {
    float: right !important
}

.course-right p {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500
}

.sub-title h6 {
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    font-weight: 700;
    margin-top: 30px;
    padding-bottom: 10px
}

.course-text-area p {
    font-size: 16px;
    line-height: 27px;
    color: #777777;
    font-weight: 400
}

.course-feature table {
    margin-top: 15px;
    background: #fafafa
}

.course-feature thead th {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: none;
    border-top: none;
    text-align: center;
    background: #92278f;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding: 17px 0px 17px 0px
}

.course-feature .table-first tbody {
    margin: 0px 15px;
    display: block
}

.course-feature .table-first td {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    text-align: left;
    border-top: none;
    width: 100%;
    line-height: 26px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    padding: 17px 0px 17px 0px;
    padding-right: 65px
}

.course-feature .table-first td .thm-btn {
    background-color: #92278f;
    border: none;
    color: white;
    padding: 8px
}

.course-feature tbody td i {
    font-size: 13px;
    color: #92278f;
    margin-right: 10px
}

.text-right-two {
    margin-right: 15px
}

.list-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.text-right-two .list-menu li {
    font-size: 16px;
    margin-right: 15px;
    line-height: 35px;
    color: #777777
}

.text-right-two .list-menu li i {
    color: #92278f;
    font-size: 13px;
    margin-right: 10px
}

.text-area-three .list-menu li {
    font-size: 16px;
    margin-right: 15px;
    line-height: 35px;
    color: #777777
}

.text-area-three .list-menu li i {
    color: #92278f;
    font-size: 13px;
    margin-right: 10px
}

.facility-heading {
    margin: 0px 0px 10px 0px
}

.facility-heading h2 {
    font-size: 23px;
    font-weight: 600
}

.ul-box ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.ul-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

.ul-box ul li i {
    color: #92278f;
    font-size: 18px;
    width: 1.25em
}

.ul-box span {
    color: #808080;
    padding-left: 15px;
    padding-left: 15px;
    font-size: 19px
}

.facility-para {
    margin-bottom: 26px
}

.main-facility-section {
    margin-top: 20px;
    margin-bottom: 20px
}

.main-facility-head {
    position: relative;
    text-align: center
}

.main-facility-head h2 {
    font-size: 46px;
    font-weight: 700
}

.main-facility-head span {
    border-color: #92278f;
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px
}

.main-facility-head span::after {
    bottom: -3px;
    border-radius: 20px;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    background-color: #92278f
}

.small-facility-box {
    padding: 4px;
    background: #92278f0f;
    margin-top: 40px
}

.small-facility-box:hover {
    background-color: purple;
    color: white
}

.small-bx {
    padding: 35px 10px 35px 10px;
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 24px 0px #000;
    box-shadow: 0px 0px 24px 0px #000
}

.small-bx:hover {
    background-color: #92278f
}

.small-bx:hover h4 {
    color: white
}

.small-bx:hover p {
    color: white
}

.small-bx:hover i {
    color: white
}

.icon-facility {
    margin-bottom: 15px;
    text-align: center
}

.icon-facility i {
    fill: #92278f;
    color: black;
    border-color: #92278f;
    font-size: 45px;
    line-height: 1;
    text-align: center
}

.content-facility h4 {
    font-weight: 600;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.25em;
    text-align: center
}

.content-facility p {
    color: #808080;
    font-weight: 600;
    text-align: center
}

.classroom img {
    border-radius: 20px
}

.classroom-head {
    padding-left: 58px;
    margin-top: 33px
}

.classroom-head h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 22px
}

.facility-button a {
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: 10px 0px 20px 0px #ff236c;
    box-shadow: 10px 0px 20px 0px #ff236c;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
    color: white;
    background-color: #92278f
}

.facility-button a:hover {
    background-color: #000
}

.classroom-head p {
    margin-bottom: 48px;
    line-height: 34px;
    font-size: 16px
}

.classroom-section {
    margin-top: 137px
}

.first-sec-director {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 77px
}

.name-director {
    font-size: 24px;
    color: #92278f;
    line-height: 1.1;
    margin-top: 20px;
    font-family: 'Fredoka One', sans-serif;
}

.occupation {
    color: #777;
    font-size: 18px;
    font-weight: 600
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee8c
}

.director-content p {
    color: #403c3c;
    line-height: 1.857;
    margin: 0 0 10px
}

.mission-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mission-heading {
    margin-bottom: 24px
}

.mission-heading h2 {
    font-weight: 800;
    font-size: 36px
}

.mission-content-section {
    margin-top: 54px;
    margin-left: 57px
}

.mission-para {
    margin-bottom: 25px;
    line-height: 32px
}

.mission-ul li {
    margin-bottom: 3px
}

.mission-ul li i {
    font-size: 20px;
    color: purple;
    padding: 7px;
    border-radius: 50%
}

.mission-ul span {
    margin-left: 4px;
    font-size: 16px;
    color: grey
}

.mission-row {
    margin-bottom: 84px
}

.vission-row {
    margin-bottom: 84px
}

.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#gallery-grids {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0a96a6
}

.portfolio-item {
    overflow: hidden
}

.gallery-item.selected img {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.gallery-thumb {
    display: block;
    position: relative;
    border-radius: 10px;
    width: 100%
}

.gallery-thumb img {
    border: 5px solid transparent;
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.scrollimation .gallery-thumb {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    background: rgba(0, 0, 0, 0.45)
}

.gallery-thumb:hover .overlay-mask {
    opacity: 1
}

.gallery-thumb .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1
}

.portfolio-item:hover .gallery-thumb .link {
    opacity: 1
}

.small-title {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px
}

.gallery-thumb i {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    position: absolute;
    float: left;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    background-color: #e4a40f;
    bottom: 50px;
    top: auto;
    left: 50%;
    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;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    font-size: 30px
}

.backtotop {
    right: 12px;
    z-index: 999;
    bottom: 50px;
    display: none;
    position: fixed;
}

.backtotop .scroll {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.backtotop .scroll:before,
.backtotop .scroll:after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
    background: var(--color-theme1);
}

.backtotop .scroll:after {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.backtotop .scroll:hover:before {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
}

.backtotop .scroll:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.backtotop .scroll i {
    left: 50%;
    z-index: 1;
    font-size: 15px;
    position: absolute;
    color: #c7a17a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1)
}

.backtotop .scroll i:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.backtotop .scroll i:nth-child(2) {
    top: 110%;
    opacity: 0;
    visibility: hidden
}

.backtotop .scroll:hover i:nth-child(1) {
    top: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.backtotop .scroll:hover i:nth-child(2) {
    top: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes updown {
    0% {
        -webkit-animation: updown 0.6s infinite alternate;
        animation: updown 0.6s infinite alternate;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes updown {
    0% {
        -webkit-animation: updown 0.6s infinite alternate;
        animation: updown 0.6s infinite alternate;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

.footer-bg {
    background-image: url(../images/footer-bgimage.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0;
    border-bottom: 1px solid #e7dddd;
    background: #231f20
}

.footer-bg2 {
    background-image: url(../images/footer-bgimage.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 40px 0
}

.add-icons {
    display: table-cell;
    vertical-align: top
}

.add-icons i {
    font-size: 43px;
    padding-top: 1px;
    font-weight: 600;
    color: #ffff
}

.tm-righttext-box {
    padding-left: 15px;
    display: table-cell
}

.tm-righttext-box h2 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
    color: #f4f8ff;
    font-weight: 800
}

.tm-righttext-box p {
    font-weight: 400;
    font-size: 15px;
    color: #f8faff;
    padding: 0;
    margin: 0
}

.footer-logo a img {
    height: 50px;
    margin-bottom: 10px
}

.but2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
    padding: 8px 22px;
    border-radius: 2px;
    color: #fff;
    background: #231f20;
    overflow: hidden;
    position: relative;
    border: none
}

.heading-bottom {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #231f20;
    margin-bottom: 38px;
    position: relative
}

.heading-bottom::before {
    display: block;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    bottom: -11px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #3368c6
}

.br-lr {
    padding: 0 25px 0px;
    border-left: 1px solid #e7dddd;
    border-right: 1px solid #e7dddd
}

.links-widght {
    padding-left: 0
}

.links-widght li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 11px 0
}

.links-widght li a {
    font-weight: bold;
    font-size: 15px
}

.address-footer li {
    color: #222 !important;
    font-size: 16px;
    padding-left: 31px;
    position: relative
}

.address-footer li i {
    position: absolute;
    left: 0;
    top: 6px
}

.footer-bottom {
    background-color: #231f20;
    padding: 17px 0;
    color: #b0b0b0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.side-public {
    text-align: center
}

.footer-bottom span {
    font-size: 15px;
    color: #fff !important;
    text-align: center
}

.footer-bottom span a {
    color: #fff !important
}

/* Our Core Values */

#core-value-us {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    position:relative;
}
#core-value-us:before{
	    content: "";
	    background: url(../images/bubble-o.webp);
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-position: left top;
	    z-index: -1;
	    filter: brightness(0.94);
	    background-size: 60px;
}

.section-heading h6 {
    text-transform: uppercase;
    letter-spacing: 3.4px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--color-theme1);
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Schoolbell', cursive;
}
/* .section-heading{ */
	/* position:relative; */
/* } */
/* .section-heading::before{ */
	    /* content: ""; */
    /* position: absolute; */
    /* height: 4px; */
    /* width: 100px; */
    /* background: #e09c19; */
    /* border-radius: 4px; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* margin: auto; */
/* } */
/* .section-heading::after{ */
	    /* content: ""; */
    /* position: absolute; */
    /* height: 15px; */
    /* width: 15px; */
    /* background: #fff; */
    /* border: 4px solid #e09c19; */
    /* border-radius: 50%; */
    /* left: 0; */
    /* bottom: -6px; */
    /* -webkit-animation: headings 3s infinite; */
    /* animation: headings 3s infinite; */
    /* right: 0; */
    /* margin: auto; */
/* } */
.section-heading h3 {
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 3px;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    color: var(--color-theme2);
}
.section-heading b{
	    background: linear-gradient(135deg, #0b1f7b 0, #ad1f1f 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: rgba(0,0,0,0);
	    font-weight: 100;
}
.section-heading p {
    font-size: 15px;
    line-height: 1.67;
    margin-bottom: 10px;
}

.cms-fancy-box {
    transition: all .3s linear 0ms;
    padding-bottom: 10px;
    background-color: #f53c3c;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 28px;
    -khtml-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px;
}

.cms-fancy-box.layout1 .inner-content {
    padding: 67px 15px 3px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    background-color: #f66;
    transition: all .3s linear 0ms;
}

.cms-fancy-box.layout1 .item--icon {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px;
    width: 120px;
    height: 120px;
}

.cms-fancy-box.layout1 .item--icon::before {
    display: block;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-clip: content-box;
    border: 3px solid  #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.cms-fancy-box.layout1 .item--icon .inner-icon {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    top: 12px;
    left: 12px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.cms-fancy-box.layout1 .item--icon.icon-image .inner-icon img {
    max-width: 180px;
    height: auto;
}

.cms-fancy-box.layout1 .item--icon .inner-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cms-fancy-box .item--title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Fredoka One', sans-serif;
}

.cms-fancy-box.layout1 .item--description {
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    color: #fff;
}

.cms-fancy-box.layout1:hover {
    -webkit-transform: translate(0, -16px);
    -khtml-transform: translate(0, -16px);
    -moz-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    -o-transform: translate(0, -16px);
    transform: translate(0, -16px);
    transition: all .3s linear 0ms;
}

.cms-fancy-box.layout1:hover .item--icon:before {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite
}

.cms-fancy-box.layout1:hover .inner-icon {
    transform: rotateY(180deg)
}

#entrollment-sec {
    padding-top: 54px;
    padding-bottom: 60px;
    background-color: #fcf9f4;
    background: var(--color-theme3);
}

.entrollment {}

.entrollment h3 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 33px;
    font-weight: 400;
    color: #271344;
    font-family: 'Fredoka One', sans-serif;
}

.entrollment h3 cite {
    font-style: normal;
    color: #ff4880;
}

.entrollment p {
    font-size: 17px;
    font-weight: 500;
    color: #777;
}

.enrollment-button {
    float: left;
    width: 100%;
}

.enrollment-button a {
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 26px;
    line-height: 48px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    background-color: #ff4880;
}

#abouts-us {
    background-color: #e2ecf5;
    padding: 80px 0 0;
}

.about-btn {}

.about-btn a {
    background-color: #ff4880;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: 0 26px;
    line-height: 48px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid #ff4880;
}

.about-btn a:hover {
    background: #271344;
    border-color: #271344;
}

.wel-images-sec {
    margin-bottom: 20px;
}

.wel-images-sec img {
    width: 100%;
    height: auto;
}

.about-sec {
    float: left;
    width: 100%;
    margin-top: 73px;
}

.about-sec .about-tittle {
    font-size: 36px;
    line-height: 45px;
    color: #271344;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.about-para {}

.about-para p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.miss-visi-body {}

.miss-visi-body h3 {
    color: #ffffff;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 25px;
    background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
    padding: 9px;
    border-radius: 10px;
}
.miss-visi-body h3 a{
    color: #fff !important;
}
.miss-visi-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 40px;
}

#core-value-boxs {
    margin-top: 30px;
}

#activities-grids {
    padding-top: 50px;
}

.activities-boxs {
    margin: 0 0 30px;
    padding: 0 0 0 5px;
}

.activities-fancy-boxsss.layout3.box-icon-right .inner-content {
    flex-direction: row-reverse;
    display: flex;
}

.activities-fancy-boxsss.layout3 .item--icon {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 100%;
    max-width: 80px;
    height: 80px;
    margin-top: 10px;
}

.activities-fancy-boxsss.layout3 .item--icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-clip: content-box;
    border: 1px dashed #ff4880;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.activities-fancy-boxsss.layout3 .item--icon .inner-icon {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    top: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: #ff4880;
}

.activities-fancy-boxsss.layout3 .item--icon .inner-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.activities-fancy-boxsss.layout3 .item--icon .inner-icon img {
    max-height: 35px;
}

.activities-fancy-boxsss.layout3.box-icon-right .inner-content .item-holder {
    margin-left: 0;
    margin-right: 16px;
    text-align: right;
    color: #777;
    font-size: 15px;
    width: 70%;
}

.activities-fancy-boxsss.layout3 .item--title {
    font-size: 24px;
    margin-bottom: 8px;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    color: #271344;
    line-height: 25px;
}

.activities-inner-content {
    display: flex !Important;
    flex-direction: row !important;
    text-align: left !important;
}

.activities-inner-content .item-holder {
    text-align: left !important;
    padding-left: 16px !important;
}

.activities-center {
    text-align: center;
}

.activities-center img {
    height: 276px !important;
    width: 327px !important;
}

/* our-program */

#our-program {}

.program-content {
    background: #271344;
    padding: 45px 0px;
    height: 658px;
}

.program-content .program-heading {}

.program-content .program-heading h6 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #ff4880;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'Schoolbell', cursive;
    display: inline-block;
    margin-right: 19px;
}

.program-content .program-heading h3 {
    color: #fff;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    font-size: 40px;
}

.program-content .program-heading h3 img {}

.program-content p {
    color: #fff;
    font-size: 17px;
}

.activities-programs {
    margin-top: 20px;
}

.activities-programs .image-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 100%;
    text-align: center;
    border-right: 1px solid rgba(119, 119, 119, .13);
}

.activities-programs .image-icon:nth-child(1) {
    background-color: #ffefef;
}

.activities-programs .image-icon:nth-child(1) {}

.activities-programs .image-icon img {
    max-height: 32px;
    max-width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 19px;
}

.activities-programs.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    font-family: "Fredoka One", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    padding-left: 85px;
    cursor: pointer;
}

.activities-programs .accordion-body {
    font-size: 15px;
    line-height: 25px;
    padding: 30px 30px 28px 20px;
    border-top: 1px solid rgba(119, 119, 119, .13);
    background: #fff;
    color: #222;
    text-align: justify;
}

.accordion-flush .accordion-item .accordion-button:focus {
    box-shadow: none !important;
}

.activities-programs .cms-accordion-item:nth-child(1) .cms-ac-title .image-icon {
    background-color: #ffefef;
}

#testimonials-sec {
    background-color: #e2ecf5;
    padding: 80px 0px;
}

#testimonials-sec-grids {
    margin-top: 0;
}

#testimonials-sec .testimonial-inner {
    padding: 35px 35px 28px;
    position: relative;
    background: #fff;
}

#testimonials-sec .testimonial-inner:before {
    width: 100%;
    bottom: 0;
    content: "";
    display: block;
    background-color: #fff;
    top: 100px;
    position: absolute;
    left: 0;
}

#testimonials-sec .testimonial-meta {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    width: 100%;
}

#testimonials-sec .testimonial-image {
    height: 68px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ff4880;
    overflow: hidden;
    text-align: center;
    max-width: 68px;
    width: 100%;
    margin-right: 20px;
}

#testimonials-sec .testimonial-image img {
    height: auto;
    vertical-align: middle;
}

#testimonials-sec .testimonial-holder {
    position: relative;
    padding-top: 7px;
    padding-right: 45px;
}

#testimonials-sec .testimonial-holder .arrow-quote {
    position: absolute;
    top: 0;
    right: 0;
}

#testimonials-sec .testimonial-holder .arrow-quote svg g {
    fill: #ff4880;
}

#testimonials-sec .testimonial-title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 4px;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
}

#testimonials-sec .item-star {
    position: relative;
}

#testimonials-sec .item-star.five-star i {
    color: #ffc000;
}

#testimonials-sec .testimonial-desc {
    font-style: italic;
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 1.67;
    color: #777;
}

#testimonials-sec .testimonial-inner:after {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 85px;
    height: 85px;
    background: url(../images/arrow-right.png);
    content: "";
    display: block;
}
#testimonials-sec .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translate(-50%);
}
/* counter */

#counter-area {
    background: url(../images/bg_about-us.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 85px 0 80px;
}

.cms-counter-layout2 {
    width: 186px;
    height: 186px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-radius: 100%;
    margin: auto;
}

.cms-counter-layout2 .cms-counter-icon {
    margin-left: auto;
    margin-right: auto;
}

.cms-counter-layout2 .cms-counter-icon.icon-image img {
    max-height: 60px;
    margin: 0 auto;
}

.cms-counter-layout2 .cms-content {
    padding-top: 0;
}

.cms-counter-layout2 .cms-counter-number-wrapper {
    font-size: 31px;
    color: #fff;
    line-height: 1;
    margin: 11px 0 8px;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
}

.cms-counter-layout2 .cms-counter-title {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
}

.cms-counter-layout2:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    border: 3px dashed #fff;
}

/* team */

#our-teacher {
    padding: 60px 0px;
}

#our-teacher-grids {
    padding-top: 40px;
}

.team-item {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -khtml-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 20px;
    margin: 15px;
}

.team-item .item--inner {
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    padding: 9px;
    border-radius: 7px;
}

.team-item .item--inner .item--image {
    position: relative;
    overflow: hidden;
}

.team-item .item--inner .item--image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.team-item .item--inner .item--image:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    background: url(../images/img-dotted.png);
}

.team-item .item--inner .item-holder {
    padding: 6px 0 1px;
}

.team-item .item--inner .item--title {
    font-size: 20px;
    margin-bottom: 0px;
}

.team-item .item--inner .item--title a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2px;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    color: #271344;
    clear: both;
    line-height: 1.2;
    margin: 0 0 15px;
}

.team-item .item--position {
    font-size: 15px;
    margin-bottom: 7px;
}

.team-item .item--social {
    bottom: 20px;
    padding: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.team-item .item--social .inner-social {
    display: inline-block;
}

.team-item .item--social a {
    background-color: #ff4880;
    color: #fff;
    font-size: 15px;
    margin: 0;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin: 3px 4px;
    cursor: pointer;
}

#our-teacher .item--social a:nth-child(1) {
    margin-left: 0;
    border: 1px solid #0c95d2;
    background-color: #1ab9ff;
}

#our-teacher .item--social a:nth-child(2) {
    border: 1px solid #dda702;
    background-color: #ffc000;
}

#our-teacher .item--social a:nth-child(3) {
    border: 1px solid #f64242;
    background-color: #f66;
}

#our-teacher .item--social a:nth-child(4) {
    border: 1px solid #96b740;
    background-color: #abcd52;
}

#entrollment-sec2 {
    background-color: #abcd52;
    padding: 35px 0;
}

.entrollment2 {}

.entrollment2 h3 {
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    font-size: 31px;
}

.entrollment2 p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.enrollment-button2 {
    margin-top: 10px;
}

.enrollment-button2 a {
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 26px;
    line-height: 48px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    background-color: #fff;
    border: none;
    color: #222;
}

#our-blog {
    padding: 60px 0px;
}

#our-blog-grids {
    margin-top: 40px;
}

#our-blog .entry-featured {
    position: relative;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 28px;
}

#our-blog .entry-featured img {
    width: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    height: auto;
}

#our-blog .entry-featured .item-date {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 6px 20px;
    border: 2px solid #dfac11;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #ffc000;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

#our-blog .entry-holder .entry-meta {
    margin-bottom: 13px;
    padding-left: 0;
}

#our-blog .entry-holder .entry-meta li.item-author {
    padding-left: 28px;
    position: relative;
    font-size: 15px;
}

#our-blog .entry-holder .entry-meta li {
    color: #1ab9ff;
    display: inline-block;
}

#our-blog .entry-holder .entry-meta li.item-author img {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 4px;
}

#our-blog .entry-holder .entry-meta li+li {
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    font-size: 15px;
}

#our-blog .entry-holder .entry-meta li {
    color: #1ab9ff;
    display: inline-block;
}

#our-blog .entry-holder .entry-title a {
    font-size: 25px;
    color: #271344;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
}

#our-blog .entry-content {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.67;
    color: #777;
}

#our-blog .entry-readmore .btn-more {
    position: relative;
    display: inline-block;
    color: #ff4880;
    padding-bottom: 2px;
    font-weight: 700;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#our-blog .entry-readmore .btn-more i {
    position: absolute;
    right: 0;
    top: 6px;
    opacity: 0;
    transition-delay: .12s;
}

#our-blog .entry-readmore .btn-more:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff4880;
}

/* Footer */

#main-footer {
    padding: 60px 0px;
    background-repeat: no-repeat;
    background: #03151d;
    position: relative;
}
#main-footer:after{
       content: "";
       position: absolute;
       inset: 0;
       background-size: 480px !important;
       opacity: .1;
       background: url(../images/double-bubble-outline.webp);
       z-index: -29;
}
/* Footer  */

#footer {
    color: #a9a9a9 !important;
    background: rgb(32, 35, 46) none repeat scroll 0% 0% !important;
    padding: 60px 0px 50px;
}

.f-about {
    float: left;
    width: 100%;
}

.f-about img {
    height: 89px;
    margin-bottom: 8px;
    border-radius: 10px;
}

.f-about .f-media {
    padding-left: 0;
}

.f-about .f-media li {
    display: inline-block;
    padding-right: 5px;
}

.f-about .f-media li a {
    color: #fff;
    border: 1px solid #7c7c7c;
    border-top-color: rgb(124, 124, 124);
    border-right-color: rgb(124, 124, 124);
    border-bottom-color: rgb(124, 124, 124);
    border-left-color: rgb(124, 124, 124);
    display: block;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px;
    border-radius: 4px;
    position: relative;
    margin-right: 4px;
    z-index: 1;
    padding: 0;
}



.f-about {
    float: left;
    width: 100%;
}

.f-about .para-about {
    text-align: left;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.67;
    color: #fff;
    font-weight: 800;
}

.f-about .f-media li {
    display: inline-block;
    padding-right: 5px;
}

.f-about .f-media li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    color: #fff;
}

.f-about .f-media li a:nth-child(1){background:#1ab9ff;}
.f-about .f-media li a:nth-child(2){background:red;}
.f-about .f-media li a:nth-child(3){background:#f66;}
.f-about .f-media li a:nth-child(4){background:#abcd52;}
.comman-links {
    color: #fff !important;
    position: relative;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Fredoka One', sans-serif;
    font-weight: 400;
}

.qulik-links {
    float: left;
    width: 100%;
}

.qulik-links .footer-link {
    padding-left: 0;
}

.qulik-links .footer-link li {
    margin-bottom: 0;
    padding: 11px 0px 4px;
}

.qulik-links .footer-link li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

.qulik-links .footer-link li a i {
    margin-right: 13px;
}

.submittt{
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    background: var(--color-theme1);
    padding: 7px 29px !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    border-radius: 3px;
    font-family: var(--heading-font);
    background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
}
.address-widget .add-number li a {
    display: block;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0px 4px 0px;
    text-transform: capitalize;
    color: #fff;
    width: calc(100% - 30px);
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: -5px;
}

.address-widget .add-number li a i {}

.add-number li i {
    width: 30px;
    margin-top: 9px;
    float: left;
    color: #fff;
    font-size: 17px;
}

#and-footer {
    background: linear-gradient(45deg, #0b1f7b, #ad1f1f) !important;
    padding: 20px 0;
}

.authorized-public a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}

.authorized-public span {}

.authorized-public span a {
    font-size: 16px;
    color: #fff;
}

.authorized-public span img {
    height: 25px;
}

#pagetitles{
    background: linear-gradient(rgb(8 10 16 / 57%), rgb(1 1 1 / 64%)), url(../images/bg-page-title-about-1.jpg);
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background-attachment: fixed;
    z-index: 0;
}
.pagetitle-background{
	
position: relative;
}

.page-title-inner{
    z-index: 99999;
    float: left;
    width: 100%;
    text-align: center;
}
.page-title-inner .page-title{
    font-family: 'Fredoka One',sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
    z-index: 4;
}
.pagetitle-breadcrumb{}
.pagetitle-breadcrumb li{
    display: inline-block;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: inherit;
    font-family: 'Schoolbell',cursive;
    color: #ffc000;
    padding-right: 10px;
}
.pagetitle-breadcrumb li a:after {
    content: "\f14a";
    font-family: FontAwesome;
    padding-left: 16px;
    color: #fff;
}
.pagetitle-breadcrumb .breadcrumb-entry{    color: #ffc000;}
.pagetitle-breadcrumb .breadcrumb-entry-main{}

/* contact */

#contact-sec{
	padding:60px 0px;
}
.cms-contact-info5 {
    text-align: center;
}
.border-show{
	position:relative;
}
.cms-contact-info5.border-show:before{
    position: absolute;
    content: "";
    width: 1px;
    background-color: rgba(119,119,119,.2);
    display: block;
    top: 2px;
	left: 0;
    bottom: 5px;
}
.cms-contact-info5.border-show:after{
    position: absolute;
    content: "";
    width: 1px;
    background-color: rgba(119,119,119,.2);
    display: block;
    top: 2px;
	right: 0;
    bottom: 5px;
}
.cms-contact-info5 .item--icon {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    margin-bottom: 25px;
}
.cms-contact-info5 .item--icon img {
    max-height: 45px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    vertical-align: bottom;
}
.cms-contact-info5 .entry-title {
    font-size: 17px;
    margin-bottom: 17px;
    font-family: 'Fredoka One',sans-serif;
    font-weight: 400;
}
.cms-contact-info5 .list-li {
    list-style: none;
    padding-left: 0;
}
.cms-contact-info5 .list-li li {
    font-size: 15px;
    color: #777;
}

#form-maps{
    margin-top: 60px;
}
.left-box-contact, .right-box-contact{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 20px;
}
.left-box-contact h2, .right-box-contact h2{
      font-size: 30px;font-family: 'Fredoka One',sans-serif;
    font-weight: 400;    color: #271344;
}
.form-query{
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 40px 40px;
    background-color: #1ab9ff;
    margin-bottom: 35px;
}
.form-query label{
    color: #222;
}
.form-query input{
    font-size: 13px;
    border-color: #dde0e1;
    padding-left: 22px;
    padding-right: 22px;
    height: 37px;
    border-radius: 0px;
    border: none;
}
.submit-btns{
	background-color: #ff4880 !important;
	font-size: 15px !important;
	padding: 1px 27px !IMPORTANT;
	line-height: 37px !important;
	-webkit-transition: all .3s linear 0ms;
	-khtml-transition: all .3s linear 0ms;
	-moz-transition: all .3s linear 0ms;
	-ms-transition: all .3s linear 0ms;
	-o-transition: all .3s linear 0ms;
	transition: all .3s linear 0ms;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px !important;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-weight: 700 !important;
	border: 1px solid #ff4880 !important;
}
.mpas-viewers{
	
}
/* gallery */

#gallery-sec{
	padding:60px 0px;
}
.grid-item-inner {
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.gallery-item {
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid rgba(119,119,119,.18);
    overflow: hidden;
}
.gallery-item .entry-featured {
    background-color: #fff;
    position: relative;
}
.gallery-item .entry-featured img{
    height:auto;
}
.gallery-item .entry-featured:before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff4880),to(#ad03af));
    background-image: -webkit-linear-gradient(top,#ff4880,#ad03af);
    background-image: -moz-linear-gradient(top,#ff4880,#ad03af);
    background-image: -ms-linear-gradient(top,#ff4880,#ad03af);
    background-image: -o-linear-gradient(top,#ff4880,#ad03af);
    background-image: linear-gradient(top,#ff4880,#ad03af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff4880',endColorStr='#ad03af');
    display: block;
    content: "";
    position: absolute;
    opacity: .5;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}
.gallery-item:hover .entry-featured:before{top:0}
.gallery-item .entry-featured a {
    position: absolute;
    top: 80%;
    left: 50%;
    width: 54px;
    height: 54px;
    font-weight: 500;
    border: 2px solid #fff;
    line-height: 49px;
    text-align: center;
    opacity: 0;
    z-index: 2;
    color: #fff;
    font-size: 50px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gallery-item:hover .entry-featured a{top:50%;opacity:1}
  
  /* about */
  
.cms-banner {
    overflow: hidden;
    margin-bottom: -3px;
}
.cms-banner.layout2 .inner-layout {
    position: relative;
    padding-left: 30px;
}
.cms-banner.layout2 .inner-layout .img-bg {
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: #ebebeb;
    padding: 7px;
    position: relative;
}
.cms-banner.layout2 .inner-layout .img-bg img {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -moz-transform: scale(1.1);
    border-width: 2px;
    border-style: solid;
    border-color: #ebebeb;
    padding: 7px;
    position: relative;
}
.cms-banner.layout2 .inner-layout:hover .img-bg img {
}
 .inner-layout .item--holder {
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 34px;
    left: 0;
    width: 155px;
    height: 155px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff4880;
}
.cms-banner.layout2 .inner-layout .item--holder::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    right: 11px;
    bottom: 11px;
    border-radius: 50%;
    border: 2px dashed #fff;
}
.item--title {
    color: #fff;
    margin-top: 6px;
    font-family: "Schoolbell",Sans-serif;
}
.item-nummber{
	font-family: "Fredoka One",Sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}
  /* wel */
#wel-sec{
	padding:60px 0px;
}
.section-wel-left .title{
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #ff4880;
    margin-bottom: 12px;
    font-weight: 600;
}
.section-wel-left .sub-title{
    font-family: 'Fredoka One',sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #351c5a;
}
.wel-para p{
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 20px;
    margin-top: 10px;
}
.section-wel-left ul{
    padding-left: 0;
}
.section-wel-left ul li{
    float: left;
    padding: 5px 0px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #777;
    width: 50%;
}
.section-wel-left ul li:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #ff4880;
}

  /* activities */
  #facilities-section{
	  padding:60px 60px;
  }
.cms-fancy-boxsss {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}
.cms-fancy-boxsss .inner-content {
    text-align: center;
}
.cms-fancy-boxsss .item--icon {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 168px;
    height: 168px;
    line-height: 120px;
}
.cms-fancy-boxsss .item--icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    background-clip: content-box;
    border: 2px dashed #ff4880;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cms-fancy-boxsss .item--icon .inner-icon {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    top: 12px;
    left: 12px;
    width: 145px;
    height: 145px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: #f6e0e0;
}
.cms-fancy-boxsss:hover .inner-icon {
    transform: rotateY(180deg);
}
.cms-fancy-boxsss .item--icon .inner-icon img{
	width: auto;
	height: 68px;
}
.cms-fancy-boxsss .item--title {
    font-size: 24px;
    margin-bottom: 23px;font-family: 'Fredoka One',sans-serif;
    font-weight: 400;color: #271344;
    line-height: 1.2;
    margin: 0 0 15px;
}
.facilities-section{
	padding:60px 0px;
}
#our-teacher .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translate(-50%);
}
.whatsapp_integration {
   position: fixed;
   bottom: 14px;
   margin-right: 10px;
   right: 14px;
   background-color: #4dc247;
   color: #000 !important;
   text-align: center;
   padding: 12px;
   line-height: 1;
   border-radius: 50%;
   width: 50px;
   z-index: 9999;
   height: 50px;
   display: flex !important;
   align-items: center;
   justify-content: center;
}
.whatsapp_integration i {
   font-size: 34px;
   color: #fff;
}
.whatsapp_integration {
   position: fixed;
   bottom: 90px;
   right: 32px;
   background-color: #ffb607;
   color: #000 !important;
   text-align: center;
   padding: 4px;
   line-height: 1;
   border-radius: 50%;
   width: 43px;
   z-index: 9999;
   height: 43px;
   display: flex !important;
   align-items: center;
   justify-content: center;
}
.whatsapp_integration i {
   font-size: 19px;
   color: #fff;
}
.number-call_integration {
   position: fixed;
   bottom: 20px;
   margin-right: 10px;
   right: 30px;
   background-color: #4dc247;
   color: #000 !important;
   text-align: center;
   padding: 12px;
   line-height: 1;
   border-radius: 50%;
   width: 43px;
   z-index: 9999;
   height: 43px;
   display: flex !important;
   align-items: center;
   justify-content: center;
}
.number-call_integration i {
   font-size: 34px;
   color: #fff;
}
   
    
.maps-icons {
    position: fixed;
    bottom: 150px;
    right: 41px;
    z-index: 10;
}
.maps-icons img{
    width: 38px;
    z-index: 9999;
    height: 47px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-area {
   text-align: center;
   background-color: #f2f3f2;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
   border: 1px solid #ecedf2;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
   margin-bottom: 20px;
   padding: 0px;
   height: 390px;
}
.outerbox {
   -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
   /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important; */
   padding: 15px;
   height: 408px;
}
.event-faq-area .event-area .sec-title {
   position: relative;
   background: #424761;
   margin-bottom: 17px;
}

.event-faq-area .event-area .sec-title h4 {
   color: #fff;
   text-align: center;
   font-size: 19px;
   padding: 12px 0;
   margin-bottom: auto;
   font-family: 'Fredoka One', sans-serif;
}
.event-faq-area .event-area .event-box ul {
   padding-left: 0;
   margin-top: 0px;
   margin-bottom: 0;
}
.event-faq-area .event-area .event-box ul li {
   list-style: none;
   position: relative;
   /*! overflow: hidden; */
}
.event-faq-area .event-area .event-box ul li a {
   text-decoration: none;
   font-size: 15px;
   font-weight: 800;
   padding: 0px;
   text-align: left;
   /* box-shadow: 0 0.2rem 9rem rgb(0 0 0 / 15%) !important; */
   margin: 8px 0px;
   /* border-bottom: 1px solid #d5d5d5 !important; */
   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
   -webkit-line-clamp: 1;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.event-faq-area .event-area .event-box ul li a span {
   position: relative;
   -webkit-line-clamp: 1;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.event-faq-area .event-area .event-box ul li a i{
 display:
 none;
 /* font-size: 19px; */
 /* left: -28px; */
 /* transition: 0.5s all cubic-bezier(0.25, 0.1, 0, 1.7); */
 /* position: absolute; */
 /* top: 13px; */
}

.event-faq-area .event-area .event-box ul li a:before {
   display: none;
   content: "";background-color: rgba(0,0,0,0.1);height: 100%;position: absolute;left: 0px;top: 0;width: 0px;transition: 0.5s all cubic-bezier(0.25, 0.1, 0, 1.7);}

.event-faq-area .event-area .event-box ul li a:hover:before{
   display: none;
background: #424761;
width:100%;
transition: 0.5s all cubic-bezier(0.25, 0.1, 0, 1.7);

}
.event-faq-area .event-area .event-box ul li a:after{
   display: none;
   content: "";background: #e09c19;top: 0;bottom: 0;left: -30px;width: 29px;height: 100%;position: absolute;z-index: 0;border-radius: 0px 123% 26% 0;}

.sections-slider .carousel-control-next,
.carousel-control-prev {
   top: 50%;
   width: auto;
   bottom: auto;
}
.sections-slider .carousel-control-prev {
   left: -2%;
   opacity: 1;
   font-size: 16px;
   border-radius: 10px;
   transition: all 300ms ease;
   background-color: #424761;
   height: 30px;
   width: 30px;
   line-height: 30px;
}
.sections-slider .carousel-control-next {
   right: -2%;
   opacity: 1;
}
.sections-slider .carousel-control-prev span {
   height: 30px;
   width: 30px;
   line-height: 30px;
   font-size: 16px;
   border-radius: 10px;
   transition: all 300ms ease;
   background-color: #424761;
   color: #fff;
}
.sections-slider .carousel-control-next span {
   font-size: 16px;
   border-radius: 10px;
   transition: all 300ms ease;
   background-color: #424761;
   height: 30px;
   width: 30px;
   line-height: 30px;
}
.scrollbar {
   margin-bottom: 3px;
   max-height: 307px;
   overflow-y: scroll;
   overflow-x: hidden;
}
#style-9::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #f5f5f5;
}
#style-9::-webkit-scrollbar {
   width: 7px;
}
#style-9::-webkit-scrollbar-thumb {
   background: #ffb607;
   background-image: -webkit-linear-gradient(
       90deg,
       rgba(255, 255, 255, 0.2) 25%,
       transparent 25%,
       transparent 50%,
       rgba(255, 255, 255, 0.2) 50%,
       rgba(255, 255, 255, 0.2) 75%,
       transparent 75%,
       transparent
   );
}
.sections-slider {
   text-align: center;
}
.sections-slider img {
   min-height: 175px;
   margin: auto;
   width: 200px;
   text-align: center;
   justify-content: center;
   padding: 13px;
   border: 1px solid #eaeaea;
   background: #fff;
   border-radius: 5px;
   box-shadow: 0 0 9px 0 rgb(0 0 0 / 15%);
   margin-top: 40px;
}
.sections-slider p {
   font-size: 16px;
   margin: 3px 0;
   font-weight: 600;
}
.notice-video::after {
  background: rgba(44, 43, 94, 0.90);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.notice-area.two .notice-left {
    padding: 33px 58px 31px;
    max-height: 380px;
    overflow-y: auto;
}
.notice-left{
    /* height: 378px; */
}
.notice-left, .notice-right {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    position: relative;
    padding: 15px 15px;
}
.single-notice-left{
	box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 13%);
	padding: 4px 15px;
	border-left: 3px solid #004861;
	margin-bottom: 15px;
	background: #ebfbfd;
}
.single-notice-left h4 {
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background: #00669f;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
margin: 0;}
.single-notice-left p, .single-notice-right p {
    font-size: 14px;
    color: #303030;
    
    margin: 0;
line-height: 22px;}

#pagetitles{
    background: linear-gradient(rgb(7 135 25 / 75%), rgb(32 107 13 / 73%)), url(../images/silder-1.png);
    background-position: 39% -78%;
    padding-top: 38px;
    padding-bottom: 36px;
    text-align: center;
    background-attachment: fixed;
    z-index: 0;
}
.pagetitle-background{
	
position: relative;
}

.page-title-inner{
    z-index: 99999;
    float: left;
    width: 100%;
    text-align: center;
}
.page-title-inner .page-title{
    font-family: 'Fredoka One',sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 35px;
    line-height: 1.1;
    z-index: 4;
}
.pagetitle-breadcrumb{}
.pagetitle-breadcrumb li{
    display: inline-block;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: inherit;
    font-family: 'Schoolbell',cursive;
    color: #ffc000;
    padding-right: 10px;
}
.pagetitle-breadcrumb li a:after {
    content: "\f14a";
    font-family: FontAwesome;
    padding-left: 16px;
    color: #fff;
}
.pagetitle-breadcrumb .breadcrumb-entry{    color: #ffc000;}
.pagetitle-breadcrumb .breadcrumb-entry-main{}
.director-img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #834a4a;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 4px -7px rgb(0 0 0 / 19%);
}
.director-img img{}
 /* Gallery */
 #gallery-menu{
	 padding:70px 0px;
 }
 .m-b{
	 padding-bottom:20px;}
 .gallery-box-boxs{
	 position: relative;
	 border: none;
	 float: left;
	 width: 100%;
	 box-shadow: 0px 1px 5px #999;
	 }
 .gallery-box-boxs a{}
 .gallery-box-boxs figure{
	 overflow: hidden;
	 position: relative;
	 z-index: 9;
	 margin-bottom:0px;
	 border: 12px solid rgba(255, 255, 255, 0.45);
	 }
 .gallery-box-boxs figure img{
	 overflow: hidden;
	 position: relative;
	 z-index: 9;
	 height: 250px;
	 width: 100%;
	 object-fit: cover;
	 }
 .gallery-box-boxs .zoom-gallery-hover{
	 float: left;
	 width: 100%;}
 .gallery-box-boxs .zoom-gallery-hover span{
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 display: block;
	 cursor: pointer;
	 overflow: hidden;
	 -webkit-transition: .55s;
	 transition: .55s;
	 z-index: 10;}
  .gallery-box-boxs .zoom-gallery-hover span:before{
	  content: "";
	position: absolute;
	left: -50%;
	top: 48%;
	display: block;
	height: 0;
	width: 200%;
	background: rgba(60, 85, 192, 0.54);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .65s;
	transition: .65s;
  }
 .gallery-box-boxs .zoom-gallery-hover span i{
	position: absolute;
    top: 50%;
    left: 50%;
    line-height: 47px;
    margin-top: -18px;
    margin-left: -29px;
    font-size: 60px;
    color: #ececec;
    text-align: center;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity:0;
    -webkit-transition: .45s;
    transition: .45s;
 }
.zoom-gallery-hover:hover span:before {
    visibility: visible;
}
.zoom-gallery-hover:hover span:before {
     left: -60%;
     top: -100%;
     height: 400%;
	 -webkit-transition: .45s;
}
.zoom-gallery-hover:hover span i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* contact */
#contact-sec-inner{
	padding: 50px 0px 21px;
	}

.form-box{
	margin-bottom:0px;
	}
.form-f-text{
	font-size: 15px;
	padding: 0px 0px 0px 4px;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 15px;
	}
.text-boxs{
	font-size:13px;
	height: 39px;
	background: #fcfcfc;
	border-radius: 20px;
	margin-bottom: 20px;
	}
.com-box-text{
	font-size:13px;
	background: #fcfcfc;
	border-radius: 20px;
	}
.actions-btn-defult{
	float: left;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	}
.actions-btn-defult .input-submit{
	border: none;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
	padding: 8px 39px;
	border-radius: 39px;
	color: #fff;
	background: var(--color-theme1);
	overflow: hidden;
	position: relative;
	}
.contact_widget_area{
	padding: 7px 30px;
	float: left;
	width: 100%;
	background: #fafafa;
	}
.contact_info{
	padding: 14px 21px;
	width: 100%;
	background: #110a0c;
	margin-bottom: 9px;
	height: 89px;
	position: relative;
	align-items: center;
	}
.contact_info i{
	font-size: 30px;
	color: #d2a50b;
	float: left;
	padding-right: 25px;
	margin-top: 6px;
	}
.contact_info .contact_info_text h5{
	color: #fff;
	font-size: 15px;
	margin: 5px 2px 3px;
	}
.contact_info .contact_info_text p{
	padding-left: 53px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #fff;
	}
#maps-location{
	padding: 30px 0px 23px;
	background-color: #0b90d2;
	}
#maps-location {
    padding: 30px 0px 23px;
    background-color: #0b90d2;
}

.sec2{
	background: url(../images/icon-box-bg.png);
	background-size: contain;
    background-position: 100% 50%;
    padding-bottom: 60px;
    text-align: center;
}
.sec2 .box1{
	height: 570px!important;
	text-align: center;
	padding: 55px 30px 55px 30px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #def5ff 0%, rgba(255,255,255,0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
}

.sec2 svg{
	width: 17em;
    height: 10em;
    position: relative;
    display: block;
}
.sec2 .box1 h3{
	font-size: 23px;
	color: #000;
	font-weight: bold;
	padding: 18px 0 11px;
	font-family: 'Fredoka One', sans-serif;
	font-weight: 400;
	color: var(--color-theme2);
}
.sec2 .box1 p{
	font-size: 16px;
    font-weight: 500;
    color: #565555;
    padding-bottom: 19px;
}
.sec2 .bx2{
	background-image: linear-gradient(180deg, #fff4dc 0%, rgba(255,255,255,0) 40%);
    border-color: #fff4dc;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
}
.sec2 .bx3{
	background-image: linear-gradient(180deg, #eee1ff 0%, rgba(255,255,255,0) 40%);
    border-color: #f2e8ff;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
}
.sec2 .box1 a{
	font-weight: 600;
}
.title{
	margin-bottom: 50px;
}
.sec2 button.slick-next, button.slick-next:hover {
top: 106% !important;
    left: 51% !important;
 }
 button.slick-prev, button.slick-prev:hover {
 	top: 106% !important;
    left: 47% !important;
 }
/* contact */
@media only screen and (min-width: 319px) and (max-width: 767px) {
    .hightligh .boxsbox {
        /* background: #fff; */
        box-shadow: 0 0 3px #000;
        border-radius: 8px;
        padding: 13px;
        /* background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%); */
        margin: 15px 0 30px 0;
    }
    .awardsss{
       display:none;
    }
    .add-comann {
        border: 1px solid #f3f3f3;
        padding: 30px
    }
    .sec2 .box1 {
        height: auto !important;
        text-align: center;
        padding: 55px 30px 55px 30px;
        background-color: #fff;
        background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #def5ff;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
        margin-bottom: 40px;
    }
    .navbar h2 {
        padding-left: 59px;
        font-weight: 800;
        color: #438816 !important;
        font-size: 19px;
    }
    #slider-section .carousel-item img {
        height: 170px;
        background-size: cover !important;
        background-position: center center;
    }
.navbar-links li a {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin: 1px 0px;
    text-align: center;
    background: #438816;
 }
	.navbar-links li .inner-menus {
		display: table-column !important
	}
	.menusbars {
		top: 20px;
		position: relative;
		padding-bottom: 15px;
	}
	.news-box h5::after{
		display:none;
	}
	.button-custom{
	    position: absolute;
	    right: 65px;
	    top: 21px;
	}
	#about-sec {
    padding: 20px 15px;
}
    .header-nav {
        display: none;
    }
    .navbars-menus {
        display: none
    }
    .get-btn {
        display: none
    }
    .logo-m {
        width: auto;
    }
 
    .navbar-toggler {
        font-size: 26px
    }
    .choice-section:before {
        display: none
    }
    .choice-section .content-column .inner-column {
        padding-left: 0px
    }
    .contact-us-main-box {
        padding-left: 15px;
        padding-right: 15px;
        border: 2px solid #80008012;
        margin-top: -7px;
        -webkit-box-shadow: 5px 5px 5px 5px #80808040;
        box-shadow: 5px 5px 5px 5px #80808040;
        padding-bottom: 41px;
        background-color: #80008017
    }
    .contact-us-box h1 {
        font-weight: 800;
        font-size: 21px;
        background-color: purple;
        color: white;
        text-align: center;
        padding: 13px
    }
    .blog-section {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .title-header .title {
        font-size: 20px
    }
    .list-style-two {
        position: relative;
        padding-left: 0
    }
    .choice-section:after {
        display: none
    }
    .top-bnr .banner-title {
        margin: 28px 0
    }
    .br-lr {
        padding: 21px 0px 0px;
        border: none
    }
    .links-widght {
        padding-left: 0
    }
    .address-footer {
        padding-left: 0
    }
    .footer-logo a img {
        height: 38px;
        margin-bottom: 10px
    }
    .add-comann {
        margin-bottom: 20px;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
    .navbar-links li .inner-menus {
        width: 100%
    }
    .btn-Download {
        border: 1px solid;
        color: #fff !important;
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        padding: 8px 8px;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-color: unset;
        background: #92278f;
        border: none
    }
	.slider-main .carousel-control-prev, .slider-main .carousel-control-next {
	    bottom: 16px;
	}
	.slider-main .carousel-control-prev span {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 20px;
	}
	.slider-main .carousel-control-next span {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 20px;
	}
	.news-box h5 {
		font-size: 17px;
		text-align: center;
	}
	.section-heading h3 {
		font-size: 25px;
	}
	.fixedheader.fixed {
		background: url(../images/section-bg.jpg) !important;
		color: #222 !important;
	}
	.fixedheader.fixed .navbar-links li a {
		color: #222;
	}
		#abouts-us {
		background-color: #e2ecf5;
		padding: 40px 0 0;
	}
	.activities-fancy-boxsss.layout3 .item--title {
		font-size: 22px;
}
.activities-center img {
    height: auto;
    width: auto;
    margin-bottom: 20px;
}
.cms-counter-layout2 {
    margin-bottom: 40px;
}
#counter-area {
    padding: 48px 0 0;
}
.entrollment-sec2 {
    background-color: #abcd52;
    padding: 35px 0;
    text-align: center;
}
.address-widget .add-number {
    padding-left: 0;
}
#and-footer {
    text-align: center;
}
.comman-links {
    margin-top: 11px;
    margin-bottom: 3px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #slider-section .carousel-item img {
        height: 170px;
        background-size: cover !important;
        background-position: center center;
    }
    .contai ul {
        padding-left: 0
    }
    .contai ul li {
        display: inline-block;
        list-style: none;
        padding-left: 7px
    }
    .navbars-menus a img {
        z-index: 1;
        height: auto;
        padding: 0px 0
    }
    .navbar-links li {
        padding: 0px 0px
    }
    .navbar-links li a {
        padding: 8px 0px;
        font-size: 9px
    }
    .get-btn .comman-btn {
        font-size: 12px;
        font-weight: 600;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 1;
        padding: 8px 9px;
        border-radius: 5px;
        color: #fff;
        background: #ee2025;
        overflow: hidden;
        position: relative
    }
    .choice-section .content-column .inner-column {
        position: relative;
        padding-left: 0
    }
    .choice-section:before {
        display: none
    }
    .add-comann {
        border: 1px solid #f3f3f3;
        padding: 30px
    }
    .sec2 .box1 {
        height: auto;
        text-align: center;
        padding: 55px 30px 55px 30px;
        background-color: #fff;
        background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #def5ff;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
        margin-bottom: 40px;
    }
}


@media (min-width: 992.98px){
    .container {
        max-width: 1218px;
      }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1218px;
    }
	.navbar-links li a {
		padding: 10px 3px !important;
		font-size: 12px;
	}
}
@media (min-width: 1400px) {
    .container {
        max-width: 1424px;
    }
	.navbar-links li a {
		padding: 10px 5px !important;
		font-size: 16px;
	}
}