
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap&subset=latin-ext');

/* font-family: 'Ubuntu', sans-serif; */

/*============Glogbal Style================ */
html,
body {
    height: 100%;
	color: #083f88;
	
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 26px;
	font-weight: 400;
    color: #000;
    margin: 0;
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #083f88;
    font-weight: 700;
    line-height: 1.7;
    margin: 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.button {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
    padding: 10px 20px;
}

.button:hover {
    color: #fff;
}

.bg-a {
    background-color: #000;
}

.section-padding {
    padding: 10px 0;
}

.padding_tb {
    padding-bottom: 50px;
	padding-top: 50px;
}

.padding_tbx {
    padding-bottom: 120px;
	padding-top: 120px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-85 {
    padding-bottom: 85px;
}

.mb-50 {
    margin-bottom: 50px;
}

.bg-img {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hr_line {
	background-color: #b4c5db;
	margin-bottom: -20px;
}

.hr_linea {
	background-color: #b4c5db;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bg-primari {
    background-color: #083f88 !important;
}

.bg-secondary {
    background-color: #083f88 !important;
}

button:focus {
    outline: none;
}


/*::::::::::::::::::::::::::::::::::::
    Preloader
::::::::::::::::::::::::::::::::::::*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;
}

.spinner {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 50%;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
}

.cube1,
.cube2 {
    background-color: #083f88;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}



/*::::::::::::::::::::::::::::::::::::
   Section Title
::::::::::::::::::::::::::::::::::::*/

.section-title {
    margin-bottom: 0px;
}

.section-title h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 48px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
	color: #a6ce39;
	letter-spacing: -2px;
}
.section-title h3 {
    position: relative;
    font-size: 24px;
	margin-bottom: 10px;
    line-height: 1;
	color: #083f88;
	letter-spacing: -1px;
}

.title_a {
  background-image: url(../images/programozo.svg);
}
.title_b {
  background-image: url(../images/tesztelo.svg);
}
.title_c1 {
  background-image: url(../images/tanterem.svg);
}
.title_c2 {
  background-image: url(../images/tapasztalat.svg);
}
.title_c3 {
  background-image: url(../images/sajat.svg);
}
.title_c4 {
  background-image: url(../images/kurzus.svg);
}
.title_c5 {
  background-image: url(../images/tanfolyam.svg);
}
.title_c6 {
  background-image: url(../images/hallgato.svg);
}
.title_alap {
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: left center;
}
.title_alap_count {
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: 10% center;
}
.title_ikon{
	margin-left: 100px;
}
.title_ikon_count{
	margin-left: 70px;
}
/*::::::::::::::::::::::::::::::::::::
   Main Menu
::::::::::::::::::::::::::::::::::::*/
.navbar{
    -webkit-transition: .3s;
    transition: .3s;
}
.navbar-brand.logo img {
    max-height: 40px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #083f88;
}

/*::::::::::::::::::::::::::::::::::::
   Hero Area 
::::::::::::::::::::::::::::::::::::*/

.hero-aria,
.hero-area-slids,
.single-slider {
    height: 480px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.single-slider-adat {
    height: 50px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.single-slider_bottom {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
	height: 15px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
	background-color: #a6ce39;
}
.hero-aria:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #083f88;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 2;
}
.hero-area-slids .owl-stage-outer,
.hero-area-slids .owl-stage,
.hero-area-slids .owl-item {
    height: 100%;
}
.slider-bg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -1;
}
.hero-content {
    position: absolute;
    z-index: 999;
    max-width: 45%;
}
.hero-content h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
	letter-spacing: -3px;
}
.hero-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 42px;
	letter-spacing: -1px;
}
.hero-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.hero-content p span {
    font-weight: 700;
}
.hero-content .button {
	color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
	margin-left: 30px;
}

/*::::::::::::::::::::::::::::::::::::
   Dobozok
::::::::::::::::::::::::::::::::::::*/

.single-featured-itemm,
.single-featured-item {
    padding: 10px;
	margin-top: 0px;
}

.single-featured-item  p{
    color: #083f88;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	margin-bottom:10px;
}
.single-featured-item  .title_ikon li{
    font-family: 'Ubuntu', sans-serif;
	color: #083f88;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	margin-bottom:10px;
}
.single-featured-itemm  p{
    color: #083f88;
	text-align: center;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	margin-bottom:10px;
}

.single-featured-itemm  p span,
.single-featured-item  p span{
    color: #a6ce39;
	font-weight: 700;
}

.buttonm {
    color: #fff;
	text-align: center;
    font-size: 30px;
	line-height: 32px;
    font-weight: 700;
	width: 100%;
	color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 30px;
	background-color: #a6ce39;
}
.buttonm:hover {
    color: #fff;
	background-color: #a6ce39;
}

.single-featured-item-wrap,
.single-featured-item-wrapp {
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
}

.single-featured-item-wrap h3 a {
    text-align: left;
	font-size: 34px;
	letter-spacing: -2px;
    color: #083f88;
    display: block;
    position: relative;
    z-index: 1;
	letter-spacing: -1px;
	line-height: 36px;
}
.single-featured-item-wrapp h3 a {
    text-align: center;
	font-size: 28px;
	letter-spacing: -2px;
    color: #083f88;
    display: block;
    position: relative;
    z-index: 1;
	letter-spacing: -1px;
	line-height: 28px;
}

.single-featured-item-wrap:hover a,
.single-featured-item-wrapp:hover a {
    color: #0b59c1;
}

.single-featured-item-wrap:hover a:after.
.single-featured-item-wrapp:hover a:after {
    height: 100%;
}

.single-featured-item-wrap h3 a:after,
.single-featured-item-wrapp h3 a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.featured-icon {
    font-size: 60px;
    position: absolute;
    top: 0;
    color: #083f88;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*::::::::::::::::::::::::::::::::::::
   Fact Counter Section
::::::::::::::::::::::::::::::::::::*/

.fact-counter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


.single-fun-fact {
    border: 1px solid #fff;
    padding: 15px;
    margin-bottom: 15px;
	margin-top: 15px;
}

.border-no {
    border: 0px solid #fff;
}

.single-fun-fact h1 {
    line-height: 1;
	font-size: 60px;
    color: #fff;
	text-transform: uppercase;
}
.single-fun-fact h2 {
    line-height: 1;
	font-size: 60px;
    color: #fff;
}
.single-fun-fact h3 {
    line-height: 1;
	font-size: 32px;
	font-weight: 700;
    color: #fff;
}
.single-fun-fact h2 span {
    margin-right: 5px;
}
.single-fun-fact .price{
    color: #fff;
    position: relative;
    margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.single-fun-fact p {
    color: #fff;
    position: relative;
    margin-top: 30px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.single-fun-fact .price:after,
.single-fun-fact p:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 60px;
    margin-left: -30px;
    height: 1px;
    background-color: #fff;
}

/*::::::::::::::::::::::::::::::::::::
   Testimonial Section
::::::::::::::::::::::::::::::::::::*/

.testimonial-area {
    position: relative;
    z-index: 1;
}

.interju-thumb {
	display: inline-block;
	width: 290px;
    height: 290px;
    background-position: center top;
    background-size: cover;
	border: 0px solid red;
	border-radius: 50%;
}
.interju-user {
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}

.testimonials.owl-carousel {
    position: relative;
}

.testimonial-area .bg-white {
    padding: 0px;
}

.testimonial-quote {
    font-size: 30px;
}

.single-testimonial p {
    margin: 20px 0;
	line-height: 18px;
	color: #083f88;
}
.caps_lock{
	text-transform: uppercase;
}

.single-testimonial h4 {
    font-size: 36px;
	color: #083f88;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.single-testimonial h4 span {
    font-weight: 400;
    line-height: 2;
}

.single-testimonial h5 {
	color: #083f88;
    font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 20px; 
}

.single-testimonial h5 span {
	font-size: 14px;
    font-weight: 400;
}

.testimonials .owl-nav div {
    display: inline-block;
    font-size: 15px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -50px;
    color: #aaa;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}

.testimonials .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.testimonials .owl-nav div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-testimonial .button {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.4px;
    background-color: #a6ce39;
    margin: 20px 0;
	line-height: 26px;
}

.single-testimonial .button:hover {
    background-color: #083f88;
}

/*::::::::::::::::::::::::::::::::::::
   Pricing Area
::::::::::::::::::::::::::::::::::::*/

.zzindex{
	position: relative;
	display: block;
	padding-top: 400px;
	margin-bottom: -630px;
	z-index: 10;
}

.price-thumb {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 180px;
    background-position: center top;
    background-size: cover;
	margin-top: -10px;
}

.price-padding {
	padding-top: 170px;
	padding-bottom: 50px;
}
.single-price-box {
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 0px;
}

.price-head h2 {
    padding: 15px;
    font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 25px;
}

.color_a{
	background-color: #083f88;
}
.color_b{
	background-color: #2e87e9;
}
.color_c{
	background-color: #0039aa;
}

.price-head h2  span{
    font-size: 18px;
	text-transform: none;
}

.single-price-box ul li  h3 {
    margin-top: -10px;
	color: #083f88;
	font-size: 36px;
	letter-spacing: -1px;
}

.single-price-box ul li  h3 span {
    font-size: 24px;
    margin-left: 1px;
	font-weight: 400;
}

.single-price-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-price-box ul li {
    padding: 15px;
    border-bottom: 1px solid #b4c5db;
	margin-left: 30px;
	margin-right: 30px;
	color: #083f88;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.single-price-box .button {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
    background-color: #a6ce39;
    margin: 20px 0;
	line-height: 26px;
}

.single-price-box .button:hover {
    background-color: #083f88;
}

/*:::::::::::::::::::::::::::::::::::
        Footer Area
:::::::::::::::::::::::::::::::::::*/

.footer-area {
    padding: 30px;
    background-color: #083f88;
}

.copyright-text a {
    color: #eee;
    -webkit-transition: .3s;
    transition: .3s;
}

.copyright-text a:hover {
    color: #007bff;
}
