
/*============================
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 Courhse 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 ========== */

.our-vision-subhead {
  text-align: center !important;
  color: #fff !important;
  margin-top: 80px !important;
  margin-bottom: 20px !important;
}

body {
    background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #0f2c4a;
	font-size: 16px;
}
body.modal-open {padding-right: 0 !important;}
.conatiner-box{
    margin: 0 auto; 
}
h1,h2,h3{
	font-family: 'Playfair Display', 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: #ec595f;
    /* border-color: #337ab7; */
}
.pagination>li>a:hoverov,
 .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: 36px;
	margin-top: 0;
}
h2,.h2{
    font-size: 32px;
	font-weight: bold;
	margin-top: 0;
}
h3,.h3{
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
	margin-top: 0;
}
h4,.h4{
    font-size: 20px;
	margin-top: 0;
}

h5, .h5 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
}
h6,.h6{
    font-size: 14px;
	margin-top: 0;
}
a {
    color: #1693cd;
    outline: 0 !important;
}
a:hover,.single-course-list:hover h5{
    text-decoration: none;
    outline:none;
    /*color: #fff !important;*/
}
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;
}

.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;
}
.post-date {
    width: 70px;
    text-align: center;
    background: #599e67;
    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{
    transition: all 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;
    display: inline-block;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    padding: 15px 25px;
    font-weight: 700;
}

.btn-primary, .btn-style2{
	background:#1693cd;
	border: 2px solid #1693cd;
	color:#fff;
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,
.btn-style2.active,.btn-style2.focus,.btn-style2:active,.btn-style2:focus,.btn-style2:hover{
	background:#fff;
	color:#1693cd;
}

.btn-warning{
	background:#eea61e ;
	border-color:#df9b19;
}

.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover{
	background:#df9b19;
	border-color:#d29115;
}

.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 {
    font-family: 'Montserrat', sans-serif;
	position: relative;
    display: block;
    padding: 11px 15px;
    margin-bottom: 0px;
    background-color: #1693cd;
    margin-top: 15px;
    font-size: 18px;
    border:none;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    color:#fff !important;
}
.list-group-item1 {
    font-family: 'Montserrat', sans-serif;
	position: relative;
    display: block;
    padding: 11px 15px;
    margin-bottom: 0px;
    background-color: #0f2c4a;
    margin-top: 15px;
    font-size: 18px;
    /*border: 2px solid #f3f3f3;*/
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    color:#fff !important;
}
.list-group-item2 {
    font-family: 'Montserrat', sans-serif;
	position: relative;
    display: block;
    padding: 11px 15px;
    margin-bottom: 0px;
    background-color: #eea61e;
    margin-top: 15px;
    font-size: 18px;
    /*border: 2px solid #f3f3f3;*/
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    color:#fff !important;
}
.list-group-item:after,.list-group-item1:after,.list-group-item2:after {
    content: "\f105";
    position: absolute;
    right: 15px;
    color: #fff !important;
    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: #ec595f;
    outline:none;
}
.nav-pills>li {
    margin-left: 2px;
    background: #599e67;
    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: #fff !important;
    background-color: #1693cd;
    outline:none;
}

.slide-item .overlay {
    opacity: 0.3;
}
.overlay {
    display: block;
    background: #000000;
    opacity: 0.6;
    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 #ec595f;
}
.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 #599e67;
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px;
  transition: opacity 200ms ease 0s;
  width: 12px;
}
.bborder{
        color: #ec595f;
    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: #ec595f;
}
.icon-box .icon {
    width: 100px;
    text-align: center;
    background: #599e67;
    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: #ec595f;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}
.icon-box a:hover{
    color: #599e67;
}
span.bottom-bar {
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
}
footer span.bottom-bar {
    background: #1693cd;
}

.page-bannar {
    height: 300px;
    position: relative;
    z-index: -1;
}
.page-bannar h1 {
    font-size: 50px;
    position: absolute;
    bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
	max-width: 1140px;
}
.page-bannar .bottom-bar{
    position: absolute;
    bottom: 35px;
    margin-bottom: 0px;
}
.header-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0f2c4a;
    opacity: 0.56;
    top: 0px
}
.tpl-blue .header-overlay {
    background: #1693cd !important;
}
.tpl-orange .header-overlay {
    background: #eea61e !important;
}
.Breadcrumbs {
    background: #fff;
    padding-left: 30px;
    float: right;
    position: relative;
    padding-right: 30px;
    margin-top: -82px;
    font-size: 14px;
    margin-right: 15px;
}
.Breadcrumbs .list-inline{
	margin: 1em 0;
}
.page-content {
    background: #ffffff;
	padding-top:10px;
}
.page-content p{
    margin-bottom: 15px;
    line-height: 26px;
}
.search-text {
    margin-bottom: 0px !important;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 4px;
    font-size: 14px;
}
.img-radius{
    border-radius: 5px;
}
.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: #0f2c4a;
}
.course-list h3 a{
color: #0f2c4a;
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;
}

h6.share-text {
    margin-top: 30px;
    color: #ec595f;
    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: #599e67;
}
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: #ec595f;
}
.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: #ec595f;
}
.content h1,.content h2 ,.content h3 ,
.content h4 ,.content h5 ,.content h6  {
    color: #ec595f;
    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;
 
}
a.img-link1 {
    position: relative;
    display: block;
    width: 230px;
    height: 230px;
    margin: auto;
}
.events a.img-link{
    width: 100%;
}
a.img-link:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 46, 59, 0.46);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    opacity: 0;
   transition: opacity .25s ease;
}
a.img-link:hover:after,.img-link:hover i{
    opacity: 1;
     transition: all .25s ease-in;
}
a.img-link1:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 46, 59, 0.46);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;

   transition: opacity .25s ease;
}
a.img-link1:hover:after,.img-link1: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
}
.img-link1 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: #599e67;
}
.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: #0f2c4a;
}
.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: #599e67;
    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: #599e67;
}
.course-details-sidebar li span a:hover{
color: #ec595f !important;
}
.course-details-sidebar .btn {
    margin-top: 20px;
}
.course-details-sidebar li span{
 color: #599e67;
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: #599e67;
    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: #ec595f;
}
/* Pricing Table */
.single-pricing {
    background: #0f2c4a;
    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: #599e67;
    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: #599e67; */
    border-left: 128px solid transparent;
    border-right: 128px solid transparent;
    border-top: 22px solid #599e67;
    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: #ec595f;
    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: #ec595f;
}
.cta .btn {
    margin-top: 35px;
}
.error-h1{
    font-size: 50px
}
.tags {
    background: #f9f9f9;
    padding: 15px;
        margin-bottom: 40px;
}
.tags a{
   color: #0f2c4a;
   padding-left: 5px;
}
.post-author .social-profile {
    margin: 0px;
    margin-top: 10px;
}
.tags i {
    font-size: 14px;
    color: #ec595f;
    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: #599e67;
}

.post-element span {
    margin-right: 10px;
}
.post-element span i{
    margin-right: 5px;
}
/* blockquote */
blockquote p{
    margin: 0px;
    font-style: italic;
    line-height: 33px !important;
    font-size: 28px;
	font-family: 'PT Serif', serif;
}
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: #ec595f;
}
.post-author {
    margin-bottom: 80px;
}
/*Reletaed Post*/
.related-post h3 ,.comment-area h3,.comment-form-area h3{
    color: #ec595f;
    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;
}

/*========================================================================================
========================================================================================*/
/*========== 2. Header ========== */
header {
	background: #fff;
}
/*========== 2.1 Top bar ========== */
.top-bar {
    background: #efefef;
    color: #80a9b5;
    font-size: 15px;
    height: 50px;

}
.top-bar li {
    padding-top: 0px !important;
}
.top-bar li a {
    color:#0f2c4a;
}
.top-bar li a:hover {
    color:#2693e6;
}

.top-social-bar li a i.fa-facebook{
    color: #284390;
    font-size: 16px;
}
.top-social-bar li a i.fa-twitter{
    color: #00a9e7;
    font-size: 16px;
}
.top-social-bar li a i.fa-linkedin{
    color: #076fac;
    font-size: 16px;
}
.top-social-bar li a i.fa-google-plus{
    color: #c8483b;
    font-size: 16px;
}
/*.top-bar .top-social-bar li:hover .fa-facebook {
    color: #284390;
}
.top-bar .top-social-bar li:hover .fa-twitter {
    color: #00a9e7;
}
.top-bar .top-social-bar li:hover .fa-linkedin {
    color: #076fac;
}
.top-bar .top-social-bar li:hover .fa-google-plus {
    color: #c8483b;
}*/
.top-bar p {
    margin: 0px;
    color: #0f2c4a;
    font-size: 12px;
    font-weight: 600
}
.top-bar ul {
    margin-bottom: 9px;
    margin-top: 12px;
}
.top-bar ul i {
    color: #2693e6;
    margin-right: 10px;
    font-size: 15px;
}
.top-bar .main-site-btn i{
	margin-right: 0;
	color: #0f2c4a;
}
.top-bar-left.pull-left ul.list-inline > li {
  margin-right: 15px;
}
.top-bar-left.pull-left li .btn{
	margin:0;
	padding:5px 20px;
	font-size:12px;
	font-family: 'Roboto', sans-serif !important;
	text-transform: unset;
}
.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 ========== */

.logo img{
	max-width:285px;
}

.page-template-page-tpl-home .menu-links, .page-template-page-tpl-orange .menu-links , .page-template-default .menu-links, .page-template-page-tpl-about .menu-links, .page-template-page-tpl-day-in-the-life .menu-links, .page-template-page-tpl-news .menu-links {
position: relative;
}

.page-template-page-tpl-enrollment .announcement {
display: none;
}

.page-id-7 .menu-links, .page-id-6 .menu-links {
top: auto;
}

.page-id-791 .announcement, .page-id-2168 .announcement{
display: none;
}

.page-id-791 .tpl-orange .header-overlay, .page-id-796 .tpl-orange .header-overlay, .page-id-2168 .tpl-orange .header-overlay {
background: none !important;
}

.page-id-791 .page-bannar h1, .page-id-2168 .page-bannar h1  {
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    width: 100%;
    bottom: 35px;
    left: 0px;
max-width: none;
}

.page-id-796 .page-bannar h1, .page-id-2168 .page-bannar h1 {
 text-shadow: 2px 2px 2px #000;
}

.page-id-791 .about-us-bannar, .page-id-2168 .about-us-bannar{
background-position: 0px -165px;
}

@media screen and (max-width:991px) {
.page-id-791 .about-us-bannar, .page-id-2168 .about-us-bannar{
background-position: 0px -100px;
}
}

@media screen and (max-width:767px) {
.page-id-791 .page-content, .page-id-2168 .page-content{
padding-top: 0px;
}
}

@media screen and (max-width:567px) {
.page-id-791 .about-us-bannar, .page-id-2168 .about-us-bannar{
background-position: center;
}
}



@media screen and (max-width:1199px) {
.logo img {
	max-width: 250px;
	width: 100%;
	min-width: 165px;
	padding-top: 5px;
}
.menu-links {
    top: auto;
    float: left;
    width: 100%;
}
}


/*========== 3. Homepage Slider ========== */
.homepage-slider{
	clip-path: polygon(0 0,100% 0,100% 75%,0 100%);
}
.homepage-slider p {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.homepage-slider h1 {
    font-size: 45px;
    margin-bottom: 10px;
	text-shadow: 1px 1px 2px #000;
}
.homepage-slider h3{
        margin-bottom: 10px;
}
.slide-item {
	background-image: url("http://wilmington.network.greatoakscharter.org/wp-content/uploads/sites/6/2020/06/go-wilmington-bellyfire-productions-0159_48887539013_o.jpg");
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slider-text {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 140px;
    padding-bottom: 160px;
}
.homepage-slider .owl-controls {
    position: absolute;
    top: 45%;
    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;
    
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.page-content .gform_wrapper ul{
	list-style: none;
	margin: 0;
}
.page-content .gform_wrapper ul li{
	padding:0;
}
.gform_wrapper input[type="submit"]{
	border:none;
	margin: 5px 0 10px;
    padding: 12px 30px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 2px;
}

select {
	border: 1px solid #ccc;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width:  inherit;
}

/*textarea {
	width: 100%;
}*/

body .gform_wrapper ul li.gfield, body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio{
	margin-top:10px !important;
}
.gform_wrapper ul.gfield_radio li {
    display: inline-block;
    margin-right: 25px;
    margin-top: 4px;
	width: auto !important;
}
.gform_wrapper ul.gfield_checkbox li input, .gform_wrapper ul.gfield_radio li input {
    margin-right: 2px;
	width: auto;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    display:inline;
	width: inherit !important;
	max-width: inherit !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	margin-bottom:10px;
}
.gform_wrapper ul li.ghalf{width:50%;display: inline-block;}

.gform_wrapper ul li.ghalf.ghalfleft textarea, 
.gform_wrapper ul li.ghalf.ghalfleft input, 
.gform_wrapper ul li.ghalf.ghalfleft select,
.gform_wrapper ul li.ghalf.ghalfleft .uneditable-input,
.gform_wrapper ul li.ghalf.ghalfleft .validation_error,
.gform_wrapper ul li.ghalf.ghalfleft .validation_message{
	width:95%;
}
/* Bootstrap 3 Responsive Menu LARGER ------------------------- */
@media(max-width:500px) {
	.gform_wrapper ul li.ghalf{width:100%}
	.gform_wrapper ul li.ghalf > div.ginput_container{width:100% !important;}	
	.gform_wrapper ul li.ghalf.ghalfleft textarea, 
	.gform_wrapper ul li.ghalf.ghalfleft input, 
	.gform_wrapper ul li.ghalf.ghalfleft select,
	.gform_wrapper ul li.ghalf.ghalfleft .uneditable-input{
		width:100%;
	}
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{margin-top: 20px;}
.page-content .panel-title{margin:0 !important;}
.page-content ul{
	padding:0;
	margin: 0 0 40px 25px;
	list-style: disc outside none;
	font-size:16px;
	line-height: 26px;
}

.page-content ul li{
	padding: 0 0 0 10px;
}

.page-content ul.list-group a.list-group-item {
    font-size: 18px;
	margin-bottom: 0;
    margin-top: 15px;
    padding: 11px 15px;
}

.page-content ol {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}
.page-content ol li {
    counter-increment: step-counter;
	padding-bottom:15px;
}
.page-content ol li::before {
    content: counter(step-counter);
    margin-left: -40px;
    margin-right: 13px;
    font-size: 18px;
    background-color: #1693cd;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

.page-content .table th{
	background:#efefef;
	padding: 20px 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	vertical-align: inherit;
}

/*Panels*/
.panel-group .panel-heading{padding:0;}
.panel-group .panel-heading > h4.panel-title > a{padding: 15px;display:block;}
.panel-primary > .panel-heading{
	background-color:#2294d3;
	border-color:#2294d3;
}

.panel-primary{
	border-color:#2294d3;
}

.panel-primary .panel-heading a:hover,
.panel-primary .panel-heading a:focus,
.panel-primary .panel-heading a:active{
	color:#fff;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body{
	border-top-color: #2294d3;
}

.panel-default .panel-heading > h4.panel-title > a{
	background:#0f2c4a;
	color:#fff;
	font-family: 'Playfair Display', serif;
}

.panel-default .panel-heading > h4.panel-title > a.collapsed{
	    background: #0f2c4a;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.panel-default .panel-heading > h4.panel-title > a.collapsed:after {
	    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078"; float: right;

}

.panel-default .panel-heading > h4.panel-title > a:after {
	    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077"; float: right;

}

.results{
	text-align:center;
	margin:20px 0;
}
.results h2{
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	font-size:60px;
	margin:0;
}

@media (min-width: 992px) {
	.results{
		display: table;
	}

	.results .row{
		display:table-row;
	}
	.results .row .results-cell{
		display:table-cell;
		vertical-align: middle;
		float: none;
	}
}

/*========== 4. Features Section ========== */
section.slider-bottom-features {
    background: #fff;
}
.slider-bottom-features .container {
    /*margin-top: -120px;*/
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 30px;
}
.slider-bottom-features h3 {
    color: #1693cd;
	margin-bottom: 10px;
    margin-top: 20px;
}
.slider-bottom-features1 {
    color: #1693cd !important;
    font-size: 25px;
}
.slider-bottom-features2 {
    color: #0f2c4a !important;
    font-size: 25px;
}
.slider-bottom-features3 {
    color: #eea61e !important;
    font-size: 25px;
}
.slider-bottom-features p {
    color: #0f2c4a;
    margin-bottom: 20px;
    font-weight: 600;
}

/*========== Wordpress native gallery as owl ========== */
.gallery .gallery-item img{
	height: auto;
    width: 100%;
}
.owl-carousel .owl-nav [class*=owl-] {
	background: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	text-align: center;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: rgba(0, 0, 0, 0.9);
	color: #FFF;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 10px;
	height: 30px;
	margin: auto !important;
}

.owl-carousel .owl-prev {
	right: 45px;
}

.owl-carousel .owl-next {
	right: 10px;
}


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

 section.course-event{
    position: relative;
    padding: 50px 0px;
}
section.course-event div {
    z-index: 1;
}
section.course-event .input-group {
    width: 95%;
}
 section.course-event:before{
    display: block;
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0px;
    top:0;
    background: #0f2c4a;
    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: #0f2c4a;
    text-align: center;
    display: inherit;
}
.box .date span:last-child {
    font-size: 15px;
    color: #599e67;
    text-align: center;
    display: inherit;
    margin-top: -5px;
}
 section.course-event:after{
    display: block;
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0px;
    background: #599e67;
     content: "";
     top: 0;
 }
.course-event p ,.course-event ul{
    color: #80a9b5;
    margin-top: 20px;
}


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

section.latest-course {
    padding: 100px 0px;
    background: #fff;
}
section.ch-school {
    background: #fff url("../img/books-banner.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: fixed;
    width: 100%;
	margin-top:40px;
}
.padding100{
    padding: 100px 15px !important;
}
.latest-course .nav {
    text-align: center;
    margin-bottom: 50px;
}
.latest-course h1 {
    margin-bottom: 50px;
}
.latest-course h5 a{
   color: #0f2c4a;
    margin-top: 0;
  
}
.latest-course h5{
  margin-bottom: 5px;
  margin-top: 5px;
}
.latest-course .nav-pills>li {
    float: none;
    display: inline-block;
}
.ch-school .details{   
    padding-left: 20px;
    margin-top: 15px;
    max-width: 262px;
    margin: auto;
	text-align:center;
}
.details p {
    color: #a0a5a9;
    font-size: 19px;   
    margin-bottom: 10px;
}
.details p a {
    color: #fff;
}
.details h5 a{
    color: #fff;
    font-size: 26px;   
    margin-bottom: 10px;
}
p.course-price{
    font-size: 28px;
    color: #ec595f;
}
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;
}
.img-link1 img{
    border-radius: 100% !important;
    width: 230px !important;
    height: 230px !important;
}



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


section.fun-facts {
	background: #f8f8f8;
	position: relative;
}
.signle-fid {
    text-align: center;
    padding: 50px 0px;
}
.signle-fid h4 {
    font-size: 60px;
    color: #0f2c4a;
    margin-bottom: 5px ;
}
.signle-fid p {
    color: #0f2c4a;
    font-size: 18px;
}
.signle-fid i {
    font-size: 40px;
    color: #89d8f7;
}
.social-fid {
    text-align: center;
    padding: 30px 0px;
}
.social-fid p{
    font-size: 20px;
    color: #0f2c4a;
    font-weight: bold;
}
a.social-icon-tw i{
    font-size: 26px !important;
    color: #00acec !important;
}
a.social-icon-fb i{
    font-size: 26px !important;
    color: #39549b !important;
}
a.social-icon-pt i{
    font-size: 26px !important;
    color: #d80e1a !important;
}
a.social-icon-yt i{
    font-size: 26px !important;
    color: #b4000b !important;
}
/*========== 8. Subcribe section  ========== */


section.subcribe-area {
    padding: 50px 0px;
    background: #0f2c4a;
}
.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: #ec595f;
    color: #fff;
    font-size: 22px;
}

/*========== 9. - HomePage Blog Posts  ========== */
.blog-news .single-post{
	margin: 30px 0 30px 0;
}
.blog-news h2 {
    margin-bottom: 10px;
    font-size: 26px;
	line-height: 32px;
    color: #2390c9;
	
}

.blog-news h2 a {
	font-family: 'Playfair Display', serif;
}

@media (min-width:768px) and (max-width:991px){
	.blog-news h2 {
		min-height: 160px;
	}	
}

@media (min-width: 992px) {
	.blog-news h2 {
		min-height: 96px;
	}
}

/*==========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: #0f2c4a;
    display: block;
}
.post-in {
    font-size: 15px;
    color: #599e67;
}
.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: #599e67;
}
.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: #0f2c4a !important;
  
}
.hv2-course-list  .owl-nav{
    position: absolute;
    top: 0;
}
.hv2-course-list .owl-prev ,.hv2-course-list .owl-next{
    background: transparent !important;
    color: #0f2c4a !important;
    font-size: 30px !important;
}
.hv2-course-list .owl-prev:hover ,
.hv2-course-list .owl-next:hover{
color: #ec595f !important;
}

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


/*========== 12. - Footer  ========== */
footer.footer{
    background: #0f2c4a;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer p{
	font-size: 14px;
	margin-bottom:10px;
}
.footer .footer-logo{
	padding:35px;
	text-align: center;
}
.footer .footer-logo img {
    width:250px;
	max-width: 100%;
	height: auto;
}
.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;
	font-size: 15px;
	color: #fff;
}
.footer .widget {
    margin-bottom: 0px;
	color: #fff;
    font-size: 14px;   
}

.footer ul.list-group a {
    padding:0;
}

.footer .list-inline{
	margin:0;
}

.footer .list-inline li{
	padding:0;
}
.footer .footer-nav{
	font-size:14px;
	margin:0;
	padding:0;
}
.footer .footer-nav li{
	padding:0;
}

.hv2 .footer .widget h3 {
    border-bottom: 2px solid #043c4c;
    padding-bottom: 20px;
}
.footer a:hover {
    color: #fff !important;
}
ul.footer-post a:hover{
    color:#0f2c4a !important;
}
ul.list-group {
    list-style-type: none;
    font-size: 16px;
	margin:0;
}
.footer .list-inline i {
    color: #fff;
    padding-right: 15px;
    font-size: 28px;
}
.footer-bottom ul li:last-child a i {
    padding: 0px;
}
.hv2 .footer .list-inline p i {
    color: #599e67;
}
footer a:hover{color: #fff}
.footer a{color: #fff}

.list-inline>li  {
    padding-top: 10px;     
}
ul.footer-post {
	margin-left: 0;
}
ul.footer-post li {
    padding: 10px 0 !important;   
    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: left;
    font-size: 13px;
    color: #fff;
	margin:0;
}
.footer-bottom {
    border-top: 1px solid #043c4c;
    padding-top: 20px;
    padding-bottom: 15px;
    background: #0a2038
}
.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: #ec595f 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;
}

/*========== 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: #ec595f !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: #0f2c4a !important;
}
.hv2 .nav-style .navbar-nav .submenu ul > li > a:hover {
 
    color: #ec595f !important;
}
/*========== 3. 3. - Homepage Slider ==========*/
.header-top {
    height: 780px;
}
.hv2 .homepage-slider {
    top: -105px;
    padding-bottom: 0px;
    max-height: 614px;
}
.hv2 .slide-item{
    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: #599e67;
}
.single-feature p{
    line-height: 24px;
    margin-bottom: 0px;
}
.single-feature h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #ec595f;
    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: #0f2c4a;
    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.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: #599e67;
    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: #0f2c4a;
    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: #0f2c4a;  
    margin-bottom: 20px;
}
.latest-news .post-in i{
    color: #599e67;
}
/*========== 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: #0f2c4a;
    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/books-banner.jpg);
    background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}

/*========== 4. Americorps ==========*/

.americorps-btn {
background: #00a651;
border-color: #00a651;
}
.americorps-btn:hover {
background: #019247;
border-color: #019247;
}
.americorps_vid .fluid-width-video-wrapper {
	padding-top: 0px !important;
	height: 500px;
}


.col_inner {
height: 3650px;
}

div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	background-color: #f9f9f9;
	padding: 25px 30px 15px 30px;
	font-size: 18px;
	width: 90%;
	text-align: center;
	box-shadow: 0px 0px 5px #aaa;
}

/*========== 5. Sidebar Elements ==========*/    
.sidebar h3 {
    color: #0f2c4a;
    margin-bottom: 20px;
}
.tpl-blue .sidebar h3 {
    color: #1693cd !important;
}
.tpl-orange .sidebar h3 {
    color: #eea61e !important;
}
.sidebar ul li a {
    color: #0f2c4a;
    font-weight: 600;
    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: #599e67;
    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;
}


/*
===============================*/
/*========== 7. Shortcodes ========== */
 .accodion-down{
    background: #599e67 !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: #599e67 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tabs li a{
       color: #0f2c4a;
}
.tabs .nav-pills>li.active>a,
.vertical-tabs .nav-pills>li.active>a,.vertical-tabs .nav-pills>li a:hover{
    background: #599e67 !important;
}
.tabs>.nav-pills>li , .vertical-tabs .nav-pills>li a{
    background: #ffffff !important;
    color: #0f2c4a;
}
.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;
}

::selection {
  background: #ec595f; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #2294d3; /* Gecko Browsers */
  color: #fff;
}

.announcement .alert {
	border-radius:0;
	border-left:0;
	border-right:0;
	margin:0;
}

.announcement p{
	margin:0;
}

.responsive-iframe-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.call-to-action-text h4{
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600
}
.call-to-action-text p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.social-section{
    width: 100%;
    padding: 15px 0;
    float: left;
    background: #f5f5f5;
}
.respo-nav{
  margin-top: 6px;
}

/* MENU CSS */


/* Content wrapper */
.wrapper {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
}

.wrapper-small { max-width: 728px; }

.wrapper-flush { width: 100%; }

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
  position: fixed;
  top: 52px; /* 1 */
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); /* 2 */
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch; /* 3 */
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}

/* Nav toggle */
a.mobile-logo{
	padding: 8px 6px 4px 6px;
	float:left;
}
a.mobile-logo img{
    width: 55px;
	height: 40px;
}
.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 16px 12px;
  border: 0;
  background-color: #fff;
  float: right;
}

/* Nav toggle icon */

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #0f2c4a;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  background-color: #fff; /* 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;         /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item { border-top: 1px solid #dedcdc; }

/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child { border-bottom: 1px solid #dedcdc; }

/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { background-color: #fff;color: #0f2c4a }

/* 1. Menu links are block level, by default */

.nav-menu .menu-item a {
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  display: block; /* 1 */
  text-decoration: none;
  color: #0f2c4a;
	font-size: 11px;
	padding: 10px;
}
.nav-menu > .menu-item > a {
  font-weight: 600;
}
.nav-menu > .menu-item > a#donate {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	background:#1693cd;
	color:#fff;
	margin-left:10px;
}

/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-item > a { display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
	font-size: 26px;
	position: absolute;
	content: '+'; /* 1 */
	color: #002e3b;
	right: 20px;
	top: 10px;
	bottom: 0;
	width: 10px;
}


/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after { content: "\2013"; /* 1 */ }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
  display: none; /* 1 */
  background-color: #f5f5f5;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown { display: block; /* 1 */ }

/* 2nd level dropdown */

.nav-dropdown .nav-dropdown { background-color: #aaa; }

.nav-dropdown .menu-item { border-color: #dedcdc; }

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #e4e1e1;
  border-color: #dedcdc;
}

/* Main content area */

.content { margin-top: 60px; }

.content .wrapper { padding: 1rem 0; }

.bgnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 45px;
    left: 0;
    background: #000;
    z-index: 10;
    display: none;
    opacity: .5;
}

/*#homepage-slider{
    z-index: -1;
}*/
.follow-text{
    text-align: center;
}
.menu-arrow{
    font-size: 14px;
    line-height: 1;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 12px;
}

/*========== Recruitment Teachers Page ==========*/
.recruit-teachers{
	
}

.recruit-teachers blockquote p {
    font-size: 18px;
    line-height: 26px !important;
}

.recruit-teachers .row {
    margin-top: 20px;
	margin-bottom: 20px;
}

/*========== People Pages ==========*/
.loop-people .person{
	padding-bottom:60px;
	text-align:center;
}
.loop-people .person a:hover{
	cursor: pointer;
}
.loop-people .person img{
	width:100%;
	height:auto;
	border-radius: 50%;
}
.modal-title {
    margin: 0 !important;
}
.modal.fade.in{
	padding-right:0 !important;
}
.modal .person img{
	width:auto;
	height:auto;
}
.modal .person{
	padding:0;
}
.loop-people .modal-dialog{
	margin-top:100px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

/* Map Canvas jQuery plugin ------------------------- */
#map_canvas{height:150px;}
@media (min-width: 768px) {
	#map_canvas{height:350px;}
}

/* About Great Oaks Tables ------------------------- */
.bg-primary {
  border: 1px solid #1693cd !important;
}
.br-primary {
  border: 1px solid #1693cd !important;
}
/* UI head */
.ui-12 .ui-head{
	max-width: 90%;
	height: 40px;
	position: relative;
	top: 21px;
	left:22px;
}
/* Heading */
.ui-12 .ui-head h2{
	font-size:15px;
	line-height: 40px;
	margin:0 0 0 14px;
	color:#fff;
	text-transform:uppercase;
}
/* UI Body */
.ui-12 .ui-body{
	padding:25px;
	border-width:2px;
	background:#fff;
	min-height:515px;
}
/* Icon */
.ui-12 .ui-body h3{
	font-size:14px;
	line-height:28px;
	margin-top:5px;
	text-transform:uppercase;
}
.ui-12  .ui-feature ul{
	margin-bottom:15px;
}
.ui-12 .ui-feature ul li{
	padding:4px 0px;
}

/* Ui description */
.ui-12 .ui-description{
	background:#f7f7f7;
	padding:10px 15px;
}




@media screen and (min-width: 992px) and (max-width: 1200px) {
	.ui-12 .ui-body{
		min-height:568px;
	}
}
@media(max-width:991px){

.nav-menu > .menu-item > a#donate {

    width: 100%;
    margin-left: 0px;
    border-radius: 0px;
    text-align: center;

}
	.ui-12 .ui-body{
		min-height:inherit;
	}
    
    .col_inner {
    min-height: 0px;
    height: auto !important;
    }
    
    .americorps-flex-row {
    display: block !important;
    }
    
    h4.americorps_h4  {
    margin-top: 20px !important;
    }
    
    div.sticky {

    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    background-color: #f9f9f9;
    padding: 25px 20px 15px 20px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 5px #aaa;
    left: 0px;

}
}
@media(max-width:767px){
	.ui-12 .ui-description{
		margin-top:20px;
	}
    
    .page-content-enroll {
padding-top: 0px !important;
}


 

 
}


/** Enrollment Pages **/
a.button {
    background: #00a651;
    border-color: #00a651;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}

a.button:hover, a.button:active {
 background: #019549;
    border-color: #019549;
}

.enroll-left-col h2 {
    text-align: center;
    margin-top: 25px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    color: orange;
}
.enroll-left-col h3 {
font-size: 20px;
}

.green_link {
color: #00a651;
}

.green_link:hover, .green_link:active {
color: #019549;
}


.calendar-wrapper{
 position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.calendar-wrapper iframe{
 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.application-buttons {
height: 125px;
}


.img-container {

    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
    min-height: 300px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;

}

.img-container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}

.enroll-banner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.enroll-banner h1 {
    text-align: center;
    width: 100%;
    left: 0px;
}

.americorps_vid {
height: 500px;
}

/**** Jobvite No Nav ****/
.page-template-page-tpl-jobvite-no-nav header, .page-template-page-tpl-jobvite-no-nav .announcement {
display: none;
}

/***** Delayed Popup *******/

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 500px;
    top: 50%;
    left: 50%;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding:  20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*   This is the closing button  */
#btnClose {
    width: 20px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #BCBCBC;
    position: absolute;
    right: 10px;
    top: 10px;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}

/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}

@media screen and (max-width: 767px) { .delayedPopupWindow {
    width: 90%;
    max-height: 500px;
    overflow: scroll;
}
}

.page-id-19 .hover > p {
	display: grid;
}

/* The Power of 10 */
.page-template-page-tpl-power-of-10 .page-bannar {
	height: 500px;
}
.caption {
    background: orange;
    margin-top: -15px;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.page-template-page-tpl-power-of-10 img.size-full {
	    max-height: 560px;
    width: 100%;
    object-fit: cover;
}
.page-template-page-tpl-power-of-10 h2 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.page-template-page-tpl-power-of-10 blockquote p {
    line-height: 28px !important;
    font-size: 20px;
}

.stat-row {
	    margin-bottom: 20px;
    display: flex;
}
.stat-col {
	display: flex;
    flex-direction: row;
    align-items: center;
}
@media(max-width:991px){
	.stat-row {
		display: block;
	}
	.stat-col img {
    max-height: 200px !important;
    margin-bottom: 20px;
    display: block;
    object-fit: unset !important;
    height: auto;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}
}

/* Flags */
a.single-language span.flag {
	display: none;
}
a.nturl.single-language {
	    background: #2194d2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

a.nturl.single-language:hover, a.nturl.single-language:active, a.nturl.single-language:focus {
	opacity: .8;
	color: #fff;
}

#gform_wrapper_2, #gform_wrapper_5 {
	display: block !important; 
}