/*
* Template Name: Edux - Education & Online Courses Multipages Template
* Author:  Gaintco
* Author URL: https://themeforest.net/user/gaintco
* Version: 1.0
*/

/* =============================================================================

[Table of contents]

0.0 Common CSS START 
1.0 HEADER AREA START 
2.0 NAVBER AREA START
3.0 BANNER AREA START
4.0 OVERVIEW AREA START
5.0 ABOUT AREA START
6.0 COURSE AREA START
7.0 COUNT AREA START
8.0 EVENT AREA START
9.0 TEACHER AREA START
10.0 DISCOUNT AREA START
11.0 PRICE AREA START
12.0 COMMENT AREA START
13.0 BLOG AREA START
14.0 BRAND AREA START
15.0 INSTRUCTOR AREA START
16.0 FOOTER AREA START
17.0 COPY_RIGHT AREA START

/*===========================
0.0 *** Common CSS START ***
=============================*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.zindex {
    position: relative;
    z-index: 99;
}

.clr {
    clear: both;
}

@font-face {
    src: url(../fonts/Poppins-Bold.ttf);
    font-family: pb;
}

@font-face {
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-family: peb;
}

@font-face {
    src: url(../fonts/Poppins-Regular.ttf);
    font-family: pr;
}

@font-face {
    src: url(../fonts/Poppins-Light.ttf);
    font-family: pl;
}
.page-scroll {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    background-color: #fff;
  }
/* Preloader Part */

.preload-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #131313;
    z-index: 9999999;
    overflow: hidden;
    top: 0;
    left: 0;
}

.preloader {
    position: absolute;
    width: 65px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader p {
    font-size: 18px;
    font-family: pb;
    color: white;
    padding-bottom: 10px;
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: #f68220;
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #f68220;
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #f68220;
    }
    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #f68220;
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #f68220;
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #f68220;
    }
    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #f68220;
    }
}

.navbar-brand img{
    max-height: 100px;
}

/* breadcrumb Part */

#breadcrumb {
    padding: 30px 0;
}

.yellow {
    background: #fff3cd;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.yellow li a {
    color: #373a6d;
    font-size: 18px;
    font-family: pb;
}

/* Version 2 */

.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#index2 .full_slider .slick-dots {
    display: none;
}

#index2 .bnr_text {
    padding-bottom: 170px;
}

/* Version 3 */

#index3 .slider {
    background: none;
}

#index3 #banner {
    background: url(../images/banner2.jpg) left top no-repeat;
    background-size: cover;
}

#index3 .full_slider .slick-dots {
    display: none;
}

#index3 .bnr_text {
    padding-bottom: 170px;
}

/** Login start **/

.logoss {
    font-size: 26px;
    font-family: peb;
    color: white;
}

.logoss:hover {
    color: white;
}

.login-12 {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #363535;
}

.login-12 .login-inner-form {
    color: #272323;
    text-align: center;
}

.login-12 .col-pad-0 {
    padding: 0;
}

.login-12 .login-inner-form .details p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.login-12 .login-inner-form .details p a {
    margin-left: 3px;
    color: #fff;
    font-family: pb;
}

.login-12 .login-inner-form .details p {
    margin-bottom: 0;
}

.login-12 .login-inner-form .details {
    padding: 30px 0 30px 60px;
}

.login-12 .bg-img {
    background-size: cover;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    padding: 80px 20px;
    background: #f68220;
    margin: 30px 0;
    right: -60px;
    z-index: 999;
}

.login-box-12 {
    margin: 0 200px 0 150px;
    max-width: 700px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.06);
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
}

.login-12 .btn-outline {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #ff574d;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.login-12 .none-2 {
    display: none;
}

.login-12 .btn-outline:hover {
    background: #ecebeb;
    text-decoration: none;
}

.login-12 .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-family: pb;
    color: white;
}

.login-12 .login-inner-form .form-group {
    margin-bottom: 20px;
}

.login-12 .login-inner-form .input-text {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-12 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

.login-12 .bg-img .social-list li {
    display: inline-block;
    font-size: 16px;
}

.login-12 .bg-img .logo {
    height: 30px;
    margin-bottom: 20px;
}

.login-12 .bg-img p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.login-12 .bg-img .btn-sm {
    padding: 6px 20px 6px 20px;
    font-size: 13px;
}

.login-12 .bg-img .social-list {
    margin-top: 35px;
    padding: 0;
}

.login-12 .bg-img .social-list li a {
    margin: 0 5px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}

.login-12 .bg-img .social-list li a:hover {
    color: #ecebeb;
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.login-12 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-12 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login-12 .login-inner-form .btn-theme {
    background: #f68220;
    font-size: 16px;
    font-family: pb;
    border: none;
    color: #fff;
}

.login-12 .login-inner-form .btn-theme:hover {
    background: #f68220;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.login-12 .login-inner-form .terms {
    margin-left: 3px;
}

.login-12 .login-inner-form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login-12 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-12 .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

.login-12 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-12 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.login-12 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.login-12 .login-inner-form .checkbox-theme input[type="checkbox"]:checked+label::before {
    background-color: #f68220;
    border-color: #f68220;
}

.login-12 .login-inner-form input[type=checkbox]:checked+label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.login-12 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.login-12 .login-inner-form .checkbox a {
    font-size: 14px;
    color: #f68220;
    float: right;
}

/** MEDIA **/

@media (max-width: 992px) {
    .login-12 .none-992 {
        display: none;
    }
    .login-12 .pad-0 {
        padding: 0;
    }
    .login-12 .login-box-12 {
        margin: 0 auto;
        max-width: 400px;
    }
    .login-12 .login-inner-form .details {
        padding: 30px;
    }
}

/** Login end **/

/*===========================
1.0 *** HEADER AREA START ***
=============================*/

#header {
    background: #181b20;
    padding: 10px 0;
}

.header-item a span {
    color: white;
}

.header-item a span i {
    color: #f68220;
    font-size: 17px;
    padding-right: 5px;
}

/*.social-logo {*/
/*    padding-right: 32px;*/
/*}*/

.social-logo i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 2px solid #fff;
    margin-right: 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.social-logo i:hover {
    background: #f68220;
    color: white;
    border: 1px solid #f68220;
}

/*===========================
2.0 *** NAVBER AREA START ***
=============================*/

.navbar {
    width: 100%;
    padding-top: 0px;
    -weebkit-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: white !important;
    padding-bottom: 0px;
    position: relative;
}

.menu-item {
    padding-right: 25px;
}

.navbar-light .navbar-nav .nav-link {
    color: #131313;
    font-family: pr;
    font-size: 20px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    margin: 9px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f68220;
    cursor: pointer;
}

.nav-link i {
    font-size: 19px;
}

.navbar-light .navbar-brand {
    color: #363535;
    font-family: peb;
    font-size: 30px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.navbar-light .navbar-brand b {
    color: #f68220;
}

.nav-bg {
    background: white !important;
    -webkit-box-shadow: 0 6px 30px -18px;
    box-shadow: 0 6px 30px -18px;
    position: fixed;
    -webkit-animation: smooth 1s;
    animation: smooth 1s;
}

@-webkit-keyframes smooth {
    from {
        top: -50px;
    }
    to {
        top: 0px;
    }
}

@keyframes smooth {
    from {
        top: -50px;
    }
    to {
        top: 0px;
    }
}

.nav-bg .navbar-brand {
    color: #363535;
    font-size: 30px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.nav-bg .navbar-brand:hover {
    color: #363535;
}

.nav-bg .navbar-nav .nav-link {
    color: #363535;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #f68220;
}

.new_navbtn {
    background: #f68220;
    border-radius: 3px;
}

.nav-item button {
    background: none;
    border: none;
    outline: 0;
}

.nav-item button:focus {
    outline: 0;
}

.new_navbtn a {
    color: white !important;
    font-family: pb !important;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: pb;
    margin-top: 61px;
    margin-left: -45px;
    background: #f68220;
    border-color: #f68220;
}

#search .btn {
    padding: 13px 20px;
    font-size: 18px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 14px;
    color: #fff;
    background-color: #f68220;
    border-color: #f68220;
    opacity: 1;
    padding: 5px 15px 10px 15px;
    font-size: 30px;
}

.modal-title {
    font-size: 26px;
    font-family: pb;
}

.modal-body {
    padding: 40px 0;
}

.modal-body p {
    font-size: 21px;
    font-family: pr;
    color: #363535;
}

.modal-body h3 {
    font-size: 23px;
    font-family: pr;
    color: #363535;
    padding-top: 30px;
}

.cols-btn {
    background: #131313;
    font-size: 16px;
    font-family: pb;
}

.cols-btn:hover {
    background: #131313;
}

.cols-btn2 {
    background: #f68220;
    font-size: 16px;
    font-family: pb;
    border: 1px solid #f68220;
}

.cols-btn2:hover {
    border: 1px solid #f68220;
    background: #f68220;
}

.status {
    color: #f68220 !important;
}

/*===========================
3.0 *** BANNER AREA START ***
=============================*/

.full_slider {
    position: relative;
}

.slider {
    background: url(../images/s-pic-1.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider1 {
    background: url(../images/s-pic-2.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider2 {
    background: url(../images/s-pic-3.jpg) left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000045;
    left: 0;
    top: 0;
    z-index: -1;
}

.left_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 73%;
    left: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #f1f1f1;
    cursor: pointer;
    line-height: 60px !important;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
    font-size: 30px !important;
    display:none !important;
}

.left_arrow:hover {
    border: 1px dashed #f68220;
    color: #f68220;
}

.right_arrow {
    color: #f1f1f1;
    position: absolute;
    font-size: 28px;
    top: 73%;
    right: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #f1f1f1;
    cursor: pointer;
    line-height: 60px !important;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -o-transition: all linear .5s;
    font-size: 30px !important;
    display:none !important;
}

#inner .bnr_text {
    padding-bottom: 130px;
}

.right_arrow:hover {
    border: 1px dashed #f68220;
    color: #f68220;
}

.bnr_text {
    padding-top: 138px;
    padding-bottom: 200px;
    color: #fff;
}

.bnr_text h1 {
    font-size: 52px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: peb;
}

.bnr_text h1::after {
    position: absolute;
    content: '';
    bottom: 17px;
    right: 0;
    width: 324px;
    height: 9px;
    background: #f68220;
    z-index: -1;
}

.bnr_text h1 span {
    font-size: 40px;
    display: block;
    color: #f68220;
    font-family: pr;
}

.bnr_text p {
    font-size: 16px;
    padding-bottom: 12px;
    padding-right: 510px;
    font-family: pl;
    line-height: 26px;
}

.bnr_text .start_course {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-family: pb;
    padding: 14px 22px;
    border-radius: 50px;
    border: 1px solid #f68220;
    margin-right: 20px;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    background: #f68220;
}

.bnr_text .start_course:hover {
    background: #f68220;
    color: white;
}

.slick-dots {
    display: none !important;
    padding-top: 8px;
    outline: 0;
    position: absolute;
    bottom: 117px;
    left: 300px;
}

.slick-dots li {
    display: inline-block !important;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: none;
    border: 1px solid #f68220;
    border-radius: 50%;
    outline: 0;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    color: transparent;
    background: none;
    border: none;
    border-radius: 50%;
    outline: 0;
}

.slick-dots li.slick-active button {
    background: #f68220;
    outline: 0;
}

.slick-dots li.slick-active button:focus {
    outline: 0;
}

/*===========================
4.0 *** OVERVIEW AREA START ***
=============================*/

#overview {
    margin-top: -131px;
    background: #f4f6fa;
    padding: 30px 0;
}

.overview-item {
    background: white;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
}

.overview-item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #f68220;
}

.overview-item:hover:after {
    width: 100%;
}

.overview-item a i {
    border: 2px dashed #666;
    width: 40px;
    color: #131313;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.overview-item a i:hover {
    border: 2px dashed #f68220;
    color: #f68220;
}

.overview-item h3 {
    font-size: 25px;
    font-family: pb;
    padding-top: 18px;
}

.overview-item p {
    font-size: 16px;
    color: #666;
    padding-bottom: 3px;
    line-height: 26px;
}

.pa-top {
    padding-top: 70px;
}

.oi-icon i {
    font-size: 23px;
    width: 50px;
    height: 50px;
    background: #f68220;
    color: white;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.oi-item:hover .oi-icon i {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.oi-text h3 {
    font-size: 21px;
    font-family: pb;
}

.oi-text p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.oi-text a {
    font-size: 16px;
    font-family: pb;
    color: #f68220;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.oi-text a i {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.oi-text a:hover i {
    padding-left: 7px;
}

.oi-item {
    margin-bottom: 40px;
}

/*===========================
5.0 *** ABOUT AREA START ***
=============================*/

#about {
    padding: 70px 0;
    background: url(../images/s-pic-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#about:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#about:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: white;
    z-index: 11;
}

.header-style {
    padding-bottom: 40px;
}

.header-style h3 {
    font-size: 35px;
    font-family: pb;
    position: relative;
    z-index: 1;
}

.header-style h3::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(20deg);
    -ms-transform: translateY(-50%) skewX(20deg);
    transform: translateY(-50%) skewX(20deg);
    left: 0;
    width: 60px;
    height: 75px;
    z-index: -1;
    border: 6px solid #f68220;
}




.about-text h3 {
    color: #131313;
    font-size: 22px;
    font-family: pb;
}

.about-text h4 {
    font-size: 22px;
    font-family: pr;
    color: #f68220;
    padding-bottom: 7px;
}

.about-text p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    padding-right: 47px;
}

.vid-over {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vid-over a i {
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #131313;
    font-size: 19px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.vid-over a i:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.7);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.vid-over a i:hover {
    background: #f68220;
    color: white;
}

.vid-over a i:hover:after {
    background: rgba(251, 170, 51, 0.7);
    color: white;
}

.about-img {
    position: relative;
}

.about-img img {
    border: 8px solid #f68220;
}

.about-text a {
    padding: 14px 20px;
    border-radius: 50px;
    color: white;
    background: #f68220;
    border: 1px solid #f68220;
    font-family: pb;
    font-size: 16px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.about-text a:hover {
    background: none;
    color: #f68220;
    border: 1px solid #f68220;
}

.about-text a i {
    padding-right: 4px;
}

.a-p-b {
    padding-bottom: 24px;
}

/*.backtotop {*/
/*    position: fixed;*/
/*    right: 15px;*/
/*    bottom: 15px;*/
/*    z-index: 9999;*/
/*    display: none;*/
/*    -webkit-transition: all linear .3s;*/
/*    -o-transition: all linear .3s;*/
/*    transition: all linear .3s;*/
/*}*/
.backtotop {
    position: fixed;
    right: 27px;
    bottom: 93px;
    z-index: 9999;
    display: none;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.backtotop i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background: #f68220;
    border: 1px solid #f68220;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 50%;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.backtotop:hover i {
    cursor: pointer;
}

.vbox-overlay {
    z-index: 999999;
}

/*===========================
6.0 *** COURSE AREA START ***
=============================*/

#course {
    padding: 70px 0 0;
    background: #f4f6fa;
}

.course-head-text a {
    padding-top: 10px;
    font-size: 16px;
    color: #fd9a08;
    font-family: pb;
}

#portfolio {
    width: 100%;
    padding-bottom: 70px;
    background: #f4f6fa;
    padding-top: 30px;
}

.portfolioFilter {
    padding-bottom: 50px;
}

.portfolioFilter a {
    margin-right: 25px;
    color: #444444;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 50px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.portfolioFilter a:hover {
    background: #f68220;
    color: #fff;
}

.portfolioFilter a.current {
    background: #f68220;
    color: #fff;
}


.portfolioFilter a.current:hover {
    background: #f68220;
    color: #fff;
    text-decoration:none;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.port-item {
    background: white;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
    height: 430px;
    margin-bottom: 30px;
}

.port-item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #f68220;
}

.port-item:hover:after {
    width: 100%;
}

.port-item1 {
    background: white;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
    height: 750px;
    margin-bottom: 30px;
}

.port-item1:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #f68220;
}

.port-item1:hover:after {
    width: 100%;
}

.news-items {
    margin-bottom: 45px;
}

.date-over {
    position: absolute;
    right: 30px;
    top: 10px;
}

.date-over span {
    font-family: pb;
}

.date-main {
    border: 2px solid #222831;
    padding: 2px 9px;
    color: #fff;
    background: #222831;
}

.date-over {
    color: white;
    font-size: 21px;
    font-family: pb;
}

.news-items {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
}

.news-text {
    padding: 10px 20px 20px;
}
.news-text a{
    color: #000;
}
.news-text h4 {
    font-size: 21px;
    font-family: pb;
    line-height: 33px;
    position: relative;
    padding-bottom: 8px;
}

.news-text h4::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #f68220;
}

.divide {
    font-size: 17px;
    font-family: pr;
    position: relative;
    padding-bottom: 7px;
}

.news-text p {
    /* line-height: 26px; */
    /* padding-top: 8px; */
    color: #666;
    /* padding-bottom: 16px; */
    margin-bottom: 0px;
}

.c-btn {
    padding: 14px 20px;
    border: 2px dashed #ffa015;
    border-radius: 50px;
    color: #ffa015;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.c-btn:hover {
    background: #f68220;
    border: 1px solid #f68220;
    color: #fff;
}

.news-items:hover {
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

.on-date {
    padding-top: 8px;
}

.teacher-image {
    margin-top: -64px;
    padding-left: 20px;
}

.teacher-image img {
    border: 5px solid #f68220;
    border-radius: 50%;
    background: #f68220;
}

.overlay-img {
    border-bottom: 6px solid #f68220;
}

.dynamic {
    padding-top: 30px;
}

.dynamic a span {
    color: #666;
    padding-right: 13px;
}

.star {
    padding-top: 6px;
}

.star i {
    color: #f68220;
}

.star span {
    color: #666;
}

/*===========================
7.0 *** COUNT AREA START ***
=============================*/

#count {
    background: url(../images/counter.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-attachment: fixed;
    position: relative;
}

#count:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(19, 19, 19, 0.8);
    width: 100%;
    height: 100%;
}

.c-item {
    border: 2px dashed #f68220;
    padding: 15px 0;
}

.c-number {
    font-size: 25px;
    font-family: pr;
    color: white;
    padding-top: 8px;
    display: block;
}

.c-item i {
    font-size: 36px;
    color: #f68220;
    padding-top: 10px;
    padding-bottom: 7px;
}

.c-data {
    padding-top: 5px;
}

.c-data span {
    font-size: 16px;
    font-family: pb;
    color: #f68220;
}



/*===========================
10.0 *** DISCOUNT AREA START ***
=============================*/

#discount {
    padding: 70px 0;
    background: url(../images/discount.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#discount::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 27, 27, 0.8);
}

.h-s2 h3::after {
    border: 6px solid #f68220;
}

.h-s2 {
    color: white;
}

.box-in{
   align-items: center;
}

.dis-text h3 {
    font-size: 25px;
    font-family: pr;
    color: white;
}

.dis-text h3 span {
    font-family: peb;
    color: #f8b552;
}

.dis-text a {
    padding: 14px 20px;
    background: #f68220;
    color: white;
    font-size: 16px;
    font-family: pb;
    border-radius: 50px;
}

.form-button {
    padding: 11px 24px;
    background: #f68220;
    color: white;
    font-size: 16px;
    font-family: pb;
    border-radius: 50px;
    margin-top:2px;
}

.form-button:hover{
    color:#fff;
    text-decoration:none;
}


.count-item h2 {
    font-family: pb;
    color: #f68220;
}

.coun p {
    padding-right: 0 !important;
    color: #f68220;
}

.coun {
    border: 3px dashed #666;
    padding-top: 20px;
}

.text-down {
    padding-top: 8px;
}

.text-down span {
    font-size: 16px;
    font-family: pr;
}

.text-down span a {
    font-size: 16px;
    font-family: pb;
    color: #f68220;
}

.dis-text h4 {
    font-family: pb;
    font-size: 23px;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 5px;
}

.luanch {
    padding-top: 50px;
}

.differ {
    font-size: 16px;
    line-height: 26px;
    color: white;
    font-family: pr;
    padding-right: 13px;
    padding-bottom: 14px;
}

.dis-form {
    background: white;
    padding: 25px 30px;
}

.dis-form h3 {
    font-family: pb;
    color: #f68220;
    font-size: 23px;
}

.a-btn {
    padding: 10px 15px;
    font-family: pb;
    font-size: 16px;
}

label {
    font-size: 16px;
    color: #666;
    font-family: pr;
}


/*===========================
12.0 *** COMMENT AREA START ***
=============================*/

#comment {
    padding: 70px 0;
    background: #f4f6fa;
}

.back-bg {
    background: white;
}

.comment-text-item p {
    font-size: 16px;
    padding-top: 9px;
    line-height: 26px;
    font-family: pr;
}

.slick-padding {
    padding-top: 30px;
    padding-right: 30px;
}

.slick-padding h3 {
    font-size: 23px;
    color: #363535;
    font-family: pb;
}

.slick-padding2 {
    position: relative;
}

.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-img-main {
    padding: 20px 0;
}

.aar {
    position: absolute;
    right: 16px;
    bottom: 20px;
    background: rgba(251, 170, 51, 0.8);
    width: 60px;
    height: 60px;
    color: white;
    line-height: 60px !important;
    font-size: 24px !important;
    text-align: center;
}

.aal {
    position: absolute;
    left: 16px;
    top: 21px;
    background: rgba(251, 170, 51, 0.8);
    width: 60px;
    height: 60px;
    color: white;
    line-height: 60px !important;
    font-size: 24px !important;
    text-align: center;
}

.comment-text-item p i {
    font-size: 19px;
    color: #f68220;
}

.comment-text-main {
    position: relative;
}

.comment-text-main .slick-dots {
    bottom: -90px !important;
    right: 0;
}

/*===========================
13.0 *** BLOG AREA START ***
=============================*/

#blog {
    padding: 30px 0;
}

.blog-item {
    background: white;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: 3px dashed #dddddd;
}

.dynamic2 {
    padding-top: 15px;
}

.dynamic2 a {
    font-size: 16px;
    color: #363535;
    padding-right: 10px;
    font-family: pr;
}

.blog-head {
    padding-bottom: 24px;
}

.blog-img {
    position: relative;
}

.blog-img img {
    height: 100%;
    border-left: 4px solid #facf90;
}

.blog-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    text-align: center;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-over i {
    width: 40px;
    height: 40px;
    font-size: 23px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #eaad13;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display:none;
}

.blog-text {
    padding: 11px 0 0;
    background: #fff;
}

.blog-item h3 {
    font-size: 19px;
    padding-top: 10px;
    font-family: pb;
    line-height: 30px;
    color: #363535;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    padding-right: 25px;
}

.blog-item p {
    padding-top: 5px;
    font-size: 16px;
    font-family: pr;
    color: #444;
    line-height: 25px;
    padding-bottom: 0px;
    padding-right: 20px;
}

.poster .ad-p {
    padding-top: 22px;
}

.poster .ad-p p {
    line-height: 10px;
}

.poster p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
}

.blog-btn {
    font-size: 16px;
    color: #f68220;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.blog-item i {
    vertical-align: middle;
}

.blog-item:hover .blog-over {
    opacity: 1;
}

.blog-text2 {
    padding: 10px 0;
}

.blog-item .extra1 {
    float: right;
    padding-right: 30px;
}

.blog-item .extra11 {
    float: left;
}

.blog-text2 span {
    color: #777777;
    font-size: 14px;
    text-transform: capitalize;
}

.blog-text2 h3 {
    padding-bottom: 2px;
    padding-top: 6px;
}

.blog-text2 a {
    font-size: 16px;
    font-family: pb;
    color: #f68220;
}

.blog-right-item {
    padding-bottom: 35px;
}

.browse {
    padding: 60px 0 20px;
}

.browse a {
    border: 2px dashed #f68220;
    color: #f68220;
    padding: 15px 21px;
    font-size: 16px;
    font-family: pb;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.browse a:hover {
    background: #f68220;
    color: white;
}

/*===========================
14.0 *** BRAND AREA START ***
=============================*/

#brand {
    padding: 30px 0;
    background: white;
}

.market-item {
    padding: 30px;
}

.slick-center market-item img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

/*===========================
15.0 *** INSTRUCTOR AREA START ***
=============================*/

#instructor {
    background: #f68220;
    padding: 35px;
}

.in-item h3 {
    color: white;
    font-size: 23px;
    font-family: pb;
    text-transform: uppercase;
    margin-bottom: 0;
}

.in-item a {
    color: white;
    font-size: 16px;
    font-family: pb;
    border: 3px solid white;
    padding: 14px 20px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    float: right;
}

.in-item a:hover {
    background: white;
    color: #f68220;
}

/*===========================
16.0 *** FOOTER AREA START ***
=============================*/

#footer {
    padding: 20px 0px 0px;
    background: #262626;
}

.item-logo {
    color: #f68220;
    font-size: 26px;
    font-family: pb;
    padding-bottom: 8px;
    display: block;
}

.item-logo:hover {
    color: #f68220;
}

.footer-text p {
    color: white;
    font-family: pr;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 4px;
}

.footer-social a i {
    font-size: 17px;
    color: #f68220;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px dashed #666;
    margin-right: 10px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.footer-social a i:hover {
    background: #f68220;
    color: white;
    border: 1px solid #f68220;
}

.links h3 {
    font-size: 23px;
    font-family: pb;
    color: #f68220;
}

.links ul li a {
    color: white;
    padding: 5px 0;
    display: block;
    font-size: 16px;
    font-family: pr;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.links ul li a:hover {
    color: #f68220;
}

.links ul li a i {
    font-size: 19px;
    color: #f68220;
    padding-right: 6px;
}

.mov-it2 {
    padding: 10px 0;
}

.mov-it {
    padding-top: 20px !important;
    font-size: 20px !important;
    font-family: pb !important;
    color: #f68220 !important;
}
.item-logo img{
    width: 150px;
}
/*===========================
17.0 *** COPY_RIGHT AREA START ***
=============================*/

#footer-btm {
    background: #131313;
    border-top: 1px solid #363535;
    border-top: 2px solid #f68220;
}

.fop-btm h2 {
    color: #fff;
    font-family: pr;
    padding: 35px 0 15px;
    font-size: 16px;
}

.fop-btm a {
    color: #f68220;
    font-family: pb;
}

.fop-btm1 h2 {
    color: #fff;
    font-family: pr;
    padding: 35px 0 15px;
    font-size: 16px;
}

.fop-btm1 a {
    color: #f68220;
    font-family: pb;
}
.fop-btm1{
    float: right;
}
.fop-btm{
    float: left;
}
.fop-btm1 img{
    width: 65px;
    margin-top: -16px;
}


.prt-header-style-01 .top_bar {
    color: rgba(255, 255, 255, 1);
    background-color: #f68220;
}
/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}

/* TooltipTop */
.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, 
[data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -100%;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}
.tooltip-bottom:before{
    bottom: -7px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; padding: 0 15px;}
.slick_slider.no-gutters .slick-slide { padding: 0; }
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    background-color: rgba(255,255,255,.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}
.slick_slider .slick-arrow {
    background-color: #f68220;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    color: #fff;
}
.slick_slider .slick-next { right: 0; }
.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'FontAwesome';
    line-height: 1;
    opacity: 1;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\f060";
}
.slick_slider .slick-next:before {
    content: "\f061";
}
.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.top_bar .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
}
.top_bar .social-icons li:last-child {
    margin-right: 0px;
}
.top_bar .social-icons li a {
    border: none;
    width: auto;
    height: auto;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.top_bar_inner {
    margin-top: 15px;
    padding: 0px 29px 0 26px;
    margin-bottom: -23px;
    z-index: 2;
    display: flex;
    position: relative;
    border-radius: 5px;
}
.top_bar_contact_item .top_bar_icon i { 
    font-size: 15px;
}
.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item span {
    font-size: 14px;
    font-weight: 500;
    padding-right: 6px;
}
.text-base-white .top_bar_contact_item a:hover{color: #f68220;}
.top_bar_contact_item .social-icons ul {
    margin: 0;
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}
.top_bar_icon .icon-location-2:before {
    margin: 0;
}
.top_bar_contact_item {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}
.ms-auto {
    margin-left: auto !important;
}
.bg-base-dark.text-base-white, 
.bg-base-skin.text-base-white {
    color: rgba(255,255,255,.950);
}

/*header-style-01*/
.prt-header-style-01 .top_bar { height: 48px; line-height: 48px; padding-left: 45px; padding-right: 45px; }
.prt-header-style-01 .top_bar_contact_item { height: 48px; line-height: 48px; padding-left: 0; padding-right: 35px; }
.prt-header-style-01 .top_bar_contact_item:last-child { padding-right: 0px; }
.prt-header-style-01 .top_bar_contact_item a { color: rgba(255, 255, 255, 1); }
.prt-header-style-01 .top_bar_contact_item .social-icons li a i { display: none; }
.prt-header-style-01 .top_bar_contact_item ul.social-icons li { padding-left: 10px; padding-right: 10px; }
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-instagram:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-facebook:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-twitter:before {
    top: 22px;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f68220;
    z-index: 1;
    position: absolute;
    right: -2.5px;
    left: auto;
}
.top_bar .social-icons li:last-child { padding-right: 0px; }

/*header-style-03*/
.prt-header-style-03 .top_bar {
    height: 54px;
    line-height: 54px;
    padding: 0 50px 0 45px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}
.prt-header-style-03 .top_bar_social {
    display: flex;
    align-items: center;
}
.prt-header-style-03 .top_bar_contact_item ,
.prt-header-style-03 .top_bar_social_item { position: relative; font-size: 14px; line-height: 54px; }
.prt-header-style-03 .top_bar_contact_item span { color: #f68220; }
.prt-header-style-03 .top_bar_contact_item i { color: #f68220; }
.prt-header-style-03 .top_bar_contact_item a { color: var(--base-bodyfont-color); }
.prt-header-style-03 .top_bar_contact_item a:hover { color: #f68220; }
.prt-header-style-03 .top_bar_social_item i { color: #f68220; font-size: 12px; padding-right: 7px; }
.prt-header-style-03 .top_bar_social_item span { color: var(--base-bodyfont-color); }
.prt-header-style-03 .top_bar_contact_item.top_bar_address span:last-child { color: var(--base-bodyfont-color); }
.prt-header-style-03 .social-icons li i { color: #f68220; }
.prt-header-style-03 .social-icons li i:hover { color: #f68220; }
.prt-header-style-03 .top_bar_contact_item:not(:first-child):before { 
    top: 25px;
    left: -3px;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f68220;
    z-index: 1;
    position: absolute;
}
.prt-header-style-03 .top_bar_social_item {
    padding-right: 15px;
    padding-left: 15px;
}
.prt-header-style-03 .top_bar_social_item:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dfdfdf;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
}
.prt-header-style-03 .top_bar_social .top_bar_social_item:last-child:after { display: none; }

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-branding h1 {     
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0; 
}
.site-branding img {
        max-height: 93px;
}
.site-branding img.stickylogo {
    opacity: 0;
    position: absolute;
    left: 0;
    transition: none;
}

/**  side-menu **/
.side-menu-container {
    position: absolute;
    right: 50px;
    top: 21px;
    left: auto;
}
.side-menu{ position: relative; }
.side-menu a{
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: #f68220;
    color: #fff;
    border-radius: 5px;
}
.side-overlay .side{
    display: inline-block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0px;
    width: 420px;
    padding: 45px 35px 35px;
    z-index: 5;
    background-color: #ffffff;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(.././assets/images/fltingbar-bg-img.html);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.side-overlay.on .side{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
}
.side .close-side{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}
.side .prt-detailss ul {
    padding-left: 0;
    padding-top: 15px;
}
.side .prt-detailss ul>li {
    padding-bottom: 3px;
    list-style: none;
}
.side .prt-detailss li span:first-child {
    color: rgba(255,255,255,.95);
}
.side .prt-detailss li:first-child span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: #f68220;
}
.side .prt-detailss ul>li a,
.side p{
    color: rgba(255,255,255,.6);
}
.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
    margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input, 
.side aside.widget_text .wrap-form.cta_form span.text-input textarea, 
.side aside.widget_text .wrap-form.cta_form span.text-input select {
    border-radius: 5px;
    border: 0;
    background-color: #203d71;
    color: rgba(255,255,255,.40);
}

/* header_extra */
.header_extra > div {
    margin-left: 21px;
    position: relative;
    margin-top: 14px;
}
.header_search_content button.close-search {
    position: absolute;
    right: 15px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    border-radius: 0;
    box-shadow: unset;
}
.header_search .header_search_content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(38 113 57 / 95%);
    height: 100%;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

.header_search .header_search_content.on{
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header_search .header_search_content #searchbox{
    position: absolute;
    left: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_search .header_search_content #search_query_top {
    background: none;
    border: 0;
    height: 70px;
    padding: 0 60px 0 15px;
    font-weight: 500;
    font-size: 25px;
    width: 100%;
    color: #f68220;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    background-color: transparent;
}
.header_search .header_search_content input::placeholder{
    color: #fff;
}
.header_search .header_search_content_inner .close_btn {
    top: 60px;
    text-align: center;
    position: absolute;
    left: 50%;
    cursor: pointer;
    z-index: 1;
}
.header_search .header_search_content .close_btn i {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.header_search .header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_search .search_btn {
    position: relative;
    padding: 0;
    border: none;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin-right: 0px;
    color: #f68220;
}


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
}

nav.main-menu ul {
    margin: 0;
}
#site-header-menu .site-navigation ul.menu > li >a {
    font-size: 16px;
    text-decoration: none;
    z-index: 1;
}
nav.main-menu ul.menu > li.mega-menu-item:hover > a {
    color: #f68220;
}
#site-header-menu .prt-stickable-header .site-navigation ul.menu > li.active >a {
    color: #f68220;
}

/*prt-header-style-01*/

.prt-header-style-01 .header_search .header_search_content #search_query_top {
    height: auto;
    padding: 0;
    font-size: 14px;
    padding-left: 10px;
}
.prt-header-style-01 .header_search .header_search_content #searchbox {
    width: 110px;
    position: unset;
}
.prt-header-style-01 .header_extra {
    padding-left: 35px;
}
.prt-header-style-01 .header_search .header_search_content {
    position: unset;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-left: 0px;
}
.prt-header-style-01 .header_btn .prt-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    z-index: 2;
}
.prt-header-style-01 .site-header-menu .site-header-menu-inner {
    padding: 0px 45px;
}
.prt-header-style-01 .header_search .header_search_content input::placeholder {
    color: #f68220;
}


/*prt-header-style-02*/
.prt-header-style-02 .site-branding { padding-right: 100px; margin-right: 40px; }
.prt-header-style-02 .header_search .header_search_content #search_query_top {
    height: auto;
    padding: 0;
    font-size: 14px;
    padding-left: 10px;
}
.prt-header-style-02 .header_search .header_search_content #searchbox {
    width: 110px;
    position: unset;
}
.prt-header-style-02 .header_extra {
    padding-left: 35px;
}
.prt-header-style-02 .header_search .header_search_content {
    position: unset;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-left: 0px;
}
.prt-header-style-02 .header_btn .prt-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    z-index: 2;
}
.prt-header-style-02 .header_search .header_search_content input::placeholder {
    color: #f68220;
}
.prt-header-style-02 .prt-social-links-wrapper {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    float: left;
    padding: 0;
}
.prt-header-style-02 .social-icons {
    padding-top: 0;
    padding-bottom: 0;
}
.prt-header-style-02 .social-icons li {
    float: left;
    display: inline-block !important;
    padding-left: 0px;
    min-width: 23px;
    border: none;
    margin: 0;
}
.prt-header-style-02 .social-icons li > a {
    border: none;
    width: 43px;
    height: 83px;
    border-radius: 0;
    line-height: 83px;
    margin-right: 0;
    font-size: 0;
}
.prt-header-style-02 .social-icons li > a.prt-social-instagram {
    color: #fff;
    background-color: #D53F7F;
}
.prt-header-style-02 .social-icons li > a.prt-social-facebook {
    color: #fff;
    background-color: #385da9;
}
.prt-header-style-02 .social-icons li > a.prt-social-twitter {
    color: #fff;
    background-color: #33ccff;
}
.prt-header-style-02 .social-icons li > a.prt-social-linkedin {
    color: #fff;
    background-color: #0073b1;
}
.prt-header-style-02 .social-icons li > a:hover {
    color: #f68220;
    background-color: #fff;
}
.prt-header-style-02 .social-icons li > a i {
    font-size: 15px;
}
.prt-header-style-02 .widget_info {
    display: inline-block;
    vertical-align: super;
    background-color: #f68220;
    padding-left: 22px;
    padding-top: 17px;
    padding-bottom: 17px;
}

/*prt-header-style-03*/
.prt-header-style-03 .site-navigation { display: flex; text-align: center; }
.prt-header-style-03 .header_search .header_search_content {
    position: unset;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    margin-left: 0px;
}
.prt-header-style-03 .header_search .header_search_content #searchbox {
    width: 110px;
    position: unset;
}
.prt-header-style-03 .header_extra {
    padding: 6px 0;
    position: relative;
}
.prt-header-style-03 .header_extra:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dfdfdf;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.prt-header-style-03 .header_search {
    padding: 11px 30px 11px 37px;
    margin-left: 10px;
}
.prt-header-style-03 .header_search .header_search_content #search_query_top {
    height: auto;
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    border: none;
    padding-left: 10px;
    font-weight: 600;
}
.prt-header-style-03 .header_search .header_search_content input::placeholder {
    color: #f68220;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: #f68220;
    border-color: #f68220;
    color: #fff;
}
.prt-btn.prt-btn-size-sm {
    font-size: 15px;
    padding: 13px 27px 13px 27px;
}
.prt-btn.prt-btn-shape-round {
    border-radius: 2rem;
}
.prt-btn-color-skincolor {
    color: #f68220;
}
.prt-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 30px 13px 30px;
    background: transparent;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    font-family: var(--base-bodyfont);
    overflow: hidden;
    z-index: 1;
    transition: all .6s ease 0s;
    text-decoration: none !important;
}

.prt-btn:not(.btn-inline):hover:after {
    bottom: -40%;
}
.prt-btn:not(.btn-inline):after {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #f68220;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}




 /* rohan */
 .bar {
    height: 6px;
    width: 90px;
    background: #f68220;
    margin: 20px auto;
    position: relative;
}


.bar::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -3px;
    height: 12px;
    width: 10px;
    background: #fe4c1c;
}
.lernen_banner_title{
    text-align: center;
   
}
.lernen_banner_title h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.abreadcrumbs a{
    font-size: 16px !important;
}
.abreadcrumbs span{
    font-size: 16px !important;
}
.lernen_banner{

background-image: url(../images/bann-1.jpg);
height: 374px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}

.banner{
    position: relative;
}



.banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 27 32 / 41%);
}


#projects{
    padding: 50px 0px;
}
#projects h4{
    margin-bottom:10px 0px;
}
.icon-space img{
    width: 60px;
    height: 60px;
}

.abreadcrumbs{
    color: white !important;
}
.abreadcrumbs a{
    color: white !important;
}
.dreidbgleft{
    position: relative;
}
.dreidbgleft::after {
    content: "";
    background-color: #f68220;
    height: 90%;
    width: 90%;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: -1;
}
.dreidbgleft img{
    width: 100%;
    height: 350px;
}
#aacontact{
    padding: 50px 0px;
}
.circ {
    display: block;
    width: var(--circle-size, 600px);
    height: var(--circle-size, 600px);
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    background-image: linear-gradient(var(--circle-angle, -60deg), var(--circle-bg, #f68220) var(--circle-count, 55%), transparent var(--circle-count, 55%));

}
.circ.color2 {
   color: yellow;
}
.frm .circ {
    position: absolute;
    right: -60px;
    bottom: -36px;
    max-width: initial;
    max-height: initial;
    z-index: -1;
}

/* 
.frm .form-inner {
    background-color: white;
    border-radius: 20px;
    border: 5px solid #eaeaea;
    padding: 36px 35px 36px;
} */
.servi input {
    border: none;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 0px;
    height: 45px;
    border-radius: 30px;
    padding-right: 20px;
    /* --body-color: #333333; */
    /* transition: all ease .4s; */
}
.servi select{
    
    border: none;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 0px;
    height: 45px;
    /* border-radius: 9999px; */
    padding-right: 20px;
    /*--body-color: #333333;*/
    transition: all ease .4s;
    appearance: none;
    cursor: pointer;
    
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
    margin-top: 5px;
    /* border-radius: 9999px; */
    border: 1px solid #ccc;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}
.form-group {
    margin-bottom: 10px;
}
.frm .frm-gr {
    margin-bottom: 15px;
}
.servi{
    padding: 50px 0px;
}
.iconimg img{
width: 80px;
}
.servi-title{
    font-size: 49px;
    margin-bottom: 37px;
    color: #000;
}

/* 

.servi-btn{
    color: #000;
    margin-top: 18px;
}
 */


.servi-btn {
    color: #000;
    margin-top: 18px;
    border: 1px solid #f68220;
}



.icon-title{
    color: #000;
    margin-top: 10px;
    font-size: 20px;
}
.frm-title{
    color: #f68220;
    text-align: center;
    margin-bottom: 24px;
}
.frm-title span{
    color: #f68220;
}
@media (max-width:1200px)
{
    .circ{
        display: none;
    }
}
.servi-1-num {
    position: relative;
    display: flex
}

.servi-1-num:not(:last-child) {
    margin: 0 0 50px 0;
    padding: 0 0 42px 0
}

.servi-1-num:not(:last-child):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: -1;
    background-color: #dfdfdf
}

.servi-1-num .process-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-right: 25px;
    color: white;
    background-color: #f68220;
    text-align: center;
    border-radius: 50%;
    transition: all ease .4s
}
.servi-1{
    padding: 50px 0px !important;
}
.servi-1-num .servi-1-content {
    flex: 1
}

.servi-1-num .servi-1-title {
    font-size: 26px
}

.servi-1-num .servi-1-text {
    margin: 0
}

.servi-1-num:hover .process-number {
    background-color: white;
    color: #f68220;
}

.servi-1-inn .servi-1-num:before {
    right: -200px
}

.process-inner2 .servi-1-num:before {
    left: -200px
}

@media(max-width: 1399px) {
    .servi-1-num .servi-1-text {
        margin: 0;
        font-size: 14px
    }

    .servi-1-num .servi-1-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .servi-1-num .process-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin-right: 15px
    }
}

@media(max-width: 1199px) {
    .servi-1-num .servi-1-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .servi-1-num .process-number {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        margin-right: 15px
    }

    .servi-1-num .servi-1-text {
        font-size: 13px
    }

    .servi-1-num:not(:last-child) {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0
    }
}

@media(max-width: 991px) {
    .d-flex {
    display: -ms-flexbox !important;
    display: block !important;
}

    .servi-1-num {
        margin-bottom: 30px
    }

    .servi-1-num .process-number {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 18px
    }

    .servi-1-num .servi-1-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .servi-1-num .servi-1-text {
        font-size: 16px
    }

    .servi-1-num:not(:last-child) {
        padding: 0;
        margin-bottom: 30px
    }

    .servi-1-num:not(:last-child):before {
        display: none
    }
}
.cir img{
    width: 100%;
    height: 350px;
}
.servi-1 h2,.servi-1 h3{
    color: #000 !important;
}

@media (max-width:992px) and (min-width:600px){
    .cir img {
    width: 100%;
    height: auto;
}
    .cir{
        text-align: center;
    }
}
.cir img{
    /*border-radius: 50%;*/
    margin-bottom: 40px;
}
.sec1-title{
    padding-bottom:15px ;
}


/* registration - form - start */
 
#regisSection{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f0f5fb;
}


   .reg-section {  
	  padding: 40px;  
	background-color: #ffffff;  
  }  
  
  
  
  .sed-b{
      margin-left:17px;
  }
  
  .sere{
      margin-top:10px;
  }
  
  
	
  input[type=text], input[type=password], textarea {  
	width: 100%;  
	padding: 7px;  
	margin: 5px 0 0px 0;  
	display: inline-block;  
	/* border: none;   */
	background: #ffffff;  
    /* border-radius: 9999px; */
  }  
 /* input[type=text]:focus, input[type=password]:focus {  */
	/*background-color: orange;  */
	/*outline: none;  */
 /* }  */
   
  hr {  
	border: 1px solid #f1f1f1;  
	margin-bottom: 25px;  
  }  
  .registerbtn {  
	background-color: #f68220;  
	color: white;  
	padding: 16px 20px;  
	margin: 8px 0;  
	border: none;  
	cursor: pointer;  
	/*width: 100%;  */
	opacity: 0.9; 
	font-size: 16px; 
  }  
  .registerbtn:hover {  
	opacity: 1;  
  }    


  @media (max-width: 320px){
      .tel-para {
    font-size: 19px !important;
    color: #fff;
}
.student-head{
    font-size: 33px;
    line-height: 43px;
}
}
  
/* registration - form - end */

.ico{
	font-size: 28px;
	color: #f68220;
	padding: 18px;
	background-color: #fff;
    margin: 16px;
    border-radius: 49px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	
}

.ico-part{
	text-align: center;
	background-color: #0a4166;;
	padding: 20px;
	margin-top: 25px;
    height: 250px;
}

#conSection{
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
}

.tel-para {
    font-size: 18px;
    color: #212529;
    margin-bottom: 5px;
}

.tel-pa{
	font-size: 20px;
    color: #f68220;
}

.student-head{
    color: #f68220;
}

#cusSection{
	padding-top: 30px;
	padding-bottom: 30px;
}
* Style inputs */
  input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
  }
  
  input[type=submit] {
	background-color: #f68220;
	color: white;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
  }
  
 
  
  /* Style the container/contact section */
  .mark-part {
	border-radius: 5px;
	background-color: #eff7ff;
	padding: 10px;
  }
  
  /* Create two columns that float next to eachother */
  .column {
	float: left;
	 /*width: 50%; */
	margin-top: 6px;
	padding: 20px;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.column, input[type=submit] {
	  width: 100%;
	  margin-top: 0;
	}
  }


  
/* * tab-section-start */


.tabs li {
    display: block;
    border: 1px solid #f3f8f9;
    font-size: 17px;
    
}


.tabs li.is-active a {
     border-bottom-color: #f3f8f9 !important; 
    color: #ffffff !important;
    background-color: #ff5421;
        text-decoration: none;
}
.tabs a:hover {
    border-bottom-color: #f3f8f9 !important; 
    color: #ffffff !important;
    background-color: #ff5421;
        text-decoration: none;
}

.tabs ul {
  
     border-bottom: 0px solid #dbdbdb !important; 
   
}

.samm{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tabs a {
    padding:  10px 24px !important;
}

.tabs:not(:last-child) {
    margin-bottom: 0.5rem !important;
}

.fa {
    font-size: 21px;
    text-align: center;
    vertical-align: baseline !important;
}

.vi-pic{
	width: 100%;
}

.lec-p{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 13px;
	font-size: 18px;
}
.lec-p i{
    font-size: 21px;
}
.co-icon{
	color: #f68220;
	margin-right: 10px;
}


.white-box{
	padding: 20px;
    background-color: white;
    margin-top: 15px;

}

#tabSection{
	background-color: #f3f8f9;
    padding-top: 30px;
    padding-bottom: 30px;

}

#root{
	background-color: white;
}

.tabs-details{
	padding: 30px;
	margin-top: -21px;
}
.tabs-details p{
    font-size: 17px;
}
.tabs-details ul{
    margin-top: 16px;
}
.tabs-details li{
    font-size: 17px;
}
.tabs-details h1{
    font-size: 23px;
    font-weight: 600;
    line-height: 50px;
}

/* tab section -end */






@media (max-width: 600px)
{
.menubar {
    position: absolute;
    right: 47%;
    top: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}
}
@media (min-width:601px) and (max-width:800px)
{
    .menubar {
        position: absolute;
        right: 20% !important;
        top: 0;
        bottom: 0;
        z-index: 9;
        cursor: pointer;
    }
}
@media (min-width:601px) and (max-width:1200px)
{
    .menubar {
        position: absolute;
        right: 15%;
        top: 0;
        bottom: 0;
        z-index: 9;
        cursor: pointer;
    }
}








/* whatsapp icon start */

/*.social-icons-whatsapp {*/
/*    bottom: 25px;*/
/*    right: 16px;*/
/*    opacity: 1;*/
/*    transition: opacity 0.5s;*/
/*    box-sizing: border-box;*/
/*    position: fixed !important;*/
/*    z-index: 16000160 !important;*/
/*    direction: ltr;*/
/*    text-align: right;*/
/*}*/
/*.social-icons-whatsapp a, .social-icons-whatsapp a:hover {*/
/*    background: #0dc143;*/
/*    font-size: 33px;*/
/*    padding: 7px 11px;*/
/*    border-radius: 50%;*/
/*}*/
/*.social-icons-whatsapp i {*/
/*    color: #fff;*/
/*}*/

/* whatsapp icon end */


.on-pic{
    width: 100%;
}

#enSection {
    padding-top: 13px;
    padding-bottom: 20px;
    background-color: #efefef;
}


@media (max-width: 1200px) {

.servi-title {
    font-size: 39px;
    margin-bottom: 37px;
    color: #000;
}
}






.ico{
	font-size: 35px;
	color: #f68220;
	padding: 18px;
	background-color: #fff;
    margin: 16px;
    border-radius: 49px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	
}

.ico-part{
	text-align: center;
	background-color: #eff7ff;
	padding: 20px;
	margin-top: 25px;
}

#conSection{
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
}

.tel-para{
	font-size: 20px;
}


.tel-pa{
	font-size: 20px;
}


#cusSection{
	padding-top: 30px;
	padding-bottom: 30px;
}


.con-parts{
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.con-parts a{
    color: #fff;
}

.con-parts a:hover{
    color:#fff;
    text-decoration:none;
}


.ree-head{
font-size: 35px;
    margin-bottom: 30px;
    margin-top: 64px;
}

.get-sp{
    color:#f68220;
}

.ree-para{
    font-size:20px;
}

.get-sps{
    color:#f68220;
    font-size:30px;
}






.bb-pic{
    width: 100%;
    position: relative;
}

.bm-head{
    font-size: 20px;
}


.pick-d {
    /* margin: 18px; */
    padding-top: -15px;
    background-color: #fff;
    position: absolute;
    top: 174px;
    padding: 11px;
    /* width: 100%; */
    margin-left: 13px;
    margin-right: 26px;
    border: 3px solid #f68220;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}


.conr-part{
    display: flex;
    flex-direction: row;
    padding-bottom:13px;
}

.j-head{
font-size: 20px;
    margin-right: 18px;
    color: #f68220;
}


.nu-span{
    font-size: 35px;
}

.sta-part{
    display: flex;
    flex-direction: row;
    font-size: 16px;
}


.sta-ap{
    color: #f68220;

}

.red-button{
    background-color: #f68220;
    padding: 7px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

.red-button:hover{
    color: #fff;
    text-decoration: none;
}

.d-icon{
    color: #f68220;
}

#semSection{
    padding-top: 0px;
    padding-bottom: 253px;
}


.re-part{
    margin-top: 10px;
}












* {
	box-sizing: border-box;
  }
  
  /* Style inputs */
  input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 4px;
	resize: vertical;
  }
  
  input[type=submit] {
	background-color: #f68220;
	color: white;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
  }
  
 .sub-but{
     margin-top:10px;
 }
  
  /* Style the container/contact section */
  .mark-part {
	border-radius: 5px;
	background-color: #eff7ff;
	padding: 10px;
  }
  
  /* Create two columns that float next to eachother */
  .column {
	float: left;
	width: 50%;
	margin-top: 6px;
	padding: 20px;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.column, input[type=submit] {
	  width: 100%;
	  margin-top: 0;
	}
  }





  /* gallery section start */
  #gallery {
    padding-top: 40px;
}
@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 60px 30px;
   }
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
   }
   
   #gallery {
    padding-top: 40px;
    padding-bottom: 40px;
}
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
   }
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
   }
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
   }
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
   }
}


@media screen and (max-width: 425px) {
#gallery {
    padding-top: 40px;
    padding-bottom: 40px;
}



.lernen_banner {
    background-image: url(../images/bann-1.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

}

/* gallery section end */





/*testimonials start*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;*/
/*400;*/
/*600&display=swap');*/
/* * {*/
/*	 box-sizing: border-box;*/
/*	 margin: 0;*/
/*}*/
/* html, body {*/
/*	 width: 100%;*/
/*	 height: 100%;*/
/*	 font-family: 'Poppins', sans-serif;*/
/*}*/
 .testimonial {
	 min-height: 95vh;
	 text-align: center;
	 /*padding: 50px 20px;*/
	 /*background: #e4e6e9;*/
}
 .testimonial--slider {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 max-width: 800px;
	 margin: 20px auto;
	 position:relative;
}




/*.testimonial--slider--navigation {*/
/*    position: absolute;*/
/*    left: 56.5%;*/
/*    transform: translateX(-50%);*/
/*    top: 470px;*/
/*    width: 90px;*/
/*    height: 35px;*/
/*    box-shadow: -20px 12px 20px 0px rgba(186, 186, 207, 0.52);*/
/*    border-radius: 50px;*/
/*    background-color: white;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*}*/





 .testimonial--slider--navigation {
	 position: absolute;
	 left: 62.5%;
	 transform: translateX(-50%);
	 top: 181px;
	 width: 90px;
	 height: 35px;
	 box-shadow: -20px 12px 20px 0px rgba(186, 186, 207, 0.52);
	 border-radius: 50px;
	 background-color: white;
	 overflow: hidden;
	 z-index: 1;
}
 @media only screen and (min-width: 769px) and (max-width: 1300px) {
	 .testimonial--slider--navigation {
		 left: 60%;
	}
}
 @media only screen and (max-width: 768px) {
	 .testimonial--slider--navigation {
		 left: 50%;
	}
}
 .testimonial--slider--navigation .left, .testimonial--slider--navigation .right {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: absolute;
	 cursor: pointer;
	 width: 50%;
	 height: 100%;
}
 .testimonial--slider--navigation .left:hover, .testimonial--slider--navigation .right:hover {
	 background-color: antiquewhite;
}
 .testimonial--slider--navigation .left {
	 left: 0;
}
 .testimonial--slider--navigation .right {
	 right: 0;
}
 .testimonial--slider--navigation .disabled {
	 pointer-events: none;
}
 .testimonial--slider--navigation .disabled i {
	 color: #ccc;
}
 .testimonial--slider--content {
	 display: block;
	 position: relative;
}
 .testimonial--slider--content .slide {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 text-align: center;
	 width: 100%;
}
 @media only screen and (max-width: 768px) {
	 .testimonial--slider--content .slide {
		 flex-direction: column-reverse;
	}
}
 .testimonial--slider--content .slide .slide-text {
	 font-size: 1.5em;
	 margin-right: 1em;
	 background-image: url('https://www.pngkey.com/png/full/84-844200_gray-quotation-mark-quotation-mark.png');
	 background-repeat: no-repeat;
	 background-size: 70px;
	 background-position: top left;
}
 @media only screen and (max-width: 768px) {
	 .testimonial--slider--content .slide .slide-text {
		 margin: 1em 0 0;
	}
}
 .testimonial--slider--content .slide .slide-text span {
	 display: block;
	 font-size: 0.75em;
	 display: block;
}
 .testimonial--slider--content .slide .slide-image img {
	 width: 300px;
}



#tsSection{
    padding-top:60px;
    background-color: #f4f6fa;
}

.cus-head{
margin-top: -19px;
    color: #0a4166;
    font-size: 31px;
    margin-bottom: 46px;
}

.square h3{
    position:relative;
}


.square h3::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(20deg);
    -ms-transform: translateY(-50%) skewX(20deg);
    transform: translateY(-50%) skewX(20deg);
    left: 556px;
    width: 60px;
    height: 75px;
    z-index: -1;
    border: 6px solid #f68220;
}

 
 /*testimonilas end*/




@media screen and (max-width: 768px) {

.fop-btm {
    float: none;
}

.fop-btm1 {
    float: none;
}

.fop-btm h2 {
    color: #fff;
    font-family: pr;
     padding: 0px 0 0px; 
    font-size: 16px;
    text-align: center;
}

.fop-btm1 h2 {
    color: #fff;
    font-family: pr;
     padding: 0px 0 0px; 
    font-size: 16px;
    text-align: center;
}


.links h3 {
    font-size: 23px;
    font-family: pb;
    color: #f68220;
    margin-top: 17px;
}

}


@media screen and (max-width: 1200px) {
.course-box{
position: relative;
    overflow: hidden;
    height: 1780px;
}
.square h3::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(20deg);
    -ms-transform: translateY(-50%) skewX(20deg);
    transform: translateY(-50%) skewX(20deg);
    left: 556px;
    width: 60px;
    height: 75px;
    z-index: -1;
    border: 6px solid #f68220;
    display:none;
}

.isotope {
height:1730px !important;

}

.port-item1 {
  height: 810px;
}

.gl-part{
margin-bottom: 122px;
}

}


@media screen and (max-width: 768px) {
.in-item a {
    color: white;
    font-size: 16px;
    font-family: pb;
    border: 3px solid white;
    padding: 14px 20px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    float: none;
}

.dis-form {
    background: white;
    padding: 25px 30px;
    margin-top: 36px;
}

.links h3 {
    font-size: 23px;
    font-family: pb;
    color: #f68220;
    margin-top: 0px;
}



.links h3 {
    padding-top: 8px;
}

.gl-part{
margin-bottom: 290px;
}


}


@media screen and (max-width: 425px) {
.port-item {
    background: white;
    -webkit-box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    position: relative;
    margin-bottom: 30px;
    height: auto;
}

.gl-part{
    margin-bottom: 225px;

}


#semSection {
    padding-top: 0px;
    padding-bottom: 47px;
}


}





@media screen and (max-width: 375px) {
    
  
.gl-part{
    margin-bottom: 255px;

}  

#semSection {
    padding-top: 0px;
    padding-bottom: 30px;
}
    
}




@media screen and (max-width: 320px) {
  
.gl-part {
    margin-bottom: 348px;
}


.mba-head {
    font-size: 19px !important;
    font-weight: 600;
    line-height: 35px !important;
}

}






