@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");


body {
    background-color: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    font-family: caliber;
}
*, *::before, *::after {
    box-sizing: border-box;
}

.home h3 {
    font-weight: bold;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.title-divider {
    width: 100px;
    height: 1px;
    background-color: #028484;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.home .box-content {
    padding-bottom: 20px;
    color: #565656;
    margin-top: -33px;
    padding: 58px 40px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.icon-container {
    position: relative;
    z-index: 2;
}

.icon-container i {
    border: 1px solid #028484;
    border-radius: 100px;
    color: #565656;
    display: inline-block;
    font-size: 21px;
    padding: 20px;
    background-color: #ffffff;
}

.home .box-content:hover {
    background-color: #028484;
    color: #fff;
    transition-duration: 1s;
    visibility: visible;
    animation-delay: 0s;
    animation-name: fadeInUp;
}


.about-list {}

.about-list-content h4 {
    text-align: right;
}

.about-list-content h4 a {
    color: #212121 !important;
}

.about-list-content p {
    text-align: right;
    color: #565656;
    width: 89%;
}

.icon-section i {
    float: right;
    background-color: #028484;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.heightlight {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 70px;
    padding-top: 90px;
}


.quotes h3 {
    font-weight: bold;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.quotes p {
    color: #565656;
    width: 90%;
    margin: auto;
}


.header_panel {
    background-color: #323c8f !important;
    height: 130px;
    margin-top: -85px;
}

.sub_header_panel {
    background-color: #7178bd;
    padding: 15px;
    color: #fff;
}

.sub_header_panel a {
    color: #fff;
}

.block {
    margin: 0;
    margin-bottom: 2em;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 25px;
    margin-top: 15px;
}

.block ul li {
    color: #565656;
    font-family: caliber;
    font-size: 16px;
    margin-bottom: 7px;
}

.block1 {
    margin: 0;
    margin-bottom: 2em;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.block1 h4 {
    text-transform: uppercase;
    background: none;
    border-bottom: 1px solid #028484;
    text-align: left;
    padding-bottom: 15px;
    font-size: 18px;
    margin-bottom: 15px;
}

.block1 ul {
    list-style: none;
    padding-left: 0px;
}

.block1 ul li:first-child {
    border-top: 0;
}

.block1 li {
    border-top: 1px solid #d7d7d7;
    display: block;
    padding-bottom: 9px;
    padding-top: 8px;
}

.block1 li a {
    color: #212121 !important;
}


p {
    font-family: caliber;
    font-size: 15px;
    text-align: justify;
}


.search-form .search-submit {
    background-color: #028484;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    height: 22px;
    padding: 15px 30px 27px;
    text-shadow: none;
    vertical-align: top;
    width: 102px;
}

.search-form label {
    margin-bottom: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    width: calc(100% - 106px);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.search-form .search-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
    display: block;
    height: 42px;
    max-width: 100%;
    vertical-align: top;
    background-color: #f7f7f7;
    line-height: 20px;
}

.logo span {
    margin: 5px;
    border: 1px solid #ddd;
    padding: 7px 11px;
    border-radius: 50px;
}

.logo span a {
    color: #fff !important;
    text-decoration: none;
}

.logo span:hover {
    background-color: #fff;
}

.logo span:hover a {
    color: #000 !important;
}



.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e730;
}



.fancybox-lock .fancybox-overlay {
    background: #000000b5;
}

.fancybox-overlay {
    background: #000000b5;
}

.fancybox-overlay-fixed {
    background: #000000b5;
}

/*Blog*/

.blog h3 b a {
    color: #000 !important;
}

.blog h4 {
    text-transform: uppercase;
}



.sub_btn {
    font-family: 'Raleway', sans-serif;
    border: none;
    cursor: pointer;
    outline: none;
    overflow: visible;
    background: #028484;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 18px 30px 20px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -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;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-image: none;
}

@media screen and (max-width: 768px) {

    h3,
    h4 {
        text-align: center !important;
    }

    .icon-section i {
        float: none;
        text-align: center;
    }

    .about-list {
        text-align: center;
    }

    .about-list-content p {
        text-align: center;
        width: 78%;
    }

    /*width:100%*/
    .top_bar {
        display: none;
    }

    .slider {
        top: -20px !important;
    }

    .navbar {
        background-color: #028484 !important;
    }

    .navbar-collapse {
        background-color: #000;
        text-align: center;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-toggle {
        float: none;
        margin-right: 0px;
    }

    .header_panel {
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header_panel {
        margin-top: -135px;
    }

    .navbar-right li a {
        padding: 15px 15px !important;
    }
}

/*code for new and birthday */
.blog {
    background-color: #042c42;
    color: #fff;
    width: 80%;
}

.blog ul li a {
    color: #fff;
}

.blog_heading {
    font-family: 'baskerville_ssiregular';
    font-size: 25px;
    color: #28cdf6;
    padding: 5px 15px;
}

.blog_data {
    padding: 10px;
}

/*code for new news and birthday*/
.mob_hide {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc_hide {
        display: block;
    }

    .mob_hide {
        display: none;
    }
}

/*-----------------------  our managment page -------------------*/
.kids_font {
    font-family: caliber;
    ;
    font-weight: 500;
    font-style: none;
    font-size: 20px;
}

.custom-border {
    border-radius: 20px;
    width: 100%;

}

@media screen and (max-width:700px) {
    .second {
        order: 2 !important;
    }

    .top-after::before {
        content: '';
        display: none !important;
    }

    .before-img::before {
        content: '';
        display: none !important;
    }

    .after-img::after {
        content: '';
        display: none !important;
    }
}

@media screen and (min-width:700px) {
    .d-lg-none {
        display: none !important;
    }
}

/*------------------- about us page ------------------------*/
.about_page {
    width: 100%;
    height: auto;
}

.has-border {
    border: 1px solid #028484;
    border-radius: none;
}

.before-img::before {
    content: '';
    background-image: url('../img/other/vision-new.jpg');
    height: 100px;
    width: 100px;
    border: 1px solid #028484;
    background-color: white;
    background-repeat: no-repeat;
    position: absolute;
    left: -10%;
    top: 50px;
    background-position: center center;
    background-size: contain;
}

.custom-heading {
    font-weight: 600;
}

.padding-left {
    padding-left: 8rem;
}

.padding-right {
    padding-right: 8rem;
}

.after-img::after {
    content: '';
    background-image: url('../img/other/mission-new.png');
    height: 100px;
    width: 100px;
    border: 1px solid #028484;
    background-color: white;
    background-repeat: no-repeat;
    position: absolute;
    right: -8%;
    top: 30px;
    background-position: center center;
    background-size: contain;
}

.custom-margin {
    margin-top: 3rem;
}

.no-border {
    border: none !important;
    border-radius: 0px !important;
}

/* .top-after::before {
    content: '';
    background-image: url('../img/other/value-new.jpg');
    height: 100px;
    width: 100px;

    background-color: white;
    background-repeat: no-repeat;
    top: 30px;
    transform: translate(37rem, 0px);
    background-position: center center;
    background-size: contain;
    z-index: 2 !important;
} */
.flex-property{ 
    display: flex; 
    justify-content: center;
}
.corevalue{ 
    height: 200px; 
    width: 200px; 
}
.custom-margin-top {
    margin-block: 4rem;
}

.top-after {
    z-index: 1 !important;
}

.custom-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.flex-items {
    list-style-type: none;
    padding-inline: 10px;
}

/*-----------------------------testimonials_-----------------------*/
.has-padding {
    padding-inline: 80px
}
.has-padding-top{ 
    padding-top:80px; 
}
.parents {
    display: flex;
    justify-content: space-around;
    padding: 0px !important;
}

.parents li {
    list-style: none;
}

.test-image {
    height: 50px;
    margin-top: -1rem;
    position: absolute;
    border-radius: 50px;
}

.quote2 {
    rotate: 180deg
}

.paresnts-list {
    display: flex;
    justify-content: center;
    position: relative;
}

.testimonials-body {
    background: #323c8f;
    color: white;
    border-radius: 20px;
}

@keyframes star {
    from {
        rotate: 0deg;
    }

    to {
        rotate: 360deg
    }
}

.addbg {
    background: url('../img/other/add-bg2.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------------------- first step ---------------------*/
.Domains-items {
    list-style: none;
    display: grid;
    place-items: center;
    justify-content: center;
}

.scale:hover {
    scale: 1.1;
    transition: 0.5s;
}

.custom-color {
    color: #035e5e;
    font-weight: 600;
}

.text-style {
    font-weight: 600;
}

/*---------------------------our programmes code start from here -----------------------*/
.programmes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
    padding: 0px;
}

.programeslist {
    list-style: none;
    padding: 10px;

}

.has-card {
    width: 100%;
    height: 380px;
}

:root {
    --color1: #0E7DC2;
    --color2: #004185;
    --color3: #56831D;
    --color4: #CD4D08;
    --color5: #A81851;
}


.card1 {
    border: 2px solid var(--color1);
}

.card2 {
    border: 2px solid var(--color2);
}

.card3 {
    border: 2px solid var(--color3);
}

.card4 {
    border: 2px solid var(--color4);
}

.card5 {
    border: 2px solid var(--color5);
}

.card-title {
    padding-inline: 10px;
}

.card-title1 {
    background: var(--color1);
    color: white;
    font-weight: 600;
    padding-block: 20px;
    font-size: 12px;
    font-family: sans-serif !important;
}

.card-title2 {
    background: var(--color2);
    color: white;
    font-weight: 600;
    padding-block: 20px;
    font-size: 12px;
    font-family: sans-serif !important;
}

.card-title3 {
    background: var(--color3);
    color: white;
    font-weight: 600;
    padding-block: 20px;
    font-size: 12px;
    font-family: sans-serif !important;
}

.card-title4 {
    background: var(--color4);
    color: white;
    font-weight: 600;
    padding-block: 20px;
    font-size: 12px;
    font-family: sans-serif !important;
}

.card-title5 {
    background: var(--color5);
    color: white;
    font-weight: 600;
    padding-block: 20px;
    font-size: 12px;
    font-family: sans-serif !important;
}

.card-content {
    padding-inline: 10px;
}

.custom-list {

    padding-block: 10px;
}

.is-color {
    color: black;
}

.banner-lable {
    display: flex;
    justify-content: center;
}

.custom-style {
    font-weight: 600;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.uniqueimage {
    width: 100% !important;
}

/* @media screen and (max-width:700px) {
	.has-padding{
		padding: 0px !important
	}
} */
.uni-heading_of_pages {
    font-weight: 600;
}


.has-keyframe {
    animation-name: smooth;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.animate {
    animation-name: star;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes smooth {

    0%,
    100% {
        rotate: 0deg;
    }

    50% {
        rotate: 30deg;
    }

}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.hr_our_programmes {
    width: 100%;
    position: relative;
    color: #035e5e;
}

.ourprogrammes_box {
    background: white;
    display: flex;
    justify-content: center;

}

.Our_programmes_title {
    font-size: 18px;
    font-weight: bold;
    color: black;

}

.Our_programmes_arrow {
    rotate: 50deg;
    margin: 0px 16px;
}

.Our_programmes_arrow_icon {
    color: #3dcdc7;
    font-size: 32px;
}
.short-title { 
    margin-top: 5px; 
}
.hr_our_programmes{ 
    border-top: 2px solid #5ac0e9;
}
.another-margin{ 
    margin-top: -34px; 
}
.programmeslist{ 
    display: flex;
    justify-content: center;
 padding: 0px; 

}
.programmeslist li{ 
    padding-inline : 10px; 
    list-style: none; 

}
.programesslinks::before{ 
    content: ""; 
border-radius: 50%; 
background:black ; 
padding: 0px 10px;
    margin: 0px 10px;
}
.programesitesm:nth-child(1) .programesslinks::before{ 
    content: none !important;
}
.custom-bg-panel{ 
background-color:#323c8f ;
}
.text-white{ 
    color: white; 
}
.has-padding-block{ 
    padding-block: 2rem; 
}
.before-image, .after-image{ 
    border-radius: 20px ;
    height:100px ; 
}
.uni-form-control{ 
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); 
}



























.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: white !important;
}

.facility-text:hover {
    color: white !important;
}

.rounded-circle {
    border-radius: 50% !important;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}
.w-100 {
    width: 100% !important;
}

.align-items-center {
    align-items: center !important;
}

.about-img img {
    transition: .5s;
}


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

/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: skyblue !important;
}

  .collapse.in {
        display: block !important;
        height: auto;
        transition: height 0.3s ease-in-out;
    }

    .collapse {
        display: none;
    }

#new-social{
display: flex;justify-content: center;gap: 10px;margin: 0px auto;
}

#new-social-1{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

 /* For large screens, hide the element */
    @media (min-width: 992px) {
        #new-social-1 {
            display: flex;
        }
    }

    /* For small screens, show the element */
    @media (max-width: 991px) {
        #new-social-1 {
            display: none;
        }
    }




    /* For large screens, hide the element */
    @media (min-width: 992px) {
        #new-social {
            display: none;
        }
    }

    /* For small screens, show the element */
    @media (max-width: 991px) {
        #new-social {
            display: flex;
        filter: brightness(0.5);
        }
    }

