@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Overpass:700italic);
@import url(https://fonts.googleapis.com/css?family=Overpass+Sans);
@import url(https://fonts.googleapis.com/css?family=Oleo+Script);
@import url(https://fonts.googleapis.com/css?family=Asap);
@import url(https://fonts.googleapis.com/css?family=Overpass);

@import "animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
*{
  box-sizing: border-box;
}
body {
  font:16px/19px "Overpass Sans", sans-serif;
  color: #ffffff;
  background:black;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #5f5f5f;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 28px/28px "Overpass", sans-serif;
  color: #ffffff;
}
h3 {
  font: 400 13px/18px "Asap", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
h4 {
  font:20px/18px "Overpass", sans-serif;
  font-weight: 700;
  font-style:italic;
  color: #ffffff;
}
h5 {
  font: 400 18px/36px "Overpass", sans-serif;
  color: #ffffff;
}
h6 {
  font: 400 70px/52px "Overpass", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  h6 {
    font-size: 50px;
    line-height: 50px;
  }
}
.heading1 {
  margin-bottom: 25px;
}
.heading2 {
  margin-bottom: 20px;
}
.heading3 {
  margin-bottom: 63px;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 13px/18px "Overpass", sans-serif;
  color: #ffffff;
  background: #000000;
  text-align: center;
  padding: 5px 20px 3px;
  text-transform: uppercase;
  display: inline-block;
}
.btn-default:hover {
  color: #000000;
  background: #ffffff;
}
.btn-simple {
  font: 400 20px/20px "Overpass", sans-serif;
  font-weight: 700;
  font-style:italic;
  color: #ffffff;
  display: inline-block;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 34px 0 35px;
  background: #131313;
}
.wrapper2 {
  padding: 84px 0 66px;
}
.wrapper3 {
  padding: 52px 0 72px;
}
.wrapper4 {
  padding-bottom: 36px;
}
.wrapper5 {
  padding-bottom: 121px;
}
.wrapper6 {
  padding: 34px 0 35px;
 
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #131313;
  padding: 9px 0 0px;
  border-bottom: 5px solid #000000;
}
#header .socials-block {
  text-align:center;
  margin-bottom: 4px;
	
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
  #header .socials-block {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
  float: left;
}
h1 a {
  display: block;
  font: 400 61px/52px "Open Sans";
  color: #ffffff;
}
h1 a:hover {
  color: #ffffff;
}
@media (max-width: 979px) {
  h1 {
    float: none;
    text-align: center;
    display: block;
  }
  h1 a {
    display: inline-block;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 19px;
	
  float: left;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 40px;
}
.sf-menu > li + li:before {
  display: block;
  position: absolute;
  content: '';
  width: 2px;
  height: 15px;
  background: white;
  left: -20px;
  top: 3px;
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -15px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: none;
  font:20px/22px "Overpass", sans-serif;
  font-weight: 700;
  
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #606060;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #606060;
}
.sf-menu .sfHover > a:after {
  color: #606060;
}
.sf-menu > li.current > a {
  color: #606060;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #606060;
}
.sf-menu > li.sfHover > a {
  color: #606060;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 98px;
  font: 400 12px/12px "Droid Sans", sans-serif;
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -49px;
  background: #ffffff;
  text-align: center;
  padding: 12px 5px 4px 9px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -7px;
  top: -7px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
}
.sf-menu ul li {
  padding-bottom: 6px;
}
.sf-menu ul > li + li {
  padding-top: 8px;
  border-top: 1px solid #d0d0d0;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #606060;
  bottom: 5px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #606060;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #131313;
}
.sf-menu ul > .sfHover > a:after {
  color: #131313;
}
.sf-menu ul li.sfHover > a {
  color: #131313;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -4px;
  left: 98px;
  margin-left: 0;
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #131313;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 400 19px/19px "Overpass", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #131313;
}
.isStuck h1 a {
  font-size: 35px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: url(../images/back3.jpeg) no-repeat ;
	background-size: 100% auto;
	background-position: bottom;
}
#content.common {
  padding-top: 77px;
}
/* ======= Banner 1 With a lot of images ======= */
.banner1 {
  height: 545px;
  background: url(../images/page1_img1.png) no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner1 {
    height: 200px;
  }
}
/* ======= Banner 2 Hello! ======= */
.banner2 {
  text-align: center;
  padding: 52px 0 30px;
}
.banner2 h6 {
  margin-bottom: 21px;
}
.banner2 p {
  font: 700 26px/36px "Droid Sans", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner2 p {
    font-size: 15px;
    line-height: 20px;
  }
}
/* ======= Box 1 Hello! ======= */
.box1 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px
}

/*.box1 img {
  position: absolute;
  left: 0;
  top: 2px;*/

.box1 h4 {
  margin-bottom: 12px;
}
.box1 .heading {
  display: block;
  font: 400 12px/16px "Asap", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.box1 p {
  color: #ffffff;
}
.box1 .btn-simple {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
    padding-right: 20px;
	  
  }
}
/* ======= Box 2 Welcome ======= */
.box2 img {
  margin-bottom: 24px;
}
.box2 h3 {
  margin-bottom: 6px;
}
.box2 .btn-default {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Post 1 News ======= */
.post1 time {
  display: block;
  margin-bottom: 9px;
  font: 700 13px/18px "Asap", sans-serif;
  color: #9a9a9a;
}
.post1 time.time__color1 {
  color: #9a9a9a;
}
.post1 h3 {
  margin-bottom: 11px;
}
/* ======= Wrapper for divider ======= */
.wrapper-for-divider {
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* ======= Divider 1 ======= */
.divider1 {
  position: absolute;
  width: 1px;
  margin-left: 35px;
  height: 100%;
  background: #383838;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
}
@media (max-width: 767px) {
  .divider1 {
    display: none;
  }
}
/* ======= Box 3 Latest reviews ======= */
.box3 {
  position: relative;
  padding: 8px 0 8px 100px;
}
.box3 img {
  position: absolute;
  top: 0;
  left: 0;
}
.box3 p .highlighted {
  display: block;
  color: #ffffff;
}
.box3 p .highlighted a:hover {
  color: #5f5f5f;
}
/* ======= Box 3 Wrapper ======= */
.box3-wrapper1 {
  margin-top: -3px;
}
.box3-wrapper1 h3 {
  margin-bottom: 17px;
}
.box3-wrapper1 .box3 {
  margin-bottom: 29px;
}
.box3-wrapper1 .btn-default {
  margin-top: 7px;
}
.box3-wrapper1.box3-wrapper1__inset1 .btn-default {
  background: #131313;
}
@media (max-width: 767px) {
  .box3-wrapper1.box3-wrapper1__inset1 {
    margin-bottom: 70px;
  }
}
/* ======= Box 4 Reviews ======= */
.box4 {
  margin-bottom: 25px;
	
}
.box4 h3 {
  margin-bottom: 6px;
}
.box4 .btn-default {
  margin-top: 26px;
}
/* ======= Box 5 Films & TV ======= */
.box5 h5 {
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .box5 h5 {
    line-height: 24px;
  }
}
/* ======= Box 5 Wrapper 1 ======= */
.box5-wrapper1 {
  margin-top: -11px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .box5-wrapper1 .box5 {
    margin-bottom: 40px;
  }
}
/* ======= Box 6 Gallery ======= */
.box6 {
  margin-bottom: 30px;
}
.box6 .content {
  background: #131313;
  border-top: none;
  padding: 25px 18px 35px;
}
.box6 .content h5 {
  margin-bottom: 9px;
  line-height: 24px;
}
/* ======= Post 2 Blog ======= */
.post2 {
  margin-top: 4px;
  padding-bottom: 36px;
  margin-bottom: 35px;
  position: relative;
}
.post2:after {
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: url(../images/dashed-border.png) repeat-x center left;
}
.post2 time {
  margin-top: -3px;
  color: #9a9a9a;
  display: block;
  margin-bottom: 9px;
  font: 700 13px/18px "Asap", sans-serif;
}
.post2 .info {
  font: 400 13px/18px "Asap", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.post2 .info span {
  display: block;
}
.post2 .info a {
  color: #9a9a9a;
}
.post2 .info a:hover {
  color: #ffffff;
}
.post2 h5 {
  margin-top: -2px;
  line-height: 20px;
  margin-bottom: 12px;
}
.post2 p {
  margin-bottom: 16px;
}
.post2 .btn-default {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .post2 .info {
    margin-bottom: 20px;
  }
  .post2 img {
    margin-bottom: 20px;
  }
  .post2 br {
    display: none;
  }
}
/* ======= Box 7 Privacy Policy ======= */
.box7 {
  margin-bottom: 21px;
}
.box7 h3 {
  margin-bottom: 6px;
}
.box7 .simple-link {
  margin-top: 16px;
  margin-bottom: 5px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 374px;
  margin-bottom: 25px;
}
/* ======= Address  ======= */
address.location {
  margin-bottom: 71px;
  font: 400 18px/24px "Overpass", sans-serif;
  color: #ffffff;
  display: block;
}
@media (max-width: 767px) {
  address.location {
    margin-bottom: 30px;
  }
}
address.contacts {
  margin-bottom: 71px;
  display: block;
}
address.contacts .wrapper {
  display: block;
}
address.contacts .wide {
  display: inline-block;
  min-width: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  address.contacts .wide {
    min-width: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  address.contacts {
    margin-bottom: 30px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 14px/14px "Droid Sans", sans-serif;
  color: #ffffff;
}
.list1 li:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '';
  left: 0;
  top: 7px;
}
.list1 li + li {
  margin-top: 11px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 5px;
}
.socials1 li a i {
  color: #ffffff;
  background: #ffffff;
  text-align: center;
  font-size: 30px;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i.fa-facebook {
  background: #4264ab;
}
.socials1 li a i.fa-facebook:hover {
  background: #6082c9;
}
.socials1 li a i.fa-x-twitter {
  background: #36dfeb;
}
.socials1 li a i.fa-twitter:hover {
  background: #18c1cd;
}
.socials1 li a i.fa-youtube-play {
  background: #cc181e;
}
.socials1 li a i.fa-youtube-play:hover {
  background: #e51c22;
}
.socials1 li a i.fa-spotify {
  background: #1ed760;	
}
.socials1 li a i.fa-instagram {
	 background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); 	}

.socials1 li a i.fa-patreon {
	background: #ff424d;}
.socials1 li a i.fa-apple {
	background: #000000;}

.socials1 li a i.fa-tiktok {
	
  background:#000000;
	
}
.socials1 li a i.fa-deezer {
	
  background:#ff0092;
	
}


/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
}
.gallery_image a.big-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  border-radius: 300px;
  width: 68px;
  height: 67px;
  background: url(../images/gallery_arrow.png) no-repeat center 0 #131313;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #131313;
  color: #ffffff;
  padding: 48px 0;
  font: 400 11px/18px "Droid Sans", sans-serif;
}
#footer .info-block {
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .info-block {
    float: left;
  }
}
#footer .info-block span {
  display: inline-block;
  position: relative;
}
#footer .info-block span + span {
  margin-left: 18px;
}
#footer .info-block span + span:before {
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 10px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: -12px;
  top: 6px;
}
#footer .info-block span a:hover {
  color: #5f5f5f;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #c5c5c5;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/


#my-events div span + p{
  position: relative;
}

#my-events div span + p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
  display: block;
}


















#my-events div:nth-child(1) span + p::before {
  background: url("../images/flags/gb.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(2) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(3) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(4) span + p::before {
  background: url("../images/flags/no.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(5) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(6) span + p::before {
  background: url("../images/flags/no.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(7) span + p::before {
  background: url("../images/flags/fr.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(8) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(9) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(10) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(11) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(12) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(13) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(14) span + p::before {
  background: url("../images/flags/at.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(15) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(16) span + p::before {
  background: url("../images/flags/ch.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(17) span + p::before {
  background: url("../images/flags/at.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(18) span + p::before {
  background: url("../images/flags/at.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(19) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(20) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(21) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(22) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(23) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}
#my-events div:nth-child(24) span + p::before {
  background: url("../images/flags/de.png") no-repeat scroll center center / 100%;
}





#my-events div{
  padding-bottom: 20px;
}
#my-events div span + p{
  padding-left: 25px;
}
#my-events div span + p .fa-solid.fa-compass {
  display: none;
}




/*============navigation Bar Start =============*/
.nav-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
 justify-content:;
  align-items: center;
  column-gap: 50px;
}

.navigation {
  padding-bottom: 30px;
}

.nav-container::before {
  display: none;
}
nav .sign_in {
  float: none;
  flex: auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 75px;
}


nav {
  float: none;
  flex: auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
  position: relative;
  font-family: "Overpass", sans-serif
}

nav ul li:not(:first-child) a::before {
  content: "";
  border-right: 2px solid #fff;
  left: 0;
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
}

nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0 15px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}



nav ul li a:hover, nav ul li a:visited:hover {
  color: #606060;
}
nav ul li:hover a {
  color: #606060;
}



nav ul li a:not(:only-child)::after, nav ul li a:visited:not(:only-child)::after {
  padding-left: 4px;
  content: " ▾";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  font-family: "Overpass", sans-serif
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px 0px 10px;
  margin-top: 10px;
}
.nav-dropdown li a {
  color: #000 !important;
  padding: 8px 20px !important;
  font-size: 18px;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  /* background: #262626; */
  height: 70px;
  width: 70px;
}

.nav-dropdown li a {
  font-size: 15px !important;
  padding: 5px 15px !important;
}
.nav-dropdown li a:hover {
  color: #606060 !important;
}


 @media only screen and (max-width: 991px) {
#stuck_container .container:nth-child(2) .grid_12 .row {
  display: flex;
  justify-content: center;
}
nav ul li:not(:first-child) a::before {
  display: none;
}
nav ul li a:not(:only-child)::after, nav ul li a:visited:not(:only-child)::after {
  position: unset;
  margin-top: 0;
}


.navigation {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 30px 40px;
}
.nav-container {
  width: 100%;
}
#stuck_container .container:nth-child(2) {
  width: 100%;
}

.nav-mobile {
  display: block;
}

.navigation .container::before, .navigation .container::after {
 display: unset; 
  content: unset; 
  line-height: 0;
}

.navigation nav {
  width: 100%;
  padding: 0px 0px 0px;
}
.nav-mobile {
  display: block;
  right: 0px;
}
nav ul li a, nav ul li a:visited {
  padding: 0 0px;
  font-size: 16px;
}

nav ul {
  display: none;
}
nav ul li {
  float: none;
}
nav ul li a {
  padding: 15px;
  line-height: 20px;
}
nav ul li ul li a {
  padding-left: 30px;
}
.nav-dropdown {
  position: static;
}
nav ul li a {
  text-align: left;
  padding: 5px 0px !important;
}
#stuck_container .container:nth-child(2) .grid_12 {
  width: 100%;
}

}
@media screen and (min-width: 992px) {
.nav-list {
  display: block !important;
}

}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
/*============navigation Bar End =============*/

@media screen and (max-width: 768px) {
#stuck_container .container {
  width: 100%;
  padding: 0 15px;
}


.navigation {
  padding: 20px 0px 40px;
}


}

