body {
    font-family: "Poppins", sans-serif;
    color: #1b161d;
    background-color: #ffffff;
}

.body-bg {
    background-image: url(../images/body-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.layout_padding {
    padding: 4em 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.layout_padding_first {
    padding: 5em 0;
}

/*header section*/

.upper-slider-wrapper {
    background-image: linear-gradient(to right, #0097b2, #7ed957);
}

.upper-slide-members {
    flex-grow: 1;
}

.upper-slides {
    display: flex;
    min-height: 80em;
    justify-content: center;
    padding: 10em;
}

.slide-text-wrapper {
    display: flex;
    align-content: center;
}

.slide-text-wrapper span {
    text-align: center;

}

.slide-img-wrapper {
    display: flex;
}

.slide-img-wrapper img {
    position: absolute;
    height: 60%;
}


.hero_area {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-color: #ddd7d9;
}

.hero-descr-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.hero-image {
    width: 100%;
}

.hero-descr-conatiner {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 30em;
    font-size: 1.5em;
    margin-right: 10em;
    margin-left: 3em;
}

.hero-descr-img {
    height: 3em;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-content: center;
}

.hero-descr-img img {
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
}

.hero-slide-image {
    width: 50em;
    height: 50em;
}



@media screen and (max-width: 900px) {
    .hero-slide-image {
        display: none;
    }

    .hero-descr-wrapper {
        justify-content: left;
    }

    .slide {
        height: auto;
        padding-top: 5em;
        margin-left: 1em;
    }

    .slides-container {
        background-color: #ddd7d9;
    }

    .course-section {
        flex-wrap: wrap-reverse;
    }

    .course-small-info {
        padding: 1em;
    }

}

.sub_page .hero_area {
    height: auto;
}

.hero_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sub_page .hero_area::before {
    clip-path: none;
}


.hero_area.sub_pages {
    height: auto;
}

.header_section .container-fluid {
    /*padding-right: 25px;*/
    /*padding-left: 25px;*/
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
    width: 22px;
    margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 25px;
    color: #fefeff;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
    z-index: 9;
    position: absolute;
    right: 15px;
    top: 14px;
}

.custom_menu-btn button {
    margin-top: 12px;
    outline: none;
    border: none;
    background-color: transparent;

}

.custom_menu-btn button span {
    display: block;
    width: 35px;
    height: 5px;
    margin: 7px 0;
    transition: all .3s;
}

.menu_btn-style {
    position: fixed;
    right: 29px;
    top: 14px;
}

.custom_menu-btn .s-2 {
    transition: all .1s;
}

.menu_btn-style button .s-1 {
    transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
    transform: translateX(100px);
}

.menu_btn-style button .s-3 {
    transform: rotate(-45deg) translateY(-17px);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #EEC8E0;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu_width {
    width: 100%;
}


a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    margin: 0 40px 0 15px;
    background-position: center;

}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 40px;
    margin-right: 5px;
}

.navbar-brand span {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    color: #e7b157;
    margin-top: 5px;

}

.custom_nav-container {
    z-index: 100;
    padding: 15px 0;
}

.custom_nav-container-content {
    z-index: 0;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
}

.quote_btn-container a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #8e386e;
    color: #e7b157;
    font-size: 14px;
    text-transform: uppercase;
}

/*end header section*/

/* slider section */


.slider_section .row {
    align-items: center;
}

.hero-font {
    color: #273238;
}

.hero-font h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.hero-font h1 span {
    color: #8e386e;
}

.slider_img-box img {
    width: 60%;
    height: 60%;
    position: relative;
    z-index: 2;
}

.slider_img-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 40%;
    filter: blur(95px) opacity(.7);

}

.slider_section .carousel-indicators {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    color: #fff;
    justify-content: flex-start;
    left: 5%;
    align-self: center;
    margin-left: 0;
    margin-bottom: 1em;
}

.slider_section .carousel-indicators li {
    text-indent: initial;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    line-height: 10px;
    opacity: 0.9;
}

.slider_section .carousel-indicators .active {
    font-size: 24px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.slider_section .carousel_btn-container {
    width: 100px;
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
    background-color: #292727;
    background-size: 12px;

}

.slider_section .carousel-control-prev {
    background-image: url(../images/left-black-arrow.png);
}

.slider_section .carousel-control-next {
    background-image: url(../images/right-black-arrow.png);
}

.slider_section .carousel-control-prev:hover {
    background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next:hover {
    background-image: url(../images/next.png);
}

/* end slider section */

/* about section */
.about_section {
    text-align: center;
}

.about_section h4 {
    font-size: 22px;
}

.about-card-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.about_card {
    margin: 45px 20px;
    /*min-width: 300px;*/
    /*max-width: 300px;*/
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-detail {
    padding: 2px 25px 35px 25px;
    height: 550px;
    -webkit-box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
    box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
}


.about_card .about_img-box {
    width: 110px;
    height: 104px;
    margin: 50px auto;

}


.about_card-podcast {
    justify-content: space-between;
}

.about-detail-podcast {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*margin: 45px 20px;*/
    /*width: 30%;*/
    /*min-width: 300px;*/
    box-shadow: -1px 0px 25px 9px rgba(0, 0, 0, 0.09);
    padding: 1em 1em 1em 1em;
}


.about-detail-podcast-date {
    font-size: 0.7em;
}

.about_image_podcast {
    width: 200px;
    justify-self: center;

}

.podcast-img {
    padding-bottom: 1em;
}

.card-detail-description-trigger {
    display: none;
}

.about_card img {
    width: 100%;
}

.about_card_active {
    display: inline-block;
    padding: 8px 25px;
    border: 2px solid #e7b157;
    color: #e7b157;
    border-radius: 35px;
}

.about_card_active-podcast {
    border: 2px solid #cf4d53;
    color: #cf4d53;
}

.about_card_disabled {
    display: inline-block;
    padding: 8px 25px;
    border: 2px solid gray;
    color: gray;
    border-radius: 35px;
    pointer-events: none;
}

.about_card_disabled:hover {
    color: gray;
    cursor: default;
    border: 2px solid gray;
}

.about_card_active:hover {
    background-color: #8e386e;
    color: #fefeff;
    border: 2px solid #8e386e;
}


/* end about section */

/* client section */

/* portfolio section */
.portfolio_section {
    text-align: center;
}

.portfolio_section .row > div {
    margin: 20px 0;

}

.portfolio_img-box img {
    width: 100%;
    height: max-content;
}

/* end portfolio section */

/* team section */

.team_section {
    text-align: center;
}

.team_card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #9be604;
}

.team_card {
    /*width: 250px;*/
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.team_card h5 {
    text-transform: uppercase;
}


.team_detail-box {
    width: 150px;
    margin: 1em auto 0 auto;
}

.team_img-box img {
    width: 220px;
    margin-top: 2em;
}

.team_social {
    display: flex;
    justify-content: space-evenly;
}

.team_follow h6 {
    color: #9be604;
}

/* end team section */

/* why section */
.Why_section {
    text-align: center;
}

.Why_section p {
    width: 85%;
    margin: 35px auto 0 auto;
    text-align: left;
}

/* end why section */

/* info section */
.info_section {
    position: relative;
}

.info_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -3px;
    background-color: #191919;
    /*clip-path: polygon(0 315px, 100% 0, 100% 100%, 0% 100%);*/
}

.info_content {
    margin-top: 250px;
}

.info_section img {
    width: 100%;
}

.info_section ul {
    padding: 0;
}

.info_section ul li {
    list-style-type: none;
    margin: 10px 0;
}

.info_section ul li a,
.info_section ul li a:hover {
    color: #fff;
}

.info_section h5 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.info_section .social-box {
    margin: 25px 0;
}

.info_logo .navbar-brand span {
    color: #fff;
}

.info_section .social-box img {
    width: 35px;
    margin-right: 5px;
}

.form_container form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.info_section .form_container input {
    width: 95%;
    height: 45px;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 5px;
    border-bottom: 1px solid #626262;
    background-color: transparent;
}


.info_section .form_container button {
    background-color: #8e386e;
    border: none;
    outline: none;
    color: #fff;
    padding: 8px 50px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 25px;
    text-transform: uppercase;
    margin-top: 35px;

}

/* end info section */
.footer_hr {
    position: relative;
    width: 55%;
    margin: 0 auto;
    background-color: #626262;
}

/* footer section*/

.footer_section {
    background-color: #191919;
    padding: 25px 20px;
}

.footer_section p {
    color: #fefeff;
    margin: 0;
    text-align: center;
    padding-left: 2em;
}

.footer_section a {
    color: #fefeff;
}

/* end footer section*/

.carousl {
    background: transparent;
    position: fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.menu-custom {
    background: #8e386e;
    /*background: white;*/
    opacity: 100%;
    display: flex;
    position: fixed;
    flex-direction: row;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    box-shadow: 0 3px 10px -6px #4e555b;
    /*max-height: 67em;*/
    /*max-width: 120em;*/
    /*margin-left: auto;*/
    /*margin-right:auto;*/
}

.menu-custom-always-display {
    opacity: 100%;
}

/*Course*/
.course-description-section-wrapper {
    display: flex;
    flex-direction: column;
    float: left;
    justify-content: start;
}

.course-description-item {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    align-items: start;
}

.course-table {
    display: flex;
}

.course-table-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}

.course-table-col {
    display: flex;
    flex-direction: column;
}

.about-the-trainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 2em;
}

@media screen and (max-width: 1000px) {
    .about-the-trainer {
        flex-wrap: wrap;
    }

    .about-the-trainer p {
        margin-top: 2em;
    }
}

.about-the-trainer p {
    text-align: left;
    display: flex;
    align-self: start;
}

.side {
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}

.side-part {
    display: flex;
    flex-direction: column;
    padding: 2em;
}

.side-part h5 {
    /*font-size: 1rem;*/
    /*font-weight: 400;*/
    line-height: 1.5;
}

.side-divider {
    height: 5em;
    width: 5em;
    align-self: center;

    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*border-image:*/
    /*        !*linear-gradient(to bottom, rgba(9,9,121,1), rgba(255,0,0,1) 100%);*!*/
    /*        linear-gradient(*/
    /*                to bottom,*/
    /*                rgba(9,9,121,1),*/
    /*                rgba(255,0,0,1)*/
    /*        ) 1 0 0 100%;*/
}

.side-part-inner-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}


.main-gallery-custom {
    padding: 3em;
}

/*.flip-card {*/
/*  background-color: transparent;*/
/*  width: 300px;*/
/*  height: 300px;*/
/*  perspective: 1000px;*/
/*}*/

/*.flip-card-inner {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  text-align: center;*/
/*  transition: transform 0.6s;*/
/*  transform-style: preserve-3d;*/
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
/*}*/

/*.flip-card:hover .flip-card-inner {*/
/*  transform: rotateY(180deg);*/
/*}*/

/*.flip-card-front, .flip-card-back {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -webkit-backface-visibility: hidden;*/
/*  backface-visibility: hidden;*/
/*}*/

/*.flip-card-front {*/
/*  background-color: #bbb;*/
/*  color: black;*/
/*}*/

/*.flip-card-back {*/
/*  background-color: #8e386e;*/
/*  color: white;*/
/*  transform: rotateY(180deg);*/
/*}*/

.course-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1em;
}

.course-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-col i {
    margin: 1em;
}

.course-section {
    background: #ddd7d9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    width: 100%;
}

.course-section-child {
    flex-grow: 1;
}


.course-description {
    display: flex;
    align-content: start;
    flex-direction: column;
    padding-top: 1em;
}

.course-description-img {
    padding: 1em;
    align-self: center;
}

.course-description-font {
    line-height: 2em;
}

.course-sub-section {
    display: flex;
    text-align: left;
}

.course-sub-section span {
    padding-right: 2em;
}

.course-sub-section-list span {
    color: #778899;
}

.course-sub-section li {
    line-height: 2em;
}

.course-sub-section strong {
    font-weight: bold;
}

.course-small-info {
    padding-left: 10em;

}

.course-small-info-sub {
    margin: 1em;
}

.course-small-info-icon {
    margin: 1em;
}


.list-group-syllabus {
    font-size: 1em;
    padding: 0;
}

.syllabus-list {
    display: inline-grid;
    grid-gap: 1em;
    grid-template-columns: 2em 1fr;
    justify-items: start;
    align-items: center;
    margin-top: 2em;
}

.syllabus-list i {
    justify-self: center;
    font-size: 1.3em;
}

.list-group-syllabus li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2em;
    margin: 0.5em;
}

.badge-type {
    font-size: 0.7em;
    width: 10em;
    height: 3em;
    vertical-align: center;
    margin-left: 1em;
    padding: 0.3em;
}

.badge-type-python {
    background-color: #edd4ab;
}

.badge-type-test-automation {
    background-color: #cad9e7;
}

.badge-type-tools {
    background-color: #cfedab;
}

.course-rules-image {
    margin: 1em;
    justify-self: center;
    align-self: center;
}

.course-rules-text {
    align-self: center;
}

.course-trainer {
    margin: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.course-trainer-photo {
    border-radius: 120px;
    outline: black 2px solid;
    border: white 2px solid;
}

.course-trainer-links {
    margin-top: 1em;
}
body {
    margin: auto;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 80em;
}

.slides-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 5em;
}

.slide-arrow {
    margin-left: 0.5rem;
    display: flex;
    bottom: 0;
    height: 0.5rem;
    background-color: black;
    border: none;
    width: 0.5rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
}

.slide-arrow:hover,
.slide-arrow:focus {
    opacity: 1;
}

#slide-arrow-prev {
    bottom: 0;
    border-radius: 2rem;
}

#slide-arrow-next {
    bottom: 0;
    border-radius: 2rem;
}
.slide {
    width: 100%;
    flex: 1 0 100%;
    background-repeat: no-repeat;
    background-position: 80em -4em;
    background-attachment: fixed;
    background-color: #ddd7d9;
    /*background-color: red;*/
    /*background: linear-gradient(90deg, rgba(0,151,178,1) 0%, rgba(126,217,87,1) 100%);*/
    /*background-size: calc(100% - 90em);*/
}

/*.slide-baground-1 {*/
/*    background: linear-gradient(90deg, rgba(0,151,178,1) 0%, rgba(126,217,87,1) 100%);*/
/*}*/

/*.slide-baground-2 {*/
/*    background: linear-gradient(90deg, rgba(126,217,87,1) 0%, rgba(0,151,178,1) 100%);*/
/*}*/

/*.slide:nth-child(1) {*/
/*    background-image: url(../images/hero_35.svg);*/
/*}*/

/*.slide:nth-child(2) {*/
/*    !*background-image: url(../images/hero_28.jpg);*!*/
/*    background-image: url(../images/hero_37.svg);*/
/*}*/

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.contact-image {
    height: 3em;
    width: 3em;
}

.contact-section-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact-section-column {
    display: flex;
    flex-direction: column;
}

.contact-section-header {
    text-align: center;
}

.contact-section-descr {
    padding: 3em;
    text-align: center;
}

.contact-section-links {
    justify-content: center;
}

.contact-section-email strong{
    padding-right: 0.5em;
    align-self: center;
}
.contact-section-email span{
    padding-right: 0.5em;
}

.course-how-to-apply {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 3em;
    line-height: 1.5em;
    width: 100%;
    align-items: center;
}

.course-how-to-apply span {
    text-align: center;
    margin-bottom: 2em;
}

.learn-more-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

.learn-more-button-disabled {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

@media screen and (max-width: 900px) {
    .course-row {
        flex-direction: column-reverse;
    }

    .course-small-info {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .course-small-info-sub {
        margin: 1em;
        align-items: center;
        width: 5em;
    }

    .course-row-wrapper {
        display: flex;
        flex-direction: column;
        padding: 2em;
    }

    .course-section {

    }

    .about_section {
        flex-wrap: wrap;
        display: flex;
        text-align: left;
    }

    .about_card-container {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .learn-more-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1em;
    }
    /*.contact_img-box {*/
    /*    display: none;*/
    /*}*/

    .hero-descr-conatiner {
        margin-left: 0;
    }

    .about-card-container {
        flex-direction: column;
    }

    .list-group-syllabus {
        padding-left: 0.2em;
    }

    .li-syllabus {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .li-syllabus span {
        align-self: flex-start;
    }

    .badge {
        display: none;
    }

    .about-detail {
        height: auto;
    }

    .card-detail-description-trigger {
        display: flex;
        width: 100%;
        background: transparent;
        border: none;
        justify-content: center;
        align-content: center;
        font-size: 1.5em;
        color: grey;
    }

    .card-detail-description-trigger:focus {
        border: none;
        outline: none;
    }

    .card-detail-description {
        display: none;
    }
}


.field {
    width: 30em;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.field label {
    display: block;
    font-size: 12px;
    color: #777;
}

.field input {
    display: flex;
    line-height: 1.5;
    font-size: 14px;
    border-style: solid;
    border-width: 0.3px;
}

.field textarea {
    border-style: solid;
    border-width: 0.3px;
}

.field input, textarea {
    background: white;
    color: black;
}

input[type="submit"] {
    display: block;
    padding: 6px 30px;
    font-size: 14px;
    background-color: #8e386e;
    color: #fff;
    border: none
}


#hidden-course {
    display: none;
}

#email-sent-confirmation {
    margin-top: 2em;
    display: none;
    padding: 0.4em;
    opacity: 80%;
    background: #777;
    color: white;
    text-align: center;
}

#email-error {
    margin-top: 2em;
    display: none;
    padding: 0.4em;
    opacity: 80%;
    background: red;
    color: white;
    text-align: center;
}


@media screen and (max-width: 900px) {
    .field {
        width: 15em;
    }

    iframe {
        height: auto;
        width: auto;
    }
}

.company-section-info {
    margin-top: 1em;
}

/*.testimonial {*/
/*    font-size: medium;*/
/*}*/

.sale-image {
    position: absolute;
    height: 5em;
    width: 5em;
}

.course-title-when {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-items: center;
    justify-self: center
}

.course-title-when img {
    width: auto;
}