#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
#google_translate_element2 {display:none!important;}
.sollogo{
width: 80%;
height: 80%;
}
.altbuton a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.altbuton a:hover {
  opacity: .5;
}
.banner {
	height:100vh;
	position:relative;
	width:100%;
	overflow: hidden;
}
.banner video {
    width: 100%;
    position: absolute;
    overflow: hidden;

}
.banner-innner {
    padding: 200px 0;
}
header{
	position:absolute;
	width:100%;
	top:0;
	z-index:11;
}
.banner-left {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}
.overlay {
    background: #3f51b569;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.banner-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    text-shadow: 1px 2px #000;
	margin-bottom:15px;
}

.banner-left p {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
	margin-bottom:30px;
}

.custom-btn {
    width: 100%;
    background: #E91E63;
    color: #fff;
    letter-spacing: 2.5px;
	transition:0.8 ease;
}

.banner-left a {
    background: #e91e63;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 8px 35px;
    border-radius: 4px;
	transition:0.8 ease;
}

.banner-left a:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}

.custom-btn:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}

.navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 1px 2px #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 550;
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  font-family: 'Tomorrow', sans-serif;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    font-family: 'Tomorrow', sans-serif;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link:hover {
    color: white;
    font-family: 'Tomorrow', sans-serif;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #fff;
  font-family: 'Tomorrow', sans-serif;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: gold;
    font-family: 'Tomorrow', sans-serif;
}
.dropdown-menu {
    padding: 0px;
}
span.navbar-toggler-icon {
    background-image: url(https://i.ibb.co/1v9M0dZ/menu.png) !important;
    width: 25px;
    height: 25px;
	cursor:pointer;
}
button.navbar-toggler:focus {
    outline: none;
}
a.dropdown-item {


    color: #fff;
}
a.dropdown-item:hover {
    padding: 10px;
    background: black;
    color: #fff;
}
@media only screen and (max-width: 800px ){
	.banner-left h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    text-shadow: 1px 2px #000;
}
.banner{
	padding:120px 0;
	height: auto;
}
.nav-color{
	background:#000;
}
.navbar-light .navbar-nav .nav-link{
	padding-left:0;
}
.banner-innner {
    padding: 120px 0;
}
}
.video video {
 position: absolute;
 top: 50%;
 left: 50%;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: 0;
 -ms-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.video .container {
 position: relative;
 z-index: 2;
}
.video .overlay {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 background-color: black;
 opacity: 0.5;
 z-index: 1;
}
.item-1,
.item-2,
.item-3 {

 border-style: solid;
 border-width: 5px;
 border-color: white;
 color:white;
  font-family: 'Kaushan Script', cursive;
 position: absolute;
 display: block;
 width: 50%;
 font-size: 3em;
 animation-duration: 20s;
 animation-timing-function: ease-in-out;
 animation-iteration-count: infinite;
}
.item-1{
 animation-name: anim-1;
}
.item-2{
 animation-name: anim-2;
}
.item-3{
 animation-name: anim-3;
}
@keyframes anim-1 {
 0%, 8.3% { left: -100%; opacity: 0; }
 8.3%,25% { left: 25%; opacity: 1; }
 33.33%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-2 {
 0%, 33.33% { left: -100%; opacity: 0; }
 41.63%, 58.29% { left: 25%; opacity: 1; }
 66.66%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-3 {
 0%, 66.66% { left: -100%; opacity: 0; }
 74.96%, 91.62% { left: 25%; opacity: 1; }
 100% { left: 110%; opacity: 0; }
}
.video {
 position: relative;
 background-color: black;
 height: 100vh;
 min-height: 25rem;
 width: 100%;
 overflow: hidden;
}
@media (pointer: coarse) and (hover: none) {
  .mitem-1,
  .mitem-2,
  .mitem-3 {
    border-style: black;
    border-width: 0px;
    color:white;
      font-family: 'Courgette', cursive;
  	position: absolute;
    display: block;
    width: 50%;
    font-size: 3em;
  	animation-duration: 20s;
  	animation-timing-function: ease-in-out;
  	animation-iteration-count: infinite;
  }
}
#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
nav.menubar.scrolled{

		background-color:rgba(255,255,255,1);
    transition: all 1s ease-in-out;
		width: 100%;
		font-size:15px;
	}
  	nav.menubar ul li a{
    color: #fff;
    font-weight: 550;
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Tomorrow', sans-serif;
  }
	nav.menubar.scrolled ul li a{
    color: #cc9933;
    font-weight: 550;
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'Tomorrow', sans-serif;
    	transition-duration:1s;
	}
	nav.menubar.scrolled img{
  width: 150px;
	height: 75px;
  	transition-duration:1s;
	}
	nav.menubar.scrolled ul li a:hover{
		border-bottom:2px solid white;
		background-color: black;
	}
	@media screen and (min-width: 1024px) {
	.mayar {
		padding-left: 50px;
		padding-right: 50px;
	}
	}
  .harka{
    background: url('../images/harka.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
   background-color:rgba(1,1,1,0.8)
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 50%;

  }
  .barka{
    background: url('../images/blogarka.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
   background-color:rgba(1,1,1,0.8)
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 50%;
  }
  .hyazi {
      padding: 200px 0;
      color:white;
        font-family: 'Tomorrow', sans-serif;
  }
  .iarka{
    background: url('../images/iarka.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
   background-color:rgba(1,1,1,0.8)
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 50%;

  }
  .iyazi {
      padding: 200px 0;
      color:white;
      font-family: 'Tomorrow', sans-serif;
  }
  .breadcrumb{
    background-color:rgba(1,1,1,0.5);

  }
  .breadcrumb2{


  }
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
.btn-round{
border-radius: 17px;
font-family: 'Saira Stencil One', cursive;

}
.dropdown-menu{
  font-family: 'Open Sans', sans-serif;
}
.dropdown-submenu {
  position: relative;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
    font-family: 'Open Sans', sans-serif;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.slideer{
position: relative;
z-index: 1;
}
.slideer .item {
  height: 100vh;
  position: relative;
}
.slideer .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideer .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.slideer .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.slideer .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slideer .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #daa520;
}
.slideer .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #daa520;
}
.slideer .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #daa520;
}
.slideer a{  font-family: 'Tomorrow', sans-serif;}
.slideer .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slideer .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slideer .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slideer .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slideer .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slideer .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slideer .owl-nav .owl-prev:focus {
  outline: 0;
}
.slideer .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.slideer .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slideer .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slideer .owl-nav .owl-next:focus {
  outline: 0;
}
.slideer .owl-nav .owl-next:hover {
  background: #000 !important;
}
.slideer:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slideer:hover .owl-next {
  right: 0px;
  opacity: 1;
}
