@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,700');
@font-face {
  font-family: 'CoreSansA35Light';
  src: url('../fonts/CoreSansA35Light.woff') format('woff');
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('../fonts/TitilliumWeb-Bold.ttf');
}
@font-face {
  font-family: 'CoreSansA55Medium';
  src: url('../fonts/CoreSansA55Medium.otf');
}
strong,
b {
  font-family: 'CoreSansA55Medium';
  font-family: 'Open Sans';
  font-weight: 700;
}
@font-face {
  font-family: 'CoreSansA15Thin';
  src: url('../fonts/CoreSansA15Thin.otf');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.otf');
}
/*** COLORS ***/
/*** TRANSITIONS ***/
.ease-transition {
  transition: all ease 350ms;
}
a,
a:hover,
a:focus {
  outline: none;
}
.left-right-margin-nil {
  margin-left: 0;
  margin-right: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  color: black;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 13px;
  /*** CATCHPHRASE ***/
  /*** GOETHE BUTTON ***/
  /*** HOME PAGE BLOCKS ***/
  /*** HOME POSTS BLOCK ***/
  /*** NEWS ***/
  /*** FOOTER ***/
}
body #goethe-navbar {
  margin-bottom: 0;
  border: none;
}
body #goethe-navbar .navbar-wrapper {
  background: #9fc518;
  padding-left: 12px;
  padding-right: 12px;
  /***MENU ICON TRANSITION ***/
  /*** mobile menu animation ***/
}
body #goethe-navbar .navbar-wrapper .navbar-toggle {
  border: none;
  background: transparent !important;
  padding-right: 6px;
}
body #goethe-navbar .navbar-wrapper .navbar-toggle:hover {
  background: transparent !important;
}
body #goethe-navbar .navbar-wrapper .navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  background: white;
}
body #goethe-navbar .navbar-wrapper .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
body #goethe-navbar .navbar-wrapper .navbar-toggle .middle-bar {
  opacity: 0;
}
body #goethe-navbar .navbar-wrapper .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
body #goethe-navbar .navbar-wrapper .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
body #goethe-navbar .navbar-wrapper .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
body #goethe-navbar .navbar-wrapper .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
body #goethe-navbar .navbar-wrapper .navbar-toggle {
  margin-top: 13px;
}
ul.social-media {
  /*/margin-top: 26px;*/
}
ul.social-media li {
  margin-left: 9px;
}
ul.social-media li a {
  padding-top: 6px !important;
  padding-bottom: 0 !important;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 20px;
  text-align: center;
  border-right: none;
}
ul.social-media li a:hover {
  color: white;
}
ul.social-media li:nth-child(1) a {
  background: #3B5998;
  padding: 5px 5px;
  font-size: 16px;
}
ul.social-media li:nth-child(2) a {
  background: #55ACEE;
  padding: 5px 3px;
}
body #goethe-navbar a.navbar-brand {
  padding: 7px 12px 5px 12px;
  height: auto;
}
body #goethe-navbar ul.navbar-nav li a {
  color: white;
  text-transform: uppercase;
}
body #goethe-navbar ul.navbar-nav li a:hover {
  background: white;
  color: #a0c814;
}
body #goethe-navbar ul.navbar-nav li:last-child a {
  border-right: none;
}
body .catchphrase {
  background: #a0c814;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .catchphrase h1 {
  font-size: 26px;
  font-family: 'MyriadPro-Regular';
  color: white;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
}
body .btn-goethe {
  border-radius: 0;
  font-size: 13px;
  padding: 5px 28px;
  line-height: 17px;
}
body #home-page-blocks {
  background: #139ae4;
  margin-left: 0;
  margin-right: 0;
  color: white;
  font-size: 13px;
  margin-bottom: 15px;
}
body #home-page-blocks h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: 'TitilliumWeb-Bold';
}
body #home-page-blocks p {
  color: white;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 0;
}
body #home-page-blocks p[align="right"] {
  text-align: right;
}
body #home-page-blocks .btn-goethe {
  color: #fff;
  border-color: #fff;
  background: transparent;
  margin-bottom: 20px;
  transition: all ease 350ms;
}
body #home-page-blocks .col-sm-4:nth-child(1) {
  background: #07c0b0;
  padding-top: 20px;
}
body #home-page-blocks .col-sm-4:nth-child(1) .btn-goethe:hover {
  color: #07c0b0;
  background: #fff;
}
body #home-page-blocks .col-sm-4:nth-child(2) {
  background: #dc941c;
  padding-top: 20px;
}
body #home-page-blocks .col-sm-4:nth-child(2) .btn-goethe:hover {
  color: #dc941c;
  background: #fff;
}
body #home-page-blocks .col-sm-4:nth-child(3) {
  background: #139ae4;
  padding-top: 20px;
}
body #home-page-blocks .col-sm-4:nth-child(3) .btn-goethe:hover {
  color: #139ae4;
  background: #fff;
}
body #home-page-blocks .btn-goethe.pull-right {
  float: none;
}
body .news-heading h2 {
  font-size: 32px;
  color: #07c0b0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
}
body .home-news-block {
  background: url('../images/home-news-bg.jpg') center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
body .home-news-block p {
  text-align: center;
  color: white;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
body .home-news-block .btn-goethe {
  color: #029a8d;
  border-color: #fff;
  margin-top: 40px;
  transition: all ease 350ms;
}
body .home-news-block .btn-goethe:hover {
  color: white;
  border-color: #029a8d;
  margin-top: 40px;
  background: #9ec60d;
}
body .home-posts-block {
  margin-left: 0;
  margin-right: 0;
}
body .home-posts-block h3 {
  color: #029a8d;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
body .home-posts-block p {
  text-align: justify;
  font-size: 13px;
}
body .home-posts-block p[align="right"] {
  height: 29px;
  text-align: right;
}
body .home-posts-block .btn-goethe {
  color: #545454;
  border-color: #029a8d;
  transition: all ease 350ms;
}
body .home-posts-block .btn-goethe:hover {
  color: #fff;
  border-color: #029a8d;
  background: #029a8d;
}
body .nav .open > a,
body .nav .open > a:focus,
body .nav .open > a:hover {
  background: white;
  color: #a0c814 !important;
}
body .news-date {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #545454;
}
body .news-headlines {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'CoreSansA55Medium';
  line-height: 18px;
  height: 38px;
  overflow: hidden;
}
body .news-block p[align="justify"] {
  height: 102px;
  overflow: hidden;
  color: #545454;
  margin-bottom: 0;
}
body .news-block p[align="right"] {
  margin-top: 0px;
}
body .news-block {
  margin-bottom: 35px;
}
body footer {
  background: #029a8d;
  color: white;
  min-height: 45px;
  font-size: 13px;
  padding-top: 14px;
  padding-bottom: 10px;
}
body h1.heading {
  color: #a0c814;
  font-size: 22px;
  font-family: 'TitilliumWeb-Bold';
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
}
body .news-block .btn-goethe {
  color: #545454;
  border-color: #029a8d;
  margin-top: 10px;
  transition: all ease 350ms;
}
body .news-block .btn-goethe:hover {
  color: #fff;
  border-color: #029a8d;
  background: #029a8d;
}
/*** END OF BODY ***/
body #goethe-navbar ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  background: #a0c814;
  border: none;
  border-radius: 0;
}
.background-images {
  position: absolute;
  height: 100%;
}
.nepal-bg,
.germany-bg {
  height: 100%;
  position: absolute;
  width: 200px;
}
.nepal-bg {
  background: url('../images/nepal-bg.jpg') no-repeat;
  left: 0px;
  margin-left: -200px;
}
.germany-bg {
  background: url('../images/germany-bg.jpg') no-repeat;
  right: 0;
  margin-right: -200px;
}
.everything {
  height: 100%;
}
.everything .maintain-min-height {
  min-height: 100%;
}
html {
  overflow-x: hidden;
}
p {
  color: #545454;
  line-height: 22px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 20px;
  margin-bottom: 16px;
}
.goethe-bg {
  background: #07c0b0;
  padding-top: 40px;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-bottom: 0px;
}
.goethe-bg p {
  color: white;
  text-align: justify;
  margin-bottom: 15px;
}
.goethe-bg h1.heading {
  color: white;
  margin-top: 0;
}
.goethe-bg.fix-padding {
  padding-top: 25px;
  padding-bottom: 5px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
ol,
ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
ol li,
ul li {
  color: white;
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 22px;
}
#counselling-block {
  margin-bottom: 25px;
  padding-top: 20px;
}
.block-row p {
  text-align: justify;
}
h2 {
  font-family: 'CoreSansA55Medium';
  font-size: 16px;
  color: #545454;
  margin-top: 0;
}
.past-course {
  height: 188px;
  background-size: cover;
  max-width: 369px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.past-course .course-info {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: white;
  text-align: center;
  font-family: 'TitilliumWeb-Bold';
  font-size: 14px;
}
.past-course .course-info .course-info-table {
  display: table;
  height: 100%;
  width: 100%;
}
.past-course .course-info .course-info-table .course-info-table-cell {
  line-height: 14px;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.available-course {
  border: 1px solid #a0c814;
  height: 48%;
}
.available-course .btn-goethe {
  margin-top: 0;
  color: #a0c814;
  border-color: #a0c814;
  background: transparent;
  transition: all ease 350ms;
}
.available-course .btn-goethe:hover {
  color: white;
  border-color: #a0c814;
  background: #a0c814;
}
.available-course .heading {
  color: white;
  background: #a0c814;
  text-align: center;
  font-size: 14px;
  font-family: 'TitilliumWeb-Bold';
  padding-top: 15px;
  padding-bottom: 15px;
}
.available-course .description {
  padding: 10px;
}
.available-course .description p {
  margin-bottom: 0;
}
.exam-guideline {
  max-width: 219px;
  width: 100%;
  float: right;
}
.exam-guideline img {
  margin-bottom: 20px;
}
.exam-guideline .download-icon {
  margin-top: 2px;
}
.profile-container {
  width: 100%;
  max-width: 186px;
  margin: 0 auto;
}
.profile-image {
  border-radius: 124px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.profile-image + b {
  text-transform: uppercase;
}
.profile-image + b,
.profile-image + b + br + b {
  font-family: 'CoreSansA55Medium';
  font-family: 'Open Sans';
}
.profile-image + b + br + b {
  line-height: 20px;
}
/*** MEDIA QUERIES ***/
@media (max-width: 767px) {
  .goethe-bg {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  img.mb15 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .container.container-without-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .background-images {
    display: none;
  }
  .everything {
    margin-top: 0;
  }
  body .news-block p[align="justify"] {
    height: auto;
  }
  body .news-headlines {
    height: auto;
  }
  body h1.heading {
    font-size: 18px;
  }
  body .news-headlines {
    font-size: 16px;
  }
  body .catchphrase h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .news-block img {
    margin: 0 auto;
  }
  .student-image {
    background-size: auto 318px;
  }
  .past-course {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .mb15 {
    margin-bottom: 15px;
  }
  .available-course .description .package_paragraph {
    height: 40px;
    margin-bottom: 5px;
  }
  .col-sm-7.goethe-bg + .col-sm-5 {
    width: 42.7%;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .menu-item-90:hover .dropdown-menu {
    display: block;
  }
  body #goethe-navbar ul.navbar-nav li a {
    font-size: 18px;
    padding-top: 31px;
    padding-bottom: 32px;
  }
  body #goethe-navbar ul.dropdown-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: capitalize;
    font-size: 13px;
  }
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pr30 {
    padding-right: 30px;
  }
  .block-row {
    margin-left: 0;
    margin-right: 0;
  }
  .student-image {
    background-size: 100% auto !important;
  }
  .exam-guideline-row {
    margin-left: -30px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .background-images {
    width: 720px;
  }
  #table-holidays {
    max-width: 592px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #goethe-navbar a.navbar-brand {
    padding-top: 19px;
  }
}
@media (max-width: 991px) {
  a.navbar-brand img {
    height: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .news-block p[align="justify"] {
    height: 130px;
  }
  body #navbar ul#goethe-menu {
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .background-images {
    width: 940px;
  }
}
@media (min-width: 1200px) {  
  .container {
    width: 1100px;
  }
  body #navbar ul#goethe-menu {
    margin-right: 120px;
  }
  .student-image {
    background-size: 100% auto !important;
  }
}
/*** JCAROUSEL CSS ***/
/*** jCarousel CSS ***/
.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  /*border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
  }
  /** Carousel **/
  .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .jcarousel li {
    width: 252px;
    float: left;
    /*border: 1px solid #fff;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-right: 14px;*/
    margin-right: 0px;
    color: #545454;
    text-align: center;
  }
  .jcarousel.home-jcarousel li {
    margin-right: 14px;
  }
  .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
  }
  /** Carousel Controls **/
  .jcarousel-control-prev,
  .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
  }
  .jcarousel-control-prev {
    left: 15px;
  }
  .jcarousel-control-prev img {
    transform: rotate(-180deg);
  }
  .jcarousel-control-next {
    left: none;
    right: 15px;
  }
  a.jcarousel-control-prev:hover,
  a.jcarousel-control-next:hover {
    color: white;
    text-decoration: none;
  }
  .mb30 {
    margin-bottom: 40px;
  }
  #table-holidays tr th {
    text-align: center;
    font-family: 'CoreSansA55Medium';
    border-right: 1px solid #eefbc6;
    background: #c6d98a;
    font-size: 13px;
  }
  #table-holidays tr td {
    font-family: 'CoreSansA35Light';
    font-family: 'Open Sans';
    text-align: center;
    border: 1px solid #c6d98a;
    background: #eefbc6;
    font-size: 13px;
  }
  #table-holidays tr td a {
    color: black;
  }
  #table-holidays tr td a:hover {
    color: #029a8d;
    text-decoration: none;
  }
  #table-holidays tr th:first-child,
  #table-holidays tr td:first-child {
    border-left: none;
  }
  #table-holidays tr th:last-child,
  #table-holidays tr td:last-child {
    border-right: none;
  }
  #table-holidays tr:last-child td {
    border-bottom: none;
  }
  /*** cultural activities  ***/
  @media (min-width: 992px) {
    #gallery-2 .gallery-item {
      width: 16.6% !important;
    }
  }
  @media (min-width: 646px) and (max-width: 991px) {
    #gallery-2 .gallery-item {
      width: 25% !important;
    }
  }
  @media (min-width: 480px) and (max-width: 645px) {
    #gallery-2 .gallery-item {
      width: 33.33% !important;
    }
  }
  @media (max-width: 479px) {
    #gallery-2 .gallery-item {
      width: 50% !important;
    }
  }
  #gallery-2 br {
    display: none !important;
  }
  input.wpcf7-form-control[type="text"] {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ccc;
  }
  input.wpcf7-form-control[type="email"] {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ccc;
  }
  textarea.wpcf7-form-control {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    resize: vertical;
    border: 1px solid #ccc;
  }
  input:focus,
  textarea:focus {
    outline: none;
  }
  input.wpcf7-form-control[type="submit"] {
    border-radius: 0;
    font-size: 17px;
    padding: 5px 28px;
    line-height: 17px;
    color: #a0c814;
    border-color: #a0c814;
    background: transparent;
    border-style: none;
    border: 1px solid #a0c814;
    transition: all ease 350ms;
  }
  input.wpcf7-form-control[type="submit"]:hover {
    color: white;
    background: #a0c814;
  }
  #contact-row a {
    color: #029a8d;
  }
  #contact-row a:hover {
    color: #009083;
    text-decoration: none;
  }
  #gallery-2 > .gallery-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .course_plan_more {
    height: 29px;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  .services-menu.navbar-nav>li>a{
    /*border-bottom: 1px solid #c6d98a;*/
    padding: 5px 10px;    
    background: #eefbc6;    
    background: #8eb015;
    color: black;
    color: white;
  }
  .services-menu.navbar-nav>li>a:hover{
    background: #a0c814;
    transition: all ease 350ms;
  }
  .services-menu.navbar-nav>li.current_page_item>a{
    background: #a0c814;
  }
  .services-menu.navbar-nav>li:last-child>a{
    border-bottom: none;

  }
  .services-menu.navbar-nav>li{
    width: 100%;
    margin-bottom: 2px;
  }
  .services-menu.navbar-nav{
    /*border: 1px solid #c6d98a;*/
    margin-top: 25px;
  }
  @media(min-width: 1200px){
    .container{
      width: 1200px;
    }
  }

  .banner{
    display: none;
  }

  @media(min-width: 1200px){
    .background-images{
      width: 1170px;
    }
  }

  .catchphrase{
    color: white;
    font-size: 22px;
    font-weight: bold;
    font-family: Open Sans;
    padding-top: 20px;
  }

  .cooperation{
    color: white;
    font-size: 22px;
    font-weight: bold;
    font-family: Open Sans;
    padding-top: 25px;
    text-align: center;
  }
  @media(min-width: 768px) and (max-width: 991px){
    .container{
        width: 100%;
    }
    .background-images{
      display: none;
    }
    .cooperation{
      font-size: 20px;
      padding-top: 20px;
    }
    .services-menu{
      width: 100%;
    }
    .services-menu.navbar-nav>li>a{
      padding-left: 5px;
      padding-right: 5px;
    }
    .sidebar-wrapper{
      padding-left: 0px;
      padding-right: 0;
    }
  }
  @media(max-width:767px){
    .services-menu{
      display: none;
    }
    .cooperation{
      font-size: 16px;
    }
    .social-media{
      display: none;
    }
  }

  .mtphr-dnt-tick-container{
    background: #e7f5b6;
    padding-top: 5px;
    padding-bottom: 5px;    
    height: 30px;        
  }

  .mtphr-dnt-tick-container a{
    color: #4D6301;
    text-decoration: none;
    font-size: 14px;
  }

  h3.mtphr-dnt-title{
    background: #8eb015;
    color: white;
    width: auto;
    height: 30px;
    width: 80px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    font-weight: bold !important;
    font-family: Open Sans;
    padding-top: 8px;
    text-align: center;
  }

  .carousel-control.left, .carousel-control.right{
    background-image: none;
  }

  .carousel-indicators{
    bottom: -10px;
  }

  .fix-padding{
    padding-left: 0;
  }

  .sidebar-wrapper{
    padding-right: 0;
  }

  .available-course .description p{
    color: black;
  }

.goethe-bg{
  padding: 15px;  
}

.goethe-bg p:last-child{
  margin-bottom: 0;
}

.admissionClosed {
  color: #e50e0e;
}

a.five:link {
    color:#ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out 1s;
    
}
a.five:visited {
    color:#ffffff;
    text-decoration:none;
    
}

a.five:hover {
    border-color: #ffffff;
    
}

a.sdexam:link {
    color:#1f7ab7;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out 1s;
    
}
a.sdexam:visited {
    color:#ffffff;
    text-decoration:none;
    
}

a.sdexam:hover {
    color:#ffffff;
    border-color: #ffffff;
    
}

/*# sourceMappingURL=goethe_style.css.map */

