ul.navbar-nav.ml-auto {
    padding-right: 0;
}
/* Language Style */
.select-box {
    position: absolute;
    display: inline-block;
    top: 19px;
    right: 30px;
    min-height: 49px;
    max-height: 49px;
    width: 50px;
    margin-right: 0px;
    padding: 40px 0 0;
    box-sizing: border-box;
    border-radius: 18px;
    background-color: #000000;
    outline: none;
    overflow: hidden;
    vertical-align: top;
    transition: .3s;
}
#hover-select:hover {
    background: #fff;
    max-height: 75px;
    height: 75px;
}
#hover-select:hover label {
	color: #4F586C;
}
#hover-select:hover:after {
   transform: rotate(0deg);
}
.select-box > input {
  display: none;
}
.select-box > label button {
    padding: 0;
    background: transparent;
    border: none;
    width: 100%;
}
.select-box > label {
    display: block;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-family: Gilroy;
    font-weight: bold;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #dbdee6;
    margin: 0;
}
.select-box > label:hover {
	color: #4F586C;
}
.select-box > input:checked + label {
    position: absolute;
    top: 10px;
}
.select-box > input:checked + label:hover {
  cursor: default;
}

body.english #french, body.french #english {
    display: none !important;
}

body.english #english, body.french #french {
    display: inline-block !important;
}

.u-margin-bottom-big {
    margin-bottom: 8rem !important;
}
@media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
        margin-bottom: 4rem !important;
    }
}
.u-margin-bottom-medium {
    margin-bottom: 4rem !important;
}
@media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
        margin-bottom: 3rem !important;
    }
}
.u-margin-bottom-small {
    margin-bottom: 1.5rem !important;
}
@-webkit-keyframes moveInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10rem);
        transform: translateX(-10rem);
    }
    80% {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes moveInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10rem);
        transform: translateX(-10rem);
    }
    80% {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 75em) {
    html {
        font-size: 56.25%;
    }
}
@media only screen and (max-width: 56.25em) {
    html {
        font-size: 55%;
    }
}
@media only screen and (min-width: 112.5em) {
    html {
        font-size: 70%;
    }
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.7;
    color: #555;
}
h1 {
    font-weight: 700;
    color: #FFC900;
    font-size: 7rem;
    word-spacing: 1rem;
    letter-spacing: 0.3rem;
    -webkit-animation: moveInLeft 1s ease-out;
    animation: moveInLeft 1s ease-out;
}
@media only screen and (max-width: 37.5em) {
h1 {
    font-size: 3.5rem;
    word-spacing: 0.5rem;
}
}
h2 {
    font-size: 4rem;
    font-weight: 700;
    word-spacing: 0.5rem;
    text-align: center;
    color: #000;
}
@media only screen and (max-width: 37.5em) {
    h2 {
        font-size: 3rem;
    }
}
h2 span {
    color: #FFC900;
}
h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #FFC900;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.long-copy {
    margin: 0 auto;
    width: 55%;
    text-align: center;
    font-size: 1.5rem;
}
@media only screen and (max-width: 56.25em) {
    .long-copy {
        width: 65%;
    }
}
@media only screen and (max-width: 37.5em) {
    .long-copy {
        width: 95%;
    }
}
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
    padding: 1rem;
}
.btn:link,
.btn:visited {
    border: 1px solid blue;
    display: inline-block;
    padding: 1.5rem 2rem;
    font-weight: 400;
    border-radius: 3rem;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}
.btn-full:link,
.btn-full:visited {
    background-color: #FFC900;
    border: 1px solid #FFC900;
    color: #fff;
}
.btn-full:active,
.btn-full:hover {
    background-color: transparent;
    border: 1px solid #FFC900;
    color: #FFC900;
}
.btn-ghost:link,
.btn-ghost:visited {
    background-color: transparent;
    border: 1px solid #FFC900;
    color: #FFC900;
}
.btn-ghost:active,
.btn-ghost:hover {
    background-color: #FFC900;
    border: 1px solid #FFC900;
    color: #fff;
}
.btn-animated {
    -webkit-animation: fadeIn 0.5s 1.5s ease-out;
    animation: fadeIn 0.5s 1.5s ease-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.section-about {
    padding: 10rem 0;
}
@media only screen and (max-width: 56.25em) {
    .section-about {
        padding: 5rem 0;
    }
}
.section-about h3 {
    text-align: center;
}
.section-between {
    padding: 15rem 0;
}
.section-between h2 {
    text-align: center;
}
@media only screen and (max-width: 56.25em) {
    .section-between {
        padding: 10rem 0;
    }
}
.section-between h2 {
    color: #000;
}
.section-between .long-copy {
    color: #000;
}
.section-between .row > div:not(:last-child) {
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 56.25em) {
    .section-between .row > div:not(:last-child) {
        border-right: 1px solid transparent;
    }
}
.section-departments {
    padding: 10rem 0;
}
@media only screen and (max-width: 56.25em) {
    .section-departments {
        padding: 5rem 0;
    }
}
.section-doctors {
    padding: 10rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 85, 85, 0.07)));
    background: linear-gradient(rgba(85, 85, 85, 0.07));
}
@media only screen and (max-width: 56.25em) {
    .section-doctors {
        padding: 5rem 0;
    }
}
.section-doctors h3 {
    text-align: center;
}
.section-blog {
    padding: 10rem 0;
}
@media only screen and (max-width: 56.25em) {
    .section-blog {
        padding: 5rem 0;
    }
}
.section-blog .blog h2 {
    font-size: 3rem;
    color: #FFC900;
}
.section-contact {
    padding: 10rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 85, 85, 0.07)));
    background: linear-gradient(rgba(85, 85, 85, 0.07));
}
@media only screen and (max-width: 56.25em) {
    .section-contact {
        padding: 5rem 0;
    }
}
.about {
    margin-top: 10rem;
}
.about__box {
    padding: 1rem;
}
.about__icon {
    font-size: 7rem;
    display: block;
    color: #FFC900;
    text-align: center;
}
.about__text {
    text-align: center;
    font-size: 1.3rem;
}
.blog {
    padding: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 123, 255, 0.05)));
    background: linear-gradient(rgba(0, 123, 255, 0.05));
}
@media only screen and (max-width: 37.5em) {
    .blog {
        padding: 3rem 1rem;
    }
}
.blog__questions {
    margin: 3rem;
    padding: 2rem;
    background: #fff;
}
@media only screen and (max-width: 37.5em) {
    .blog__questions {
        margin: 3rem 0;
    }
}
.blog__text {
    font-size: 1.2rem;
}
.blog__comments {
    margin: 3rem;
    margin-top: 8rem;
    padding: 2rem;
    background: #fff;
}
@media only screen and (max-width: 37.5em) {
    .blog__comments {
        margin: 3rem 0 0 0;
    }
}
.contact {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(../img/img-between.png);
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/img-between.png);
    background-position: center;
}
.contact__box {
    padding: 4rem;
}
.contact__text {
    font-size: 1.5rem;
    color: #fff;
}
.contact__text span {
    font-size: 1.6rem;
    font-weight: 700;
}
.contact .form__group:not(:last-child) {
    margin-bottom: 3rem;
}
.contact .form__input {
    font-size: 1.5rem;
    font-family: inherit;
    color: inherit;
    padding: 1rem 2rem;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    border-bottom: 3px solid transparent;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact .form__input:focus {
    outline: none;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #FFC900;
}
.contact .form__input:focus:invalid {
    border-bottom: 3px solid red;
}
.contact .form__input::input-placeholder {
    color: #555;
}
.contact .form__label {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    display: block;
    color: #fff;
}
.departments {
    background: url("../img/img-departments.png");
    background-position: top;
    background-size: 60%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 56.25em) {
    .departments {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7))), url("../img/img-departments.png");
        background: linear-gradient(rgba(255, 255, 255, 0.7)), url("../img/img-departments.png");
    }
}
@media only screen and (max-width: 37.5em) {
    .departments {
        background: #fff;
    }
}
@media only screen and (min-width: 112.5em) {
    .departments {
        background-size: 65%;
    }
}
.departments__box {
    margin-bottom: 1rem;
    padding: 2rem;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.departments__box:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC900));
    background: linear-gradient(#FFC900);
    color: #fff;
}
.departments__box:hover h3 {
    color: #fff;
}
.departments__text {
    text-align: justify;
    font-size: 1.3rem;
}
.doctors__box {
    padding: 1rem;
}
.doctors__img {
    width: 100%;
    -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
}
.doctors__text {
    text-align: center;
    font-size: 1.5rem;
    color: #FFC900;
}
.section-between {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 201, 0, 0.7))), url("../img/img-between.png");
    background: linear-gradient(rgba(0, 123, 255, 0.7)), url("../img/img-between.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}
.section-between__number,
.section-between__text {
    color: #000;
    text-align: center;
    font-weight: 700;
}
.section-between__number {
    font-size: 5rem;
}
.section-between__text {
    font-size: 1.5rem;
}
.footer {
    padding: 50px 0;
    background: #FFC900;
    color: #000;
}
@media only screen and (max-width: 56.25em) {
    .footer {
        padding: 5rem 0;
    }
}
.footer__box {
    padding: 3rem;
}
.footer__box h3 {
    color: #000;
}
@media only screen and (max-width: 56.25em) {
    .footer__box h3 {
        text-align: center;
    }
}
.footer__box a {
    display: inline-block;
    padding: 0;
    width: 100%;
    font-size: 1.3rem;
    color: #000;
}
.footer__text {
    font-size: 1.3rem;
}
@media only screen and (max-width: 56.25em) {
    .footer__text {
        text-align: center;
    }
}
.footer__text span {
    font-weight: 700;
}
.footer__copyright {
    margin-top: 50px;
    text-align: center;
    font-size: 1.2rem;
}
.header {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(70%, transparent)), url("../img/img-baner.jpg");
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%, transparent 70%), url("../img/img-baner.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.header.about-us {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(70%, transparent)), url("../img/img-baner.jpg");
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%, transparent 70%), url("../img/about.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
}
.header.job {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(70%, transparent)), url("../img/img-baner.jpg");
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%, transparent 70%), url("../img/job.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
}
.header.place {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(70%, transparent)), url("../img/img-baner.jpg");
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%, transparent 70%), url("../img/place.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
}
.header.adva {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(70%, transparent)), url("../img/img-baner.jpg");
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%, transparent 70%), url("../img/adva.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
}
.header.contact {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(70%, transparent)), url("../img/img-baner.jpg");
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%, transparent 70%), url("../img/contact.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
}
.inner-header {
 height: 85vh;   
}
@media only screen and (max-width: 37.5em) {
    .header {
        background-position: right;
    }
}
.header__title {
    padding-top: 170px;
    position: relative;
    left: 0%;
}
.new_about {
    padding: 50px 0px;
}
.new_about .long-copy.u-margin-bottom-big.aos-init.aos-animate {
    margin-bottom: 0px !important;
}
.new_about .long-copy.u-margin-bottom-big.aos-init.aos-animate h3 {
    text-align: left;
}
.clients {
    padding: 70px 0px;
    padding-bottom: 0px ;
}

#testimonial{
	background: #fff3ed;
	padding-top: 90px;
	padding-bottom: 90px;
}
#testimonial .bxSlider {
}
#testimonial .bx-wrapper {
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(239, 108, 35, 0.10);
    position: relative;
}

#testimonial .bx-wrapper li {
    text-align: center;
    height: 160px;
}

.bx-wrapper img {
    display: inherit !important;
    margin-bottom: 10px;
}

#testimonial .bx-wrapper li.active:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #ef6c23;
    display: inline-block;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 37px;
}

#testimonial .bx-wrapper li a {
    text-align: center;
    text-decoration: none;
}

#testimonial .bx-wrapper li a h3 {
    font-size: 18px;
    color: #505050;
    font-weight: 600;
    margin: 0px 0px;
}

#testimonial .bx-wrapper li a p {
    font-size: 16px;
    color: #909090;
    font-weight: 400;
    margin: 0px 0px;
}

.bx-wrapper .bx-controls-direction a {

}

.bx-wrapper .bx-prev {
    left: -20px !important;
    background: url(../img/left_arrow.png) 0 0px no-repeat !important;
}

.bx-wrapper .bx-next {
    right:-30px !important;
    background: url(../img/right_arrow.png) 0px 0px no-repeat !important;
}

#testimonial.blog {
    background: #fff;
}

#testimonial.blog .bx-wrapper {
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    position: relative;
}

#testimonial.blog ul.bxslider2 {

}

#testimonial.blog ul.bxslider2 li {
    height: auto !important;
}

#testimonial.blog ul.bxslider2 .card {
    border: none;
    background: #f2f2f2;
    border-radius: 20px;
}

#testimonial.blog ul.bxslider2 .card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.img-over {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

#testimonial.blog .card h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 15px;
}

#testimonial.blog .card p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0px;
    padding-left: 15px;
    height: 160px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}

#testimonial.blog .card span {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#testimonial.blog .card a {
    float: right;
    text-align: center;
    margin-right: 15px;
    padding: 5px 10px;
    background: #ef6c23;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

#testimonial.blog .bx-wrapper .bx-prev {
    left: -50px !important;
    background: url(../img/left_arrow.png) 0 0px no-repeat !important;
}

#testimonial.blog .bx-wrapper .bx-next {
    right: -80px !important;
    background: url(../img/right_arrow.png) 0px 0px no-repeat !important;
}


.ser {

}
.ser h2 {
    margin-bottom: 20px !important;
}
.ser p {
    text-align: left;
}
.ser ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.ser ul li i {
    margin-right: 10px;
}
#about.clients h2 {
    text-align: center !important;
    margin-top: 0px !important;
    margin-bottom: 50px !important;
}
.clients .card {
    display: inline-block;
    width: 100%;
    text-align: center !important;
    border: none;
}
.clients .card h3 {
    font-size: 25px;
    margin-top: 15px;
    text-align: center !important;
}
.clients .card span {
    font-size: 16px;
    text-align: center !important;
    font-weight: 600;
}
.clients .card p {
    font-size: 14px;
    text-align: center !important;
    font-weight: 500;
    margin-top: 15px;
    height: 65px;
    overflow: hidden;
}
#about ul {
    margin-top: 50px;
}
#about ul li {
    display: block;
    text-align: left;
}
#about ul li i {
    margin-right: 10px;
}
#about h2 {
    text-align: left;
    margin-bottom: 20px !important;
}
#about p {
	text-align: left;
}
#about .long-copy.u-margin-bottom-big.aos-init.aos-animate {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
#about a {
    float: left;
    margin-top: 10px;
}
#about img {
	max-width: 100%;
}
.section-between a {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #fff !important;
}
.section-between a:hover {
	background-color: #FFC900 !important;
	color: #fff !important;
	border: 1px solid #FFC900 !important;
}
@media only screen and (max-width: 75em) {
.header__title {
    width: 100% !important;
    padding-top: 40%;
}
}
@media only screen and (max-width: 37.5em) {
.header__title {
    width: 100% !important;
    padding-top: 40%;
}
}
.header__text {
    font-size: 1.8rem;
    font-weight: 100;
    color: #fff;
    -webkit-animation: moveInLeft 1s 0.5s ease-out;
    animation: moveInLeft 1s 0.5s ease-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    width: 80%;
}
@media only screen and (max-width: 75em) {
    .header__text {
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 37.5em) {
    .header__text {
        font-weight: 500;
        font-size: 1.6rem;
        width: 100%;
    }
}
@media only screen and (min-width: 112.5em) {
    .header__text {
        width: 60%;
    }
}
.navbar {
    background: #FFC900;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
@media only screen and (max-width: 37.5em) {
    .navbar {
        background: #FFC900;
    }
}
.navbar.scrolled {
    background: #FFC900;
}
.navbar-brand {
    font-size: 2rem !important;
    font-weight: bold;
    color: #000 !important;
}
.navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
li.nav-item.active a {
    font-weight: 600;    
}
@media only screen and (max-width: 37.5em) {
    .nav-item {
        margin-left: 1rem;
    }
}
.nav-item:not(:last-child) {
    margin-right: 10px;
}
.nav-link:hover {
    opacity: 0.7;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.hamburger {
    border: none;
    background: transparent !important;
}
.hamburger:active,
.hamburger:focus {
    border: none !important;
    outline: none !important;
}
.hamburger__icon-bar {
    width: 3.5rem;
    height: 3px;
    background-color: white;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 0.7rem;
}
.hamburger__icon-bar--top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.hamburger__icon-bar--middle {
    opacity: 0;
}
.hamburger__icon-bar--bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
.hamburger.collapsed .hamburger__icon-bar--top {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.hamburger.collapsed .hamburger__icon-bar--middle {
    opacity: 1;
}
.hamburger.collapsed .hamburger__icon-bar--bottom {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
