@charset "utf-8";
/* CSS Document */
/*********************************
3.4 Main Nav
*********************************/
/* Webkit */ ::selection {
  background: #0E2A47;
  color: #fff;
}
/* Gecko/Mozilla */ ::-moz-selection {
  background: #0E2A47;
  color: #fff;
}
blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #f0f2f4;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  text-align: center;
  position: relative;
  font-weight: 500;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #0E2A47;
  text-align: center;
}
.blogbtn {
  width: 70%;
  float: right;
  margin-top: 0px !important;
}
/*blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
}*/
/*.show .bodycopy .badg{
	position: relative;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 0.5em 0 0.2em;
	background-color: #cee002;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	color: #0E2A47;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: .1s;
	z-index: 3;
	font-family: 'Ubuntu', sans-serif;
}
.show .bodycopy span{
    display: block;
    font-size: 13px;
}
.show .bodycopy .badg::before {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  content: '';
  width: 35px;
  height: 35px;
  background-color: #cee002;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: .1s;
}
.show .bodycopy .badg::after {
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 2;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}*/
.badg {
  position: relative;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 0.5em 0 0.2em;
  background-color: #cee002;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #0E2A47;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: .1s;
  z-index: 3;
  font-family: 'Ubuntu', sans-serif;
}
.show .bodycopy span {}
.badg::before {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  content: '';
  width: 35px;
  height: 35px;
  background-color: #cee002;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: .1s;
}
.badg::after {
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 2;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#steps-sidebar {
  padding: 15px 15px 15px 0px;
}
#steps-sidebar .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
#steps-sidebar .stepconten {
  background: #fafbfc;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  cursor: help;
}
#steps-sidebar .card-header:before {
  font-family: 'FontAwesome';
  content: '\f0fe';
  color: #08f8b4;
  position: absolute;
  right: 10px;
  font-size: 14px;
}
#steps-sidebar .stepconten:hover {
  background: #f9fafb;
}
#steps-sidebar h4 {
  color: #6c757d;
  background: #f0f2f4;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
  letter-spacing: -1px;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
#steps-sidebar .stepconten:hover p {
  display: block;
  overflow-y: hidden;
  background: #fff;
  opacity: 1.0;
}
#steps-sidebar .stepconten p {
  font-size: 14px;
  border: 1px solid #ccdd02;
  line-height: 15px;
  padding: 10px;
  margin: 0;
  text-align: center;
  opacity: 0.0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: table-column;
}
#steps-sidebar .stepconten h5 {
  font-size: 17px;
  line-height: 15px;
  color: #6c757d;
  font-weight: 500;
  margin-top: 35px;
  position: relative;
  right: -35px;
  display: inline;
  letter-spacing: -1px;
}
#steps-sidebar .stepconten .icon {
  left: 10px !important;
  top: 6px;
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #6c757d;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
}
#steps {
  margin-top: 40px;
}
#steps .stepconten {
  /* margin-bottom: 30px; */
  background: #f7f8fa;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 0 10px;
}
#steps .stepconten:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.8);
  background: #fff;
}
#steps div {
  padding: 7px;
}
#steps .stepconten p {
  font-size: 14px;
  line-height: 15px;
}
#steps .stepconten h5 {
  font-size: 17px;
  line-height: 15px;
  color: #0E2A47;
  font-weight: 600;
  margin-top: 35px;
}
#steps .stepconten .icon {
  left: 50% !important;
  top: -30px;
  width: 60px;
  height: 60px;
  margin-left: -34px;
  position: absolute !important;
  display: inline-block;
  border-radius: 50%;
  background: #0e2a47;
  color: #08f8b4;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.25) !important; */
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
}
#ribbon-container {
  /* width: 150px; */
  height: 50px;
  line-height: 52px;
  padding-left: 15px;
  background: #0E2A47;
  z-index: 1;
  position: absolute;
  top: 25px;
}
#ribbon-container i {
  font-size: 19px;
  color: rgb(212, 215, 70);
  background-color: rgba(0, 0, 0, 0.25) !important;
  border-radius: 50%;
  padding: 7px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
}
#ribbon-container:before, #ribbon-container:after {
  content: "";
  position: absolute;
}
/*#ribbon-container:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}*/
#ribbon-container:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #0E2A47;
}
.services {
  width: 100%;
  background: #FFFFFF;
  padding-top: 95px;
  padding-bottom: 65px;
}
.services_row {
  margin-top: 95px;
}
.service_col {
  margin-bottom: 30px;
}
.service {
  width: 100%;
  padding-top: 46px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 57px;
  background: rgb(247, 248, 250);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.service:hover {
  background: #d4d746;
  color: #0E2A47;
}
.service::after {
  display: block;
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  height: 4px;
  background: #0E2A47;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin: auto;
  font-family: 'FontAwesome';
  content: '\f077';
  color: #0E2A47;
  top: 70%;
}
.service:hover::after {
  visibility: visible;
  opacity: 1;
}
.service_icon {
  /* width: 61px; */
  /* height: 61px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}
.service_icon i {
  font-size: 4rem;
}
.service_text {
  margin-top: 16px;
}
.service_text p {
  color: #696969;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.service_title {
  font-size: 1.5rem;
  font-weight: 700;
  /* padding-top: 41px; */
  margin-top: 26px;
}
.service_title::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 54px;
  height: 3px;
  background: #0E2A47;
  content: '';
}
.service:hover .service_text p {
  color: rgba(255, 255, 255, 0.65);
}
.main_nav, .search_button {
  display: inline-block;
}
.main_nav li {
  display: inline-block;
  position: relative;
}
.main_nav li:not(:last-child) {}
.search_button {
  cursor: pointer;
}
.search_button button {
  background: none;
  border: none;
}
.search_button i {
  font-size: 19px;
  color: rgb(255, 255, 255);
  background-color: rgb(14 42 71) !important;
  border-radius: 50%;
  padding: 7px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.search_button:hover i {
  color: #08f8b4;
}
.header_search_form {
  display: block;
  position: relative;
  /* width: 40%; */
}
.header_search_container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #4f0348;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header_search_container.active {
  bottom: -73px;
  opacity: 1;
}
.header_search_content {
  width: 100%;
  height: 73px;
}
.search_input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding-left: 20px;
  background: transparent;
  border-bottom: solid 2px #d4d746;
  color: #d4d746;
}
.header_search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}
/*********************************
3.5 Hamburger
*********************************/
.hamburger_container {}
.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger i {
  font-size: 20px;
  color: #0E2A47;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.hamburger:hover i {
  color: #6c044d;
}
/*********************************
4. Menu
*********************************/
.menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #0E2A47;
  z-index: 101;
  padding-right: 60px;
  padding-top: 87px;
  padding-left: 50px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  overflow-y: auto; /* Optional but highly reccomended: enables momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
}
.menu .logo a {}
.menu.active {
  right: 0;
}
.menu_close_container {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.menu_close {
  width: 100%;
  height: 100%;
  transform-style: preserve-3D;
}
.menu_close div {
  width: 100%;
  height: 2px;
  background: #08f8b4;
  top: 8px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu_close div:last-of-type {
  -webkit-transform: rotate(90deg) translateX(-2px);
  -moz-transform: rotate(90deg) translateX(-2px);
  -ms-transform: rotate(90deg) translateX(-2px);
  -o-transform: rotate(90deg) translateX(-2px);
  transform: rotate(90deg) translateX(-2px);
  transform-origin: center;
}
.menu_close:hover div {
  background: #937c6f;
}
.menu .logo {
  margin-bottom: 60px;
}
.menu .search {
  width: 100%;
  margin-bottom: 67px;
}
.search {
  display: inline-block;
  width: 400px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.menu .header_search_form {
  width: 100%;
}
.search form {
  position: relative;
}
.menu .search_input {
  width: 100%;
  background: transparent;
  height: 42px;
  border: none;
  outline: none;
  padding-left: 20px;
  border-bottom: solid 2px #d9d9d9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}
.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}
.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}
.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}
.menu .search_input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.15) !important;
}
.menu .search_input:focus {
  /* border-bottom: solid 2px rgb(38, 43, 48); */
}
.siblings-only {
  position: relative;
  background: rgba(240, 242, 244, 0.3);
  margin: auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); */
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); */
}
.siblings-only h5 {
  color: #6c757d;
  background: #f0f2f4;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
  letter-spacing: -1px;
}
.siblings-only ul {}
.siblings-only ul li a {
  padding-left: 25px;
  height: 50px;
  line-height: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #6c757d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* border-right: 4px solid rgba(139, 146, 153, 0.58); */
  border-bottom: 1px solid #f0f2f4;
}
.siblings-only ul li a:hover {
  background: #f0f2f4;
}
.siblings-only ul li a.current {
  background: #0E2A47;
  /* border-right: 4px solid #0E2A47; */
  color: #fafbfc;
}
.siblings-only ul li a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #08f8b4;
  /* top: 25px; */
  position: relative;
  left: -10px;
  font-weight: 800;
}
.header_search_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}
.header_search_button:focus {
  outline: none;
}
.header_search_button i {
  font-size: 16px;
  color: #0E2A47;
}
.header_search_button:hover i {
  color: #e3e030;
}
.menu_extra {
  /* position: absolute; */
  /* right: 60px; */
  bottom: 30px;
}
.menu_phone, .menu_social {
  /* font-size: 12px; */
}
.menu_social {
  margin-right: -6px;
  margin-top: 5px;
}
.menu_title {
  text-transform: uppercase;
  margin-right: 10px;
  display: block;
  margin-bottom: 8px;
  text-align: right;
}
.menu_title .dn_btn {
  color: #fff
}
.menu_social ul {
  display: inline-block;
}
.menu_social ul li {
  display: inline-block;
}
.menu_social ul li a i {
  font-size: 24px;
  color: #08f8b4;
  margin-right: 10px;
  padding: 10px;
  /* background: #ccc; */
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu_social ul li a i:hover {
  color: #ff6600;
}
/* CSS Document */
/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px


7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/
/************
1. 1600px
************/
@media only screen and (max-width: 1600px) {}
/************
2. 1440px
************/
@media only screen and (max-width: 1440px) {}
/************
3. 1380px
************/
@media only screen and (max-width: 1380px) {}
/************
3. 1280px
************/
@media only screen and (max-width: 1280px) {}
/************
4. 1199px
************/
@media only screen and (max-width: 1199px) {
  .featured_container {
    width: 100%;
    padding-left: 167px;
    margin-top: 0px;
  }
  .footer_contact_info {
    padding-right: 0px;
  }
}
/************
4. 1100px
************/
@media only screen and (max-width: 1100px) {}
/************
5. 1024px

************/
@media only screen and (max-width: 1024px) {}
/************
6. 991px
************/
@media only screen and (max-width: 991px) {
  .main_nav {
    display: none;
  }
  .hamburger {
    display: inline-block;
    /* margin-left: 25px; */
    vertical-align: middle;
    background: #08f8b4;
    padding: 10px 10px 5px 10px;
    border-radius: 3px;
  }
  .menu {
    width: 100%;
    right: -100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #d4d746;
    text-decoration: none;
    background-color: #6c044d;
  }
  .menu_nav ul li a {
    font-size: 22px;
    padding: 20px 0;
    color: #f8f9fa;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    display: block;
  }
  .menu_nav ul li.current a {
    color: #d4d746;
  }
  .menu_close_container {
    right: 30px;
  }
  .menu .search {
    margin-bottom: 25px;
  }
  .menu input {
    display: block;
    /* background: #ccc; */
    /* width: 350px !important; */
    border: #0E2A47;
    margin: auto;
    padding: 10px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
  }
  .header_search_button {
    right: 0 !important;
  }
  .menu .search_input::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input:-moz-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input::-moz-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input:-ms-input-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input::input-placeholder {
    font-size: 12px !important;
  }
  .menu_extra {
    /* right: 30px; */
    /* bottom: 15px; */
    /* margin-top: 30px; */
    /* text-align: center; */
  }
  .menu_phone, .menu_social {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6) !important;
    margin: 30px auto;
  }
  .menu_phone a {
    color: #d4d746;
    background-color: rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
    padding: 7px 20px;
    border-radius: 25px;
  }
  .menu_social {
    margin-top: 2px;
  }
  .header_search_button i {
    font-size: 14px;
  }
  .button_arrow {
    height: 47px;
  }
}
.top_bar_contact_list li > div {
  font-size: 10px;
}
.top_bar_contact_list li:first-child {
  margin-right: 32px !important;
}
.top_bar_contact_list li:not(:last-child) {
  margin-right: 23px !important;
}
.top_bar_login ul li a {
  font-size: 10px;
}
.home_slider_nav_container {
  top: -51px;
}
.featured {
  padding-bottom: 60px;
}
.featured_container {
  padding-left: 0;
  margin-top: 60px;
}
.featured_col:first-child {
  padding-right: 15px;
}
.featured_col:last-child {
  padding-left: 15px;
}
.featured_background {
  height: 354px;
}
.home_title {
  font-size: 56px;
}
.course_search {
  padding-left: 0;
  padding-right: 0;
}
.courses_slider_nav {
  display: none;
}
.milestone_col:not(:last-child) {
  margin-bottom: 80px;
}
.grouped_col:not(:last-child) {
  margin-bottom: 80px;
}
.video_container_outer {
  height: 388px;
}
.footer_col:not(:last-child) {
  margin-bottom: 80px;
}
}
/************
7. 959px
************/
@media only screen and (max-width: 959px) {}
/************
8. 880px
************/
@media only screen and (max-width: 880px) {}
/************
9. 768px
************/
@media only screen and (max-width: 768px) {}
/************
10. 767px
************/
@media only screen and (max-width: 767px) {
  .top_bar {
    display: none;
  }
  .header.scrolled .search_button {
    display: none;
  }
}
/************
11. 575px
************/
@media only screen and (max-width: 575px) {
  .menu {
    width: 100%;
    right: -100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #d4d746;
    text-decoration: none;
    background-color: #6c044d;
  }
  .menu_nav ul li a {
    font-size: 22px;
    padding: 20px 0;
    color: #f8f9fa;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    display: block;
  }
  .menu_nav ul li.current a {
    color: #08f8b4;
  }
  .menu_close_container {
    right: 30px;
  }
  .menu .search {
    margin-bottom: 25px;
  }
  .menu input {
    display: block;
    /* background: #ccc; */
    /* width: 350px !important; */
    border: #0E2A47;
    margin: auto;
    padding: 10px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
  }
  .header_search_button {
    right: 0 !important;
  }
  .menu .search_input::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input:-moz-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input::-moz-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input:-ms-input-placeholder {
    font-size: 12px !important;
  }
  .menu .search_input::input-placeholder {
    font-size: 12px !important;
  }
  .menu_extra {
    /* right: 30px; */
    /* bottom: 15px; */
    /* margin-top: 30px; */
    /* text-align: center; */
  }
  .menu_phone, .menu_social {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6) !important;
    margin: 30px auto;
  }
  .menu_phone a {
    color: #08f8b4;
    background-color: rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.15);
    padding: 7px 20px;
    border-radius: 25px;
  }
  .menu_social {
    margin-top: 2px;
  }
  .header_search_button i {
    font-size: 14px;
  }
  .button_arrow {
    height: 47px;
  }
}
/************
11. 539px
************/
@media only screen and (max-width: 539px) {}
/************
12. 480px
************/
@media only screen and (max-width: 480px) {}
/************
13. 479px
************/
@media only screen and (max-width: 479px) {}
/************
14. 400px
************/
@media only screen and (max-width: 400px) {}