/*============================
Project: Academic
Version: 1.0

--- Table Of Content ---

    1. - Genaral Style
    2. -HomePage Version 1
        2. - Header
                - Top bar
                - Navigation bar
        3. - Homepage Slider
        4. - Features Section
        5. - Search Course and Event
        6. - Latest Course Section
        7. - Fun facts
        8. - Subcribe section 
        9. - HomePage Blog Posts
        10. - Our Awards
        11. - Courses and professors
        12. - Footer
                - Footer Course Search
    3. HomePage Version 2
        2. - Header
                - Top bar
                - Navigation bar
        3. - Homepage Slider
        4. - Discover
        5. - Features
        6. - Find a Course
        7. - Events
        8. - Latest Course Added
        9. - Fun Facts
        10.- Courses and professors
        11.- Featured Course 
    4. About Us 
    5. Sidebar Elements
    6. Contact Us
    7. Shortcodes

    
    

===============================*/
/*========== 1. General ========== */

@import 'https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Montserrat:400,700';

@import url("vendor/zabuto_calendar.min.css");
@import url("vendor/owl.carousel.css");
@import url("vendor/owl.theme.css");
@import url("vendor/meanmenu.css");
@import url("vendor/owl.transitions.css");
@import url("vendor/font-awesome.min.css");

body,p{
    font-size: 14px; 
    color: #3F3F3F;
 
}
body {
    background: #e8e7e7;
}
body{
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
}
body,p,.single-post h6,.page-bannar h1,
footer ul.list-group li,.comming-soon,.comming-soon h1{
     font-family: 'Karla', sans-serif;  
}
.conatiner-box{
    max-width: 1620px;
    margin: 0 auto; 
    box-shadow: 0px 0px 10px 0px #ddd;
}
h1,h2,h3,h4,h5,h6,.list-group,.signle-fid p,
.nav-style li a,.post-details,h2 a,
.Breadcrumbs a,.sidebar ul li a,
.search-text,section.contact-form,.btn,
.list-group-item,.box ,a.reply-c,
.latest-course h5 a,h5 a,.course-list h3 a,.single-student .media-body p,
.pagination>li>a,ul.footer-post a,.teacher-title,.course-details-sidebar,p.best-plan,
.post-element,blockquote p,.contact-form input,.footer-newsletter{
    font-family: 'Montserrat', sans-serif;   
}
.form-control:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(102, 175, 233, 0.6);
}
.pagination>.active>a {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #b59c39;
    /* border-color: #337ab7; */
}
.pagination>li>a:hover,
 .pagination>li>span:hover,
  .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff !important;
    background-color: #68a574;
    border-color: transparent;
    outline:none;
}
*:focus {
    outline: none;
   }
h1,.h1{
    font-size: 26px;
}
h2,.h2{
    font-size: 24px;
}
h3,.h3{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
	line-height: 30px;
}
h4,.h4{
    font-size: 16px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 28px;
}
h6,.h6{
    font-size: 16px;
}

a 
{
	
}
a:hover,.single-course-list:hover h5{
    text-decoration: none;
   outline:none;
}
a:focus{
     text-decoration: none;
}
.no-padding{
    padding: 0px !important;
}
.no-padding-top{
    padding-top: 0px !important;
}
.no-padding-bottom{
    padding-bottom: 0px !important;
}
.no-padding-left{
    padding-left: 0px;
}
.no-padding-right{
    padding-right: 0px;
}
.no-margin{
    margin-bottom: 0px !important;
}
.no-mt{margin-top: 0px;}
section{background: #fff;}

.nav-style .btn{
    padding:0px;
    margin-top: 0px;
}
.nav-style .btn a{
    padding: 15px 30px;
  
}
.nav-style .navbar-nav li > .btn-style1 {
  background: #fff !important;
}
input.form-control {
    min-height: 50px;
    font-size: 16px;
    box-shadow: none;
}
.input-group-addon:last-child {
    border-left: 0;
    background: #b59c39;
    border: 0px;
    color: #fff;
    padding: 0px 30px;
    font-size: 16px;
}
.latest-course .details{
    padding:15px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ececec;
    margin-top: -6px;
}
 .course-list .details{
    margin-top: 0px !important;
}
h2 a {
    font-size: 18px;
    line-height: 24px;
}
.post-date {
    width: 70px;
    text-align: center;
    background: #b59c39;
    color: #fff;
    padding-bottom: 10px;
    float: left;
    padding-top: 10px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 30px;
}
.btn,.nav-style .navbar-nav a,.top-bar .top-social-bar li,a{
    transition: all 0.5s;
}
.nav-style .navbar-nav a{
    transition: opacity 0.5s;
}
span.e-date {
    width: 100%;
    display: block;
    font-size: 36px;
}
span.e-month {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
        margin-top: -10px;
}
.btn {
    padding: 12px 30px;
    color: #fff;
   
    display: inline-block;
     border-radius: 5px;
     font-size: 16px
}
.btn-style1 {
    margin-right: 0px !important;
    background: #b59c39;
}
.btn-style1:hover {
    background: #b59c39;
    color: #fff !important;
}
.btn-style2 {
    margin-right: 0px !important;
        margin-right: 0px !important;
    background: none;
    border: 1px solid #fff;
}
.btn.btn-style2:hover {
    background: #fff;
    color: #002e3b !important;
}
.navbar-default .navbar-nav>.btn-style1 > a:hover {
    color: #fff !important;
}
.navbar-default .navbar-nav>.btn-style1 > a{
    color: #fff !important;
    padding-bottom: 15px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 2px solid #f3f3f3;
}
.list-group-item:last-child {
    
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 2px solid #f3f3f3;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 25px 15px;
    margin-bottom: 0px;
    background-color: #fff;
    font-size: 18px;
    border: 2px solid #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-radius: 0px;
    border-right: 0px;
    color:#b59c39 !important;
}
.list-group-item:after {
    content: "\f105";
    position: absolute;
    right: 15px;
    font-family: "FontAwesome";
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover,.nav>li>a:hover ,
 .nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color: #b59c39;
    outline:none;
}
.nav-pills>li {
    margin-left: 2px;
    background: #b59c39;
    border-radius: 5px;
    /* color: #fff !important; */
}
.nav-pills>li>a {
    border-radius: 4px;
    color: #fff;
}
a.list-group-item:hover, a.list-group-item:focus{
    color: #b59c39 !important;
    background-color: transparent;
    outline:none;
}
.widget h3 {
   color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}
.overlay {
    display: block;
    background: #000000;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
}  
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent none repeat scroll 0 0;
   border: 2px solid #b59c39;
}
.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}
 .owl-theme .owl-dots .owl-dot span {
  backface-visibility: visible;
  background: transparent none repeat scroll 0 0;
  border: 2px solid #b59c39;
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px;
  transition: opacity 200ms ease 0s;
  width: 12px;
}
.bborder{
        color: #b59c39;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f3f3;
}
.icon-box{
        margin-top: 0px;
}
.icon-box p {
    line-height: 20px !important;
margin-bottom: 0px !important;
}
.icon-box:hover .icon{
    background: #b59c39;
}
.icon-box .icon {
    width: 100px;
    text-align: center;
    background: #b59c39;
    color: #fff;
    font-size: 40px;
    border-radius: 100%;
    display: block;
    height: 100px;
    float: left;
    padding-top: 25px;
    margin-right: 30px;
}
.ico-details {
    width: 63%;
    float: right;
}
.icon-box a {
   margin-top: 0px;
    color: #b59c39;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}
.icon-box a:hover{
    color: #b59c39;
}
span.bottom-bar {
    width: 75px;
    height: 3px;
    background: #b59c39;
    display: block;
    margin-bottom: 25px;
}

.page-bannar {
    height: 300px;
    position: relative;
}
.page-bannar h1 {
	font-size: 50px;
	position: absolute;
	bottom: 44px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.page-bannar .bottom-bar{
    position: absolute;
    bottom: 35px;
    margin-bottom: 0px;
}
.header-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000073;
    opacity: 0.6;
    top: 0px
}
.Breadcrumbs {
   
    background: #fff;
    padding-top: 10px;
    padding-left: 30px;
    float: right;
    position: relative;
    padding-right: 30px;
    margin-top: -150px;
    font-size: 14px;
    margin-right: 15px;
}
.Breadcrumbs li {
    padding-right: 30px;
    padding-left: 0px;
    position: relative;
}
.Breadcrumbs .active a {
    color: #b59c39 !important;
}
.Breadcrumbs li:after {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    color: #bebebe;
    font-family: "FontAwesome";
}
.Breadcrumbs li:last-child:after{
    display: none;
}
.Breadcrumbs li:last-child{
    padding-right: 0px;
    padding-left: 0px;
}
.Breadcrumbs li a {
  color: #002e3b !important;
}
.page-content {
    background: #ffffff;
    padding: 100px 0px;
}
.page-content p{
    margin-bottom: 20px;
    margin-bottom: 20px;
    line-height: 26px;
}
.page-content h2 {
    margin-top: 0px;
}
.search-text {
    margin-bottom: 0px !important;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 4px;
    font-size: 14px;
}

.page-content .latest-course .col-md-4{
    margin-top: 30px;
}
.course-list .col-md-12 {
    margin-bottom: 30px;
}
.course-list .col-md-12 img {
    width: 270px;
    float: left;
    height: 200px;
   
}
.course-list img {
    border-bottom-left-radius: 5px;
}
.course-list .details {
    width: 577px;
    float: right;  
    border-bottom-left-radius: 0px;   
    border-top-right-radius: 5px;
        padding-bottom: 20px;
        height: 200px;
}
.course-list .text {
   margin-bottom: 20px;
   color: #002e3b;
}
.course-list h3 a{
color: #002e3b;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.course-list h3{
    margin-top: 15px;
    margin-bottom: 5px;
}
.course-list .col-md-12 img {
    border-top-right-radius: 0px !important;
}
.events-grid .single-post {
  margin-bottom: 30px;
}

.events-list .single-post img {
    float: left;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px !important;

}
.events-list .post-date {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    margin-bottom: 125px;
    margin-top: -1px;
}
.events-list .post-details {
    border: 1px solid #ececec;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}
.events-list p.text {
    margin-bottom: 30px;
}
.events-list .post-in {   
 margin-bottom: 20px;
}
.events-list .single-post h2 {
    padding-top: 30px !important;
}
h6.share-text {
    margin-top: 30px;
    color: #b59c39;
    border-bottom: 0px solid #000 !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
.share-profile a {
    color: #ddd;
}
.mt-100{
    margin-top: 100px !important;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.pt-100{padding-top: 100px !important;}
.cnp .mb-50{
    margin-bottom: 0px;
}
h3.professor-name {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #b59c39;
}
p.position{
    margin-bottom: 0px;
}
.social-profile{

    margin-top: 15px;
    margin-bottom: 20px;
}
.ceo {
    padding-left: 100px !important;
    text-align: left !important;
    margin-left: -15px;
    padding-top: 45px !important;
     padding-right: 35px !important;

}
.ceo p{
       font-size: 16px !important;
       margin-bottom: 26px !important;
}
.social-vertical {
    width: 65px;
    height: 334px;
    position: absolute;
    top: -1px;
    margin: 0px !important;
    left: -7px;
}
.social-vertical li a {
    color: #fff !important;
    display: block;
    margin: 0 auto;
    padding: 20px 10px !important;
    text-align: center;
}
.social-profile a:hover{
    color: #b59c39;
}
.social-profile li a{
    color: #babbbb;
}
.progress {
    height: 30px;
    background: #d8ecf2;
    box-shadow: inset 0 0px 0px 1px rgba(0,0,0,.1);
}
.progress-bar {
    background: #b59c39;
}
.content h1,.content h2 ,.content h3 ,
.content h4 ,.content h5 ,.content h6  {
    color: #b59c39;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f3f3;
}
.content p{
    line-height: 28px;
} 
.content-area {
    padding: 30px 40px;
    border: 1px solid #f3f3f3;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.content-area h3 {
    margin-top: 0px;
}
.content p {
    margin-bottom: 10px;
}
.content li {
    margin-bottom: 5px;
}
.content-area.time i,
.content-area.event-location i {
    color: #c7c6c6;
    padding-right: 5px;
}
.content-area.time i:last-child {
    margin-left: 30px;
}

a.img-link {
    position: relative;
    display:inline-block;
 
}
.events a.img-link{
    width: 100%;
}
a.img-link:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    opacity: 0;

}
a.img-link:hover:after,.img-link:hover i{
    opacity: 1;
     transition: all .25s ease-in;
}
.post-details {
    margin-top: 0;
}
.cnp a.img-link{
    width: 160px;
    float: left;
}
.hv2 .cnp a.img-link{
    width: 100%;
    float: left;
}
.img-link i {
position: absolute;
   
    text-align: center;
    left: 45%;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    opacity: 1;
    top: 45%;
    opacity: 0
}
.wcolor{
    background: #efefef;
}
.pagi i {
    padding: 1px;
    font-size: 20px;
}
.pagi {
display: block;
    border: 1px solid transparent;
    overflow: hidden;
    border-top: 2px solid #f5f5f5;
    height: 100px;
    margin-top: 30px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 13px 10px;
    background-color: #fff;
    border:0px solid #ddd;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #dadada;
    margin-right: 7px;
    color: #fff;
}
.gmap {
    width: 370px;
    height: 385px;
    border: 2px solid #ededed;
    border-radius: 5px;
}
.event-gmap{
    width: 100%;
    height: 300px;
}
.pagination{
        margin: 30px 0;
        margin-bottom: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-top: 11px;
    margin-right: 30px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-top: 11px;
    margin-left: 30px;
}
.page-content .name {
    margin: 0px;
    padding: 0px;
    border-bottom: 0px;
    color: #b59c39;
}
.instructor-details .social-profile {
    margin: 0px;
    padding: 0px;
}
.instructor-details .social-profile li{
    padding-top: 0px;  
    margin-bottom: 10px;
}
li.course-lesson.course-item:last-child {
    border-bottom: 0px;
}
.course-lesson.course-item {
    list-style-type: none;
    padding: 20px 0px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0px;
}
.course-lesson.course-item span {
    padding: 5px 15px;
   
    font-size: 14px
}
.course-lesson.course-item a{
     color: #002e3b;
}
.course-lesson.course-item .index {
    border-radius: 5px;
    background: #eeeeee;
    margin-right: 30px;
}

span.lesson-title{
    font-size: 16px !important;
}
span.meta {
    float: right;
    background: #b59c39;
    border-radius: 5px;
    color: #fff !important;
        font-size: 13px !important;
}
span.meta i ,.lesson-title i{
    padding-right: 5px;
}
.lesson-title i{
    color: #cfcfcf
}
.course-details-sidebar li i{
    color:#c9c9c9;
    font-size: 15px;
    padding-right: 10px;
}
.course-details-sidebar li {
    list-style-type: none;
    padding: 15px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.course-details-sidebar ul {
  margin: 0;
  padding: 0;
}
.course-details-sidebar li span a{
color: #b59c39;
}
.course-details-sidebar li span a:hover{
color: #b59c39 !important;
}
.course-details-sidebar .btn {
    margin-top: 20px;
}
.course-details-sidebar li span{
 color: #b59c39;
display: block;
float: right;
overflow-wrap: break-word;
text-align: left;
width: 60%;
}

.professor-area{
background: #f6f6f6;    
}
.professor-area h1{
    margin-top: 0px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;

}
.professor-area .single-professor{
    background: #fff;
    border: 1px solid #ededed;
    margin-top: 30px;
}
.single-student p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
        margin-bottom: 20px;
}
.single-student p:first-child{
    position: relative;
}
.single-student p:first-child:before{
    content: "\f10d";
    position: absolute;
    left: -45px;
    top: 5px;
    font-size: 28px;
    color: #b59c39;
    font-family: "FontAwesome";
}
.single-student .media-left {
    padding-right: 25px;
}
.single-student .media-heading {
    margin-top: 10px;
    margin-bottom: 0;
}
.single-student .media-body p{
    font-size: 15px;
    font-style: normal;
    color: #b59c39;
}
/* Pricing Table */
.single-pricing {
    background: #002e3b;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
        margin-top: 40px;
}
.single-pricing h3 {
    margin: 0px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.amount-per-month {
    background: #b59c39;
    width: 131%;
    margin-left: -30px;
    margin-top: -10px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
    display: block;
}
.amount-per-month h2 {
    margin: 0px !important;
    font-size: 50px;
}

.amount-per-month h2 i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top;
    position: relative;
    top: 11px;
}
.amount-per-month h2 span {
    font-size: 20px;
color: #fff;
}
.amount-per-month p {
    margin-bottom: 0px !important;
    position: absolute;
    z-index: 9999;
    top: 10px;
    color: #fff;
    right: 15px;
    opacity: 0.7;
}
.amount-per-month:after {
    content: " ";
    position: absolute;
    bottom: -22px;
    width: 0;
    left: 0px;
    /* background: #b59c39; */
    border-left: 128px solid transparent;
    border-right: 128px solid transparent;
    border-top: 22px solid #b59c39;
    height: 0;
}
.pricing-title {
    position: relative;
}
.pricing-body ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.pricing-body li {
    padding: 10px 0px;
    border-bottom: 1px solid #103d4a;
    /* font-size: 16px; */
}
.pricing-body li:last-child {
    border-bottom: 0px solid #103d4a;
}
.pricing-body .btn {
    margin-top: 35px;
}
p.best-plan {
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: -50px;
    background: #b59c39;
    right: -45px;
    border-radius: 100%;
    word-wrap: break-word;
    width: 70px;
    line-height: 15px !important;
    text-transform: uppercase;
    height: 65px;
    font-size: 14px;
    padding-top: 17px;
}
/* Call to Action */
.cta{
    background-image: url(../img/about-us-bannar.png);
    background-repeat: no-repeat;
    padding: 50px 0px;
    position: relative;
    color: #fff;
}
.cta p{
    color: #fff
}
.cta h2{
    font-size: 30px;
}
h1 span ,h2 span {
    color: #b59c39;
}
.cta .btn {
    margin-top: 35px;
}
.error-h1{
    font-size: 50px
}
.tags {
    background: #f9f9f9;
    padding: 15px;
        margin-bottom: 40px;
}
.tags a{
   color: #002e3b;
   padding-left: 5px;
}
.post-author .social-profile {
    margin: 0px;
    margin-top: 10px;
}
.tags i {
    font-size: 14px;
    color: #b59c39;
    margin-right: 5px;
}
.tags span{margin-left: 5px}
.single-content-area h1:first-child {
    width: 80%;
        padding-top: 25px;
        margin-top:0px;
}
.single-content-area .post-date {
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0;
}
.single-content-area {
    position: relative;
}
.post-element {
    margin-bottom: 25px;
    margin-top: 15px;
        color: #b59c39;
}
.single-post .post-element {
    margin-bottom: 10px;
}
.single-content-area p {
    margin-bottom: 25px;
}
.post-element span {
    margin-right: 10px;
}
.post-element span i{
    margin-right: 5px;
}
/* blockquote */
blockquote p{
    margin: 0px;
    font-style: italic;
    line-height: 30px;
    font-size: 22px
}
blockquote {
    border-left: 2px solid #e8e8e8;
    margin-left: 30px;
    margin-bottom: 35px;
    padding: 5px 20px;
    position: relative;
}
blockquote:before {
    content: "\f10d";
    position: absolute;
    left: -30px;
    top: 5px;
    font-size: 15px;
    color: #e8e8e8;
    font-family: "FontAwesome";
}
/* Post Author*/
.post-author img.media-object {
    margin-right: 35px;
}
.post-author .media-heading {
    margin-bottom: 15px;
    color: #b59c39;
}
.post-author {
    margin-bottom: 80px;
}
/*Reletaed Post*/
.related-post h3 ,.comment-area h3,.comment-form-area h3{
    color: #b59c39;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.related-post .post-details {
    margin-top: 0px;
}
.related-post .single-post .text {
       margin-bottom: 30px !important;
    display: block;
    margin-top: 0px;
}
.related-post .single-post {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
.comment-area .media-heading {
    color: #b59c39;
}
a.reply-c {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: #b59c39;
}
a.reply-c i {
    padding-right: 2px;
}
.comment-area > .media {
    margin-bottom: 30px;
}
.comment-area > .style2 {
    margin-left: 85px;
}
.comment-area img.media-object {
    margin-right: 25px;
}
.contact-form.comment-form-area {
    margin-top: 50px;
}
.contact-form.comment-form-area input,.contact-form.comment-form-area textarea{
    margin-bottom: 15px !important;
}
.contact-form.comment-form-area textarea,
.contact-form textarea{
    margin-bottom: 15px !important;
    width: 100%;
} 
.contact-form h2{
    font-size: 30px;
}
ul.section-content {
    padding: 0px;
}
.counter {
    margin-top: 50px;
}
.counter span {
    font-size: 80px;
}
.counter p {
    color: #fff !important;
    font-size: 24px;
    float: right;
    position: relative;
    display: inline-block;
    bottom: -55px;
}
.counter li {
    margin-right: 30px;
}
.counter li:last-child {
    margin-right: 0px;
}
/*========================================================================================
========================================================================================*/
/*========== 2. Header ========== */
header {
    background: #f5c031;
}
/*========== 2.1 Top bar ========== */
.top-bar {
    background: #000;
    color: #80a9b5;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    height: 50px;

}
.top-bar li {
    padding-top: 0px !important;
}
.top-bar .top-social-bar li:hover {
    background: #000;
    color: #fff;
}
.top-bar p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}
.top-bar ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.top-bar ul i {
    color: #fff;
    margin-right: 10px;
     font-size: 14px;
}

.top-bar-left.pull-left li 
{
  margin-right: 0px;
}

.top-bar .top-social-bar li i{
    margin: 0px;
    padding: 0px;
}
.top-bar .top-social-bar ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-bar .top-social-bar li a {
  display: block;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px !important;
  text-align: center;
}.top-bar .top-social-bar li a{ 
    border-right: 1px solid #073846;
}
.top-bar .top-social-bar li {
    padding: 0;
width: 50px;
}
/*========== 2.1 Navigation  bar ========== */
.nav-style {
    height: 100px;
    background: #f5c031;
    border: 0px solid #fff;
    margin-bottom: 0px;
}
.navbar-logo {
    margin: 15px;
    margin-left: 0px;
    display: inline-block;
}
.nav-style .navbar-collapse {
    padding-right: 0px;
}
.nav-style .navbar-nav {
    margin-top: 25px;
}

.nav-style .navbar-nav a {
    font-size: 16px;
	padding-bottom: 45px;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
}

.nav-style .navbar-nav>li {
    margin-right: 15px;
}

li.submenu:hover ul {
    visibility:visible;
    padding: 0px;
    border-radius: 0px !important;
    opacity:1;
}
ul.dropdown-menu li {
    position: relative;
}
.dropdown-menu li .dropdown-menu {
    display: block;
    position: absolute;
    right: 0;
    left: 100%;
    top: -4px;
    opacity: 0 !important;
}
.dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
}
li.submenu ul {
    visibility:hidden;
    display: block !important;
    padding: 0px;
    border-radius: 0px !important;
transition: opacity .5s ease;
    display: none;
    opacity:0;

    background: #002e3b;
}
.nav-style .navbar-nav .submenu ul li a:hover {
    background: transparent;
    color: #b59c39 !important;
}

li.submenu{position: relative;}
li.submenu:after {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    top: 15px;
    right: 0;
    font-size: 14px;
    color: #8e8e8e;
}
.hv2 li.submenu:after {
    color: #fff;
}
.nav-style .navbar-nav .submenu ul > li > a {
      padding: 25px;
    padding-bottom: 10px !important;
    border-bottom:1px solid #0c263c;
    font-size: 14px !important;
    padding-top: 10px;
    color: #fff !important;
}

/*========== 3. Homepage Slider ========== */
.homepage-slider{
    font-family: 'Karla', sans-serif;
}
.homepage-slider p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
}
.homepage-slider h1 {
    font-family: 'Karla', sans-serif;
    font-size: 90px;
    margin-top: -20px;
    margin-bottom: 0px;
}
.homepage-slider h3{
    font-family: 'Karla', sans-serif;
        margin-bottom: 10px;
}

/* - - - - */

.item1 
{
	background-image: url("../img/slide_1.jpg");
	background-repeat: no-repeat;
	position: relative;
}

.item2 
{
	background-image: url("../img/slide_2.jpg");
	background-repeat: no-repeat;
	position: relative;
}

.item3 
{
	background-image: url("../img/slide_3.jpg");
	background-repeat: no-repeat;
	position: relative;
}

/* - - - - */

.slider-text 
{
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 165px;
    padding-bottom: 240px;
}

.homepage-slider .owl-controls 
{
    position: absolute;
    top: 75%;
    width: 100%;
    height: 0px;
}

.homepage-slider .owl-prev 
{
    left: 5%;
    position: absolute;
}

.homepage-slider .owl-next 
{
    right: 5%;
    position: absolute;
}

.homepage-slider .owl-prev ,.homepage-slider .owl-next
{
    background: transparent !important;

}

.homepage-slider .owl-prev i,.homepage-slider .owl-next i
{
   font-size: 90px;
    opacity: 0.4;
    color: #fff;
}

.homepage-slider .owl-prev i:hover,.homepage-slider .owl-next i:hover
{  
    opacity: 1;    
}

/*========== 4. Features Section ========== */
section.slider-bottom-features 
{
        background: #fff;
}

.slider-bottom-features .container {
    margin-top: -120px;
    position: relative;
    z-index: 999;
    background: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.slider-bottom-features h3 {
    color: #b59c39;
}
.slider-bottom-features p {
    color: #002e3b;
    margin-bottom: 45px;
}

/*========== 5. Search Course and Event Widget ========== */

 section.course-event{
    position: relative;
    padding: 25px 0px;
}
section.course-event div {
    z-index: 1;
}
section.course-event .input-group {
    width: 95%;
}
 section.course-event:before{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0;
    background: #ff900d;
    content: "";
 }
 .course-event h1 {
    color: #fff;
    margin-bottom: 25px;
}
.box .date {
    width: 70px;
    height: 60px;
    background: #fff;
    border-radius: 5px;

    float: left;
    margin-right: 15px;
}
span.title {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    float: left;
    width: 65%;
    margin-top: -15px;
    margin-bottom: 5px;
}
span.time {
    width: 100%;
    display: block;
    float: left;
    margin-top: 30px;
    color: #ccedd2;
    font-size: 14px;
}
span.location {
    width: 100%;
    display: block;
    float: left;
    color: #ccedd2;
    font-size: 14px;
}
.box .date span {
    font-size: 30px;
    color: #002e3b;
    text-align: center;
    display: inherit;
}
.box .date span:last-child {
    font-size: 15px;
    color: #b59c39;
    text-align: center;
    display: inherit;
    margin-top: -5px;
}
 
.course-event p ,.course-event ul{
    color: #80a9b5;
    margin-top: 20px;
}


/*========== 6. Latest Course Section ========== */

section.latest-course {
    padding: 100px 0px;
    background: #fff;
}
.latest-course .nav {
    text-align: center;
    margin-bottom: 50px;
}
.latest-course h1 {
    margin-bottom: 50px;
}
.latest-course h5 a{
   color: #002e3b;
    margin-top: 0;
  
}
.latest-course h5{
  margin-bottom: 5px;
  margin-top: 5px;
}
.latest-course .nav-pills>li {
    float: none;
    display: inline-block;
}
.details p {
    color: #b59c39;
    font-size: 15px;   
    margin-bottom: 10px;
}
p.course-price{
    font-size: 28px;
    font-family: Montserrat;
    color: #b59c39;
}
p.course-price del {
    font-size: 18px;
    color: #bebebe;
}
.details p > i {
    color: #ddd;
    padding-right: 6px;
}
.latest-course img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



/*========== 7. Fun facts ========== */


section.fun-facts {
       background: #f8f8f8;
    width: 102%;
    margin-left: -1%;
    position: relative;
}
section.fun-facts:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #cdcdcd transparent;
    position: absolute;
    left: -1px;
    top: -18px;
}
section.fun-facts:after {
width: 0;
height: 0;
border-style: solid;
border-width: 18px 0 0 18px;
border-color: transparent transparent transparent #cdcdcd;
    content: " ";
    right: -2px;
    position: absolute;
    top: -18px;
}
.signle-fid {
    text-align: center;
    padding: 50px 0px;
}
.signle-fid h4 {
    font-size: 60px;
    color: #002e3b;
    margin-bottom: 5px ;
}
.signle-fid p {
    color: #b59c39;
    font-size: 18px;
}
.signle-fid i {
    font-size: 40px;
    color: #dedede;
}

/*========== 8. Subcribe section  ========== */


section.subcribe-area {
    padding: 50px 0px;
    background: #000000;
}
.subcribe-area h3{
    color: #fff;    
    margin: 15px 0px;
}
.subcribe-area label {
    color: #fff;
    margin-top: 10px;
}
label {
    display: block;
    font-weight: normal;
}
button.input-button {
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    width: 70px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0px solid;
    background: #b59c39;
    color: #fff;
    font-size: 22px;
}

/*========== 9. - HomePage Blog Posts  ========== */
section.blog-news {
    padding: 100px 0px;
    background: #fff;
}
.blog-news h2 {
    margin-bottom: 50px;
    font-size: 30px;
}

.single-post h6 {
    font-size: 15px;
    color: #b59c39;
    margin-top: 25px;
    
}
.single-post p {
        line-height: 24px;
    margin-bottom: 35px;
}
.single-post h2 a{
    font-size: 22px;
    line-height: 28px;
    color: #002e3b;
    margin-top: 0px;
}
.single-post img {
    border-radius: 5px;
}


/*==========10. - Our Awards  ========== */
section.awards-area {
    background: url("../img/awards-bannar.png") no-repeat center center fixed;
    position: relative;
    background-size: cover;
    padding: 50px 0px;
}
.awards-overlay{
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    background: #fff;
    opacity: 0.9;
}
.awards-area li {
    width: 32%;  
    margin: 20px 0px;
    opacity: 0.4;
}
.awards-area h1 {
    margin-top: 100px;
}
.awards-area p {
   font-size: 18px
}




/*========== 11. - Courses and professors  ========== */

section.cnp {
    padding: 100px 0px;
    background: #fff;
}
.upcoming-course .course-price {
        margin: -5px 0px;
    font-size: 22px;
}
.upcoming-course .details-cnp{
     background: #f3f3f3;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 126px;
    overflow: hidden;
        padding-left: 30px;
}
.upcoming-course h5 a{
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #002e3b;
    display: block;
}
.post-in {
    font-size: 15px;
    color: #b59c39;
}
.post-in i{
    color: #bfbfbf;
    padding-right: 5px;
}
.upcoming-course .post-in {
    margin-bottom: 15px;
}
.upcoming-course img {
    border-top-left-radius: 5px;
    
    border-bottom-left-radius: 5px;
    float: left;
}

.single-professor {
    border: 1px solid #f3f3f3;
   padding: 25px 25px 20px;
    text-align: center;
    border-radius: 5px;
}
.single-professor h4{
    color: #b59c39;
}
.single-professor li a {
    padding: 5px;
    color: #babbbb;
}
.single-professor ul {
    margin-bottom: 0px;
    margin-top: 15px;
}
.single-professor h6,.single-professor p{
    font-size: 15px;
}
.single-professor p{
    margin-bottom: 0px;
}
.single-professor .teacher {
    width: 130px;
    display: inline-block;
    margin-bottom: 10px;
}
.single-professor .teacher img {
    border-radius: 50%;
    height: 130px;
}
.cnp .owl-nav {
    position: absolute;
    top: -82px;
    right: 0;
}
.cnp .owl-prev ,.cnp .owl-next{
    padding: 10px 20px !important;
    border-radius: 0px !important;
    background: #002e3b !important;
  
}
.hv2-course-list  .owl-nav{
    position: absolute;
    top: 0;
}
.hv2-course-list .owl-prev ,.hv2-course-list .owl-next{
    background: transparent !important;
    color: #002e3b !important;
    font-size: 30px !important;
}
.hv2-course-list .owl-prev:hover ,
.hv2-course-list .owl-next:hover{
color: #b59c39 !important;
}

.cnp .owl-prev:hover ,.cnp .owl-next:hover
 {
    background:#b59c39 !important;
}
.cnp .owl-prev i,.cnp .owl-next i {
    font-size: 20px;
}


/*========== 12. - Footer  ========== */
footer{
       background: #000;
    padding-top: 50px;
}
footer p{
    color: #FFFFFF;
        font-size: 16px;
}
.foo-brif img {
    margin-bottom: 18px;
}
footer .post-img {
    float: left;
    margin-right: 15px;
}
.foo-brif {
    margin-top: 15px;
}
footer .widget h3 {
    border-bottom: 0px;
    padding-bottom: 0px;
}
footer .widget {
    margin-bottom: 0px;
    
}
.hv2 footer .widget h3 {
    border-bottom: 2px solid #043c4c;
    padding-bottom: 20px;
}
footer a:hover {
    color: #fff !important;
}
ul.footer-post a:hover{
    color:#b59c39 !important;
}
ul.list-group {
    
    list-style-type: none;
    font-size: 16px
}
footer .list-inline i {
    color: #fff;
padding-right: 15px;
}
.footer-bottom ul li:last-child a i {
    padding: 0px;
}
.hv2 footer .list-inline p i {
    color: #b59c39;
}
footer a:hover{color: #fff}
ul.list-group a {
    padding: 10px 0px;
    display: block;
    position: relative;
}
footer ul.list-group li {
    border-bottom:1px solid #043c4c;
}

 ul.list-group li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
}
 ul.list-group a {
    padding: 10px 25px;
    display: block;
    position: relative;
    padding-right: 5px;
}

.list-inline>li  {
    padding-top: 10px;     

}

ul.footer-post {
    padding: 0;
}
ul.footer-post li {
    padding: 10px 0px;   
    list-style-type: none;
}
ul.footer-post a {
    color: #fff;
}
footer p.post-in {
    color: #7ca9b5;
    margin-top: 10px;
}
footer .post-in i {
    color: #7ca9b5;
    padding-right: 8px;
}
.footer-bottom p {
    text-align: center;
    font-size: 14px;

    color: #417584;
}
.footer-bottom {
    border-top: 1px solid #043c4c;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer-bottom ul li {
    padding-top: 0px;
}
.footer-newsletter label {
    margin-top: 10px;
    color: #ffffff;
}
.footer-bottom ul {
    margin-bottom: 0px;
}
footer input {
  background: #083f4e none repeat scroll 0 0 !important;
  border: 0 solid #ddd !important;
  margin-bottom: 10px;
  color: #fff !important;
}

.footer-newsletter button {
background: #b59c39 none repeat scroll 0 0 !important;
border: 0 solid;
border-radius: 5px;
font-size: 15px;
height: 50px;
padding: 0px 25px;
color: #fff;
margin-top: 20px;
}
/*========== 12.1 - Footer Course Search  ========== */

.footer-course-search {
    padding: 50px 0px;
    color: #fff;
}
.footer-course-search h2 {
    margin-top: 0px;
}
.footer-course-search .input-group {
    padding-top: 15px;
}
.footer-course-search {
    border-bottom: 1px solid #043c4c;
}
.footer-course-search img {
    margin-top: 5px;
}

/*========== 3. HomePage Version 2 ========== */



/*========== 3.2  - Navigation bar  ==========*/
.hv2 header ,.hv2 .nav-style{
    background: transparent;
    z-index: 9999;
    top: 30px;
}
.hv2 .nav-style .navbar-nav a{
    color: #fff  !important;
}
.hv2 .navbar-default .navbar-nav>.btn-style1 > a {
    padding-bottom: 15px !important;
}
.hv2 .nav-style .navbar-nav a {
    padding-bottom: 25px;
}
.hv2  .navbar-default .navbar-nav>li>a:hover {
    color: #b59c39 !important;
    
}
.hv2  .navbar-default .navbar-nav>.btn>a:hover {
    color: #fff !important;
    
}
.hv2 li.submenu ul{
    background: #fff;
}
.hv2 .nav-style .navbar-nav .submenu ul > li > a {
 
    border-bottom: 1px solid #f5f5f5;
    color: #002e3b !important;
}
.hv2 .nav-style .navbar-nav .submenu ul > li > a:hover {
 
    color: #b59c39 !important;
}
/*========== 3. 3. - Homepage Slider ==========*/
.header-top {
    height: 780px;
}
.hv2 .homepage-slider {
    top: -105px;
    padding-bottom: 0px;
    max-height: 614px;
}
.hv2 .item1{
    background-image: url("../img/awards-bannar.png");
    background-repeat: no-repeat;
}
.hv2 .homepage-slider h3{
    font-size: 20px;
}
.hv2 .homepage-slider h1 {
    font-size: 45px;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.hv2 .homepage-slider p{
    font-size: 18px;
    margin-bottom: 35px;
}
.hv2 .homepage-slider .owl-controls {
    position: absolute;
    top: 105%;
}
.hv2 .slider-text{
    padding-top: 200px;
}
/*========== 3. 4. - Discover ==========*/
section.discover {
    padding: 100px 0px;
}
section.discover h2, .discover h2 {
    margin-top: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.page-content .discover {
  padding: 0;
  padding-bottom: 100px;
}
/*========== 3. 5. - Features ==========*/
    
section.features {
    background: #f6f6f6;
}
.w{background: #f6f6f6 !important;}
.single-feature {
    text-align: center;
    padding: 100px 0px;
    padding-left: 50px;
    padding-right: 50px;   
    background: #eaeaea;
}

.single-feature {
    text-align: center;
}
.single-feature .number{
    color: #b59c39;
}
.single-feature p{
    line-height: 24px;
    margin-bottom: 0px;
}
.single-feature h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #b59c39;
    line-height: 35px;
    font-size: 30px;
}
.single-feature .btn {
    margin-top: 45px;
}
/*========== 3.6. - Find a Course ==========*/
section.fac {
    padding: 100px 0px;
}
.fac .container {
    background: #002e3b;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
}
section.fac h1{
    margin-top: 0px;
    border-bottom: 2px solid #043745;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
ul.course-category a{
    color: #7fa5b0;
    position: relative;
    padding-left: 15px;
    width: 95%;
    display: block;

}
ul.course-category a:hover{
    color: #fff !important;
}
ul.course-category a:before{
     content: "\f0da";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 12px;
    font-family: "FontAwesome";

}
ul.course-category{
    padding: 0px;
    list-style-type: none;
    color: #80a9b5;
    margin-top: 20px;
}
ul.course-category li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
section.fac .form-control {
    margin-top: 15px;
}
select.form-control {
    min-height: 45px;
}
.fac a.btn { 
    margin-top: 15px;
}
 a i{
    padding-right: 10px;
}

/*========== 3.7. - Events ==========*/
.events .single-post img {
    border-bottom-left-radius: 0px;
    width: 100%;
}
.event-location p{margin-bottom: 30px;}
.latest-course .search-text {
  margin-bottom: 0 !important;
}
.search-text {
  margin-bottom: 30px !important;
}

.events .single-post {
  margin-bottom: 30px;
  overflow: hidden;
}
section.events h1 {
    margin-top: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.event-spekers h4, 
.event-spekers h6 {
    margin-top: 0px;
    padding-bottom: 0px;
    border:0px solid transparent;
}
section.events {
    padding-bottom: 100px;
}
.hv2 .events .post-details {
    margin-top: -6px;
}
.events h2 a{
   color: #002e3b;
line-height: 24px;
padding-top: 15px;
font-size: 18px;
}
.events .post-in i {
    color: #b59c39;
    padding-right: 10px;
}
.events h2 a:hover{
    color: #b59c39 !important;
}
.events .single-post h2 {
    font-size: 22px;
    line-height: 23px;
    padding-top: 15px;
    margin-top: 0;
}

/*========== 3.8. - Latest Course Added ==========*/
section.hv2-latest-course h1 {
    margin-top: 0px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
section.hv2-latest-course{
    background: #f6f6f6;
    padding: 100px 0px;
}
section.hv2-latest-course p.course-price {
    margin-bottom: 0px;
}
.single-course-list {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.single-course-list h5 {
    color: #25444e;
}
.single-course-list:before{
    position: absolute;
    top: 0;
    content: "";
    border-top: 140px solid #e4e4e4;
    border-right: 500px solid transparent;
    top: 0;
    left: 0;
}
.latest-course .course-price {
    margin-top: 10px;
    margin-bottom: 15px;
}
.latest-course .tab-content>.tab-pane{
    border:0px solid;
    padding: 0px;
}
.img-box {
    width: 130px;
    height: 130px;  
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.hv2-course-list .owl-nav {
    position: absolute;
    top: -95px;
    right: 0;
}
/*========== 3.9. - Fun Facts ==========*/
.hv2 .signle-fid {
    text-align: left;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    padding:15px 30px;
}
.hv2 .signle-fid i{
   float: left;
   color: #eaeaea;
    margin-right: 30px;
}
.hv2 section.fun-facts {
  background: #fff none repeat scroll 0 0;
  margin-left: 0;
  padding: 100px 0;
  width: 100%;
}
.hv2 section.fun-facts:before ,.hv2 section.fun-facts:after{
    display: none;
}

.hv2 .signle-fid h4 {
    margin-bottom: 0;
    margin-top: 0px;
}
.hv2  .signle-fid p {
    color: #b59c39;
    margin-top: -5px;
    margin-bottom: 0px;
}
.hv2 .signle-fid i {
    float: left;
    margin-right: 30px;
    padding-top: 25px;
}


/*========== 3.10. - Courses and professors ==========*/
.hv2 section.cnp {
    padding-top: 0px;
    padding-bottom: 100px;
    background: #fff;
}
.hv2 section.cnp h1{
        margin-top: 0px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.hv2 .cnp .owl-nav {
    top: -90px;
}
.hv2 section.cnp .owl-prev, .hv2 section.cnp .owl-next {
    background: transparent !important;
   
    padding: 0px 10px !important;
}
.hv2 .cnp .owl-prev i,.hv2 .cnp .owl-next i {
    font-size: 30px;
     color: #c1c1c1;
}
.hv2 .single-professor{
    padding: 0px;
}
.hv2 .single-professor .teacher img {
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: auto;
}
.hv2 .single-professor li a {
 color: #fff;
}
.hv2 .single-professor h4 {
    font-size: 24px;
}
.single-professor-inner {
    padding-bottom: 30px;
}
.single-professor .social {
    background: #002e3b;
    margin-left: 0px;
    padding: 15px;
    margin-bottom: 25px;
}
.single-professor .social li {
    padding-top: 0px;
}
.hv2 .single-professor .teacher {
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.hv2 .single-professor-inner p {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.latest-news h5 {
    margin-top: 35px;
}
.latest-news:last-child {
    margin-bottom: 0px;
}
.latest-news {
    background: #f6f6f6;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
}
.latest-news .post-in {
    color: #002e3b;  
    margin-bottom: 20px;
}
.latest-news .post-in i{
    color: #b59c39;
}
/*========== 3.11.- Featured Course ==========*/
section.featured-course{
    position: relative;
    padding: 40px 0px;
}
section.featured-course:before{
    display: block;
    position: absolute;
    width: 37%;
    height: 100%;
    left: 0px;
    top: 0;
    background: #002e3b;
    content: "";
}
section.featured-course:after{
    display: block;
    position: absolute;
    width: 63%;
    height: 100%;
    right: 0px;
    top: 0;
    background: #e7e7e7;
    content: "";
}
.featured-course .c-details{
    z-index: 1;
    padding-left: 65px;
}
.featured-course .img-box{
    margin: 0;
    float: left;
}
.featured-course-tp {
    color: #fff;
    padding: 0px 40px;
    width: 245px;
    float: left;
}
.featured-course-tp h1 {
    margin: 0px;
    line-height: 30px;
    margin-bottom: 30px;
}
.c-details h1 {
    margin-top: 0px;
}
.c-details .post-in{
    margin-bottom: 25px;
}

/*========== 4. About Us ==========*/

.about-us-bannar {
    background-image: url(../img/about-us-bannar.png);
    background-repeat: no-repeat;
}

.renovations-bannar {
    background-image: url(../img/about-us-bannar.png);
    background-repeat: no-repeat;
}


/*========== 5. Sidebar Elements ==========*/    
.sidebar h3 {
    color: #b59c39;
    margin-top: 0px;
    margin-bottom: 20px;
}
.sidebar ul li a {
    color: #002e3b;
    line-height: 24px;  
    display: block;
    padding-bottom: 10px;
}
.course-details-sidebar  ul li a{
    display: inline;
}
.sidebar .post-in i {
    padding-right: 10px;
}
.widget-gallery li {
    width: 33%;
    float: left;
    margin: 0px 0px;
}
.widget-gallery {
    overflow: hidden;
    margin-bottom: 25px;
}
.widget-gallery li img {
    width: 100%;
    border-radius: 5px;
}
.sidebar .post-in {
    margin-bottom: 0px !important;
}
ul.list-group li {
    border-bottom:1px solid #f0f0f0;
}
.have-sidebar .icon-box .icon {
     width: 80px;
    text-align: center;
    background: #b59c39;
    color: #fff;
    font-size: 35px;
    border-radius: 100%;
    display: block;
    height: 80px;
    float: left;
    padding-top: 20px;
    margin-right: 15px;
}
ul.footer-post .img-radius {
   width: 70px;
    height: 70px;
}
.seach-input .input-group-addon:last-child {
    background: transparent;
    border: 2px solid #ededed;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-left: 0px;
    color: #ededed;
    padding-right: 20px;
}
.seach-input input.form-control {
    border-top-left-radius: 50px;
    border: 2px solid #ededed;
    border-bottom-left-radius: 50px;
    border-right: 0px;
    padding-left: 20px;
     color: #ededed;
}
.widget {
   
    margin-bottom: 40px;
    overflow: hidden;
}
.sidebar .post-img {
    float: left;
    margin-right: 5%;
    width: 75px;
    display: block;
}
.widget-post{
    width: 62%;
    float: left;
    display: block;
}
.recent-post li {
  overflow: hidden;
}


/*========== 6. Contact Us ==========*/   
section.icon-text-box {
    padding-bottom: 100px;
}
.contact-form input.error,.contact-form textarea.error {
    margin-bottom: 5px;  
}
label.error {
    margin-bottom: 15px;
}
.form-radio {
    margin-bottom: 25px;
    color: #777;
}
section.contact-form{
    padding: 60px 0px;
    background: #f6f6f6;
}
.contact-form input,.contact-form textarea {
    font-size: 14px;
    background: #e8e8e8;
    border: 0px;
    margin-bottom: 30px;
  
}
.contact-form .btn {
  display: inline-block;
}
.cs-center {
  text-align: center;
  width: 100%;
}
.comming-soon {
background-image: url("../img/slider.png");
background-repeat: no-repeat;
color: #fff !important;
display: block;
height: 100%;
position: relative;
width: 100%;
}
.comming-soon h1 span,.comming-soon h3 small{color: #fff !important;}
.comming-soon h1 {
  font-size: 50px;
text-transform: uppercase;
}
.comming-soon h1 span{
  font-size: 105px;
}
.page-notice {
  padding-bottom: 5%;
  padding-top: 5%;
}
/*
===============================*/
/*========== 7. Shortcodes ========== */
.panel-default>.panel-heading {
    background-color: #f5f5f5;
    padding: 25px 30px;
    font-size: 16px;
}
.panel-body {
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}
.panel {

    border: 1px solid #eaeaea;
    border-radius: 0px;
    box-shadow: none;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0px solid #ddd;
}
.panel-group .panel+.panel{
    margin-top: 0px;
    border: 1px solid #eaeaea;
    border-top: 0px;
    border-radius: 0px;
}
.panel-group .panel+.panel:last-child {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-group .panel+.panel:first-child {
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-group .panel-title span {
 background: #b59c39; 
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff;
    margin-top: -5px;
    display: block;
     transform: rotate(0deg);
}
 .panel-group .panel-title span i{
    padding: 0px;
        margin-right: 0;
 }


 .accodion-down{
    background: #b59c39 !important;
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff;
    margin-top: -5px;
    transform: rotate(90deg) !important;
    display: block;
}
.accodion-down i{
    padding: 0px;
        margin-right: -2px !important;
 }
.nav-pills>li+li {
    margin-left: 5px;
}
.tabs li  {
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
    margin-left: 0px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-bottom: 0px;

}
.tabs .nav-pills>li.active>a,.tabs .nav-pills>li.active>a:hover,.tabs .nav>li>a:hover,.tabs .nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color: #b59c39 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tabs li a{
       color: #002e3b;
}
.tabs .nav-pills>li.active>a,
.vertical-tabs .nav-pills>li.active>a,.vertical-tabs .nav-pills>li a:hover{
    background: #b59c39 !important;
}
.tabs>.nav-pills>li , .vertical-tabs .nav-pills>li a{
    background: #ffffff !important;
    color: #002e3b;
}
.tab-content>.tab-pane {
border: 1px solid #eaeaea;
    padding: 30px;
    border-radius: 5px;
    border-top-left-radius: 0px;
}
.tab-pane p{
    margin-bottom: 0px;
    line-height: 24px;
}
.no-mt{
    margin-top: 0px !important;
}
.vertical-tabs ul li a {
        padding: 10px 50px;
    border: 1px solid #eaeaea;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px
}

.vertical-tabs .nav-stacked>li+li {
        margin-top: 5px;
    margin-left: 2px;
}

.vertical-tabs .nav , .vertical-tabs .tab-content{
    display: flex;
    flex-direction: column;
}


.alert {
    padding: 10px 25px;
    padding-left: 50px;
    position: relative;
}

.alert-success {
    color: #d7f8de;
    background-color: #b59c39;
    border-color: #b59c39;
}
.alert-info {
    color: #bce8f1;
    background-color: #002e3b;
    border-color: #002e3b;
}

.alert-warning 
{
    color: #faebcc;
    background-color: #ea723b;
    border-color: #ea723b;
}

.alert-danger 
{
    color: #ebccd1;
    background-color: #b59c39;
    border-color: #b59c39;
}

.alert-success:before,.alert-danger:before,.alert-warning:before ,.alert-info:before 
{
    content: "\f105";
    position: absolute;
    left: 20px;
    font-family: "FontAwesome";
}

.alert-success:before
{
    content: "\f058";
}

.alert-danger:before
{
    content: "\f057";
}

.alert-warning:before
{
    content: "\f071";
}
.alert-info:before
{
    content: "\f05a";
}




.get_in_touch p{
	color: #FFFFFF;
	
}
.get_in_touch a{
	color: #000000
}




#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
 }

.gal-item {
	margin-bottom:16px;
}

.front-feature h3
{
	text-align:center;
	margin-bottom: 8px;
    margin-top: 16px;
}

.gap
{
	position: relative;
	float:left;
	width:100%;	
	height:16px;
	
}

.side-cred
{
	float:left;
	width:100%;
}

.side-cred img
{
	width: 128px;
    margin: 16px;
    position: relative;
}