@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

html {
    -ms-overflow-style: scrollbar;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #777;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    line-height: 1;
    vertical-align: baseline;
    background-color: #f5f5f5
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif
}

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

a,
button {
    font-family: Poppins, sans-serif;
    font-size: inherit;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

p {
    font-family: Poppins, sans-serif;
    font-size: inherit;
    margin-bottom: 10px;
    line-height: 22px
}

ol,
ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none
}

button {
    border-color: transparent;
    background: 0 0
}

.col-centered {
    float: none;
    margin: 0 auto
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.mar-bot10 {
    margin-bottom: 10px
}

.mar-bot20 {
    margin-bottom: 20px
}

.mar-bot50 {
    margin-bottom: 50px
}

.mar-bot30 {
    margin-bottom: 30px
}

.mar-top10 {
    margin-top: 10px
}

.mar-top20 {
    margin-top: 20px
}

.mar-top50 {
    margin-top: 50px
}

.mar-top40 {
    margin-top: 40px
}

.mar-bot15 {
    margin-bottom: 15px
}

.mar-top30 {
    margin-top: 30px
}

.mar-topbot30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mar-topbot50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mar-right10 {
    margin-right: 10px
}

input[type=email],
input[type=file],
input[type=search],
input[type=tel],
input[type=text] {
    border-radius: 0;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 5px
}

.form-group {
    margin-bottom: 25px
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control:focus {
    border-color: #F9A023;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #F9A023, 0 0 8px rgba(246, 182, 24, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 182, 24, .6)
}

textarea.form-control {
    height: auto !important
}

.btn-default {
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    letter-spacing: .1em;
    font-weight: 600;
    background: #F9A023;
    border: 1px solid transparent;
    text-transform: uppercase;
    position: relative
}

.btn-default:hover {
    background: #e38706;
    color: #fff;
    border-color: #e38706
}

.scrollup {
    height: 32px;
    width: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 9999;
    opacity: .3;
    background: #000
}

.scrollup:hover {
    opacity: 1;
    color: #fff
}

header {
    height: 130vh;
    background-position: center;
    background-size: cover
}

header .bottom-section2 {
    position: relative
}

header .bottom-section2 .logo img {
    margin: 10px 0;
    width: 300px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

header .bottom-section2 .navbar {
    margin-bottom: 0;
    min-height: 0;
    text-transform: uppercase
}

header .bottom-section2 .navbar li a {
    padding: 6px 0 6px 30px;
    font-weight: 500
}

header .bottom-section2 .navbar li a:hover {
    color: #F9A023
}

header .bottom-section2 .navbar li.active a {
    color: #F9A023
}

header .bottom-section2 .navbar-default {
    background-color: transparent;
    border-color: transparent
}

header .bottom-section2 .navbar-default .navbar-nav {
    float: right;
    margin: 50px 0
}

header .bottom-section2 .navbar-default .navbar-collapse {
    padding-right: 0
}

header .bottom-section2 .navbar-default .navbar-nav > .active > a,
header .bottom-section2 .navbar-default .navbar-nav > .active > a:focus,
header .bottom-section2 .navbar-default .navbar-nav > .active > a:hover {
    color: #F9A023;
    background-color: transparent
}

header .bottom-section2 .navbar-default .navbar-nav > .open > a,
header .bottom-section2 .navbar-default .navbar-nav > .open > a:focus,
header .bottom-section2 .navbar-default .navbar-nav > .open > a:hover {
    color: #F9A023;
    background-color: transparent
}

header .bottom-section2 .navbar-nav > li > .dropdown-menu {
    margin-top: 30px
}

header .bottom-section2 .navbar-nav > li > .dropdown-menu li a {
    padding: 6px 20px 6px 20px !important
}

header .bottom-section2 .navbar-nav > li > .dropdown-menu li a:hover {
    color: #404041;
    background-color: transparent
}

.slider-text {
    position: absolute;
    top: 9%;
    width: 100%;
    color: #404041
}

.fb_iframe_widget{
    margin-bottom: 10px;
}
.slider-text h1 {
    text-transform: uppercase;
    font-size: 5em;
    font-weight: 700
}

.slider-text h1:before {
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background-color: #F9A023;
    content: ""
}

.slider-text .btn-default {
   /* margin-top: 30px; */
}

.slider-text .black {
    background-color: #404041
}

.fixhead .bottom-section {
    background-color: #fff
}

.fixhead .bottom-section .logo img {
    width: 150px !important
}

.fixhead .bottom-section .navbar-default .navbar-nav {
    margin: 30px 0 !important
}

.fixhead .bottom-section2 {
    background-color: #fff
}

.fixhead .bottom-section2 .logo img {
    width: 150px !important
}

.fixhead .bottom-section2 .navbar-default .navbar-nav {
    margin: 30px 0 !important
}

.bottom-section {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%
}

.bottom-section .logo img {
    margin: 10px 0;
    width: 300px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.bottom-section .navbar {
    margin-bottom: 0;
    min-height: 0;
    text-transform: uppercase
}

.bottom-section .navbar li a {
    padding: 6px 0 6px 30px;
    font-weight: 500
}

.bottom-section .navbar li a:hover {
    color: #F9A023
}

.bottom-section .navbar li.active a {
    color: #F9A023
}

.bottom-section .navbar-default {
    background-color: transparent;
    border-color: transparent
}

.bottom-section .navbar-default .navbar-nav {
    float: right;
    margin: 50px 0
}

.bottom-section .navbar-default .navbar-collapse {
    padding-right: 0
}

.bottom-section .navbar-default .navbar-nav > .active > a,
.bottom-section .navbar-default .navbar-nav > .active > a:focus,
.bottom-section .navbar-default .navbar-nav > .active > a:hover {
    color: #F9A023;
    background-color: transparent
}

.bottom-section .navbar-default .navbar-nav > .open > a,
.bottom-section .navbar-default .navbar-nav > .open > a:focus,
.bottom-section .navbar-default .navbar-nav > .open > a:hover {
    color: #F9A023;
    background-color: transparent
}

.bottom-section .navbar-nav > li > .dropdown-menu {
    margin-top: 30px
}

.bottom-section .navbar-nav > li > .dropdown-menu li a {
    padding: 6px 20px 6px 20px !important
}

.bottom-section .navbar-nav > li > .dropdown-menu li a:hover {
    color: #404041;
    background-color: transparent
}

.title {
    text-align: center;
    position: relative;
    padding-top: 15px
}

.title h1 {
    font-size: 60px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
    line-height: 1.16;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #333
}

.title:before {
    position: absolute;
    content: "";
    left: 47.5%;
    top: 0;
    width: 70px;
    height: 1px;
    background-color: #F9A023
}

.title-left {
    position: relative;
    padding-top: 15px
}

.title-left h1 {
    font-size: 60px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
    line-height: 1.16;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #333
}

.title-left:before {
    position: absolute;
    content: "";
    top: 0;
    width: 70px;
    height: 1px;
    background-color: #F9A023
}

.courses {
    padding-top: 50px
}

.courses .course-box {
    margin-top: 30px;
    display: block;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .1);
    color: #333
}

.courses .course-box .course-img {
    height: 350px;
    background-size: cover;
    position: relative
}

.courses .course-box .course-img h3 {
    bottom: 0;
    position: absolute;
    padding: 20px;
    background-color: rgb(249, 160, 35);
    color: #fff;
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.37
}

.courses .course-box p {
    padding: 20px
}

.courses .course-box-form {
    margin-top: 30px
}

.course-box-form {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .1);
    padding: 20px
}

.course-box-form .form-control {
    background-color: #f5f5f5
}

.course-box-form h2 {
    margin-top: 0;
    color: #F9A023;
    font-weight: 600;
    text-align: center
}

.education {
    background-image: url(../images/slider2.jpg);
    background-position: center;
    background-size: cover;
    min-height: 400px;
    margin-top: 80px;
    padding: 80px 0;
    color: #333;
    position: relative
}

.education .education-content h3 {
    font-weight: 400;
    color: #333
}

.education .education-content h4 {
    margin-top: 50px;
    font-weight: 500
}

.education .education-content p {
    font-size: 18px;
    line-height: 1.73;
    font-weight: 300
}

.contact {
    padding: 50px 0;
    background-image: url(../images/865.jpg);
    background-size: cover;
    background-position: center center
}


.contact form {
    margin-top: 50px
}

.contact form .form-control {
    height: 55px;
    background-color: rgba(255, 255, 255, .8);
}

.contact form .form-control:placeholder {
    color: #333
}

footer {
    background-color: #404041;
    color: #fff;
    text-align: center;
    padding: 100px 0
}

.footer-img {
    width: 230px;
    margin: 0 auto;
    margin-bottom: 25px;
}

footer h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0
}

footer h1 a {
    font-size: inherit;
    color: #F9A023
}

footer h1 a:hover, footer h1 a:active, footer h1 a:focus {
    color: #fff
}

footer .list-inline {
    margin-top: 30px
}

footer .list-inline li a {
    display: block;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 77px;
    line-height: 2.5;
    color: #fff
}

footer .list-inline li a:hover {
    background: #F9A023;
    border-color: #F9A023
}

footer a {
    color: #fff
}

footer a:hover {
    color: #F9A023
}

.bottom-footer {
    color: #fff;
    font-weight: 300;
    margin-top: 50px
}

.news {
    padding: 50px 0
}

.news .news-section {
    margin-top: 30px
}

.news .news-section .news-image {
    height: 300px;
    background-size: cover
}

.news .news-section h2 a {
    color: #333;
    font-size: 24px;
    line-height: 1.37;
    font-weight: 700
}

.news .news-section h2 a:hover {
    color: #F9A023
}

.breadcrump-head {
    height: 450px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center
}

.breadcrump-head .title h1 {
    font-size: 4em;
    padding-top: 150px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: 0
}

.single-content {
    background-color: #fff;
    padding: 50px 0
}

.single-content h1 {
    font-weight: 600;
    font-size: 40px;
    color: #333;
}

.single-content .single-image {
    margin: 30px 0;
    height: 400px;
    background-size: cover
}

.single-content h3 {
    font-size: 18px;
    color: #333
}

.single-content h3 span {
    color: #F9A023
}

.single-content p {
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.normal-page h1 {
    font-weight: 700;
    font-size: 4em;
    color: #333
}

.normal-page h2 {
    font-weight: 700;
    font-size: 3em;
    color: #F9A023
}

.normal-page .single-image {
    margin: 30px 0;
    height: 400px;
    background-size: cover
}

.normal-page h3 {
    font-size: 18px;
    color: #333
}

.normal-page h3 span {
    color: #F9A023
}

.normal-page p {
    font-size: 18px;
    line-height: 1.73;
    color: #777;
    font-weight: 300
}

.services {
    background-image: url(../images/slider3.jpg);
    height: auto;
    min-height: 400px;
    background-size: cover;
    padding: 50px 0;
    position: relative
}

.services:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8)
}

.services .tab-content .title-left h1 {
    font-size: 40px;
    font-weight: 600
}

.services .tab-content .title-left:before {
    height: 4px
}

.services .tab-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
    list-style-type: square;
    margin-left: 40px
}

.services .tab-content p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.73;
    color: #777;
    font-weight: 300
}

.services .nav-tabs {
    border-bottom: 0
}

.services .nav-tabs li a {
    margin: 10px;
    width: 130px;
    height: 130px;
    border-radius: 77px;
    display: block;
    padding: 12px 30px;
    background-color: #404041;
    z-index: 0;
    border: 2px solid transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.services .nav-tabs li a img {
    padding: 15px 2px
}

.services .nav-tabs li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 77px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7)
}

.services .nav-tabs li a:hover {
    border: 2px solid #F9A023
}

.services .nav-tabs li a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 77px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0)
}

.services .nav-tabs li.active a {
    border: 2px solid #F9A023;
    background-color: #404041
}

.services .nav-tabs li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 77px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0)
}

.footer-image2 {
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    width: 40%;
}

.footer-image {
    padding: 10px;
}

.footer-image img {
    height: 80px;
}

.tp-title {
    color: #F9A023 !important;
    text-transform: uppercase;
    font-size: 27px !important;
    text-align: center;
}

.tp-contact {
    background-color: #F9A023;
    text-transform: uppercase;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 27px;
}

.tp-img {
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    width: 69%
}

.tp-img img {
    height: 80px;

}

.courses .course-box p {
    padding: 20px;
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.services .tab-content p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.education .education-content p {
    font-size: 17px;
    line-height: 1.73;
    font-weight: 300;
    color: #000;
}

.tm-dv, .tm-dv ul li, .tm-dv div, .tm-dv span, .tm-dv small, .tm-dv p {
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.fb-wrapper {
    height: 335px;
    overflow: hidden;
    margin: 50px auto 0;
    max-width: 340px;
}

.owl-carousel .item {

    margin-right: 10px;
    padding: 30px;
    border: 1px solid #ddd;

}

.normal-page p {
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.owl-carousel .item:hover {
    border: 1px solid #404041;
}

.owl-carousel .item {
    margin-right: 10px;
    padding: 30px;
    border: 1px solid #ddd;
}

.normal-page p {
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.owl-carousel .item:hover {
    border: 1px solid #404041;
}

.courses .course-box p {
    padding: 20px;
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.services .tab-content p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.73;
    color: #000;
    font-weight: 300;
}

.education .education-content p {
    font-size: 17px;
    line-height: 1.73;
    font-weight: 300;
    color: #000;
}

.single-content h1.associate-university{
    font-size: 26px;
}


.tp-office{
    margin-top: 20px;
    text-decoration:  underline;
    text-transform: uppercase;
    font-size: 21px;
    color: #F9A023;
    text-align: center;
}

.tp-phn{
    margin-top: 15px;
    color: #0357A5;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.tp-addr{
    margin-top: 20px;
    color: #0357A5;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}



/*  ----------------
        testimnial
---------------     */

#testimonials {
    padding: 50px 0;
    background: #fafafa;
}
.testimonial-wrap {
    margin: 0 20px;
}
.testimonial-wrap .testimonial-content {
    padding: 35px;
    padding-left: 45px;
    margin-bottom: 35px;
    margin-top: 30px;
    background: #eee;
    position: relative;
height:190px;
}
.testimonial-wrap .testimonial-content:after {
    content: "";
    display: inline-block;
    border-bottom: 25px solid #eee;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 60px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.testimonial-content .testimonial-icon {
    width: 50px;
    height: 50px;
    background: #F9A023;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    top: 40px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #F9A023;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial-content p {
    line-height: 24px;
}
.testimonial-wrap .media-body {
    vertical-align: middle;
}

.testimonial-wrap .media-body .media-heading{
    margin-top: 0;
    margin-bottom: 0;
    color: #333333;
    font-size: 24px;
    line-height: 1.37;
    font-weight: 700;
}

.testimonial-wrap .media-body p {
    color:#F9A023
}

.testimonial-wrap .media-object{
    width: 150px;
    height: 150px;
}
.owl-theme .owl-controls .owl-page span {
    background: #F9A023
}

@media  screen and (max-width:767px){
    .testimonial-content p {
        padding-left: 5px;
    }

    .testimonial-content .testimonial-icon {
        left:-14px;
    }

    .testimonial-content .testimonial-icon:before{
        border-left: 14px solid transparent;
    }
    .testimonial-wrap .media-object{
        width: 100px;
        height: 100px;
    }

    .testimonial-wrap .testimonial-content:after{
        left: 40px;
    }
}

.inner-testimonials {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.testimonial-block:first-child {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.testimonial-block {
    padding: 10px 0 30px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 0 20px;
}

.testimonial-block .img-author {
    width: 150px;
    height: 150px;
}

.testimonial-para-content h3 {
    margin-top: 0px;
    color: #444;
}

.testimonial-para-content p {
    color: #777;
}

.testimonial-wrap .media-left{
   width:160px;
}

.testimonial-author {
    color: #F9A023;
    font-size: 24px;
    line-height: 1.37;
    font-weight: 700;
}

.comp-logo {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .testimonial-para-content {
        margin: 20px 0;
    }

    .comp-logo {
        padding-top: 0px;
    }

    .testimonial-author {
        text-align: center;
    }

    .testimonial-para-content {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .testimonial-para-content p {
        margin-top: 30px;
    }
}
