@charset "UTF-8";
/* CSS Document */

html {
font-size: 1rem;
}

body {
    background-color: #19162c;
    font-weight: 300;
    line-height: 1.5;
    font-size: 1rem;
    font-family:  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-text-size-adjust: 100%;
}
/******************************************************************************************************************************/
/* Header *********************************************************************************************************************/
/******************************************************************************************************************************/
.navbar-default, .navbar.top {
    border-bottom: 1px #2196f3 solid !important;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
    border-radius: 0px;
}

.navbar-default, .navbar.top.navbar-fixed-top {
    border-bottom: 1px #49abfb solid !important;
}


.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar
 {
background-image: none !important;
border-radius: 0px;
border: none !important;
z-index: 10;
}



.navbar-container {
   /* background-color: #f5f5f5; */
    border-width: 0px;
}

/* Header *********************************************************************************************************************/

.navbar {
	margin-bottom: 0px !important;
    min-height: 0px;
}
.navbar-main {background-color: #fff;}

.navbar-default::before {
    content: '';
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    z-index: -1;
}
.navbar-main .navbar-brand, .navbar-brand.labs {
    background: url(../image/logo-labs-vertical.png);
    width: 200px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    margin-left: 15px !important;
    margin-top: 10px;
}
.navbar-main .navbar-brand.navbar-akademia {
    background: url(../image/akademia-logo-vertical-dark.png);
}
.navbar-main .navbar-brand.navbar-akademinik {
    background: url(../image/akademinik-logo-vertical-dark.png);
}
.navbar-main .navbar-brand.navbar-servis {
    background: url(../image/servis-logo-vertical-dark.png);
}

.navbar-main.top .labs {
    background: url(../image/logo-labs-vertical-dark.png) !important;
}

@media (min-width: 768px) {
.navbar-main .navbar-brand {
    margin-left: 0px !important;
	
}
}

@media (max-width: 768px) {
.feature {
    background-color: #2196f3;
}
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2196f3;
}
.navbar-default .navbar-toggle {
    border-color: #2196f3;
}

.top .navbar-toggle .icon-bar {
	background-color: #fff;
}

.top .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}

.top .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #2196f3;
}


.navbar-default.top .navbar-toggle .icon-bar  {
background-color:#fff;
}
.navbar-default.top .navbar-toggle {
    border-color: #fff;
}/*
.navbar-default.top {
    background: #2196f3;/
}*
.navbar-default.lightbar {
    background: transparent;
}
/*
.navbar-default.top .navbar-brand {
    background: url(../image/logo-vertical-light.png);
}
.navbar-default.top .navbar-akademia {
    background: url(../image/akademia-logo-vertical-light.png);
}
.navbar-default.top .navbar-akademinik {
    background: url(../image/akademinik-logo-vertical-light.png);
}
.navbar-default.top .navbar-servis {
    background: url(../image/servis-logo-vertical-light.png);
}
*/

.navbar-default .navbar-nav>li.current>a {
    color: #777;
}
.navbar-default.top .navbar-container {
    background-color: #2196f3;
}

.navbar-main .navbar-nav>li>a {
    color: #2196f3;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    font-size: 1rem;
    font-weight:500 ;
}
.navbar-main .navbar-nav>li.current>a  {
    color: #19162c;
}

.navbar-main .navbar-nav>li>a:hover {
    color: #19162c;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    font-size: 0.9rem;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    /*background-color: #2196f3; */
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-default.top .navbar-nav>li>a {
    color: #fff;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.navbar-default.top .navbar-nav>li>a:hover, .navbar-default.top .navbar-nav>li.current>a {
    color: #19162c;
   /* background-color: #fff; */
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-default .navbar-nav>li>a.sub {
    color: #777;
}
.navbar-default .navbar-nav>li>a.sub:hover {
    color: #fff696;
    background-color: #2196f3;
}
.navbar-default.top .navbar-nav>li>a.sub {
    color: #fff696;
}
.navbar-default.top .navbar-nav>li>a.sub:hover {
    color: #2196f3;
    background-color: #fff696;
}

.navbar-main ul.navbar-nav {
  /*  margin-right: 10px; */
	margin-top: 0px;
}

ul.navbar-nav {
    /*  margin-right: 10px; */
	margin-top: 0px;
}
.navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding: 0px 15px;
    height: auto;
    font-size: 1.3rem;
}

.navbar-default .navbar-brand {
    padding: 13px 15px 7px 20px ;
    font-weight: 600;
    color: #002c50;
}

.top .navbar-brand {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-default .navbar-brand:hover {
    color: #19162c !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-default, .navbar-main {
    font-family: 'Montserrat';
}
.navbar-right {
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px;
}

.back-to-lab {
    position: absolute;
    right: 25px;
    top: 0px;
    color: #777;
    font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.back-to-lab:hover {
    color: #2196f3;
}

.navbar-default.top .back-to-lab:hover {
    color: #fff696;
}

.navbar-default.top .back-to-lab {
    color: #fff;
}
.back-to-lab i {
    font-size: 18px;
}
/* Header ***************************/


.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
.btn {
    background-image: none;
}
/* Home ***************************/

.akademinik-banner {background-color: #fff;}
.default-banner {
    background: #232837;
    background: #2196f3;
}
.default-banner .banner-content {
    position: relative;
    z-index: 3;
}
.default-banner .main-cover-image {
    position: absolute;
    width: 60%;
    height: 800px;
    left: 40%;
    top: 0;
    z-index: 6;
}
.default-banner .main-cover-image .image-holder {
    position: absolute;
    top: 120px;
    right: 0px;
}
.banner-content h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}
.banner-content h2 strong {
    font-weight: 600;
    font-style: italic;
}
.banner-content p {
    font-size: 1.2rem;
    line-height: 30px;
}
.section-full {
    padding: 120px 0;
}
.line-control {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
}
.line {
    width: 100%;
    height: 1px;
    background: #ddd;
}
.height-900 {
    height: 900px
}
.height-800 {
    height: 800px
}
.height-400 {
    height: 400px
}
.height-600 {
    height: 600px
}
@media (min-width: 1700px) and (max-width: 2000px) {
	.height-900 {
		height: 1200px
	}
	.height-900 .banner-content {
		margin-top: -100px;
	}
	.height-900 .single-phone {
		margin-left: 70px
	}
	.height-800 {
		height: 1100px
	}
	.height-800 .banner-content {
		margin-top: -100px;
	}
	.height-800 .single-phone {
		margin-left: 70px
	}
}

@media (max-width: 767px) {
	.height-900 {
		height: 600px
	}
	.height-800 {
		height: 1000px
	}
	.default-banner {
		padding-top: 150px !important;
	}
}



.feature-page .spec {
	padding:200px 0px 150px 0px;
	background-color:#2196f3; 
}

.spec-page .single-spec p {
	font-size:1rem;
	line-height:26px;
}

.spec {
padding: 0px 0 170px 0;
}

.spec-bg {
position: absolute;
bottom: 0;
}

.single-spec {
padding: 40px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color:#fff;
border-radius: 20px;
}

.single-spec:hover {
background: #fff;
box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
color:#000;
}

.single-spec h4 {
	color:inherit;
	font-size:1.6rem;
}

.capabilities .content {
    height: 600px;
    margin-left: -55px;
    position: relative;
    z-index: 2;
    padding: 100px 0px;
}
.capabilities .item .item-icon {
    background: #ffffff;
    border-radius: 50%;
    color: #1098fb;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    margin-right: 20px;
}
.capabilities .item h3, .capabilities .item p {
    color: #fff;
}
.capabilities .item h3 {
    margin-bottom: 10px;
}
.capabilities .item p {
    font-size: 16px;
}
.capabilities .background-left {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../resource/image/laptop.jpg) !important;
    background-size: cover;
    background-position: bottom left;
    width: 50%;
    z-index: 0;
    height: 600px;
}

.key-feature, .about, .faq, .contact-form {
    background-color: #f5f5f7;
}

 #screenshots{
    background-color: #fff;
}
.key-feature .content {
    padding: 60px 0 60px 0;
}
.key-feature .content h2 {
    font-size: 54px;
    font-weight: bold;
}
.key-feature .content h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
}
.prices .content h3 {
    font-size: 30px;
    font-weight: bold;
}
.prices .content p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.section-title p {
    font-size: 16px;
}

.about-bg {
    position: absolute;
    top: 25%;
    right: 0;
    height: 450px;
    width: auto;
}
.about-content {
    padding: 150px 0 120px 0;
    font-size: 1.1rem;
}
.about-content h4 {
    font-size: 2rem;
    font-weight: 600;
}
.app-btn {
    display: inline-block;
    padding: 15px 40px;
    margin: 0px 15px 15px 0px;
    border-radius: 3px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border: 1px solid #ddd;
}
.app-btn.active, .app-btn:hover, .single-s-feature:hover .icon:after {
    border: 1px solid transparent;
    box-shadow: 0px 10px 15px 0px rgba(130, 61, 255, 0.25);
    background-image: -moz-linear-gradient(180deg, #0d608f 0%, #2196f3 100%);
    background-image: -webkit-linear-gradient(180deg, #0d608f 0%, #2196f3 100%);
    background-image: -ms-linear-gradient(180deg, #0d608f 0%, #2196f3 100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.app-btn i {
    margin-right: 20px;
    font-size: 40px;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    background-image: -moz-linear-gradient(180deg, #0d608f 0%, #2196f3 100%);
    background-image: -webkit-linear-gradient(180deg, #0d608f 0%, #2196f3 100%);
    background-image: -ms-linear-gradient(180deg, #0d608f 0%, #2196f3 100%);
    -webkit-background-clip: text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
}
.app-btn.active i, .app-btn:hover i {
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
}
.app-btn .btn-text {
    font-size: 24px;
    line-height: .8em;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.app-btn .small {
    font-size: 14px;
    font-weight: 300;
}
.app-btn.active .btn-text, .app-btn:hover .btn-text {
    color: #fff;
}
.about-content {
    padding: 150px 0 120px 0
}

@media (min-width: 768px) and (max-width: 1200px) {
.about-content {
    padding: 0
}
}

@media (max-width: 767px) {
.about-content {
    padding: 0
}
}

.about-bg {
    position: absolute;
    top: 25%;
    right: 200px;
    height: 450px;
    width: auto
}

@media (min-width: 992px) and (max-width: 1400px) {
.about-bg {
    top: 30%;
    height: 450px
}
}

@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .row.mt-30 {
    margin-top: 100px
}
}

@media (max-width: 767px) {
.how-work-carousel .row.mt-30 {
    margin-top: 100px
}
}
.how-work-carousel .owl-item {
    pointer-events: none
}
.how-work-carousel .owl-controls {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%)
}
.how-work-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eeeeee;
    margin: 5px
}
.how-work-carousel .owl-controls .owl-dots .owl-dot.active {
    position: relative;
    background: #2196f3
}
.how-work-carousel .owl-controls .owl-dots .owl-dot.active:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #2196f3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.how-work-carousel .owl-controls .owl-dots .owl-dot.active:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #2196f3;
    bottom: -33px;
    left: 6px
}
.how-work-carousel .left-content {
    padding-left: 70px
}
.how-work-carousel .left-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}
.how-work-carousel .left-content h4:after {
    position: absolute;
    content: '';
    width: 229px;
    height: 2px;
    background: #dddddd;
    left: 150%;
    top: 12px
}


@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .left-content h4:after {
    height: 0px
}
}

@media (max-width: 767px) {
.how-work-carousel .left-content h4:after {
    height: 0px
}
}
.how-work-carousel .left-content h4:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 2px;
    background: #dddddd;
    left: 360px;
    top: 50px;
    transform: rotate(52.5deg);
    z-index: 3
}

@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .left-content h4:before {
    height: 0px
}
}

@media (max-width: 767px) {
.how-work-carousel .left-content h4:before {
    height: 0px
}
}

.how-work-carousel .left-content h4 img {
    position: absolute;
    left: -54px;
    top: -8px;
    width: auto
}

@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .left-content h4 img {
    left: 0;
    top: -50px
}
}

@media (max-width: 767px) {
.how-work-carousel .left-content h4 img {
    left: 0;
    top: -50px
}
}
.how-work-carousel .left-content p {
    margin: 0
}

@media (max-width: 767px) {
.how-work-carousel .middle-img {
    margin: 20px 0
}
}
.how-work-carousel .right-content {
    padding-right: 70px;
    margin-top: 150px
}

@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .right-content {
    margin-top: 0
}
}

@media (max-width: 767px) {
.how-work-carousel .right-content {
    margin-top: 0
}
}


.how-work-carousel .right-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative
}
.how-work-carousel .right-content h4:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 2px;
    background: #dddddd;
    right: 150%;
    top: 12px
}

@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .right-content h4:after {
    height: 0px
}
}

@media (max-width: 767px) {
.how-work-carousel .right-content h4:after {
    height: 0px
}
}
.how-work-carousel .right-content h4:before {
    position: absolute;
    content: '';
    width: 183px;
    height: 2px;
    background: #dddddd;
    left: -355px;
    top: 53px;
    transform: rotate(-26deg)
}

@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .right-content h4:before {
    height: 0px
}
}

@media (max-width: 767px) {
.how-work-carousel .right-content h4:before {
    height: 0px
}
}
.how-work-carousel .right-content h4 img {
    position: absolute;
    right: -54px;
    top: -8px;
    width: auto
}

@media (min-width: 768px) and (max-width: 1200px) {
.how-work-carousel .right-content h4 img {
    right: 0;
    top: -50px
}
}

@media (max-width: 767px) {
.how-work-carousel .right-content h4 img {
    right: 0;
    top: -50px
}
}
.how-work-carousel .right-content p {
    margin: 0
}
.circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute
}

@media (min-width: 768px) and (max-width: 1200px) {
.circle {
    display: none
}
}

@media (max-width: 767px) {
.circle {
    display: none
}
}
.active-screen-carousel .item {
    display: block;
    position: relative
}
.active-screen-carousel .item .overlay-bg-1 {
    background: rgba(239, 72, 77, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.active-screen-carousel .item:hover .overlay-bg-1 {
    background: rgba(239, 72, 77, 0.9)
}
.active-screen-carousel .item .overlay-bg-2 {
    opacity: .0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.active-screen-carousel .item:hover .overlay-bg-2 {
    opacity: .9
}
.active-screen-carousel .item .overlay-bg-3 {
    opacity: .0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.active-screen-carousel .item:hover .overlay-bg-3 {
    opacity: .9
}
.active-screen-carousel .item .overlay-bg-4 {
    opacity: .0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.active-screen-carousel .item:hover .overlay-bg-4 {
    opacity: .9
}
.active-screen-carousel .owl-controls {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%)
}
.active-screen-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eeeeee;
    margin: 5px
}
.active-screen-carousel .owl-controls .owl-dots .owl-dot.active {
    position: relative;
    background: #ef484d
}
.active-screen-carousel .owl-controls .owl-dots .owl-dot.active:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ef484d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.active-screen-carousel .owl-controls .owl-dots .owl-dot.active:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ef484d;
    bottom: -33px;
    left: 6px
}
.mfp-counter {
    display: none
}
.active-screen-carousel-2 .owl-controls .owl-dots .owl-dot.active {
    background: #823dff
}
.active-screen-carousel-2 .owl-controls .owl-dots .owl-dot.active::before {
    background: #bd2aff;
    height: 200px;
    top: 15px;
    z-index: -1
}
.active-screen-carousel-2 .owl-controls .owl-dots .owl-dot.active::after {
    border: 1px solid #bd2aff
}
.active-screen-carousel-3 .owl-controls .owl-dots .owl-dot.active {
    background: #f31e7a
}
.active-screen-carousel-3 .owl-controls .owl-dots .owl-dot.active::before {
    background: #fd712c;
    height: 200px;
    top: 15px;
    z-index: -1
}
.active-screen-carousel-3 .owl-controls .owl-dots .owl-dot.active::after {
    border: 1px solid #fd712c
}
.active-screen-carousel-4 .owl-controls .owl-dots .owl-dot.active {
    background: #4875f0
}
.active-screen-carousel-4 .owl-controls .owl-dots .owl-dot.active::before {
    background: #49e5d8;
    z-index: -2
}
.active-screen-carousel-4 .owl-controls .owl-dots .owl-dot.active::after {
    border: 1px solid #49e5d8
}
.circle.color-1 {
    background: #e5e5e5
}
.circle.color-1 .mini-circle {
    background: #ef484d
}
.circle.color-2 {
    background: #e5e5e5
}
.circle.color-2 .mini-circle {
    background: #823dff
}
.circle.color-3 {
    background: #fff1e9
}
.circle.color-3 .mini-circle {
    background: #f31e7a
}
.circle.color-4 {
    background: #ecfcfb
}
.circle.color-4 .mini-circle {
    background: #4875f0
}
.circle .mini-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.circle.circle-animation {
    animation-name: blue-circle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
.circle.circle-animation .circle-animation-2 {
    animation-name: blue-circle2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
.circle.circle-1 {
    bottom: 28%;
    right: 47%
}
.circle.circle-2 {
    top: 25%;
    left: 40%
}
 @keyframes blue-circle {
 0% {
 transform: scale(0.25);
 opacity: .25
}
 25% {
 transform: scale(0.5);
 opacity: .75
}
 50% {
 transform: scale(0.75);
 opacity: 1
}
 100% {
 transform: scale(1);
 opacity: .0
}
}
.single-s-feature {
    padding: 20px;
    text-align: center
}
.single-s-feature .icon {
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.single-s-feature .icon span {
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.single-s-feature h5 {
    font-size: 20px;
    margin-bottom: 20px
}
.single-s-feature .icon {
    border: 1px solid #ddd;
    position: relative
}
.single-s-feature .icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.single-s-feature:hover .icon {
    border: 1px solid transparent;
    box-shadow: 0px 10px 20px 0px rgba(72, 118, 240, 0.25)
}
.single-s-feature:hover .icon:after {
    opacity: 1
}
.single-s-feature:hover .icon span {
    color: #fff
}
.single-stat .icon span {
    margin-right: 17px;
    font-size: 40px;
}
.single-stat .desc h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
}
.color-bg .single-stat .desc span {
    color: #fff
}
.color-bg .single-stat .icon span {
    color: #fff
}
.color-bg .single-stat .desc h4 {
    color: #fff
}
/* Components ***************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Encode Sans', sans-serif;
    font-family:  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
    line-height: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
}
h4 {
    font-size: 18px;
}
.section-title h3 {
    font-size: 36px;
}
.section-title img {
    display: inline-block;
    margin: 20px 0 15px 0
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.relative {
    position: relative;
}
.gray-bg {
    background: #f9fafc;
}
.color-bg {
    background: #2196f3;
}
.color-bg-white {
    background: #fff;
}
.color-bg h3 {
    color: #fff;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #ACACAC;
}
.media-left {
    display: table-cell;
    vertical-align: top;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-20 {
    margin-left: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-20 {
    margin-right: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.ptb-20 {
    padding: 20px 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
.faq {
    padding: 60px 0px;
    border-bottom: 1px solid #ddd;
}
.faq h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
}
.faq p {
    font-size: 1.2rem;
    line-height: 1.7;
}
.contact-form {
    padding: 20px;
}
.contact-form .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #333;
}
.contact-form h3 {
    font-size: 52px;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact-form h3 i {
    font-size: 80px;
    margin-bottom: 20px;
}
.contact-form form {
    margin: 0px auto;
}
.contact-form form label {
    color: #666;
    font-weight: normal;
}
.fancybox-bg {
    background: #fff !important;
}
.fancybox-button, .fancybox-infobar__body {
    background: rgba(255, 255, 255, .6) !important;
}
.fancybox-button {
    color: darkslategrey !important;
}
.fancybox-button:hover:not([disabled]) {
    color: #000 !important;
}



/* Footer *********************************************************************************************************************/

footer {
    background-color: #19162c;
    padding: 20px 0px;
    color: #ccc;
}
footer a {
    margin-left: 10px;
    color: #bbb;
}
footer a:hover {
    color: #fff;
}
footer a.phone {
    font-size: 30px;
    color: #2196f3
}
footer a.phone:hover {
    color: #fff;
}
/* Footer *********************************************************************************************************************/

/* Akademinik *********************************************************************************************************************/
.akademinik-header {
    margin-top: 60px;
}
.akademinik-header img {
    width: 50%;
    margin: 0px auto;
}

@media (max-width: 768px) {
.akademinik-header {
    margin-top: 100px;
}
.akademinik-header img {
    width: 80%;
}
}


.grad {
    height: 300px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(33,150,243,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(33,150,243,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(33,150,243,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2196f3", endColorstr="#ffffff", GradientType=1);
}

/* home ******************************************************************************* */
.home .navbar-default {
    box-shadow: none;
}
.home {
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.home .main {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    z-index: -1;
    height: -o-calc(100% - 102px); /* opera */
    height: -webkit-calc(100% - 102px); /* google, safari */
    height: -moz-calc(100% - 102px); /* firefox */
    max-height: -o-calc(100% - 102px); /* opera */
    max-height: -webkit-calc(100% - 102px); /* google, safari */
    max-height: -moz-calc(100% - 102px); /* firefox */
}
.home .navbar-default .navbar-nav>li>a {
    color: #2196f3;
}
.home .navbar-default .navbar-nav>li:hover>a {
    color: #fff;
}
.home .col {
    float: left;
    width: 25%;
    border-right: 3px solid #fff;
    padding: 0px;
    min-height: 100%;
    position: relative;
}
/*
.home .col, .home .col .box, .home .col .sline, .home .col .box h3, .home .col .box p, .home .col .content, .home .col .content img, .home .col .content h4, .home .col .content a, .home .col, .content p {
 -webkit-transform: rotateY(-90deg);
 transform: rotatey(-90deg);
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.home .col:hover, .home .col.hover .box, .home .col.hover .sline, .home .col.hover .box h3, .home .col.hover .box p, .home .col.hover .content, .home .col.hover .content img .home .col.hover .content h4, .home .col.hover .content a, .home .col.hover .content p {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}*/
.home .col:last-child img {
    border-right: none;
}
.home .col a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    display: block;
}
.home .col .box {
    border: 3px solid #fff;
    border-width: 3px 0px 3px 0px;
    padding: 10px;
    color: #fff;
    text-align: center;
    height: 120px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
}
.home .col .box h3 {
    color: #fff;
    padding: 20px 0px 10px 0px;
}
.home .col.hover {
    padding-top: 0px !important;
}
.home .col.hover .box {
    background-color: #2196f3 !important;
    margin-top: 0px;
    position: absolute;
    top: 0px !important;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    border-width: 0px;
}
.home .col.hover .box h3 {
    display: none;
}
.home .col.hover .box p {
    display: none;
}
.home .col.hover .content {
    display: block;
    opacity: 1;
    padding: 150px 35px;
}
.home .col .content {
    display: block;
    height: 100%;
    opacity: 0;
    padding: 150px 35px;
}

.home .col .content .home-link {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
}
.home .col .content img {
    width: 1%;
    margin-bottom: 20px;
}
.home .col.hover .content img {
    width: 90%;
}
.home .col .content p {
    display: block;
    opacity: 0;
    text-align: left;
}
.home .col.hover .content p {
    display: block;
    opacity: 1;
}
.home .col .content a {
    color: #fff696;
    text-align: right;
}
.home .col .content h4 {
    text-transform: none;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.3em;
    font-size: 24px;
}
.home .col .content h4, .home .col .content a, .home .col .content p {
    opacity: 0;
}
.home .col.hover .content h4, .home .col.hover .content a, .home .col.hover .content p {
    opacity: 1;
}
#preschool {
    background-image: url(../../resource/labs/okuloncesi.jpg);
}
#preschool .box {
    background-color: #de495d;
    top: 550px;
}
#school {
    background-image: url(../../resource/labs/akademia.jpg);
}
#school .box {
    background-color: #74d6d7;
    top: 500px;
}
#beyond-school {
    background-image: url(../../resource/labs/kurs2.jpg);
}
#beyond-school .box {
    background-color: #e8a83c;
    top: 520px;
}
#to-school {
    background-image: url(../../resource/labs/servis2.jpg);
}
#to-school .box {
    background-color: #388795;
    top: 540px;
}
.home .col .sline {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
}
.home .col .sline div {
    position: absolute;
    height: 3px;
    background-color: #fff;
}
.home .col .sline .sf11 {
    top: 500px;
    right: 0px;
    left: auto;
    width: 18px;
}
.home .col .sline .sf12 {
    top: 617px;
    right: 0px;
    left: auto;
    width: 11px;
}
.home .col .sline .sf21 {
    top: 550px;
    left: 0px;
    right: auto;
    width: 18px;
}
.home .col .sline .sf22 {
    top: 667px;
    left: 0px;
    right: auto;
    width: 30px;
}
.home .col .sline .sf23 {
    top: 520px;
    right: 0px;
    left: auto;
    width: 10px;
}
.home .col .sline .sf24 {
    top: 637px;
    right: 0px;
    left: auto;
    width: 14px;
}
.home .col .sline .sf31 {
    top: 500px;
    left: 0px;
    right: auto;
    width: 18px;
}
.home .col .sline .sf32 {
    top: 617px;
    left: 0px;
    right: auto;
    width: 30px;
}
.home .col .sline .sf33 {
    top: 540px;
    right: 0px;
    left: auto;
    width: 28px;
}
.home .col .sline .sf34 {
    top: 657px;
    right: 0px;
    left: auto;
    width: 14px;
}
.home .col .sline .sf41 {
    top: 520px;
    left: 0px;
    right: auto;
    width: 22px;
}
.home .col .sline .sf42 {
    top: 617px;
    left: 0px;
    right: auto;
    width: 36px;
}

@media (max-width: 768px) {
	
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-left: 15px !important;
	}
	.top .navbar-nav .open .dropdown-menu>li>a  {
		color: #fff !important;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		font-size: 13px;
		font-weight: 300;
	}
	
	.navbar-nav .open .dropdown-menu>li>a:hover {
		color: #2196f3 !important;
	}
	.top .navbar-nav .open .dropdown-menu>li>a  {
		color: #fff !important;
	}
	
.back-to-lab {
    position: relative;
    right: 10px !important;
    top: 10px !important;
}
	
.back-to-lab::first-letter {
    text-transform: uppercase;
	}
.back-to-lab i {
    display: none;
	}
.home .col {
	width: 100%;
	background-size:contain;
	border-bottom: 2px solid #fff;
}
.home .col .sline {
	display: none;
}

.home {
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow:auto;
}
	.home .col .box {
		bottom:-2px !important;
		top: auto !important;
			
	}
	
.home .col.hover .content {
    padding: 10px 15px !important;
}
	.home .col.hover .content img {
		width: 70% !important;
	}
}
@media (max-height: 900px) { 
	.home .col.hover .content {
    padding: 50px 15px 10px 15px!important;
}

}
@media (max-height: 700px) { 
	.home .col.hover .content {
    padding: 10px 15px 10px 15px!important;
}
}

.xs-menu {display: none !important} 

@media (max-width: 576px) {
    .xs-menu {display: block!important}   
    
    .xs-menu.last {border-bottom: 1px solid #2196f3;}
}



.clr1 {
    background: linear-gradient(30deg, #f97e7e 0%, #eaca4d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
  }


  .home-head {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #000;
  }
  .home-head .header {
    font-size: 3.5rem;
    line-height: 4.5rem;
    color: #fff;
    font-weight: 200;
    text-align: center;
    margin-bottom: 3rem;
  }
  .home-head h2 {
    text-align: center;
    font-weight: 600;
    font-size: 4.5rem;
    color: #5c92f6;

  }


  .feature {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f7;
  }
  .feature .header {
    font-size: 5rem;
    line-height: 4.7rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
  }
  .feature h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .feature h2 strong {
    color: #5c92f6;
  }
  .feature [class^=col-], .feature .col {
    padding: 3rem;
    margin: 10px;
    border-radius: 20px;
    background-color: #fff;
  }
  .feature [class^=col-] h4, .feature .col h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #d63384;
    margin-bottom: 0px;
  }
  .feature [class^=col-] h4 strong, .feature .col h4 strong {
    font-weight: 600;
  }
  .feature [class^=col-] p, .feature .col p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #343a40;
  }
  .feature [class^=col-]:last-of-type, .feature .col:last-of-type {
    margin-right: 0px;
  }
  .feature [class^=col-]:first-of-type, .feature .col:first-of-type {
    margin-left: 0px;
  }
  .feature [class^=col-].bg-blue, .feature .col.bg-blue {
    background: #2196f3;
  }
  .feature [class^=col-].bg-blue h4, .feature .col.bg-blue h4 {
    color: #ffc107;
  }
  .feature [class^=col-].bg-blue p, .feature .col.bg-blue p {
    color: #fff;
  }
  .feature [class^=col-].bg-green, .feature .col.bg-green {
    background: #018771;
  }
  .feature [class^=col-].bg-green h4, .feature .col.bg-green h4 {
    color: #ffc107;
  }
  .feature [class^=col-].bg-green p, .feature .col.bg-green p {
    color: #fff;
  }
  .feature [class^=col-].bg-pink, .feature .col.bg-pink {
    background: #EA0069;
  }
  .feature [class^=col-].bg-pink h4, .feature .col.bg-pink h4 {
    color: #ffc107;
  }
  .feature [class^=col-].bg-pink p, .feature .col.bg-pink p {
    color: #fff;
  }
  
  .feature-bottom {
    background: #2196f3;
    padding: 50px 0;
  }
  .feature-bottom .feature-container {
    display: block;
    position: relative;
    color: #fff;
    font-size: 5rem;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    padding: 50px 0px;
  }
  .feature-bottom .feature-container l1 {
    display: block;
    position: relative;
    top: 140px;
    z-index: 80;
  }
  .feature-bottom .feature-container .l2 {
    position: relative;
    top: -190px;
    display: block;
    font-weight: 700;
    color: #ffc107;
    opacity: 0;
    height: 0;
    z-index: 90;
    -webkit-transition: opacity 0.3s ease-in 0.2s;
    -moz-transition: opacity 0.3s ease-in 0.2s;
    -o-transition: opacity 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s;
  }
  .feature-bottom .feature-container .l3 {
    position: relative;
    display: block;
    top: -50px;
    z-index: 2;
    -webkit-transition: top 0.2s ease-in 0.1s;
    -moz-transition: top 0.2s ease-in 0.1s;
    -o-transition: top 0.2s ease-in 0.1s;
    transition: top 0.2s ease-in 0.1s;
  }
  .feature-bottom .feature-container p {
    display: block;
    position: relative;
    margin-top: 60px;
    font-size: 1.5rem;
    color: #e9ecef;
    line-height: 2rem;
    font-weight: 200;
    text-decoration: none;
  }
  .feature-bottom .feature-container p strong {
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.25);
    color: #ffc107;
    font-weight: 400;
  }
  .feature-bottom .feature-container:hover .l2 {
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity 0.3s ease-in 0.2s;
    -moz-transition: opacity 0.3s ease-in 0.2s;
    -o-transition: opacity 0.3s ease-in 0.2s;
    transition: opacity 0.3s ease-in 0.2s;
    opacity: 1;
  }
  .feature-bottom .feature-container:hover .l3 {
    top: -10px;
    -webkit-transition: top 0.2s ease-in 0.1s;
    -moz-transition: top 0.2s ease-in 0.1s;
    -o-transition: top 0.2s ease-in 0.1s;
    transition: top 0.2s ease-in 0.1s;
  }
  .feature-bottom .feature-container:hover p {
    text-decoration: underline;
  }
  


.rox {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .rox > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
  
  .col {
    flex: 1 0 0%;
  }
  
  .rox-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  
  .rox-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .rox-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .rox-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  
  .rox-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .rox-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  
  .rox-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}


.text-grad {
    background: -webkit-linear-gradient(bottom left, #ea997b 0%, #5758b2 100%);
    background: -o-linear-gradient(bottom left, #ea997b 0%, #5758b2 100%);
    background: linear-gradient(to top right, #ea997b 0%, #5758b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .text-grad-green {
    background: -webkit-linear-gradient(bottom left, #018771 20%, #211BC8 40%, #AC08D8 60%);
    background: -o-linear-gradient(bottom left, #018771 20%, #211BC8 40%, #AC08D8 60%);
    background: linear-gradient(to top right, #018771 20%, #211BC8 40%, #AC08D8 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .text-grad-orange {
    background: -webkit-linear-gradient(top right, #fd7e14 0%, #ffc107 50%, #dc3545 100%);
    background: -o-linear-gradient(top right, #fd7e14 0%, #ffc107 50%, #dc3545 100%);
    background: linear-gradient(to bottom left, #fd7e14 0%, #ffc107 50%, #dc3545 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-grad-yellow {
    background: -webkit-linear-gradient(top left, #ceff08 0%, #259ffc 50%, #dc3545 100%);
    background: -o-linear-gradient(top left, #ceff08 0%, #259ffc 50%, #dc3545 100%);
    background: linear-gradient(to top left, #ceff08 0%, #259ffc 50%, #dc3545 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-blue-color {
    color: #211BC8 !important;
  }
  
  .text-green-color {
    color: #01877fa1 !important;
  }
  
  .text-orange-color {
    color: #D44502 !important;
  }
  
  .text-pink-color {
    color: #EA0069 !important;
  }
  
  .text-dark-green-color {
    color: #018771 !important;
  }
  
  .text-violet-color {
    color: #AC08D8 !important;
  }


.single-item {
    padding: 3rem 0;
    margin: 0;
    background-color: #f5f5f7;
  }

  .single-item h2 {
      font-size: 2rem;
      line-height: 2.5rem;
      font-weight: 600;
      color: #259ffc !important;

  }
  .single-item .container {
    border-radius: 20px;
    background-color: #fff;
    padding: 4rem 1rem;
  }
  .single-item .container .rox [class^=col-], .single-item .container .rox .col {
    padding: 2rem;
  }

  .single-item p {
      font-size: 1.2rem;
  }
  
.akdmnk-home  p {color: #fff;}
.akdmnk-home  h4 {color: rgb(254, 170, 0); font-weight: 600;}

.akdmnk-home .single-feature {padding-bottom: 50px;}

.mnx p {font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 2rem;}


.mny p {font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 2rem;}
    


.for-more {
font-size: 1.1rem;
text-decoration: none;
}

.for-more::after {
content: ">";
padding-left: 10px;
}

.for-more:hover {
color: #072152;
}

.hm { border-bottom: 1px solid #ccc;}
.hm .container {background: none;}
.hm h3 {
    font-size: 3.8rem;
    font-weight: 500;
}
.hm h2 {
    font-size: 4.3rem;
    font-weight: 600;
    line-height: 5.5rem;
}
.hm p strong {color: #259ffc ;}


.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .akademinik-header {
        margin-top: 0px;
        min-height: 950px;
        background-image:url("../../resource/image/akademinik-header.jpg");
        background-attachment: fixed;
        background-position:center;
        background-repeat: no-repeat;
        background-size:1100px;
    }

    @media only screen and (max-width: 768px) {
        .akademinik-header {
          background-attachment: scroll;
          background-size: contain;
          min-height: 300px;
        }
      }
