

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}
p{
	margin: 0;
	color: #022d4c;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul, ol, dl {
	list-style: none;
    margin: 0;
    padding: 0;
}
img{
	width: 100%;
}
.bg-color{
	background: #f6f6f6;
}
.site-btn {
    background: #2196f3;
    color: #fff;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-weight: 600;
	border-radius: 3px;
    display: inline-block;
    border: 2px solid #2196f3;
    text-transform: capitalize;
}
/*preloader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #022d4c;
    z-index: 9999;
}

.loader {
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
}
.section-title {
    margin-bottom: 80px;
}

.section-title h2 {
	font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 5px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

header {
    position: fixed;
    background: #022d4c;
    width: 100%;
    padding: 25px 0;
    z-index: 11;
    display: block;
	transition: 0.5s;
}

header .logo {
    float: left;
}
.navber-icon {
    float: right;
    display: none;
    font-size: 18px;
}

.navber-icon-globe {
    float: right;
    display: none;
    font-size: 18px;
}
.navber-nav-ikon {
    float: right;
    display: none;
    font-size: 18px;   
}



header nav {
    float: right;
}
header nav ul li {
    float: left;
}

.nav-language {
    float: right;
    list-style: none;
    font-style: normal!important;
    }

.nyelvek {
    float: left;
    padding-top: 20px;
    padding-left: 5px;
}

.nav-ikon{
    float: right;
    list-style: none;
    padding-left: 5px;
    margin-top: 20px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

nav ul li a {
    padding: 0 5px;
    color: #fff;    
	letter-spacing: .5px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header nav ul li a.active {
    color: #fff;
}
header nav ul li a:hover {
    color: #2196f3 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.scrolled{
  background-color: #022d4c;
  background-color:rgba(2, 45, 76, 0.8);
  transition: 0.5s;
}

/***
 ------------------------------------
 02. Home 
 ------------------------------------
 ***/


.home-section:before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
	z-index: 1;
}
.home-content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: block;
    z-index: 9;
}
.home-content h1 {
    color: #fff;
	font-weight: 700;
    font-size: 65px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
.home-content p {
    color: #fff;
	font-size: 17px;
	margin-bottom: 25px;
}
.home-btn {
    background: #2196f3;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 25px;
    text-transform: capitalize;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    cursor: pointer;
    font-weight: 600;
    border: 2px solid #2196f3;
	margin-right: 10px;
    display: inline-block;
	border-radius: 3px;
}
.home-btn:hover {
	color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    background: transparent;
}
.more-btn {
    background: #022d4c;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 25px;
    text-transform: capitalize;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    cursor: pointer;
    font-weight: 600;
    border: 2px solid #022d4c;
	margin-right: 10px;
    display: inline-block;
	border-radius: 3px;
}
.more-btn:hover {
	color: #022d4c;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    background: transparent;
}
.home-btn.home-btn-2 {
    background: transparent;
}
.home-btn.home-btn-2:hover {
    background: #2196f3;
}
/*-- animated headline --*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.clip span {
  display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/***
 ------------------------------------
 03. About 
 ------------------------------------
 ***/

.about-section {
    padding: 100px 0;
    padding-bottom: 140px;
}

.about-media{
  position: relative;
}

.about-media img {
  height: auto;
  width: 100%; }

.about-media .about-media__image img {
	border-radius: 3px;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
 }

.about-media .about-media__video {
  border: 10px solid #fff;
  overflow: hidden;
  position: absolute;
  right: -40px;
  bottom: -40px;
  border-radius: 3px;
  width: 55%;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  }

.about-media .about-media__video:hover {
  -webkit-box-shadow: 0 5px 15px rgba(51, 58, 69, 0.15);
          box-shadow: 0 5px 15px rgba(51, 58, 69, 0.15); }

.about-media .about-media__video img {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.about-media .about-media__video:hover img {
  -webkit-box-shadow: 0 5px 15px rgba(51, 58, 69, 0.15);
          box-shadow: 0 5px 15px rgba(51, 58, 69, 0.15); }

.about-media .about-media__video .play-button {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.about-media .about-media__video .play-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
      -ms-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9); }
.about-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	padding-left: 50px;
}
.about-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.about-content p {
    line-height: 27px;
}
.about-content a.more-btn {
    margin-top: 25px;
    display: inline-block;
}

/**************************************
 * 06.Services Section Style
 *************************************/
.services-area {
	background: #f5f5f5;
	padding: 100px 0;
}
.services-area .section-title {
    margin-bottom: 50px;
}
.service_items {
    margin-top: 30px;
}
.service_single_item {
    position: relative;
    padding-bottom: 25px;
    background: #fff;
    padding: 30px 30px;
}

.service_num {
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	color: #0f0f0f;
	letter-spacing: 0.05em;
	color: transparent;
	-webkit-text-stroke: 1px #333;
	position: relative;
	padding-left: 50px;
}
.service_num::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 11px;
	width: 30px;
	height: 2px;
	background: #7d7d7d;
	content: '';
}
.service_title {
	margin-top: 20px;
}
.service_title h3 {
    font-size: 20px;
    font-weight: 600;
}
.service_text {
	margin-top: 14px;
}
/***
 ------------------------------------
 04. Counter 
 ------------------------------------
 ***/

.counter-section {
	position: relative;
	padding-top: 100px;
    padding-bottom: 130px;
    background: url(../images/counter-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    z-index: 1;
}
.counter-section:before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
	z-index: 0;
}
.counter-content{
	color: #000;
	text-align: center;  
	margin-top: 30px;
}
.counter-content .counter {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 600;
}
.counter-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    margin-bottom: 0;
}

/***
 ------------------------------------
 05. Destination 
 ------------------------------------
 ***/

.destination-section {
    padding: 100px 0;
}
.tour-single-item {
    float: left;
    margin-bottom: 30px;
	padding: 0 10px;
}
.tour-img {
    display: block;
    overflow: hidden;
}
.item-title {
    background: #fff;
    padding: 20px 15px;
    overflow: hidden;
    display: block;
}
.country {
    margin-bottom: 10px;
}
.country h5 {
    margin: 0;
    color: #000;
    font-weight: 600;
}
.inline-block p {
    float: left;
}
.item-title .inline-block p span {
	margin-left: 25px;
}
.inline-block h5 {
    float: right;
    margin: 0;
    color: #022d4c;
}
.tour-single-item img{
    width:100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #022d4c;
}
/***
 ------------------------------------
 06. Packages 
 ------------------------------------
 ***/

.Package-section {
    padding: 100px 0;
}
.single-package-item {
    margin-bottom: 30px;
}
.single-package-content {
    padding: 25px 20px;
    background: #f7f7f7;
    display: block;
    overflow: hidden;
}
.single-package-content h3 {
    font-size: 20px;
    font-weight: 600;
}
span.pull-right {
    float: right;
}
ul.package-list li {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.package-btn {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    background: #2196f3;
    padding: 6px 25px;
    border-radius: 3px;
    margin-top: 20px;
    border: 2px solid #2196f3;
    letter-spacing: 2px;
}
.review-star i {
    color: #FFC107;
    font-size: 13px;
    margin-left: 3px;
}
.package-btn:hover {
    color: #000;
    background: transparent;
	transition: all 0.3s;
}
.site-btn.more-package-btn:hover {
    transition: .3s;
    color: #000;
    background: transparent;
}
.more-package-btn {
    margin-top: 15px;
}
.error {
    border: 2px solid #ff3333!important;
    border-radius:30px 30px 30px 30px;
    background-color: #f5f5f5!important;
    padding:5px!important;

}

/***
 ------------------------------------
 07. Client Say 
 ------------------------------------
 ***/

.client-section {
    padding: 100px 0;
	 position: relative;
    background: url(../images/client-say-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
}
.client-section:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
    z-index: 0;
}

.client-say {
	text-align: center;
	padding: 15px;
}
.client-name {
    margin: 15px;
	color: #fff;
}
.client-name h5 {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 600;
}
.client-say p {
    color: #fff;
    font-size: 18px;
}
.client-image img {
	width: 85px !important;
	margin: 0 auto;
	border-radius: 50%;
}
.testimonial-rating {
    margin: 15px 0;
}
.testimonial-rating .rating li {
    display: inline-block;
    margin: 0px 2px;
}

.testimonial-rating .rating li i {
    color: #fdae04;
}
/***
 ------------------------------------
 08. video section 
 ------------------------------------
 ***/
.video-section {
    padding: 200px 0;
	 position: relative;
    background: url(../images/subscribe-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.video-section:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
    z-index: 0;
}
.video-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 5px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
.video-content img {
    width: 71px;
}
/***
 ------------------------------------
 08. Gallery 
 ------------------------------------
 ***/

.portfolio-section {
   /* padding: 100px 0;*/
}

.single-item img {
    width: 100%;
    transition: all ease 0.5s;
}
.single-item {
    padding: 0;
}
.effect-ruby{
	overflow:hidden;
	display:block;
}
.effect-ruby img {
	 -webkit-transform: scale(1.15);
	 transform: scale(1.15);
}

.effect-ruby:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.portfolio-thumb {
  position: relative;
  display: block;
}
.portfolio-thumb .portfolio-hover-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    background-color: rgba(23, 23, 23, 0.57);
}
.portfolio-thumb .portfolio-hover-title:hover {
    opacity: 1;
}
.portfolio-thumb .portfolio-hover-title .portfolio-content
{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}
.portfolio-content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: transform ease 0.4s;
    -webkit-transition: transform ease 0.4s;
    -moz-transition: transform ease 0.4s;
}
.portfolio-content p {
    color: #fff;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    transition: transform ease 0.4s;
    -webkit-transition: transform ease 0.4s;
    -moz-transition: transform ease 0.4s;
}

.portfolio-hover-title:hover .portfolio-content h4, .portfolio-hover-title:hover .portfolio-content p{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/***
 ------------------------------------
 09. Blog 
 ------------------------------------
 ***/

.blog-section {
    padding-top: 100px;
    padding-bottom: 70px;
	background: #ffffff;
}
.blog-post {
    margin-bottom: 30px;
    box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
}
.blog-content {
    padding: 30px 25px;
    background: #fff;
}
.blog-content a {
    display: block;
    font-size: 20px;
    color: #000;
	font-weight: 600;
	transition:all 0.3s;   
	margin-bottom: 5px;

}
.blog-content a:hover {
    color: #2196f3;
	transition:all 0.3s;
}
.blog-date {
    font-size: 12px;
    color: #a0a0a0;
    letter-spacing: 2px;
	display: block;
}
.blog-date a {
    font-size: 12px;
    color: #676767;
    display: inline-block;
}
.blog-content p {
    margin-top: 15px;
}
a.read-more {
    color: #ffffff;
    background: #2196f3;
    padding: 9px 20px;
    display: inline-block;
    margin-top: 8px;
    border-radius: 3px;
}

/*-- Subscribe --*/
.subscribe-section {
	position: relative;
    padding: 125px 0;
    background: url(../images/subscribe-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    z-index: 1;
}
.subscribe-section:before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
	z-index: -1;
}
.subscribe-title h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 5px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
	font-family: 'Roboto', sans-serif;
}
.subscribe-title p {
    color: #fff;
	font-size: 17px;
}
.subscribe-title {
    margin-bottom: 30px;
}
.subscribe-form-box {
    padding: 0 90px;
    margin: 0 auto;
}
input.subscribe-form {
    border: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-control.subscribe-form {
    background: #fff;
    height: 54px;
    padding-left: 20px;
	border-radius: 30px 0px 0px 30px;
}
.form-control.subscribe-form-d {
    background: #fff;
    height: 54px;
    padding-left: 20px;
	border-radius: 30px 30px 30px 30px;
}
input.subscribe-form:focus {
    border: none;
	box-shadow: none;
}
.form-control:focus {
	border-bottom: 1px solid rgba(162, 170, 179, 0.77);
	background-color: #fff;
	box-shadow: none;
}
button.subscribe-btn {
    padding: 15px 20px;
    background: #2196f3;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 2px;
	border-radius: 0px 30px 30px 0px;
	transition:all 0.3s;
}
button.subscribe-btn:hover {
    color: #022d4c;
	transition:all 0.3s;
}
/***
 ------------------------------------
 10. Contact 
 ------------------------------------
 ***/

.contact-section {
	padding-top: 100px;
    padding-bottom: 70px;
}
.contact-information {
    margin-bottom: 40px;
}
.contact-details {
	display: block;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 10px;
    background: #f5f6f9;
}

.contact-details i {
    font-size: 20px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    line-height: 55px;
    color: #000;
    margin-bottom: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 3px rgba(33, 150, 243, 0.07); 
  	-webkit-transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  	-o-transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
  	transition: all 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
.contact-details:hover i {
    color: #fff;
    background: #2196F3;
}
.contact-details h6 {
	padding-bottom: 4px;
    font-weight: 700;
    margin-bottom: 0;
}
.form-control {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 25px;
    font-size: 13px;
    letter-spacing: 1.5px;
	padding-left: 0;
}
button.contact-btn {
	padding: 9px 25px;
    font-size: 14px;
    letter-spacing: 2px;
    background: #2196f3;
    color: #fff;
    border: 2px solid #2196f3;
    cursor: pointer;
	border-radius: 3px;
	font-weight: 600;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
button.contact-btn:hover {
    color: #000;
    background: transparent;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

/***
 ------------------------------------
 11. map
 ------------------------------------
 ***/
.map-section {
    padding-bottom: 100px;
}
/***
 ------------------------------------
 11. modal popup 
 ------------------------------------
 ***/
h3#myModalLabel {
    font-size: 25px;
    font-weight: 600;
}
.modal-btn {
    background: #2196f3;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 25px;
    text-transform: capitalize;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #2196f3;
}
.modal-btn:hover {
	color: #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    background: transparent;
}

/***
 ------------------------------------
 12. footer 
 ------------------------------------
 ***/

footer {
    background: #022d4c;
    padding: 50px 0;
    text-align: center;
}
.copyright {
    text-align: left;
}
.copyright p {
    color: #fff;
}
.footer-nav-link ul li {
    display: inline-block;
    margin-left: 15px;
}

.footer-nav-link ul li a {
    color: #fff;
}
.footer-nav-link ul li a:hover {
    color: #2196f3;
}

.footer-nav-link {
    text-align: right;
}
/***
 ------------------------------------
 13. Responsive 
 ------------------------------------
 ***/


@media only screen and (min-width: 768px) and (max-width: 1024px){ 
	nav {
		display: block!important;
	}
	.about-media .about-media__video {
		right: 0;
		left: 22%;
		width: 55%;
	}
	.about-content {
		padding-left: 0px;
		margin-top: 50px;
	}
	.video-content h1 {
		font-size: 33px;
	}
	.client-say p {
		font-size: 15px;
	}
	.subscribe-form-box {
		padding: 0 0px;
	}
}

@media (max-width: 767px) {
	header nav{
		float: none;
		display: none;
		width: 100%;
		background: #022d4c;
    }
    .nav-ikon {
       display:none!important; 
    }
    
    header .nav-language {
		float: none;
		display: none;
		width: 100%;
        background: #022d4c;
        text-align: center;
        font-style: normal;
	}
    
	header nav ul {
		margin-top: 20px;
		width: 100%;
		display: inline-block;
	}
    
	header nav ul li {
		float: none;
		width: 100%;
		text-align: center;
		height: 45px;
		border-top: 1px solid #4e4e4e;
		line-height: 45px;
    }
    .nyelvek {
        float: none!important;
        padding-top: 20px;
        padding-left: 5px;
    }
    .navber-nav-ikon{
        float: right;
        list-style: none;
        padding-left: 5px;
        border: none!important;
        margin-top:0px!important;
        padding-right:10px!important;
        display:block!important;
        
    }

	.navber-icon {
		float: right;
		display: block;
		cursor: pointer;
		color: #fff;
    }
    
    .navber-icon-globe {
        float: right;
		display: block;
		cursor: pointer;
        color: #fff;
        padding-left:10px;
    }

	.home-content {
		padding: 0 15px;
	}
	.home-content h1 {
		font-size: 45px;
	}
	.counter-content .counter {
		font-size: 35px;
	}
	.counter-content {
		margin-bottom: 35px;
	}
	.counter-content span {
		font-size: 18px;
		margin-top: 5px;
	}
		.about-media .about-media__video {
		right: 0;
		left: 22%;
		width: 55%;
	}
	.about-content {
		padding-left: 0px;
		margin-top: 50px;
	}
	.video-content h1 {
		font-size: 33px;
	}
	.client-say p {
		font-size: 15px;
	}
	.subscribe-form-box {
		padding: 0 0px;
	}
	
}



@media screen and (max-width: 479px){ 
	.home-content h1 {
		font-size: 30px;
	}
	.subscribe-form-box {
		padding: 0 15px;
	}
	.subscribe-btn {
		padding: 15px 8px;
		font-size: 13px;
	}
	.home-btn {
		background: #2196f3;
		color: #fff;
		font-size: 15px;
		letter-spacing: 0px;
		padding: 9px 20px;
		margin-bottom: 10px;
		text-transform: capitalize;
		transition: all ease 0.3s;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		cursor: pointer;
		font-weight: 600;
		border: 2px solid #2196f3;
		margin-right: 6px;
		display: inline-block;
		border-radius: 3px;
	}
}

.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center; }
    .page-spinner-bar > div {
      margin: 0 5px;
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 100% !important;
      display: inline-block;
      -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
      animation: bounceDelay 1.4s infinite ease-in-out;
      /* Prevent first frame from flickering when animation starts */
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    .page-spinner-bar .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .page-spinner-bar .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }

      @-webkit-keyframes bounceDelay {
        0%, 80%, 100% {
          -webkit-transform: scale(0); }
        40% {
          -webkit-transform: scale(1); } }
      
      @keyframes bounceDelay {
        0%, 80%, 100% {
          transform: scale(0);
          -webkit-transform: scale(0); }
        40% {
          transform: scale(1);
          -webkit-transform: scale(1); } }

.page-loading {
          z-index: 1000; 
          border: none; 
          margin: 0px; 
          padding: 0px; 
          width: 100%; 
          height: 100%; 
          top: 0px; 
          left: 0px; 
          background-color: rgb(0, 0, 0); 
          opacity: 0.7; 
          cursor: default; 
          position: fixed; 
          display: none;
}


