
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: 'futura-bold';
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {font-family: arabtype_0;src: url(../fonts/arabtype_0.ttf);}

@font-face {font-family: Rancho-Regular;src: url(../fonts/Rancho-Regular.ttf);}



.service-rad{border-radius: 50%;
    height: 180px;margin: 10px 28px;}

.col-sm-2.highlight.service-rad h2 {
    font-size: 22px;
    text-align: center;
    padding-top: 11px;
}
.col-sm-2.highlight.service-rad img {
    float: inherit !important;
    width: 135px !important;
}

.highlight {
    background: #8a6f5a;
    transition: all .5s
}

.highlight h2 {
    color: #FFFFFF;
    font-size: 20pt;
}

.highlight p {
    font-size: 10pt;
    color: #FFFFFF
}

.highlight img {
    width: 85px;
    float: left;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 20px
}

.highlight:nth-child(even) {
    background: #c6bea4
}

.highlight:hover {
    transform: scale(1.1,1.1)
}


.logo-title{
font-size: 34px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    color: #8a6f5a;}

.logo-sub {
    margin-top: -6px;
        color: #292929;
}


.link-top a {
 font-size: 11pt;
    display: inline-block;
    background: #8a6f5a;
    padding: 5px;
    padding-right: 15px;
    border-radius: 5px;
    white-space: nowrap;    margin-right: 9px;
    color: #FFFFFF;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}


.link-top a:hover {    background: #d83e0d;
    transform: rotate(-5deg);}
.ms-auto {
    margin-left: auto!important;
}


body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77;
}

p, .paragraph {
  font-weight: 400;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

h1, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "futura-bold";
/*   font-weight: 700; */
  line-height: 1.9;
  padding-top: 20px;
}

.text-font{font-family:Rancho-Regular !important;color: #fff000;font-size: 38px}
.text-details{font-family:  'Open Sans', sans-serif;}
.new-text{font-family:Rancho-Regular !important;    font-size: 42pt;}
.new-font{font-family:Rancho-Regular !important;}

 h2,  {
  color: #545d66;

/*   font-weight: 700; */
  line-height: 1.5;
}


h6 {
  color: #1e1e4b;
   font-family: "Poppins", sans-serif;

  line-height: 1.6;
}

h7 {
  color: #1e1e4b;
   font-family: "Poppins", sans-serif;

  line-height: 1.6;
}




h1, .h1 {
  font-size: 60px;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 18ptpx;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  h4, .h4 {
    font-size: 15px;
  }
}

h5, .h5 {
  font-size: 15px;
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 15px;
  }
}

h6, .h6 {
  font-size: 16px;
}

@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}


h7, .h7 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h7, .h7 {
    font-size: 16px;
  }
}
.font-1{font-size: 22pt;}


/* Button style */
.btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 10px 11px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
}

.blink{    animation:blinkingText 0.8s infinite;}
@keyframes blinkingText{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


.body-mar{margin-top: 200px}



/*---------------------------------------------------table----------------------------*/
.tab
{
	border: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.tab tr
{
	border: 1px solid #ddd;
	padding: 5px;
}
.tab th, .tab td
{
	padding: 10px;
	text-align: left;
}
.tab th
{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
@media screen and (max-width: 600px)
{
	.tab
	{
		border: 0;
	}
	.tab thead
	{
		display: none;
	}
	.tab tr
	{
		margin-bottom: 10px;
		display: block;
                padding: 0px;
		border-bottom: 2px solid #ddd;
	}
	.tab td
	{
		display: block;
		text-align: left;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}
	.tab td:last-child
	{
		border-bottom: 0;
	}
	.tab td:before
	{
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}

/*---------------------------------------------------table----------------------------*/










.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #ffbc3b;
  color: #fff;
}

.btn-primary::before {
  background: #fff;
}

.bg-yellow{background-color: #ffd504}

.bg-green{background-color: #c9da2a}

.bg-green-two{background-color: #917b69;
opacity: 0.8;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #917b69 10px ), repeating-linear-gradient( #8a6f5a55, #8a6f5a );}

.bg-blue{background-color: #c6bea4;
opacity: 1;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #c6bea4 10px ), repeating-linear-gradient( #e8e1ca55, #e8e1ca );}


.btn-primary:active {
  background: #ffbc3b !important;
  color: #ffbc3b;
}

.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #ffab08;
  color: #ffbc3b;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffab08;
  border-color: #ffab08;
}

.btn-secondary {
  background: #fff;
  color: #ffbc3b;
  border: 1px solid #fff;
}

.btn-secondary::before {
  background: #ffbc3b;
}

.btn-secondary:active {
  background: #ffbc3b;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #ffbc3b;
  color: #ffbc3b;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #67519c;
  color: #ffbc3b;
}

.btn-primary-outline:active {
  background: #ffbc3b;
  color: #fff;
}

body {
  background-color: #ffffff;
opacity: 1;
background-size: 7px 7px;
background-image: repeating-linear-gradient(45deg, #f9f9f9 0, #f9f9f9 0.7000000000000001px, #ffffff 0, #ffffff 50%);
  overflow-x: hidden;
}

::-moz-selection {
  background: #67519c;
  color: #fff;
}

::selection {
  background: #434343;
  color: #fff;
}


::-webkit-scrollbar {
width:7px;background-color: #f8f8f8;
    
}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(255,255,255,.3);
-moz-box-shadow:inset 0 0 6px rgba(255,255,255,.3);
box-shadow:inset 0 0 2px rgba(255,255,255,.3);
}
::-webkit-scrollbar-thumb {
background:rgba(103,81,56,.9);

/*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);*/
/*-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.5);*/
/*box-shadow:inset 0 0 6px rgba(0,0,0,.5);*/
}
::-webkit-scrollbar-thumb:window-inactive {
/*background:rgba(210,210,
210,.9)*/
}

.text-b1{color: #3F51B5 !important;font-size: 28pt;font-family: "arabtype_0;"; text-transform: uppercase}


.nav-link.active{border-radius: 0px;
    padding: 17px 32px;
    background-color: #67519c !important;margin-left: 0px !important}

.nav-item .nav-link {
    text-transform: capitalize;
    /* font-weight: 600; */
    padding: 17px 32px;
    font-size: 16px;
    color: #000}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  margin: 0px;
    line-height: 28px;
    color: #000;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #3F51B5;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(92 162 211 / 5%);
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

/* a:hover {
  color: #ffbc3b;
} */

a.text-primary:hover {
  color: #ffbc3b !important;
}

a.text-light:hover {
  color: #ffbc3b !important;
}
.h4{font-weight: 0px !important;}

h4 {
  transition: .2s ease;
}

a h4:hover {
  color: #ffbc3b;
}

a h6:hover {
  color: #ffbc3b;
}

.slick-slide {
  outline: 0;
}

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

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
 background-color: #67519c
}

.border-primary {
  border-color: #dfdfdf !important;
}


/* boxslider */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:0px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:rgba(255, 255, 255, 0.2);;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:25px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-prev {position:absolute;bottom:40%;left:10px;}
.owl-next {position:absolute;bottom:40%;right:10px;}

#team { background-image: url(../images/Team.jpg); background-repeat: no-repeat; background-position: right bottom; background-attachment: fixed; padding: 25px 0 0 0; background-color: #f0f0f0; }

.border-bottom {
    border-bottom: 1px solid #e3dfbc!important;
}

.bg-yellow-box{
    background: #f4f0e3 !important;
}

header{
    background: #f4f0e3;}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #818b95;
  opacity: .8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #ffbc3b !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #f1f3f5;
}

.bg-Purple {
  background: #67519c !important;
}

.text-primary {
  color: #fff071 !important;
}

.text-color {
  color: #fff;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #fff !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "futura-bold";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

/* page title */
.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}

.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* /page title */
.list-styled {
  padding-left: 25px;
}

.list-styled li {
  position: relative;
  margin-bottom: 15px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffbc3b;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 14px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  font-weight: 600;
 /*  border-bottom: 1px dashed #e4e4e4; */


}

.top-header.hide {

  -webkit-transform: translate(0em);
          transform: translate(0em);
  -webkit-transform-origin: top;
          transform-origin: top;
}


.up-widht{width: 368px;}
.card-body{min-height: 153px}
.card{border-radius: 1.25rem !important;}
/* ----------------------------------------new-css-start------------------------------------------- */

.banner-btn { display: inline-block; font-size: 16px; font-weight: 600; text-transform: uppercase; padding: 8px 18px 8px 65px; position: relative; color: #172116; text-decoration: none; background-color: #fff; border-radius: 50px }
.banner-btn:focus { outline: 0 }
.edit-icon { background: url(../images/edit-icon.png) no-repeat center #fff000; width: 52px; height: 100%; position: absolute; left: 0; top: 0; border-radius: 50px 0 0 50px }





.program-box { background-color: #fff; border-radius: 5px; box-shadow: 4px 8px 10px rgba(85, 93, 8, .1); margin-bottom: 30px }
.program-image { height: 175px; background-position: center; background-size: cover; border-radius: 5px 5px 0 0; margin: 0 }
.program-box-text { padding:  25px 25px }
.program-box h3 { font-size: 32px; margin: 0 0 2px;font-family:Rancho-Regular  }
.program-box P { min-height: 40px; margin-bottom: 5px;font-family:"Poppins", sans-serif;text-align: center;font-size: 18px }
.btn-info { font-size: 14px; text-transform: uppercase; background-color: #0096be }
.add-text{font-size: 26pt;}




.learn-left-box { display: flex; margin: 0 0 26px; align-items: center }
.learn-left-bullet { width: 64px; min-width: 64px; height: 64px; background-color: #3f51b5; border-radius: 50%; margin-right: 20px; display: flex; align-items: center; justify-content: center; position: relative }
.learn-left-bullet img { max-width: none; position: absolute; top: 15px }
.learn-left-box:nth-child(2) .learn-left-bullet img { top: 4px }
.learn-left-wrapper h3 { font-family: 'Open Sans', sans-serif; font-weight: 700; color: #142945; font-size: 16px; margin: 0 0 8px }





.parents-video-wrapper { position: relative; margin: 36px 26px 45px }
.parents-video-wrapper:after { content: ""; border: 3px dashed #102a51; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform: rotate(5deg); border-radius: 25px }
.parents-video-comntainer { background-color: #fff; border-radius: 25px; padding: 25px; position: relative; z-index: 500; }
.parents-video-inner { position: relative; height: 275px }
.parents-video-inner iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100% }



/* ----------------------------------------new-css-end------------------------------------------- */






















@media (max-width: 991px) {

.nav-item .nav-link {
padding: 17px 12px;
}
.text-font{font-size: 40px}


}

.navigation {
  /* background-image: linear-gradient(to right, transparent 50%, #67519c 50%); */
 background-color: #ffffff;
opacity: 1;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #f1f1f1 0, #f1f1f1 1px, #ffffff 0, #ffffff 50%);
  transition: .2s ease;
}

@media (max-width: 575px) {
  .navigation {
    background-image: linear-gradient(to right, transparent 70%, #fff  30%);
  }
}

.navbar-nav {


}

@media (max-width: 991px) {

    .overlay::before {
  position: absolute;
  content: '';
  height: 200px;
  width: 100%;
  top: 0;
  left: 0;
  background: #0c0c80;
  opacity: .8;
}
  .up-widht{width: 100%}
  .navbar-nav {
    padding-left: 0;
	  margin-left: 0px !important;
  }
}

.nav-bg {
  background-color: #fff;
  margin-top: -98px;
  padding: 10px;
transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}

.nav-item {
  margin: 0 4px;
  position: relative;
}

.nav-item .nav-link {
  text-transform: capitalize;
  /* font-weight: 600; */
}


.nav-item:hover::before, .nav-item.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 3px;

}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px;
    border-bottom: 1px solid #ccc;
  }

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar-dark .navbar-nav .nav-link{color: #000 ! important}
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);

  padding: 15px;
  top: 46px;
  max-height: 380px;
  overflow: auto;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #f4f0e3;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.view {
    display: block;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;

  transition: .2s ease;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 6px;
}

.navbar .dropdown-item:hover {
  color: #3d3d99;
  background: transparent;
}

.hero-section {
  padding: 181px 0 0px;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
    position: absolute;
    bottom: 45px;
    z-index: 9;
    padding: 8px;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ad9e9e;
    font-size: 19px;
    transition: all linear .2s;
    background: transparent;
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #fff000;
}

.hero-slider .prevArrow {
  left: 50px;
}

.hero-slider .nextArrow {
 left: 86px;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding-left: 0;
}

.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  display: none;
}

.hero-slider .slick-dots li.slick-active button {
  background: #ffbc3b;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}

.hero-img{background-image: url(../images/banner/slider_1.jpg);background-size: cover;min-height: 450px}
.hero-imgtwo{background-image: url(../images/banner/slider_2.jpg);background-size: cover;min-height: 500px}
.hero-text{bottom: 15px;padding: 340px 0 86px 50px}

.hero-back2{height: 500px}
.bg-infotwo{background-color:#67519c !important}
.bg-top{background-color: #5263c6 !important;
    padding: 5px;}

/* about-us */
.V-one ul {margin-left: 55px;}
.V-one ul li { position: relative; padding: 0 0 7px 0; margin: 0 0 5px 0; font-weight: 300; color: #5c5c77; text-align: justify; font-size: 16px; line-height: 1.7; }
.V-one ul li span {border-left: 1px solid  #3f51b5; position: absolute; display: block; left: -30px; height: 100%; top: 15px;}
.V-one ul li i {display: block; text-align: center; line-height: 20px; color: #3f51b5; position: absolute; margin-left: -36px; margin-top: 5px;}
.V-one ul li ul { float: left; margin-left: 10px; margin-top: 11px;}
.V-one ul li ul li {padding: 2px 0!important; margin: 2px 0!important; font-size: 13px;}

.back-to-top { position: fixed; bottom: 25px; right: 25px; display: none;font-size: 26pt; }
.cbse{font-size: 12pt;margin-top: -15px;margin-bottom: 15px}
.news-all{Background-color: #fff;padding: 20px;margin-left: -80px;position: relative;transition:all 0.5s;}
.news-all:hover{Background-color: #81ca00 ;transition:all 0.5s;}
.news-img{min-height: 293px !important;background-image: url(../uploads/news-back.jpg);height: 293px;background-repeat: no-repeat;max-width: 340px !important}
.header-back{background-image: url(../images/info-header.jpg);background-repeat: no-repeat}
.story-ba{background-image: url(../images/success-story.jpg);background-size: cover;background-repeat: no-repeat;height: 600px}
/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #ffbc3b;
  display: inline-block;
}

.feature-blocks {

  padding-left: 70px;
  padding-top: 40px;
  padding-right: 30%;
}








/* -------------------------contact----------------------------------------- */


.contact_info {
    position: relative;
    margin-bottom: 30px;
    color: #333;
    background: #fff;
    border-radius: 4px;
    box-shadow: 4px 2px 5px #eeeeee;
    float: left;
    width: 100%;
}
.contact-icon {
  width: 50px;
        position: relative;
    padding: 10px 10px;
    transition: 0.2s all;
    float: left;
    background: #eee;
}
.contact_text {
    position: relative;
    padding-left: 70px;
}
.contact-icon i {
  position: relative;
    font-size: 1.5em !important;
    background: #fff;
    padding: 4px 5px;
    color: #1f1b16;
    border-radius: 6px;
}

.contact_info:hover .contact-icon {
    transform: translateX(10px);
}
.contact_info p {
    margin: 0;
    padding: 3px 8px;
}

.icofont {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inner_base {
    margin: 0;
    padding: 30px 15px;
    background: #f9f9f9;}


.btn-primary {background-color: #FFC107 !important;border:0px!important ;}

    .direction {
    background: #ffc107;
    padding: 20px 0px;
    text-align: center;}


    .btn-style-two {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 32px;
    font-size: 16px;
    text-transform: uppercase;
    background: none;
    border: 2px solid #e5e3e3;
    color: #ffffff;
    border-radius: 3px;}

    .btn-style-two:hover {
    background: #1c2550;
    color: #ffffff;
    border: 2px solid #1c2550;}


/* -------------------------contact----------------------------------------- */

























@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}


.show-desk{display: block}
.hide-desk{display: none}


@media (max-width: 991px) {

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  display: none !Important;
      position: absolute;
    bottom: 45px;
    z-index: 9;
    padding: 8px;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ad9e9e;
    font-size: 19px;
    transition: all linear .2s;
    background: transparent;
}

 .hide-desk{display: block}
  .show-desk{display: none}
	p, .paragraph {
  font-weight: 200;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
  .cbse{font-size: 12pt;margin-top: 5px;margin-bottom: 5px}
  .news-img{background-image: url(../uploads/news-back.jpg);height: auto;background-repeat: no-repeat;}
  .news-all{Background-color: #fff;padding: 20px;margin-left: 0px;position: relative;}
   .hero-back2{background-color: rgba(0, 0, 0, .4);height: 100%;padding-top: 10px}
  .body-mar{margin-top: 0px}
  .feature-blocks {
    margin-top: 0;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
  .hero-section {
  padding: 209px 0 0px;
}
.hero-img{background-size: cover;min-height: 200px;background-repeat: no-repeat}
.hero-imgtwo{background-size: contain;min-height: 300px;background-repeat: no-repeat}
.hero-text{padding: 16px 20px 31px 15px;
    margin-left: 10px;}
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: .3s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}

.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {

  .success-video .play-btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #ffbc3b;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.play-btn i {
  line-height: 80px;
}

.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: .3s ease;
  transition-delay: .2s;
}

.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffbc3b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: .3s ease;
}

.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}

.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #ff9800;
  font-family: "futura-bold";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 77%, #ffbc3b 92%);
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

.newsletter-block {
  padding-left: 50px;
}

@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }
}

.input-wrapper {
  position: relative;
}

.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control {
  background: #fff;
  border-radius: 0;
  padding-left: 25px;
}

.form-control:focus {
  border-color: #ffbc3b;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 70px;
}

.bg-footer {
background-color: #917b69;
opacity: 1;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #8a6f5a 0, #8a6f5a 1px, #917b69 0, #917b69 50%);
}

.logo-footer {
  margin-top: -20px;
  display: inline-block;
}
.logo-img{float: left;
    width: 83px;
    margin-right: 10px;}

.footer {
  border-color: #fff !important;

}
.bg-one{background-color: #e8f8ff}

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease;
}

.filter-controls li.mixitup-control-active {
  font-weight: 600;
  color: #ffbc3b;
}

.filter-controls li:hover {
  color: #ffbc3b;
}

/*# sourceMappingURL=maps/style.css.map */
.button {background:#F9D553;padding:5px;border-radius:10px}




.page-wrapper.aos-init.aos-animate {
    margin-top: 0px !important;
}

section.section.pt-5.pb-4 {
    margin-top: 0px;
}

    @media screen and (max-width: 600px)
{
  .service-rad{border-radius: 0%;
    height: 180px;margin: 10px 28px;}


.logo-title{
padding-bottom: 7px;font-size: 18px;}
.logo-sub {
   display: none;
}

.link-top a {
    font-size: 7pt;}


.page-wrapper.aos-init.aos-animate {
    margin-top: 140px !important;
}

section.section.pt-5.pb-4 {
    margin-top: 80px !important;
}

}