/* */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

body {
	font-family:'roboto', sans-serif;
	font-weight:500;
	font-style:normal;
	text-transform:none;
	text-align:unset;
	text-decoration:none;
	font-size:16px;
	line-height:30px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/**Top Navigation**/
/*.topNav{
	background-color: #000000;
}*/
.topList {
    margin: 0;
    padding: 10px 15px;
}
.topList li {
    list-style: none;
    padding-right: 20px;
    color: #ffffff;
    display: inline-block;
}
.topList li:last-child {
    padding: 0;
}
.topList li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
/*.topList li a i {
    padding-right: 5px;
}
.topList li a i.fas.fa-phone {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}*/
.topList li a:hover {
    text-decoration: none;
    color: #3DB166;
}
.topNav {
    background: white;
}

/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
    position: relative;
}
.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 99;
    left: 0;
    width: 100%;
}
.navbar{
	padding: 0;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s linear;
    font-size: 15px;
}
.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: #3db166;
}
.nav-item.active:after{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-color: #3db166;
    opacity: 1;
    transition: all 0.3s linear;
}
.nav-link {
    position: relative;
    padding: 10px 5px 10px 5px !important;
    display: inline-block;
}
.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-color: #3db166;
    opacity: 0;
    transition: all 0.3s linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
li.nav-item:last-child {
    padding-right: 0;
}
.nav-item {
    position: relative;
    transition: all 0.3s linear;
    cursor: pointer;
    padding: 0 15px;
}
li.nav-item.show, .nav-item.active {
    background: #cc212e;
}
.navbar-nav .show>.nav-link, .nav-item.active>.nav-link{
    color: #fff !important;
}
.pink ,.pink a{
    color: #ff236c !important;
}
.cyan, .cyan a  {
    color: #00d2dc !important;
}
.orange, .orange a {
    color: #f0aa00 !important;
}
.blue, .blue a {
    color: #5d58ef !important;
}
.ruby, .ruby a {
    color: #e80f87 !important;
}
.voilet, .voilet a {
    color: #80f !important;
}
.gold, .gold a {
    color: gold;
}
.bgcyan, .cyan .dropdown-toggle::after,.cyan.nav-item::before {
    background-color: #00d2dc !important;
}
.bgruby, .ruby .dropdown-toggle::after,.ruby.nav-item::before {
    background-color: #e80f87 !important;
}
.bgvoilet, .voilet .dropdown-toggle::after ,.voilet.nav-item::before {
    background-color: #80f !important;
}
.bgpink, .pink .dropdown-toggle::after ,.pink.nav-item::before {
    background-color: #ff236c !important;
}
.bgblue, .blue .dropdown-toggle::after  ,.blue.nav-item::before {
    background-color: #5d58ef !important;
}
.bgorange, .orange .dropdown-toggle::after ,.orange.nav-item::before {
    background-color: #f0aa00 !important;
}
.bggreen{
	background-color: #A5C347 !important;
}
.black{
	color: black !important;
}
.nav-item.pink:after, .pink .dropdown-item:hover, .pink .dropdown-item:focus, .pink .dropdown-item:active{
	background-color: #ff236c !important;
	color: #ffffff !important;
}
.nav-item.cyan:after, .cyan .dropdown-item:hover, .cyan .dropdown-item:focus, .cyan .dropdown-item:active{
	background-color: #00d2dc !important;
	color: #ffffff !important;
}
.nav-item.blue:after, .blue .dropdown-item:hover, .blue .dropdown-item:focus, .blue .dropdown-item:active{
	background-color: #5d58ef !important;
	color: #ffffff !important;
}
.nav-item.orange:after, .orange .dropdown-item:hover, .orange .dropdown-item:focus, .orange .dropdown-item:active{
	background-color: #f0aa00 !important;
	color: #ffffff !important;
}
.nav-item.ruby:after, .ruby .dropdown-item:hover, .ruby .dropdown-item:focus, .ruby .dropdown-item:active{
	background-color: #e80f87 !important;
	color: #ffffff !important;
}
.nav-item.voilet:after, .voilet .dropdown-item:hover, .voilet .dropdown-item:focus, .voilet .dropdown-item:active{
	background-color: #80f !important;
	color: #ffffff !important;
}
.nav-item.gold:after, .gold .dropdown-item:hover, .gold .dropdown-item:focus, .gold .dropdown-item:active{
	background-color: gold !important;
	color: #ffffff !important;
}

/* #Primary style
================================================== */


.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
    margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 0 !important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #ffffff;
	border: none;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 10px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 60px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s linear 0s;
}
.dropdown-toggle::after {
	display: none;
}
a.dropdown-item:before{
/*	content: "\f30b";*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0px;
    padding: 0;
    position: absolute;
    left: 15px;
        content: "*";
    color: #ca212e;
}
.dropdown-item {
    padding: 4px 20px 4px 40px;
    font-size: 13px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #cc212e;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

/**slider**/
.slider .container-fluid{
	padding: 0;
}
.learningSection .slick-slide, .staffSection .slick-slide {
    outline: none !important;
    margin-right: 15px;
    margin-left: 15px;
}
.slick-slider{
    user-select: text;
}
/*==============================================================
    CTA style start
==============================================================*/
.cta-btn{}
.cta-btn .cta-link{
    background-color: rgb(0, 0, 0);
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    margin: 0px;
    border-radius: 25px;
    padding: 14px 40px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    border-width: 0px;
}
.cta-btn .cta-link.cta-block{
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.cta-btn .cta-link i{
    margin-right: 5px;
}
.cta-btn .cta-link:hover{
    background: #ff236c;
    color: #d2d6ef;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
    -moz-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
    box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
}
/*==============================================================
    CTA style end
==============================================================*/
/*==============================================================
    banner Style start
==============================================================*/
.banner-wrap{
    height: auto;
    position: relative;
    overflow: hidden;
    background: #bae7ff;
}
.shape{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.shape svg{
    width: 100%;
}
.banner-slider{
    height: 100%;
}
.banner-slider > .banner-slide{
    display: none;
}
.banner-slider > .banner-slide:first-child{
    display: block;
}
.slick-initialized .banner-slide{
    position: relative;
    height: 500px;
   /* padding-bottom: 300px;*/
    display:-webkit-flex !important;
    display:flex !important;
    -webkit-align-items:center;
    align-items:center;
    min-height: 500px;
}

.banner-slider .slick-arrow, .learningSection .slick-arrow, .staffSection .slick-arrow, .staffSection .slick-arrow, .clientTesimonialsSection .slick-arrow{
    position: absolute;
    right: 25px;
    top: 45%;
    font-size: 0;
    background: black; !important;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    opacity: 0.5;
}
.banner-slider .slick-arrow:before, .learningSection .slick-arrow:before, .staffSection .slick-arrow:before, .clientTesimonialsSection .slick-arrow:before{
    font-family: "boxicons";
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}
.clientTesimonialsSection .slick-arrow:before{
	color: #f1aa00;
}
.banner-slider .slick-arrow:focus, .learningSection .slick-arrow:focus, .staffSection .slick-arrow:focus, .clientTesimonialsSection .slick-arrow:focus{
    outline: none;
}
.banner-slider .slick-arrow.slick-prev{
    left: 5%;
}
.banner-slider .slick-arrow.slick-prev:before, .learningSection .slick-arrow.slick-prev:before, .staffSection .slick-arrow.slick-prev:before, .clientTesimonialsSection .slick-arrow.slick-prev:before{
    content: "\ea9b";
}
.banner-slider .slick-arrow.slick-next{
    right: 5%;
}
.banner-slider .slick-arrow.slick-next:before, .learningSection .slick-arrow.slick-next:before, .staffSection .slick-arrow.slick-next:before, .clientTesimonialsSection .slick-arrow.slick-next:before{
    content: "\eb1c";
}
.hero-image{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.banner-wrap .container{
    position: relative;
    z-index: 12;
}
.hero-overlay{
    background: #081c2d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.hero-content{  
    color: #ffffff;
    margin-top: 10%;
}

.blog-detail-banner .hero-content{
    max-width: 900px;
}
.blog-detail-banner .hero-content h1{
    font-size: 53px;
}
.hero-content h3{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 6px;
}
.hero-content .cta-btn{
    padding-top: 30px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.navbar-nav li > ul.dropdown-menu {
    display: none;
}
.newsContent .card {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
h2.newsTitle {
    font-size: 22px;
    color: #9B4141;
    margin-top: 10px;
}
h2.newsTitle a{
    color: #9B4141;
}
.newsContent .card:hover {
    transform: scale(1.01);
    box-shadow: 8px 8px 8px #adb5bd80;
}
input[type=checkbox], input[type=radio] {
    margin-right: 12px;
}
#textOne, #textFive {
    text-align: left;
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 600;
    font-size: 50px;
    border-color: rgb(128, 128, 128);
    border-style: none;
    margin-bottom: : 10px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(111, 26, 183);
    text-decoration: none;
    white-space: nowrap;
}

#textTwo {
    text-align: left;
    line-height: 60px;
    letter-spacing: -2px;
    font-weight: 600;
    font-size: 50px;
    border-color: rgb(128, 128, 128);
    border-style: none;
    margin-bottom: : 10px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(254, 158, 0);
    text-decoration: none;
    white-space: nowrap;
    opacity: 1;
}
#textThree{
    text-align: left;
    line-height: 50px;
    font-weight: 600;
    font-size: 34px;
    border-color: rgb(128, 128, 128);
    border-style: none;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(111, 26, 183);
    text-decoration: none;
    white-space: nowrap;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
#textFour{
    text-align: left;
    line-height: 70px;
    letter-spacing: -2px;
    font-weight: 600;
    font-size: 54px;
    border-color: rgb(128, 128, 128);
    border-style: none;
    margin-bottom: : 10px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(235, 62, 222);
    text-decoration: none;
    white-space: nowrap;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.hero-content p{
    font-size: 16px;
    line-height: 32px;
    max-width: 600px;
    color: black;
    letter-spacing: 0.010em;
    opacity: 1;
    margin-top: 10px;
}

.contentSection {
    margin-bottom: 0px;
    padding: 20px 0;
}
.contentSection i {
    font-size: 30px;
    margin-bottom: 20px;
}
.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.contentSection .card-body {
    margin: 0px 0px 0px 0px;
    padding: 10PX;
}
.small,small{
    font-size: 70%;
}
.card-icon-box-icon:hover{
	position: relative;
    top: -5px;
}
h4.card-icon-box-title {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
video {
    width: 100%;
}
.whyWeSection {
    padding: 25px 0;
}
.green{
    color: #51be78;
   /* float: right;*/
}
.card-icon-box-title img {
    padding-right: 8px;
}
a.card-icon.card-animation {
    background-color: #f0aa00;
    font-size: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    fill: #fff;
    display: flex;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    width: 125px;
    height: 125px;
    justify-content: center;
    align-items: center;
}
h4.card-icon-box-title a {
    color: black;
    text-decoration: none;
}
.learningSection{
	padding: 5% 0 12% 0;
}

.borderLine span{
	border-color: #ff6d9d;
	border-bottom: 1px solid #ff6d9d;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px;
}
.borderLine span:after{
	background-color: #ff6d9d;
}
.borderLine span:after {
    background-color: #ff6d9d;
    bottom: -3px;
    border-radius: 20px;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}
.borderLine {
    margin-bottom: 4%;
}
.learningSection .slick-arrow.slick-prev, .staffSection .slick-arrow.slick-prev{
    left: 45%;
}
.clientTesimonialsSection  .slick-arrow.slick-prev{
    left: -25px;
}
.learningSection .slick-arrow.slick-next, .staffSection .slick-arrow.slick-next{
    right: 45%;
}
.clientTesimonialsSection .slick-arrow.slick-next {
    right: -25px;
}
.learningSection .slick-arrow,.staffSection .slick-arrow {
    bottom: -80px;
    background: #f0aa00 !important;
}
.clientTesimonialsSection .slick-arrow {
    top: 45%;
    background: #ffffff !important;
}
.card svg {
    width: 50%;
    margin: auto;
}

.learningSection .card{
	background-color: #ffffff;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 40px 15px 40px 15px;
	
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
}
.voiletBox{
    background-image: linear-gradient(180deg, #eee1ff 0%, rgba(255,255,255,0) 40%);
    border-color: #f2e8ff;
    background-color: transparent;
}
.learningSection .card:hover{
	top: -20px;
	box-shadow: 0px 10px 10px 0px rgba(180,150,250,0.1);
	transition: all 0.3s linear;

}
.yellowBox{	    
    background-image: linear-gradient(180deg, #fff4dc 0%, rgba(255,255,255,0) 40%);   
    border-color: #fff4dc;  
    background-color: transparent;
}
.purpleBox{
    background-image: linear-gradient(180deg, #eee1ff 0%, rgba(255,255,255,0) 40%);
    border-color: #f2e8ff;
    background-color: transparent;
}
.learningSection p.card-text {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}

.icon-box-wrapper {
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    align-items: center;
}
.icon-box-content {
    padding-left: 30px;
}
.icon-box-content h5 {
    margin:0;
}

.askKidsSection{
	padding: 100px 0px 100px 0px;
	background: #FEFEFE;
}

.askKidsSection .col-58 {
    flex: 0 0 58%;
}
.askKidsSection .col-42 {
    flex: 0 0 42%;
    align-self: flex-end;
}
.askKidsSection .col-56 {
    flex: 0 0 56.975%;
    padding-left: 10%;
}
.askKidsSection .col-43 {
    flex: 0 0 43.025%;
    padding-right: 10%;
}
.askKidsSection .rounded {
    border-radius: 20px 20px 20px 20px !important;
}
.askFormContainer {
    box-shadow: 10px 0px 60px 0px rgba(0,0,0,0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 50px 50px;
    border-radius: 10px 10px 10px 10px;
}
.askFormContainer .form-control , .preadmissionForm .form-control, #contact_us .form-control{
    padding: 14px 25px;
    height: auto;
    border-radius: 30px;
    margin-bottom: 10px;
    transition: all 0.3s linear 0s;
    border-color: #eeeeee;
}
.preadmissionForm .form-control, #contact_us .form-control{
    margin-bottom: 5px;
}
.askFormContainer h4 {
    margin-bottom: 35px;
}
.askAboutKids .btn-submit {
    background-color: #f0aa00;
    border: 0;
    width: 100%;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.askFormContainer .form-control:focus{
    -webkit-box-shadow: 0 8px 10px -6px rgba(0,0,0,0.15);
    box-shadow: 0 8px 10px -6px rgba(0,0,0,0.15);
    border-color: #eeeeee;
}
.staffSection{
    padding: 100px 0; 
    background-color: #A5C347;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.staffSection h1 {
    color: white;
}
.staffSection .borderLine span {
    border-color: white;
    border-bottom: 1px solid white;
}
.staffSection .borderLine span:after {
    background-color: white;
}

.teamMemberSocials-icon:hover .inner {
    background-color: #64C7FE;
}
.teamMemberFigure {
    border-radius: 20px 20px 20px 20px;
    margin: 0;
}
.teamMembeImage img.teamMemberImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    max-width: 255px;
    max-height: 215px;
}
.card-body.teamMemberContent {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    color: #fff;
}
.teamMemberContent p.card-text {
    margin-bottom: 10px;
}
.teamMemberContent h5.card-title {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
}
.teamMemberContent h5.card-title small {
    font-size: 18px;
}
.teamMemberContent .btn-link {
    font-size: 16px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 30px 10px 30px;
    border-color: transparent;
}
.teamMemberContent .btn-link:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #64C7FE;
}
.buttonContentWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.buttonContentWrapper .button-icon {
    margin-right: 5px;
}
.buttonContentWrapper .button-text {
    font-weight: 600;
    letter-spacing: 1px;
}
.clientTesimonialsSection {
    background-color: #ffffff;
    padding: 100px 0;
}
.partnersSection {
    background-color: #ffffff;
    padding-bottom: 60px;
}
.slider-thumb .slick-slide {
    width: 29% !important;
    margin: 2% 2%;
}
/*.slider-thumb .slick-slide img {
    border-radius: 20px;
}*/
.slider-thumb .slick-slide.slick-current.slick-active img {
    /* border: 5px solid #f1aa00; */ 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 5px solid #f1aa00;
    shape-outside: content-box; 
}
.dt-sc-testimonial.special-testimonial-carousel {
    display: block;
    background-color: #f1aa00;
    border-radius: 20px;
    color: #ffffff;
    float: left;
    padding: 40px 36px 20px 37px;
    position: relative;
    width: 100%;
}
.dt-sc-testimonial.special-testimonial-carousel h4 {
    color: #ffffff;
    margin: 0 0 5px;
}
.dt-sc-testimonial-author {
    margin-bottom: 20px;
}
.dt-sc-special-testimonial-container .dt-sc-testimonial-special-wrapper .dt-sc-testimonial-quote {
    color: #808080;
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
}
.dt-sc-testimonial.special-testimonial-carousel blockquote {
    border-width: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
}
.test2 img:after {
	content: "";
    box-shadow: 0 0 30px 0 rgba(240,170,0, 0.20), 0 0 0 5px #f0aa00;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: 10;
    border: 5px solid #f0aa00;
    border-radius: inherit;
    transition: all 0.3s ease;
    opacity: 1;
}  
footer {
    background-color: #181818;
    padding: 80px 0px 30px 0px;
    position: relative;
    width: 100%;
        margin-top: 30px;
}

.elementor-social-icons-wrapper {
    font-size: 0;
}
footer a {
    color: #ffffff;
    margin-right: 10px;
    font-size: 20px;
    -webkit-border-radius: 10%;
    border-radius: 10%;
}
footer a span {
    transition: all 0.3s linear;
}
.elementor-social-icon i {
    color: #fff;
}
.elementor-icon i, .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.elementor-icon i:before, .elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.elementor-social-icon {
    background-color: #818a91;
    font-size: 25px;
    text-align: center;
    padding: .5em;
    margin-right: 5px;
    cursor: pointer;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 20px;
    text-align: center;

    margin-right: 10px;

    -webkit-border-radius: 10%;
    border-radius: 10%;
}
.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
    background-color: #3b5998;
}
.elementor-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.elementor-social-icon-dribbble {
    background-color: #ea4c89;
}
.elementor-social-icon-twitter {
    background-color: #1da1f2;
}
.elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g {
    background-color: #dd4b39;
}
footer h1 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #3db166;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
footer p {
    color: #8d8d8d;
    font-weight: normal;
    line-height: 28px;
    font-size: 15px;
}
.footerBottom {
    background-color: #202020;
    padding: 25px 0px 25px 0px;
    color: #ffffff;
}
address {
    color: white;
}
ul.elementor-icon-list-items {
    margin: 0;
    padding-left: 12px;
}
li.elementor-icon-list-item {
    list-style: none;
    margin-bottom: 5px;
    display: flex;
    font-size: 16px;
    font-weight: normal;
}
footer .elementor-icon-list-item a {
    font-size: 16px;
    list-style: none;
    font-weight: normal;
    line-height: 26px;
}
span.elementor-icon-list-icon {
    margin-right: 6px;
    color: white;
}
span.elementor-icon-list-text {
    color: #8d8d8d;
    margin-bottom: 2px;
    font-size: 15px;
}
footer .elementor-icon-list-item a:hover{
	text-decoration: none;
}
#toTop {background: url(../images/totop.png);}


.newslider.innerNewsSlider {
    margin-left: 20px;
    background: #cc212e;
    padding: 20px;
    color: white;
}
ul.news-demo-down-auto {
    padding: 0;
}
li.news-item {
    padding-top: 10px;
    list-style: none;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}
.news-item a {
    color: white;
    
}
.newsDate {
    color: black;
    font-size: 14px;
}
.whoWeSection {
    background: #1D267F;
    color: white;
    padding: 35px 0;
    margin-bottom: 30px;
}
.infraContentSection{
    margin: 60px 0;
    padding: 0 30px;
}
.separator-holder {
    position: absolute;
    display: block;
    top: 49.99%;
    width: 20%;
    border-top: 1px solid rgba(51,51,51,0.12);
    content: '';
}
.separator-right {
    right: 0;
    margin-left: 1em;
}
.separator-left {
    left: 0;
    margin-right: 1em;
}
.infra-text {
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
#collegeContent {
    color: #000000;
    position: relative;
}
.borderRed{
    border: 5px solid #cc212e;
    border-radius: 5px;
}
#collegeContent .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.NavTopBar{
    background: #fff;
    margin:0;
}
#myHeader {
    background: #41449b;
    }
.contentBox {
    border: 1px solid #ccc;
    padding-top: 20px;
    text-align: center;
    margin: 10px 0;
}
.contentBox img.img-fluid {
    max-height: 150px;
}
.contentBox h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.thumbnailsArea {
    border: 2px solid #eee;
    margin: 15px 15px 30px 15px;
    background: #F5F5F5;
    border-radius: 5px;
    max-width: 30%;
}
.thumbImgs {
    max-width: 200px;
    font-size: 200px;
}
.objTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #eee;
}
.whyWeSection.videoSection {
    background: wheat;
    padding: 35px 0;
}
h3.tittle {
    background: #420092 !important;
    color: white;
    padding: 5px 5px 5px 20px;
    font-size: 20px;
    border-radius: 5px;
}
.about-content.galleryArea {
    background: wheat;
    padding: 40px 0;
}
.gallery-category {
    background: white;
    padding: 15px;
    -webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 330px;
    border-radius: 5px;
}
h3.gallery-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
/* */

#accordionExample {
    margin-top: 40px;
}
#accordionExample.accordion>.card>.card-header {
    background: none;
    border: 0;
    color: black;
}
.btn-plus:before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    padding-right: 15px;
}

.btn-plus[aria-expanded="true"]:before {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 30px;
    font-weight: bold;
    left: -15px;
    top: 0px;
}

.btn-plus[aria-expanded="false"]:before {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 30px;
    font-weight: bold;
    left: -15px;
}
.btn-plus {
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.btn-plus:hover {
    color: black;
}
.breadcrumbArea {
    background: #fff;
}
ol.breadcrumb {
    background: transparent;
    color: black;
}
li.breadcrumb-item.active {
    color: #000;
}
.breadcrumb li a {
    color: black;
}
.inpage_tittle h2 {
    padding: 2px 2px 2px 10px;
    background: #420092 !important;
    color: wheat;
    border: 5px;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.member-inner {
    border: 1px solid #cccc;
    border-radius: 5px;
    margin: 10px 0;
}
.coursesContent img {
    text-align: center;
    display: block;
}
.coursesContent {
    padding-bottom: 30px;
}
.dropdown-menu ul {
    padding: 0;
    border: 0;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    
}
.gallerySlide .slick-slide img {
    display: block;
    max-height: 400px;
    margin: auto;
}






/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
    position: fixed;
    display: none;
    text-decoration: none;
    bottom: 30px;
    right: 25px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.png) no-repeat left top;
    z-index: 999;
    opacity: 0.8;
    text-indent: -9999px;
    background-size: 80px auto;
}
  #toTop span {
    display: none; }
  
  #toTop:focus {
    outline: none; }
  @media (min-width: 544px) {
    #toTop {
      right: 20px; } }
  @media (min-width: 768px) {
    #toTop {
      bottom: 80px; } }

.main-title-section-wrapper {
    position: relative;
}
.main-title-section-wrapper {
    background-color: rgba(0,0,0,0) !important;
}
.main-title-section-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    clear: both;
    float: left;
    margin: 0;
    padding: 140px 0 143px;
    width: 100%;
}
.main-title-section-wrapper > .main-title-section-bg {
    background: rgba(0, 0, 0, 0.05);
    content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: top center;
}
.main-title-section-wrapper .main-title-section-bg {
    background-color: #dd3333;
    background-image: url(../images/dheetour.png);
}
.main-title-section-wrapper.earlyYears .main-title-section-bg {
    background-image: url(../images/lkg.jpg);
}
.main-title-section-wrapper.primary .main-title-section-bg {
    background-image: url(../images/2.jpg);
}
.main-title-section-wrapper.secondaryI .main-title-section-bg {
    background-image: url(../images/3.jpg);
}
.main-title-section-wrapper.secondaryII .main-title-section-bg {
    background-image: url(../images/4.jpg);
}
.main-title-section-wrapper .main-title-section-bg::after {
    background-color: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
.main-title-section h1 {
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-align: unset;
    text-decoration: none;
    font-size: 46px;
    color: #ffffff;
}
.inpage_tittle h1{
    margin-bottom: 20px;
        position: relative;
}
.inpage_tittle h1:after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 120px;
    content: "";
    background-color: #dc3636;
    bottom: -10px;
}
/*.breadcrumb {
    background: transparent;
    justify-content: left;
    color: #dc3636;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 0;
}
.breadcrumb a {
    color: #dc3636;
    margin: 0 8px;
} */
.breadcrumb li:first-child a::after {
  display: inline-block;
    padding: 0 6px;
    color: black;
    content: "/";
}
span.current {
    margin-left: 10px;
}
.aboutSection,.managementSection {
    position: relative;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 80px 0px 80px 0px;
}
.managementSection .card-body.teamMemberContent {
    color: black;
}
p {
    font-weight: normal;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape-bottom svg {
    width: calc(100% + 1.3px);
    height: 55px;
}
.elementor-shape-bottom.grey .elementor-shape-fill {
    fill: #F6F6F6;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.missionSection, .valuesSection {
    position: relative;
    background: #f6f6f6;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 100px;
    padding: 50px 0px 100px 0px;
}
.overviewContent.row {
    justify-content: center;
    align-items: center;
}
.youTubeVideo {
    text-align: center;
    width: 80%;
    margin: auto;
}
.visionSection {
    background-color: white;
    padding-bottom: 80px;
}
.visionSection .elementor-icon {
    background-color: #FF236C;
    font-size: 45px;
    padding: 32px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    color: white;
    align-self: center;
    margin: 20px 0 0 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.visionSection .card {
    padding: 55px 30px 55px 30px;
    border-style: solid;
    border-radius: 20px 20px 20px 20px;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.visionSection .card:hover {
    box-shadow: 0px 10px 60px 0px rgba(255, 35, 108, 0.1);
    position: relative;
    top: -5px;
}
.visionSection .elementor-icon:hover {
    position: relative;
    top: -5px;
}
.visionSection {
    background-color: white;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
}
p.bigFont{
	font-size: 18px;
	letter-spacing: 0.5px;
}
.valuesSection .card {
    border-radius: 20px;
}
.registrationSection {
    padding: 80px 0;
    position: relative;
    clear: both;
    background-color: #fff;
}
.blockTitile {
    color: white;
    border-radius: 20px;
    padding: 10px 40px;
    margin-bottom: 30px;
    line-height: normal;
}
.blockTitile h5 {
    margin: 0;
}
.preadmissionForm .btn-file {
    position: relative;
    overflow: hidden;
    background: #00d2dc;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    color: white;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
.preadmissionForm .submit, #contact_us #submit{
    padding: 14px 100px;
    color: white;
    text-align: center;
    font-weight: bold;
}
label.error {
    color: red;
}
li {
    font-weight: normal;
}
.form-group.contact-input-box {
    width: 100%;
}
.addressInfo, .emailInfo, .phoneInfo {
    background: orange;
    color: white;
    width: 80%;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.contactInfo .icon {
    margin-right: 25px;
    font-size: 50px;
}
.contactInfo a {
    color: white;
}
.addressInfo, .emailInfo, .phoneInfo, .hoursInfo {
    background: orange;
    color: white;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: 0 15px 20px;
    justify-content: flex-start;
}
.elementor-shape-bottom.sliderCruve .elementor-shape-fill{
    fill:#BAE7FF;
}

#imgTest {
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s linear 0.5s;
    animation: moveSlideshow 8s linear infinite;
}
@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}
#youTubeModal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



#youTubeModal .modal-body {
  position:relative;
  padding:0px;
}
#youTubeModal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
/*.portfolio-slides .slick-slide img {
    width: 100%;
    max-height: 360px;
}*/
.portfolio-slides .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 4px;
}
.portfolio-slides .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 2px;
}
.portfolio-slides .slick-dots li button:before {
    font-size: 12px;
    width: 15px;
    height: 15px;
}
.gallerySlide {
    margin-bottom: 40px;
}

/*on page load popup*/
#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    z-index: 1001;
}

 .dhepopup{
 
    background: #FFFFFF;
    border: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #eef0f3 0px 0px 3px 3px;
    -moz-box-shadow: #eef0f3 0px 0px 3px 3px;
    -webkit-box-shadow: #eef0f3 0px 0px 3px 3px;
    position: relative;
    padding: 20px;
	margin: 20px 	
}
    .dhepopup button:focus{
            outline: none;
        }
        .dhepoplink{
            background: #0a96f9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
        }
.slick-lightbox .slick-prev{
    z-index: 1200;
}

.gallery-section-images {
    min-height: 220px;
    /*display: flex;
    align-items: flex-start;*/
}
.gallery-section-images img {
    max-height: 200px;
    /* align-items: start; */
}
h3.title {
    font-size: 18px;
    font-weight: bold;
        text-transform: capitalize;
}


.owl-next span, .owl-prev span {
    font-size: 25px;
    top: 30%;
    position: absolute;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    background: #dcdcdc;
    color: black;
}

.owl-prev span {
    left: -50px;
}.owl-next span {
    right: -50px;
}

.gallpagination{
    display: block !important;
}
.gallpagination a:last-child {
    float: right;
}
.coun-content address {
    color: #3a3c41;
    padding: 5px;
}
.coun-content table tbody tr {
    border-top: 1px solid #e0e0e0;
}
.coun-content table tbody th {
    font-size: 14px;
    font-weight: 700;
    color: #3a3c41;
    border: 1px solid #e0e0e0;
}
.coun-content table tbody td {
    font-size: 16px;
    font-weight: 500;
    color: #3a3c41;
    border: 1px solid #e0e0e0;
    padding: 5px 7px;
}
.coun-content .table thead > tr > th, .coun-content .table tbody > tr > th, .coun-content .table tfoot > tr > th, .coun-content .table thead > tr > td, .coun-content .table tbody > tr > td, .coun-content .table tfoot > tr > td {
    padding: 16px;
}
.infra-img img {
    max-width: 120px;
    margin-bottom: 12px;
    margin-top: 50px;
}
.infra-text {
    font-size: 14px;
}

/*video popup*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color:#f7f7f740;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/* #Media
================================================== */
@media (max-width: 1024px) and (min-width: 768px){ 
    #textOne, #textFive{
        font-size: 30px;
    }

    .mob-menu.col-xs-2 {
    width: 50%;
}
   .mob-menu.col-xs-2 .navbar{
        float: right;
           margin-top: 10px;
    }
    }

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
    .nav-item::before,.dropdown-submenu::before {
        position: absolute;
        display: block;
        top: 20px;
        left: 15px;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #163269 ;
        vertical-align: 0;
    }
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 15px;
		left: 8px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #163269;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
        display: block;
	}
    .navbar-nav li > ul.dropdown-menu {
      
    }
    #navbarSupportedContent .nav-link {
        padding: 5px 30px !important;
    }
	.dropdown-item {
	    padding: 4px 10px 4px 30px;
	}
	a.dropdown-item:before{
		left: 5px;
	}
	.hero-image {
	    background-position: 50% 50%;
	}
	#textOne,  #textTwo, #textFour{
		font-size: 34px;
	}
	#textThree{
		font-size: 28px;
	}
	#textFive{
		font-size: 28px;
		line-height: 40px;
	}
	.banner-slider .slick-arrow.slick-prev {
	    left: 30%;
	}
	.banner-slider .slick-arrow.slick-next {
	    right: 30%;
	}
    .askKidsSection .col-58, .askKidsSection .col-42, .askKidsSection .col-56,.askKidsSection .col-43 {
        flex: auto;
        padding: 15px 20px;
    }
    .valuesSection .card {
	   margin: auto;
	}
    .learningSection .slick-arrow.slick-next, .staffSection .slick-arrow.slick-next{
            right: 32%;
    }
    .learningSection .slick-arrow.slick-prev, .staffSection .slick-arrow.slick-prev{
        left: 32%;
    }
    .banner-slider .slick-arrow, .learningSection .slick-arrow, .staffSection .slick-arrow, .staffSection .slick-arrow, .clientTesimonialsSection .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .banner-slider .slick-arrow:before, .learningSection .slick-arrow:before, .staffSection .slick-arrow:before, .clientTesimonialsSection .slick-arrow:before{
        line-height: 40px;
    }
    .learningSection .slick-arrow, .staffSection .slick-arrow{
        bottom: 0;
    }
    .clientTesimonialsSection .slick-arrow.slick-prev{
        left: 0;
    }
    .clientTesimonialsSection .slick-arrow.slick-next{
        right:0;
    }
    .askKidsSection .row.text-center{
        text-align: left !important;
    }
    .logo{
        width: 80%;
        float: left;
    }
    .mob-menu {
        width: 20%;
    }
    header {
        position: fixed;
        z-index: 25;
    }
        .topNav .container {
        background: #ffffff;
    }
        .container{
        max-width: 100%;
    }
    .captchahome{
        width: 50%;
    }
    .captchact{
        width: 20%;
    }
    .captchacontct{
        width: 68%;
    }
    .topList li a{
        font-size: 12px;
    }
    .topList li{
        padding-right: 10px;
    }
    button.navbar-toggler {
        
        margin-top: 5px;
    }
.owl-nav {
  display: none;
}   
.nav-item::before{
    left: 22px;
}
.dropdown-submenu::before{
    left: 12px;
}
li.nav-item.show, .nav-item.active {
  background: transparent;
}
#myHeader .col-12 {
  padding: 0;
}
/*a.dropdown-item::before{
    color: transparent;
}*/
.dropdown-menu {
  background: white;
  border-radius: 0;
}
.whyWeSection .newslider.innerNewsSlider, .sidebar .newslider.innerNewsSlider {
  margin-left: 0;
}
p {
  font-weight: normal;
  clear: both;
}
.figure.float-right {
  float: none !important;
  text-align: center;
  display: block;
}
.gallery-category{
    margin: 10px;
    display: block;
}
.dropdown-submenu ul.dropdown-menu {
    padding-left: 20px !important;
}
.dropdown-submenu .dropdown-toggle::after {
    left: 14px;
}
.objTitle {
    padding: 4px;
    line-height: 20px;
}
.thumbImgs {
    max-width: 140px;
    font-size: 140px;
}
}

/* home page modal css starts*/
.modal-dialog{max-width: 60%;}
.awards-eca{
  display: flex;
  }
  .awards-eca .col-md-4{
  display: flex;
  padding: 16px;
  }
  .awards-eca .col-md-4 h4{
  background: #00d2dc;
  padding: 15px;
text-align:left;
  border: #ccc;display
  height: 100%;
color: #fff;
  }


/* home page modal css ends*/
.newslider.innerNewsSlider {
  margin-left: 0;
}
/*captcha css*/
 .captchahome{
    width: 63%; display: inline-block;
    }
    .captchact{
        width: 12%;
    }
    .captchacontct{
        width: 81.3%;
        display: inline-block;
    }

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:Portrait){
     .banner-slider .slick-arrow.slick-next{
    right: 40%;
    }
    .banner-slider .slick-arrow.slick-prev{
        left: 38%;
    }
    .card-icon-box-icon{
        display: inline-block;
    }
   
     .learningSection .slick-arrow.slick-next, .staffSection .slick-arrow.slick-next{right:36%;}
    .learningSection .slick-arrow.slick-prev, .staffSection .slick-arrow.slick-prev{left:40%;}
    
     .whyWe-background-overlay h1{
        font-size: 24px;
    }
    .whyWe-background-overlay p{
        font-size: 12px;
    }
    .widgetContainer{
        padding: 5px 0;
    }
    .whyWeSection{
        padding: 100px 0px 65px 0px;
    }
     header {
    position: fixed;
    z-index: 25;
         width: 100%;
}
    .topNav .container {
    background: #ffffff;
}
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){
    .nav-link{
        font-size: 12px;
    }
}
@media (min-width: 1024px){
    .navbar-expand-md .navbar-collapse{
            display: flex!important;
            flex-basis: auto;
    }
    /*.nav-link{
        font-size: 14px;
    }*/
   
}
@media (min-width: 360px) and (max-width: 768px) {
#myModal_fine .modal-dialog.modal-lg {
    width: 100%;
    max-width: 96%;
}
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

