/*
    * Author : Aminos
    * Template Version : 1.0
    * Framework Used : Bootstrap
    * Name Of Template : Kompally
*/

/*Global Styles*/
body
{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden!important;
}
/* heading style */
h2,h3
{
    color: transparent;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #2474a6), color-stop(0.5, #e00b27));    
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Montserrat', sans-serif;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2474a6, endColorstr=#e00b27);
    

}
h2
{
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}
h2.text-center,h3.text-center
{
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0.4, #2474a6), color-stop(0.6, #e00b27));
    
}
h2 span
{
    font-weight: 800;
}
h3
{
    font-weight: bold;
    font-size: 23px;    
}
h3 span
{
    font-weight: 300;
}
/*gradient background*/
.gradient
{
    background-image: url("../images/backgrounds/gradient.jpg");
    background-size: cover;
    background-position: center;
}
.gradient-2
{
    background-image: url("../images/backgrounds/Untitled-7.jpg");
    background-size: cover;
}
/*light section*/
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p,
.light span,
.light i
{
    color: #FFFFFF!important;
}
/*links*/
a
{
    transition: all .1s ease-in-out;   
    -webkit-transition: all .1s ease-in-out;   
    -moz-transition: all .1s ease-in-out;   
    -ms-transition: all .1s ease-in-out;   
    -o-transition: all .1s ease-in-out;   
}
/*our list*/
.our-list
{
    list-style-type: none;
    padding-left: 0;
}

.our-list li
{
    font-size: 12px!important;
    font-weight: bold;
    color: #565656!important;
    margin-bottom: 3px!important;
    line-height: 25px;
    position: relative;
    padding-left: 10px;    
}

.our-list li:before
{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #e00b27;
    position: absolute;
    border-radius: 100%;
    top: 11px;
    left: 0;
}
/* our list */
/* list ul */
ul
{
    list-style-type: none;
    padding-left: 0;
}
/*paragraph*/
p
{
    color: #464646;
    font-family: 'Montserrat', sans-serif;
}
/*button style*/
.my-btn
{
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 15px;
    outline: none!important;
    color: #000000;
    background-color: #ebf4f7;
    border: none;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: -10px;
}
.my-btn.orange {background-color: #f2a30f;color: #ffffff; float: right}
.my-btn a
{
    color: inherit;
    text-decoration: none;
    font-size: 13px;
    outline: none;
}
/* input fileds style */
label
{
    text-transform: uppercase;
    font-size: 11px;
    color: #505c61;
}
input[type='text'],
input[type='email'],
input[type='date'],
select,
textarea
{
    display: block!important;
    background-color: #f8f7fc!important;
    border: 1px solid #d2cfe5!important;
    font-size: 12px!important;
    padding: 9px 12px!important;
    margin-top: 3px!important;
    width: 100%!important;
    outline: none!important;
    color: #222222!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding-left: 0!important;
    text-indent: 13px;
}
select
{
    line-height: 32px;
}
select option
{
    color: #999999;
    line-height: 32px;
    font-size: 14px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}

/************************************** Slick Slider ************************************/
.slick-next
{
    right: -90px;
}
.slick-prev
{
    left: -90px;    
}
.slick-next,
.slick-prev
{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.slick-next:hover,
.slick-prev:hover
{
    background-color: #FFFFFF!important;
    color: #2474a6!important;
}
.slick-dots
{
    width: auto;
    left: 36%;
    bottom: -15px;    
}
.slick-dots li
{
    margin: 0;
}
.slick-dots li button
{
    background-color: #22557F;
    border-radius: 100%;
    width: 12px;
    height: 12px;    
}
.slick-dots li.slick-active button
{
    background-color: #FFFFFF;
}
.slider .slick-prev,
.slider .slick-next
{
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    z-index: 99999999;
    margin-top: -22px;    
}

.slider .slick-next:before,
.slider .slick-prev:before
{
    font-size: 13px;
    color: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slider .slick-prev.slick-disabled:before,
.slider .slick-next.slick-disabled:before
{
    color: #5f6f7a!important;
}
.slick-prev:before
{
    content: "\f053";
    font-family: FontAwesome;
    opacity: 1;
}
.slick-next:before
{
    content: "\f054";
    font-family: FontAwesome;
    opacity: 1;
    color: #FFFFFF;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled
{
    background-color: #F0F0F0!important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    color: #adadad;
}

/*********************************** HEADER ****************************************/
/* start interface */
/** subnav **/
.subnav
{
    background-color: #1a2a40;
    padding: 20px 0;
}
.subnav .btn
{
    font-weight: 800!important;
}
.subnav .btn a
{
    font-size: 11px!important;
}
.subnav ul
{
    margin-bottom: 0;
}
/* .subnav ul li
{
    float: left;
} */
.subnav ul li a
{
    color: #ebf4f7;
}
.subnav ul li.sm
{
    margin-left: 25px;
    margin-right: 25px;
}
.subnav ul li.sm a
{
    margin-left: 8px;
    font-size: 19px;    
}
.subnav ul li.sm,
.subnav ul li.phone
{
    margin-top: 5px;
}
.subnav ul li.phone
{
    font-size: 12px;
    font-weight: 600;
    padding-top: 4px;
    color:#fff;
}
.subnav ul li.phone i
{
    margin-right: 9px;
    font-size: 15px;
}
.subnav ul li .login
{
    padding: 8px 15px !important;
    font-size: 12px;
    font-weight: bold;
    margin-right: 16px;
    margin-top: -5px;
    border:#fff 1px solid;    
}
.subnav ul li .login a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #252525;
}
/** navbar **/
.navbar
{
    background-color: #ffa500de;
    border: none;
    border-radius: 0;
    margin: 0;
    position: absolute;
    z-index: 99999;
    width: 100%;
    min-height: auto;
    /*padding: 11px 0;   */ 
}
.navbar .container
{
    position: relative;
}
.navbar-default .navbar-nav>li:hover
{
    background-color: #28646f;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
    color: #c91136;
    background-color: transparent;
}
.navbar-default .navbar-toggle
{
    border: none;
    margin-top: 20px;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #2d2b5d;
}
.navbar-brand
{
    height: auto;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #000000!important;
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -5px;
    padding: 5px 0px;
    left: -5px;
    margin-left: -30px !important;
}
.navbar-brand span
{
    font-weight: 600;
}
.navbar-brand:hover,
.navbar-brand:focus
{
   /* background-color: #FFFFFF!important;*/
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
    background-color: transparent;
}
.navbar-default .navbar-nav>li:first-of-type a
{
    border-left: none;
}
.navbar-default .navbar-nav>li>a
{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    border-left: 2px solid #cecece;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
    color: #FFFFFF;
    background-color: transparent;
}
.navbar-default .navbar-nav .sm a
{
    float: left;
}
/** carousel **/
.carousel
{
    overflow: hidden;
    z-index: 9999;
    margin-top: 40px;    
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img
{
    width: 100%;
}

.carousel-indicators
{
    left: 100%;
    bottom: 50%;
    transform: translateX(-5%) rotate(90deg);
    -webkit-transform: translateX(-5%) rotate(90deg);
    -moz-transform: translateX(-5%) rotate(90deg);
    -o-transform: translateX(-5%) rotate(90deg);
    -ms-transform: translateX(-5%) rotate(90deg);
}

.carousel-indicators li
{
    background-color: transparent;
    border: 2px solid #f3761c;
    width: 12px;
    height: 12px;
}
.carousel-indicators li.active
{
    background-color: #f3761c;
}
.carousel-caption
{
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 0;
    left:0;
}
.carousel-caption.center
{
    width: 100%;
    top: 68%;
}
/*.carousel-caption.center h1
{
    text-align: center!important;
    color: #e00b27;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0.4, #2474a6), color-stop(0.6, #e00b27));
}*/
.carousel-caption.bottom
{
    top: 75%;
}
.carousel-caption h1
{
    display: table;
    font-weight: 300;
    font-size: 34px;
    position: absolute;
    text-align: left;
    line-height: 39px;
    right: 0px;
    padding:20px;  
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #2474a6), color-stop(0.5, #e00b27));
    color:black;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0.7;
}
.carousel-caption h1 span
{
    font-weight: 800;
}
.carousel-caption h1 span.top
{
    left: 0;
    bottom: 100%;;
}

.carousel-caption h1 span.bottom
{
    right: 0;
    top: 100%;
}

.carousel-caption h1.zig-zag span.bottom
{
    right: -25%;
}

/* end interface */

/************************************** REGISTER ****************************************/

/* start register */
.register
{
    padding-bottom: 40px;
}
.register .main
{
    padding-top: 30px;
    padding-bottom: 60px;
}
.register .main p
{
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    text-align: justify;
}
.register .main .steps img
{
    background-color: #f2a30f;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 60px;
    padding: 15px;
}
.register .main .steps p
{
    font-size: 14px;
    line-height: 23px;
}
.submit
{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 25px 30px;
}
.submit .item
{
    margin: 4px 0;
}

.submit input[type='submit']
{
    padding: 8px 40px;
    float: right;
    margin-top: 23px;
}
/* end register */

/* register light */
.register.light-register
{
    background-color: #ebf4f7;
}
.register.light-register .submit
{
    background-color: transparent;
}

/* register contact */
.details ul h4
{
    margin-top: 0;
    color: #e00b27;
    font-weight: bold;
    margin-bottom: 3px;    
}
.details ul li
{
    margin-bottom: 35px;
}
.details ul li img
{
    width: 67px;
    margin-bottom: 20px;
}

/**************************************** FEATURES ************************************/
.features
{
    padding: 60px 0;
}
.features .section
{
    border-right: 1px solid rgba(82, 85, 185, 0.4);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 90px;
}
.features .section:last-of-type
{
    border-right: none;
}
.features h3
{
    font-weight: bold;
    margin-bottom: 30px;    
}
.features .item
{
    margin-bottom: 35px;
}
.features .item h4
{
    font-weight: bold;
    text-transform: uppercase;
    color: #f2a30f;
}
.features .item p
{
    margin-top: 20px;
    font-weight: 500;
    color: #231f20;
}

.features ul li
{
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 22px;  
}

/********************************** STUDENT LIFE *******************************/
/*tabs*/
.tabs.s-life
{
    padding: 80px 0 0!important;
}

.tabs.s-life .tab-content
{
    border: 1px solid #EEE!important;
    margin-top: 45px;
    background-color: #FFFFFF;
}

.tabs.s-life .nav-tabs>li.active>a
{
    border: none!important;
    color: #FFFFFF;
}

.tabs.s-life .nav-tabs>li>a
{
    border: none!important;
    padding: 20px 14px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 600;
    font-size: 13px;    
}

.tabs.s-life .nav-tabs>li
{
    margin-right: 5.6px;    
}

.tabs.s-life .nav-tabs>li.active:before
{
    display: block;
}

.tabs.s-life .nav-tabs>li:before
{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -13.5px;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid;
    border-top-color: inherit;
    display: none;
    bottom: -15px;    
}

.tabs.s-life .tab-content>.tab-pane
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;    
}

/*testimonials*/
.testimonials.s-life
{
    background-color: #FFFFFF;
    padding: 60px 0;
}

.testimonials.s-life h3
{
    background-image: none;
    color: #1a2a40;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 0;
}

.testimonials.s-life h2
{
    color: #aec158;
    font-weight: 400;
}

.testimonials.s-life:before
{
    display: none;
}

.testimonials.s-life .item p
{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #212223;
}

.testimonials.s-life .carousel-indicators
{
    position: static;
    margin-left: auto;
    margin-top: 55px;
    margin-bottom: 30px;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

.testimonials.s-life .carousel-indicators li
{
    width: 100px;
    height: 0;
    text-indent: 0;
    opacity: .5;
    margin: 0px 40px 110px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: none;
}

.testimonials.s-life .carousel-indicators li.active 
{
    opacity: 1;
    width: 110px;
    height: 0;
    transform: scale(1.2) translateY(-10px);
    -webkit-transform: scale(1.2) translateY(-10px);
    -moz-transform: scale(1.2) translateY(-10px);
    -ms-transform: scale(1.2) translateY(-10px);
    -o-transform: scale(1.2) translateY(-10px);
    margin: 0px 40px 110px!important;
}

.testimonials.s-life .carousel-indicators li img 
{
    width: 100%;
    border-radius: 50%;
}

.testimonials.s-life .carousel
{
    overflow: visible;
}

.testimonials.s-life .carousel-control.left
{
    margin-left: -70px;
}

.testimonials.s-life .carousel-control.right
{
    margin-right: -70px;
}

.testimonials.s-life .carousel-control
{
    background-image: none;
    text-shadow: none;
    color: #fff;
    display: table;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    background: #ef4e24;
    font-size: 12px;
    top: 43%;
    opacity: 1;
}

.testimonials.s-life .carousel-control.disable
{
    background-color: #EEEEEE;
    color: #e4e4e3;
}

.testimonials.s-life .carousel-inner
{
    padding-bottom: 100px;
}

.testimonials.s-life .author
{
    font-weight: 700!important;
    font-size: 16px!important;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 440%);
    -webkit-transform: translate(-50%, 440%);
    -moz-transform: translate(-50%, 440%);
    -ms-transform: translate(-50%, 440%);
    -o-transform: translate(-50%, 440%);
    color: #212223!important;
}

.testimonials.s-life .author span
{
    display: block;
    font-weight: 500;
    font-size: 12px;    
}

/********************************** NEWS AND EVENTS *******************************/
.news
{
    padding: 80px 0;
    background-image: url("../images/home-page/news-events/background.jpg");
    background-size: contain;
}
.news h3
{
    color: #231f20;
    background-image:none;
    text-transform: uppercase;
    font-size:21px;
    margin-bottom:30px;
}
.news .item
{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow: hidden;
}
.news .item .image
{
    width: 40%;
    background-size: cover;
    background-position: center;
    height: 150px;
}
.news .item .details
{
    background-color: #ebf4f7;
    padding: 15px 25px;
    width: 60%;
}
.news .date
{
    background-color: #e00b27;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 15px;
    padding-top: 5px;
}
.news .link
{
    text-decoration: none;
    color: #231f20;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;    
}
.news ul
{
    margin-top: 10px;
}
.news ul li i
{
    color: #000000;
    font-size: 15px;
    margin-right: 5px;
}
.news ul li
{
    color: #e00b27!important;
    font-weight: bold!important;
    margin-bottom: 5px!important;
    font-size: 12px!important;
}
.news p.brief
{
    font-size: 12px;
    margin-bottom: 0;
    color: #231f20;
}

/********************************** MEDIA *****************************************/
/*Testimonials*/
.testimonials-2 .right,
.testimonials-2 .left
{
    padding: 25px 85px;
    height: 455px;
}

.testimonials-2 .right
{
    background-image: url("../images/backgrounds/Untitled-3.jpg");
    background-size: cover;
    padding-left: 130px;
    padding-right: 130px;
}

.testimonials-2 .right img
{
    margin-top: 30px;
    border-radius: 20px;
}

.testimonials-2 .left
{
    overflow: auto;
    background-image: url("../images/backgrounds/Untitled-5.jpg");
    background-size: cover;
}

.testimonials-2 .left h2
{
    margin-bottom: 25px;
}

.testimonials-2 .left p
{
    color: #565656;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.testimonials-2 .slick-prev,
.testimonials-2 .slick-next
{
    width: 75px!important;
    top: 90%;
    margin-top: -30px;
    left: 100%;
}

.testimonials-2 .slick-prev:hover,
.testimonials-2 .slick-next:hover
{
    background-color: transparent!important;
    color: #989898!important;
}

.slick-initialized .slick-slide
{
    outline: none;
}

.testimonials-2 .slick-prev.slick-disabled, .testimonials-2 .slick-next.slick-disabled
{
    background-color: transparent!important;
    opacity: .5;
}

.testimonials-2 .slick-prev.slick-disabled, .testimonials-2 .slick-next.slick-disabled
{
    color: #989898!important;
    opacity: 1;
}

.testimonials-2 .slick-prev,
.testimonials-2 .slick-next
{
    font-size: 13px;
    border: none;    
    color: #EF4E24;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;    
}

.testimonials-2 .slick-next
{
    transform: translate(-178px, 0);
    -webkit-transform: translate(-178px, 0);
    -moz-transform: translate(-178px, 0);
    -ms-transform: translate(-178px, 0);
    -o-transform: translate(-178px, 0);
}

.testimonials-2 .slick-next:after,
.testimonials-2 .slick-prev:before
{
    font-size: 14px!important;
    font-family: FontAwesome;
}

.testimonials-2 .slick-next:before
{
    content: "";
}

.testimonials-2 .slick-next:after
{
    content: "\f0da";
    margin-left: 6px;
}

.testimonials-2 .slick-prev:before
{
    content: "\f0d9";
    left: -2px;
    opacity: .5;
}

.testimonials-2 .slick-prev
{
    transform: translate(-265px, 0);
    -webkit-transform: translate(-265px, 0);
    -moz-transform: translate(-265px, 0);
    -ms-transform: translate(-265px, 0);
    -o-transform: translate(-265px, 0);
    z-index: 99999;
}

/*********************************** FACILITIES *****************************************/
.facilities
{
    padding: 25px 0;
    background-color: #F5F5F5;
}
.facilities .row>div
{
    color: #FFFFFF;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}
.facilities .row>div:last-of-type
{
    margin-bottom: 0;
}
.facilities .row>div .overlay
{
    padding: 65px 40px;
}
.facilities .row>div h3
{
    text-transform: uppercase;
    background-image: none;
    color: inherit;
    margin-top: 0;
    font-size: 19px; 
}
.facilities .image
{
    margin-bottom: 30px;
}
.facilities .image img
{
    border-radius: 5px;
}
.facilities p
{
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
    margin: 30px 0;
    color: #304054;
}
.facilities button
{
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 10px 20px;
}
.facilities button a
{
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.facilities.s-life
{
    background-color: transparent;
    padding: 0;
}
.facilities.s-life .row>div
{
    margin-bottom: 0;
}
.facilities.s-life p
{
    color: inherit;
    font-size: 13px;
}

/****************************** TESTIMONIALS ***********************************/
.testimonials
{
    padding: 30px 0;
    position: relative;
    background-color: #2474a6;
}

.testimonials:before
{
    content: "";
    position: absolute;
    background-color: #edcc28;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-65%);
    -webkit-transform: translateX(-65%);
    -moz-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    -o-transform: translateX(-65%);
}

.testimonials h2
{
    margin-bottom: -10px;
    color: #edcc28;
    font-size: 40px;
}

.testimonials .slick-slide
{
    outline: none;
}

.slider>div
{
    outline: none;
}

.testimonials .slider>div
{
    padding: 30px 0 0;
    z-index: 99;
}

.testimonials .slider .image
{
    padding: 15px 0 20px;
}

.testimonials .slider img
{
    width: 100%;
    margin-bottom: 10px;
}

.testimonials .slider .brief
{
    font-size: 14px;
    line-height: 24px;
    padding: 66px 35px;
    margin-bottom: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    margin-top: -30px;
    margin-left: -10px;
}

.testimonials .slider .brief img
{
    position: absolute;
    top: 10px;
    width: 92%;
    max-width: 100%;
    left: 10px;
    margin-bottom: 0;    
}

.testimonials .slider .author
{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    margin-top: 15px;
}

.testimonials .slider .author span
{
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: -2px;
}

/******************************* ACADEMIC *******************************/
/* start core */

.core
{
    padding: 50px 0;
}

.core img
{
    margin: auto;
    margin-bottom: 20px;
}

.core h2
{
    margin-bottom: 50px;
}

.core h3
{
    font-weight: bold;
    margin-bottom: 30px;
    background-image: none;
    text-transform: uppercase;
    color: #c91136;
    font-size: 19px;
}

/* end core */

/* start supp */

.supp
{
    padding: 25px 0;
    background-image: url(../images/backgrounds/Untitled-2.jpg);
    background-size: contain;
}

.supp img
{
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.supp h2
{
    margin-bottom: 50px;
}

.supp p
{
    margin-bottom: 15px;
}

/* end supp */

/* start value */

.value
{
    padding: 25px 0;
}

.value img
{
    margin: auto;
    margin-bottom: 40px;
}

.value h2
{
    margin-bottom: 50px;
}

.value p
{
    margin-bottom: 20px;
}

/* end value */

/* start school */

.school img
{
    margin: auto;
    margin-bottom: 40px;
}

/* end school */

/* start system */

.system
{
    position: relative;
}

.system img
{
    margin: auto;
    margin-top: 40px;
}

.system p:first-of-type
{
    margin-bottom: 50px;
}

/* end system */

/***************************************** TABS **************************************/

/* start tabs */

.tabs
{
    padding: 40px 0;
    background-size: contain;    
}

.tabs.multicolor
{
    background-image: url(../images/backgrounds/Untitled-1.jpg);
    background-size: contain;
    background-repeat: round;
}

.tabs.multicolor h2
{
    color: #FFFFFF;
    background: none;
    -webkit-text-fill-color: #FFFFFF;
}

.tabs img
{
    margin: auto;
}

.tabs h2
{
    margin-bottom: 40px;
    margin-top: 0;
}

.tabs .nav-tabs
{
    border: none;
}

.tabs .nav-tabs>li
{
    margin-top: 5px;
    z-index: 99999;
}

.tabs .nav-tabs>li>a
{
    background-color: #e00b27;
    padding: 12px 25px;    
    color: #FFFFFF;
    margin-right: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}

.tabs h3
{
    margin-bottom: 30px;
    font-weight: bold;
    background-image: none;
    color: #e00b27;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 0;
}

.tabs p
{
    color: #1a2a40;
    padding-right: 30px;
    margin-bottom: 40px;
}

.tabs .nav-tabs>li.active>a:hover,
.tabs .nav-tabs>li.active>a:focus
{
    border: none;
    border-bottom: 3px solid #465a89;
}

.tabs .nav-tabs>li.active>a
{
    background-color: #e4e4e4;
    color: #EF4E24;
    font-weight: 600;
    border-color: #465a89;
}

.tabs .tab-content
{
    background-color: #f7f7f7;
    border-bottom: 1px solid #0c1728;
}

.tabs .tab-content>.tab-pane
{
    padding-top: 70px;
}

/*pre-next*/

.tabs .pre-next
{
    padding: 40px 0 25px;
}

.tabs .pre-next>a:first-of-type
{
    margin-right: -5px;
}

.tabs .pre-next>a
{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    margin-right: 35px;
    cursor: pointer;
    color: #EF4E24;
    float: right;
    font-family: 'Poppins', sans-serif;
}

.tabs .pre-next>a i
{
    font-size: 15px;
    margin: 0 5px;
}

.tabs .tab-content>.tab-pane:first-of-type .pre-next .btnPrevious
{
    color: #d2d2d2;
}

.tabs .tab-content>.tab-pane:last-of-type .pre-next .btnNext
{
    color: #d2d2d2;
}

.tabs.blue .nav-tabs>li.active>a
{
    background-color: #e4e4e4;
}

.tabs.blue .nav-tabs>li>a
{
    background-color: #485d8d;
}

/* end tabs */

/* start celebrations */

.celebrations .tab-content
{
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0 3px 13px rgba(0, 0, 0, .1);    
}

.celebrations .nav-tabs>li>a
{
    font-size: 13px;
}

/* end celebrations */

/********************************* HEALTH SAFETY ****************************************/
.safety
{
    padding: 50px 0 10px;
}
.safety .details ul li
{
    min-height: 150px;
}
.safety .details ul li img
{
    width: auto;
    margin-bottom: 20px;
}
.safety .details ul li p
{
    font-size: 15px;
    font-weight: 400;
    color: #1a2a40;
}

/********************************* CONTACT US ***********************************/
.map
{
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #EDEDED;
    z-index: 0;
    display: block;
}
.map #pac-input
{
    width: 350px!important;
    border: none!important;
    background-color: #FFFFFF!important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3)!important;
    font-size: 15px!important;
    font-weight: 500;
    top: 7px!important;
    padding: 14px 24px!important;
    border-radius: 2px!important;
    color: #222222!important;
}
.map #pac-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cecece;
}
.map #pac-input::-moz-placeholder { /* Firefox 19+ */
  color: #cecece;
}
.map #pac-input:-ms-input-placeholder { /* IE 10+ */
  color: #cecece;
}
.map #pac-input:-moz-placeholder { /* Firefox 18- */
  color: #cecece;
}

/********************************* SCHOOL INFO *****************************************/

/*About*/

.about
{
    padding: 60px 0;
}

.about h2
{
    margin-bottom: 25px;
}

.item.inline li
{
    display: inline;
}

.item ul li
{
    font-size: 15px;
    margin-bottom: 3px;
    color: #0d293b;
}

.item ul .title
{
    font-weight: 600;
}

/*Committee*/

.committee
{
    padding: 50px 0;
    background-color: #faf4ff;
}

.committee .item
{
    margin-top: 10px;
}

.committee h2
{
    margin-bottom: 25px;
}

.committee .item ul
{
    background-color: #FFFFFF;
    padding: 50px;
    padding-bottom: 0;
    height: 210px;
}

/*start officials*/

.officials
{
    background-size: cover;
    padding: 50px 0;
}

.officials .item
{
    margin-top: 30px;
}

.officials .item.white
{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
}

.officials .item.white ul li
{
    color: #000;
}

.officials h2
{
    margin-bottom: 30px;
    color: #FFFFFF;
    background: none;
    -webkit-text-fill-color: #FFFFFF;
}

.officials ul li.title
{
    color: #FFFFFF;
}

.officials ul li
{
    color: rgba(255, 255, 255, .9);
}

/*end officials*/

/*start committee-inverse*/

.committee-inverse
{
    background-color: #f3fdff;
}

.committee-inverse .item ul
{
    height: auto!important;
    padding: 20px;    
}

/*end committee-inverse*/

/*start section 5*/

.section-5
{
    padding: 50px 0;
    background-image: url('../images/backgrounds/Untitled-6.jpg');
}

.section-5 .item
{
    margin-top: 30px;
}

.section-5 ul li
{
    color: #FFFFFF;
    font-family: 'Open sans', sans-serif;
}

.section-5 ul li.title
{
    margin-bottom: 30px;
}

/*end section 5*/

/*start current-students*/

.current-students
{
    background-image: url("../images/school-info/current-students/background.jpg");
    background-size: cover;
}

.current-students .overlay
{
    padding: 40px 0;
    background-color: rgba(25, 197, 223, .7);
}

.current-students h2
{
    color: #FFFFFF;
    margin-bottom: 50px;
    background: none;
    -webkit-text-fill-color: #FFFFFF;
}

.current-students .item
{
    margin-top: 30px;
}

.current-students th
{
    text-transform: uppercase;
    background-color: rgba(220,232,234,.9);
}

.current-students .last th
{
    background-color: #ddeaec;
}

.current-students td
{
    background-color: rgba(255,255,255,.9);
    font-weight: 500;
}

.current-students th,
.current-students td
{
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #bccbcf;
    color: #0d293b;
}

.current-students .item ul li.title
{
    color: #FFFFFF;
}

.current-students .item ul li
{
    color: rgba(255, 255, 255, .9);
}

/*end current-students*/

/* start fee */

.fee
{
    padding: 25px 0;
    background-color: #e5fffc;
}

.fee h2
{
    margin-bottom: 65px;
}

.fee table th
{
    text-align: center;
    font-size: 17px;
}

.fee table td
{
    font-size: 16px;
    font-weight: 500;
}

.fee table th,
.fee table td
{
    border: 1px solid #ececec;
    background-color: #FFFFFF;
    padding: 13px 0;
    color: #0d293b;
}

.fee .top,
.fee .bottom
{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    border: 1px solid #d6d6d6;
    
}

.fee .top
{
    background-color: #496ea1;
    border-bottom: 0;
    color: #FFFFFF;
    border-color: #436797;
}

.fee .bottom
{
    color: #496ea1;
    border: none;
    font-weight: 700;
    padding-top: 35px;
    font-size: 17px;    
}

/* end fee */

/* start terms */

.terms
{
    padding: 50px 0;
}

.terms p
{
    margin-top: 40px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #0d293b;
}

/* end terms */

/********************************* ABOUT US ****************************************/
/* start overview */

.overview
{
    padding: 65px 0;
    background-color: #EFFFEC;
}

.overview h2
{
    margin-bottom: 45px;
}

.overview p
{
    color: #4a4a4a;
    line-height: 21px;
}

.overview h3
{    
    font-weight: bold;
    background-image: none;
    color: #e00b27;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 30px;
}

/* end overview */

/* start note */

.note
{
    padding: 80px 0;
}

.note h2
{
    margin-top: -7px;
}

.note p
{
    color: #6f6f6f;
    line-height: 21px;
}

.note .brief
{
    margin: 20px 0;
}

.note .author
{
    font-weight: 700;
    font-size: 18px;
    color: #464646; 
}

.note .author span
{
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    font-weight: 500;
}

/* end note */

/*start pearson advantage*/

.pearson-advantage
{
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 28px;
    padding: 30px 0;
    font-family: 'Poppins', sans-serif;
    background-image: url('../images/backgrounds/Untitled-10.jpg');
    background-size: cover;
}

/*end pearson advantage*/

/* start benefits for learners */
.benefits-learners p
{
    color: #6f6f6f;
    line-height: 23px;
}

/* end benefits for learners */

/* start tabs */

.about-us .tabs .tab-content
{
    border: none;
    box-shadow: 0 0 25px rgba(65, 74, 170, 0.35);
}

/* end tabs */

/********************************  BLOG  *************************************/

.blog
{
    padding: 70px 0;
}

.blog  .info
{
    padding: 20px 0;
}

.blog .info ul li
{
    float: left;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #838282;
}

.blog .info ul li i
{
    margin-right: 5px;
}

.blog h3
{
    font-weight: bold;
    color: #0d293b;
    font-size: 19px;
    line-height: 24px;
    margin-top: 5px;
}

.blog.article h3
{
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog.article h3 span
{
    font-weight: bold;
}

.blog h3 a
{
    text-decoration: none;
    color: inherit;
}

/*sidebar*/

.blog .sidebar
{
    border-left: 1px solid transparent;
}

.blog .sidebar hr
{
    margin-top: 45px;
    margin-bottom: 45px;
    width: 100%;
}

.blog .sidebar,
.blog .sidebar hr
{
    border-color: #c7c7c7;
}

.blog .sidebar h3
{
    margin-bottom: 35px;
    margin-top: 0;
    font-weight: bold;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #EF4E24), color-stop(0.5, #4149AB));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
}

.blog .sidebar .item
{
    margin-top: 50px;
    position: relative;
    padding-left: 80px;    
}

.blog .sidebar .item:first-of-type
{
    margin-top: 0;
}

.blog .sidebar .item img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;    
}

.blog .sidebar .item a
{
    text-decoration: none;
    font-weight: 600;
    color: #0d293b;
    font-size: 13px;
}

.blog .sidebar .item a:hover
{
    color: #fb5f36;
}

.blog .sidebar .categories ul
{
    
}

.blog .sidebar .categories ul li
{
    margin-bottom: 10px;
}

.blog .sidebar .categories ul li a
{
    text-decoration: none;
    color: #0d293b;
    font-weight: 500;    
}

/*Subjects blog 1*/

.blog .subjects .item
{
    margin-bottom: 40px;
}

.blog .subjects .item p
{
    color: #0d293b;
    font-size: 15px;
    text-align: justify;
}

.blog .subjects .item a.more
{
    text-transform: uppercase;
    display: block;
    text-align: right;
    text-decoration: none;
    font-weight: 600;
    color: #ef4e24;
    margin-top: 25px;
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
}

.blog .subjects .item a.more:hover
{
    color: #ff6942;
}

/*Article Blog 2*/

.blog .article p
{
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    font-weight: 500;
}

.blog .article .comments
{
    padding: 60px 0;
}

.blog .article .comments .details
{
    margin-top: 55px;
    margin-bottom: 205px;
}

.blog .article .comments .details .img
{
    width: 100px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.blog .article .comments .details .admin
{
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 13px;
    border-right: 2px solid #bdbdbd;
}

.blog .article .comments .details .date
{
    color: #f47524;
    padding-left: 13px;
}

.blog .article .comments .details .date i
{    
    color: #838282;
    font-size: 13px;
    margin-right: 5px;
}

.blog .article .comments .details .brief
{
    font-size: 17px;
    color: #585858;
}

.blog .article .comments .details .reply
{
    padding: 6px 49px;
    text-transform: none;
    font-weight: normal;
    margin-top: 15px;
    background-color: #f2a30f;
    color: #FFFFFF;
    font-weight: 500;
}

.blog .article .comments .leave-comment
{
    padding: 20px 0;
}

.blog .article .comments .leave-comment form
{
    margin-top: 50px;
}

.blog .article .comments .leave-comment
{
    width: 435px;
    min-width: 435px;
    max-width: 400px;
}

.blog .article .comments .leave-comment form input[type='text'],
.blog .article .comments .leave-comment form input[type='email'],
.blog .article .comments .leave-comment form textarea
{
    font-size: 16px;
    margin-bottom: 15px;
    padding: 12px 13px;
}

.blog .article .comments .leave-comment form textarea
{
    height: 110px;
    min-height: 110px;
}

.blog .article .comments .leave-comment form input[type='submit']
{
    background-color: #f2a30f;
    color: white;
    font-weight: 400;
    padding: 13px 45px;
    margin-top: 5px;
    float: right;
    font-size: 15px;
}

.blog .article .comments .leave-comment form input[type='submit']:hover,
.blog .article .comments .leave-comment form input[type='submit']:focus
{
    color: #FFFFFF;
}

/**********************************  FOOTER ********************************************/

/* start footer */
.footer
{
    background-image: url("../images/footer/footer.jpg");
    background-size: cover;
    background-position: 10%;
    color: #FFFFFF;
}
.footer .logo
{
    text-align: center;
    cursor: default;
    background-color: #FFFFFF;
    background-image: none;
    color: #231f20;
    text-transform: uppercase;
    line-height: 30px;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    width: 225px;
}
.footer .logo span
{
    font-weight: 600;
}
.footer .line
{
    content: "";
    width: 2px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
}
.footer .admissionsandfeedback,
.footer .link
{
    padding-top: 45px;
}
.footer .overlay
{
    padding: 40px 0 0;
}
.footer h3,
.footer h5
{
    font-weight: 600;
    margin-top: 0;
}

.footer h5
{
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #f3761c;
}

.footer .admissionsandfeedback a
{
    color: rgba(255, 255, 255, .9);
    text-decoration: underline;
    margin-bottom: 21px;
    display: block;
    font-size: 12px;
}

.footer .admissionsandfeedback a:hover
{
    text-decoration: none;
}

.footer ul
{
    padding-left: 0;
    margin-bottom: 35px;
}

.footer ul li
{
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 4px;
}

.footer .link ul li
{
    margin-bottom: 10px;
}

.footer .link ul li a
{
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    font-size: 12px;
}

/* end footer */

/* start after-footer */
.after-footer
{
    padding: 20px 0 10px;
    background-color: rgba(243, 118, 28, 0.8);
}

.after-footer .rights
{
    color: #FFFFFF;
    font-size: 12px;
}

.after-footer .links
{
    list-style-type: none;
    margin-bottom: 0;
}

.after-footer .links li
{
    float: left;
    margin-right: 5px;
}

.after-footer .links li a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}

.after-footer .links li a i
{
    font-size: 16px;
}

.after-footer .my-btn
{
    font-weight: 800;
    margin-left: 15px;    
}
.after-footer .my-btn a
{
    font-size: 12px;
}

/* end after-footer */

/*********************** MEDIA QUERY (100% Responsive) /***********************

/* slick slider */
@media (min-width: 768px) {
  .my-container {
    width: 700px; } }
@media (min-width: 992px) {
  .my-container {
    width: 980px; } }
@media (min-width: 1200px) {
  .my-container {
    width: 975px; } }

/*Medium Screen*/
@media (max-width: 1199px)
{    
    /*Slick Slider*/
    .slick-prev
    {
        left: -35px;
    }
    .slick-next
    {
        right: -35px;
    }
    /*Carousel*/
    .carousel-caption
    {
        top: 35%!important;
    }
    .carousel-caption.bottom
    {
        top: 60%;
    }
    .carousel-caption h1
    {
        padding: 0 80px;
    }
    /*Testimonials*/
    .tabs.s-life .nav-tabs>li>a
    {
        padding: 20px 5px;
        font-size: 12px;
    }
    /*Footer*/
    .footer .admissionsandfeedback .line
    {
        right: -29%!important;
    }
    .footer .logo-section .line
    {
        right: -25%!important;
    }
}

/*Small Screen*/
@media (max-width: 991px)
{    
    /*Navbar*/
    .navbar-default .navbar-nav>li>a
    {
        font-size: 13px;
        padding: 0px 8px;
    }
    .subnav ul li .login
    {
        margin-right: 10px;
    }
    .navbar-brand
    {
        height: auto;
        font-size: 18px;
        line-height: 24px;
        padding: 8px 20px;
    }
    /*Testimonials2*/
    .testimonials-2 .left
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .testimonials-2 .right
    {
        height: auto;
        padding-top: 45px;
        padding-bottom: 75px;
    }
    /*Testimonials*/
    .tabs.s-life .container
    {
        width: 100%;
    }
    .tabs.s-life .nav-tabs>li
    {
        margin-bottom: 20px;
    }
    .tabs.s-life .nav-tabs>li>a
    {
        padding: 20px 2px;
        font-size: 11px;
    }
    .testimonials .slider .brief
    {
        padding-top: 35px;
    }
    .testimonials .slider .brief img
    {
        top: 0px;
        width: 100%;
        left: 10px;
        height: 76%;
    }
    .testimonials:before
    {
        transform: translateX(-70%);
        -webkit-transform: translateX(-70%);
        -moz-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        -o-transform: translateX(-70%);
    }
    .testimonials-2 .slick-next
    {
        transform: translate(-253%, 78px);
        -webkit-transform: translate(-253%, 78px);
        -moz-transform: translate(-253%, 78px);
        -ms-transform: translate(-253%, 78px);
        -o-transform: translate(-253%, 78px);
    }
    
    .testimonials-2 .slick-prev {
        transform: translate(-400%, 78px);
        -webkit-transform: translate(-400%, 78px);
        -moz-transform: translate(-400%, 78px);
        -ms-transform: translate(-400%, 78px);
        -o-transform: translate(-400%, 78px);
    }
    /*Carousel*/
    .carousel-caption.center h1
    {
        padding: 0;
    }
    .carousel-caption
    {
        top: 49%;
    }
    /*Register*/
    .register .container
    {
        padding: 0;
    }
    /*Features*/
    .features .section:nth-of-type(2)
    {
        border: none;
    }
    /*Academic*/
    div.col-sm-8
    {
        padding-left: 15px!important;
    }
    /*Blog*/
    .blog .sidebar
    {
        border: none;
    }
    /*Footer*/
    .footer .line
    {
        display: none;
    }
    .footer .links
    {
        margin-bottom: 6px;
    }
    .footer .links:last-of-type
    {
        margin-bottom: 0;
    }
    .after-footer .container
    {
        width: 100%;
    }
}

@media (min-width: 768px) {
  .my-container { width: 600px; }
  .carousel-caption h1{ background: #fff;}
   }
@media (min-width: 992px) {
  .my-container { width: 900px; }
  .carousel-caption h1{ background: #fff;}
    }
@media (min-width: 1200px) {
  .my-container {width: 975px;}
  .carousel-caption h1{ background: #fff;}
   }

/*Extra Small Screen*/
@media (max-width: 767px)
{   
    .after-footer .my-btn
    {
        margin-left: 0;
    }
    
    .overview,
    .core,
    .register,
    .about,
    .tabs.s-life,
    .register .main
    {
        padding-top: 15px!important;
    }
    
    .value .col-md-8,
    .core .col-md-8,
    .supp .col-md-8
    {
        padding-left: 15px!important;
    }
    
    .register .main
    {
        padding-bottom: 15px!important;
    }
    
    .subnav ul li.phone
    {
        margin-top: 10px!important;
    }
    
    .tabs.multicolor
    {
        background-size: auto;
        background-repeat: repeat;
    }
    
    .subnav ul li.sm a
    {
        margin-left: 0;    
        margin-right: 5px;    
    }
    
    .navbar-default .navbar-toggle
    {
        margin-top: 28px;
    }
    
    .testimonials .container
    {
        padding: 0;
    }
    
    .testimonials .slider .details p
    {
        border: 3px solid #EAF5F7;
        padding: 17px!important;
        border-radius: 19px;
        position: relative;
    }
    
    .testimonials .slider .details p:before
    {
        content: '';
        width: 45px;
        height: 45px;
        background-image: url(../images/home-page/testimonials/icon.png);
        background-size: cover;
        position: absolute;
        right: 4%;
        top: -12%;
    }
    
    .testimonials .slider .author
    {
        margin-bottom: 0;
    }
    
    .testimonials .slider .details,
    .testimonials .slider .image
    {
        padding-left: 35px;
        padding-right: 35px;
    }
    
    .testimonials .slider .image
    {
        background-color: #edcc28;
    }
    
    .testimonials h2
    {
        text-align: center;
    }
    
    /*Tabs*/
    .tabs img
    {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    
    .testimonials.s-life .carousel-control.left
    {
        margin-left: 0;
    }
    
    .testimonials.s-life .carousel-control.right
    {
        margin-right: 0;
    }
    
    .testimonials-2 .right,
    .testimonials-2 .left
    {
        padding-top: 61px;
        padding-bottom: 61px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .testimonials-2 .slick-next
    {
        transform: translate(-100%, 67px);
        -webkit-transform: translate(-100%, 67px);
        -moz-transform: translate(-100%, 67px);
        -ms-transform: translate(-100%, 67px);
        -o-transform: translate(-100%, 67px);
    }
    
    .testimonials-2 .slick-prev {
        transform: translate(-230%, 67px);
        -webkit-transform: translate(-230%, 67px);
        -moz-transform: translate(-230%, 67px);
        -ms-transform: translate(-230%, 67px);
        -o-transform: translate(-230%, 67px);
    }
    /*Testimonials*/
    .testimonials
    {
        padding: 50px 0;
    }
    .testimonials:before
    {
        display: none;
    }
    .testimonials.s-life .author
    {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        position: static;
        margin-top: 30px;
    }
    .testimonials.s-life .carousel-inner
    {
        padding-bottom: 0;
    }
    .testimonials .slider .brief img
    {
        display: none;
    }
    .tabs.s-life .nav-tabs>li.active:before
    {
        display: none;
    }
    .tabs.s-life .nav-tabs>li
    {
        width: 100%;
    }
    .tabs.s-life .nav-tabs>li>a
    {
        padding: 20px 10px;
        font-size: 14px;
        width: 100%;
    }
    /*Tabs*/
    .tabs .nav-tabs
    {
        padding-right: 0;
    }
    
    .tabs .nav-tabs>li {
        width: 100%;
        text-align: center;
    }
    
    .tabs .nav-tabs>li>a
    {
        width: 100%;
    }
    /*officials*/
    .officials
    {
        background-attachment: fixed;
    }
    /*Features*/    
    .features .section
    {
        border: none;
        padding-left: 15px;
    }
    /*Blog*/
    .blog .article .comments .leave-comment
    {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    /*Slick Slider*/
    .slick-dots
    {
        width: 100%;
        left: 0;
        bottom: -45px;
    }
    /*Register*/
    .submit input,
    .submit select,
    .submit label
    {
        font-size: 15px!important;
    }
    .register .main
    {
        padding: 0px 25px 30px;
    }  
    .register .submit
    {
        padding: 35px 0px;
    }  
    /*Navbar*/
    .navbar
    {
        padding: 0;
    }
    .navbar-default .navbar-brand
    {
        font-size: 19px;
        line-height: 35px;
        position: static;
        padding: 10px;    
    }
    .navbar-default .navbar-nav .sm a
    {
        float: none;
    }
    .navbar-nav
    {
        text-align: center;
    }
    .navbar-default .navbar-nav li a
    {
        font-size: 20px;
        padding: 20px 12px;
    }
    .navbar .upper-nav button.login a
    {
        font-size: 17px;
    }
    .subnav ul li.phone, .subnav ul li .login
    {
        margin: 0;
        margin-bottom: 13px;
    }
    .subnav ul li .login
    {
        width: 160px;
    }
    .subnav ul
    {
        float: none!important;
        text-align: center; 
    }
    .subnav ul li
    {
        float: none!important;
    }
    /*Carousel*/
    .carousel-indicators
    {
        bottom: 78%;    
    }
    #testi .carousel-indicators
    {
        display: block!important;
    }
    .testimonials.s-life .carousel-indicators li
    {
        width: 80px;
        margin: 0;
        margin-bottom: 80px;
    }
    .testimonials.s-life .carousel-indicators li.active
    {
        transform: none!important;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        width: 80px;
        margin: 0!important;
        margin-bottom: 40px!important;
    }
    .carousel
    {
        margin-top: 90px;
    }
    .carousel-caption
    {
        padding: 0;
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .carousel-caption h1
    {
        margin: 0;
        text-align: center!important;
        width: 100%;
        position: static;
        font-size: 30px;
        line-height: 46px;
        padding: 0;
        background-color: #1a2a40!important;
        background-image: none!important;
        -webkit-background-clip: content-box;
        background-clip: content-box;
        color: #FFFFFF;
    }
    .carousel-caption h1 span
    {
        color: #FFFFFF!important;
    }
    /*Testimonials*/
    .testimonials .slider .brief
    {
        padding: 0;
        margin-top: 30px;
    }
    .testimonials .slider .image img
    {
        margin-bottom: 25px;
    }
    .testimonials .slider .slick-next
    {
        right: 20px;    
    }
    .testimonials .slider .slick-prev
    {
        left: 20px;    
    }
    /*Events*/
    .news .left
    {
        margin-bottom: 70px;
    }
    /*Contact*/
    .contact .container-fluid
    {
        padding-right: 0;
    }
    
    .contact .contact-details
    {
        left: 50%;
        bottom: -25px;
        width: 100%;
        top: auto;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .map #pac-input
    {
        left: 130px!important;
        top: 6px!important;
        width: 34%!important;
    }
    /*Fees*/
    .fee table th, .fee table td
    {
        height: 77px;
    }
    /*Footer*/
    .footer .line
    {
        display: none;
    }
    
    /*After Footer*/
    .after-footer .rights,
    .after-footer .links
    {
        padding: 16px 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    
    .after-footer .links:last-of-type
    {
        border-bottom: 0;
    }
}
@media (max-width: 500px)
{    
    .news .item .details
    {
        width: 100%;
    }
    
    .news .item .image
    {
        width: 100%;
        height: 210px;
    }
    
    .news .item
    {
        display: block;
    }
}
@media (max-width: 375px)
{    
    .subnav ul li .login
    {
        margin: 10px 0;
    }
}

#loader
{  
    position: fixed;
    display: none;
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    background: url('../images/loader.gif') 50% 50% no-repeat;  
}
.blogsico{font-family: OpenSans-Regular; font-size: 12px !important; padding: 0px !important}
#fashare{background-color: #3b5998; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#twshare{background-color: #83c3f3; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#lnshare{background-color: #0077b5; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#gmshare{background-color: #ed4926; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#whshare{background-color: #43C353; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
.about_awards img
{
  border: #022778 3px solid;
  padding: 5px;    
}
.about_awards p {
    color: #000;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}
.facultyda th, .facultyda td{
border: 1px solid #ececec;
background-color: #FFFFFF;
font-size: 16px;
padding: 10px 0;
color: #0d293b;
text-align: center;
}

.edate{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 75px;
    margin-right: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding: 6px;
    background-color: white;
}
.edate .num
{
    font-size: 30px;
    color: #a4274a;
}

.edate .mon
{
    font-size: 12px;  
    border-bottom:#d2d2d2 1px solid; 
    color: #000;
}

.edate .year
{
    font-size: 12px;    
    color: #000;
}
.read_more{
  float: right;
}
.news_head_cont {
    background: #D1E6F4;
    padding: 10px 0 1px 20px;
        padding-right: 0px;
        padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.privacy h2
{
    color:#fff;
    font-family: 'Roboto', sans-serif;
}
.privacy p 
{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    color: #0c0b0b;
}
.privacy ul
{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important; 
    list-style:circle;  
}
.termsofuse h2
{
    color:black;
    font-family: 'Roboto', sans-serif;
}
.termsofuse p 
{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    color: #0c0b0b;
}
.termsofuse ul{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important; 
    list-style:circle;  
    color: #0c0b0b;
}
.popover {
    z-index:9999999999 !important;
}
.popover-title {

  padding: 8px 14px;
  background-image:none !important;
  margin: 0;
  font-size: 18px;
  background-color:#1a2a40 !important;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  color: #fff !important;
  -webkit-background-clip:initial !important;
}
.input-group-addon{
   background-color: #1a2a40 !important; 
}
.input-group-addon i{
    color:#fff !important;
}

.submit input[type='button'] {
    padding: 8px 40px;
    float: right;
    margin-top: 23px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown-menu {
    background-color: #286470;
}
.dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #28646f;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: #ffff;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: auto;
    }
    .adm_logo {
       margin-left: 130%;
    }
    .ul_line {
        /* margin-left: 200px; */
    }
}

@media screen and  (max-width: 768px) {
    .navbar-brand
    {
        margin-left: 0px !important;
    }
}

.lightbox {
    z-index: 999991 !important;
}