                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             *
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 16px !important;
    font-family:fancyf !important;
}

.row
{
    margin: 0px;
}


/*fonts*/

@font-face {
    font-family: 'fancyf';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('../fonts/raleway-regular-webfont.woff') format('woff'),
    url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
    url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'darkb';
    src: url('../fonts/Cantarell-Bold-webfont.eot');
    src: url('../fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cantarell-Bold-webfont.woff') format('woff'),
    url('../fonts/Cantarell-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Cantarell-Bold-webfont.svg#cantarellbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*fonts*/


/*generic classes*/

.margin-0
{
    margin: 0px;
}

.padding-0
{
    padding:0px;
}

/*generic classes*/

/*header*/
.header
{
    position: relative;
}



.def-nav11
{
    z-index: 100;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    background-image: none;
    background: rgba(0,0,0,0.5);
    padding-bottom: 10px;
    padding-top: 10px;
}
.def-nav11 a span{
    color: #F5EB35;
    font-weight: 700;
    font-family:darkb;
    letter-spacing: -1px;
}

.navbar-default .navbar-toggle .icon-bar
{
    background: #fff;
}

.navbar-toggle
{
    border-color: #F5EB35 !important;
    color: #fff;
}
.navbar-toggle:hover
{
    background-color: #F5EB35 !important;
}
.navbar-toggle:focus
{
    background-color: #F5EB35 !important;
    border-color: #F5EB35;
}

.def-nav11 a , .navbar-nav li a
{
    text-shadow:none;
    color: #fff !important;
    text-transform:uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navbar-nav > .open > a , .navbar-nav > .open > a:focus
{
    background-color: rgba(245, 235, 53, 0.41) !important;
    color: #F5EB35 !important;
    background-image: none !important;
}

.dropdown-menu
{
    background-color: rgba(0,0,0,0.5);
    top: 118.7%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    background:rgba(245, 235, 53, 0.41) !important;
}


.header .navbar-nav li a:hover
{
    color:#F5EB35 !important;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);   
}

.navbar-brand
{
    font-family: fancyf;
}
.navbar-brand>img
{
    width: 50px;
    display: -webkit-inline-box;
}

.navbar-collapse
{
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

#search-call
{
    font-size: 32px;
    color: #F5EB35 !important;
    padding: 7px 0 0 0;
}

#search-call:focus,
#search-call:hover
{
    text-decoration: none;
    color: #D0CFBF !important;
}
.navbar-toggle
{
    border-radius: 0px;
}



.det-sbh11>span i
{
    color:#F5EB35;
}

.det-sbh11>span
{
    color: #fff;
    font-size: 19px;
}






/*header*/

/*carousel -fade*/

.carousel-caption
{
    right: 10%;
    padding-bottom: 30px;
    bottom: 0;
    position: absolute;
    text-align: right;
    margin: 0 auto;
}
.carousel-caption h2:nth-child(1)
{
    color: #F5EB35;
    animation-delay: 1s;
}
.carousel-caption h2:nth-child(2)
{
    font-size: 22px;
    animation-delay: 2s;
}
.carousel-caption h2
{
    text-transform: uppercase;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    margin-top:13px;
}

.carousel-control:hover, .carousel-control:focus
{
    color:rgb(245, 235, 53);
}




.main-container {
    padding: 10px 15px;
}

.carousel-indicators {
    bottom: 20px;
    left: 95px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 350px;
    height: 100%;
    width:100%;
}






/*carousel -fade*/

/*admission form------------------------*/

.admission11 * {
    color: #333;
    font-family: fancyf;
}

.m-admisss .port-btn
{
    margin-left: 15px;
    color: #333 !important;
    width: 110px;
}
.m-admisss
{
    overflow: hidden;
}

.contact11 .input-group-addon
{
    border: none;
    width: 45px;
}
.contact11 .input-group {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ccc;
}

.admission-form {
    margin: 50px 0px;
}
.contact11 h2 {
    padding: 0px !important;
    font-size: 18px !important;
}
input[type="file"]
{
    border:none !important;
    padding: 0px !important;
    margin-top: 15px;
}

.contact11 input , .contact11 select {
    font-family: fancyf;
    border:none;
    padding: 11px;
    height: 46px;
    font-size: 16px;
    box-shadow: none;
}
.sub-form11 div{
    margin-bottom:5px;
}
.sub-form11 input{
    font-family: fancyf;
    border:1px solid #ccc;
    padding: 11px;
    height: 46px;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0px;
}
.chec-form input+p
{
    display: inline;
}
.chec-form input {
    display: inline;
    vertical-align: top;
    height: 15px !important;
    width: auto;
    vertical-align: top;
    min-width: 17px;
}

.contact11 input:focus , .contact11 select:focus{
    box-shadow: none;
}

.attach-btn
{
    width: 120px;
    overflow: hidden;
    height: 42px;
    margin-bottom: 11px;
    position: relative;
    background-color: #F5EB35;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
}

.attach-btn input
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#captcha-entry-val
{
    border: 1px solid #ccc;
}
#captcha-entry-val:focus
{
    outline: none;
}


/*admission form------------------------*/






.hero-text11
{
    background: #222222;
    color: #fff;
    padding: 25px 45px 40px;
    border-top: 4px solid #F5EB35;
    color: #ccc;
    font-family: fancyf;
}

.hero-text11 p
{
    text-align: justify;
}
.hero-text11 a
{
    color: #e94;
}
.hero-text11 h2
{
    font-size: 30px;
    font-family: sans-serif;
}

.hero-btn
{
    margin: 0 auto;
    display: block;
    border-radius: 0px;
    font-size: 18px;
    color: #222;
    background: #F5EB35;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 229px;
    height: 56px;
    padding-top: 15px;
    margin-top: 20px;
}
.hero-text11 a.hero-btn
{
    font-family: darkb;
    color: #333;
}
.hero-btn:focus, .hero-btn:active
{
    outline: none;
}
.hero-btn:after
{
    content:"";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    top: -61px;
    left: 0px;
    transition:all 0.3s ease-in-out;
    z-index: -1;
}
.hero-btn:hover:after
{
    top: 0px;
}


.hero-btn i
{
    margin-right:5px;
}


.type-portion11
{
    background-color: #ecf0f1;
    padding: 50px 14px;
    overflow: hidden;
    font-family: fancyf;
    font-size: 15px;
}
.type-portion11>div div h2
{
    font-family: darkb;
    letter-spacing: -3px;
    font-size:25px;
}

.type-portion11 div
{
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;

}
.type-portion11>div:nth-child(1) div a
{
    color:#F55;
}
.type-portion11>div:nth-child(1) div .port-btn
{
    background-color:#F55;
}

.type-portion11>div:nth-child(2) div a
{
    color:#29AAE2 ;
}
.type-portion11>div:nth-child(2) div .port-btn
{
    background-color:#29AAE2 ;
}

.type-portion11>div:nth-child(3) div a
{
    color: #973CB6;
}
.type-portion11>div:nth-child(3) div .port-btn
{
    background-color:#973CB6 ;
}
.type-portion11>div:nth-child(4) div a
{
    color:#5EC64D;
}
.type-portion11>div:nth-child(4) div .port-btn
{
    background-color:#5EC64D;
}
.type-portion11>div div a:hover
{
    text-decoration: none;
}
.type-portion11>div div a
{
    font-size: 65px;
}
.port-btn i
{
    margin-right: 5px;
}
.port-btn:hover
{
    color: #fff;
}
.port-btn
{
    margin-top: 13px;
    font-size: 15px !important;
    color: #fff !important;
    padding: 10px 15px;
    width: 137px;
    height: 45px;
}
.type-portion11>div div
{
    border: 3px solid #E4E4E1;
    margin-bottom: 20px;
    padding: 25px 10px;
    background: #fff;
}


.carousel-indicators li
{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: rgb(34, 34, 34);
    border: 1px solid #F5EB35;
}
.carousel-indicators .active
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333;
}


/*dialog*/

.dailog-11
{
    position: fixed;
    z-index: 200;
    background-color:rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: -webkit-center;
    padding: 20px;
    display: none;
}

.dailog-11 form{
    width:100%;
    display: block;
}
.dailog-11 form
{
    transform: translateY(-50%);
    position: relative;
    left: 0;
    right: 0;
    max-width: 750px;
    top: 50%;
}
.help-block
{
    color: #efefef;
    font-size: 16px;
    text-align: left;
    position: relative;
    top: 6px;
    text-shadow: none;

}
.dailog-11 form .ntb11
{
    background-color: transparent;
    border: none;
    font-size: 50px;
    transform: rotateY(180deg);
}
.dailog-11 form .ntb11:focus
{
    outline:none;
}

.dailog-11 form .ntb11 button {
    color: #F5EB35;
    border: none;
    display: inline-block;
}

.dailog-11 form .ntb11 button:focus
{
    outline:none;
}
.dailog-11 form .ntb11 button:hover{
    text-decoration: none;
}
.dailog-11 form .input-group input
{
    font-size: 25px;
    height: 64px;
    background-color: transparent;
    border: 0px;
    border-bottom: 4px solid #F5EB35;
    box-shadow: none;
    border-radius: 0px;
    color: #fff;
}

.dailog-11>.input-group input::-webkit-input-placeholder
{
    color:#fff;
}

/*dialog*/



/*courses*/

.courses11
{
    padding: 45px 15px 55px;
    overflow: hidden;
    font-size: 16px;
    font-family: fancyf;
}
.courses11>div>div
{

    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;

}

.courses11 p
{
    display: block;
    padding: 10px;
    border: 1px solid #F5F0F0;
    border-bottom: 3px solid #9d9d9d;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0px;
    background-color: #F7F7F7;
    text-align: justify;
}

.sectionhead
{
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: darkb;
    letter-spacing: -2px;
    font-size: 35px;
}

.courses11 img
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.hd11
{
    height: 50px;
    font-size: 27px;
}

.hd11 span
{
    background:#F5EB35;
    color: #222;
    font-family: darkb;
    letter-spacing: -3px;
}
.hd11 a:hover
{
    text-decoration: none;
}
.hd11 a
{
    color:#F5EB35;
    background: #222;
    text-decoration: none;
}
.hd11 span , .hd11 a
{
    display: block;
    height: 100%;
    padding-top: 10px;
}



/*courses*/



/*about */

.about11
{
    font-family: fancyf;
    padding:40px 15px;
    font-size: 15px;
}

.about11 p
{
    text-align: justify;
}
.about11>div a:hover
{
    color:#fff !important;
}
.about11>div a
{
    color:#333 !important;
}
.about11 i
{
    font-style: normal;
    display: block;
}
.about11 span{
    color: #5EC64D;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.about11 h3
{
    margin-bottom:16px;
    text-align: left;
    font-size: 26px;
}

/*about */




/*footer*/

footer
{
    border-top: 1px solid #e5e5e5;
    background: #222222;
    padding-top: 20px;
    color: #fff;
    border-top: 5px solid #F5EB35;
    z-index: 1;
    font-family: fancyf;
    font-size: 16px;
}

footer ul
{
    text-indent: 10px;
}
footer ul li {
    list-style: none;
}
footer
{
    padding-bottom: 20px;
    list-style-type: none;
}


footer p{
    padding-top: 5px;
}
footer h4
{
    font-family: sans-serif;
    font-size: 18px;
    background-color: #333;
    padding: 13px 0 0px 10px;
    text-transform: uppercase;
}
footer h4:after
{
    content: "";
    width: 210px;
    height: 1.5px;
    background: #DACFCF;
    display: block;
    margin-top: 8px;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}
ul.menu {
    padding: 0px;
}

.menu li {
    padding: 1px 0px;
}
.menu li a:hover
{
    color: #F5EB35;
}
.menu li a {
    color: #FFFFFF;
    font-size: 14px;
}

.footer2
{
    background: rgba(10, 10, 10, 0.88);
    color: #fff;
    font-family: fancyf;
    border-top: 1px solid #333;
    padding: 5px 0px;
    font-size: 16px;
}

.footer2>div
{
    margin: 0 46px;
}

.footer2 p{
    margin-top: 20px;
    margin-bottom:0px;
}

.social-shoe
{
    padding-top: 7px;
    margin:0px;
}
.social-shoe li a
{
    font-size: 20px;
    color:#F5EB35;
    border: 1px solid;
    display: block;
    padding: 8px 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}

.social-shoe li a:after
{
    content: "";
    background: #F5EB35;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: skew(30deg) rotateY(-90deg);
    -moz-transform: skew(30deg) rotateY(-90deg);
    -webkit-transform: skew(30deg) rotateY(-90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-shoe li a:hover:after {

    transform: skew(30deg) rotateY(0deg);
    -moz-transform: skew(30deg) rotateY(0deg);
    -webkit-transform: skew(30deg) rotateY(0deg);
}
.social-shoe li a:hover
{
    text-decoration: none;
    color: #222;
}

.top-footer11
{
    margin: 10px 62px;
    padding: 0 0 35px;
}
.top-footer11 .btn
{
    width: 130px;
}
.top-footer11 .btn i
{
    margin: 0px;
    font-size: 21px;
    vertical-align:text-bottom;
}
.top-footer11 .btn
{
    height: 50px;
    margin: 0;
    border: 0px;
    padding: 13px 11px;
    font-size: 17px;
}
.top-footer11 h2
{
    margin: 13px 0 35px;
    font-size: 34px;
    font-family: fancyf;
}
.top-footer11 input
{
    height: 50px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 17px;
    font-family: fancyf;
}
.top-footer11 input:focus
{
    box-shadow: none;
    border-color:#fff;
    outline: none;
}
.top-footer11 img
{
    max-width: 212px;
}
.top-footer11>.row>div:nth-child(1)
{
    margin-top: 25px;
}


/*testimonials*/

.teste11
{

    padding: 45px 0px;
    color: #fff;
    overflow: hidden;
}


.teste11>div>div:nth-child(4)
{

    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.teste11>div>div:nth-child(3) , .teste11>div>div:nth-child(5)
{

    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.teste-b11 small
{
    display: block;
    font-family: fancyf;
    text-shadow: 4px 3px 6px rgba(0,0,0,0.7);
}
.teste-b11 h2
{
    font-size: 24px;
    font-family: darkb;
    letter-spacing: -2px;
    text-shadow: 4px 3px 6px rgba(0,0,0,0.7);
}
.teste-b11 img:hover
{
    border-color: #F5EB35;
}
.teste-b11 img
{
    width: 135px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 4px 3px 6px rgba(0,0,0,0.7);
    padding: 6px;
}

.teste11>div>div span{
    font-size: 18px;
    text-shadow: 4px 3px 6px rgba(0,0,0,0.7);
    color: #49AAE4;
}
.teste-b11 p
{
    background-color: #F5EB35;
    padding: 16px;
    position: relative;
    margin-bottom: 35px;
    box-shadow: 4px 3px 6px rgba(0,0,0,0.5);
    color: #333;
    font-size: 16px;
    text-align: justify;
}

.teste-b11 p:after {
    position: absolute;
    display: block;
    font-size: 29px;
    font-family: FontAwesome;
    content: "\f0d7";
    bottom: -23px;
    left: 47%;
    color: #F5EB35;
}


.teste11>div>div
{
    font-family: fancyf;
}
.teste11 .small-foot
{
    font-size: 18px;
    font-family: fancyf;
    margin-bottom: 20px;
    text-align: center;
}
.teste11 h1
{
    margin-bottom: 15px;
}



/*Contactus-------------------------------*/
/*Contactus-------------------------------*/


.contact-body
{
    /*background-color: #ecf0f1;*/
    padding: 45px 0px;
    overflow: hidden;
}
.sub-main-h1
{
    margin: 0;
    padding: 15px;
    padding-bottom: 40px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;

}
.sub-main-h1:before,
.sub-main-h1:after {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
}

.sub-main-h1:before {
    right: 100%;
}

.sub-main-h1:after {
    left: 100%;
}




.contact-body h2
{
    border-bottom:1px solid #333;
    font-family: fancyf;
    font-size: 27px;
    padding-bottom: 10px;
    letter-spacing: -1;
}
.contact-body span i{
    font-size: 19px;
    margin-right: 8px;
    vertical-align:sub;
    color: #F5EB35;
    text-shadow: 1px 2px 2px #333;
}
.contact-body span{
    display: block;
    margin-bottom: 7px;
}
.contact-body div:nth-child(1) h2
{
    margin-left: 15px;
}
.contact-body div:nth-child(1) p
{
    margin-left: 15px;
    margin-bottom: 25px;
}
.contact-body .btn:hover
{
    color: #fff;
}
.contact-body .btn
{
    margin: 0px 0 15px;
    font-size: 19px;
    padding: 11px 23px;
    z-index: 1;
    border: 1px solid #222222;
    width: 122px;
    height: 49px;
}
.contact-body .btn:after
{
    z-index:-1;
}

.page-co11
{
    background: url(../images/pat1.jpg);
    margin: 0px;
    padding-top: 96px;
    text-align: center;
    color: #fff;
    border-bottom: 5px solid #F5EB35;
    min-height: 211px;
    padding-bottom: 51px;
    text-transform: uppercase;
}
.page-co11 span{
    color: #F5EB35;
    font-size: 25px;
    vertical-align: baseline;
}
.page-co11>img
{
    max-width: 180px;
}
.page-co11 i{
    color: #F5EB35;
}

.contact-form>div.row div
{
    padding-left: 0px;
}
.contact-form input:focus , .contact-form textarea:focus
{
    -webkit-box-shadow: none ;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color:#77B233;
}

#map
{
    margin-bottom: 20px;
}


.contact-form input,.contact-form textarea
{
    height: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.contact-form textarea
{
    min-height: 150px;
    resize: vertical;
}

/*aboutus----------------------------------*/
/*aboutus----------------------------------*/

.About Us11 *
{
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

}


.about-us11 h2
{
    font-family: darkb;
    font-size: 30px;
    letter-spacing: -3px;
    text-transform: uppercase;
}
.about-us11 img
{
    max-width:479px;
    margin: 0px 15px 15px 0px;
}
.about-us11
{
    padding: 40px 15px 45px;
    font-size: 15.5px;
    text-align: justify;
    font-family: fancyf;
}

.note11
{
    padding: 30px 0px;
    color: #fff;
}

.note11 h2
{
    margin-bottom:24px;
    text-transform: uppercase;
}
.note11 span{
    display: block;
}
.note11>div
{
    width: 80%;
    margin: 0 auto;
    font-family: fancyf;
}


.note11 h2
{
    aniation-delay:"1s";
    text-shadow: 1px 1px 1px #000;
}
.note11 h2 span{
    display: -webkit-inline-box;
    vertical-align: bottom;
    font-size: 41px;
    color: #F5EB35;
    animation-delay: 1.4s;
}
.note11 .para11>div
{
    padding-left: 10px;
    padding-bottom: 5px;
}
.note11 .para11 span:nth-child(6)
{
    padding-top: 10px;
}

.para11
{
    font-size: 15.5px;
}

.job-wel11
{
    padding: 40px 26px;
    font-size: 15px;
    font-family: fancyf;
}

.falicons li
{
    display: inline-block;
    margin-right: 20px;
}
.falicons li a
{
    display: block;
    text-align: center;
    position: relative;
    width: 148px;
    height: 148px;
    background-color: #19140E;
}
.falicons li a:hover
{
    text-decoration: none;
}
.falicons li a span
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    padding-top: 50%;
    font-size: 21px;
    font-family: fancyf;
    letter-spacing: -1px;
    color: #F5EB35;
    border: 2px solid #f5eb35;
    box-sizing: border-box;
}
.falicons li a i
{
    top: -45px;
    margin: 0 auto;
    transform: translateY(50px);
    font-size: 90px;
    color: rgba(167, 166, 153, 0.3);
}

.job-wel11>div:nth-child(2)
{
    border-left: 1px solid #efefef;
}
.job-wel11 a{
    display:block;
    padding: 16px;
    background-color: #e9e9e9;
    margin-top: 16px;
}
.job-wel11 h2
{
    font-size: 26px;
    margin-bottom: 15px;
}


/*tuition fee------------*/

.tuition-fee11
{
    overflow: hidden;
    padding: 45px 15px 80px;
    font-size: 16px;
    font-family: fancyf;
}

.tuition-fee11 img
{
    margin: 25px;
}
.tuition-fee11 h2, .tuition-fee11 h3
{
    font-family: sans-serif;
}

.tuition-fee11 h3:before
{
    content: '';
    background: #333;
    width: 11px;
    height: 11px;
    display: -webkit-inline-box;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-bottom: 3px;
}


.table
{
    max-width: 806px;
    text-align: left;
    margin: 0 auto;
    border:1px solid #e9e9e9;
}
.table tbody tr:nth-child(odd)
{
    background: #eee;
}

.table thead
{
    background: rgba(0, 0, 0, 0.53);
    color: #fff;
    text-transform: uppercase;
}

.t-blod
{
    text-align: center;
    font-weight: 700;
}

.fee-headline
{
    font-size: 18px;
    margin-top: 15px;
    display: block;
}


/*tuition fee------------*/


/*staff--------------------*/

.staff11
{
    font-family: fancyf;
    font-size: 16px;
    padding:40px 15px;
    overflow: hidden;
}

.staff11 h2, .staff11 h3
{
    font-family: sans-serif;
}

.staff11 h3:before
{
    content: '';
    background: #333;
    width: 11px;
    height: 11px;
    display: -webkit-inline-box;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-bottom: 3px;
}

.staff-22 ul li
{
    margin-bottom: 3px;

}
.staff-22 i
{
    color:#9C9999;
    font-size: 13px;
}
.staff-22
{
    padding: 20px 0;
    margin-bottom: 25px;
}

.staff-22 h4 span
{
    color:#777;
    font-size: 15px;
}
.staff11 table
{
    margin-bottom: 40px;
}
.staff-22 h4
{
    font-family: sans-serif;
    text-transform: uppercase;
}

.staff11  img
{
    margin: 25px;
}
.admin11 span
{
    display: block;
    padding: 8px 0px;
}
.admin11 h2
{
    margin-top:5px;
    margin-bottom:20px;
}
.admin11 a
{
    color: #337ab7;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 1px 1px 1px #efefef;
}
.admin11
{
    padding: 30px 15px 40px;
    background-color: #efefef;
    margin-bottom: 15px;
    margin-top: 15px;
}

.counsellors11 ul li:before
{
    content: "\f105";
}

.counselors li:before
{
    content: "\f007";
    font-family:FontAwesome;
    font-style:normal ;
    font-weight: normal;
    color:#CEC7C7;
    margin-right: 7px;
}


/*staff--------------------*/


/*Rules----------*/
.rules11
{
    overflow: hidden;
    padding:40px 15px;
    font-family: fancyf;
    text-align: center;
}

.regulkations11
{
    font-size: 15px;
}

.regulkations11 h2
{
    text-transform: uppercase;
    font-size: 21px;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    font-family: sans-serif;
}
.regulkations11 ul,.regulkations11 p,.regulkations11 li
{
    text-indent: 8px;
}
.regulkations11 ul li
{
    display:block;
}
.regulkations11 ul li:before
{
    content: "\f178";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
}

/*Rules----------*/

/*proctor exams----------*/

.proctor11
{
    text-align: center;
    font-family: fancyf;
    padding:40px 15px;
}
.proctor11 a
{
    color: #2aabd2;
    text-decoration: underline;
}
/*proctor exams----------*/


/*programe*/

.program11
{
    font-family: fancyf;
    padding:40px 15px;
    font-size: 16px;
    overflow: hidden;
}
.program11 .high11
{
    margin-bottom: 45px;
}
.program11 .high11 .row>div:nth-child(1)
{
    border-right: 1px solid #e9e9e9;
}
.program11 h4
{
    font-size: 20px;
}
/*.program11 h2:after*/
/*{*/
    /*content: '';*/
    /*display: block;*/
    /*width: 26%;*/
    /*background: #333;*/
    /*height: 1px;*/
    /*margin-top: 8px;*/
/*}*/
.program11 h2
{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.program11 h2,.program11 h1,.program11 h3,.program11 h4,.program11 h5
{
    font-family: sans-serif !important;
}

.program1122>div
{
    padding:15px 25px;
}

.program1122>div h4
{
    font-size: 17px;
    text-transform: uppercase;
    background-color: #e9e9e9;
    padding: 11px;
}
.program1122>div img
{
    border: 9px solid #e9e9e9;
}
.ac-note strong
{
    font-size: 20px;
}
.ac-note
{
    background-color: #e9e9e9;
    padding: 12px;
}
.individual11
{
    background-color: #e9e9e9;
    padding-bottom: 20px;
}
/*programe*/






#submit-status-notify{ margin-top: 30px; }
.contact11 button[type='submit'] img{ width: 17px; }


/*Page Loading Styling--------------------------------------*/

.page-loader-cont{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #141414;
    z-index: 99999999;
}

.page-loader-cont .loading {
    text-transform: uppercase;
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: bold;
    font-size: 90px;
    text-align: center;
    height: 120px;
    line-height: 110px;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    display: block;
}

@keyframes wave-animation {
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: 200px bottom;
    }
}
@keyframes loading-animation {
    0% {
        background-size: 200px 0px;
    }
    100% {
        background-size: 200px 200px;
    }
}
.page-loader-cont .wave {
    background-image: url("../images/loader-animate.png");
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
    animation: wave-animation 1s infinite linear, loading-animation 4s infinite linear alternate;
    background-size: 200px 100px;
    background-repeat: repeat-x;
    opacity: 1;

}






/*online campus*/

.onloine-campus11
{
    padding: 45px 30px;
    font-family: fancyf;
    font-size: 16px;
}

.onloine-campus11 form button
{
    background-color:#F55;
    width: 121px;
}

.onloine-campus11 h2
{
    font-size:20px;
    text-transform: uppercase;
    text-align: center;

}
.onloine-campus11 a
{
    margin-top: 35px;
}
.onloine-campus11 a.port-btn
{
    background-color: #ccc;
    box-shadow:inset 2px 1px 8px #828080;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #e9e9e9;
}

.onloine-campus11 form {
    padding: 31px 20px;
    background-color: #e9e9e9;
    max-width: 750px;
    margin: 36px auto;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.onloine-campus11 .login-img{
    font-size: 100px;
    text-align: center;
    display: block;
    margin-top: 25px;
    text-shadow: 1px 6px 3px #CCC;
}
.onloine-campus11 form input:focus
{
    box-shadow: none;
    border-color:#333;
}
.onloine-campus11 form input
{
    height: 46px;
    font-size: 17px;
    border-radius: 0px;
}
/*online campus*/


/*online- resourses*/

.o-resource11
{
    padding: 40px 15px;
    font-size: 16px;
    font-family: fancyf;
}

.o-resource11  div
{
    padding: 10px;
    margin-bottom: 25px;
    background: #e9e9e9;
}

.o-resource11 img
{
    margin: 25px;
}
.o-resource11 h2
{
    font-family: sans-serif;
}
/*online- resourses*/


/*tv--------*/

.tv11 {
    padding: 40px 30px;
    font-size: 16px;
    font-family: fancyf;

}
.video-frame
{
    max-width: 515px;
    height: 450px;
    background-size: cover;
    margin:0 auto;
    padding: 38px;
    position:relative;
}

#video11
{
    position: absolute;
    top: 49px;
    width: 82%;
    height: 54%;
    left: 44px;
}

/*tv--------*/

.online-store
{
    padding: 40px;
    font-family: fancyf;
    margin: 0 auto;
}
.online-store div{
    margin-bottom: 30px;
}
.online-store .img123
{
    max-width: 120px;
}
.online-store a
{
    font-size: 17px;
    padding: 11px 0px 7px;
}
.online-store span
{
    font-size: 20px;
}
.online-store a , .online-store span
{
    display: block;
}


/*online-store------------*/
/*jw-player------------------*/


#wrap {
    position:relative;
    width:512px;
    margin:0 auto;
}
#mediaplayer {
    position:relative;

}
#end_screen {
    text-align:center;
    position:absolute;
    top:0px;
    left: 0px;
    width:100%;
    height:100px;
    display:none;
}
#end_screen p {
    background-color:#DB961F;
    padding: 20px;
}


/*jw-player------------------*/







/*Media query--------------------------------------*/
/*--------------------------------------*/

@media only screen and (max-width:767px)
{
    .job-wel11>div:nth-child(2)
    {
        border-left:none;
    }

    .program11
    {
        padding: 40px 0px;
    }

    .program11 .high11 .row>div:nth-child(1)
    {
        border-right:0px;
    }

    .tuition-fee11 .table thead>tr th:first-child
    {
        width: 50%;
    }

    .rules11
    {
        padding: 40px 0px;
    }

    .m-admisss
    {
        padding: 0px;
    }

    .video-frame
    {
        height: auto;
    }

}



@media only screen and (max-width:500px)
{


    .hero-text11
    {
        padding: 25px 5px 40px;
    }


    .top-footer11
    {
        margin: 0px;
    }

    .top-footer11 h2
    {
        font-size: 26px;
    }

    .footer2>div
    {
        text-align: center;
        margin: 0px;
    }

    .social-shoe
    {
        text-align: center;
    }

    #video11
    {
        top: 46px;
        width: 76%;
    }


}