/* Base CSS */

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

.center {
    float: none;
    margin: 0 auto;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%;
    background: #F4F4F4;
    font-family: 'Montserrat', sans-serif;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover {
    text-decoration: none
}

.section-padding {
    padding: 50px 0;
}

.mb30 {
    margin-bottom: 30px;
}



.header {
    border-top: 1px solid #000;
}

.logo {}

.navbar-brand > img {
    width: 75px;
   
}

.navbar-default {
    background: transparent;
    padding: 25px 0;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline;
    text-decoration-color: #108F33;
}

.home-carousel {}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}

@media (max-width: 543px) {
    .carousel-indicators {
        display: none;
    }
}

.carousel-indicators {
    margin-bottom: 2.5rem !important;
}

@media (max-width: 991px) {
    .carousel-indicators {
        margin-bottom: 3.625rem !important;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 3px;
    background: #1b1b1b;
    border: 0;
    opacity: 0.5;
}

.carousel-indicators .active {
    border: 4px solid #1b1b1b;
    background: #fff;
}

.carousel-control {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    line-height: 70px;
    border-radius: 50%;
    color: inherit;
    background: #1b1b1b;
    border: 0;
    opacity: 0.5;
    text-shadow: none;
    z-index: 5;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

.carousel-control.left {
    left: 0;
    margin-left: 2.5rem;
}

.carousel-control.right {
    right: 0;
    margin-right: 2.5rem;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    margin-top: -18px;
    font-size: 40px;
    line-height: 27px;
}

.carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

.content-menu {
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    min-height: 240px;
}

.content-menu:hover {
    background: #eee;
}

.content-menu-border1 {
    border-top: 10px solid #1abc9c;
}

.content-menu-border2 {
    border-top: 10px solid #2ecc71;
}

.content-menu-border3 {
    border-top: 10px solid #3498db;
}

.content-menu-border4 {
    border-top: 10px solid #f1c40f;
}

.content-menu-border5 {
    border-top: 10px solid #e67e22;
}

.content-menu-border6 {
    border-top: 10px solid #e74c3c;
}

.content-menu-border7 {
    border-top: 10px solid #34495e;
}

.content-menu h3 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}

.content-menu p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: center
}

.content-join {}

.content-join img {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.about-content {
    background: #fdfafa;
}

.about-content h2 {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}

.about-content h2 span {
    font-size: 18px;
}

.about-content h3 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    color: #108F33;
}

.about-content p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    text-align: justify;
}

.about-content ul {
    margin-left: -20px;
}

.about-content li {
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.about-content img {margin-bottom: 10px;}

.about-content b {font-weight: 500;}

.our-team {}

.our-team h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    color: #108F33;
}

.single-team {
    transition: all 0.3s ease-out 0s;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    min-height: 270px;
}

.single-team:hover {
    transform: translateY(-8px);
}

.img-box img {
    margin: 0 auto;
    border-radius: 50%;
    width: 168px;
}

.text-box {
    transition: all 0.3s ease-out 0s;
}

h5.less-mar-1 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 17px;
    color: #393795;
    text-transform: uppercase;
    font-weight: normal;
}

.title {
    transition: all 0.3s ease-out 0s;
}

.text-primary {
    color: #222;
    font-weight: normal;
    font-size: 15px;
}

.reach-us {}

.reach-us h2 {
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}

.location {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 20px;
    min-height: 320px;
}

.location p {
    font-size: 15px;
    line-height: 30px;
    color: #111;
}

.location i {
    font-size: 15px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
}

.location a {
    color: #108F33;
}

.location strong {
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
}

.counseling-social {
    margin-left: -40px;
    margin-top: 20px;
}

.counseling-social ul {}

.counseling-social li {
    list-style: none;
    font-size: 16px;
    line-height: 36px;
}

.counseling-social i {
    font-size: 20px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.counseling-social i:hover {
    background: #222;
}

.facebook {
    background: #4A69B0;
}

.envelope {
    background: #267CB5;
}

.skype {
    background: #1EB7EC;
}

.messenger {
    background: #1E88E5;
}

.linkedin {
    background: #1378B6;
}

.whatsapp {
    background: #2DA639;
}

.contact-form {}

.contact-form .form-control {
    border-radius: 1rem;
}

.contact-image {
    text-align: center;
}

.contact-form form {}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.partner-university {}

.partner-university h2 {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}

.partner-university img {
    height: 200px;
    width: 260px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
}

.message-ceo {}

.message-ceo img {
    background: #fff;
    padding: 10px;
    margin-left: 10px;
    width: 300px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.testimonials .client-say {}

.testimonials .client-say span {
    font-size: 40px;
    margin-bottom: 30px;
}

.testimonials .client-say .client-item p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
}

.testimonials .client-say .client-item img {
    height: 128px;
    width: 128px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonials .client-say .client-item h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #222;
}

.testimonials .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 2px;
    height: 10px;
    margin: 0 5px;
    background: #333;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
    height: 18px;
    background: #108F33;
}

.step-by-step {}

.step-by-step h2 {
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}

.step-by-step p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    text-align: justify;
    background: #fff;
    padding: 10px;
    border-radius: .4em;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.speech-bubble {
    position: relative;
    background: #129035;
    border-radius: .4em;
    margin-bottom: 30px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #129035;
    margin-left: -20px;
    margin-bottom: -20px;
}

.gallery a img {
    float: left;
    width: 25%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

.gallery a.big img {
    width: 40%;
}

.home-news {}

.home-news h1 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    background-color: #139136;
    margin-bottom: 5px;
    padding: 10px 1em;
    letter-spacing: .1em;
}

.news {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
}

.news p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.news p span {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}
/*  bhoechie tab */

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border: 1px solid #ddd;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #179239;
    color: #fff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #179239;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #1E953F;
    border-color: #1E953F;
}
.immigration {
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.business-visa {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    text-align: justify;
    background: #fff;
    padding: 10px;
    border-radius: .4em;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.student-visa {}
.student-visa h2 {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
.student-visa h3 {
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
.student-visa img {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.biv {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    border-top: 10px solid #2ECC71;
}



.footer {
    background: #000;
    color: #fff;
}

.footer h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .3em;
    padding-bottom: 5px;
    text-transform: uppercase;
}



.footer ul li {
    font-size: 14px;
    line-height: 27px;
}

.footer ul li a {
    color: #fff;
}

.copyright {
    margin-top: 25px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}



/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
