/*
Theme Name: Education Consultancy
Author: Rinzin Lhamo
Description:  Education Consultancy theme is a responsive clean WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Version: 1.0
*/

@import url('css/animations.css');
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url('css/owl.carousel.css');
@import url('css/bootstrap-responsive-tabs.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:  #333333;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #004b6e;
}
.btn, .btn:focus, .btn:hover{
    outline: none !important;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000; 
}
a, a:hover, a:focus{
    color: #333;
    text-decoration: none;
}
.btn-edu{
    border: 1px solid #598526;
    padding: 10px 20px;
    color: #122e44;
    font-weight: 500;
    background: transparent;
    font-size: 16px;
    border-radius: 0px;
    color: #fff;
}
.btn-edu:hover {
    color: #fff;
    background: #598526;
}
b, strong {
    font-weight: 500;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 0 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-pagination{
    text-align: center;
    padding: 10px 0;
}
.grecaptcha-badge {
	display: none;
}
/*HEADER*/
header {
    /*    padding: 20px 0 0;*/
}
.top-header{
    padding: 20px 0;
}
.top-header img.main-logo {
    height: 100px;
}
.top-header .in-padding {
    /*	padding: 0 0 0 30px;*/
    padding-top: 35px;
}
.top-header .in-padding li {
    padding-bottom: 3px;
}
.top-header li h4 {
    font-size: 14px;
    margin: 0;        
    font-weight: 400;
    color: #333 !important;
}
.top-header .left-icon {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 15px;
    border-radius: 50%;
    font-weight: 900;
    background-color: #598526;
}
.top-header .left-icon.last-icon {
    display: inline-block;
    padding: 5px 8px;
}
.top-header .right-list {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}
.top-header .right-list li a {
    letter-spacing: .08em;
}
.top-header .button {
    margin-right: -15px;
}
.top-header .button a {
    display: block;
    padding-left: 45px;
    padding-top: 20px;
}
.top-header .button a img {
    height: 55px;
}

/*NAVIGATION*/
header .navbar {
    background: #598526;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}
header .navbar-nav>li {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    /*    letter-spacing: .08em;*/
}
header .navbar-nav>li>a {
    display: block;
    color: #fff;
    padding-left: 0;
    padding-right: 18px;
}
.affix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
    color: #fff;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: transparent;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    min-width: 400px;
    border: 0;
    background: #fff;
}
.dropdown-menu>li>a{
	
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover{
	background: transparent;
	color: #004b6e;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background: transparent;
	color: #004b6e;
}
.navbar-nav.online-chat li a {
    background: #004b6e;
    padding: 15px 30px;
    text-shadow: none;
    color: #ffffff;
    border: 0 !important;
}


/* SLIDER */
.slider{
    position: relative;
    overflow: hidden;
}
.slider .caption{
    position: absolute;
    bottom: 15%;
    width: 100%;
    text-align: center;
}
.caption .caption-wrapper{
    margin: 0 100px;
    text-align: right;
}
.caption .well{
    background: rgba(0, 0, 0, .8);
    border: none;
    font-size: 20px;
    color: #eee;
    font-weight: 300;
    border-radius: 0;
    padding: 40px;

}
.caption .well h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}
.caption .well h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-top: 0;
}
.caption .well p{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.caption a.btn:last-child{
    background: #598526;
    margin-left: 10px;
}
.main-content {
    padding: 60px 0;
}
.section-one {
    padding-top: 50px;
    padding-bottom: 100px;
}
.about-byb h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    font-size: 30px;
}
.about-byb h4 {
    padding-top: 5px;
    text-transform: uppercase;
    color: #33333373;
}
.about-byb p {
    padding: 30px 0;
    font-weight: 300;
}
.about-byb .btn-edu{
    border: 1px solid #598526;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #598526;
    font-size: 16px;
    border-radius: 0;
}


.ourservice {
    padding: 50px 0;
    background-color: #222222;
    color: #fff;
}
.icon-one {
    padding: 20px;
    text-align: center;
}

.icon-one span .fa {
    font-size: 50px;
}
.icon-one .serial-no {
    text-align: right;
    color: #fff;
}
.icon-one h3 {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
.icon-one p {
    color: #ffffff63;
}
.service-line h3 {
    text-transform: uppercase;
    font-weight: 600;
    /*    margin-top: 0;*/
    font-size: 30px;   
    color: #fff;
}
.service-line h4 {
    padding-top: 5px;
    text-transform: uppercase;
    color: #ffffff7a;   
}
.service-line ol {
    margin: 0;
    padding-left: 0px;
}
.service-line ol li{
    padding: 10px 0;
    list-style: none;
}
.service-line ol li p{
    color: #ffffff63;
    padding: 10px 0 0;
}
.service-line ol li a{
    color: #fff;
    text-transform: uppercase;
}

.country-opt {
    padding: 50px 0;
}
.country-opt h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    /*    margin-top: 0;*/
    font-size: 30px;   
    /*    color: #fff;*/
}
.country-opt h4 {
    padding-top: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #33333373; 
    padding-bottom: 30px;
}
.country-cat a {
    display: block;
}
.country-cat {
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 30px;
}
.country-name h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.country-opt .button {
    text-align: center;
}
.country-opt .button a{
    border: 1px solid #598526;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #598526;
    font-size: 16px;
    border-radius: 0;
}


.section-news {
    padding: 50px 0 100px;
    background: #eaeced;
}
.section-news h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    /*    margin-top: 0;*/
    font-size: 30px;   
    /*    color: #fff;*/
    padding-bottom: 30px;
}
.only-news {
    padding: 40px 40px;
}
.news-board  .pin-news {
    display: block;
    padding: 20px;    
    background: #fff;
}
.news-board h4 {
    margin: 0;
    padding-bottom: 20px;
    color: #33333373;
    text-transform: capitalize;
    font-weight: 500;
}

.news-board p.date-au {
    margin: 0;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 600;
    color: #33333373;
}
.news-board p.readmore {
    text-align: right;
}
.only-news .button {
    text-align: right;
    padding: 30px 0 0;
}
.only-news .button a{
    border: 1px solid #598526;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #598526;
    font-size: 16px;
    border-radius: 0;
}

.testi {
    padding-top: 50px;
}
.testi h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    /*    margin-top: 0;*/
    font-size: 30px;   
    padding-bottom: 30px;
}
.testi .testi-items .test-info {
    height: 230px;
    margin-left: 10px;
    margin-right: 10px;
}


/*PAGE*/
.page-header {
    margin: 0;
    background: #004b6e;
    padding: 3px 0;
}
.page-header h1 {
    margin: 0;
    color: #fff;
    font-size: 13px;
    padding: 15px 0 15px 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.page-header .breadcrumbs {
    text-align: right;
    color: #fff;
    padding: 12px 0;
    font-size: 12px;
	text-shadow: 1px 1px 1px #333;
}
.page-header .breadcrumbs span{
    padding: 0 3px;
	color: #fff;
}
.page-header .breadcrumbs .home{color: #fff;}

.page-content{
    padding: 50px 0;
}
.news-head {
    text-transform: uppercase; 
    font-weight: 600;
    margin-top: 0;
    font-size: 30px;
}
.news-subhead {
    padding-top: 25px;
    text-transform: uppercase;
    color: #33333373; 
/*    padding-bottom: 30px;*/
}
.destination-items h4.dest-subhead {
    margin: 0;
    text-align: center;
    padding: 20px 0;
}
p.tag {
    /*    padding-bottom: 30px;*/
}
.panel {
    border: 0;
    box-shadow: none;
}
.panel-body {
    padding: 0;
}
.panel-body img {
    height: 200px;
}

.only-anns {
    /*    padding: 40px 40px;*/
}
.news-anns {
    margin-bottom: 20px;
}
.news-anns.pin-news {
    display: block;
    padding: 20px;    
    border: 1px solid #d9d9d9;    
    background: #fff;
}
.news-anns h4 {
    margin: 0;
    padding-bottom: 20px;
    color: #33333373;
    text-transform: capitalize;
    font-weight: 500;
}
.news-anns img{
    /*    height: 180px;*/
}
.news-anns p.date-au {
    margin: 0;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 600;
    color: #33333373;
}
.news-anns p.readmore {
    text-align: right;
}
.envirabox-title-float{display: none !important;}


/*TESTIMONIAL_FORM*/

button, html input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid #598526;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #598526;
    font-size: 16px;
    width: auto;
}
.display-testimonials h3 {
     text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    /*    margin-top: 0;*/
    font-size: 30px;   
    padding-bottom: 30px;
}
.test-info {
    padding: 10px;
    border: 1px solid #d9d9d9;
    margin-top:10px;
}
.test-info img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
}
.test-img {
        float: left;
    padding-right: 20px;
}
.info-display {
    display: block;
}
.info-display p strong {
    font-weight: 800;
}
.info-display p{
    margin-bottom: 0;
}
p.test-msg {
    padding-top: 20px;
}
.destination-items .panel-footer a {
    font-size: 16px;
}
.course-ins table th:last-child {
	text-align: right;
}
.course-ins table td:last-child {
	text-align: right;
}

/*CONTACTUS*/
.map {
    padding-bottom: 30px;
}
.contact-form {
    background-color: #598526;
    padding: 20px;
}
.contact-form h3{
    color: #fff;
    font-size: 16px;
}
.contact-form ul{
    color: #fff;
}
.contact-form > ul > li {
    padding: 10px 0;
}

.contact-form ul li span {
    border-radius: 100px;
    color: #fffefe;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    border: 1px solid #fff;
}
label{width: 100% !important;}
input, select, textarea {
    padding: 10px 5px;
    border: 1px solid #d9d9d9;
    font-weight: 300;
    width: 100%;
}

/*SINGLE_PAGE*/
.single-header {
/*     padding: 120px 0; */
}
.single-header h3 {
    text-transform: uppercase;
    color: #fff;
	margin: 0;
    padding: 7px 0;
    text-shadow: 1px 1px 1px #333;
}
.page-header .breadcrumbs .taxonomy{
    display: inline-block;
    color: #fff;
}
.page-header .breadcrumbs .destination {
    color: #fff;
}
.single-page .content >p {
    text-align: justify;
    padding-top: 5px;
}
.desp-ins {
/*    text-align: justify;*/
}
.desp-ins h3, .gallery-ins h3, .course-ins h3, .scholarship-ins h3 {
    display: inline-block;
	margin: 0;
    padding: 10px 0;
    /*    border-bottom: 2px solid #598526;*/
}
.course-ins a {
    font-weight: 600;
}
.course-ins a:focus, .course-ins a:hover {
    color: #598526;
}
.gallery-ins img{
    height: 150px;
    margin-bottom: 20px;
}

/*SIDEBAR*/
.sidebar .news-ann > h4 {
    background-color: #598526;
    padding: 15px;
    color: #fff;
}
.free-cons {
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
}
.news-detail {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
}
.news-detail h4 {font-size: 14px;}
.news-detail p {}



/*FOOTER*/
footer {
    background: #303030;
    padding: 30px 0 0;
}
footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
footer h4 a {
    color: #598526 !important;
}
.upper-footer {
    padding-bottom: 50px;
    padding-top: 20px;
}
.abt-company p{
    color: #fff;
}
.about-us h4 {
    font-weight: 900;
    text-transform: uppercase;
}
.about-us p {
    padding-bottom: 15px;
    padding-top: 10px;
}
.address {
    padding-top: 15px;
    border-top: 1px solid #d9d9d92e;
}
.address p{
    margin: 0;
    font-size: 15px;
}
.fa-long-arrow-alt-right:before {
    content: "\f30b";
}
.categories ul {}
.categories ul li{
    line-height: 18px;
    margin-bottom: 6px;
    padding: 10px 0;
}
.categories ul li a{
    color: #fff !important;
}
.categories ul li a:focus, .categories ul li a:hover{
    color: #598526 !important;
}
.gal-container {
    margin-bottom: 0 !important;
    margin-left: -10px;
}
.gal-container>div {
    padding-bottom: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}
.news-bulletin { padding-top: 20px;}

.news-bulletin .news-board {
    display: inline-block;
    background: #4a4a4a;
}
.news-bulletin .news-board h4{
    font-size: 11px;
    color: #fff;
    padding-top: 10px;
}
.news-bulletin .news-board p {
    color: #fff;
    font-size: 11px;
    margin: 0;
}
.images img{
    display: block;
    float: right;
    width: 164px;
    height: 65px;
}
.end-footer {
    background-color: #222222;
    padding: 15px 0;
}
.end-footer .copy-right {
    padding-top: 5px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.end-footer .copy-right a{
    color: #598526;
}
.social-icon {
    text-align: right;
}
.social-icon ul {
    margin-bottom: 0;
}
.social-icon li {
    display: inline-block;
    margin-left: 5px;
}
.social-icon li a {
    background: #fff;
    border-radius: 100px;
    color: #333333;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.social-icon li a:focus, .social-icon li a:hover {
    color: #fff;
    background: #598526; 
    transition: 0.4s;
}
@media(max-width: 991px){
    h3 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 16px !important;
    }
    .top-header .youth-logo {
        display: block;
        margin-left: -18px;
    }
    .top-header img.main-logo{
        height: 70px;
    }
    .top-header .button {
        margin-right: -5px;
    }
    .top-header .button a{
        padding-left: 0;
    }
    .top-header .button a img {
        height: 40px;
    }
    header .navbar {
        padding: 0;
    }
    .navbar-toggle .icon-bar{
        background: #fff;
    }
    .navbar-brand{
        display: block;
    }
    .navbar-brand h1{
        font-size: 18px;
        margin: 0;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }
    .blue {
        color: #00abec;
    }
    header .navbar-nav>li>a {
        padding-left: 15px;
    }
    .navbar-nav.online-chat li a{
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: none;
    }
    .slider .caption{
        bottom: 0%;
    }
    .caption .caption-wrapper{
        margin: 0;
    }
    .caption .well{
        background: rgba(0, 0, 0, 0.57);
        border: none;
        font-size: 16px;
        color: #eee;
        font-weight: 300;
        border-radius: 0;
        padding: 10px;
    }
    .caption .well h3{
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 0;
    }
    .caption .well h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-top: 0;
    }
    .caption .well p {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 10px;
        font-weight: 300;
        line-height: 16px;
    }
    .caption .btn-edu {
        padding: 6px 12px;
        font-size: 11px;
        border-radius: 3px;
        color: #fff;
    }
    .main-content{
        padding: 30px 0;
    }
    .section-one {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .about-byb{
        padding-bottom: 30px;
    }
    .about-byb h3{
        font-size: 22px;
    }
    .about-byb h4 {
        padding-top: 0;
        font-size: 16px;
        margin: 0;
    }
    .icon-one {
        padding: 10px;
    }
    .icon-one h3{
        font-size: 18px;
    }
    .icon-one span .fa {
        font-size: 25px;
    }
    .scholarship-ins {
        padding-bottom: 30px;
    }
    .service-line h3{
        font-size: 22px;
    }
    .service-line h4{
        font-size: 16px;
        margin: 0;
        padding-top: 0;
    }
    .country-opt h3{
        font-size: 22px;
    }
    .country-opt h4{
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .section-news h3{
        font-size: 20px;
    }
    .only-news{
        padding: 20px;
    }
    .news-board {
        margin-bottom: 15px;
    }
    .testi h3{
        font-size: 22px;
    }

    .test-form {
        padding-top: 30px;
    }
    .abt-company{
        padding-bottom: 15px;
    }
    .about-us p{
        font-size: 14px;
    }
    .address p{
        font-size: 14px;
    }
    .categories ul li {
        line-height: 0;
        margin-bottom: 0; 
        padding: 5px 10px;
        font-size: 14px;
    }
    .end-footer .copy-right{
        font-size: 10px;
    }
    .social-icon{
        text-align: left;
    }
    .social-icon li{
        margin-left: 0;
    }
    .social-icon li a {
        background: #fff;
        border-radius: 100px;
        color: #333333;
        display: block;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
    }
}





























