/*
    Theme Name: MyBiz
    Theme URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/*General*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: normal;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

a:focus {outline:0;}
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7e7e7e;
    border-width: 1px;
    border-style: solid;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border linear .3s;
    -webkit-transition: border linear .3s;
    -o-transition: border linear .3s;
    transition: border linear .3s;
}

textarea {
    padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    background: rgba(62, 212, 255, 0.5);
    border-color: #14148c !important;
    outline: none;
    color: #333;
}

.btn {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 120px;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.btn:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
    position: relative;
    z-index: 3;
}

/*Header*/
/*Top nav left*/
.top-nav {
    color: #FFF;
    line-height: 40px;
    border-bottom: 1px solid #f2f3f4;
    background-color: #FF0000;
}

.top-nav-txt{
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 700;
    font-family: Noto Sans, sans-serif;
}
/*Top left Menu*/
.top-left {
    float: left;
}

.top-left ul >li {
    display: inline-block;
    margin-right: 15px;
}

.top-left a {
    font-size: 16px;
    color: #333;
}

.top-left a:hover {
    color: #14148c;
}

/*Top Right Menu*/
.top-right {
    float: right;
}

.top-right p:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #14148c;
    margin-right: 10px;
}

.top-right p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.top-right p > span {
    margin-left: 5px;
    font-style: italic;
    font-weight: 400;
}

/*Nagivation*/
#main-nav {
    padding: 15px 0;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
    margin:0;
}

#main-nav .navbar-header a {
    background-color: #14148c;
    color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
    background-color: #ff0000;
}

#main-nav .navbar-toggle span {
    background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
    margin-top: 10px;
}
#main-nav .navbar-right li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    /*color: #555;*/
    color: #00A0C6;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

#main-nav .navbar-right li > a:hover{
    color: #FF0000;
    background: #FFF;
    outline: none;
}
#main-nav .navbar-right li > a:focus {
    color: #ff0000;
    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
    /*color: #14148c;*/
    background: none;
}

.nav-active{
    /*background: rgb(221,235,200, 0.50);*/
    background: #FFFDE7;
    border-bottom: 4px #ff0000 solid;
}
.nav-active:hover{
    /*background: rgb(221,235,200, 0.50);*/
    background: #F5F5F5;
    /*border-top: 4px #00A0C6 solid;*/
    border-bottom: 0px;
}




/*Search Form*/
.search-form {
    padding: 10px;
    position: absolute;
    bottom: -76px;
    right: 15px;
    z-index: 3;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
    visibility: visible;
    opacity: 1;
}

.search-form input {
    height: 40px;
    width: 275px;
    border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
    margin: 0;
    padding: 0;
    position: relative;
}

.flexslider {
    border: 0;
}

#slider.flexslider .slides > li img {
    height: 500px;
}

/*Slider Caption*/
#slider .caption {
    position: absolute;
    width: 600px;
    top: 50%;
}

#slider .caption h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
}

#slider .caption span {
    padding: 0 10px;
    background-color: #14148c;
    color: #fff;
}

#slider .caption p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    margin-top: 30px;
    color: #14148c;
}

#slider .caption button {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-top: 20px;
    background-color: #14148c;
    color: #fff;
    border: 1px solid #fff;
}

#slider .caption button:hover {
    background-color: #fff;
    border: 1px solid #14148c;
    transition: 0.3s;
    color: #14148c;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #slider .caption {
        position: absolute;
        width: 400px;
        top: 55%;
    }

    #slider .caption h2 {
        font-size: 15px;
    }

    #slider .caption p {
        font-size: 10px;
        font-style: italic;
        margin: 0;
        padding: 0;
        color: #14148c;
    }

    #slider .caption .btn {
        width: 80px;
        height: 20px;
        font-size: 10px;
        margin-top: 5px;
        padding: 0;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    #slider .caption {
        position: absolute;
        width: 450px;
        top: 50%;
    }

    #slider .caption h2 {
        font-size: 24px;
    }

    #slider .caption p {
        font-size: 16px;
        font-style: italic;
        margin-top: 15px;
        color: #14148c;
    }

    #slider .caption .btn {
        width: 110px;
        height: 30px;
        font-size: 12px;
        margin-top: 15px;

    }
}

/*Control Nav*/
#slider .flex-control-nav {
    position: absolute;
    display: inline;
    z-index: 2;
}

#slider .flex-control-nav li {
    margin: 5px;
    display: inline-block;
}

#slider .flex-control-paging li a {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #14148c;
}

#slider .flex-control-paging li a:hover {
    background: #14148c;
}

#slider .flex-control-paging li a.flex-active {
    background: #14148c;
    width: 12px;
    height: 12px;
}

/*About*/
#about {
    padding: 80px;
    background: #E0E0E0;
}

#about .about-heading {
    text-align: center;
}

#about .about-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#about .about-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

#about .about-left {
    position: relative;
    z-index: 2;
}

#about .about-right:before {
    content: "";
    border: 8px solid #e5eef0;
    width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about .about-right {
    position: relative;
    padding: 0 80px 150px 80px;
}

#about .about-right-heading h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-top: 100px;
    text-transform: uppercase;
}

#about .about-right-boot:before {
    content: "\f080";
    font-family: 'FontAwesome';
    font-size: 45px;
    padding: 65px 30px 0 0;
    float: left;
    color: #14148c;
}

#about .about-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
    left: 0;
    top: 25px;
}

#about .about-right-wrapper a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #282828;
}

#about .about-right-wrapper a:hover {
    color: #14148c;
}

#about .about-right-wrapper p {
    line-height: 28px;
    margin-top: 20px;
    color: #8e8e8e;
}

#about .about-right-best:before {
    content: "\f201";
    font-family: 'FontAwesome';
    font-size: 45px;
    padding: 65px 30px 0 0;
    float: left;
    color: #14148c;
}

#about .about-right-support:before {
    content: "\f025";
    font-family: 'FontAwesome';
    font-size: 45px;
    padding: 65px 30px 0 0;
    float: left;
    color: #14148c;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #about {
        padding: 0;
    }

    #about .about-heading h2 {
        margin-top: 50px;
        font-size: 27px;
    }

    #about .about-heading p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    #about .about-right:before {
        content: "";
        border: 8px solid #e5eef0;
        width: 100%;
        height: 100%;
    }

    #about .about-right {
        position: relative;
        padding: 30px;
        margin-top: 20px;
    }

    #about .about-right-heading h1 {
        padding-top: 20px;
        font-size: 25px;
        text-align: center;
    }

    #about .about-right-boot:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-wrapper {
        position: relative;
        left: 0;
        top: 35px;
    }

    #about .about-right-wrapper a > h3 {
        font-size: 20px;
    }

    #about .about-right-wrapper p {
        margin-top: 20px;
        font-size: 13px;
    }

    #about .about-right-best {
        margin-top: 40px;
    }

    #about .about-right-best:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-support {
        margin-top: 40px;
    }

    #about .about-right-support:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    #about {
        margin-top: 50px;
        padding: 0;
    }

    #about .about-heading h2 {
        margin-top: 30px;
        font-size: 30px;
    }

    #about .about-heading p {
        margin-top: 20px;
        line-height: 20px;
    }

    #about .about-right:before {
        content: "";
        border: 8px solid #e5eef0;
        width: 100%;
        height: 100%;
    }

    #about .about-right {
        position: relative;
        padding: 30px;
        margin-top: 20px;
    }

    #about .about-right-heading h1 {
        padding-top: 20px;
        font-size: 25px;
        text-align: center;
    }

    #about .about-right-boot:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-wrapper {
        position: relative;
        left: 0;
        top: 35px;
    }

    #about .about-right-wrapper a > h3 {
        font-size: 20px;
    }

    #about .about-right-wrapper p {
        margin-top: 20px;
        font-size: 13px;
    }

    #about .about-right-best {
        margin-top: 40px;
    }

    #about .about-right-best:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

    #about .about-right-support {
        margin-top: 40px;
    }

    #about .about-right-support:before {
        font-size: 30px;
        padding: 20px 20px 0 0;
    }

}

/*About bg*/
#about-bg {
    position: relative;
    background-image: url(../images/about/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    text-transform: uppercase;
    padding: 100px 0;
    color: #fff;
}

.about-bg-heading {
    font-family: 'Josefin', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 40px;
    z-index: -2;
}

.about-bg-heading h1 {
    font-size: 40px
}

.about-bg-heading p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-weight: 400;
    font-size: 16px;
}

.about-bg-wrapper {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    z-index: -2;
}

#about-bg .about-bg-wrapper .count {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 45px;
    margin-right: 20px;
    text-align: center;
    float: left;
    color: #14148c;
}

#about-bg .about-bg-wrapper p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    .about-bg-heading h1 {
        font-size: 28px;
    }

    .about-bg-wrapper {
        margin-left: 25%;
    }

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    .about-bg-heading h1 {
        font-size: 30px;
    }

    .about-bg-wrapper {
        margin-left: 35%;
    }

}

/*Service*/
#service {
    /*margin-top: 120px;*/
    background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
    padding: 0;

}

#service .service-heading {
    text-align: center;
}

#service .service-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#service .service-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

.services-style-one {
    position: relative;
}

.services-style-one .outer-box {
    position: relative;
    background: #1c1c1c;
}

.services-style-one .services-column {
    position: relative;
    width: 50%;
    float: left;
    background: #f2f3f4;	
}

.services-style-one .service-block {
    position: relative;
    margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
    position: relative;
    float: right;
    max-width: 700px;
    padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1px;
    color: #14148c;	
}

.services-style-one .services-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #1c1c1c;	
}

.services-style-one .services-column .text {
    font-size: 13px;
    color: #5a5a5a;
    max-width: 250px;	
}

.services-style-one .content-column {
    position: relative;
    float: left;
    width: 50%;
    background: #1c1c1c;
    text-align: right;
}

.services-style-one .content-column .content-box {
    position: relative;
    float:left;
    padding: 80px 20px 100px 200px;
    max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
    color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
    border-bottom: 2px solid #14148c;
    padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
    position: relative;
}

.services-style-one .content-column .text {
    position: relative;
    margin: 30px 0;
    color: #b9b5b5;
    line-height: 25px;
    font-size: 16px;
}

.inner-box button {
    background-color: #14148c;
    width: 120px;
    height: 35px;
    color: #fff;
}

.inner-box button:hover {
    background-color: #fff;
    color: #14148c;
}

/*front page about us session*/

#service .service-footer {
    background: #FF0000;
    padding: 30px 0;
}

#service .service-footer-left h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

#service .service-footer-left h3 > span {
    color: #14148c;
}

#service .service-footer-left p {
    font-size: 16px;
    color: #ffffcc;
}

#service .service-footer-right {
    float: right;
    line-height: 80px;
}

#service .service-footer-right button {
    background-color: #00A0C6;
    width: 180px;
    height: 50px;
    color: #ffff00;
}

#service .service-footer-right button:hover {
    background-color: #fff;
    color: #FF0000;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #service {
        /*margin-top: 50px;*/
    }

    #service .service-heading h2 {
        font-size: 27px;
    }

    #service .service-heading p {
        font-size: 13px;
    }

    .services-style-one .content-column .content-box {
        padding: 200px 20px 100px 20px;	
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    #service {
        /*margin-top: 50px;*/
    }

    #service .service-heading h2 {
        font-size: 30px;
    }

    .services-style-one .content-column .content-box {
        padding: 200px 20px 100px 20px;	
    }
}

/*Portfolio*/
#portfolio {
    margin-top: 60px;
}

#portfolio .portfolio-heading {
    text-align: center;
}

#portfolio .portfolio-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#portfolio .portfolio-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
    position: relative;
}

#portfolio .portfolio-thumbnail img {
    width: 100%;
    height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
    padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(62, 212, 255, 0.7);
    opacity: 0;
    -moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
    opacity: 1;
}

#portfolio .caption i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #14148c;
    background-color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

}

#portfolio .caption p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 17px;
    text-transform: capitalize;
    top: 55%;
    left: 30%;
    right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #portfolio {
        margin-top: 50px;
    }

    #portfolio .portfolio-heading h2 {
        font-size: 27px;
    }

    #portfolio .portfolio-heading p {
        font-size: 13px;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    #portfolio {
        margin-top: 50px;
    }

    #portfolio .portfolio-heading h2 {
        font-size: 30px;
    }

}

/*Contact*/
#contact {
    margin-top: 100px;
}

#contact .contact-heading {
    text-align: center;
}

#contact .contact-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#contact .contact-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

/*Get In Touch*/
#get-touch {
    margin-top: 100px;
}

#get-touch .get-touch-heading {
    text-align: center;
}

#get-touch .get-touch-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

#get-touch .get-touch-heading p {
    margin-top: 20px;
    line-height: 25px;
    color: #8e8e8e;
    margin-bottom: 50px;
}

#get-touch .content {
    margin-top: 50px;
}

#get-touch .content .form input {
    height: 50px;
    width: 100%;
    border-color: #ebebeb;
}

#get-touch .content .form textarea {
    width: 100%;
    height: 180px;
    border-color: #ebebeb;
    margin-top: 20px;
}

#get-touch .content .form .submit {
    text-align: center;
}

#get-touch .content .form .submit .btn {
    margin-top: 25px;
    background-color: transparent;
    color: #7e7e7e;
    border-color: #14148c;
}

#get-touch .content .form .submit .btn:hover {
    background-color: #14148c;
    color: #fff;
}


/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
    margin-top: 40px;
    text-align: center;
}

#client .col-md-2 {
    height: 100px;
}

#client span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#client img {
    max-height: 100px;
    vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #contact {
        margin-top: 50px;
    }

    #contact .contact-heading h2 {
        font-size: 27px;
    }

    #contact .contact-heading p {
        font-size: 13px;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    #contact {
        margin-top: 50px;
    }

    #contact .contact-heading h2 {
        font-size: 30px;
    }

}

/*Footer*/
#footer {
    /*margin-top: 100px;*/
    background-color: #263238;
    padding: 50px 0;
}

#footer .footer-heading {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    padding: 0 20px;
    color: #FF0000;
}

#footer .footer-heading h3 {
    font-size: 20px;
    text-transform: capitalize;
}

#footer .footer-heading span {
    /*    border-bottom: 4px solid #00A0C6;
        padding-bottom: 8px;*/
}

#footer .footer-heading p {
    font-family: 'Open Sans', sans-serif;
    word-spacing: 3px;
    font-weight: 300;
    margin-top: 40px;
    color: #7e7e7e;
}

#footer .footer-heading ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

#footer .footer-heading li {
    border-bottom: 1px solid #8b8b8b;
    padding: 10px 0;
}

#footer .footer-heading ul > li > a:before {
    content: "\f10c";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

#footer .footer-heading ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #7e7e7e;
}

#footer .footer-heading ul > li > a:hover {
    color: #14148c;
}

#footer .insta img {
    float: left;
    width: 100px;
    height: 100px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
    background-color: #282828;
    padding: 20px 0;
    color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a {
    color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a:hover {
    color: #14148c;
}

/*News and events styles*/

.thumbnail {
    position:relative;
    overflow:hidden;
}

.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(138,197,64, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.caption h4{
    padding-top: 40%;
    font-weight: bold;
}
.thumbnail:hover .caption {
    top:0%;
}

.event-btn{
    background-color: #14148c; color: #FFF;
}

.event-btn:hover{
    background-color: #FFF;
    color: #14148c;
}


/*welcome image style changed in home page*/
.img-pdgtop-75{
    padding-top: 75px;
}
@media screen and (min-width: 320px) and (max-width: 520px) {
    .img-pdgtop-75{
        padding-top: 10px;
    }
}
/*common styles - Sree*/
#cm-header{
    /*padding: 50px 10px 20px 10px;*/
    /*border-top: #EFEFEF 1px dashed;*/
}

.cm-color{
    color: #14148c;
}
/*breadcrumb area top and bottom space*/
.brc-margin{
    margin-top: 50px; margin-bottom: 30px;
}

.add-pg-heading{
    color: #14148c; text-align: center; padding-bottom: 30px; font-family: 'Josefin Sans', sans-serif; font-weight: 700; font-size: 45px; text-transform: uppercase;
}
.pdg-tp-20{
    padding-top: 20px;
}

.breadcrum-pstn{
    z-index: 0;
}

.cm-img250{
    height: 250px;
    width: 250px;
}

.cm-img200{
    height: 180px;
    width: 180px;
}

.cm-img350x230{
    height: 230px;
    width: 350px;
}

/*about us page style*/

/*about page main image style - Sree*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.abt-img-mrgn{
    margin-bottom: 20px;
}

/*borad members page*/
.board-mebrhd-img {
    width: 230px;
    height: 230px;
    border-radius: 5%;
}
.board-mebr-img{
    width: 200px;
    height: 200px;
    border-radius: 5%;
}
.board-mebr2-img{
    width: 180px;
    height: 180px;
    border-radius: 2%;
}

/*Gallery style*/
.gallery
{
    display: inline-block;
    margin-top: 20px;
}

/*contact page style*/
.cont-style{
    font-size:14px; padding-bottom: 15px;
}


/*facilities page*/
.fac-body{
    position: relative;
    width: 100%;
    float: left;
    background: #f2f3f4;
}
.content-outer1{
    position: relative;
    float: right;
    /*max-width: 700px;*/
    padding: 80px 20px 40px 40px;
}

.fac-body h4{
    color: #14148c;
    font-size: 18px;
    font-weight: 700;
}

.fac-body i {
    color: #14148c;
    font-size: 30px;
}


/*facilities page slider*/
/*@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);*/
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

/*news and events page style*/
.news-event-container{
    height: 300px; padding: 5px;
}

.news-event-container h3{
    color: #14148c;
    font-weight: 700;
}
.news-event-container p {
    font-size: 15px;
}

/*facility image heading*/
.f-img-head1{
    font-weight: bold; color: gray;
}
.f-img-head{
    padding-left: 5px; font-weight: bold; color: blue;
}

/*Media - gallery box*/
@media screen and (min-width: 240px) and (max-width: 770px) {
    .pd-bottom{
        padding-bottom: 10px;
    }

}




/*home page slider section*/
/*removed the main slider background colour*/
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;
}



/*right-box*/
.right-mg-box{
    z-index: 2; 
    position: absolute;
    background: #EFEFEF;
    width: 340px; 
    height: 350px; 
    float: right; 
    margin: 80px 0px 0px 65%;
}

@media screen and (min-width: 320px) and (max-width: 520px) {
    .right-mg-box{
        width:85%; 
        height: 350px; 
        float: none; position: absolute; margin-left: 8%;
    }
}



/*home page facilities session*/
.comm-blue-txt{
    color: #00A0C6;
}
.facility-p-size{
    font-size: 15px;
}
.facility-item-content{
    float: left; 
    /*height: 170px;*/ 
    width: 33.2%; text-align: center; padding: 20px; background: #ffffcc; 
}
.glyphicon{
    font-size: 2em;
    color: #ff0000;
}
.facility-item-content h4{
    color: #00A0C6;
}
.facility-item-content p{
    color: #8e8e8e;
}

@media screen and (min-width: 320px) and (max-width: 520px) {
    .facility-item-content{
        width: 100%;
    }
}

@media screen and (max-width: 730px) {
    .facility-item-content{
        width: 100%;
    }
}

/*home page testmonials and awards*/
#tst-wards{
    padding: 80px;
    background-color: #FFF;
}
@media screen and (min-width: 320px) and (max-width: 520px) {
    #tst-wards{
        padding: 5px 0px;
    }
}

/*home page extra facilities section*/
#extra-facilities{
    padding: 50px;
    background: #E0E0E0;
}
.al-cetr p{
    color: #90A4AE;
    font-family: inherit;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.al-cetr h4{
    color: #00A0C6;
    font-size: 20px;
    font-weight: 700;
}



@media screen and (min-width: 320px) and (max-width: 520px){
    #extra-facilities{
        padding: 5px;
    }
}

/*home page major work section*/
#major-works{
    padding: 80px;
    background-color: #FFF;
}
.padleft-rightx10 p{
    color: #00A0C6;
    font-size: 1em;
    font-weight: 600;
}

/*social links*/
.facebook-box{
    background: #4267B2;
}
.twitter-box{
    background: #29A8FE;
}
.google-box{
    background: #E33E2B;
}
.linkdin-box{
    background: #0779B8;
}
/*social icons content style*/
.soc-cont-text-style{

    width: 100%; height: 50px; text-align: center; padding-top: 15px; font-size: 16px; color: #FFF;
}
.soc-cont-text-style:hover{
    opacity: 0.8;
}


@media screen and (min-width: 320px) and (max-width: 520px){
    #major-works{
        padding: 5px;
    }
}


/*home page footer section*/
.dev-link{
    text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 520px) {
    .dev-link{
        text-align: center;
    }
}

/*home common heading*/
.al-cetr{
    text-align: center;
}
.al-left{
    text-align: left;
}
.al-right{
    text-align: right;
}
.pdx5{
    padding: 5px;
}
.pdx10{
    padding: 10px;
}
.pdx15{
    padding:15px;
}
.padtop-botx10{
    padding:10px 0px;
}
.padleft-rightx10{
    padding:0px 10px;
}
.pd-bottomx20{
    padding-bottom: 20px;
}
.pd-topx20{
    padding-top: 20px;
}
.txt-size{
    font-size: 18px;
}
.pd-topx10{
    padding-top: 10px;
}

.heading-txt{
    font-family: 'Josefin Sans', sans-serif;
    color: #FF0000; 
    text-align: center; 
    font-size: 30px; 
    font-weight: 700; 
    padding-bottom: 20px; 
    padding-top: 20px;
}
.heading-txt-left{
    font-family: 'Josefin Sans', sans-serif;
    color: #FF0000; 
    text-align: left; 
    font-size: 30px; 
    font-weight: 700; 
    padding-bottom: 20px; 
    padding-top: 20px;
}

/*below content for home-page testimonial slider*/

#testimonial4{
    overflow: hidden;
    min-height: 250px;
    position: relative;
    background: #1583c9;
}
#testimonial4 .carousel-inner{
    /*width: 75%;*/
    margin: auto;
}
#testimonial4 .carousel-inner:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    /*height: 20px;*/
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
    height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control{
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
    left: 7%;
    right: auto;
}
.testimonial4_control_button .carousel-control.right{
    right: 7%;
    left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header{
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}


@media only screen and (max-width: 480px){
    .testimonial4_control_button .carousel-control{
        display: none;
    }
    .testimonial4_header{
        width: 95%;
    }
    .testimonial4_header h4{
        font-size: 20px;
    }
    .testimonial4_slide{
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 481px) and (max-width: 767px){
    .testimonial4_control_button .carousel-control.left{
        left: 2%;
    }
    .testimonial4_control_button .carousel-control.right{
        right: 2%;
    }
    .testimonial4_header{
        width: 95%;
    }
    .testimonial4_slide{
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .testimonial4_control_button .carousel-control.left{
        left: 5%;
    }
    .testimonial4_control_button .carousel-control.right{
        right: 5%;
    }
}

@-webkit-keyframes psBoxShadowEffect_2{
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes psBoxShadowEffect_2{
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}




/*contact-us page*/

#cont-details{
    padding: 20px 10px;
    margin: 20px;
}

#cont-message-box{
    padding: 20px;
    margin: 20px;
}

#cont-map{

}

.snd-msg-btn-right{
    text-align: right;
}

#cont-details h3{
    color: goldenrod;
    font-size: 40px;
}

#cont-details span{
    color: #00A0C6;
    font-size: 15px;
    font-weight: 600;

}

/*error page*/
.error-template{
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 100px;
    padding-top: 30px;
}

.error-template h1{
    color: #FF0000;
}
.error-template h2{
    color: #00A0C6;
}


/*history page timeline style*/

/*body {	
  margin: 0;
  padding: 0;
  background: rgb(230,230,230);
  
  color: rgb(50,50,50);
  font-family: 'Open Sans', sans-serif;
  font-size: 112.5%;
  line-height: 1.6em;
}*/

/* ================ The Timeline ================ */

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
    z-index: 2;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80,80,80);
    background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);

    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248,248,248);
    padding: 6px 10px;
    border-radius: 5px;

    font-weight: 600;
    text-align: left;
    color: #00A0C6;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255,80,80);
    z-index: 10;
}

.direction-r .flag:before {
    left: -40px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;

    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248,248,248);
    font-size:12px;
    font-weight: 600;
}

.desc {
    margin: 1em 0.75em 0 0;

    font-size: 0.77777em;
    font-style: italic;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

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

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: rgb(255,255,255);
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid rgb(255,80,80);
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255,255,255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245,245,245);
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
        box-shadow: 0 0 1px rgba(0,0,0,0.20);

        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;

        z-index: 15;
    }

}

@media screen and (min-width: 400px) and (max-width: 660px) {

    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 4em 0 4em;
    }

}


/*founder page*/
#achievement{
    padding: 20px 10px;
}

/*management page*/
#scl-management{

    padding-top: 30px;
    padding-bottom: 30px;
}

#scl-management h4 {
    color: #00A0C6;
}

.mgnt-section2{
    padding-top: 30px;
    width: 50%; margin-left: auto; margin-right: auto;
    padding-bottom: 30px;
}

.mgnt-section2-left{
    float: left;
    padding-bottom: 20px;
}

.mgnt-section2-right{
    float: right;
    padding-bottom: 20px;
}

.mgnt-section3{
    padding:30px 10px;
}

.mgnt-section3 h3{
    color: #FF0000;
}



/*studio page*/

.studio-container{
    margin: 20px 30px;
}

.studio-container span{
    color: goldenrod;
}


.container-fluid {
    padding: 60px 50px;
}


/*courses page*/
#course-area{
    padding: 20px;    
}

#course-area h2{
    color: #00A0C6;
}

.thumbnail {
    /*padding: 0 0 15px 0;*/
    border: none;
    border-radius: 0;
    padding: 0;
    /*margin: 5px;*/
}

.thumbnail img {
    /*width: 100%;*/
    /*height: 100%;*/
    margin-bottom: 5px;
}


/*image galley page*/
.gallery
{
    display: inline-block;
    margin-top: 20px;
}

/*video gallery*/
.pb-video-container {
    padding-top: 20px;
    /*background: #bdc3c7;*/
    font-family: 'Josefin Sans', sans-serif;
}

.pb-video {
    /*border: 1px solid #e6e6e6;*/
    padding: 5px;
}

.pb-video:hover {
    background: #00A0C6;
}

.pb-video-frame {
    transition: width 2s, height 2s;
}

.pb-video-frame:hover {
    height: 300px;
}

.pb-row {
    margin-bottom: 10px;
}


/*students message slider*/ 
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/*Home page extra benifits area*/
/* FontAwesome for working BootSnippet :> */
#team {
    /*background: #eee !important;*/
    background: #e0e0e0 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #00A0C6;
    border-color: #00A0C6;
}

.section1 {
    padding: 60px 0;
}

.section1 .section-title {
    text-align: center;
    color: #00A0C6;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
    padding: 15px;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    /*min-height: 312px;*/
}

.backside .card a {
    font-size: 18px;
    color: #00A0C6 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #00A0C6 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/*COMMENTS & OUR LEADERS*/
/*our leaders area style*/
.leaders-box{
    width: 100%; padding-top: 30px;
}

.leaders-box-inside{
    height: 100px; width: 100%; color: #FFF; font-family: Arial, sans-serif; cursor: pointer;
}

.leaders-box-inside:hover{
    opacity: 0.6; 
}

.bg-tygared{
    background: #FF0000;
}

.bg-tygablue{
    background: #00A0C6;
}

.leaders-box-img{
    height: 100%; width: 20%;float: left;
}

.leaders-box-container{
    height: 100%; width: 80%; float: left; padding:10px;
}

.leaders-box-container, h4, h5{
    font-weight: 900;
}

@media screen and (min-width: 280px) and (max-width: 520px) {
    .leaders-box-container, h4, h5{
        font-weight: 300;
    }  
    .leaders-box-container{
        padding: 0 0 2px 5px;
    }

}

/*Quick register button*/
#feedback { 
    height: 0px; 
    width: 65px; 
    position: fixed; 
    right: 0;
    top: 60%; 
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a { 
    display: block; 
    /*background: #06c;*/
    background: #00A0C6;
    /*height: 15px;*/ 
    width: 165px; 
    padding: 8px 16px;
    /*color: #fff;*/
    color: #FFF;
    font-family: Arial, sans-serif; 
    font-size: 17px; 
    font-weight: bold; 
    text-decoration: none; 
    border-bottom: solid 1px #fff; border-left: solid 1px #333; border-right: solid 1px #fff;
}

#feedback a:hover { 
    background: #FF0000;
    color: #ffff00;
}

/*chairman page*/
.book_img{
    text-align: center; padding: 15px;
}

.top-left a{
    color: #fff; 
}

/*home_page facility link button*/
.facility_link_btn{
    background-color: Red;
/*    width: 180px;
    height: 50px;*/
    color: #ffff00;
}

.facility_link_btn:hover {
    background-color: #fff;
    color: #FF0000;
}
/*facilities page*/
.content_area_style{
    padding-left: 30px;
    font-weight: 500;
}
/* .content_area_style h4 {
    
} */

.content_area_style li{
    padding-left: 15px;
}

 .outernotableworks {
    padding: 16px;
  }
  
  .innnernotableworks {
    border: 1px solid #ccc;
    padding: 10px;
  }