﻿#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 1px;
  z-index: 97;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #555;
  cursor: pointer;
  padding: 0px;
}

/*Courses-relevant for Prizes, Home*/
.courses img {
  width: 100%;
  height: auto;
}
.courses {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*Breadcrumbs == The blue background-color header - not relevant for homepagae*/
.breadcrumbs_container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.breadcrumbs_list li a {
  color: white;
}

/*instructors*/
.instructors {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
  background: #f8f8f8;
}

/*Event*/
.event img {
  width: 100%;
  max-height: 50vh;
  height: 100%;
}
.event div {
  text-align: center;
}
.event_date {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: solid 1px #ebebeb;
}
.event_title > a {
  text-align: center;
}

/*Language*/
.lang_name > p {
  font-size: 1.1em;
  color: white;
  font-family: sans-serif;
}

/*Flag*/ /*for pages index, courses*/
.flag {
  width: 90px;
  margin: 0 auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.flag img {
  max-width: 100%;
}

/*Logo*/
.Logo_New img {
  height: 80px;
}

/*Home*/
.home > div {
  width: 100%;
  background-color: #005daa;
  padding-top: 150px;
}
.home {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #005daa;
}

/*Header*/
.header img {
  height: 80px;
}
.header_content {
  height: 80px;
}
/*to override original style changes*/
@media only screen and (max-width: 767px) {
  .header.scrolled .header_content {
    height: 80px;
  }
}
/*Footer*/
a:not([href]):not([tabindex]) {
  color: #000000;
  text-decoration: none;
}
.footer_logo > a:not([href]):not([tabindex]) {
  color: white;
}
.newsletter_button {
  position: absolute;
  top: 0;
  left: 220px;
  width: 18px;
  height: 36px;
  background: transparent;
  border: none;
  outline: none;
}
.newsletter_input {
  width: 200px;
}
.newsletter_button i unsub {
  padding-left: 5px;
}
.newsletter_form {
  margin: 0;
}
.sub_container {
  padding-top: 15px;
  padding-left: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
}
.new_f div {
  margin-bottom: 0px;
}
.footer_body {
  background-color: #005daa;
}
.footer_title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.footer_list li a {
  font-size: 12px;
  font-weight: 500;
  color: white;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.copyright {
  padding: 20px;
}
.cr,
.cr > a {
  color: #1a1a1a;
  font-size: 1px;
}
#cc {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

@media screen and (orientation: landscape), (max-width: 991px) {
  .menu .search {
    width: 100%;
    margin-bottom: 30px;
  }
  #social {
    display: none;
  }
  .menu {
    padding-top: 60px;
  }

  .menu_extra {
    right: 200px;
    bottom: 15px;
  }
}
#social {
  display: block;
}
ul {
  margin-top: 15px;
}

.menu_extra {
  top: 350px;
}

.breadcrumbs_list {
  width: 100%;
  height: 9px;
}

/*Menu Left To Right*/
.menu.active {
  left: 0;
}
.menu {
  position: fixed;
  top: 0;

  height: 100vh;
  background: #ffffff;
  z-index: 101;
  padding-right: 60px;
  padding-top: 87px;
  padding-left: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.header_content_right {
  width: 25px;
}
.main_nav_contaner {
  padding-left: 150px;
  margin-left: 50px;
}
.ml-auto,
.mx-auto {
  margin-left: 0 !important;
}
.menu_mm > li {
  text-align: left !important;
}

.menu_nav {
  width: -webkit-fill-available;
}
/*#newCol{
margin-left:0px;}*/

/*BreadCrumbs For Phones*/
@media screen and (max-width: 767px) {
  .home > div {
    width: 100%;
    background-color: #005daa;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #005daa;
  }
  
  div.tab-pane p.text-muted{
    font-size: 12px;
  }
}
/*BreadCrumbs For Phones*/
