/*-----------------------------------------------------------------------------------

    Template Name: Universe - Education Html Template
    Description: This is html5 template
    Author: DevItem
    Version: 1.0
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme default css (css/shortcode/default.css)
    2. Header css (css/shortcode/header.css)
    3. Slider css (css/shortcode/slider.css)
    4. Footer css (css/shortcode/footer.css)
    5. Home page
    6. About area
    7. Course page
    8. Course details
    9. Events details
    10. News page
    11. News details
    12. Contact
    13. Elements
    14. Breadcrumb style default


-----------------------------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700');*/
@import url('js/lightgallery/css/lightgallery.min.css');
/*----------------------------------------*/
/*  5. Home page
/*----------------------------------------*/

.offer-icon {
    border: 1px solid #c1c1c1;
    float: left;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    margin-right: 15px;
    text-align: center;
    width: 52px;
    background-color: #fff;
    transition: all .3s ease 0s;
    color: #007C82;
}

.service-left:hover .offer-icon,
.service-left:hover .offer-icon i {
    border: 1px solid #007C82;
    background-color: #007C82;
    color: #fff;
}

.offer-text {
    overflow: hidden;
}

.offer-text > h3 {
    font-size: 16px;
    font-weight: 600;
}

.service-all {
    padding: 60px 30px;
}

.service-all h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
}

.service-area .col-md-8 {
    padding-right: 0;
}

.service-area .col-md-4 {
    padding-left: 0;
}

.service-from > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    text-align: center;
}

.service-mrg p {
    margin-bottom: 0;
}

.service-mrg {
    margin-top: 10px;
}

.mrg-chosen {
    margin: 20px 0;
}

.service-from {
    padding: 51px 30px 49px;
}

.orderby-wrapper label {
    color: #fff;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
}

/*chosen */
.orderby-wrapper .chosen-container .chosen-single div b {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.chosen-container-single .chosen-single {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: inherit;
    box-shadow: none;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
}

.chosen-container {
    display: block;
}

.chosen-container .chosen-single div b::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: -12px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: inherit;
    border: 1px solid #fff;
    box-shadow: inherit;
}

.orderby-wrapper .chosen-container.chosen-with-drop .chosen-drop {
    left: auto;
    right: 0;
}

.orderby-wrapper .chosen-container .chosen-drop {
    border: 1px solid #e5e5e5;
    border-radius: inherit;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
}

.chosen-container .chosen-drop ul li.highlighted {
    background: #007C82;
}

.service-from a.button.extra-small span {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
}

.service-from a.button {
    background-color: #007C82;
    margin-right: 0;
    text-transform: capitalize;
}

.chosen-submit {
    margin-top: 37px;
}

/*banner-blog */

.blog-details h3 a {
    font-size: 18px;
    font-weight: 500;
}

.published3 > a,
.published4 > a {
    color: #666666;
    font-size: 15px;
    padding-right: 20px;
    font-family: "Lato", sans-serif;
}

.published3 > a:hover,
.published4 > a:hover {
    color: #007C82;
}

.published3 > a i, .published4 > a i, .blog-meta .published3 > i, .blog-meta .published4 > i {
    padding-right: 10px;
}

.blog-details a.button,
.img-text a.button {
    background-color: transparent;
}

.blog-details a.button.extra-small span, .img-text a.button.extra-small span {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}

.blog-details a.button.extra-small span:hover,
.img-text a.button.extra-small span:hover {
    color: #fff;
    border: 1px solid #007C82;
}

.blog-details a.button::after,
.img-text a.button::after {
    background: #007C82 none repeat scroll 0 0;
}

.blog-details {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 7px 20px 28px;
}

.blog-img img {
    width: 100%;
}

.blog-details > h3 {
    margin-bottom: 0;
}

.blog-meta {
    margin: 2px 0 8px;
}

.countdown-area.bg-1 {
    background-attachment: inherit;
}

.timer {
    margin-left: 55px;
    text-align: center;
    overflow: hidden;
}

.timer span {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: block;
    float: left;
    font-size: 30px;
    font-weight: 600;
    height: 100px;
    line-height: 24px;
    margin-left: 19px;
    margin-right: 23px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

.timer span.cdown {
    position: relative;
}

.timer span.cdown::before {
    background-color: #fff;
    border-radius: 100%;
    bottom: 55px;
    content: "";
    height: 10px;
    position: absolute;
    right: -26px;
    width: 10px;
    z-index: 9999;
}

.timer span.cdown::after {
    background-color: #fff;
    border-radius: 100%;
    bottom: 35px;
    content: "";
    height: 10px;
    position: absolute;
    right: -26px;
    width: 10px;
    z-index: 9999;
}

.timer p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}

.countdown-area:before {
    background-color: #000;
    opacity: .8;
}

.countdown-all, .register-from {
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.countdown-all > h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.countdown-all > h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 9px;
    margin: 17px 0 30px;
}

.register-top {
    background-color: #007C82;
    padding: 40px 69px 30px;
    position: relative;
}

.register-from .ordering {
    background: rgba(116, 116, 116, 0.42) none repeat scroll 0 0;
    padding: 90px 30px 40px;
}

.register-top::after {
    border-color: #007C82 transparent transparent;
    border-style: solid;
    border-width: 32px 324.5px 0 135px;
    bottom: -31px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.register-from > img {
    left: 123px;
    position: absolute;
    top: 179px;
}


.register-top > h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.register-top > p {
    color: #fff;
    text-align: center;
}

input.form-control2 {
    margin: 40px 0;
}

.ordering input::-webkit-input-placeholder {
    /* Chrome */

    color: #fff;
    opacity: 1;
}

.ordering input::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 1;
}

.register-from .ordering input {
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.register-from .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #c1c1c1;
}

.register-from .chosen-container-single .chosen-single {
    border: 1px solid #c1c1c1;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}

.register-from .chosen-container .chosen-single div b::before {
    color: #fff;
}

button.submit {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 55px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.sent {
    margin-top: 40px;
}

button.submit::after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}

button.submit::after {
    transition: all 0.3s ease-out 0s;
}

button.submit:hover::after {
    width: 100%;
}

.countdown-all {
    padding-top: 160px;
}

.event-area .separator i {
    background: #fff none repeat scroll 0 0;
}

.my.separator::before {
    width: 0;
}

.my.separator {
    width: 23%;
}

.event-img3 {
    display: inline-block;
    float: left;
    position: relative;
}

.event-date {
    background-color: #007C82;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 8px 20px 10px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.tb-publish,
.tb-publish2 {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

h3.blog-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.event-text-img .published3,
.event-text-img .published4,
.blog-meta-2 .published3 {
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding-right: 20px;
}

.event-text-img .blog-meta {
    margin: 0px 0 5px;
}

.visual-inner {
    border: 1px solid #c1c1c1;
    padding: 25px 7px 24px 197px;
}

.blog-content > p {
    margin-bottom: 0;
}

.readmore > a {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    margin-top: 7px;
    display: inline-block;
}

.readmore > a:hover {
    color: #007C82;
}

.event-text-img {
    display: block;
    overflow: hidden;
}

.event-area .published3, .event-area .published4 {
    color: #666;
    padding-right: 4px;
}

.blog-meta-2 {
    display: inline-block;
    float: left;
    padding-top: 3px;
}

.for-news.blog-meta {
    float: right;
}

.news-date {
    display: block;
    overflow: hidden;
}

.news-img {
    position: relative;
}

.blog-meta.for-news {
    margin: 2px 0 5px;
}

.news-date {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: -15px;
    left: 30px;
    padding: 5px 0 3px 20px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 300px;
}

.news-are:hover .news-date {
    background: #007C82 none repeat scroll 0 0;
}

.blog-meta-2 .published3 i {
    padding-right: 8px;
}

.for-news .published3 > a,
.for-news .published4 > a {
    color: #fff;
}

.for-news .published3 > a:hover,
.for-news .published4 > a:hover {
    color: #007C82;
}

.blog-meta-2 .published3 {
    color: #fff;
}

.img-text.gray-bg > p {
    padding: 3px 0 0;
}

.img-text > h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.img-text {
    padding: 41px 30px 25px;
}

.news-img > img {
    width: 100%;
}

.counter-area::before {
    background-color: #000;
    opacity: 0.75;
}

.counter-bottom2 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 99;
}

.counter-img {
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.counter-all {
    display: inline-block;
    float: left;
}

.counter-next2 > h2 {
    margin-bottom: 17px;
    position: relative;
    display: inline-block;
}

.counter-next2 > h2,
.cnt-two {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.counter-next2 > h2::before {
    background: #fff none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.cnt-two {
    margin-bottom: 0;
    position: relative;
}

a.button.extra-small.news-btn span {
    font-size: 13px;
    padding: 11px 35px;
}

.cnt-two::after {
    color: #fff;
    content: "";
    font-family: icofont;
    font-size: 14px;
    margin-left: 5px;
}

.testimonial-text > h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.testimonial-img {
    overflow: hidden;
    position: relative;
}

.testimonial-img > img {
    width: 100%;
}

.img-title > h3,
.lecturers-details > h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.img-title {
    bottom: 0;
    left: 50%;
    opacity: 0.8;
    overflow: hidden;
    padding: 11px 0 6px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}

.img-title.navy-bg > p {
    color: #fff;
    margin-bottom: 0;
}


.testimonial-area::before {
    background-color: #000;
    opacity: 0.8;
}

.testimonial-all {
    position: relative;
    z-index: 999;
}

.test-img {
    display: inline-block;
    float: left;
}

.test-img-name {
    display: block;
    overflow: hidden;
}

.test-name {
    display: inline-block;
    padding-left: 15px;
    padding-top: 20px;
}

.test-img > img {
    border-radius: 100%;
}

.test-name > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.test-name > p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    /*font-family: "Source Sans Pro",sans-serif;*/
}

.single-testimonial > p {
    color: #fff;
    margin: 25px 361px 0 0;
}

.testimonial-all .slick-dots {
    bottom: -43px;
    text-align: left;
}

.testimonial-all .slick-dots li button::before {
    border-bottom: 4px solid #fff;
}

.testimonial-all .slick-dots li button::after {
    border-top: 4px solid #fff;
}

.testimonial-all .slick-dots li button {
    background: #fff none repeat scroll 0 0;
}


/*... Scrollup ...*/

#toTop {
    text-align: center;
    bottom: 35px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 12px;
    z-index: 501;
}

#toTop i {
    background-color: #7f7f7f;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#toTop i:hover {
    background-color: #007C82;
    color: #fff;
}

/*.. mobile-menu ..*/

.mobile-menu-area {
    background: #007C82 none repeat scroll 0 0;
}

/*............. 6. About area   ................*/

.about-text > h2 {
    font-size: 30px;
    font-weight: bold;
}

.lecturers-img img {
    width: 100%;
}

.about-text-top {
    margin: 23px 0 24px;
}

.about-text li {
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    padding-left: 30px;
    position: relative;
}

.about-text li::before {
    color: #3f3f3f;
    content: "";
    font-family: icofont;
    font-size: 14px;
    left: 0;
    margin-right: 15px;
    position: absolute;
    top: 0;
}

.about-text > ul {
    margin-bottom: 37px;
}

.testimonial2-area::before {
    background-color: #000;
    opacity: 0.8;
}

.testimonial2-all {
    display: inline-block;
    position: relative;
    z-index: 99;
}

.testimonial2-left {
    display: inline-block;
}

.testimonial2-img > img {
    border-radius: 100%;
}

.testimonial2-text > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.testimonial2-text > p {
    color: #fff;
}

.testimonial2-right > p {
    color: #fff;
    text-align: left;
    position: relative;
}

.testimonial2-text {
    display: inline-block;
    float: left;
    padding-right: 18px;
    padding-top: 30px;
    text-align: right;
}

.testimonial2-img {
    display: inline-block;
}

.testimonial2-right {
    display: inline-block;
    padding-left: 50px;
    padding-top: 35px;
}

.testimonial2-right p::before {
    color: #fff;
    content: "";
    font-family: icofont;
    font-size: 30px;
    left: -28px;
    position: absolute;
    top: -26px;
}

.slider-active3 {
    position: relative;
    z-index: 999;
}

.slider-active3 .slick-dots li button::before {
    border-bottom: 4px solid #fff;
}

.slider-active3 .slick-dots li button::after {
    border-top: 4px solid #fff;
}

.slider-active3 .slick-dots li button {
    background: #fff none repeat scroll 0 0;
}


.lecturers-area .separator i {
    background: #fff none repeat scroll 0 0;
}

.lecturers-img {
    overflow: hidden;
    position: relative;
}

.single-lecturers {
    overflow: hidden;
    position: relative;
}

.lecturers-details > p {
    color: #fff;
    margin-bottom: 0;
}

.last-about-details {
    display: inline-block;
    margin: 23px 0 19px;
    text-align: center;
}

.lecturers-details li {
    background-color: transparent;
    border: 1px solid #fff;
    float: left;
    margin-right: 17px;
    transition: all 0.3s ease 0s;
}

.lecturers-details li:last-child {
    margin-right: 0px;
}

.lecturers-details a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.lecturers-details li:hover a {
    color: #007C82;
}

.lecturers-details li:hover {
    background-color: #fff;
}

.lecturers-details > ul {
    margin: 23px 0 18px;
}

.lecturers-area {
    transition: all .3s ease 0s;
}

.lecturers-area .img-title {
    opacity: 1;
    transition: all .3s ease 0s;
    background-color: rgba(0, 0, 0, 0.8);
}

.lecturers-area .img-title > p {
    color: #fff;
    margin-bottom: 0;
}

.single-lecturers:hover .img-title {
    opacity: 0;
}

.lecturers-img > a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    opacity: 0.8;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.single-lecturers:hover .lecturers-img a::before {
    height: 100%;
    width: 100%;
}

.lecturers-details {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    transition: all .3s ease 0s;
}

.single-lecturers:hover .lecturers-details {
    opacity: 1;
}

.about-text {
    margin-top: 60px;
}

/*--------- 7. Course page  ---------------*/

.courses-area {
    position: relative;
    z-index: 999;
}

.courses-area::before {
    background-color: #000;
    opacity: 0.8;
}

.courses {
    position: relative;
    z-index: 99;
}

.courses-area .orderby-wrapper {
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 0;
    width: 23.9%;
}

.courses-area .chosen-submit {
    margin-top: 0;
    display: inline-block;
}

.courses-area a.button {
    border-radius: inherit;
}

.courses-area a.button.extra-small span {
    font-size: 13px;
    padding: 11px 40px;
}

.courses-area .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
}

.courses-area .button.extra-small {
    margin-right: 0;
}

.courses-area .chosen-container .chosen-single div b::before {
    margin-left: 0;
}

.top-courses .blog-all {
    margin-bottom: 30px;
}

.top-courses .blog-details {
    border: inherit;
    padding: 8px 20px 30px;
}

.pages2 a {
    color: #9f9f9f;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 0 0 1px;
    transition: all .3s ease 0s;
}

.pages2 a:hover {
    background-color: inherit;
}

.pages2 li {
    border-bottom: 2px solid #9f9f9f;
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    transition: all .3s ease 0s;
}

.pages2 li:hover,
.pages2 li.active:hover {
    border-bottom: 2px solid #007C82;
}

.pages2 li:hover a,
.pages2 li.active:hover a {
    color: #007C82;
}

.pages2 li.active > a {
    color: #3f3f3f;
    font-size: 18px;
    padding: 0 0 0px;
}

.pages2 li.active {
    border-bottom: 2px solid #3f3f3f;
}

/*---------  8. Course details  ------------*/

.course-details-img .published3 {
    padding-right: 20px;
}

.free-text {
    display: inline-block;
    float: left;
}

.free-button {
    display: inline-block;
    float: right;
}

.free-button button.submit {
    background-color: #007C82;
}

.free-button > h3 {
    display: inline-block;
    float: left;
}

.free-text > p {
    /*font-family: "Source Sans Pro",sans-serif;*/
    font-size: 18px;
    font-weight: 500;
    padding-top: 8px;
    margin-bottom: 0;
}

.free-button > h3 {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
    padding-top: 9px;
}

.free-button button.submit {
    border-radius: inherit;
}

.course-details-img .blog-meta {
    margin: 11px 0 0;
}

.sidebar-title {
    background-color: #007C82;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.courses-information ul {
    padding: 25px 20px;
}

.sidebar-menu span {
    float: right;
    color: #666;
}

.sidebar-menu > li {
    color: #3f3f3f;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
    font-weight: normal;
}

.sidebar-menu > li {
    border-bottom: 1px solid #c1c1c1;
    color: #3f3f3f;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}

.sidebar-menu > li:last-child {
    border-bottom: none;
}

.sidebar-menu > li:first-child {
    padding: 0px 0 10px;
}

.lectures-details {
    padding: 20px 20px 41px;
    text-align: center;
}

.lectures-details > img {
    border-radius: 100%;
}

.lectures-details > h3 {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 22px;
    text-transform: capitalize;
}

.lectures-details > p {
    color: #3f3f3f;
}

.lectures-details a {
    color: #3f3f3f;
    font-size: 14px;
}

.lectures-details li {
    background-color: transparent;
    border: 1px solid #007C82;
    display: inline-block;
    margin-right: 18px;
    padding: 3px 6px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.lectures-details li:last-child {
    margin-right: 0px;
}

.lectures-details li:hover {
    background-color: #007C82;
}

.lectures-details li:hover a {
    color: #fff;
}

.lectures-details > ul {
    margin-top: 24px;
}

.courses-information {
    margin-top: 0;
}

.course-details-img {
    margin-bottom: 38px;
    overflow: hidden;
}

.course-details-img > img {
    width: 100%;
}

.about-lectures > h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-lectures > p {
    margin-bottom: 0;
}

h3.cate-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

h3.cate-title::before {
    background-color: #007C82;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

.course-categoris li {
    border-bottom: 1px solid #e0e0e0;
    color: #3f3f3f;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    text-transform: capitalize;
}

.course-categoris li:first-child {
    padding: 0 0 10px;
}

.course-categoris li:last-child {
    border-bottom: inherit;
}

.course-categoris li a {
    color: #3f3f3f;
    transition: all .3s ease 0s;
}

.course-categoris li a:hover {
    color: #007C82;
}

.course-categoris span {
    float: right;
}

.popular-courses {
    margin-top: 43px;
}

.post-details {
    padding-left: 103px;
    padding-top: 16px;
}

.categori-list-one {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.categori-list-img {
    display: inline-block;
    float: left;
}

.categori-list-img img {
    width: 100%;
}

.post-details > span {
    color: #666666;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
}

/*-----------   9. Events details -----------------*/

.time-icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.time-text {
    display: inline-block;
}

.events-details-time {
    display: inline-block;
    float: left;
    margin: 40px 105px 34px 0;
}

.events-details-time:last-child {
    margin-right: 0px;
}

.time-text > p {
    margin: 0;
}

.events-details-all {
    display: block;
    overflow: hidden;
}

h3.content2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.events-details-img1 > h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.time-icon i {
    color: #3f3f3f;
    font-size: 16px;
}

.time-text span {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 600;
}

p.time-mrg {
    margin: 7px 0;
}

.event-content {
    margin-top: 33px;
}

.events-details-right-sidebar .about-lectures > h3 {
    margin-bottom: 12px;
}

.event-content li {
    color: #666;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 30px;
}

.event-content li::before {
    content: "\f144";
    font-family: "fontAwesome";
    left: 0;
    margin-right: 15px;
    position: absolute;
    top: 2px;
    color: #666;
}

.event-content li:last-child {
    margin-bottom: 0px;
}

.event-content li i {
    color: #3f3f3f;
    font-size: 14px;
    margin-right: 20px;
}

.events-details-right-sidebar h3.content2 {
    margin-bottom: 12px;
}

.event-participants {
    margin-top: 35px;
}

.events-details-right-sidebar .event-participants h3.content2 {
    margin-bottom: 20px;
}

.participants-details.text-center > h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 20px;
}

.participants-details.text-center > p {
    margin-bottom: 0;
}

.events-details-img1 > img {
    width: 100%;
}

.events-details-sidebar > h3 {
    background-color: #007C82;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.events-details-book {
    border: 1px solid #c1c1c1;
    padding: 10px 20px 40px;
}

.events-details-sidebar ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.events-details-sidebar ul li:last-child {
    border-bottom: none;
}

.events-details-sidebar ul li ul li {
    border-bottom: none;
    padding: inherit;
}

.events-details-sidebar ul li a {
    color: #3f3f3f;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
    transition: all .3s ease 0s;
}

.events-details-sidebar ul li a:hover {
    color: #007C82;
}

.events-details-sidebar ul li a span {
    float: right;
}

.events-details-sidebar ul li ul {
    margin-top: 12px;
    padding-left: 28px;
}

.events-details-sidebar ul li ul li {
    margin-top: 5px;
}

.events-details-sidebar ul li ul li a {
    color: #666666;
}

.events-details-sidebar ul li ul li a i {
    color: #3f3f3f;
    font-size: 14px;
    margin-right: 10px;
    transition: all .3s ease 0s;
}

.events-details-sidebar ul li ul li a i:hover {
    color: #007C82;
}

.events-details-sidebar {
    margin-top: 39px;
}

.book-button.text-center {
    margin-top: 17px;
}

/*----------  10. News page ------------*/

.news-page-area .news-are {
    margin-bottom: 30px;
}

/*-------  11. News details ----------*/

.news-details-all > img {
    width: 100%;
}

.news-details-all {
    padding: 23px;
}

.news-details-calender {
    display: block;
    overflow: hidden;
}

.news-details-top > h3 {
    font-size: 18px;
    font-weight: 500;
}

.news-details-all-area .blog-meta-2 .published3 {
    color: #a2a1a1;
}

.news-details-all-area .blog-meta-2 .published3 i {
    color: #232323;
}

.news-details-all-area .for-news .published3 > a i,
.news-details-all-area .for-news .published4 > a i {
    color: #232323;
    transition: all 0.3s ease-out 0s;
}

.news-details-all-area .for-news .published3 > a,
.news-details-all-area .for-news .published4 > a {
    color: #858484;
}

.news-details-all-area .for-news .published3 > a:hover,
.news-details-all-area .for-news .published3 > a:hover i,
.news-details-all-area .for-news .published4 > a:hover,
.news-details-all-area .for-news .published4 > a:hover i {
    color: #007C82;
}

.news-details-all-area .for-news.blog-meta {
    float: left;
}

.news-details-bottom .news-allreply {
    display: inline-block;
    float: left;
    text-align: center;
}

.blog-reply-all .blog-img-details {
    padding-left: 100px;
}

.blog-reply-all .blog-title > h3 {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.news-details-bottom .blog-title > span {
    color: #858484;
    float: right;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
}

.news-details-bottom .blog-top {
    display: block;
    overflow: hidden;
}

.nes-icon > a {
    color: #007C82;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    transition: all .3s ease 0s;
}

.nes-icon > a:hover {
    color: #3f3f3f;
}

.news-details-bottom .blog-top.blog-top-mrg {
    margin: 26px 0 35px 100px;
}

h3.leave-comment-text {
    color: #343434;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #636363;
    height: 35px;
    /*font-family: "Lato", sans-serif;*/
    margin-bottom: 30px;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #636363;
    height: 165px;
    /*font-family: "Lato", sans-serif;*/
    margin-bottom: 40px;
}

.news-details-all-area button.submit {
    background-color: #007C82;
}

.news-details-all-area {
    padding-bottom: 67px;
}

.leave-form input:focus,
.main-input input:focus,
.main-input2 input:focus,
.text-leave textarea:focus,
.text-leave2 textarea:focus {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #007C82;
}

.news-details-calender {
    margin: 10px 0 25px;
}

.sit {
    margin: 60px 0 30px;
    padding-left: 110px;
    position: relative;
}

.news-details-middle > .sit::before {
    color: #007C82;
    content: "";
    font-family: icofont;
    font-size: 30px;
    left: 79px;
    position: absolute;
    top: -35px;
}

.sit > span {
    line-height: 24px;
    font-size: 14px;
    color: #3f3f3f;
    /*font-family: "Lato", sans-serif;*/
}

.news-details-bottom .blog-reply-all {
    margin: 57px 0 52px;
}

/*------------------ 12. Contact --------------*/

#hastech2 {
    height: 470px;
    width: 100%;
}

h3.main-contact {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.main-input {
    position: relative;
}

.main-input input {
    border: 1px solid #c1c1c1;
    color: #7a7a7a;
    /*font-family: "Lato", sans-serif;*/
    font-size: 14px;
    height: 38px;
    padding-left: 47px;
}

.main-input i {
    background-color: #c1c1c1;
    color: #5f5f5f;
    font-size: 14px;
    height: 36px;
    left: 1px;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 37px;
}

.main-input2 {
    position: relative;
}

.main-input2 input {
    border: 1px solid #c1c1c1;
    color: #7a7a7a;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    height: 38px;
    padding-left: 10px;
}

.main-input2 i {
    background-color: #c1c1c1;
    color: #5f5f5f;
    font-size: 14px;
    height: 36px;
    left: 1px;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 37px;
}

.text-leave2 textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #7a7a7a;
    /*font-family: "Lato", sans-serif;*/
    height: 150px;
    margin-bottom: 40px;
    padding: 14px 20px;
}

.conract-area-bottom button.submit {
    background-color: #007C82;
}

.communication-icon {
    display: inline-block;
    float: left;
}

.communication-icon i {
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    background-color: #007C82;
    display: inline-block;
}

.communication-text {
    padding-left: 68px;
}

.communication-text > p {
    margin-bottom: 0px;
}

.communication-text a {
    color: #707070;
}

.countdown-all.shortcode {
    padding-top: 0;
}

/*.............  13. Elements ................*/

.sc-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
}

.tab-accordion-area .accordion-head {
    background: #303030 url("img/icon/accordion-up.png") no-repeat scroll right center;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    line-height: 44px;
    padding: 0 12px 0 28px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.tab-accordion-area .accordion-head.collapsed {
    background: #303030 url("img/icon/accordion-down.png") no-repeat scroll right center;
}

.tab-accordion-area .accordion-head:hover,
.tab-accordion-area .accordion-head:focus {
    color: #fff;
}

.tab-accordion-area .accordion-body {
    padding: 25px;
    text-align: left;
}

.tab-accordion-area .checkout-reg h3 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin: 0 0 11px;
    text-transform: uppercase;
}

.tab-accordion-area #accordion .panel {
    border: medium none;
    box-shadow: none;
}

.tab-accordion-area .panel-group {
    margin-bottom: 0;
}

.elements-progress .progress-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 5px;
    text-align: left;
}

.elements-progress .progress {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 8px;
}

.elements-progress {
    background-color: #f6f6f6;
}

.elements-tab-area .tab-list {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.elements-tab-area .tab-list li {
    display: block;
    float: left;
    margin-right: 15px;
}

.elements-tab-area .tab-list li a {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
}

.elements-tab-area .tab-list li.active a {
    background: #007C82 none repeat scroll 0 0;
}

/*--------   14. Breadcrumb style default  -----------*/

.breadcrumbs {
    position: relative;
    z-index: 99;
}

h2.page-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3px;
    /*text-transform: capitalize; ibp-2020-08-26*/
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs > ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 0;
    text-transform: capitalize;
}

.breadcrumbs > ul li a {
    color: #007C82;
    padding-right: 8px;
    position: relative;
}

.breadcrumbs ul li a.active::after {
    color: #007C82;
}

.breadcrumbs ul li a::after {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 11px;
}

.breadcrumbs-area::before {
    background-color: #000;
    opacity: 0.8;
}

.breadcrumbs-area.bg-3,
.counter-area.bg-2,
.testimonial2-area.bg-2,
.courses-area.bg-2,
.testimonial-area.bg-10 {
    background-attachment: inherit;
}

/* breadcrumb style bg fixed*/

.breadcrumbs-area.bg-3.page-title-fix {
    background-attachment: fixed;
}

.page-title-fix h2.page-title {
    display: inline-block;
    float: left;
}

.page-title-fix .breadcrumbs > ul {
    display: inline-block;
    float: right;
}

.page-title-fix.breadcrumbs-area::before {
    opacity: 0.7;
}

/* breadcrumb solid bg color */

.solid h2.page-title {
    color: #3f3f3f;
}

.solid .breadcrumbs > ul li {
    color: #3f3f3f;
}

.solid .breadcrumbs ul li a::after {
    color: #3f3f3f;
}

/* breadcrumb bg pattern */

.pattern h2.page-title {
    color: #3f3f3f;
}

.pattern .breadcrumbs > ul li {
    color: #3f3f3f;
}

.pattern .breadcrumbs ul li a::after {
    color: #3f3f3f;
}

/* breadcrumb no-bg */

.no-bg h2.page-title {
    color: #3f3f3f;
}

.no-bg .breadcrumbs > ul li {
    color: #3f3f3f;
}

.no-bg .breadcrumbs ul li a::after {
    color: #3f3f3f;
}

.breadcrumbs-area.no-bg {
    border: 1px solid #f1f1f1;
}

/******** Custom-content all ******/

.boxed-layout.wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    width: 1240px;
}

.boxed-layout .intelligent-header.headroom--not-top {
    left: auto;
    margin: auto;
    width: 1240px;
}

.wrapper {
    background: #fff none repeat scroll 0 0;
}

.book-img > img {
    width: 100%;
}

.header-four .menu-area ul li ul li:last-child {
    padding-right: 0;
}


/* categori area */


.single-categori i {
    font-size: 40px;
    color: #007C82;
}

.single-categori > h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 21px 0 13px;
}


/* top coures */


.single-course {
    border: 1px solid #c1c1c1;
}

.single-coures-text {
    padding: 30px 20px;
}

.single-coures-text > h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.single-coures-text > a {
    color: #555;
    font-weight: 600;
    position: relative;
}

.single-coures-text {
    position: relative;
}

.single-coures-text > a::before {
    color: #555;
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 14px;
    position: absolute;
    right: -10px;
    top: -1px;
}


.single-coures-text > a:hover {
    color: #007C82;
}

.single-coures-text > a:hover::before {
    color: #007C82;
}

.single-course img {
    width: 100%;
}

.slick-dots li button::before {
    content: none;
}

.slick-dots li button {
    background: #555;
    height: 9px;
    width: 16px;
    position: relative;
}

.slick-dots li button::before {
    border-bottom: 4px solid #555;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -4px;
    width: 0;
    opacity: 1;
}

.slick-dots li button:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 4px solid #555;
}

.slick-dots {
    bottom: -80px;
}

.slick-dots li.slick-active button {
    color: #007C82;
    background: #007C82;
}

.slick-dots li.slick-active button::before {
    border-bottom: 4px solid #007C82;
    opacity: 1;
}

.slick-dots li.slick-active button:after {
    border-top: 4px solid #007C82;
}

.slick-dots li {
    padding-top: 9px;
    padding-bottom: 12px;
}

/* upcoming area */


.upcoming-date.text-center {
    display: inline-block;
    float: left;
}

.date-all > span {
    color: #d4d2d2;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    transition: all .3s ease 0s;
}

.date-all > span.month {
    font-size: 30px;
}

.upcoming-date {
    background: rgba(0, 0, 0, 0) url("images/icons/c5.png") no-repeat scroll center center / cover;
    height: 152px;
    width: 27.5%;
}

.single-upcoming-text {
    display: inline-block;
    padding-left: 30px;
    padding-top: 18px;
    width: 67%;
}

.single-upcoming-text > h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 9px;
}

.date-all {
    padding-top: 54px;
}

.published3, .published4 {
    padding-right: 20px;
    color: #666;
}

.single-upcoming {
    overflow: hidden;
}


.news-page-area .published3, .published4 {
    padding-right: 0;
}


/* gallery area */

.gallery-img {
    overflow: hidden;
    position: relative;
}

.gallery-img::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.6s ease-in-out 0s;
}

.gallery-view {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99999;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.mfp-wrap {
    z-index: 99999999;
}

.mfp-bg {
    z-index: 9999999;
}

.gallery-view a,
.gallery-view span {
    color: #fff;
    font-size: 30px;
}

.gallery-img:hover::before {
    opacity: .5;
}

.gallery-img:hover .gallery-view {
    opacity: 1;
}

.gallery-img > img {
    transform: scale(1);
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
}

.gallery-img:hover img {
    transform: scale(1.2);
}

.gallery-view a:focus {
    color: #fff;
}

.gallery-view a:hover {
    color: #bbb;
}


.text-section {
    /* To prevent some browsers from inserting quotes on q and p */
    /* Table reset */
    /* Image inside */
    /* Normalize buttons in IE */
    /* Hand cursor on clickable controls */
    /* Trick with vertical align for radio and checkbox  */
    /* Normalize search fields */
    /* Normalize horizontal line */
    /* =Headings
    -----------------------------------------------------------------------------*/
    /* =Subheadings
    -----------------------------------------------------------------------------*/
    /* =Lead
    -----------------------------------------------------------------------------*/
    /* =Line height and margin
    -----------------------------------------------------------------------------*/
    /* =Blockquote
    -----------------------------------------------------------------------------*/
    /* =Address
    -----------------------------------------------------------------------------*/
    /* =Definition list
    -----------------------------------------------------------------------------*/
    /* =Text-level
    -----------------------------------------------------------------------------*/
    /* =Code
    -----------------------------------------------------------------------------*/
    /* =Form
    -----------------------------------------------------------------------------*/
    /* =Tables
    -----------------------------------------------------------------------------*/
}

.text-section div,
.text-section span,
.text-section object,
.text-section iframe,
.text-section p,
.text-section blockquote,
.text-section pre,
.text-section a,
.text-section abbr,
.text-section acronym,
.text-section address,
.text-section big,
.text-section cite,
.text-section code,
.text-section del,
.text-section dfn,
.text-section em,
.text-section img,
.text-section ins,
.text-section kbd,
.text-section q,
.text-section s,
.text-section samp,
.text-section small,
.text-section strike,
.text-section strong,
.text-section sub,
.text-section sup,
.text-section tt,
.text-section var,
.text-section b,
.text-section u,
.text-section i,
.text-section center,
.text-section dl,
.text-section dt,
.text-section dd,
.text-section ol,
.text-section ul,
.text-section li,
.text-section fieldset,
.text-section form,
.text-section label,
.text-section legend,
.text-section table,
.text-section caption,
.text-section tbody,
.text-section tfoot,
.text-section thead,
.text-section tr,
.text-section th,
.text-section td,
.text-section article,
.text-section aside,
.text-section canvas,
.text-section details,
.text-section embed,
.text-section figure,
.text-section figcaption,
.text-section footer,
.text-section header,
.text-section hgroup,
.text-section menu,
.text-section nav,
.text-section output,
.text-section ruby,
.text-section section,
.text-section summary,
.text-section time,
.text-section mark,
.text-section audio,
.text-section video,
.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5,
.text-section h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.text-section a:active,
.text-section a:hover {
    outline: 0;
}

.text-section article,
.text-section aside,
.text-section details,
.text-section figcaption,
.text-section figure,
.text-section footer,
.text-section header,
.text-section hgroup,
.text-section main,
.text-section nav,
.text-section section,
.text-section embed,
.text-section object,
.text-section iframe,
.text-section audio,
.text-section video,
.text-section canvas,
.text-section progress,
.text-section meter,
.text-section output,
.text-section textarea {
    display: block;
}

.text-section audio:not([controls]) {
    display: none;
    height: 0;
}

.text-section blockquote,
.text-section q {
    quotes: none;
}

.text-section blockquote p:before,
.text-section blockquote p:after,
.text-section q:before,
.text-section q:after {
    content: '';
    content: none;
}

.text-section table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-section caption,
.text-section th,
.text-section td {
    text-align: left;
    vertical-align: top;
}

.text-section thead th,
.text-section thead td {
    font-weight: bold;
    vertical-align: bottom;
}

.text-section a img,
.text-section th img,
.text-section td img {
    vertical-align: top;
}

.text-section button,
.text-section input,
.text-section select,
.text-section textarea {
    margin: 0;
}

.text-section textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.text-section button {
    width: auto;
    overflow: visible;
}

.text-section input[type="reset"],
.text-section input[type="submit"],
.text-section input[type="file"],
.text-section input[type="radio"],
.text-section input[type="checkbox"],
.text-section select,
.text-section button {
    cursor: pointer;
}

.text-section input[type="radio"],
.text-section input[type="checkbox"] {
    font-size: 110%;
    position: relative;
    top: -1px;
}

.text-section input[type="search"] {
    -webkit-appearance: textfield;
}

.text-section input[type="search"]::-webkit-search-decoration,
.text-section input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.text-section hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
}

.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5,
.text-section h6 {
    text-rendering: optimizeLegibility;
}

.text-section h1 {
    font-size: 36px;
    line-height: 1.111em;
    margin-bottom: 0.809em;
}

.text-section h2 {
    font-size: 31px;
    line-height: 1.111em;
    margin-bottom: .25em;
}

.text-section h3 {
    font-size: 27px;
    line-height: 1.333em;
    margin-bottom: .25em;
}

.text-section h4 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: .333em;
}

.text-section h5 {
    font-size: 18px;
    line-height: 1.618em;
    margin-bottom: .25em;
}

.text-section h6 {
    font-size: 15px;
    line-height: 1.618em;
    margin-bottom: .25em;
}

.text-section hgroup h1:first-child,
.text-section hgroup h2:first-child,
.text-section hgroup h3:first-child,
.text-section hgroup h4:first-child,
.text-section hgroup h5:first-child {
    margin-bottom: 0;
}

.text-section h1.subheading,
.text-section h2.subheading,
.text-section h3.subheading,
.text-section h4.subheading,
.text-section h5.subheading {
    margin-top: 0;
    font-weight: 300;
}

.text-section h1.subheading {
    font-size: 1.4166666666666667em;
}

.text-section h2.subheading {
    font-size: 1.1333333333333333em;
}

.text-section h3.subheading {
    font-size: 0.9633333333333333em;
}

.text-section h4.subheading {
    margin-top: .2em;
    font-size: 0.9208333333333334em;
}

.text-section h5.subheading {
    margin-top: .2em;
    font-size: 0.7555555555555555em;
}

.text-section .lead {
    font-size: 1.35em;
    font-weight: 300;
    line-height: 1.35em;
    margin-bottom: 0.809em;
}

.text-section p,
.text-section ul,
.text-section ol,
.text-section dl,
.text-section dd,
.text-section dt,
.text-section blockquote,
.text-section td,
.text-section th {
    line-height: 1.618em;
}

.text-section ul, .text-section ol {
    margin: 0 0 15px 0;
}

.text-section ul li, .text-section ol li {
    margin-left: 21px;
}

.text-section ul li {
    list-style: disc;
}

.text-section ol li {
    list-style: decimal;
}

.text-section ul ul,
.text-section ol ol,
.text-section ul ol,
.text-section ol ul {
    margin: 0 0 0 1em;
}

.text-section ol ol li {
    list-style-type: lower-alpha;
}

.text-section ol ol ol li {
    list-style-type: lower-roman;
}

.text-section p,
.text-section ul,
.text-section ol,
.text-section dl,
.text-section blockquote,
.text-section hr,
.text-section pre,
.text-section table,
.text-section form,
.text-section fieldset,
.text-section figure,
.text-section address {
    margin-bottom: 1.618em;
}

.text-section ol li, .text-section ul li {
    line-height: 120%;
}

.text-section blockquote {
    position: relative;
    font-style: italic;
    margin-left: 2.427em;
    padding-left: 1.618em;
    border-left: 2px solid rgba(0, 0, 0, 0.15);
}

.text-section blockquote p {
    margin-bottom: .5em;
}

.text-section blockquote small,
.text-section cite {
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
}

.text-section small,
.text-section blockquote cite {
    font-size: 0.85em;
    line-height: 1;
}

.text-section address {
    font-style: normal;
}

.text-section dl dt {
    font-weight: bold;
}

.text-section dd {
    margin-left: 1.0786666666666667em;
}

.text-section s,
.text-section del {
    text-decoration: line-through;
}

.text-section abbr[title],
.text-section dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

.text-section strong,
.text-section b {
    font-weight: bold;
}

.text-section em,
.text-section i {
    font-style: italic;
}

.text-section sub,
.text-section sup {
    font-size: 0.65em;
    line-height: 0;
    position: relative;
}

.text-section sup {
    top: -0.5em;
}

.text-section sub {
    bottom: -0.25em;
}

.text-section figcaption {
    font-size: 0.85em;
    font-style: italic;
}

.text-section ins,
.text-section u {
    text-decoration: underline;
}

.text-section mark {
    background-color: #fddc43;
    color: #0f0f0f;
    text-decoration: none;
}

.text-section pre,
.text-section code,
.text-section kbd,
.text-section samp,
.text-section var,
.text-section output {
    font-size: 90%;
    font-style: normal;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.text-section pre {
    font-size: 90%;
    line-height: 1.45em;
    color: #333333;
    background: #f6f6f6;
    padding: 1.618em;
    overflow: auto;
}

.text-section code,
.text-section samp,
.text-section kbd {
    padding: 3px 6px 2px 6px;
    display: inline-block;
    line-height: 1;
    border-radius: 2px;
}

.text-section code {
    background: #f6f6f6;
    border: 1px solid #ddd;
}

.text-section pre code {
    font-size: 100%;
    border: none;
    padding: 0;
    background: none;
    line-height: 1.618em;
}

.text-section var {
    color: rgba(0, 0, 0, 0.5);
}

.text-section samp {
    background: #e9effa;
    border: 1px solid #c5d4f0;
}

.text-section kbd {
    background: #0f0f0f;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
}

.text-section button:active,
.text-section button:focus {
    outline: none;
}

.text-section button,
.text-section input,
.text-section textarea,
.text-section select {
    box-shadow: none;
}

.text-section textarea,
.text-section select[multiple],
.text-section select[multiple="multiple"] {
    padding: .3em .35em;
    line-height: 1.35em;
    width: 99.9%;
}

.text-section input[type="text"],
.text-section input[type="password"],
.text-section input[type="email"],
.text-section input[type="url"],
.text-section input[type="phone"],
.text-section input[type="tel"],
.text-section input[type="number"],
.text-section input[type="datetime"],
.text-section input[type="date"],
.text-section input[type="month"],
.text-section input[type="color"],
.text-section input[type="time"],
.text-section input[type="search"],
.text-section input[type="datetime-local"],
.text-section button,
.text-section input[type="submit"],
.text-section input[type="reset"] {
    padding: .3em .35em;
    line-height: 1.618em;
    border-radius: 0;
    outline: none;
}

.text-section select[multiple],
.text-section select[multiple="multiple"],
.text-section textarea,
.text-section input[type="text"],
.text-section input[type="password"],
.text-section input[type="email"],
.text-section input[type="url"],
.text-section input[type="phone"],
.text-section input[type="tel"],
.text-section input[type="number"],
.text-section input[type="datetime"],
.text-section input[type="date"],
.text-section input[type="month"],
.text-section input[type="color"],
.text-section input[type="time"],
.text-section input[type="search"],
.text-section input[type="datetime-local"] {
    background: #fff;
    border: 1px solid #bbbcc0;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
}

.text-section button[disabled],
.text-section input[type="submit"][disabled],
.text-section input[type="reset"][disabled] {
    background: none;
    background: #dbdada;
    cursor: default;
    color: rgba(0, 0, 0, 0.5);
}

.text-section button[disabled]:hover,
.text-section input[type="submit"][disabled]:hover,
.text-section input[type="reset"][disabled]:hover {
    color: rgba(0, 0, 0, 0.5);
}

.text-section input::-moz-focus-inner,
.text-section button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.text-section input[type="range"] {
    position: relative;
    top: 3px;
}

.text-section input[disabled] {
    background: #f4f4f4;
    border: 1px solid #ddd;
    color: rgba(0, 0, 0, 0.4);
}

.text-section select {
    margin-bottom: 0 !important;
}

.text-section fieldset {
    padding: 1.618em;
    margin-bottom: 1.618em;
    border: 1px solid #ddd;
}

.text-section fieldset *:last-child {
    margin-bottom: 0 !important;
}

.text-section legend {
    font-weight: bold;
    padding: 0 1em;
    margin-left: -1em;
}

.text-section table {
    max-width: 100%;
    width: 100%;
    empty-cells: show;
    font-size: 14px;
}

.text-section table caption {
    padding: 0 1.0786666666666667em;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85em;
}

.text-section table tbody tr:hover {
    background-color: #fbfbfb;
}

.text-section table th {
    font-weight: 600;
}

.text-section table th,
.text-section table td {
    border: 1px solid #edf0f1;
    padding: 10px 16px;
    line-height: 120%;
    vertical-align: middle;
}

.text-section table tfoot th,
.text-section table tfoot td {
    background: #f4f4f4;
}

.text-section {
}

@media (max-width: 768px) {
    .text-section {
        font-size: 13px;
        line-height: 24px;
    }
}

.text-section p {
    display: block;
}

.text-section > *:last-child {
    margin-bottom: 0;
}

.text-section h1, .text-section h2, .text-section h3, .text-section h4, .text-section h5, .text-section h6 {
    color: #2f2f2f;
}

.text-section h1, .text-section h2 {
    font-weight: 400;
    letter-spacing: -0.04em;
}

.text-section h3 {
    font-weight: 600;
}

.text-section h4, .text-section h5, .text-section h6 {
    font-weight: bold;
    letter-spacing: -0.04em;
}

.text-section li {
    margin-bottom: 13px;
}

.text-section li:last-child {
    margin-bottom: 0;
}

.text-section img {
    width: 100%;
}

.text-section a {
    color: #555;
    text-decoration: underline;
    font-weight: 600;
}

.text-section a:hover,
.text-section a:active,
.text-section a:focus {
    color: #007C82;
}

.inline-gallery {
    margin-top: 30px;
}

.inline-gallery ul {
    font-size: 0;
}

.inline-gallery li {
    width: 23.125%;
    display: inline-block;
    vertical-align: top;
}

.inline-gallery li:nth-child(n) {
    margin-bottom: 2.5%;
    margin-right: 2.5%;
}

.inline-gallery li:nth-child(4n) {
    margin-right: 0;
}

.inline-gallery li:nth-last-child(-n + 4) {
    margin-bottom: 0;
}

.inline-gallery li a {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.inline-gallery li a .image {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.inline-gallery li a img {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.inline-gallery li a .caption {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 0;
    padding: 7px 20px;
    color: #333;
    transition: .45s all;
    background-color: #f6f6f6;
}

.inline-gallery li a:hover span {
    background-color: #007C82;
    color: #fff;
}

.inline-gallery li a .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 81, 176, 0.7);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    visibility: hidden;
    z-index: 2;
}

.inline-gallery li a .image:after {
    content: '';
    background: url(images/icon-zoom.png);
    width: 30px;
    height: 30px;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.inline-gallery li a:hover .image:before {
    opacity: 1;
    visibility: visible;
);
}

.inline-gallery li a:hover .image:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.inline-gallery li a:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

@media (max-width: 768px) {
    .inline-gallery li {
        width: 48.5%;
        display: inline-block;
        vertical-align: top;
    }

    .inline-gallery li:nth-child(n) {
        margin-bottom: 3%;
        margin-right: 3%;
    }

    .inline-gallery li:nth-child(2n) {
        margin-right: 0;
    }

    .inline-gallery li:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

/* news list */
.news-list li {
    margin-bottom: 15px;
}

.news-list li:last-child {
    margin-bottom: 0;
}

.news-list a {
    display: block;
    background-color: #fff;
    padding: 15px;
    color: #555;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.11);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.news-list a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}

.news-list a strong {
    display: block;
    font-size: 16px;
    color: #007C82;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
}

.news-list a .meta {
    background-color: #fafafa;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    display: block;
    margin-top: 15px;
    padding: 15px;
    overflow: hidden;
}

.news-list a .meta .date {
    float: left;
}

.news-list a .meta .more {
    float: right;
    display: inline-block;
    padding: 3px 10px;
    background-color: #007C82;
    color: #fff;
}

.text-center {
    text-align: center;
}

.btn-default {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    border: 1px solid #007C82;
    background: transparent;
    color: #007C82;
    height: 43px;
    font-weight: 600;
    line-height: 41px;
    font-size: 15px;
    transition: .25s all;
}

.btn-default:hover {
    background-color: #007C82;
    border-color: transparent;
    color: #fff;
}

.take-tour-area .row {
    display: flex;
}

.take-tour-area .video-col {
    padding-right: 0;
}

@media (max-width: 768px) {
    .take-tour-area .row {
        display: block;
    }

    .take-tour-area .video-col {
        padding-left: 0;
    }
}

.take-tour-area .tour-content p {
    font-size: 15px;
}

.take-tour-area .tour-content h3 {
    display: inline-block;
    border-left: 3px solid #007C82;
    padding-left: 10px;
}

.take-tour-area .tour-content p {
    display: block;
}


.take-tour-area .gray-bg {
    display: flex;
    align-items: center;
    padding: 25px;
}

.take-tour-area .tour-video a {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.take-tour-area .tour-video a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #007C82;
    opacity: .7;
    z-index: 2;
}

.take-tour-area .tour-video a img {
    width: 100%;
    transition: .45s transform;
}

.take-tour-area .tour-video .icon-play {
    background: url(images/icon-play.png) no-repeat;
    width: 64px;
    display: block;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    z-index: 3;
    transition: .25s all;
    opacity: .8;
}

.take-tour-area .tour-video:hover img {
    transform: scale(1.15);
}

.take-tour-area .tour-video:hover .icon-play {
    opacity: 1;
}

.gallery-item .news-img {
    overflow: hidden;
    line-height: 0;
}

.gallery-item .news-img img {
    transition: .45s transform;
}

.gallery-item .img-text {
    min-height: 80px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    transition: .45s background-color;
}

.gallery-item .img-text p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    transition: .45s color;
}

.gallery-item:hover .news-img img {
    transform: scale(1.25);
}

.gallery-item:hover .img-text {
    background-color: #007C82;
}

.gallery-item:hover .img-text p {
    color: #fff;
}

.text-section {
    /* To prevent some browsers from inserting quotes on q and p */
    /* Table reset */
    /* Image inside */
    /* Normalize buttons in IE */
    /* Hand cursor on clickable controls */
    /* Trick with vertical align for radio and checkbox  */
    /* Normalize search fields */
    /* Normalize horizontal line */
    /* =Headings
    -----------------------------------------------------------------------------*/
    /* =Subheadings
    -----------------------------------------------------------------------------*/
    /* =Lead
    -----------------------------------------------------------------------------*/
    /* =Line height and margin
    -----------------------------------------------------------------------------*/
    /* =Blockquote
    -----------------------------------------------------------------------------*/
    /* =Address
    -----------------------------------------------------------------------------*/
    /* =Definition list
    -----------------------------------------------------------------------------*/
    /* =Text-level
    -----------------------------------------------------------------------------*/
    /* =Code
    -----------------------------------------------------------------------------*/
    /* =Form
    -----------------------------------------------------------------------------*/
    /* =Tables
    -----------------------------------------------------------------------------*/
}

.text-section div,
.text-section span,
.text-section object,
.text-section iframe,
.text-section p,
.text-section blockquote,
.text-section pre,
.text-section a,
.text-section abbr,
.text-section acronym,
.text-section address,
.text-section big,
.text-section cite,
.text-section code,
.text-section del,
.text-section dfn,
.text-section em,
.text-section img,
.text-section ins,
.text-section kbd,
.text-section q,
.text-section s,
.text-section samp,
.text-section small,
.text-section strike,
.text-section strong,
.text-section sub,
.text-section sup,
.text-section tt,
.text-section var,
.text-section b,
.text-section u,
.text-section i,
.text-section center,
.text-section dl,
.text-section dt,
.text-section dd,
.text-section ol,
.text-section ul,
.text-section li,
.text-section fieldset,
.text-section form,
.text-section label,
.text-section legend,
.text-section table,
.text-section caption,
.text-section tbody,
.text-section tfoot,
.text-section thead,
.text-section tr,
.text-section th,
.text-section td,
.text-section article,
.text-section aside,
.text-section canvas,
.text-section details,
.text-section embed,
.text-section figure,
.text-section figcaption,
.text-section footer,
.text-section header,
.text-section hgroup,
.text-section menu,
.text-section nav,
.text-section output,
.text-section ruby,
.text-section section,
.text-section summary,
.text-section time,
.text-section mark,
.text-section audio,
.text-section video,
.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5,
.text-section h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.text-section a:active,
.text-section a:hover {
    outline: 0;
}

.text-section article,
.text-section aside,
.text-section details,
.text-section figcaption,
.text-section figure,
.text-section footer,
.text-section header,
.text-section hgroup,
.text-section main,
.text-section nav,
.text-section section,
.text-section embed,
.text-section object,
.text-section iframe,
.text-section audio,
.text-section video,
.text-section canvas,
.text-section progress,
.text-section meter,
.text-section output,
.text-section textarea {
    display: block;
}

.text-section audio:not([controls]) {
    display: none;
    height: 0;
}

.text-section blockquote,
.text-section q {
    quotes: none;
}

.text-section blockquote p:before,
.text-section blockquote p:after,
.text-section q:before,
.text-section q:after {
    content: '';
    content: none;
}

.text-section table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-section caption,
.text-section th,
.text-section td {
    text-align: left;
    vertical-align: top;
}

.text-section thead th,
.text-section thead td {
    font-weight: bold;
    vertical-align: bottom;
}

.text-section a img,
.text-section th img,
.text-section td img {
    vertical-align: top;
}

.text-section button,
.text-section input,
.text-section select,
.text-section textarea {
    margin: 0;
}

.text-section textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.text-section button {
    width: auto;
    overflow: visible;
}

.text-section input[type="reset"],
.text-section input[type="submit"],
.text-section input[type="file"],
.text-section input[type="radio"],
.text-section input[type="checkbox"],
.text-section select,
.text-section button {
    cursor: pointer;
}

.text-section input[type="radio"],
.text-section input[type="checkbox"] {
    font-size: 110%;
    position: relative;
    top: -1px;
}

.text-section input[type="search"] {
    -webkit-appearance: textfield;
}

.text-section input[type="search"]::-webkit-search-decoration,
.text-section input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.text-section hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
}

.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5,
.text-section h6 {
    text-rendering: optimizeLegibility;
}

.text-section h1 {
    font-size: 36px;
    line-height: 1.111em;
    margin-bottom: 0.809em;
}

.text-section h2 {
    font-size: 31px;
    line-height: 1.111em;
    margin-bottom: .25em;
}

.text-section h3 {
    font-size: 27px;
    line-height: 1.333em;
    margin-bottom: .25em;
}

.text-section h4 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: .333em;
}

.text-section h5 {
    font-size: 18px;
    line-height: 1.618em;
    margin-bottom: .25em;
}

.text-section h6 {
    font-size: 15px;
    line-height: 1.618em;
    margin-bottom: .25em;
}

.text-section hgroup h1:first-child,
.text-section hgroup h2:first-child,
.text-section hgroup h3:first-child,
.text-section hgroup h4:first-child,
.text-section hgroup h5:first-child {
    margin-bottom: 0;
}

.text-section h1.subheading,
.text-section h2.subheading,
.text-section h3.subheading,
.text-section h4.subheading,
.text-section h5.subheading {
    margin-top: 0;
    font-weight: 300;
}

.text-section h1.subheading {
    font-size: 1.4166666666666667em;
}

.text-section h2.subheading {
    font-size: 1.1333333333333333em;
}

.text-section h3.subheading {
    font-size: 0.9633333333333333em;
}

.text-section h4.subheading {
    margin-top: .2em;
    font-size: 0.9208333333333334em;
}

.text-section h5.subheading {
    margin-top: .2em;
    font-size: 0.7555555555555555em;
}

.text-section .lead {
    font-size: 1.35em;
    font-weight: 300;
    line-height: 1.35em;
    margin-bottom: 0.809em;
}

.text-section p,
.text-section ul,
.text-section ol,
.text-section dl,
.text-section dd,
.text-section dt,
.text-section blockquote,
.text-section td,
.text-section th {
    line-height: 1.618em;
}

.text-section ul, .text-section ol {
    margin: 0 0 15px 0;
}

.text-section ul li, .text-section ol li {
    margin-left: 21px;
}

.text-section ul li {
    list-style: disc;
}

.text-section ol li {
    list-style: decimal;
}

.text-section ul ul,
.text-section ol ol,
.text-section ul ol,
.text-section ol ul {
    margin: 0 0 0 1em;
}

.text-section ol ol li {
    list-style-type: lower-alpha;
}

.text-section ol ol ol li {
    list-style-type: lower-roman;
}

.text-section p,
.text-section ul,
.text-section ol,
.text-section dl,
.text-section blockquote,
.text-section hr,
.text-section pre,
.text-section table,
.text-section form,
.text-section fieldset,
.text-section figure,
.text-section address {
    /*margin-bottom: 1.618em; 2020-08-24*/
    margin-bottom: 1.18em;
}

.text-section ol li, .text-section ul li {
    line-height: 120%;
}

.text-section blockquote {
    position: relative;
    font-style: italic;
    margin-left: 2.427em;
    padding-left: 1.618em;
    border-left: 2px solid rgba(0, 0, 0, 0.15);
}

.text-section blockquote p {
    margin-bottom: .5em;
}

.text-section blockquote small,
.text-section cite {
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
}

.text-section small,
.text-section blockquote cite {
    font-size: 0.85em;
    line-height: 1;
}

.text-section address {
    font-style: normal;
}

.text-section dl dt {
    font-weight: bold;
}

.text-section dd {
    margin-left: 1.0786666666666667em;
}

.text-section s,
.text-section del {
    text-decoration: line-through;
}

.text-section abbr[title],
.text-section dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

.text-section strong,
.text-section b {
    font-weight: bold;
}

.text-section em,
.text-section i {
    font-style: italic;
}

.text-section sub,
.text-section sup {
    font-size: 0.65em;
    line-height: 0;
    position: relative;
}

.text-section sup {
    top: -0.5em;
}

.text-section sub {
    bottom: -0.25em;
}

.text-section figcaption {
    font-size: 0.85em;
    font-style: italic;
}

.text-section ins,
.text-section u {
    text-decoration: underline;
}

.text-section mark {
    background-color: #fddc43;
    color: #0f0f0f;
    text-decoration: none;
}

.text-section pre,
.text-section code,
.text-section kbd,
.text-section samp,
.text-section var,
.text-section output {
    font-size: 90%;
    font-style: normal;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.text-section pre {
    font-size: 90%;
    line-height: 1.45em;
    color: #333333;
    background: #f6f6f6;
    padding: 1.618em;
    overflow: auto;
}

.text-section code,
.text-section samp,
.text-section kbd {
    padding: 3px 6px 2px 6px;
    display: inline-block;
    line-height: 1;
    border-radius: 2px;
}

.text-section code {
    background: #f6f6f6;
    border: 1px solid #ddd;
}

.text-section pre code {
    font-size: 100%;
    border: none;
    padding: 0;
    background: none;
    line-height: 1.618em;
}

.text-section var {
    color: rgba(0, 0, 0, 0.5);
}

.text-section samp {
    background: #e9effa;
    border: 1px solid #c5d4f0;
}

.text-section kbd {
    background: #0f0f0f;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
}

.text-section button:active,
.text-section button:focus {
    outline: none;
}

.text-section button,
.text-section input,
.text-section textarea,
.text-section select {
    box-shadow: none;
}

.text-section textarea,
.text-section select[multiple],
.text-section select[multiple="multiple"] {
    padding: .3em .35em;
    line-height: 1.35em;
    width: 99.9%;
}

.text-section input[type="text"],
.text-section input[type="password"],
.text-section input[type="email"],
.text-section input[type="url"],
.text-section input[type="phone"],
.text-section input[type="tel"],
.text-section input[type="number"],
.text-section input[type="datetime"],
.text-section input[type="date"],
.text-section input[type="month"],
.text-section input[type="color"],
.text-section input[type="time"],
.text-section input[type="search"],
.text-section input[type="datetime-local"],
.text-section button,
.text-section input[type="submit"],
.text-section input[type="reset"] {
    padding: .3em .35em;
    line-height: 1.618em;
    border-radius: 0;
    outline: none;
}

.text-section select[multiple],
.text-section select[multiple="multiple"],
.text-section textarea,
.text-section input[type="text"],
.text-section input[type="password"],
.text-section input[type="email"],
.text-section input[type="url"],
.text-section input[type="phone"],
.text-section input[type="tel"],
.text-section input[type="number"],
.text-section input[type="datetime"],
.text-section input[type="date"],
.text-section input[type="month"],
.text-section input[type="color"],
.text-section input[type="time"],
.text-section input[type="search"],
.text-section input[type="datetime-local"] {
    background: #fff;
    border: 1px solid #bbbcc0;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
}

.text-section button[disabled],
.text-section input[type="submit"][disabled],
.text-section input[type="reset"][disabled] {
    background: none;
    background: #dbdada;
    cursor: default;
    color: rgba(0, 0, 0, 0.5);
}

.text-section button[disabled]:hover,
.text-section input[type="submit"][disabled]:hover,
.text-section input[type="reset"][disabled]:hover {
    color: rgba(0, 0, 0, 0.5);
}

.text-section input::-moz-focus-inner,
.text-section button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.text-section input[type="range"] {
    position: relative;
    top: 3px;
}

.text-section input[disabled] {
    background: #f4f4f4;
    border: 1px solid #ddd;
    color: rgba(0, 0, 0, 0.4);
}

.text-section select {
    margin-bottom: 0 !important;
}

.text-section fieldset {
    padding: 1.618em;
    margin-bottom: 1.618em;
    border: 1px solid #ddd;
}

.text-section fieldset *:last-child {
    margin-bottom: 0 !important;
}

.text-section legend {
    font-weight: bold;
    padding: 0 1em;
    margin-left: -1em;
}

.text-section table {
    max-width: 100%;
    width: 100%;
    empty-cells: show;
    font-size: 14px;
}

.text-section table caption {
    padding: 0 1.0786666666666667em;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85em;
}

.text-section table tbody tr:hover {
    background-color: #fbfbfb;
}

.text-section table th {
    font-weight: 600;
}

.text-section table th,
.text-section table td {
    border: 1px solid #edf0f1;
    padding: 10px 16px;
    line-height: 120%;
    vertical-align: middle;
}

.text-section table tfoot th,
.text-section table tfoot td {
    background: #f4f4f4;
}

.text-section {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #555;
}

@media (max-width: 768px) {
    .text-section {
        font-size: 13px;
        line-height: 24px;
    }
}

.text-section p {
    display: block;
}

.text-section > *:last-child {
    margin-bottom: 0;
}

.text-section h1, .text-section h2, .text-section h3, .text-section h4, .text-section h5, .text-section h6 {
    color: #2f2f2f;
}

.text-section h1, .text-section h2 {
    font-weight: 400;
    letter-spacing: -0.04em;
}

.text-section h3 {
    font-weight: 600;
}

.text-section h4, .text-section h5, .text-section h6 {
    font-weight: bold;
    letter-spacing: -0.04em;
}

.text-section li {
    margin-bottom: 7px;
}

.text-section li:last-child {
    margin-bottom: 0;
}

.text-section img {
    max-width: 100%;
}

.text-section .tip {
    color: #007C82;
    font-weight: 600;
    text-decoration: underline;
}

.text-section ul li,
.text-section ol li {
    min-height: 16px;
    font-size: 15px;
    line-height: 120%;
    padding-left: 32px;
    position: relative;
    margin-bottom: 25px;
}

.text-section ul li {
    list-style: none !important;
}

.text-section ol li {
    padding-left: 0;
    margin-left: 40px;
}

.text-section ul li:last-child,
.text-section ol li:last-child {
    margin-bottom: 0;
}

.text-section ul li:before {
    content: '';
    display: inline-block;
    background: url('images/icon-tick.png') no-repeat 0 0;
    overflow: hidden;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}

.page-sidebar {
    display: block;
}

.page-sidebar .sidebar-col {
    background-color: #fafafa;
    margin-bottom: 15px;
}

.page-sidebar .sidebar-col p {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 7px;
}

.page-sidebar .sidebar-col:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page-sidebar.sticky.fixed {
        position: fixed;
        top: 125px;
        z-index: 250;
    }
}

.page-sidebar h3 {
    display: block;
    margin-bottom: 0;
    font-size: 17px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .07);
    color: #025C5A;
}

.page-sidebar ul li {
    border-bottom: 1px solid #EEE;
}

.page-sidebar ul li:last-child {
    border-bottom: 0;
}

.page-sidebar ul li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    transition: .3s all;
}

.page-sidebar ul li.active a,
.page-sidebar ul li a:hover {
    color: #025C5A;
}

.only-mobile-text {
    display: none;
    font-size: 14px;
    text-align: center;
    color: #333;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .only-mobile-text {
        display: block;
    }
}

.custom-form {
    padding: 10px;
}

.custom-form .input-text {
    height: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
}

.custom-form .item {
    margin-bottom: 10px;
}

.custom-form .item:last-child {
    margin-bottom: 0;
}

.custom-form. item.text-center {
    text-align: center;
}

.custom-form .input-text:focus {
    border-color: #007C82;
}

.custom-form .input-text.ta {
    resize: none;
    padding-top: 7px;
    padding-bottom: 7px;
    overflow: auto;
    height: 100px;
}

.custom-form .btn-submit {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 7px 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    background-color: #007C82;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.custom-form .btn-submit:hover {
    background-color: #6c7b40;
}


.banner {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: center;
}

.banner a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.banner img {
    display: none;
    max-width: 100%;
    height: auto;
}

.banner img.banner__web {
    display: block;
}

.banner img.banner__mobile {
    display: none;
}

@media (max-width: 768px) {
    .banner img.banner__web {
        display: none;
    }

    .banner img.banner__mobile {
        display: block;
    }
}

.hero-wrapper {
    background-color: #333;
    padding: 30px 0;
}

.hero-wrapper .container {
    display: flex;
}

.hero-wrapper .container:before, .hero-wrapper .container:after {
    content: none;
}

.hero-wrapper .slider-area {
    width: initial;
    height: initial;
    min-width: 0;
    flex: 1 1 auto;
    margin: initial;
    font-size: 27px;
}

.hero-wrapper .slider-area .slick-slider {
    width: initial;
    height: initial;
    min-width: 0;
    flex: 1 1 auto;
    margin: initial;
}

.hero-wrapper .slider-all {
    position: relative;
    z-index: 2;
    height: 400px;
}

.hero-wrapper .slider-all img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.hero-wrapper .slider-all .table {
    margin-bottom: 0;
}

.hero-wrapper .slider-all .table .table-cell {
    vertical-align: bottom;
    text-align: left;
    padding: 60px 30px;
}

.hero-wrapper .slider-all .table .table-cell h2 {
    font-size: inherit;
}

.hero-wrapper .slider-area .slick-dots {
    bottom: 20px;
}

.hero-wrapper .slick-dots li {
    padding: 0;
    margin: 0;
}

.hero-wrapper .slick-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: .5;
}

.hero-wrapper .slick-dots button:before,
.hero-wrapper .slick-dots button:after {
    content: none;
}

.hero-wrapper .slick-dots li.slick-active button {
    opacity: 1;
}

.hero-wrapper .banner-area {
    flex: 0 0 250px;
    max-width: 250px;
    margin-left: 20px;
    display: flex;
}

.hero-wrapper .banner-area a {
    display: flex;
    flex: 1 1 auto;
}

.hero-wrapper .banner-area img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-wrapper .container {
        flex-wrap: wrap;
    }

    .hero-wrapper .slider-area {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-wrapper .slider-area {
        font-size: 20px;
    }

    .hero-wrapper .slider-all {
        height: 250px;
    }

    .hero-wrapper .slider-area .slider-text {
        display: block;
    }

    .hero-wrapper .slider-all .table .table-cell {
        padding: 50px 20px;
    }

    .hero-wrapper .slick-dots {
        bottom: 15px;
    }

    .hero-wrapper .slick-dots button {
        width: 12px;
        height: 12px;
    }

    .hero-wrapper .banner-area {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: initial;
        margin-top: 20px;
    }

    .hero-wrapper .banner-area a {
        display: block;
    }

    .hero-wrapper .banner-area img {
        /*height: 250px;*/
        display: block;
    }
}

@media (min-width: 991px) {
    .news-are .img-text h3 {
        margin-bottom: 10px;
    }

    .news-are {
        display: flex;
        flex-direction: column;
        height: initial;
        flex: 1 1 auto;
    }

    .news-are .img-text {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .news-are .img-text h3 {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .news-are .button {
        margin-top: auto;
    }

    .event-area .row {
        display: flex;
    }

    .event-area .row [class^="col"],
    .event-area .row [class*=" col"] {
        display: flex;
    }
}

/* 17.06.2020 added */
.widget-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 500;
}

@media (min-width: 768px) {
    .widget-contact {
        bottom: 30px;
    }
}

.widget-contact .widget-icon {
    font-size: 20px;
}

.widget-contact .widget-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.widget-contact-icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: .25s all;
}

.widget-contact-icons-wrapper {
    display: block;
    white-space: nowrap;
    min-height: 0;
    line-height: 0;
    font-size: 0;
    height: 100%;
    width: 200px;
    animation: test 5s infinite;
}

@media (min-width: 991px) {
    .widget-contact-icons-wrapper {
        width: 240px;
    }
}

.widget-contact-icons-item {
    display: inline-block !important;
    width: 50px;
    height: 50px;
    font-size: 24px;
    position: relative;
}

@media (min-width: 991px) {
    .widget-contact-icons-item {
        width: 60px;
        height: 60px;
    }
}

.widget-contact-icons-item svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.widget-contact__toggle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff7db;
    color: #333 !important;
    transition: .25s all;
    border-radius: 50%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    animation: pulse 1.5s infinite;
    position: relative;
}

.widget-contact__toggle:hover {
    background-color: #fff1c2;
}

@media (min-width: 991px) {
    .widget-contact__toggle {
        width: 60px;
        height: 60px;
    }
}

.widget-contact__toggle .widget-icon {
    display: inline-block;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .25s all;
}

.widget-contact__toggle-close {
    opacity: 0;
    visibility: hidden;
    font-size: 16px !important;
}

.widget-contact__dropdown {
    position: absolute;
    width: 250px;
    bottom: 100%;
    background-color: #fff;
    border-radius: 4px;
    right: 0;
    transition: .25s all;
    margin-bottom: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    pointer-events: none;
}

.widget-contact__dropdown:before {
    content: '';
    border: 6px solid transparent;
    border-top-color: #fff;
    position: absolute;
    right: 19px;
    top: 100%;
    border-bottom-width: 0;
}

@media (min-width: 991px) {
    .widget-contact__dropdown:before {
        right: 24px;
    }
}

.widget-contact__dropdown-title {
    background-color: #007C82;
    padding: 10px 20px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
}

.widget-contact__dropdown-buttons {
    padding: 20px;
}

.widget-contact__dropdown-buttons a {
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #000;
    transition: .25s all;
    border-radius: 4px;
}

.widget-contact__dropdown-buttons a .widget-icon {
    font-size: 20px;
    margin-right: 10px;
    line-height: 0;
    width: 36px;
    height: 36px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: .25s all;
}

.widget-contact__dropdown-buttons a .widget-icon--phone {
    background-color: #ff9900;
    color: #fff;
}

.widget-contact__dropdown-buttons a .widget-icon--whatsapp {
    background-color: #169e6d;
    color: #fff;
}

.widget-contact__dropdown-buttons a .widget-icon--messenger {
    background-color: #0573F3;
    color: #fff;
}

.widget-contact__dropdown-buttons a .widget-icon--email {
    background-color: #cd3c3c;
    color: #fff;
}

.widget-contact__dropdown-buttons a + a {
    margin-top: 7px;
}

.widget-contact__dropdown-buttons a:hover {
    background-color: #f6f6f6;
}

.widget-contact__dropdown-buttons a:hover .widget-icon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.widget-contact--opened .widget-contact__toggle .widget-contact-icons {
    opacity: 0;
    visibility: hidden;
}

.widget-contact--opened .widget-contact__toggle-close {
    opacity: 1;
    visibility: visible;
}

.widget-contact--opened .widget-contact__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

#toTop {
    display: none !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(0, 124, 130, 0.4);
    }
    70% {
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25), 0 0 0 15px rgba(0, 124, 130, 0);
    }
    100% {
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(0, 124, 130, 0);
    }
}

@-webkit-keyframes test {
    25% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    75% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(-75%);
    }
}

.fb_dialog iframe {
    margin-right: 0 !important;
    right: 80px !important;
    bottom: 16px !important;
    transform: scale(0.9);
    transform-origin: right bottom;
}

@media (min-width: 768px) {
    .fb_dialog iframe {
        bottom: 30px !important;
        right: 96px !important;
        transform: inherit !important;
    }
}

@media (min-width: 768px) {
    .fb_iframe_widget iframe {
        right: 100px !important;
    }
}

.widget-contact--whatsapp {
    right: 86px;
    z-index: 1000;
}

@media (min-width: 768px){
    .widget-contact--whatsapp {
        right: 96px;
    }
}

.widget-contact--whatsapp .widget-contact__toggle {
    background-color: #25D366;
    animation: none;
}

.widget-contact--whatsapp .widget-contact__toggle:hover {
    background-color: #19b955;
}

.widget-contact--whatsapp .widget-contact-icons-item {
    font-size: 28px;
    color: #fff;
}
.hero-wrapper .banner-area:first-child {
    margin-left: 0;
    margin-right: 20px;
}
@media (max-width: 992px) {
    .hero-wrapper .container {
        flex-wrap: wrap;
    }
    .hero-wrapper .slider-area {
        order: 1;
        flex: 0 0 100%;
    }
    .hero-wrapper .banner-area {
        max-width: calc(50% - 10px);
        margin-top: 20px;
    }
    .hero-wrapper .banner-area:first-child {
        order: 2;
        flex: 0 0 50%;
        margin-right: 0;
    }
    .hero-wrapper .banner-area:last-child {
        order: 3;
        flex: 0 0 50%;
        margin-left: 20px;
    }
}

/* 01.05.2024 */
.accordion {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.accordion .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
}
.accordion__item {
    transition-duration: 0.25s;
    transition-property: background-color, box-shadow, padding, margin, border-color, color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    min-width: 0;
    padding: 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #ededed;
}
@media screen and (min-width: 48rem) {
    .accordion__item {
        padding-top: calc(1.8518518519vw + 0.6111111111rem);
        padding-bottom: calc(1.8518518519vw + 0.6111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media screen and (min-width: 48rem) {
    .accordion__item {
        padding-left: calc(1.8518518519vw + 0.6111111111rem);
        padding-right: calc(1.8518518519vw + 0.6111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.accordion__item + .accordion__item {
    margin-top: 0.75rem;
}
@media screen and (min-width: 48rem) {
    .accordion__item + .accordion__item {
        margin-top: calc(2.7777777778vw - 0.5833333333rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item + .accordion__item {
        margin-top: 1.5rem;
    }
}
.accordion__item-title {
    text-align: left;
}
.accordion__item-toggle {
    transition: 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: flex-start;
    position: relative;
    text-align: left;
    color: #0a071b;
    line-height: 1.5rem;
    cursor: pointer;
    user-select: none;
    outline: none;
    border: 0;
    background-color: transparent;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}
@media screen and (min-width: 48rem) {
    .accordion__item-toggle {
        padding-left: calc(1.8518518519vw + 0.6111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item-toggle {
        padding-left: 2rem;
    }
}
@media screen and (min-width: 48rem) {
    .accordion__item-toggle {
        padding-right: calc(1.8518518519vw + 0.6111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item-toggle {
        padding-right: 2rem;
    }
}
@media screen and (min-width: 48rem) {
    .accordion__item-toggle {
        margin-left: calc(-1.8518518519vw - 0.6111111111rem);
        margin-right: calc(-1.8518518519vw - 0.6111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item-toggle {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}
@media screen and (min-width: 48rem) {
    .accordion__item-toggle {
        padding-top: calc(1.8518518519vw + 0.6111111111rem);
        padding-bottom: calc(1.8518518519vw + 0.6111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item-toggle {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media screen and (min-width: 48rem) {
    .accordion__item-toggle {
        margin-top: calc(-1.8518518519vw - 0.6111111111rem);
        margin-bottom: calc(-1.8518518519vw - 0.6111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item-toggle {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }
}
.accordion__item-toggle-label {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 600;
}
.accordion__item-toggle-icon {
    font-size: 1.5rem;
    margin-left: 0.75rem;
    transition-duration: 0.2s;
    transition-property: color, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    color: #b3b3b3;
}
@media screen and (min-width: 48rem) {
    .accordion__item-toggle-icon {
        font-size: calc(1.3888888889vw + 0.8333333333rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item-toggle-icon {
        font-size: 1.875rem;
    }
}
@media screen and (min-width: 48rem) {
    .accordion__item-toggle-icon {
        margin-left: calc(0.9259259259vw + 0.3055555556rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion__item-toggle-icon {
        margin-left: 1rem;
    }
}
.accordion__item-toggle-icon:first-child {
    margin-left: 0;
    margin-right: 0.5rem;
    color: #0a071b;
}
.accordion__item-content {
    max-height: 0;
    overflow: hidden;
    box-sizing: content-box;
    border-top: 1px solid transparent;
}
.accordion__item-content p:first-child {
    margin-top: 0;
}
.accordion__item-content p:last-child {
    margin-bottom: 0;
}
.accordion__item-header {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .accordion--products .accordion__item-toggle {
        padding-top: 4rem;
    }
}
@media (max-width: 575px) {
    .accordion--products .accordion__item-toggle-status {
        margin: 0 !important;
        position: absolute;
        left: 1.5rem;
        top: 1.5rem;
    }
}
.accordion--bordered .accordion__item {
    padding: 0;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-width: 0;
}
.accordion--bordered .accordion__item + .accordion__item {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #f5f4fb;
}
@media screen and (min-width: 48rem) {
    .accordion--bordered .accordion__item + .accordion__item {
        padding-top: calc(1.8518518519vw + 0.1111111111rem);
        margin-top: calc(1.8518518519vw + 0.1111111111rem);
    }
}
@media screen and (min-width: 75rem) {
    .accordion--bordered .accordion__item + .accordion__item {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
}
.accordion--bordered .accordion__item-toggle {
    transition-duration: 0.3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 0 0 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #f5f4fb;
    font-size: 1.5rem;
    padding: 0;
}
.accordion--bordered .accordion__item-toggle-icon {
    font-size: inherit;
    color: #0a071b;
    margin: 0;
}
.accordion--bordered .accordion__item-toggle:hover {
    background-color: #e1dfec;
}
.accordion--bordered .accordion__item-content {
    border: 0;
}
.accordion--bordered .accordion__item.is-active .accordion__item-toggle,
.accordion--bordered .accordion__item.is-opened .accordion__item-toggle {
    background-color: #731a98 !important;
}
.accordion--bordered .accordion__item.is-active .accordion__item-toggle-icon,
.accordion--bordered .accordion__item.is-opened .accordion__item-toggle-icon {
    color: #fff;
}
.accordion--bordered .accordion__item.is-active .accordion__item-toggle-icon:not(:first-child),
.accordion--bordered .accordion__item.is-opened .accordion__item-toggle-icon:not(:first-child) {
    transform: rotate(180deg);
}
.accordion--bordered .accordion__item.is-active .accordion__item-content,
.accordion--bordered .accordion__item.is-opened .accordion__item-content {
    padding-top: 1rem;
}
.accordion__item.is-animate .accordion__item-content {
    transition-duration: 0.4s;
    transition-property: max-height, padding-top, margin-top, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__item:not(.is-active):not(.is-opened):hover {
    border-color: #faefff;
    background-color: #fafafa;
}
.accordion__item.is-active,
.accordion__item.is-opened {
    background-color: #f7f7f7;
    border-color: transparent;
    color: #0a071b;
}
.accordion__item.is-active .accordion__item-toggle,
.accordion__item.is-opened .accordion__item-toggle {
    color: #0a071b;
}
.accordion__item.is-active .accordion__item-toggle-icon,
.accordion__item.is-opened .accordion__item-toggle-icon {
    color: #731a98;
}
.accordion__item.is-active .accordion__item-toggle-icon:not(:first-child),
.accordion__item.is-opened .accordion__item-toggle-icon:not(:first-child) {
    transform: rotate(180deg);
}
.accordion__item.is-active .accordion__item-content,
.accordion__item.is-opened .accordion__item-content {
    padding-top: 1rem;
}
.accordion__item.is-active .accordion__item-toggle-status,
.accordion__item.is-opened .accordion__item-toggle-status {
    border-color: #fff;
    color: #fff;
}
.accordion__item.is-active .accordion__item-content {
    max-height: initial;
}

/* 17.05.2024 added */
.widget-contact.widget-contact--news {
    right: 168px;
}
.widget-contact.widget-contact--news .widget-contact__toggle {
    /*animation: none;*/
    background-color: #E7734E;
    color: #fff !important;
}
.widget-contact.widget-contact--news .widget-contact__toggle:hover {
    background-color: #e66840 !important;
}

@media (max-width: 768px){
    .widget-contact.widget-contact--news {
        right: 152px;
    }
}


.widget-contact.widget-contact--news .widget-contact__toggle .widget-contact-icons-item {
    animation: shake 0.5s ease-in-out infinite;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}
.widget-contact.widget-contact--news .widget-contact__toggle:hover .widget-contact-icons-item {
    animation: none;
}
@keyframes shake {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(15deg);
    }
}
@keyframes shakeAndPulse {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }
    12.5% {
        transform: rotate(-15deg) scale(1);
    }
    25% {
        transform: rotate(0deg) scale(1.15);
    }
    37.5% {
        transform: rotate(15deg) scale(1);
    }
    50% {
        transform: rotate(0deg) scale(1.15);
    }
    62.5% {
        transform: rotate(-15deg) scale(1);
    }
    75% {
        transform: rotate(0deg) scale(1.15);
    }
    87.5% {
        transform: rotate(15deg) scale(1);
    }
}

.take-tour-area .video-col:last-child {
    padding-left: 0;
}

@media (min-width: 768px) {
    .mission-vision img {
        height: 300px !important;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .mission-vision img {
        height: 400px !important;
        object-fit: cover;
    }
}

@media (max-width: 768px){
    .mission-vision .video-col {
        display: none !important;
    }
}