.rightarrr{
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftarrow{
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admission-text{
    padding: 5px 15px;
    font-size: 16px;
}
.admission-text p{
    margin: 0;
    font-weight: 600;
    line-height: 28px;
}
.admission-text p.admission-label{
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0%{background: #e18334;}
    100%{background: #03236c}
}
body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #5d5d5d;
}
.dp-0{padding:0px;}
.mpdks{
    position: absolute;
    right: -15px;
    background:#09286b !important;
    color:#fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    top: -15px;
    z-index:9;
}
.paddingZ {
    padding: 0
}

.onlypcontent p{
	text-align:justify;margin-bottom:0px;font-size:14px;
}
.contenrn p{
	text-align:justify;color:#5d5d5d;font-size:14px;margin-top: 10px;
}
.modalwww {
    position: fixed;
    bottom: -2px;
    z-index: 9;
    border: 2px solid #e18334;
    font-size: 15px;
    transition: 0.4s;
    letter-spacing: 1px;
    right: -3px;
    padding: 10px 15px;
    border-radius: 10px 0px 0px 0;
    animation: blink 1s linear infinite;
}
.modalwww:hover, .modalwww:focus{background:#e18334; border-color:#e18334;}
#admission-form .modal-content{float:left; background:
#e18334;
color:
#fff;}
#admission-form .modal-content .modal-body{float:left; padding:0px;}
#admission-form .modal-content .modal-header{border:0px; margin-bottom:15px; font-size:24px;}
#admission-form input{border-radius:5px;}
#admission-form .close{
background:#03236c;
opacity: 1;
color:#fff;
height: 35px;
width: 35px;
position: absolute;
right: -10px;
border-radius: 50%;
top: -6px;}

.right50{right:50px;}
.left50{left:50px;}
.carousel-control{
	background:#df8234;
	opacity: 1;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border-radius:8px;
}

.top_row {
    background: #e18334;
    height: 35px;
}

#header-content {
    width: 100%;
    float: left;
}
.nav-tabs>li>a {
    background:transparent;
    border: 1px solid #ddd;
    color: #333;
    
}
.link3{
    margin-top:54px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
    background: #0a286b;
    color:#fff;   
}
.virtual-tour {
    margin: 8px 0px 8px;
    text-align: right;
    color: white;
    font-size: 13px;
    margin-right: 20px;
}
.menu li.active{background: #e18334;}
.menu li.active a{color: #fff !important;}
.menu li a:focus{color: #fff !important;}
.menu li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 7px 13px;
    font-size: 12px;
}

.navbar-default {
    background: #03236c;
}

.link{
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #e18334;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.link:hover{ color: #fff !important; }
.link:before{
    content: "";
    width: 150%;
    height: 100%;
    background: #e18334;
	color:#fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    transition: all 0.4s ease-in-out 0s;
}
.navbar-nav>li {
    float: left;
    margin: 0 2px;
}
.navbar-nav>li a img{
    display: inline-block;
    height: 12px;
}
.link:hover:before{ transform:rotate(0); }
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 20px; }
}

.navbar-default .navbar-nav>li>a{
	color:#fff;
}

.navbar-brand {
    height: 90px
}
.navbar-brand>img {
    height: 60px;
    margin-top: 13px;
}

.navbar-nav{padding:15px 0;}
.navbar-default {
    padding-bottom: 8px;
        border-radius: 0;
}

#logo {
    float: left;
}

.banner1 {
    width: 100%;
    height: 70px;
    background: #0a286b;
}

.banner1 li {
    padding: 25px;
    float: left;
    font-size: 14px;
    width: 33%;
    box-shadow: 0px 0px 1px 0px #fff;
    list-style: none;
    text-align: center;
    color:#fff;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.banner1 li > a > strong {
    font-weight: 400
}

.banner1 li > a {
    text-decoration: none;
}

.ban_text {
    font-size: 12px;
    font-weight: 200;
}

.banner1 li:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
}

.hexagon {
    position: relative;
    width: 120px;
    height: 70px;
    background-color: #0a286b;
    margin: 50px auto;
    border-radius: 2px;
    display: flex;
    justify-content: center;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 30px solid #0a286b;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 30px solid #0a286b;
}

.wel_icon {
    position: absolute;
    top: 5px;
    color: #fff;
}

.paddingR {
    padding-right: 0px;
}

.banner {
    background: #0a286b;
    padding: 20px 0px;
}

.head_bor1 {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px
}

.head_bor {
    border-bottom: 1px solid #0a286b;
    margin-bottom: 30px
}

.inner {
    position: absolute;
    width: 40px;
    height: 4px;
    font-size: 0px;
    line-height: 0px;
    background: #0a286b;
    left: 0px;
    top: 62px;
}

.inner1 {
    position: absolute;
    width: 40px;
    height: 4px;
    font-size: 0px;
    line-height: 0px;
    background: #fff;
    left: 48%;
    top: 62px;
}

.margin_top_big {
    margin-top: 0px;
    padding: 0px;
}

.testimonial {
    margin: 10px 15px;
    padding: 0 0 20px 20px;
    position: relative;
}

.pic {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0c0c0c;
    width: 80px;
    height: 80px;
    z-index: 2;
    border: 5px solid #e18134;
    border-radius: 50%;
}

.topgallery {
    margin-top: 30px
}

.pic img {
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.testimonial-review {
    border: 5px solid #e18134;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #e6e6e6
}

.testimonial-review p {
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
    padding: 9px 0 0 49px;
    color: #0a286b;
    font-size: 15px;
    position: relative;
}

.testimonial-review p:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 30px;
}

.testimonial-title {
    padding: 0 0 0 48px;
    font-size: 15px;
    color: #0a286b;
}

.testimonial-title a {
    color: #dc005a;
    font-size: 15px;
}

.bg-parents {
    background: #0a286b;
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative
}

.bg-parents:before {
    width: 100%;
    height: 340px;
    content: " ";
    background-image: url(../img/bg-testimonial.png);
    position: absolute;
    background-repeat: repeat-x;
    opacity: 0.4;
    top: 0;
}

.bg-parents:after {
    width: 100%;
    height: 340px;
    content: " ";
    background-image: url(../img/bg-testimonial.png);
    position: absolute;
    background-repeat: repeat-x;
    opacity: 0.4;
    top: 25%;
    z-index: 0;
    transform: rotate(180deg);
}

.bg-prospectus:before {
    width: 100%;
    height: 1050px;
    content: " ";
    background-image: url(../img/bg-super.png);
    position: absolute;
    background-repeat: repeat-y;
    opacity: 0.9;
    top: 0;
    left: 0
}

.super-leaf {
    position: relative;
    float: left;
    width: 100%
}
/*--
.super-leaf:after {
    width: 100%;
    height: 1050px;
    content: " ";
    background-image: url(../img/bg-super.png);
    position: absolute;
    background-repeat: repeat-y;
    opacity: 0.9;
    top: 0;
    left: 0%;
    transform: rotate(180deg);
}
--*/
.white-bg {
    position: relative;
    width: 100%;
    float: left;
	padding:25px 0px 40px;
}

.white-bg:before {
    width: 100%;
    height: 300px;
    content: " ";
    background-image: url(../img/leaf.png);
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.5;
    bottom: 0;
    left: 0%;
}

.white-bg:after {
    width: 100px;
    height: 300px;
    content: " ";
    background-image: url(../img/leaf.png);
    position: absolute;
    background-repeat: repeat-y;
    opacity: 0.5;
    bottom: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #e18134 !important;
    border: 3px solid #e18134 !important;
}

.bg-background-img {
    position: relative;
    float: left;
    width: 100%
}

.bg-background-img:before {
    width: 100%;
    height: 1095px;
    content: " ";
    background-image: url(../img/flower-bg.PNG);
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.1;
    top: 0;
    left: 0;
}

.main-bg {
    position: relative;
    float: left;
    width: 100%
}

.main-bg:before {
    width: 100%;
    height: 600px;
    content: " ";
    background-image: url(../img/mainbg.png);
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
}

.high-volume {
    position: relative;
    z-index: 99
}

.staff_p {
    position: absolute;
    top: 78px;
    left: 22px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.staff_btn.fa-chevron-left,
.staff_btn.fa-chevron-right {
    color: #0a286b;
    padding: 21px !important;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    font-size: 10px;
    margin: 0px 5px;
}

.staff_btn.fa-chevron-left:hover,
.staff_btn.fa-chevron-right:hover,
.staff_btn.fa-chevron-left:focus,
.staff_btn.fa-chevron-right:focus {
    color: #000;
    background: transparent;
    text-decoration: none;
    box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.3);
}

.blur_tab {
    position: relative;
    height: 60px;
    background: #fff;
    top: 0px;
    margin: 0px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px;
}

.footer {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.bestSch h3 {
    color: #0a286b;
    text-align: center;
}

.testiImage {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
}

.testiName {
    margin-top: 0px;
    border-top: 1px solid rgb(238, 238, 238);
    padding: 25px 0px 0px;
}

.testim_btn.fa-chevron-left {
    margin-right: 13px;
}

.virtual-tour {
    margin: 8px 0px 8px;
    text-align: right;
    color: white;
    font-size: 13px;
    margin-right: 20px;
}

.hrabtheadg {
    margin-top: -14px;
    margin-bottom: 20px;
    border-width: 4px 0px 0px;
    border-style: solid none none;
    border-color: rgb(45, 49, 146);
    width: 80px;
}

.trust-name {
    height: 62px;
    width: 251px;
    border: 3px solid rgb(238, 238, 238);
    padding: 11px 44px;
    margin-top: -9px;
    border-radius: 0px 0px 13px 13px;
    margin-left: 4px;
}

.paddXsOr img {
    margin-bottom: 20px;
}

.campusul1 {
    padding-left: 15px;
}

.chalkbox-logo-set {
    border-radius: 10px;
    padding: 1px;
    background: #fff;
    margin-left: 5px;
}

.mesg-deck {
    margin-top: 50px
}

#slogan {
    clear: both;
    text-align: left;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding-right: 10px;
    margin-top: 11px;
}

.slider0 {
    background: url(../img/slide0.jpg) no-repeat;
    height: 530px;
    background-size: cover;
}

.read-more {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    border: solid 2px #0a286b;
    background: #0a286b;
    color: #fff;
    -webkit-box-shadow: 0 6px 4px rgba(45, 49, 146, 0.73);
    -moz-box-shadow: 0 6px 4px rgba(45, 49, 146, 0.73);
    box-shadow: 0 6px 4px rgba(45, 49, 146, 0.73);
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 12px;
    margin-top: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.buy {
    background: #7A1632 none repeat scroll 0% 0%;
    height: 36px;
    width: 136px;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: bold;
}

.buy:hover {
    background: ;
}

.fixed-right .fixBtn {
    background-color: #56509f;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    border: 2px solid #ddd;
    border-right: 0;
}

.fixed-right {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 50%;
}

.ban_img {
    position: relative;
}

.ban_holder {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 55%;
    text-align: left;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ban_holder h3 {
    font-weight: 100;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    margin-bottom: -3px;
}

.ban_holder h2 {
    font-weight: 400;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ban_img img {
    height: 214px;
    width: 100%;
}

.testi {
    margin-top: 0px;
    background: transparent;
    padding-bottom: 40px;
}

.paddingL {
    padding-left: 0
}

.ban_img:hover .rgba {
    background: rgba(255, 255, 255, 0.6);
}

.ban_img:hover .ban_holder h3,
.ban_img:hover .ban_holder h2 {
    color: #222;
}

.ban_img:hover .ban_holder {
    top: 32%;
}

.ban_img:hover .ban_holder strong {
    opacity: 1;
    border: solid 2px #0a286b;
    background: #0a286b;
    color: #fff;
    -webkit-box-shadow: 0 6px 4px rgba(45, 49, 146, 0.73);
    -moz-box-shadow: 0 6px 4px rgba(45, 49, 146, 0.73);
    box-shadow: 0 6px 4px rgba(45, 49, 146, 0.73)
}

.blnk-img2 {
    color: #fff !important;
    position: absolute;
    top: 75px;
    padding: 8px 15px;
    font-size: 16px;
    margin: 0px;
    width: 60%;
}

.blnk-img1 {
    color: #fff !important;
    position: absolute;
    top: 35px;
    padding: 8px 15px;
    font-size: 26px;
    margin: 0px;
    font-weight: 700;
}

.ban_holder strong {
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    border: solid 2px #c3b2aa;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 34px;
    font-size: 12px;
    color: #42424c;
    -webkit-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
    -moz-box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
    box-shadow: 0 6px 4px rgba(236, 108, 90, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.ban_img .rgba {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.abus {
    text-align: center;
    color: rgb(45, 49, 146);
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding: 8px 15px;
    border-radius: 10px;
    margin: auto;
    font-size: 24px;
    margin-top: 28px;
}

.innervision {
    position: absolute;
    width: 40px;
    height: 4px;
    font-size: 0px;
    line-height: 0px;
    background: #0a286b;
    left: 15px;
    top: 57px;
}

footer:before {
    width: 100%;
    height: 340px;
    content: " ";
    background-image: url(../img/bg-blllue.png);
    position: absolute;
    opacity: 0.4;
}

.campus {
    border: 2px solid #0a286c;
    margin-top: 74px;
    padding: 15px;
}

.submit-sec {
    background: #0a286b;
    border: 1px solid #0a286c;
    color: #fff;
    padding: 6px 25px;
    border-radius: 4px;
    font-size: 17px;
}

.safe-security {
    padding: 30px 0;
    float: left;
    width: 100%;
    position: relative
}

.bg-prospectus {
    background: #162963;
    padding: 50px 15px;
    color: #fff;
    position: relative;
}

.bg-prospectus p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: justify
}

.bg-prospectus h2 {
    color: #fff
}

.prospec-sher {
    float: left;
    padding-bottom: 15px;
    position: relative
}

.prospec-sher:after {
    bottom: -10px;
    border-bottom: 8px solid #EE721A;
    width: 65%;
    content: "";
    position: absolute;
    left: 0;
}

.pad15 {
    padding-top: 15px
}

.prospec-sher1 {
    float: left;
    padding-bottom: 15px;
    position: relative
}

.prospec-sher1:after {
    bottom: -10px;
    border-bottom: 8px solid #EE721A;
    width: 65%;
    content: "";
    position: absolute;
    left: 30%;
}


/*-----------------------------servicebox-------------------------------*/
.global-school{
	float: left;
    margin: 7px 0px;
    color: #fff;
    padding-right: 10px;
    font-size: 13px;
}
.design-develop{margin: 0px;color: #fff;padding-top: 7px;padding-bottom: 3px;font-size: 13px;}
:root {
    --color_1: #0a286b;
    --color_2: #e18134;
    --color_3: #0a286b;
    --color_4: #e18134;
}

.serviceBox {
    text-align: center;
    padding: 30px 9px 0;
    position: relative;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: var(--color_1);
    width: 25px;
    height: 15px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    transition: all 0.3s;
}

.serviceBox:hover:before {
    opacity: 1;
    top: 151px;
}

.serviceBox:hover:after {
    opacity: 1;
    top: 160px;
}

.serviceBox .service-icon {
    color: #fff;
    background: var(--color_1);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 50px;
    border-radius: 50%;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.3s;
    display:flex;
    align-items:center;
    justify-content:center;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    border: 2px solid var(--color_1);
    border-left: 2px dashed var(--color_1);
    border-right: 2px dashed var(--color_1);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    transition: all 0.3s;
}

.serviceBox .service-icon:after {
    transform: rotate(-45deg);
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}

.serviceBox:hover .service-icon:before {
    transform: rotate(-40deg);
}

.serviceBox:hover .service-icon:after {
    transform: rotate(40deg);
}

.serviceBox .service-icon i.fa {
    transition: all 0.3s;
}

.serviceBox:hover .service-icon i.fa {
    transform: rotateX(360deg);
}

.serviceBox .title {
    color: var(--color_1);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.serviceBox .description {
    color: #606060;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}

.serviceBox.orange:before,
.serviceBox.orange:after {
    background: var(--color_2);
}

.serviceBox.orange .service-icon {
    background: var(--color_2);
}

.serviceBox.orange .service-icon:before,
.serviceBox.orange .service-icon:after {
    border-color: var(--color_2);
}

.serviceBox.orange .title {
    color: var(--color_2);
}

.serviceBox.purple:before,
.serviceBox.purple:after {
    background: var(--color_3);
}

.serviceBox.purple .service-icon {
    background: var(--color_3);
}

.serviceBox.purple .service-icon:before,
.serviceBox.purple .service-icon:after {
    border-color: var(--color_3);
}

.serviceBox.purple .title {
    color: var(--color_3);
}

.serviceBox.green:before,
.serviceBox.green:after {
    background: var(--color_4);
}

.serviceBox.green .service-icon {
    background: var(--color_4);
}

.serviceBox.green .service-icon:before,
.serviceBox.green .service-icon:after {
    border-color: var(--color_4);
}

.serviceBox.green .title {
    color: var(--color_4);
}
.gallery-box{
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    height: 210px;
}
.gallery .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery .info {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #03236c;
  margin: 70px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery .info p {
  font-style: italic;
  font-size: 18px;
  position: relative;
  color: #fff;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.gallery img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery a:hover .info {
    background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

/*----------------------------------responsive work ------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation:portrait) {    

    
    
    
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation:landscape) {    


}



@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation:portrait) {

}


@media only screen and (min-width: 481px) and (max-width: 767px) and (orientation:landscape) {

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.admission-text {
    font-size: 14px;
    text-align: center;
}
.gallery .info h3 {
    font-size: 8px;
    padding: 5px;
    margin: 30px 0 0 0;
}
.gallery .info p {
    font-size: 10px;
    padding: 0px 20px 0px;
}
.gallery-box {height: 54px;}
.album.gallery-box {height: 84px;}
.top_row{display:none}
.navbar-default{min-height: auto;}
.navbar-brand {height: auto;}
.navbar-brand>img {height: 40px; margin-top: 0;}
.navbar-nav>li{width:100%;margin:0}
.navbar-toggle {
    background: #2D3192;
    margin-top: 3px;
    margin-bottom: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.menu li a{margin-bottom: 5px;}
.modal-dialog {
    width: 90%;
    margin: 30px auto 0;
}
.slider0{height: 150px;}
.menu li.active{background:transparent}
.menu li.active a {  color: #e18334 !important; }
.banner1{height:auto}
.banner1 li{width:100%}
.banner1 ul{padding:0}
.white-bg:before, .white-bg:after{display:none}
.paddingR, .paddXS, .paddingL, .paddXs0{padding:0}
.banner  h2{font-size:15px}
.safe-security  h2{font-size:20px}
.testimonial { margin: 10px 0;}
.topgallery{display:none}
.padXsL15 {padding:15px !important}
.paddXs0{padding:0}
.global-school{float: none;text-align: center;}
.design-develop{text-align:center}
.prospec-sher:after{display:none}
.prospec-sher1:after{display:none}
.link3 {margin-top: 10px;}
.bg-prospectus img{height:200px;}
.abus{font-size:16px;width:auto;margin-top: 15px;}
.headingXsA{font-size:20px;}
.sliderrrrrrrrrr{height:200px !important;}
.left50{left:0px;}
.right50{right:0px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -5px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -5px;
}
.carousel-control {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    border-radius: 5px;
}
.banner1 li {
    padding: 15px;
    font-size: 13px;
 }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
.banner1{height:auto}
.navbar-nav>li{margin: 0 1px;}
.menu li a{padding: 3px 10px;font-size: 12px;}



}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.banner1{height:auto}
.navbar-nav>li{margin: 0 1px;}
.menu li a{padding: 3px 10px;font-size: 12px;}

}