﻿body {
    color: #212529 !important;
    overflow-x: hidden;
}

html {
    overflow-x: auto;
}

img {
    object-fit: cover;
}

.input-group {
    position: relative;
}

.body-padding-top {
    padding-top: 30px;
}

.tt-input, .input-radius {
    border-radius: 22px !important;
}

.input-radius {
    padding-right: 86px;
}

.input-group-child {
    position: absolute;
    height: 100%;
    right: 0;
    z-index: 3;
}

.body-container {
    margin-top: 145px;
}

a:hover, .dropdown-item:focus, .dropdown-item:hover {
    color: #f05 !important;
    text-decoration: none !important;
}
.w-vulcan-v2-button {
    z-index: 3;
}

.ctn-group .valid {
    background-color: #f05 !important;
    border-color: #f05 !important;
}


/*start different font-face size*/

h1 {
    font-size: 48px;
    letter-spacing: -0.1px;
    line-height: 60px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    letter-spacing: -0.6px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 32px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 26px;
    font-weight: bold;
}

/*h5 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}*/

p, li {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 26px;
}

/*span {
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 24px;
}
*/
/*end different font-face size*/


/*start button Typsy*/

.btn-typsy {
    display: flex;
    align-items: center;
    border-radius: 30px !important;
    padding: .5rem 1.5rem !important;
    font-weight: bold !important;
    justify-content: center;
    /*max-width: 269px;*/
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.btn-fit {
    width: max-content;
}

.btn-typsy:hover {
    text-decoration: none !important;
}

.btn-margin-lg {
    margin: 0 30px;
}

.btn-margin-md {
    margin: 0 15px;
}

.btn-margin-sm {
    margin: 8px;
}

.btn-margin-lb {
    margin-bottom: 24px;
    margin-right: 10px;
}

.btn-typsy--red, .btn-typsy-custom-red {
    color: #fff;
    background-color: #f05;
    border: 2px solid #f05;
}

.btn-typsy--white {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

.btn-typsy--red:hover, .btn-typsy-custom-red:hover {
    background-color: #d60047;
    border-color: #d60047;
    color: #f5f5f5 !important;
}

.btn-typsy--white:hover {
    border-color: #000;
    color: #fff !important;
    background-color: #000;
}

.btn-typsy::after, .container .e-chip-list .e-chip::after {
    background: #fff;
    content: "";
    height: 130px;
    left: -75px;
    opacity: .3;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.btn-typsy:hover::after, .container .e-chip-list .e-chip:hover::after {
    left: 120%;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*end button Typsy*/

/*start search category button and other button override*/
/*.input-group-append .btn {
    border-radius: .25rem !important;
}*/

.share-btn i {
    margin-right: 6px;
}

.breadcrumb-nav-items {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.container .e-chip-list .e-chip {
    border-radius: 25px !important;
    padding: 12px 20px;
    font-weight: bold;
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    margin: 0 10px 20px 0;
    font-size: 14px;
    height: auto;
}

.container .e-chip-list .e-chip:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

.container .e-chip-list .e-chip.e-active {
    color: #fff !important;
    background-color: #f05 !important;
    border-color: #f05 !important;
}

.container .e-chip-list .e-chip.e-active:hover {
    background-color: #d60047 !important;
    border-color: #d60047 !important;
    color: #f5f5f5 !important;
}
/*end search category button and other button override*/

.navbar-brand--width {
    height: 50px;
    padding: 0;
}

.blk-size {
    font-size: medium !important;
}

.footer-item {
    background: #000;
}

.footer-item-contain {
    display: flex;
    padding: 1rem 15px;
   /* justify-content: space-between;*/
    flex-wrap: wrap;
}

.footer-item-contain div {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 32px;
}

.footer-item-contain h3 {
    font-size: 18px;
    letter-spacing: -0.2px;
    margin-bottom: .6rem;
    font-family: Brown-Regular-S,Helvetica,Arial,sans-serif;
    font-weight: 900;
    color: #fff;
}

.footer-item-contain a {
    height: auto;
    color: #fff;
    font-family: Brown-Regular-S,Helvetica,Arial,sans-serif;
}

.footer-item-contain a:hover
, .footer-copy a:hover
, .footer-copy a:hover i {
    color: #f05;
    cursor: pointer;
}

.footer-copy {
    background-color: #000;
    padding-bottom: 1.2rem;
}

.footer-copy-contain {
    display: flex;
    color: white;
    padding: 0 15px;
    text-align: center;
    align-items: center;
    font-size: 14px;    
}

.footer-privacy, .footer-terms {
    flex: 1;
}

.footer-terms p, .footer-copyright p {
    margin: 0;
    color: #ffffff
}

.footer-social {
    text-align: right;
}

.footer-logo, .footer-social, .footer-copyright {
    flex: 1;
}

/*.footer-copyright{
    flex: 4;
}*/

.footer-logo img {
    width: 150px;
}

.footer-copyright {
    font-weight: 600;
}

.footer-copy-contain a {
    color: #fff;
    font-size: 14px;
}

.footer-button {
    text-align: center
}

.footer-button a {
    height: 55px;
}

.footer-button img {
    min-width: 139px;
}

.footer-social ul > li {
    list-style-type: none;
}
.btn-footer:hover {
    text-decoration: none !important;
}
.footer-button .btn-footer {
    height: 40px;
    margin-bottom: 50px;
    text-decoration: none;
}

.footer-button .btn-footer:hover {
    color: #fff !important
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff7f7;
    border-bottom: 3px solid #ff0055 !important;
}

#tabbedNavigation-ul {
    justify-content: center;
}

.home-sticky {
    position: sticky;
    top: 20vh;
}
.dropdown-menu__inner .dropdown-item {
    padding: .25rem 0 !important;
    line-height: 22px;
    font-size: 14px;
}
.dropdown-menu--con {
    background-color: #ffffff !important; /*#FFF7F7*/
    margin: 0 !important;
}

.dropdown-menu__inner {
    display: flex;
    justify-content: center;
}

.dropdown-menu__inner div {
   /* background-color: #FFFFFF;*/
    margin: 0 8px;
    position: relative;
}

.dropdown-menu__inner img {
    width: 100%;
     height: 100px;
   /* height: 96px;*/
}

/* .dropdown-menu__inner img {
    position: absolute;
    width: 20%;
    right: 2px;
    bottom: 1px;
    margin: 0;
}*/

.dropdown-menu__inner p {
    font-size: 14px;
    padding: 4px 0;
}

.dropdown-menu__inner h5 {
    padding: 4px 0;
    font-weight: 900;
    margin: 0;
}

/*.pricing-navbar .dropdown-menu--con {
    margin: -10px !important;
}*/

.discover-navbar .dropdown-menu__inner div {
    min-width: 230px;
}

.search-navbar {
    flex: 1;
}

.nav-item:not(:hover) .dropdown-menu.show {
    display: none;
}

.nav-item:hover .fa-chevron-down {
    transform: rotate(-180deg);
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
    min-width: 60px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 0 !important;
    height: 0 !important;
/*    background-image: none !important;*/
}

/*.carousel-control-prev-icon:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro";
    font-size: 55px;
    color: #282828;
}

.carousel-control-next-icon:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size: 55px;
    color: #282828;
}*/

.carousel-control-prev {
    background-image: url('/images/arrow-prev-black.svg') !important;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-next {
    background-image: url('/images/arrow-next-black.svg') !important;
    background: no-repeat 50%/100% 100%;
}

.sticky h2 {
    font-weight: 900;
}

.nav-bg-color {
    background-color: #FFF7F7;
}

nav {
    box-shadow: unset !important;
    border: 0 !important;
}

.sticky-nav {
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98) !important;
    z-index: 9999;
}

.navbar-sticky {
    background-color: white !important;
    box-shadow: 0 2px 2px #e9e9e9 !important;
}

nav img {
    margin: 0 !important;
}

.d-lg-none, d-none {
    display: none;
}

.social-icon a {
    /* border: 2px solid #ffffff;*/
    padding: 10px;
    border-radius: 7px;
    margin-right: 10px !important;
    font-size: 24px !important;
}

.social-icon a i {
    color: #ffffff;
}

.return-to-top {
    position: fixed;
    bottom: 120px;
    right: 24px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    z-index: 3;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 3px solid #ff0055;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .return-to-top span::after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 16px;
        height: 16px;
        margin: -12px 0 0 -8px;
        border-left: 3px solid #ff0055;
        border-bottom: 3px solid #ff0055;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        box-sizing: border-box;
    }

    .return-to-top span::before {
        position: absolute;
        top: 40%;
        left: 25%;
        z-index: -1;
        content: "Top";
        color: #ff0055;
    }

.searchbar {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 0 10px;
}

.searchbar--shadow {
    box-shadow: 0px 0px 5px 5px whitesmoke;
}

.search_input {
    border: 0;
    outline: 0;
    background: none;
    line-height: 40px;
    transition: width 0.4s linear;
    width: 90%;
}

.search_icon {
    height: 40px;
    width: 10%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none !important;
}

.desktop-black-bar {
    background-color: #000000;
    padding: 10px 0px;
    width: 100%;
}

.desktop-black-bar a, .mobile-black-bar a {
    color: #ffffff;
    text-decoration: none;
}

.mobile-black-bar a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px;
    padding-right: 16px;
}

.nav-menu {
    justify-content: flex-end;
}

.course-tab {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    justify-content: center;
    margin-bottom: 4rem;
}

.course-tab__item {
    cursor: pointer;
    width: 12%;
    display: flex;
    justify-content: center
}

.course-tab__item p {
    padding: 12px 6px;
    /*line-height: 26px;
    font-size: 16px;*/
    font-weight: bold;
   /* letter-spacing: -0.16px;*/
   /* margin: 0;*/
}

.course-slug {
    overflow: hidden;
    position: relative;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}

.course-slug__tabcontent {
    /*display: none;*/
    /*    max-height: 0;
    transition: max-height .5s ease-out;
    overflow: hidden;*/

    width: 100%;
    margin-left: 0;
    max-height: 100%;
    height: 100%;
    transition: .5s ease;
    transform-origin: right;
    display: inline-block;
    position: relative;
    margin-right: -4px;
    white-space: normal;
    vertical-align: top;
    width: 100%;
}

.course-slug__tabcontent--active {
    /* display: block;*/
    /*  max-height: 3000px;
    transition: max-height 3s ease-in;*/
}

.course-tab__item__links--active {
    border-bottom: 1px solid #f05;
}

.navbar-nav-menu {
    position: relative;
}

.navbar-nav-menu .dropdown {
    position: initial;
}

.nav-link--search {
    text-decoration: none;
    background-color: #fff;
    border-radius: 18px;
    display: flex ! important;
    justify-content: space-between;
    align-items: center;
    height: 40px !important;
    padding: 0 20px !important;
}

.nav-link--search span {
    margin: 0;
    color: #C0C0C0 !important;
    font-weight: normal;
    font-size: 14px;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none !important;
}

.search-container {
    width: 100%;
}

.container-header-body-margin {
  /*  margin-top: 160px !important;*/
}

#carouselExampleIndicators .carousel-inner {
     display: flex; 
     align-items: center;
}

.swiper-slide{
    height: auto !important;
}

.swiper-slide .card {
    width: 100%
}


.swiper-button-next, .swiper-button-prev {
    background-position: center;
    background-repeat: no-repeat;
    width: 100px !important;
    height: 100px !important;
    background-size: 60% !important;
    top: 43% !important;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next:after {
    content: unset !important;
}

.swiper-button-prev:after {
    content: unset !important;
}

.swiper-button-prev {
    background-image: url('/images/arrow-prev-black.svg') !important;
    left: -15px !important;
}

.swiper-button-next {
    background-image: url('/images/arrow-next-black.svg') !important;
    right: -15px !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
     padding-right: 0px!important;
    padding-left: 0px!important; 
}

@media (min-width: 576px) {
    .footer-item-contain div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .d-lg-footer {
        display: block;
    }

    .d-sm-footer {
        display: none;
    }
}

@media (min-width: 769px) {
    .footer-item-contain div {
        flex: 0 0 32%;
        max-width: 32%;
    }

   /* .pricing-navbar .dropdown-menu {
        top: 125% !important;
        left: -260% !important;
    }

    .solutions-navbar .dropdown-menu {
        left: -71.5%;
        top: 105% !important;
    }

    .course-navbar .dropdown-menu {
        left: 8.5%;
        top: 105% !important;
    }*/

    .nav-item .nav-link {
        height: 100%;
    }

   /* body {
        overflow-x: unset !important;
    }*/
}

@media (min-width: 992px) {

    .body-container {
        min-height: 390px;
    }

    .d-lg-display {
        display: block;
    }

    .navbar-nav-button .dropdown-menu {
        min-width: 0;
        padding: .5rem 0 !important;
        left: 12px;
        margin: 0;
    }

    .navbar-nav-button .dropdown-menu .dropdown-item {
        min-width: 0;
        padding: .5rem 0;
        padding: .25rem 1rem;
    }

    .search-navbar {
        display: flex;
        align-items: center;
    }

    .pricing-navbar .dropdown-menu__inner div
    , .course-navbar .dropdown-menu__inner div
    , .solutions-navbar .dropdown-menu__inner div {
        min-width: 170px;
        width: 170px;
/*         min-width: 160px;
        width: 160px;*/
    }

    .navbar-expand-lg .navbar-nav {
        height: 49px;
        align-items: center;
    }
    .navbar-nav .nav-item {
        height: 100%;
    }
    .footer-item-contain div {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .nav-item:hover .dropdown-menu {
        display: block !important;
        padding: 16px 8px;
    }

    .d-none {
        display: block;
    }

    .nav-item {
        margin: 0 !important;
    }

    .search-navbar {
        margin-left: 10px !important;
    }

    .searchbar:focus-within {
        min-width: 365px;
    }

    .pricing-navbar .dropdown-menu a {
        text-decoration: none;
    }

    .pricing-navbar .dropdown-menu a:hover {
        color: #f05 !important;
        background-color: #f8f9fa;
    }
}
@media screen and (max-width: 575px) {

    .footer-item-contain div {
        align-items: center
    }
    .footer-item-contain {
        flex-direction: column;
    }

    .d-lg-footer {
        display: none;
    }

    .d-sm-footer {
        display: block;
    }

    .d-sm-footer .card {
        background-color: transparent;
    }

    .d-sm-footer a {
        color: #fff;
        align-items: center;
    }

    .d-sm-footer .card-link {
        flex-direction: row;
    }

    .d-sm-footer .card-header:hover {
        background-color:#303030;
    }

    .d-sm-footer, .card-body {
        width: 100% !important;
    }

    .carousel-control-next {
        right: 12px;
    }

    .carousel-control-prev {
        left: 12px;
    }

    .btn-fit {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {

    .btn-margin-md {
        margin: 15px 0;
    }

    .footer-copy-contain
    , .dropdown-menu__inner {
        flex-direction: column;
    }

    .footer-copy-contain {
        margin-bottom: 12px
    }

    .footer-copyright p {
        white-space: pre-wrap;
        line-height: 25px;
    }

    .course-tab__item {
        width: 100%
    }

   /* .course-tab__item p {
        font-size: 12px;
        letter-spacing: -0.13px;
    }*/

    .social-icon a {
        font-size: 19.58px !important;
    }

    /*start different font-face size*/

    h1 {
        font-size: 28px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }

    h2 {
        font-size: 21px;
        letter-spacing: -0.3px;
        line-height: 28px;
        margin-bottom: 18px
    }

    h3 {
        font-size: 18px;
        letter-spacing: -0.2px;
        line-height: 26px;
    }

    h4 {
        font-size: 14px;
        letter-spacing: -0.2px;
        line-height: 24px;
    }

  /*  h5 {
        font-size: 14px;
        letter-spacing: -0.2px;
        line-height: 24px;
    }*/

    p, li {
        font-size: 14px;
        letter-spacing: -0.2px;
        line-height: 24px;
    }

  /*  span {
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 22px;
    }*/

    /*end different font-face size*/
    
}
@media screen and (max-width: 991px) {

    .body-container {
        margin-top: 0;
    }

    .navbar-nav a[aria-expanded="true"] .fal {
        transform: rotate( 180deg );
    }

    .navbar-nav a[aria-expanded="false"] .fal {
        transform: rotate( 0deg );
    }

    .nav-item .dropdown-menu {
        display: none !important;
    }

    .nav-item .dropdown-menu.show {
        display: block !important;
    }

    .nav-item .btn-margin-md {
        margin: 15px 0;
    }

    .d-lg-display {
        display: none;
    }

    .nav-link--search, .nav-link--search span {
        padding: 0 20px;
    }

    .nav-link--search .fa-search {
        color: #000 !important;
    }

    .search-container {
       margin-top: 15px;
    }

    .navbar-nav-button .dropdown-menu {
        margin-bottom: 15px;
        background: transparent;
    }

    .navbar-nav-button .dropdown-menu .dropdown-item {
         color: #fff;
    }

    .navbar-nav-button .dropdown-menu .dropdown-item:hover {
        color: #000;
    }

    .navbar {
        padding: 0 !important;
    }

    .nav-bg-color {
        background-color: #000 !important;
    }

    .navbar .container {
        background-color: black;
        padding: 14px 0;
    }

    .navbar-brand {
        margin: 0px 13px !important;
    }

    .navbar-toggler {
        margin-right: 1rem;
    }

    nav {
        height: auto !important;
    }
    .nav-item a {
        padding-right: 18px !important;
    }

    .fixed-top {
        position: relative !important;
    }

    nav a.nav-link, nav a.nav-link p {
        color: #ffffff !important;
    }
    .dropdown-menu__inner {
        flex-wrap:wrap
    }
    .dropdown-menu--con, .dropdown-menu__inner div {
        flex: 1;
        background-color: transparent !important;
    }

    .dropdown-menu__inner div a, .dropdown-menu__inner div p, .dropdown-menu__inner div h5 {
        color: #FFFFFF;
    }

    .dropdown-menu__inner div img {
        display: none;
    }

    .d-lg-none {
        display: block;
    }
    .nav-bg-color {
        background-color: none;
    }
    .nav-item .btn-footer {
        width: 100%;
        max-width: 100%
    }
    .desktop-black-bar {
        display: none !important;
    }

    .btn-mobile--white {
        background: #fff !important;
        color: #000 !important;
    }

    nav p.search-text--mobile {
        margin-left: 0 !important;
    }

    .nav-link--mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-item .home-discover-courses:hover {
        color: #000 !important;
    }

    .pricing-navbar .dropdown-menu a {
        flex: 1;
    }

    .container-header-body-margin {
       /* margin-top: 60px!important;*/
    }
}
@media only screen and (max-width: 600px) {
    .carousel-control-next, .carousel-control-prev {
        align-items: center;
        margin-bottom: 5%;
    }
}